/* Storefront v5: public pages only. Admin styles remain in store.css. */

.site-body {
    background: #fff;
    color: #101112;
}

.site-body .shell {
    width: min(calc(100% - 48px), 1200px);
}

.site-body .site-header {
    height: 72px;
    border-bottom-color: #e6e6e8;
    background: rgba(255, 255, 255, 0.96);
}

.site-body .header-inner {
    grid-template-columns: 1fr auto 1fr;
}

.site-body .brand {
    gap: 10px;
    font-size: 18px;
}

.site-body .brand img {
    border-radius: 8px;
}

.site-body .site-nav {
    gap: 34px;
    font-size: 14px;
}

.site-body .site-nav a {
    padding: 24px 0 21px;
}

.site-body .header-contact {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    justify-self: end;
    padding: 9px 20px;
    border: 1px solid #101112;
    border-radius: 7px;
    background: #101112;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 650;
}

.nav-service-link {
    display: none;
}

.site-body .button {
    border-radius: 7px;
}

.sf-overline {
    margin: 0 0 12px;
    color: #6e6e73;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

.sf-hero {
    display: grid;
    min-height: min(650px, calc(100svh - 72px));
    place-items: center;
    padding: 72px 0 58px;
    border-bottom: 1px solid #ececef;
    background: #fff;
}

.sf-hero-inner {
    text-align: center;
}

.sf-hero-mark {
    width: 78px;
    height: 78px;
    margin: 0 auto 25px;
    border-radius: 17px;
}

.sf-hero h1 {
    margin: 0;
    font-size: 68px;
    font-weight: 760;
    line-height: 1.06;
}

.sf-hero-title {
    margin: 13px 0 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
}

.sf-hero-lead {
    max-width: 620px;
    margin: 25px auto 0;
    color: #6e6e73;
    font-size: 18px;
    line-height: 1.75;
}

.sf-hero-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 32px;
}

.sf-hero-proof {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-top: 42px;
    color: #343438;
    font-size: 13px;
}

.sf-hero-proof span {
    position: relative;
    padding: 0 22px;
}

.sf-hero-proof span + span::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #a5a5aa;
    content: "";
}

.sf-section {
    padding: 104px 0;
}

.sf-section-head {
    max-width: 700px;
    margin: 0 auto 48px;
    text-align: center;
}

.sf-section-head-left {
    margin-inline: 0;
    text-align: left;
}

.sf-section-head h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 720;
    line-height: 1.2;
}

.sf-section-head > p:last-child {
    margin: 15px 0 0;
    color: #6e6e73;
    font-size: 16px;
    line-height: 1.75;
}

.sf-products {
    background: #f6f6f8;
}

.sf-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.sf-plan-card {
    display: flex;
    min-height: 510px;
    flex-direction: column;
    padding: 30px;
    border: 1px solid #dedfe2;
    border-radius: 8px;
    background: #fff;
}

.sf-plan-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.sf-plan-top img {
    width: 52px;
    height: 52px;
    border-radius: 11px;
}

.sf-plan-top span {
    color: #6e6e73;
    font-size: 12px;
}

.sf-plan-name {
    min-height: 94px;
    margin-top: 28px;
}

.sf-plan-name h3 {
    margin: 0;
    font-size: 28px;
    line-height: 1.2;
}

.sf-plan-name p {
    margin: 8px 0 0;
    color: #6e6e73;
    font-size: 14px;
}

.sf-plan-price {
    margin-top: 18px;
    font-size: 46px;
    font-weight: 750;
    line-height: 1;
}

.sf-plan-price > span {
    margin-right: 3px;
    font-size: 20px;
    vertical-align: top;
}

.sf-plan-price small {
    margin-left: 8px;
    color: #6e6e73;
    font-size: 13px;
    font-weight: 500;
}

.sf-plan-tier {
    margin: 9px 0 0;
    color: #6e6e73;
    font-size: 13px;
}

.sf-plan-points {
    display: grid;
    gap: 10px;
    margin: 26px 0 30px;
    padding: 24px 0 0;
    border-top: 1px solid #ececef;
    list-style: none;
}

.sf-plan-points li {
    position: relative;
    padding-left: 20px;
    color: #343438;
    font-size: 14px;
}

.sf-plan-points li::before {
    position: absolute;
    left: 0;
    content: "✓";
    font-weight: 750;
}

.sf-plan-card > .button {
    margin-top: auto;
}

.sf-journey {
    background: #fff;
}

.sf-journey-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    gap: 110px;
    align-items: start;
}

.sf-journey-steps,
.sf-redemption-steps {
    margin: 0;
    padding: 0;
    border-top: 1px solid #101112;
    list-style: none;
}

.sf-journey-steps li {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 20px;
    padding: 28px 0;
    border-bottom: 1px solid #dedfe2;
}

.sf-journey-steps > li > span {
    padding-top: 3px;
    color: #8a8a90;
    font-size: 13px;
    font-weight: 700;
}

.sf-journey-steps h3,
.sf-redemption-steps h3 {
    margin: 0;
    font-size: 19px;
}

.sf-journey-steps p,
.sf-redemption-steps p {
    margin: 6px 0 0;
    color: #6e6e73;
    font-size: 14px;
    line-height: 1.7;
}

.sf-support-band {
    padding: 72px 0;
    border-block: 1px solid #e4e4e7;
    background: #f6f6f8;
}

.sf-support-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.sf-support-inner h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.25;
}

.sf-support-inner > div > p:last-child {
    margin: 10px 0 0;
    color: #6e6e73;
}

.sf-footer {
    padding-top: 44px;
}

.sf-footer .footer-links {
    align-items: center;
}

.sf-footer .footer-links button {
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

/* Customer service dialog */
.sf-service-dialog {
    width: min(calc(100% - 32px), 430px);
    max-width: none;
    max-height: calc(100dvh - 32px);
    padding: 0;
    overflow: auto;
    border: 0;
    border-radius: 8px;
    background: transparent;
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.24);
}

.sf-service-dialog::backdrop {
    background: rgba(0, 0, 0, 0.52);
    backdrop-filter: blur(3px);
}

.sf-service-dialog.is-open {
    display: block;
    position: fixed;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
}

.sf-service-modal {
    position: relative;
    padding: 30px;
    background: #fff;
    text-align: center;
}

.sf-dialog-close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    padding: 0;
    border: 1px solid #dedfe2;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
}

.sf-dialog-close:focus {
    outline: 0;
}

.sf-dialog-close:focus-visible {
    outline: 2px solid #101112;
    outline-offset: 2px;
}

.sf-service-modal h2 {
    margin: 0;
    font-size: 27px;
}

.sf-service-context {
    min-height: 24px;
    margin: 8px 0 0;
    color: #6e6e73;
    font-size: 14px;
}

.sf-service-qr {
    width: 224px;
    margin: 22px auto 15px;
    padding: 8px;
    border: 1px solid #dedfe2;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.sf-service-qr img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border-radius: 5px;
    object-fit: cover;
}

.sf-service-modal > strong {
    font-size: 16px;
}

.sf-service-note {
    margin: 6px 0 0;
    color: #6e6e73;
    font-size: 13px;
}

.sf-service-meta {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #ececef;
    color: #6e6e73;
    font-size: 12px;
}

/* Product page */
.sf-product-hero {
    padding: 36px 0 94px;
    border-bottom: 1px solid #e5e5e8;
    background: #fff;
}

.sf-back-link {
    display: inline-block;
    margin-bottom: 30px;
    color: #6e6e73;
    font-size: 14px;
}

.sf-back-link:hover {
    color: #101112;
}

.sf-product-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
    gap: 74px;
    align-items: center;
}

.sf-product-showcase {
    display: grid;
    min-height: 560px;
    place-items: center;
    align-content: center;
    padding: 60px;
    border-radius: 8px;
    background: #f3f3f5;
    text-align: center;
}

.sf-product-showcase img {
    width: 148px;
    height: 148px;
    margin-bottom: 28px;
    border-radius: 32px;
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.16);
}

.sf-product-showcase p {
    margin: 0;
    font-size: 23px;
    line-height: 1;
}

.sf-product-showcase strong {
    margin-top: 9px;
    font-size: 54px;
    line-height: 1;
}

.sf-product-showcase span {
    margin-top: 24px;
    color: #6e6e73;
    font-size: 14px;
}

.sf-product-summary h1 {
    margin: 0;
    font-size: 48px;
    line-height: 1.12;
}

.sf-product-intro {
    max-width: 520px;
    margin: 19px 0 0;
    color: #6e6e73;
    font-size: 17px;
    line-height: 1.8;
}

.sf-product-price {
    margin-top: 32px;
    font-size: 52px;
    font-weight: 760;
    line-height: 1;
}

.sf-product-price > span {
    margin-right: 4px;
    font-size: 23px;
    vertical-align: top;
}

.sf-product-price small {
    margin-left: 9px;
    color: #6e6e73;
    font-size: 14px;
    font-weight: 500;
}

.sf-product-facts {
    margin: 32px 0 0;
    border-top: 1px solid #dedfe2;
}

.sf-product-facts > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-height: 51px;
    border-bottom: 1px solid #ececef;
    font-size: 14px;
}

.sf-product-facts dt {
    color: #6e6e73;
}

.sf-product-facts dd {
    margin: 0;
    font-weight: 650;
}

.sf-product-actions {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 10px;
    margin-top: 28px;
}

.sf-product-payment-note {
    margin: 14px 0 0;
    color: #7f7f85;
    font-size: 12px;
    text-align: center;
}

.sf-product-benefits {
    background: #fff;
}

.sf-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #101112;
    border-bottom: 1px solid #dedfe2;
}

.sf-benefit-grid article {
    min-height: 230px;
    padding: 31px 30px 34px 0;
}

.sf-benefit-grid article + article {
    padding-left: 30px;
    border-left: 1px solid #dedfe2;
}

.sf-benefit-grid span {
    color: #9a9a9f;
    font-size: 12px;
    font-weight: 700;
}

.sf-benefit-grid h3 {
    margin: 42px 0 0;
    font-size: 21px;
}

.sf-benefit-grid p {
    margin: 9px 0 0;
    color: #6e6e73;
    font-size: 14px;
    line-height: 1.75;
}

.sf-redemption {
    background: #f6f6f8;
}

.sf-redemption-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
    gap: 100px;
    align-items: start;
}

.sf-redemption-steps li {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 18px;
    padding: 26px 0;
    border-bottom: 1px solid #dedfe2;
}

.sf-redemption-steps > li > span {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border: 1px solid #101112;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.sf-product-help {
    padding: 72px 0;
    background: #101112;
    color: #fff;
}

.sf-product-help-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.sf-product-help h2 {
    margin: 0;
    font-size: 29px;
}

.sf-product-help p {
    margin: 8px 0 0;
    color: #bcbcc1;
}

.sf-product-help .button-quiet {
    border-color: #fff;
    background: #fff;
    color: #101112;
}

.sf-mobile-buy {
    display: none;
}

/* Purchase dialog */
.sf-buy-dialog {
    width: min(calc(100% - 32px), 520px);
}

.sf-dialog-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin: 25px 0 22px;
    padding: 19px 0;
    border-block: 1px solid #dedfe2;
}

.sf-dialog-product > div {
    display: grid;
    gap: 3px;
}

.sf-dialog-product strong {
    font-size: 15px;
}

.sf-dialog-product span {
    color: #6e6e73;
    font-size: 12px;
}

.sf-dialog-product > b {
    font-size: 26px;
}

.sf-payment-fieldset {
    margin-top: 20px;
}

.sf-buy-dialog .confirm-line {
    margin: 18px 0;
}

@media (max-width: 980px) {
    .site-body .header-contact {
        display: none;
    }

    .sf-plan-card {
        padding: 25px;
    }

    .sf-journey-layout,
    .sf-redemption-layout {
        gap: 60px;
    }

    .sf-product-layout {
        grid-template-columns: minmax(0, 1fr) minmax(350px, 0.9fr);
        gap: 42px;
    }

    .sf-product-showcase {
        min-height: 500px;
    }
}

@media (max-width: 820px) {
    .site-body .shell {
        width: min(calc(100% - 32px), 1200px);
    }

    .site-body .site-header {
        height: 64px;
    }

    .site-body .header-inner {
        grid-template-columns: 1fr auto;
    }

    .site-body .site-nav {
        top: 64px;
        padding: 8px 16px 18px;
    }

    .nav-service-link {
        display: block;
        min-height: 49px;
        padding: 13px 4px;
        border: 0;
        border-bottom: 1px solid #ececef;
        background: transparent;
        color: #6e6e73;
        cursor: pointer;
        font-size: 15px;
        text-align: left;
    }

    .sf-hero {
        min-height: 590px;
        padding: 64px 0 48px;
    }

    .sf-hero h1 {
        font-size: 53px;
    }

    .sf-hero-title {
        font-size: 29px;
    }

    .sf-section {
        padding: 78px 0;
    }

    .sf-plan-grid,
    .sf-product-layout,
    .sf-journey-layout,
    .sf-redemption-layout {
        grid-template-columns: 1fr;
    }

    .sf-plan-grid {
        gap: 14px;
    }

    .sf-plan-card {
        min-height: auto;
    }

    .sf-plan-name {
        min-height: auto;
    }

    .sf-plan-card > .button {
        margin-top: 4px;
    }

    .sf-journey-layout,
    .sf-redemption-layout {
        gap: 28px;
    }

    .sf-support-inner,
    .sf-product-help-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .sf-product-layout {
        gap: 36px;
    }

    .sf-product-showcase {
        min-height: 430px;
    }

    .sf-product-summary {
        max-width: 620px;
    }

    .sf-benefit-grid {
        grid-template-columns: 1fr;
    }

    .sf-benefit-grid article {
        min-height: auto;
        padding: 25px 0 28px;
    }

    .sf-benefit-grid article + article {
        padding-left: 0;
        border-top: 1px solid #dedfe2;
        border-left: 0;
    }

    .sf-benefit-grid h3 {
        margin-top: 18px;
    }
}

@media (max-width: 640px) {
    .site-body {
        padding-bottom: 0;
    }

    .site-body .brand {
        font-size: 16px;
    }

    .site-body .brand img {
        width: 32px;
        height: 32px;
    }

    .sf-hero {
        min-height: auto;
        padding: 52px 0 42px;
    }

    .sf-hero-mark {
        width: 64px;
        height: 64px;
        margin-bottom: 20px;
        border-radius: 14px;
    }

    .sf-hero h1 {
        font-size: 40px;
        line-height: 1.12;
    }

    .sf-hero-title {
        margin-top: 9px;
        font-size: 25px;
    }

    .sf-hero-lead {
        max-width: 340px;
        margin-top: 19px;
        font-size: 15px;
        line-height: 1.7;
    }

    .sf-hero-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 25px;
    }

    .sf-hero-actions .button {
        min-width: 0;
        min-height: 49px;
        padding-inline: 10px;
    }

    .sf-hero-proof {
        display: grid;
        grid-template-columns: repeat(3, auto);
        gap: 8px;
        margin-top: 27px;
        padding-top: 16px;
        border-top: 1px solid #ececef;
        font-size: 11px;
    }

    .sf-hero-proof span {
        padding: 0;
    }

    .sf-hero-proof span + span::before {
        display: none;
    }

    .sf-section {
        padding: 62px 0;
    }

    .sf-section-head,
    .sf-section-head-left {
        margin-bottom: 28px;
        text-align: left;
    }

    .sf-section-head h2 {
        font-size: 30px;
    }

    .sf-section-head > p:last-child {
        margin-top: 11px;
        font-size: 14px;
    }

    .sf-plan-card {
        padding: 23px;
    }

    .sf-plan-top img {
        width: 46px;
        height: 46px;
    }

    .sf-plan-name {
        margin-top: 23px;
    }

    .sf-plan-name h3 {
        font-size: 25px;
    }

    .sf-plan-price {
        margin-top: 24px;
        font-size: 42px;
    }

    .sf-plan-points {
        margin-bottom: 24px;
    }

    .sf-journey-steps li {
        grid-template-columns: 40px 1fr;
        gap: 10px;
        padding: 23px 0;
    }

    .sf-support-band,
    .sf-product-help {
        padding: 52px 0;
    }

    .sf-support-inner,
    .sf-product-help-inner {
        gap: 25px;
    }

    .sf-support-inner h2,
    .sf-product-help h2 {
        font-size: 25px;
    }

    .sf-support-inner .button,
    .sf-product-help .button {
        width: 100%;
    }

    .sf-footer .footer-inner {
        align-items: flex-start;
    }

    .sf-footer .footer-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .sf-service-modal {
        padding: 27px 22px 24px;
    }

    .sf-service-qr {
        width: min(210px, 72vw);
    }

    .sf-product-hero {
        padding: 24px 0 54px;
    }

    .sf-back-link {
        margin-bottom: 20px;
    }

    .sf-product-layout {
        gap: 29px;
    }

    .sf-product-showcase {
        min-height: 330px;
        padding: 38px 20px;
    }

    .sf-product-showcase img {
        width: 104px;
        height: 104px;
        margin-bottom: 22px;
        border-radius: 23px;
    }

    .sf-product-showcase p {
        font-size: 19px;
    }

    .sf-product-showcase strong {
        font-size: 43px;
    }

    .sf-product-showcase span {
        margin-top: 18px;
        font-size: 13px;
    }

    .sf-product-summary h1 {
        font-size: 37px;
    }

    .sf-product-intro {
        margin-top: 14px;
        font-size: 15px;
    }

    .sf-product-price {
        margin-top: 25px;
        font-size: 45px;
    }

    .sf-product-actions {
        grid-template-columns: 1fr;
    }

    .sf-product-payment-note {
        text-align: left;
    }

    .sf-product-benefits {
        padding-bottom: 52px;
    }

    .sf-redemption-steps li {
        grid-template-columns: 34px 1fr;
        gap: 13px;
    }

    .sf-redemption-steps > li > span {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .product-page-active .sf-footer,
    .product-page-active .site-footer {
        margin-bottom: 78px;
    }

    .sf-mobile-buy {
        position: fixed;
        z-index: 70;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        min-height: 74px;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
        border-top: 1px solid #dedfe2;
        background: rgba(255, 255, 255, 0.97);
        backdrop-filter: blur(16px);
    }

    .sf-mobile-buy > div {
        display: grid;
        min-width: 0;
    }

    .sf-mobile-buy span {
        overflow: hidden;
        color: #6e6e73;
        font-size: 11px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .sf-mobile-buy strong {
        font-size: 21px;
        line-height: 1.25;
    }

    .sf-mobile-buy .button {
        min-height: 46px;
        padding-inline: 22px;
        white-space: nowrap;
    }

    .sf-buy-dialog {
        width: 100%;
        max-width: none;
        max-height: calc(100dvh - 18px);
        margin: auto 0 0;
        border-radius: 8px 8px 0 0;
    }

    .sf-buy-dialog .buy-form {
        padding: 23px 18px calc(22px + env(safe-area-inset-bottom));
    }

    .sf-dialog-product {
        margin-top: 20px;
    }
}

/* Storefront v6: compact purchase flow and automatic card delivery. */
#pricing {
    scroll-margin-top: 0;
}

html {
    scroll-padding-top: 72px;
}

section.sf-products {
    padding-top: 36px;
}

.sf-hero {
    min-height: min(520px, calc(100svh - 72px));
    padding: 62px 0 54px;
}

.sf-hero-product {
    margin: 0 0 13px;
    font-size: 38px;
    font-weight: 740;
    line-height: 1.15;
}

.sf-hero .sf-hero-mark {
    width: 68px;
    height: 68px;
    margin: 0 auto 22px;
    border-radius: 15px;
}

.sf-hero h1 {
    font-size: 58px;
}

.sf-hero-lead {
    max-width: 700px;
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.75;
}

.sf-section {
    padding: 78px 0;
}

.sf-section-head {
    margin-bottom: 36px;
}

.sf-section-head h2 {
    font-size: 36px;
}

.sf-plan-grid {
    gap: 14px;
}

.sf-plan-card {
    min-height: 420px;
    padding: 24px;
}

.sf-plan-top img {
    width: 46px;
    height: 46px;
}

.sf-plan-top span {
    font-weight: 600;
}

.sf-plan-top .sf-auto-tag {
    padding: 5px 8px;
    border-radius: 5px;
    background: #e8f5ed;
    color: #137443;
    font-weight: 700;
}

.sf-auto-overline,
.sf-auto-text {
    color: #137443;
}

.sf-plan-name {
    min-height: 72px;
    margin-top: 22px;
}

.sf-plan-name h3 {
    font-size: 25px;
}

.sf-plan-price {
    margin-top: 14px;
    font-size: 41px;
}

.sf-plan-points {
    gap: 9px;
    margin: 20px 0 22px;
    padding-top: 18px;
}

.sf-plan-points li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding-left: 0;
    line-height: 1.5;
}

.sf-plan-points li::before {
    display: none;
}

.sf-plan-points li img {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin-top: 2px;
}

.sf-journey-layout {
    display: block;
}

.sf-journey .sf-section-head {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.sf-journey-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-bottom: 1px solid #dedfe2;
}

.sf-journey-steps li {
    display: block;
    min-height: 176px;
    padding: 24px 28px 26px;
    border-bottom: 0;
}

.sf-journey-steps li + li {
    border-left: 1px solid #dedfe2;
}

.sf-journey-steps > li > span {
    display: block;
    padding: 0;
    color: #8a8a90;
    font-size: 24px;
    font-weight: 720;
    line-height: 1;
}

.sf-journey-steps h3 {
    margin-top: 24px;
}

.sf-support-band {
    padding: 50px 0;
}

.sf-support-qr {
    display: flex;
    align-items: center;
    gap: 24px;
}

.sf-support-qr > img {
    width: 168px;
    height: 168px;
    padding: 7px;
    border: 1px solid #dedfe2;
    border-radius: 8px;
    background: #fff;
}

.sf-support-qr > div {
    display: grid;
    gap: 8px;
}

.sf-support-qr strong {
    font-size: 18px;
    line-height: 1.35;
}

.sf-support-qr span {
    max-width: 190px;
    color: #6e6e73;
    font-size: 14px;
    line-height: 1.6;
}

.dialog-close img,
.sf-dialog-close img {
    display: block;
    width: 18px;
    height: 18px;
    pointer-events: none;
}

.sf-floating-service {
    position: fixed;
    z-index: 65;
    right: 24px;
    bottom: 24px;
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 16px;
    border: 1px solid #101112;
    border-radius: 7px;
    background: #101112;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    font-size: 14px;
    font-weight: 650;
}

.sf-floating-service img {
    width: 19px;
    height: 19px;
}

.sf-product-hero {
    padding: 30px 0 72px;
}

.sf-product-showcase {
    min-height: 470px;
}

.sf-product-showcase img {
    width: 132px;
    height: 132px;
}

.sf-product-summary h1 {
    font-size: 44px;
}

.sf-product-price {
    margin-top: 26px;
    font-size: 48px;
}

.sf-product-facts {
    margin-top: 26px;
}

.sf-benefit-grid article {
    min-height: 188px;
    padding-top: 26px;
    padding-bottom: 28px;
}

.sf-benefit-grid h3 {
    margin-top: 28px;
}

.sf-benefit-grid span {
    font-size: 22px;
    line-height: 1;
}

.sf-redemption-steps > li > span {
    width: 36px;
    height: 36px;
    font-size: 15px;
}

.sf-redemption-layout {
    gap: 72px;
}

.sf-buy-dialog {
    width: min(calc(100% - 32px), 500px);
}

.sf-buy-dialog .buy-form {
    padding: 27px;
}

.sf-auto-badge {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 4px 7px;
    border-radius: 5px;
    background: #e8f5ed;
    color: #137443;
    font-size: 11px;
    font-weight: 700;
}

.sf-dialog-product {
    margin: 20px 0 14px;
    padding: 16px 0;
}

.sf-dialog-delivery-note {
    margin: 0 0 18px;
    padding: 12px 13px;
    border-left: 3px solid #101112;
    background: #f5f5f7;
    color: #55555a;
    font-size: 13px;
    line-height: 1.65;
}

.sf-payment-fieldset {
    margin: 18px 0 16px;
}

.sf-buy-dialog .payment-method-static {
    border-color: #dedfe2;
    box-shadow: none;
}

@media (max-width: 820px) {
    #pricing {
        scroll-margin-top: 0;
    }

    html {
        scroll-padding-top: 64px;
    }

    .sf-hero {
        min-height: 490px;
    }

    .sf-plan-grid {
        grid-template-columns: repeat(3, minmax(280px, 1fr));
        margin-inline: -16px;
        padding-inline: 16px;
        overflow-x: auto;
        scroll-snap-type: x proximity;
    }

    .sf-plan-card {
        scroll-snap-align: start;
    }

    .sf-journey-steps {
        grid-template-columns: 1fr;
    }

    .sf-journey-steps li {
        display: grid;
        grid-template-columns: 42px 1fr;
        gap: 12px;
        min-height: 0;
        padding: 22px 0;
        border-bottom: 1px solid #dedfe2;
    }

    .sf-journey-steps li + li {
        border-left: 0;
    }

    .sf-journey-steps h3 {
        margin-top: 0;
    }

    .sf-journey-steps > li > span {
        padding-top: 2px;
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    .sf-hero {
        min-height: auto;
        padding: 46px 0 40px;
    }

    .sf-hero-product {
        margin-bottom: 10px;
        font-size: 27px;
    }

    .sf-hero .sf-hero-mark {
        width: 58px;
        height: 58px;
        margin-bottom: 18px;
        border-radius: 13px;
    }

    .sf-hero h1 {
        font-size: 39px;
    }

    .sf-hero-lead {
        max-width: 350px;
        margin-top: 17px;
        font-size: 14px;
    }

    .sf-section {
        padding: 56px 0;
    }

    .sf-section-head h2 {
        font-size: 28px;
    }

    .sf-plan-card {
        min-height: 390px;
        padding: 21px;
    }

    .sf-plan-name {
        min-height: 66px;
        margin-top: 20px;
    }

    .sf-plan-price {
        margin-top: 12px;
        font-size: 39px;
    }

    .sf-plan-points {
        margin: 18px 0 20px;
    }

    .sf-journey .sf-section-head {
        margin-bottom: 24px;
        text-align: left;
    }

    .sf-support-inner {
        gap: 22px;
    }

    .sf-support-qr {
        width: 100%;
        padding-top: 19px;
        border-top: 1px solid #dedfe2;
    }

    .sf-support-qr > img {
        width: 132px;
        height: 132px;
    }

    .sf-floating-service {
        right: 14px;
        bottom: 14px;
        width: 46px;
        height: 46px;
        min-height: 46px;
        padding: 0;
        border-radius: 50%;
    }

    .sf-floating-service span {
        display: none;
    }

    .product-page-active .sf-floating-service {
        bottom: calc(88px + env(safe-area-inset-bottom));
    }

    .sf-product-hero {
        padding-bottom: 46px;
    }

    .sf-product-showcase {
        min-height: 280px;
    }

    .sf-product-showcase img {
        width: 90px;
        height: 90px;
        border-radius: 20px;
    }

    .sf-product-summary h1 {
        font-size: 35px;
    }

    .sf-product-benefits {
        padding-bottom: 48px;
    }

    .sf-buy-dialog .buy-form {
        padding: 21px 18px calc(20px + env(safe-area-inset-bottom));
    }

    .sf-dialog-product > b {
        font-size: 24px;
    }

    .sf-dialog-delivery-note {
        font-size: 12px;
    }
}

/* Storefront v6.3: icon-led purchase flow. */
.sf-journey {
    background: #f6f6f8;
}

.sf-journey .sf-section-head {
    margin-bottom: 30px;
}

.sf-journey-steps {
    gap: 14px;
    border: 0;
}

.sf-journey-steps li {
    display: flex;
    min-height: 230px;
    flex-direction: column;
    justify-content: space-between;
    padding: 26px;
    border: 1px solid #dedfe2;
    border-radius: 8px;
    background: #fff;
}

.sf-journey-steps li + li {
    border-left: 1px solid #dedfe2;
}

.sf-flow-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.sf-flow-icon {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    place-items: center;
    border-radius: 8px;
    border: 1px solid #d8eee1;
    background: #edf8f2;
    color: #13834c;
}

.sf-flow-icon-auto {
    background: #edf8f2;
}

.sf-flow-icon img {
    width: 24px;
    height: 24px;
}

.sf-flow-step {
    color: #a0a0a5;
    font-size: 28px;
    font-weight: 720;
    line-height: 1;
}

.sf-flow-copy h3 {
    margin: 0;
    font-size: 20px;
}

.sf-flow-copy p {
    margin: 9px 0 0;
    color: #6e6e73;
    font-size: 14px;
    line-height: 1.7;
}

.sf-flow-title {
    display: flex;
    align-items: center;
    gap: 9px;
}

.sf-flow-title > span {
    padding: 4px 7px;
    border-radius: 5px;
    background: #e8f5ed;
    color: #137443;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

@media (max-width: 820px) {
    .sf-journey-steps {
        grid-template-columns: repeat(3, minmax(260px, 1fr));
        margin-inline: -16px;
        padding-inline: 16px;
        overflow-x: auto;
        scroll-snap-type: x proximity;
    }

    .sf-journey-steps li {
        display: flex;
        min-height: 220px;
        padding: 23px;
        border-bottom: 1px solid #dedfe2;
        scroll-snap-align: start;
    }
}

@media (max-width: 640px) {
    .sf-journey-steps {
        grid-template-columns: 1fr;
        margin-inline: 0;
        padding-inline: 0;
        overflow: visible;
    }

    .sf-journey-steps li {
        min-height: 178px;
        padding: 20px;
    }

    .sf-flow-icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .sf-flow-step {
        font-size: 24px;
    }
}

/* Storefront v6.4: own-account clarity and lighter service surfaces. */
.sf-product-title-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.sf-product-status {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: #e8f5ed;
    color: #137443;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.sf-product-help {
    padding: 54px 0;
    border-top: 1px solid #e2e3e6;
    background: #f6f6f8;
    color: #101112;
}

.sf-product-help p {
    color: #6e6e73;
}

.sf-product-help .sf-overline {
    margin-bottom: 8px;
    color: #6e6e73;
}

.sf-product-help-qr {
    display: flex;
    align-items: center;
    gap: 24px;
}

.sf-product-help-qr > img {
    width: 168px;
    height: 168px;
    padding: 7px;
    border: 1px solid #dedfe2;
    border-radius: 8px;
    background: #fff;
}

.sf-product-help-qr > div {
    display: grid;
    gap: 8px;
}

.sf-product-help-qr strong {
    font-size: 18px;
    line-height: 1.35;
}

.sf-product-help-qr span,
.sf-support-qr span {
    max-width: none;
    color: #6e6e73;
    font-size: 14px;
    line-height: 1.6;
    white-space: nowrap;
}

.sf-dialog-delivery-note {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin: 0 0 18px;
    padding: 13px 14px;
    border: 0;
    border-radius: 8px;
    background: #edf7f1;
    color: #234b36;
    line-height: 1.55;
}

.sf-dialog-delivery-note > img {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    margin-top: 1px;
}

.sf-dialog-delivery-note > div {
    display: grid;
    gap: 3px;
}

.sf-dialog-delivery-note strong {
    color: #135f38;
    font-size: 13px;
}

.sf-dialog-delivery-note span {
    color: #476253;
    font-size: 12px;
}

.text-input.is-invalid {
    border-color: #c73333;
    box-shadow: 0 0 0 3px rgba(199, 51, 51, 0.1);
}

.field-error {
    margin: 7px 0 0;
    color: #b42318;
    font-size: 12px;
    line-height: 1.5;
}

.sf-buy-dialog .payment-method-static {
    min-height: 54px;
    padding: 9px 13px;
}

.sf-buy-dialog .payment-method-static .alipay-logo {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
}

.sf-footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.footer-legal {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-legal a:hover {
    color: #101112;
}

.sf-legal-page {
    min-height: 64vh;
    padding: 68px 0 96px;
    background: #f6f6f8;
}

.sf-legal-shell {
    max-width: 900px;
}

.sf-legal-head {
    padding-bottom: 32px;
    border-bottom: 1px solid #d9dadd;
}

.sf-legal-head h1 {
    margin: 8px 0 12px;
    font-size: 44px;
    line-height: 1.15;
}

.sf-legal-head > p:last-child {
    margin: 0;
    color: #7f7f85;
    font-size: 13px;
}

.sf-legal-content section {
    padding: 28px 0;
    border-bottom: 1px solid #dedfe2;
}

.sf-legal-content h2 {
    margin: 0;
    font-size: 20px;
}

.sf-legal-content p {
    margin: 10px 0 0;
    color: #55555a;
    font-size: 15px;
    line-height: 1.85;
}

@media (max-width: 820px) {
    .sf-product-help-qr {
        width: 100%;
        padding-top: 20px;
        border-top: 1px solid #dedfe2;
    }

    .sf-product-help-qr > img {
        width: 132px;
        height: 132px;
    }

    .sf-footer .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
    }

    .sf-legal-page {
        padding: 46px 0 68px;
    }

    .sf-legal-head h1 {
        font-size: 34px;
    }
}

@media (max-width: 480px) {
    .sf-product-title-row {
        gap: 10px;
    }

    .sf-product-status {
        min-height: 26px;
        padding: 4px 8px;
        font-size: 11px;
    }

    .sf-product-help {
        padding: 44px 0;
    }

    .sf-product-help-qr span,
    .sf-support-qr span {
        font-size: 13px;
    }

    .footer-legal {
        width: 100%;
        justify-content: space-between;
        gap: 12px;
    }
}

/* Storefront v6.5: cleaner pricing navigation and touch layouts. */
.sf-floating-service {
    min-height: 48px;
    padding: 10px 17px;
    border-radius: 999px;
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.18);
    transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.sf-floating-service:hover {
    background: #242426;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.sf-floating-service:focus-visible {
    outline: 3px solid rgba(16, 17, 18, 0.2);
    outline-offset: 3px;
}

@media (max-width: 820px) {
    section.sf-products {
        padding-top: 30px;
    }

    .sf-plan-grid {
        grid-template-columns: 1fr;
        margin-inline: 0;
        padding-inline: 0;
        overflow: visible;
    }

    .sf-plan-card {
        min-height: 0;
    }
}

@media (max-width: 640px) {
    .sf-plan-card {
        padding: 20px;
    }

    .sf-plan-name {
        min-height: 0;
    }

    .sf-floating-service {
        right: 14px;
        bottom: calc(14px + env(safe-area-inset-bottom));
        width: 48px;
        min-width: 48px;
        height: 48px;
        min-height: 48px;
        padding: 0;
        border-radius: 50%;
    }

    .sf-floating-service span {
        display: none;
    }
}

/* Storefront v6.10: focused product purchase summary. */
.sf-product-intro {
    max-width: 560px;
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.7;
}

.sf-product-price {
    margin-top: 28px;
    font-size: 46px;
}

.sf-product-price small {
    margin-left: 7px;
}

.sf-product-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 28px;
    border: 0;
}

.sf-product-facts > div {
    display: grid;
    min-width: 0;
    min-height: 82px;
    align-content: space-between;
    justify-content: stretch;
    gap: 9px;
    padding: 14px 15px;
    border: 0;
    border-radius: 8px;
    background: #f5f5f7;
    font-size: 13px;
}

.sf-product-facts dt {
    font-size: 12px;
}

.sf-product-facts dd {
    line-height: 1.45;
    text-align: left;
}

.sf-product-actions {
    grid-template-columns: minmax(0, 1.25fr) minmax(150px, 0.75fr);
    margin-top: 22px;
}

@media (max-width: 640px) {
    .sf-product-title-row {
        align-items: flex-start;
    }

    .sf-product-intro {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.65;
    }

    .sf-product-price {
        margin-top: 22px;
        font-size: 42px;
    }

    .sf-product-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
        margin-top: 22px;
    }

    .sf-product-facts > div {
        min-height: 76px;
        padding: 12px 13px;
    }

    .sf-product-facts > div:last-child {
        grid-column: 1 / -1;
        min-height: 68px;
    }

    .sf-product-actions {
        grid-template-columns: 1fr;
        margin-top: 16px;
    }
}

/* Storefront v6.11: aligned purchase dialog status and delivery icon. */
.sf-dialog-title-line {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding-top: 4px;
}

.sf-dialog-title-line h2 {
    min-width: 0;
}

.sf-dialog-title-line .sf-auto-badge {
    flex: 0 0 auto;
    margin: 0;
}

.sf-dialog-delivery-note > img {
    width: 22px;
    height: 22px;
    margin-top: 0;
}

@media (max-width: 480px) {
    .sf-dialog-title-line {
        gap: 10px;
    }

    .sf-dialog-title-line h2 {
        font-size: 24px;
    }
}

/* Storefront v6.12: concise contact field validation. */
.sf-buy-dialog .text-input.is-invalid {
    border-color: #d45b5b;
    background: #fffafa;
    box-shadow: 0 0 0 2px rgba(180, 35, 24, 0.08);
}

.sf-buy-dialog .text-input.is-invalid + .sf-contact-help {
    display: none;
}

.sf-buy-dialog .field-error {
    margin-top: 7px;
    color: #b42318;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
}

/* Storefront v6.13: spacious storefront hero. */
.sf-hero {
    min-height: min(620px, calc(100svh - 118px));
    padding: 72px 0 68px;
}

.sf-hero-inner {
    display: flex;
    max-width: 920px;
    flex-direction: column;
    align-items: center;
}

.sf-hero .sf-hero-mark {
    width: 72px;
    height: 72px;
    margin: 0 auto 36px;
    border-radius: 16px;
}

.sf-hero-heading {
    display: grid;
    gap: 17px;
    text-align: center;
}

.sf-hero-product {
    margin: 0;
    font-size: 40px;
    font-weight: 730;
    line-height: 1.15;
}

.sf-hero h1 {
    font-size: 70px;
    line-height: 1.04;
}

.sf-hero-lead {
    margin-top: 32px;
    font-size: 17px;
    line-height: 1.65;
}

.sf-hero-actions {
    gap: 12px;
    margin-top: 38px;
}

.sf-hero-actions .button {
    min-width: 196px;
    min-height: 56px;
}

@media (max-width: 640px) {
    .sf-hero {
        min-height: auto;
        padding: 58px 0 48px;
    }

    .sf-hero .sf-hero-mark {
        width: 60px;
        height: 60px;
        margin-bottom: 28px;
        border-radius: 14px;
    }

    .sf-hero-heading {
        gap: 12px;
    }

    .sf-hero-product {
        font-size: 29px;
        line-height: 1.2;
    }

    .sf-hero h1 {
        font-size: 43px;
        line-height: 1.08;
    }

    .sf-hero-lead {
        max-width: 310px;
        margin-top: 25px;
        font-size: 14px;
        line-height: 1.7;
    }

    .sf-hero-actions {
        width: min(100%, 340px);
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 31px;
    }

    .sf-hero-actions .button {
        width: 100%;
        min-height: 50px;
    }
}

/* Storefront v6.17: consistent labels, icons and purchase details. */
.sf-plan-top > span {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 5px 10px;
    border-radius: 6px;
    background: #f0f0f2;
    color: #626268;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.sf-plan-top > .sf-auto-tag {
    background: #e8f5ed;
    color: #137443;
}

.sf-journey-steps .sf-flow-icon,
.sf-journey-steps .sf-flow-icon-auto {
    border-color: #d8eee1;
    background: #edf8f2;
    color: #13834c;
}

.sf-product-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sf-product-facts .sf-fact-stack {
    display: block;
}

.sf-fact-stack span,
.sf-fact-stack small {
    display: block;
}

.sf-fact-stack small {
    margin-top: 3px;
    color: #101112;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.35;
}

.sf-fact-stack.sf-auto-text small {
    color: inherit;
}

.sf-contact-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.sf-contact-label small {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    padding: 3px 8px;
    border-radius: 999px;
    background: #f0f0f2;
    color: #6e6e73;
    font-size: 10px;
    font-weight: 650;
    line-height: 1.3;
}

@media (max-width: 640px) {
    .sf-product-actions {
        grid-template-columns: 1fr;
    }
}

/* Storefront v6.30: simplified footer, stable dialogs and mobile commerce polish. */
.site-body :where(button, a):focus {
    outline: 0;
}

.site-body :where(button, a):focus-visible {
    outline: 2px solid rgba(29, 29, 31, 0.28);
    outline-offset: 3px;
}

.dialog-close:focus-visible,
.sf-dialog-close:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(29, 29, 31, 0.14);
}

.sf-service-modal h2:focus,
.sf-dialog-title-line h2:focus {
    outline: 0;
}

.sf-back-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.sf-back-link img {
    width: 17px;
    height: 17px;
    opacity: 0.78;
    transition: transform 160ms ease;
}

.sf-back-link:hover img {
    transform: translateX(-2px);
}

.sf-footer {
    padding: 42px 0 32px;
    border-top: 1px solid #e5e5e8;
}

.sf-footer-main {
    display: grid;
    gap: 24px;
}

.sf-footer .footer-brand {
    display: grid;
    gap: 11px;
    justify-items: start;
}

.sf-footer .footer-brand p {
    margin: 0;
    color: #707077;
    font-size: 13px;
}

.sf-footer-meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    padding-top: 20px;
    border-top: 1px solid #ececef;
    color: #8a8a91;
    font-size: 12px;
}

.sf-footer-legal {
    display: flex;
    align-items: center;
    gap: 18px;
}

.sf-footer-legal a {
    color: #77777e;
}

.sf-footer-legal a:hover {
    color: #292a2e;
}

.sf-buy-dialog,
.sf-service-dialog {
    overscroll-behavior: contain;
}

@media (max-width: 640px) {
    .site-body .shell {
        width: min(calc(100% - 28px), 1200px);
    }

    .sf-hero-actions {
        width: min(100%, 360px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .sf-hero-actions .button,
    .sf-product-actions .button {
        width: 100%;
        min-width: 0;
        padding-inline: 8px;
        font-size: 13px;
    }

    .sf-product-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 18px;
    }

    .sf-product-hero {
        padding: 18px 0 44px;
    }

    .sf-back-link {
        margin-bottom: 17px;
        font-size: 13px;
    }

    .sf-product-layout {
        gap: 24px;
    }

    .sf-product-showcase {
        min-height: 218px;
        padding: 25px 18px;
    }

    .sf-product-showcase img {
        width: 72px;
        height: 72px;
        margin-bottom: 14px;
        border-radius: 16px;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
    }

    .sf-product-showcase p {
        font-size: 16px;
    }

    .sf-product-showcase strong {
        margin-top: 6px;
        font-size: 36px;
    }

    .sf-product-showcase span {
        margin-top: 12px;
        font-size: 12px;
    }

    .sf-product-title-row {
        align-items: center;
        gap: 9px;
    }

    .sf-product-summary h1 {
        font-size: 32px;
    }

    .sf-product-intro {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.7;
    }

    .sf-product-price {
        margin-top: 20px;
        font-size: 40px;
    }

    .sf-product-facts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        margin-top: 20px;
    }

    .sf-product-facts > div,
    .sf-product-facts > div:last-child {
        grid-column: auto;
        min-height: 82px;
        gap: 8px;
        padding: 11px 9px;
    }

    .sf-product-facts dt {
        font-size: 11px;
    }

    .sf-product-facts dd {
        font-size: 13px;
        line-height: 1.35;
    }

    .sf-mobile-buy {
        min-height: 68px;
        gap: 12px;
        padding: 9px 14px calc(9px + env(safe-area-inset-bottom));
    }

    .sf-mobile-buy .button {
        min-height: 44px;
        padding-inline: 20px;
    }

    .product-page-active .sf-footer,
    .product-page-active .site-footer {
        margin-bottom: 72px;
    }

    .product-page-active .sf-floating-service {
        bottom: calc(82px + env(safe-area-inset-bottom));
    }

    .sf-buy-dialog {
        width: 100%;
        max-height: calc(100dvh - 8px);
        margin: auto 0 0;
        border-radius: 12px 12px 0 0;
        scrollbar-width: thin;
    }

    .sf-buy-dialog .buy-form {
        padding: 18px 16px calc(18px + env(safe-area-inset-bottom));
    }

    .sf-buy-dialog .dialog-head {
        align-items: center;
        gap: 10px;
    }

    .sf-dialog-title-line {
        gap: 8px;
        padding-top: 0;
    }

    .sf-dialog-title-line h2 {
        font-size: 22px;
    }

    .sf-dialog-title-line .sf-auto-badge {
        padding: 4px 7px;
        font-size: 10px;
    }

    .sf-buy-dialog .dialog-close {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .sf-dialog-product {
        gap: 14px;
        margin: 15px 0 13px;
        padding: 13px 0;
    }

    .sf-dialog-product strong {
        font-size: 14px;
    }

    .sf-dialog-product span {
        font-size: 11px;
    }

    .sf-dialog-product > b {
        font-size: 23px;
        white-space: nowrap;
    }

    .sf-dialog-delivery-note {
        margin-bottom: 13px;
        padding: 10px 11px;
        font-size: 12px;
        line-height: 1.55;
    }

    .sf-buy-dialog .field-label {
        margin-top: 14px;
    }

    .sf-buy-dialog .text-input {
        min-height: 48px;
    }

    .sf-payment-fieldset {
        margin: 14px 0 13px;
    }

    .sf-buy-dialog .payment-method-static {
        min-height: 50px;
        padding: 8px 11px;
    }

    .sf-buy-dialog [data-buy-submit] {
        min-height: 50px;
    }

    .sf-service-dialog {
        width: min(calc(100% - 24px), 400px);
        max-height: calc(100dvh - 24px);
        border-radius: 8px;
    }

    .sf-service-modal {
        padding: 25px 18px 21px;
    }

    .sf-service-modal h2 {
        font-size: 25px;
    }

    .sf-service-context {
        margin-top: 6px;
        font-size: 13px;
    }

    .sf-service-qr {
        width: min(194px, 62vw);
        margin: 18px auto 13px;
        padding: 6px;
    }

    .sf-service-note {
        font-size: 12px;
        line-height: 1.6;
    }

    .sf-service-meta {
        gap: 18px;
        margin-top: 17px;
        padding-top: 15px;
        font-size: 11px;
    }

    .sf-dialog-close {
        top: 13px;
        right: 13px;
        width: 36px;
        height: 36px;
    }

    .sf-footer {
        padding: 34px 0 28px;
    }

    .sf-footer-main {
        gap: 20px;
    }

    .sf-footer .footer-brand p {
        max-width: 290px;
        font-size: 12px;
        line-height: 1.65;
    }

    .sf-footer-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 11px;
        padding-top: 17px;
    }

    .sf-footer-legal {
        gap: 16px;
    }
}

@media (max-width: 360px) {
    .sf-hero-actions .button,
    .sf-product-actions .button {
        font-size: 12px;
    }

    .sf-product-facts > div,
    .sf-product-facts > div:last-child {
        padding-inline: 7px;
    }

    .sf-product-facts dd {
        font-size: 12px;
    }
}

/* Storefront v6.31: product alignment and account safety note */
@media (min-width: 821px) {
    .sf-product-layout {
        align-items: stretch;
    }

    .sf-product-summary {
        display: flex;
        min-width: 0;
        flex-direction: column;
        align-self: stretch;
    }

    .sf-product-actions {
        margin-top: auto;
        padding-top: 28px;
    }
}

.sf-product-actions .button {
    min-height: 58px;
}

@media (max-width: 820px) {
    .sf-product-actions .button {
        min-height: 52px;
    }
}

/* Storefront v6.38: mobile commerce spacing and dialog polish. */
@media (max-width: 640px) {
    .sf-product-hero {
        padding: 14px 0 38px;
    }

    .sf-back-link {
        margin-bottom: 14px;
    }

    .sf-product-layout {
        gap: 20px;
    }

    .sf-product-showcase {
        display: grid;
        min-height: 150px;
        grid-template-columns: 78px minmax(0, 1fr);
        grid-template-rows: auto auto auto;
        place-items: initial;
        align-content: center;
        align-items: center;
        column-gap: 18px;
        padding: 20px 22px;
        text-align: left;
    }

    .sf-product-showcase img {
        width: 78px;
        height: 78px;
        grid-row: 1 / 4;
        margin: 0;
        border-radius: 18px;
    }

    .sf-product-showcase p,
    .sf-product-showcase strong,
    .sf-product-showcase span {
        grid-column: 2;
    }

    .sf-product-showcase p {
        align-self: end;
        font-size: 14px;
        line-height: 1.2;
    }

    .sf-product-showcase strong {
        align-self: center;
        margin-top: 3px;
        font-size: 34px;
    }

    .sf-product-showcase span {
        align-self: start;
        margin-top: 8px;
        font-size: 13px;
        line-height: 1.4;
    }

    .sf-product-title-row {
        gap: 8px;
    }

    .sf-product-summary h1 {
        font-size: 29px;
        line-height: 1.2;
    }

    .sf-product-status {
        min-height: 26px;
        padding: 4px 9px;
        font-size: 11px;
    }

    .sf-product-intro {
        max-width: none;
        margin-top: 10px;
        color: #55575d;
        font-size: 15px;
        line-height: 1.72;
    }

    .sf-product-price {
        margin-top: 18px;
        font-size: 38px;
    }

    .sf-product-price > span {
        font-size: 19px;
    }

    .sf-product-price small {
        margin-left: 6px;
        font-size: 13px;
    }

    .sf-product-facts {
        gap: 7px;
        margin-top: 18px;
    }

    .sf-product-facts > div,
    .sf-product-facts > div:last-child {
        min-height: 76px;
        gap: 7px;
        padding: 10px 9px;
    }

    .sf-product-facts dt {
        color: #66686e;
        font-size: 11px;
    }

    .sf-product-facts dd {
        color: #242529;
        font-size: 14px;
    }

    .sf-product-actions {
        margin-top: 18px;
    }

    .sf-product-actions .button {
        min-height: 50px;
        font-size: 14px;
    }

    .sf-redemption {
        padding: 46px 0 52px;
    }

    .sf-redemption-layout {
        gap: 20px;
    }

    .sf-redemption-layout > .sf-section-head {
        margin: 0;
    }

    .sf-redemption .sf-section-head h2 {
        font-size: 28px;
        line-height: 1.25;
    }

    .sf-redemption .sf-section-head > p:last-child {
        margin-top: 12px;
        color: #55575d;
        font-size: 15px;
        line-height: 1.75;
    }

    .sf-redemption-steps li {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 15px;
        padding: 22px 0;
    }

    .sf-redemption-steps > li > span {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .sf-redemption-steps h3 {
        font-size: 18px;
        line-height: 1.4;
    }

    .sf-redemption-steps p {
        margin-top: 7px;
        color: #55575d;
        font-size: 15px;
        line-height: 1.75;
    }

    .sf-mobile-buy {
        min-height: 66px;
        gap: 10px;
        padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
    }

    .sf-mobile-buy > div {
        display: flex;
        min-width: 0;
        align-items: baseline;
        gap: 7px;
        white-space: nowrap;
    }

    .sf-mobile-buy span {
        max-width: none;
        color: #242529;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.3;
    }

    .sf-mobile-buy strong {
        flex: 0 0 auto;
        font-size: 24px;
        font-weight: 780;
        line-height: 1;
    }

    .sf-mobile-buy .button {
        min-width: 126px;
        min-height: 48px;
        flex: 0 0 auto;
        padding-inline: 16px;
        font-size: 15px;
    }

    .product-page-active .sf-footer,
    .product-page-active .site-footer {
        margin-bottom: 70px;
    }

    .product-page-active .sf-floating-service {
        bottom: calc(80px + env(safe-area-inset-bottom));
    }

    .sf-buy-dialog {
        width: calc(100% - 16px);
        max-height: calc(100dvh - 16px);
        margin: auto 8px 8px;
        border-radius: 14px;
    }

    .sf-buy-dialog .buy-form {
        padding: 18px 16px calc(18px + env(safe-area-inset-bottom));
    }

    .sf-buy-dialog .dialog-head {
        gap: 9px;
    }

    .sf-dialog-title-line {
        gap: 8px;
    }

    .sf-dialog-title-line h2 {
        font-size: 20px;
        line-height: 1.3;
    }

    .sf-dialog-title-line .sf-auto-badge {
        padding: 4px 7px;
        font-size: 11px;
    }

    .sf-buy-dialog .dialog-close {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .sf-dialog-product {
        gap: 12px;
        margin: 14px 0 12px;
        padding: 12px 0;
    }

    .sf-dialog-product strong {
        font-size: 15px;
        line-height: 1.35;
    }

    .sf-dialog-product span {
        color: #55575d;
        font-size: 13px;
        line-height: 1.5;
    }

    .sf-dialog-product > b {
        font-size: 23px;
    }

    .sf-dialog-delivery-note {
        gap: 9px;
        margin-bottom: 12px;
        padding: 11px 12px;
    }

    .sf-dialog-delivery-note > img {
        width: 20px;
        height: 20px;
        flex-basis: 20px;
    }

    .sf-dialog-delivery-note strong {
        font-size: 14px;
    }

    .sf-dialog-delivery-note span {
        font-size: 13px;
        line-height: 1.55;
    }

    .sf-buy-dialog .field-label {
        margin-top: 13px;
        font-size: 14px;
    }

    .sf-contact-label small {
        padding: 3px 7px;
        font-size: 10px;
    }

    .sf-buy-dialog .text-input {
        min-height: 48px;
        padding: 11px 13px;
        font-size: 16px;
    }

    .sf-buy-dialog .field-help,
    .sf-buy-dialog .field-error {
        font-size: 12px;
        line-height: 1.5;
    }

    .sf-payment-fieldset {
        margin: 13px 0 12px;
    }

    .sf-buy-dialog .payment-method-static {
        min-height: 52px;
        gap: 10px;
        padding: 8px 11px;
    }

    .sf-buy-dialog .payment-method-static strong {
        font-size: 15px;
    }

    .sf-buy-dialog [data-buy-submit] {
        min-height: 50px;
        font-size: 16px;
    }

    .sf-service-dialog {
        width: min(calc(100% - 32px), 360px);
        max-height: calc(100dvh - 32px);
        border-radius: 10px;
    }

    .sf-service-modal {
        padding: 22px 18px 19px;
    }

    .sf-service-modal .sf-overline {
        margin-bottom: 7px;
        font-size: 11px;
    }

    .sf-service-modal h2 {
        font-size: 26px;
        line-height: 1.25;
    }

    .sf-service-context {
        margin-top: 6px;
        font-size: 14px;
    }

    .sf-service-qr {
        width: min(158px, 46vw);
        margin: 14px auto 11px;
        padding: 5px;
    }

    .sf-service-modal > strong {
        font-size: 15px;
    }

    .sf-service-note {
        margin-top: 5px;
        font-size: 13px;
        line-height: 1.55;
    }

    .sf-service-meta {
        gap: 14px;
        margin-top: 14px;
        padding-top: 13px;
        font-size: 12px;
    }

    .sf-service-modal .sf-dialog-close {
        top: 12px;
        right: 12px;
        width: 34px;
        height: 34px;
    }
}

@media (max-width: 360px) {
    .sf-product-showcase {
        grid-template-columns: 70px minmax(0, 1fr);
        column-gap: 15px;
        padding-inline: 18px;
    }

    .sf-product-showcase img {
        width: 70px;
        height: 70px;
    }

    .sf-mobile-buy span {
        max-width: none;
        font-size: 14px;
    }

    .sf-mobile-buy .button {
        min-width: 116px;
        padding-inline: 13px;
    }

    .sf-service-qr {
        width: 148px;
    }
}

/* Storefront v6.40: Lucide icons and a composed mobile navigation panel. */
.nav-toggle-icon {
    width: 22px;
    height: 22px;
    pointer-events: none;
}

.nav-toggle-close,
.nav-menu-icon,
.nav-chevron,
.nav-copy small {
    display: none;
}

.nav-copy strong {
    font: inherit;
    font-weight: inherit;
}

.sf-plan-points li > svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin-top: 3px;
}

.sf-flow-icon > svg {
    width: 24px;
    height: 24px;
}

.dialog-close > svg,
.sf-dialog-close > svg {
    display: block;
    width: 18px;
    height: 18px;
    pointer-events: none;
}

.sf-floating-service > svg {
    width: 19px;
    height: 19px;
}

.sf-back-link > svg {
    width: 17px;
    height: 17px;
    opacity: 0.78;
    transition: transform 160ms ease;
}

.sf-back-link:hover > svg {
    transform: translateX(-2px);
}

.sf-dialog-delivery-note > svg {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    color: #137443;
}

@media (max-width: 820px) {
    .site-body .nav-toggle {
        position: relative;
        display: grid;
        width: 40px;
        height: 40px;
        margin-right: -4px;
        place-items: center;
        padding: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: transparent;
        color: #202124;
        -webkit-tap-highlight-color: transparent;
        transition: background-color 180ms ease, border-color 180ms ease, transform 150ms ease;
    }

    .site-body .nav-toggle:hover,
    .site-body .nav-toggle[aria-expanded="true"] {
        border-color: #e2e3e6;
        background: #f5f5f7;
    }

    .site-body .nav-toggle:focus-visible {
        border-color: #dedfe2;
        border-radius: 7px;
        outline: 0;
        box-shadow: 0 0 0 3px rgba(29, 29, 31, 0.08);
    }

    .site-body .nav-toggle:active {
        transform: scale(0.94);
    }

    .nav-toggle-open,
    .nav-toggle-close {
        position: absolute;
        display: block;
        transition: opacity 180ms ease, transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
    }

    .nav-toggle-open {
        opacity: 1;
        transform: rotate(0) scale(1);
    }

    .nav-toggle-close {
        opacity: 0;
        transform: rotate(-35deg) scale(0.72);
    }

    .nav-toggle[aria-expanded="true"] .nav-toggle-open {
        opacity: 0;
        transform: rotate(35deg) scale(0.72);
    }

    .nav-toggle[aria-expanded="true"] .nav-toggle-close {
        opacity: 1;
        transform: rotate(0) scale(1);
    }

    .navigation-open {
        overflow: hidden;
    }

    .site-body::before {
        position: fixed;
        z-index: 75;
        inset: 64px 0 0;
        background: rgba(20, 21, 23, 0.22);
        backdrop-filter: blur(2px);
        content: "";
        opacity: 0;
        pointer-events: none;
        transition: opacity 220ms ease;
    }

    .site-body.navigation-open::before {
        opacity: 1;
        pointer-events: auto;
    }

    .site-body .site-nav {
        position: absolute;
        z-index: 81;
        top: 64px;
        right: 0;
        left: 0;
        display: grid;
        gap: 4px;
        padding: 12px max(16px, calc((100vw - 560px) / 2)) 16px;
        overflow: visible;
        border: 0;
        border-top: 1px solid #ececef;
        border-bottom: 1px solid #dedfe2;
        background: rgba(255, 255, 255, 0.99);
        box-shadow: 0 22px 44px rgba(20, 21, 23, 0.14);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-12px) scale(0.985);
        transform-origin: top center;
        visibility: hidden;
        will-change: opacity, transform;
        transition: opacity 220ms ease, transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1), visibility 220ms ease;
    }

    .site-body .site-nav.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        visibility: visible;
    }

    .site-body .site-nav a,
    .site-body .site-nav .nav-service-link {
        display: grid;
        min-height: 66px;
        grid-template-columns: 40px minmax(0, 1fr) 18px;
        align-items: center;
        gap: 12px;
        padding: 10px 12px;
        border: 0;
        border-radius: 8px;
        background: transparent;
        color: #292a2e;
        text-align: left;
        opacity: 0;
        transform: translateY(-6px);
        -webkit-tap-highlight-color: transparent;
        user-select: none;
        transition: background-color 150ms ease, color 150ms ease, opacity 200ms ease, transform 200ms ease;
    }

    .site-body .site-nav.is-open a,
    .site-body .site-nav.is-open .nav-service-link {
        opacity: 1;
        transform: translateY(0);
    }

    .site-body .site-nav.is-open > :nth-child(1) { transition-delay: 25ms; }
    .site-body .site-nav.is-open > :nth-child(2) { transition-delay: 50ms; }
    .site-body .site-nav.is-open > :nth-child(3) { transition-delay: 75ms; }
    .site-body .site-nav.is-open > :nth-child(4) { transition-delay: 100ms; }

    .site-body .site-nav a:hover,
    .site-body .site-nav a.is-active,
    .site-body .site-nav .nav-service-link:hover {
        border: 0;
        background: #f4f4f6;
        color: #111214;
    }

    .site-body .site-nav a:active,
    .site-body .site-nav .nav-service-link:active {
        background: #eceef0;
        transform: scale(0.985);
        transition-delay: 0ms;
    }

    .site-body .site-nav a:focus,
    .site-body .site-nav .nav-service-link:focus {
        outline: 0;
    }

    .site-body .site-nav a:focus-visible,
    .site-body .site-nav .nav-service-link:focus-visible {
        background: #f4f4f6;
        box-shadow: inset 0 0 0 2px rgba(19, 116, 67, 0.22);
    }

    .nav-menu-icon {
        display: block;
        width: 40px;
        height: 40px;
        padding: 10px;
        border-radius: 8px;
        background: #f0f1f3;
        color: #34353a;
    }

    .site-nav a.is-active .nav-menu-icon {
        background: #e8f5ed;
        color: #137443;
    }

    .nav-copy {
        display: grid;
        min-width: 0;
        gap: 3px;
    }

    .nav-copy strong {
        overflow: hidden;
        font-size: 15px;
        font-weight: 650;
        line-height: 1.3;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .nav-copy small {
        display: block;
        overflow: hidden;
        color: #777980;
        font-size: 12px;
        line-height: 1.35;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .nav-chevron {
        display: block;
        width: 18px;
        height: 18px;
        color: #9a9ca2;
    }
}

/* Storefront v6.44: more readable mobile service dialog. */
@media (max-width: 640px) {
    .sf-service-dialog {
        width: min(calc(100% - 24px), 400px);
        max-height: calc(100dvh - 24px);
        border-radius: 12px;
    }

    .sf-service-modal {
        padding: 28px 21px 23px;
    }

    .sf-service-modal .sf-overline {
        margin-bottom: 8px;
        font-size: 12px;
    }

    .sf-service-modal h2 {
        font-size: 28px;
    }

    .sf-service-context {
        margin-top: 8px;
        font-size: 15px;
    }

    .sf-service-qr,
    .sf-service-modal .sf-service-qr {
        width: min(220px, 62vw);
        margin: 20px auto 15px;
        padding: 6px;
    }

    .sf-service-modal > strong {
        font-size: 17px;
    }

    .sf-service-note {
        margin-top: 7px;
        font-size: 14px;
        line-height: 1.6;
    }

    .sf-service-meta {
        gap: 18px;
        margin-top: 18px;
        padding-top: 16px;
        font-size: 13px;
    }

    .sf-service-modal .sf-dialog-close {
        top: 14px;
        right: 14px;
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 380px) {
    .site-body .site-nav a,
    .site-body .site-nav .nav-service-link {
        min-height: 62px;
        grid-template-columns: 36px minmax(0, 1fr) 16px;
        gap: 10px;
        padding-inline: 9px;
    }

    .nav-menu-icon {
        width: 36px;
        height: 36px;
        padding: 9px;
    }

    .nav-copy small {
        font-size: 11px;
    }
}

/* Unified neutral icon tiles across storefront flow cards. */
.sf-flow-icon,
.sf-flow-icon-auto,
.sf-journey-steps .sf-flow-icon,
.sf-journey-steps .sf-flow-icon-auto {
    border-color: #e1e2e5;
    background: #f1f2f4;
    color: #4b4d53;
}

/* Keep modal context visible while softening the page behind it. */
.buy-dialog::backdrop,
.sf-service-dialog::backdrop {
    background: rgba(16, 17, 18, 0.46);
    -webkit-backdrop-filter: saturate(110%) blur(8px);
    backdrop-filter: saturate(110%) blur(8px);
}

.sf-dialog-product > div {
    display: flex;
    min-width: 0;
    align-items: center;
}

.sf-dialog-product span {
    color: #34363b;
    font-size: 16px;
    font-weight: 650;
    line-height: 1.5;
}

.sf-buy-dialog .payment-method-static {
    border-color: #bfc1c6;
    background: #fbfbfc;
    box-shadow: 0 0 0 1px rgba(16, 17, 18, 0.035);
}

.sf-buy-dialog .sf-payment-selected {
    display: grid;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    margin-left: auto;
    place-items: center;
    background: transparent;
    color: #1677ff;
}

.sf-buy-dialog .sf-payment-selected svg {
    width: 22px;
    height: 22px;
    stroke-width: 2.25;
}

.sf-faq {
    border-top: 1px solid #e7e8ea;
    background: #f6f6f8;
}

.sf-faq-shell {
    max-width: 980px;
}

.sf-faq .sf-section-head {
    margin-bottom: 38px;
}

.sf-faq-list {
    overflow: hidden;
    border: 1px solid #dedfe2;
    border-radius: 8px;
    background: #fff;
}

.sf-faq-list details + details {
    border-top: 1px solid #e5e6e8;
}

.sf-faq-list summary {
    display: grid;
    min-height: 78px;
    grid-template-columns: minmax(0, 1fr) 28px;
    gap: 22px;
    align-items: center;
    padding: 22px 26px;
    color: #202125;
    cursor: pointer;
    font-size: 17px;
    font-weight: 680;
    line-height: 1.5;
    list-style: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 160ms ease;
}

.sf-faq-list summary::-webkit-details-marker {
    display: none;
}

@media (hover: hover) and (pointer: fine) {
    .sf-faq-list summary:hover {
        background: #fafafb;
    }
}

.sf-faq-list summary:focus-visible {
    outline: 2px solid #242529;
    outline-offset: -3px;
}

.sf-faq-list summary svg {
    width: 19px;
    height: 19px;
    justify-self: end;
    color: #6e7076;
    transition: transform 180ms ease, color 180ms ease;
}

.sf-faq-list details[open] summary svg {
    color: #202125;
    transform: rotate(45deg);
}

.sf-faq-answer {
    padding: 0 74px 24px 26px;
}

.sf-faq-answer p {
    max-width: 760px;
    margin: 0;
    color: #5b5d63;
    font-size: 15px;
    line-height: 1.85;
}

@media (max-width: 820px) {
    .buy-dialog::backdrop {
        background: rgba(16, 17, 18, 0.44);
        -webkit-backdrop-filter: saturate(110%) blur(8px);
        backdrop-filter: saturate(110%) blur(8px);
    }

    /* Match the stable mobile navigation pattern: one fixed layer at bottom: 0. */
    .sf-mobile-buy {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 80;
        min-height: 82px;
        padding: 11px 16px 20px;
        border-top: 1px solid #dedfe2;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 -10px 30px rgba(16, 17, 18, 0.08);
        transform: none;
        -webkit-backdrop-filter: saturate(125%) blur(16px);
        backdrop-filter: saturate(125%) blur(16px);
    }

    .sf-mobile-buy::after {
        content: none;
    }

    .product-page-active {
        padding-bottom: 82px;
    }

    .product-page-active .sf-footer,
    .product-page-active .site-footer {
        margin-bottom: 0;
    }

    .product-page-active .sf-floating-service {
        bottom: 94px;
    }

    .sf-mobile-buy .button {
        min-height: 50px;
        border-radius: 8px;
    }

    .sf-buy-dialog {
        width: calc(100% - 24px);
        max-height: calc(100dvh - 24px);
        margin: auto 12px 12px;
        border-radius: 18px;
    }

    .sf-buy-dialog .buy-form {
        padding: 24px 20px calc(24px + env(safe-area-inset-bottom));
    }

    .sf-buy-dialog .dialog-head {
        align-items: center;
        gap: 12px;
    }

    .sf-dialog-title-line {
        justify-content: flex-start;
        gap: 10px;
    }

    .sf-dialog-title-line h2 {
        font-size: 22px;
        line-height: 1.35;
    }

    .sf-dialog-title-line .sf-auto-badge {
        padding: 5px 8px;
        font-size: 11px;
    }

    .sf-buy-dialog .dialog-close {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .sf-dialog-product {
        gap: 14px;
        margin: 20px 0 16px;
        padding: 16px 0;
    }

    .sf-dialog-product span {
        font-size: 15px;
        line-height: 1.6;
    }

    .sf-dialog-product > b {
        font-size: 25px;
    }

    .sf-dialog-delivery-note {
        gap: 11px;
        margin-bottom: 18px;
        padding: 14px;
    }

    .sf-dialog-delivery-note strong {
        font-size: 15px;
    }

    .sf-dialog-delivery-note span {
        font-size: 14px;
        line-height: 1.65;
    }

    .sf-buy-dialog .field-label {
        margin-top: 18px;
        font-size: 15px;
    }

    .sf-buy-dialog .text-input {
        min-height: 54px;
        padding: 13px 14px;
    }

    .sf-buy-dialog .field-help,
    .sf-buy-dialog .field-error {
        font-size: 13px;
        line-height: 1.55;
    }

    .sf-payment-fieldset {
        margin: 18px 0 15px;
    }

    .sf-buy-dialog .payment-method-static {
        min-height: 58px;
        padding: 10px 13px;
    }

    .sf-buy-dialog [data-buy-submit] {
        min-height: 56px;
        font-size: 17px;
    }

    .sf-faq {
        padding: 72px 0;
    }

    .sf-faq .sf-section-head {
        margin-bottom: 30px;
    }

    .sf-faq-list {
        border-radius: 8px;
    }

    .sf-faq-list summary {
        min-height: 70px;
        grid-template-columns: minmax(0, 1fr) 24px;
        gap: 14px;
        padding: 19px 18px;
        font-size: 16px;
        line-height: 1.55;
    }

    .sf-faq-list summary svg {
        width: 18px;
        height: 18px;
    }

    .sf-faq-answer {
        padding: 0 48px 21px 18px;
    }

    .sf-faq-answer p {
        font-size: 14px;
        line-height: 1.8;
    }
}
