:root {
    --ink: #181a18;
    --muted: #686d68;
    --line: #e7e9e6;
    --soft: #f5f6f4;
    --sage: #3f5145;
    --sage-dark: #26342c;
    --mint: #a6f1c9;
    --peach: #fff2ed;
    --peach-line: #f2cdbf;
    --danger: #b42318;
    --white: #fff;
    --shadow: 0 18px 55px rgba(25, 36, 29, .09);
    --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: "Poppins", system-ui, sans-serif;
    font-size: 15px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow-container { width: min(980px, calc(100% - 40px)); margin-inline: auto; }
.announcement {
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 16px;
    color: #fff;
    background: #080908;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .03em;
}
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255,255,255,.94);
    border-bottom: 1px solid rgba(231,233,230,.85);
    backdrop-filter: blur(14px);
}
.header-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { font-size: 29px; line-height: 1; font-weight: 800; letter-spacing: -.045em; }
.desktop-nav { display: flex; align-items: center; gap: 27px; margin-right: auto; margin-left: 32px; }
.desktop-nav a { color: #4b504c; font-size: 13px; font-weight: 500; transition: color .2s; }
.desktop-nav a:hover { color: var(--ink); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-actions > a:not(.mini-buy) { font-size: 17px; }
.mini-buy { padding: 10px 19px; color: #fff; background: #111; border-radius: 999px; font-size: 12px; font-weight: 700; }

.product-section { padding: 40px 0 72px; }
.product-layout { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(400px, .92fr); gap: 48px; align-items: start; }
.product-gallery { min-width: 0; }
.main-image-wrap { position: relative; overflow: hidden; background: #f8f9f7; border-radius: 10px; box-shadow: var(--shadow); }
.main-image-wrap > img { width: 100%; aspect-ratio: 10 / 11.2; object-fit: cover; object-position: center top; transition: opacity .18s ease; }
.shipping-ribbon {
    position: absolute;
    z-index: 2;
    top: 18px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    background: rgba(39, 55, 46, .94);
    color: #fff;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .03em;
}
.thumbnail-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-top: 14px; }
.thumbnail { overflow: hidden; padding: 0; border: 1.5px solid transparent; background: var(--soft); border-radius: 9px; cursor: pointer; transition: border .2s, transform .2s; }
.thumbnail:hover { transform: translateY(-2px); }
.thumbnail.active { border-color: var(--sage); }
.thumbnail img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 28px; }
.gallery-grid img { width: 100%; border-radius: 10px; box-shadow: 0 10px 25px rgba(25,36,29,.07); }

.product-panel { position: sticky; top: 100px; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--sage); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 3px; background: var(--mint); border-radius: 99px; }
.product-panel h1 { display: inline; margin: 9px 0 0; font-size: clamp(26px, 3vw, 37px); line-height: 1.18; letter-spacing: -.045em; box-shadow: inset 0 -10px 0 var(--mint); }
.rating-line { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin: 18px 0 23px; font-size: 12px; }
.stars { color: #111; letter-spacing: 2px; }
.rating-line a { color: #747974; }
.stock { margin-left: auto; color: #318258; font-size: 11px; font-weight: 600; }
.stock i { margin-right: 4px; }
.package-list { display: grid; gap: 10px; }
.package-card {
    position: relative;
    width: 100%;
    min-height: 76px;
    display: grid;
    grid-template-columns: 20px 1fr auto;
    align-items: center;
    gap: 11px;
    padding: 13px 15px;
    text-align: left;
    color: inherit;
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: 11px;
    cursor: pointer;
    transition: border .2s, background .2s, box-shadow .2s;
}
.package-card:hover { border-color: #bdc4bd; }
.package-card.selected { background: var(--peach); border-color: var(--peach-line); box-shadow: 0 7px 22px rgba(121, 62, 40, .06); }
.radio-dot { width: 17px; height: 17px; border: 1.5px solid #929792; border-radius: 50%; box-shadow: inset 0 0 0 4px #fff; }
.selected .radio-dot { background: #7357ff; border-color: #7357ff; }
.package-copy, .package-price { display: flex; flex-direction: column; }
.package-copy strong { font-size: 13px; }
.package-copy small, .package-price small { color: #777c78; font-size: 9.5px; }
.package-price { align-items: flex-end; }
.package-price strong { font-size: 14px; white-space: nowrap; }
.primary-buy {
    display: grid;
    grid-template-columns: auto 1px 1fr auto;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    padding: 15px 22px;
    color: #fff;
    background: #080908;
    border-radius: 999px;
    font-size: 13px;
    transition: transform .2s, box-shadow .2s;
}
.primary-buy:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0,0,0,.16); }
.primary-buy strong { text-align: center; letter-spacing: .05em; }
.buy-separator { height: 16px; background: rgba(255,255,255,.35); }
.micro-trust { display: flex; justify-content: space-between; gap: 8px; padding: 14px 2px 19px; border-bottom: 1px solid var(--line); color: #5d625e; font-size: 9.5px; font-weight: 500; }
.micro-trust span { display: inline-flex; align-items: center; gap: 5px; }
.micro-trust i { color: var(--sage); font-size: 13px; }
.product-story { padding-top: 20px; }
.product-story h2 { margin: 0 0 7px; font-size: 18px; line-height: 1.35; }
.product-story p { margin: 0; color: #626762; font-size: 12px; line-height: 1.7; }
.feature-list { display: grid; gap: 11px; padding: 0; margin: 19px 0 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 31px 1fr; gap: 10px; align-items: start; color: #5e635e; font-size: 11px; line-height: 1.6; }
.feature-list i { width: 31px; height: 31px; display: grid; place-items: center; color: var(--sage); background: #eff4f0; border-radius: 9px; font-size: 15px; }
.feature-list strong { color: var(--ink); }
.box-content { display: grid; grid-template-columns: 39px 1fr; gap: 12px; margin-top: 22px; padding: 16px; background: #f6f7f6; border: 1px solid #eceeec; border-radius: 10px; }
.box-icon { width: 39px; height: 39px; display: grid; place-items: center; color: var(--sage); background: #fff; border-radius: 10px; }
.box-content h3 { margin: 0 0 4px; font-size: 13px; }
.box-content p { margin: 0; color: #6b706b; font-size: 10px; line-height: 1.6; }

.benefit-strip { padding: 30px 0; color: #fff; background: var(--sage-dark); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.benefit-grid article { display: grid; grid-template-columns: 43px 1fr; align-items: center; gap: 12px; }
.benefit-grid i { width: 43px; height: 43px; display: grid; place-items: center; color: var(--mint); background: rgba(255,255,255,.08); border-radius: 13px; font-size: 20px; }
.benefit-grid strong, .benefit-grid span { display: block; }
.benefit-grid strong { font-size: 12px; }
.benefit-grid span { margin-top: 2px; color: rgba(255,255,255,.64); font-size: 9px; line-height: 1.45; }
.details-section { padding: 88px 0; }
.section-heading { max-width: 670px; margin: 0 auto 42px; text-align: center; }
.section-heading > span, .editorial-copy > span { color: var(--sage); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.section-heading h2 { margin: 7px 0 8px; font-size: clamp(28px, 4vw, 44px); line-height: 1.14; letter-spacing: -.045em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 13px; }
.accordion-list { width: min(660px, 100%); display: grid; gap: 9px; margin: 0 auto 78px; }
.accordion-list details { background: #f6f7f5; border: 1px solid #e8eae7; border-radius: 8px; }
.accordion-list summary { display: flex; justify-content: space-between; align-items: center; padding: 15px 18px; list-style: none; font-size: 13px; font-weight: 600; cursor: pointer; }
.accordion-list summary::-webkit-details-marker { display: none; }
.accordion-list details[open] summary i { transform: rotate(45deg); }
.accordion-list summary i { color: #8c918c; transition: transform .2s; }
.accordion-list details p { padding: 0 18px 17px; margin: 0; color: #686d68; font-size: 11px; }
.editorial-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 58px 66px; }
.editorial-grid > img { width: 100%; max-height: 560px; object-fit: cover; background: #fafafa; border-radius: 8px; box-shadow: var(--shadow); }
.editorial-copy h2 { margin: 7px 0 12px; font-size: clamp(27px, 3.5vw, 41px); line-height: 1.1; letter-spacing: -.045em; }
.editorial-copy p { color: #666b66; font-size: 12px; }
.editorial-copy ul { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 22px 0 0; list-style: none; }
.editorial-copy li { padding: 7px 10px; color: var(--sage); background: #edf4ef; border-radius: 999px; font-size: 9px; font-weight: 600; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 18px; padding-bottom: 4px; border-bottom: 1px solid; font-size: 11px; font-weight: 700; }
.tech-card { margin-top: 76px; padding: 30px 34px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 20px 60px rgba(25,36,29,.06); }
.tech-card h2 { margin: 0 0 15px; font-size: 20px; }
.tech-card > div { display: grid; grid-template-columns: 210px 1fr; gap: 20px; padding: 12px 0; border-top: 1px solid var(--line); font-size: 11px; }
.tech-card span { color: var(--muted); }
.reviews-section { padding: 82px 0; background: #f6f7f5; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-grid article { padding: 27px; background: #fff; border-radius: 14px; box-shadow: 0 12px 32px rgba(25,36,29,.05); }
.review-grid article > i { width: 42px; height: 42px; display: grid; place-items: center; color: var(--sage); background: #edf4ef; border-radius: 12px; font-size: 19px; }
.review-grid p { min-height: 84px; color: #545954; font-size: 12px; }
.review-grid strong, .review-grid span { display: block; }
.review-grid strong { font-size: 11px; }
.review-grid span { color: #8a8f8a; font-size: 9px; }
.final-cta { padding: 70px 0; color: #fff; background: var(--sage); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta span { color: var(--mint); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.final-cta h2 { margin: 7px 0 5px; font-size: clamp(30px, 5vw, 52px); line-height: 1.05; letter-spacing: -.05em; }
.final-cta p { margin: 0; color: rgba(255,255,255,.68); font-size: 12px; }
.light-button { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 22px; padding: 16px 26px; color: var(--ink); background: #fff; border-radius: 999px; font-size: 12px; font-weight: 700; }

.site-footer { padding: 62px 0 22px; color: #dce2dd; background: #171c18; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 60px; }
.footer-brand { display: inline-block; color: #fff; }
.footer-grid p { max-width: 320px; color: #8f9991; font-size: 11px; }
.footer-grid h3 { margin: 0 0 15px; color: #fff; font-size: 12px; }
.footer-grid > div > a:not(.brand), .footer-grid > div > span { display: block; margin: 8px 0; color: #929c94; font-size: 10px; }
.social-row { display: flex; gap: 8px; margin-top: 20px; }
.social-row a { width: 36px; height: 36px; display: grid!important; place-items: center; margin: 0!important; color: #fff!important; background: #28302a; border-radius: 10px; font-size: 15px!important; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 19px; border-top: 1px solid #2a312c; color: #707971; font-size: 9px; }

/* Forms and checkout */
.page-shell { padding: 52px 0 88px; background: #f6f7f5; min-height: 70vh; }
.page-heading { margin-bottom: 30px; }
.page-heading .back-link { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: 11px; }
.page-heading h1 { margin: 14px 0 5px; font-size: clamp(30px, 5vw, 48px); line-height: 1.1; letter-spacing: -.045em; }
.page-heading p { margin: 0; color: var(--muted); font-size: 12px; }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr); gap: 26px; align-items: start; }
.form-card, .summary-card, .payment-card, .legal-card, .success-card { background: #fff; border: 1px solid #e7e9e6; border-radius: 16px; box-shadow: 0 15px 50px rgba(25,36,29,.06); }
.form-card { padding: 30px; }
.form-section + .form-section { margin-top: 32px; padding-top: 27px; border-top: 1px solid var(--line); }
.form-section h2 { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; font-size: 16px; }
.form-section h2 i { width: 31px; height: 31px; display: grid; place-items: center; color: var(--sage); background: #eef4ef; border-radius: 9px; font-size: 15px; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 10px; font-weight: 600; }
.required { color: var(--danger); }
.field input, .field select, .field textarea {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    color: var(--ink);
    background: #fff;
    border: 1px solid #dfe3df;
    border-radius: 9px;
    outline: none;
    transition: border .2s, box-shadow .2s;
}
.field textarea { min-height: 105px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--sage); box-shadow: 0 0 0 3px rgba(63,81,69,.09); }
.field input::placeholder, .field textarea::placeholder { color: #a3a8a3; font-size: 11px; }
.field select:disabled { color: #969b97; background: #f4f5f4; }
.field-error { color: var(--danger); font-size: 9px; }
.has-error input, .has-error select, .has-error textarea { border-color: #e6a69f; }
.form-alert { margin-bottom: 18px; padding: 13px 15px; color: #7a271a; background: #fef3f2; border: 1px solid #fecdca; border-radius: 9px; font-size: 10px; }
.form-alert ul { margin: 6px 0 0; padding-left: 18px; }
.honeypot { position: absolute!important; left: -99999px!important; opacity: 0!important; }
.manual-field[hidden] { display: none; }
.selection-note { display: flex; align-items: center; gap: 7px; margin: 8px 0 0; color: #8a8f8a; font-size: 9px; }
.checkbox-list { display: grid; gap: 12px; }
.check-row { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; color: #5e635f; font-size: 10px; line-height: 1.55; }
.check-row input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--sage); }
.check-row a { color: var(--ink); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.submit-order { width: 100%; display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 23px; padding: 16px; color: #fff; background: #090a09; border: 0; border-radius: 999px; cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .02em; }
.submit-order:hover { background: var(--sage-dark); }
.submit-order:disabled { opacity: .6; cursor: wait; }
.summary-card { position: sticky; top: 101px; padding: 23px; }
.summary-card h2 { margin: 0 0 18px; font-size: 15px; }
.summary-product { display: grid; grid-template-columns: 85px 1fr; gap: 14px; align-items: center; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.summary-product img { width: 85px; aspect-ratio: 1; object-fit: cover; background: #f5f6f5; border-radius: 10px; }
.summary-product strong, .summary-product span { display: block; }
.summary-product strong { font-size: 11px; line-height: 1.4; }
.summary-product span { margin-top: 4px; color: var(--muted); font-size: 9px; }
.summary-product-price { margin-top: 8px!important; color: var(--ink)!important; font-size: 12px!important; font-weight: 700; }
.summary-lines { padding: 16px 0; border-bottom: 1px solid var(--line); }
.summary-line { display: flex; justify-content: space-between; gap: 14px; margin: 9px 0; color: #616662; font-size: 10px; }
.summary-line strong { color: var(--ink); }
.summary-line .free { color: #318258; font-weight: 600; }
.summary-total { display: flex; justify-content: space-between; align-items: end; gap: 15px; padding-top: 18px; }
.summary-total span { font-size: 11px; font-weight: 600; }
.summary-total strong { font-size: 21px; letter-spacing: -.03em; }
.summary-trust { display: grid; gap: 9px; margin-top: 20px; padding: 14px; background: #f5f8f5; border-radius: 10px; }
.summary-trust span { display: flex; align-items: center; gap: 8px; color: #626862; font-size: 9px; }
.summary-trust i { color: var(--sage); font-size: 13px; }

/* Payment */
.payment-layout { width: min(770px, calc(100% - 40px)); margin-inline: auto; }
.stepper { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-bottom: 25px; }
.step { text-align: center; color: #969b97; font-size: 9px; font-weight: 600; }
.step::before { content: ""; display: block; height: 3px; margin-bottom: 7px; background: #dfe3df; border-radius: 99px; }
.step.done, .step.active { color: var(--ink); }
.step.done::before { background: var(--sage); }
.step.active::before { background: var(--mint); }
.payment-card { overflow: hidden; }
.payment-head { padding: 30px 30px 22px; text-align: center; }
.status-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 14px; color: var(--sage); background: #eaf7ef; border-radius: 50%; font-size: 26px; }
.payment-head h1 { margin: 0 0 7px; font-size: 25px; letter-spacing: -.035em; }
.payment-head p { margin: 0; color: var(--muted); font-size: 11px; }
.order-code { display: inline-flex; margin-top: 11px; padding: 6px 10px; background: #f3f5f3; border-radius: 999px; font-size: 10px; font-weight: 700; }
.bank-panel { margin: 0 30px; padding: 22px; color: #fff; background: linear-gradient(135deg, #35483c, #1e2c24); border-radius: 14px; }
.bank-panel-top { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 18px; }
.bank-panel-top span { color: rgba(255,255,255,.6); font-size: 8px; letter-spacing: .12em; }
.bank-panel-top strong { display: block; margin-top: 2px; font-size: 13px; }
.bank-logo { width: 40px; height: 40px; display: grid; place-items: center; background: rgba(255,255,255,.1); border-radius: 10px; font-size: 18px; }
.iban-label { color: rgba(255,255,255,.58); font-size: 8px; letter-spacing: .1em; }
.iban-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 5px; }
.iban-value { font-size: clamp(13px, 3vw, 18px); font-weight: 700; letter-spacing: .04em; word-break: break-word; }
.copy-button { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 6px; padding: 8px 10px; color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.16); border-radius: 8px; cursor: pointer; font-size: 9px; }
.bank-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 18px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.12); }
.bank-meta span, .bank-meta strong { display: block; }
.bank-meta span { color: rgba(255,255,255,.55); font-size: 8px; }
.bank-meta strong { margin-top: 3px; font-size: 11px; }
.payment-warning { display: flex; gap: 10px; margin: 16px 30px 0; padding: 13px 15px; color: #73510d; background: #fffaeb; border: 1px solid #fedf89; border-radius: 9px; font-size: 9.5px; }
.payment-warning i { flex: 0 0 auto; font-size: 14px; }
.receipt-section { padding: 27px 30px 31px; }
.receipt-section h2 { margin: 0 0 5px; font-size: 17px; }
.receipt-section > p { margin: 0 0 17px; color: var(--muted); font-size: 10px; }
.upload-box { position: relative; display: grid; place-items: center; min-height: 150px; padding: 25px; text-align: center; background: #f8faf8; border: 1.5px dashed #bdc7bf; border-radius: 12px; cursor: pointer; transition: border .2s, background .2s; }
.upload-box:hover, .upload-box.dragover { background: #f0f6f2; border-color: var(--sage); }
.upload-box input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.upload-box i { color: var(--sage); font-size: 29px; }
.upload-box strong, .upload-box span { display: block; }
.upload-box strong { margin-top: 5px; font-size: 11px; }
.upload-box span { color: #8b908c; font-size: 9px; }
.file-name { margin-top: 7px!important; color: var(--sage)!important; font-weight: 600; }
.receipt-submit { width: 100%; display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 13px; padding: 14px; color: #fff; background: var(--sage); border: 0; border-radius: 999px; cursor: pointer; font-size: 11px; font-weight: 700; }
.whatsapp-divider { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 11px; margin: 22px 0 14px; color: #9a9f9b; font-size: 8px; }
.whatsapp-divider::before, .whatsapp-divider::after { content: ""; height: 1px; background: var(--line); }
.whatsapp-button { display: flex; align-items: center; justify-content: center; gap: 9px; padding: 13px; color: #176b3a; background: #edfbf2; border: 1px solid #bde9cc; border-radius: 999px; font-size: 10px; font-weight: 700; }
.whatsapp-note { margin: 9px 0 0!important; text-align: center; color: #909591!important; font-size: 8.5px!important; }
.payment-footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 18px; color: #757a76; font-size: 9px; }
.payment-footer-links a { text-decoration: underline; text-underline-offset: 2px; }

/* Legal and success */
.legal-layout { width: min(850px, calc(100% - 40px)); margin-inline: auto; }
.legal-card { padding: clamp(24px, 5vw, 52px); }
.legal-card h1 { margin: 0 0 7px; font-size: clamp(28px, 5vw, 42px); line-height: 1.15; letter-spacing: -.04em; }
.legal-card .updated { color: #858a86; font-size: 9px; }
.legal-card h2 { margin: 31px 0 8px; font-size: 17px; }
.legal-card h3 { margin: 22px 0 7px; font-size: 13px; }
.legal-card p, .legal-card li, .legal-card td, .legal-card th { color: #555b56; font-size: 10.5px; line-height: 1.8; }
.legal-card ul, .legal-card ol { padding-left: 20px; }
.legal-table { width: 100%; border-collapse: collapse; margin: 18px 0; }
.legal-table th, .legal-table td { padding: 10px; text-align: left; border: 1px solid var(--line); vertical-align: top; }
.legal-table th { width: 33%; color: var(--ink); background: #f7f8f7; }
.config-warning { display: flex; gap: 10px; margin-bottom: 23px; padding: 14px; color: #7a271a; background: #fef3f2; border: 1px solid #fecdca; border-radius: 10px; font-size: 9.5px; }
.success-card { width: min(680px, calc(100% - 40px)); margin-inline: auto; padding: clamp(28px, 6vw, 55px); text-align: center; }
.success-icon { width: 74px; height: 74px; display: grid; place-items: center; margin: 0 auto 18px; color: #26764c; background: #eaf8f0; border-radius: 50%; font-size: 35px; }
.success-card h1 { margin: 0 0 8px; font-size: 30px; letter-spacing: -.04em; }
.success-card > p { margin: 0 auto; max-width: 470px; color: var(--muted); font-size: 11px; }
.success-summary { margin: 25px 0; padding: 17px; text-align: left; background: #f6f8f6; border-radius: 11px; }
.success-summary div { display: flex; justify-content: space-between; gap: 15px; margin: 8px 0; font-size: 10px; }
.success-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.success-actions a { padding: 12px 18px; border: 1px solid #d9ddd9; border-radius: 999px; font-size: 10px; font-weight: 600; }
.success-actions .dark { color: #fff; background: #111; border-color: #111; }

@media (max-width: 960px) {
    .desktop-nav { display: none; }
    .product-layout { grid-template-columns: 1fr 390px; gap: 28px; }
    .benefit-grid { grid-template-columns: repeat(2, 1fr); }
    .checkout-layout { grid-template-columns: 1fr 315px; }
}

@media (max-width: 760px) {
    .container, .narrow-container { width: min(100% - 26px, 680px); }
    .announcement { height: 30px; font-size: 9px; }
    .header-inner { height: 64px; }
    .brand { font-size: 25px; }
    .header-actions { gap: 13px; }
    .header-actions > a:not(.mini-buy) { display: none; }
    .mini-buy { padding: 9px 15px; }
    .product-section { padding: 18px 0 50px; }
    .product-layout { display: flex; flex-direction: column; gap: 27px; }
    .product-panel { position: static; width: 100%; }
    .main-image-wrap > img { aspect-ratio: 1 / 1.12; }
    .shipping-ribbon { top: 11px; left: 11px; }
    .thumbnail-row { gap: 7px; overflow-x: auto; grid-template-columns: repeat(6, 62px); padding-bottom: 4px; scrollbar-width: none; }
    .thumbnail-row::-webkit-scrollbar { display: none; }
    .desktop-gallery-grid { display: none; }
    .eyebrow { margin-top: 2px; }
    .product-panel h1 { font-size: 27px; }
    .rating-line { margin: 16px 0 20px; }
    .package-card { grid-template-columns: 18px 1fr auto; padding: 12px; }
    .package-copy strong { font-size: 11.5px; }
    .package-price strong { font-size: 12px; }
    .primary-buy { position: sticky; bottom: 10px; z-index: 20; box-shadow: 0 12px 30px rgba(0,0,0,.22); }
    .micro-trust { font-size: 8.5px; }
    .benefit-strip { padding: 25px 0; }
    .benefit-grid { grid-template-columns: 1fr 1fr; gap: 22px 12px; }
    .benefit-grid article { grid-template-columns: 37px 1fr; gap: 9px; }
    .benefit-grid i { width: 37px; height: 37px; font-size: 17px; }
    .details-section { padding: 64px 0; }
    .section-heading { margin-bottom: 30px; }
    .accordion-list { margin-bottom: 55px; }
    .editorial-grid { grid-template-columns: 1fr; gap: 25px; }
    .editorial-grid > img { max-height: none; }
    .editorial-copy { padding: 5px 5px 26px; }
    .reverse-copy { order: 4; }
    .editorial-grid > img:last-child { order: 3; }
    .tech-card { margin-top: 45px; padding: 22px 18px; }
    .tech-card > div { grid-template-columns: 1fr; gap: 2px; }
    .review-grid { grid-template-columns: 1fr; }
    .review-grid p { min-height: 0; }
    .final-cta-inner { align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; gap: 6px; }
    .page-shell { padding: 34px 0 60px; }
    .checkout-layout { display: flex; flex-direction: column-reverse; }
    .form-card, .summary-card { width: 100%; }
    .summary-card { position: static; }
    .form-card { padding: 22px 17px; }
    .field-grid { grid-template-columns: 1fr; }
    .field.full { grid-column: auto; }
    .payment-layout, .legal-layout, .success-card { width: min(100% - 26px, 680px); }
    .payment-head { padding: 24px 18px 19px; }
    .bank-panel { margin: 0 15px; padding: 18px; }
    .payment-warning { margin: 14px 15px 0; }
    .receipt-section { padding: 24px 15px 25px; }
    .bank-meta { grid-template-columns: 1fr; gap: 9px; }
    .legal-card { padding: 25px 18px; }
    .legal-table, .legal-table tbody, .legal-table tr, .legal-table th, .legal-table td { display: block; width: 100%; }
    .legal-table th { border-bottom: 0; }
}

@media (max-width: 420px) {
    .benefit-grid { grid-template-columns: 1fr; }
    .micro-trust { gap: 5px; }
    .micro-trust span { flex-direction: column; text-align: center; }
    .package-card { grid-template-columns: 17px 1fr; }
    .package-price { grid-column: 2; align-items: flex-start; }
    .primary-buy { grid-template-columns: auto 1px 1fr auto; padding-inline: 17px; }
}
