
body {
    background:
        radial-gradient(circle at 14% 0%, rgba(95,240,189,.11), transparent 32%),
        radial-gradient(circle at 82% 8%, rgba(143,183,217,.16), transparent 34%),
        #02050a;
}

.fp-store-page {
    width: min(1860px, calc(100vw - 36px));
    margin: 0 auto;
    padding: 18px 0 56px;
    color: #f7fbff;
}

.fp-store-page a {
    color: inherit;
    text-decoration: none;
}

.fp-store-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 16px;
    min-height: 330px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 30px;
    padding: 24px;
    background:
        radial-gradient(circle at 18% 0%, rgba(95,240,189,.12), transparent 36%),
        linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.018)),
        rgba(3,7,14,.94);
    box-shadow: 0 30px 90px rgba(0,0,0,.44);
}

.fp-store-pill,
.fp-store-section-head span,
.fp-store-score span,
.fp-store-kpis article span,
.fp-store-next span,
.fp-product-card span,
.fp-partners-grid span {
    width: fit-content;
    min-height: 26px;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(95,240,189,.25);
    border-radius: 999px;
    padding: 0 11px;
    background: rgba(95,240,189,.075);
    color: #bdfce8;
    font-size: 10px;
    font-weight: 1000;
    letter-spacing: .9px;
    text-transform: uppercase;
}

.fp-store-hero h1 {
    max-width: 1020px;
    margin: 18px 0 12px;
    font-size: clamp(46px, 5vw, 96px);
    line-height: .9;
    letter-spacing: -.08em;
}

.fp-store-hero p {
    max-width: 980px;
    margin: 0;
    color: #aeb8c5;
    font-size: 15px;
    line-height: 1.7;
}

.fp-store-actions,
.fp-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.fp-store-actions a,
.fp-product-actions a,
.fp-store-score button {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 999px;
    padding: 0 14px;
    background: rgba(255,255,255,.045);
    color: #dbe5ef;
    font-size: 11px;
    font-weight: 1000;
    text-transform: uppercase;
}

.fp-store-score,
.fp-store-kpis article,
.fp-store-message,
.fp-product-card,
.fp-category-grid article,
.fp-partners-grid article,
.fp-store-next,
.fp-store-alert {
    border: 1px solid rgba(255,255,255,.12);
    background:
        linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018)),
        rgba(3,7,14,.88);
    box-shadow: 0 20px 60px rgba(0,0,0,.25);
}

.fp-store-score {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 24px;
    padding: 22px;
}

.fp-store-score strong {
    margin-top: 12px;
    font-size: 84px;
    line-height: .9;
    letter-spacing: -.08em;
}

.fp-store-score small {
    margin-top: 10px;
    color: #aeb8c5;
}

.fp-store-score form {
    margin-top: 16px;
}

.fp-store-score button {
    width: 100%;
    border-color: rgba(95,240,189,.28);
    background: linear-gradient(135deg, #5ff0bd, #8fb7d9);
    color: #00140c;
    cursor: pointer;
}

.fp-store-alert {
    margin-top: 14px;
    border-radius: 18px;
    padding: 14px;
    color: #d9fff1;
}

.fp-store-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.fp-store-kpis article {
    min-height: 150px;
    border-radius: 20px;
    padding: 16px;
}

.fp-store-kpis article strong {
    display: block;
    margin-top: 12px;
    font-size: 46px;
    line-height: .95;
    letter-spacing: -.07em;
}

.fp-store-kpis article small {
    display: block;
    margin-top: 8px;
    color: #aeb8c5;
}

.fp-store-section {
    margin-top: 24px;
}

.fp-store-section-head {
    margin-bottom: 12px;
}

.fp-store-section-head h2,
.fp-store-next h2 {
    margin: 8px 0 0;
    font-size: clamp(25px, 2.3vw, 42px);
    line-height: 1;
    letter-spacing: -.055em;
}

.fp-store-message {
    border-radius: 20px;
    padding: 18px;
}

.fp-store-message p {
    margin: 0;
    color: #dbe5ef;
    line-height: 1.65;
}

.fp-store-message p + p {
    margin-top: 10px;
}

.fp-products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.fp-product-card {
    overflow: hidden;
    border-radius: 24px;
}

.fp-product-card > img {
    width: 100%;
    height: 252px;
    display: block;
    object-fit: cover;
    background: #07111f;
}

.fp-product-body {
    padding: 16px;
}

.fp-product-card h3 {
    margin: 9px 0 0;
    font-size: 24px;
    line-height: .98;
    letter-spacing: -.045em;
}

.fp-product-card p,
.fp-partners-grid p {
    margin: 10px 0 0;
    color: #aeb8c5;
    font-size: 13px;
    line-height: 1.5;
}

.fp-product-card strong {
    display: block;
    margin-top: 12px;
    font-size: 20px;
    color: #ffffff;
}

.fp-product-card small {
    display: block;
    margin-top: 8px;
    color: #7f8c9d;
    font-size: 10px;
    text-transform: uppercase;
}

.fp-product-actions {
    margin-top: 13px;
}

.fp-product-actions a {
    min-height: 32px;
    padding: 0 11px;
    font-size: 10px;
}

.fp-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.fp-category-grid article {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 116px;
    border-radius: 20px;
    padding: 12px;
}

.fp-category-grid img,
.fp-partners-grid img {
    width: 92px;
    height: 72px;
    object-fit: cover;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: rgba(255,255,255,.04);
}

.fp-category-grid strong,
.fp-partners-grid strong {
    display: block;
    font-size: 17px;
    line-height: 1.1;
}

.fp-category-grid small {
    display: block;
    margin-top: 6px;
    color: #aeb8c5;
}

.fp-partners-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.fp-partners-grid article {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 160px;
    border-radius: 22px;
    padding: 15px;
}

.fp-partners-grid img {
    width: 108px;
    height: 108px;
    border-radius: 24px;
}

.fp-store-next {
    margin-top: 24px;
    border-radius: 22px;
    padding: 18px;
}

.fp-store-next p {
    margin: 8px 0 0;
    color: #aeb8c5;
    line-height: 1.55;
}

@media (max-width: 1380px) {
    .fp-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fp-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1100px) {
    .fp-store-hero,
    .fp-store-grid,
    .fp-partners-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .fp-store-page {
        width: calc(100vw - 24px);
    }

    .fp-store-hero {
        padding: 18px;
        border-radius: 20px;
    }

    .fp-products-grid,
    .fp-category-grid,
    .fp-partners-grid article {
        grid-template-columns: 1fr;
    }
}
