:root {
    --navy: #0b1020;
    --navy-2: #131a31;
    --ink: #11172a;
    --muted: #687089;
    --line: #dfe4ef;
    --surface: #ffffff;
    --canvas: #f3f6fb;
    --indigo: #5b5cf0;
    --indigo-dark: #4546d8;
    --cyan: #62d9e8;
    --lime: #c8f56a;
    --danger: #b74444;
    --radius: 20px;
    --shadow: 0 24px 70px rgba(16, 25, 52, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--canvas); font: 15px/1.6 "Manrope", sans-serif; -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: -60px; left: 16px; padding: 10px 16px; border-radius: 10px; background: var(--navy); color: #fff; }
.skip-link:focus { top: 16px; }

/* Header */
.site-header { position: sticky; z-index: 40; top: 0; padding: 12px 0; background: rgba(243,246,251,.88); backdrop-filter: blur(18px); }
.header-inner { min-height: 62px; display: flex; align-items: center; gap: 24px; padding: 0 14px 0 18px; border: 1px solid rgba(223,228,239,.8); border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: 0 8px 28px rgba(22,30,55,.06); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 800; letter-spacing: -.045em; white-space: nowrap; }
.brand-symbol { position: relative; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 9px; background: var(--navy); transform: rotate(-6deg); }
.brand-symbol i { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); }
.brand-symbol i:nth-child(1) { transform: translate(-6px,-4px); }
.brand-symbol i:nth-child(2) { width: 8px; height: 8px; background: var(--lime); transform: translate(5px,4px); }
.brand-symbol i:nth-child(3) { width: 3px; height: 3px; background: #fff; transform: translate(4px,-6px); }
.primary-nav { display: flex; align-items: center; gap: 4px; margin-right: auto; }
.primary-nav a { padding: 9px 11px; border-radius: 10px; color: var(--muted); font-size: 12px; font-weight: 700; }
.primary-nav a:hover, .primary-nav a.active { background: #f0f2fa; color: var(--ink); }
.header-search { position: relative; width: min(220px, 18vw); }
.header-search span { position: absolute; top: 8px; left: 12px; color: #9097aa; }
.header-search input { width: 100%; height: 38px; padding: 0 12px 0 36px; border: 1px solid var(--line); border-radius: 11px; background: #f8f9fc; outline: none; font-size: 12px; }
.header-search input:focus { border-color: var(--indigo); background: #fff; box-shadow: 0 0 0 3px rgba(91,92,240,.12); }
.header-actions { display: flex; align-items: center; gap: 6px; }
.track-link { padding: 9px 10px; color: var(--muted); font-size: 11px; font-weight: 700; white-space: nowrap; }
.cart-link { display: inline-flex; min-height: 40px; align-items: center; gap: 8px; padding: 0 8px 0 13px; border-radius: 12px; background: var(--navy); color: #fff; font-size: 11px; font-weight: 700; }
.cart-count { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 8px; background: var(--lime); color: var(--navy); font-size: 10px; }
.menu-toggle { display: none; min-width: 44px; min-height: 44px; padding: 8px; border: 0; background: none; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px; background: var(--ink); }

/* Shared components */
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 14px; background: var(--navy); color: #fff; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(22,30,55,.16); }
.button-accent, .button-green { background: var(--indigo); }
.button-accent:hover, .button-green:hover { background: var(--indigo-dark); }
.stripe-button { background: #635bff; box-shadow: 0 10px 24px rgba(99,91,255,.25); }
.stripe-button:hover { background: #5147e5; }
.stripe-button strong { font-size: 18px; letter-spacing: -.04em; }
.button-light, .button-quiet { border-color: var(--line); background: #fff; color: var(--ink); }
.button-wide { width: 100%; }
.small-button { min-height: 42px; padding-inline: 16px; font-size: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; }
.text-link span { color: var(--indigo); }
.text-link:hover { color: var(--indigo); }
.eyebrow { color: var(--indigo); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.section-heading h1, .section-heading h2 { margin: 7px 0 0; font-size: 34px; line-height: 1.15; letter-spacing: -.045em; }
.section-heading p { max-width: 490px; margin: 0; color: var(--muted); }

/* Home */
.hero { padding: 54px 0 46px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.status-pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; border: 1px solid #d8deeb; border-radius: 10px; background: #fff; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.status-pill span { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(200,245,106,.22); }
.hero-copy h1 { max-width: 640px; margin: 24px 0 20px; font-size: clamp(52px,6vw,78px); line-height: .96; letter-spacing: -.07em; }
.hero-copy h1 em { color: var(--indigo); font-style: normal; }
.hero-copy > p { max-width: 610px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 30px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 40px; color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.hero-proof span { display: flex; align-items: center; gap: 7px; }
.hero-proof b { color: var(--indigo); }
.hero-console { position: relative; min-height: 470px; overflow: hidden; padding: 28px; border-radius: 34px; background: var(--navy); color: #fff; box-shadow: 0 35px 90px rgba(11,16,32,.25); isolation: isolate; }
.hero-console::before { content: ""; position: absolute; z-index: -1; width: 360px; height: 360px; top: -170px; right: -100px; border-radius: 50%; background: var(--indigo); filter: blur(2px); opacity: .75; }
.hero-console::after { content: ""; position: absolute; z-index: -1; width: 240px; height: 240px; bottom: -140px; left: -70px; border-radius: 50%; background: var(--cyan); opacity: .17; }
.console-top { display: flex; justify-content: space-between; color: #c9cede; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.console-live { display: flex; align-items: center; gap: 7px; }
.console-live i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }
.console-balance { margin-top: 58px; }
.console-balance small { display: block; color: #969fb8; }
.console-balance strong { display: block; margin-top: 8px; font-size: 68px; line-height: 1; letter-spacing: -.06em; }
.console-balance strong span { color: #7d86a0; font-size: 30px; }
.console-pills { display: flex; gap: 9px; margin-top: 28px; }
.console-pills span { padding: 8px 15px; border: 1px solid #343c56; border-radius: 10px; color: #aeb5c8; font-size: 11px; }
.console-pills .active { border-color: var(--cyan); background: var(--cyan); color: var(--navy); font-weight: 800; }
.console-row { display: flex; justify-content: space-between; gap: 16px; margin-top: 48px; padding: 18px; border: 1px solid #29324d; border-radius: 18px; background: rgba(255,255,255,.04); }
.console-brand { display: flex; align-items: center; gap: 12px; }
.console-brand > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: #d9e0ff; color: #353c79; font-weight: 800; }
.console-row small { display: block; color: #8e98b2; font-size: 9px; text-transform: uppercase; }
.console-row strong { font-size: 13px; }
.console-delivery { text-align: right; }
.console-progress { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 18px; }
.console-progress span { height: 4px; border-radius: 999px; background: var(--indigo); }
.console-progress span:nth-child(3) { background: #303953; }
.console-orbit { position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.orbit-one { width: 240px; height: 240px; top: -90px; right: -35px; }
.orbit-two { width: 160px; height: 160px; top: -50px; right: 5px; }
.trust-section { padding-bottom: 72px; }
.trust-strip { display: grid; grid-template-columns: 1.7fr repeat(3,1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.trust-intro { padding: 22px 26px; background: #eaedff; }
.trust-intro span { display: block; color: var(--indigo); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.trust-intro strong { display: block; max-width: 270px; margin-top: 4px; font-size: 14px; }
.trust-item { padding: 22px; border-left: 1px solid var(--line); text-align: center; }
.trust-item strong { display: block; font-size: 25px; line-height: 1.1; }
.trust-item span { color: var(--muted); font-size: 9px; font-weight: 700; text-transform: uppercase; }

/* Catalog */
.catalog-section { padding: 10px 0 100px; }
.catalog-results { padding-top: 0; }
.filter-bar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px;
}
.filter-thumb {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 11px;
    background: var(--navy);
    opacity: 0;
    pointer-events: none;
    transition: transform .34s cubic-bezier(.22, 1, .36, 1), width .34s cubic-bezier(.22, 1, .36, 1), height .34s cubic-bezier(.22, 1, .36, 1), opacity .2s ease;
    will-change: transform, width, height;
}
.filter-thumb.is-ready { opacity: 1; }
.filter-chip {
    position: relative;
    z-index: 1;
    padding: 9px 14px;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: #fff;
    color: var(--muted);
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: color .28s ease, border-color .28s ease, background .28s ease;
}
.filter-chip:hover { border-color: #c5cad8; color: var(--ink); }
.filter-chip.active { border-color: transparent; background: transparent; color: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.product-grid.is-filtering { pointer-events: none; }
.product-card {
    min-width: 0;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    transition: box-shadow .2s, border-color .2s;
    will-change: transform, opacity;
}
.product-card[hidden] { display: none !important; }
.product-card:hover {
    border-color: #bbc2d4;
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(24,34,62,.09);
}
.product-grid.is-filtering .product-card:hover {
    transform: none;
    box-shadow: none;
}
@media (prefers-reduced-motion: reduce) {
    .product-card { will-change: auto; }
    .product-card:hover { transform: none; }
}
.product-card-top { position: relative; display: block; }
.product-visual { width: 100%; height: 145px; display: grid; place-items: center; overflow: hidden; border-radius: 14px; background-position: center; background-size: cover; }
.logo-safe-area { position: relative; width: 72%; height: 58%; padding: 14px; border: 1px solid rgba(255,255,255,.75); border-radius: 16px; background: rgba(255,255,255,.88); box-shadow: 0 12px 30px rgba(16,25,52,.12); backdrop-filter: blur(8px); }
.brand-logo { position: absolute; top: 50%; left: 50%; display: block; width: 72%; height: 72%; object-fit: contain; object-position: center; transform: translate(-50%, -50%); }
.product-initials { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.75); border-radius: 14px; background: rgba(255,255,255,.65); font-size: 15px; font-weight: 800; letter-spacing: -.04em; backdrop-filter: blur(5px); }
.product-arrow { position: absolute; top: 9px; right: 9px; display: grid; width: 31px; height: 31px; place-items: center; border-radius: 10px; background: rgba(255,255,255,.9); color: var(--muted); box-shadow: 0 5px 18px rgba(15,23,42,.12); transition: background .2s, color .2s; }
.product-card:hover .product-arrow { background: var(--indigo); color: #fff; }
.theme-gaming { background: #dfe3ff; color: #38428c; }
.theme-tech { background: #d7f3f1; color: #126d69; }
.theme-retail { background: #fff0cf; color: #805c18; }
.theme-entertainment { background: #eadfff; color: #643d97; }
.theme-food { background: #ffe0da; color: #954334; }
.theme-travel { background: #d8edfb; color: #276683; }
.theme-fashion { background: #f8ddeb; color: #8a3c62; }
.product-visual.theme-gaming, .product-large-visual.theme-gaming { background-image: url("../images/card-backgrounds/gaming-card-bg.webp"); }
.product-visual.theme-tech, .product-large-visual.theme-tech { background-image: url("../images/card-backgrounds/tech-card-bg.webp"); }
.product-visual.theme-retail, .product-large-visual.theme-retail { background-image: url("../images/card-backgrounds/retail-card-bg.webp"); }
.product-visual.theme-entertainment, .product-large-visual.theme-entertainment { background-image: url("../images/card-backgrounds/entertainment-card-bg.webp"); }
.product-visual.theme-food, .product-large-visual.theme-food { background-image: url("../images/card-backgrounds/food-card-bg.webp"); }
.product-visual.theme-travel, .product-large-visual.theme-travel { background-image: url("../images/card-backgrounds/travel-card-bg.webp"); }
.product-visual.theme-fashion, .product-large-visual.theme-fashion { background-image: url("../images/card-backgrounds/fashion-card-bg.webp"); }
.product-card-body { display: block; margin-top: 20px; }
.product-name { display: block; font-size: 16px; font-weight: 800; letter-spacing: -.025em; }
.product-subtitle { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; }
.card-meta { display: flex; justify-content: space-between; gap: 8px; margin-top: 16px; padding-top: 12px; border-top: 1px solid #edf0f5; color: #8b93a8; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.value-section { padding: 30px 0 110px; }
.value-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.value-card { min-height: 230px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.value-card:nth-child(1), .value-card:nth-child(4) { background: var(--navy); color: #fff; }
.value-index { color: var(--indigo); font-size: 11px; font-weight: 800; }
.value-card:nth-child(1) .value-index, .value-card:nth-child(4) .value-index { color: var(--cyan); }
.value-card h3 { margin: 48px 0 8px; font-size: 20px; }
.value-card p { max-width: 430px; margin: 0 0 20px; color: var(--muted); }
.value-card:nth-child(1) p, .value-card:nth-child(4) p { color: #9ea7bd; }
.value-card a { color: var(--indigo); font-size: 11px; font-weight: 800; }
.value-card:nth-child(1) a, .value-card:nth-child(4) a { color: var(--lime); }

/* Page headers and forms */
.page-hero { padding: 72px 0 48px; }
.page-hero h1 { max-width: 850px; margin: 10px 0 18px; font-size: clamp(44px,7vw,76px); line-height: 1; letter-spacing: -.065em; }
.page-hero p { max-width: 690px; margin: 0; color: var(--muted); font-size: 17px; }
.catalog-toolbar { display: flex; gap: 10px; margin: 30px 0 22px; }
.search-field { position: relative; flex: 1; }
.search-field span:first-child { position: absolute; top: 13px; left: 17px; color: var(--muted); }
.search-field input { width: 100%; height: 50px; padding: 0 17px 0 44px; border: 1px solid var(--line); border-radius: 14px; background: #fff; outline: none; }
.faq-search { display: block; margin-bottom: 14px; }
.search-field input:focus, .field input:focus, .field textarea:focus, .field select:focus { border-color: var(--indigo); box-shadow: 0 0 0 3px rgba(91,92,240,.12); }
.empty-state, .empty-cart { grid-column: 1/-1; padding: 64px 24px; border: 1px dashed #cbd1df; border-radius: 22px; background: #fff; text-align: center; }
.empty-state p, .empty-cart p { color: var(--muted); }

/* Product */
.product-page { padding: 36px 0 90px; }
.back-link { display: inline-flex; margin-bottom: 24px; color: var(--muted); font-size: 12px; font-weight: 700; }
.back-link:hover { color: var(--indigo); }
.product-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; align-items: start; }
.product-summary h1 { margin: 10px 0 14px; font-size: 48px; line-height: 1.03; letter-spacing: -.055em; }
.product-summary > p { margin: 0; color: var(--muted); }
.product-large-visual { position: relative; min-height: 360px; display: grid; place-items: center; margin: 30px 0 26px; overflow: hidden; border-radius: 28px; }
.product-large-visual::after { content: ""; position: absolute; width: 280px; height: 280px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; transform: translate(120px,-110px); }
.product-large-visual .product-initials { width: 125px; height: 125px; border-radius: 32px; font-size: 35px; box-shadow: 0 22px 50px rgba(42,50,90,.14); }
.logo-safe-area-large { width: 55%; height: 42%; max-width: 280px; padding: 28px; border-radius: 24px; }
.product-region, .product-format { position: absolute; bottom: 22px; padding: 7px 10px; border-radius: 9px; background: rgba(255,255,255,.7); font-size: 9px; font-weight: 800; text-transform: uppercase; backdrop-filter: blur(8px); }
.product-region { left: 22px; }
.product-format { right: 22px; }
.benefit-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.benefit { padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.benefit > span { display: block; margin-bottom: 16px; color: var(--indigo); font-size: 10px; font-weight: 800; }
.benefit strong, .benefit small { display: block; }
.benefit strong { font-size: 12px; }
.benefit small { margin-top: 3px; color: var(--muted); font-size: 9px; line-height: 1.5; }
.configure-card { position: sticky; top: 100px; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.configure-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.configure-header h2 { margin: 3px 0 0; font-size: 21px; letter-spacing: -.035em; }
.live-total { text-align: right; }
.live-total span { display: block; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.live-total strong { font-size: 23px; }
.form-step { padding-top: 24px; }
.form-step h3 { margin: 0 0 3px; font-size: 13px; }
.form-step > p { margin: 0 0 13px; color: var(--muted); font-size: 10px; }
.amount-grid { position: relative; display: grid; grid-template-columns: repeat(6,1fr); gap: 7px; }
.amount-thumb {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 10px;
    background: var(--indigo);
    opacity: 0;
    pointer-events: none;
    transition: transform .32s cubic-bezier(.22, 1, .36, 1), width .32s cubic-bezier(.22, 1, .36, 1), height .32s cubic-bezier(.22, 1, .36, 1), opacity .2s ease;
    will-change: transform, width, height;
}
.amount-thumb.is-ready { opacity: 1; }
.amount-thumb.is-hidden { opacity: 0; }
.amount-option { position: relative; z-index: 1; display: block; }
.amount-option input { position: absolute; opacity: 0; pointer-events: none; }
.amount-option span {
    display: grid;
    min-height: 42px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
    transition: color .25s ease, border-color .25s ease, background .25s ease;
}
.amount-option input:checked + span { border-color: transparent; background: transparent; color: #fff; }
.custom-amount { position: relative; display: block; margin-top: 8px; }
.custom-amount span { position: absolute; top: 11px; left: 14px; font-weight: 800; }
.custom-amount input { width: 100%; height: 44px; padding: 0 12px 0 30px; border: 1px solid var(--line); border-radius: 10px; }
.custom-amount input.is-invalid { border-color: var(--danger); box-shadow: 0 0 0 3px rgba(183, 68, 68, .12); }
.custom-amount-hint { color: var(--danger) !important; }
.field input.is-invalid,
.field textarea.is-invalid {
    border-color: var(--danger);
    box-shadow: 0 0 0 3px rgba(183, 68, 68, .12);
}
.email-error-hint { color: var(--danger) !important; }
.quantity-row { display: inline-flex; overflow: hidden; border: 1px solid var(--line); border-radius: 11px; }
.quantity-row button { width: 44px; border: 0; background: #f1f3f8; cursor: pointer; font-size: 19px; }
.quantity-row input { width: 54px; height: 42px; border: 0; border-inline: 1px solid var(--line); text-align: center; font-weight: 800; }
.segmented {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 4px;
    border-radius: 12px;
    background: #eef1f7;
}
.segmented-thumb {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 0;
    width: calc(50% - 4px);
    height: calc(100% - 8px);
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(20, 30, 56, .09);
    transition: transform .32s cubic-bezier(.22, 1, .36, 1);
    will-change: transform;
}
.segmented[data-active="1"] .segmented-thumb { transform: translateX(100%); }
.segmented label { position: relative; z-index: 1; }
.segmented input { position: absolute; opacity: 0; }
.segmented label > span {
    display: grid;
    min-height: 42px;
    place-items: center;
    border-radius: 9px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
    transition: color .28s ease;
}
.segmented input:checked + span { color: var(--ink); }
.segmented input:focus-visible + span { outline: 2px solid #8a80ff; outline-offset: 2px; }
.field { margin-top: 15px; }
.field label { display: block; margin-bottom: 6px; font-size: 11px; font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--line); border-radius: 11px; background: #fff; outline: none; }
.field input, .field select { height: 48px; padding: 0 13px; }
.field textarea { min-height: 100px; padding: 12px 13px; resize: vertical; }
.field-hint, .secure-note { margin-top: 6px; color: var(--muted); font-size: 9px; }
.secure-note { text-align: center; }
.gift-fields {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    margin-top: 0;
    transition: grid-template-rows .36s cubic-bezier(.22, 1, .36, 1), opacity .28s ease, margin-top .36s ease;
}
.gift-fields.is-open {
    grid-template-rows: 1fr;
    opacity: 1;
    margin-top: 4px;
}
.gift-fields > .gift-fields-inner { overflow: hidden; min-height: 0; }
.gift-fields[hidden] { display: none; }
.gift-fields.is-open[hidden] { display: grid; }
.stripe-product-button { min-height: 52px; margin-top: 2px; background: #8a80ff; box-shadow: 0 8px 18px rgba(99,91,255,.24); }
.stripe-product-button:hover { background: #7167f4; }
.payment-lock { position: relative; width: 10px; height: 9px; margin-right: 2px; border-radius: 2px; background: #fff; color: transparent; font-size: 0; }
.payment-lock::before { position: absolute; bottom: 7px; left: 2px; width: 6px; height: 6px; border: 2px solid #fff; border-bottom: 0; border-radius: 6px 6px 0 0; content: ""; }
.verified-merchant { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 14px; color: #9aa2bb; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.verified-merchant strong { padding: 4px 7px; border-radius: 5px; background: #f0efff; color: #635bff; font-size: 9px; letter-spacing: -.02em; text-transform: lowercase; }
.payment-step .stripe-assurance { max-width: 330px; margin: 12px auto 0; text-align: center; font-size: 9px; line-height: 1.55; }
.payment-step .payment-prompt { margin: 12px 0 0; text-align: center; font-size: 9px; }
.cart-alternative { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); text-align: center; }
.cart-alternative > span { display: block; margin-bottom: 9px; color: var(--muted); font-size: 9px; }

/* Cart and checkout */
.cart-page { padding: 56px 0 100px; }
.cart-layout { display: grid; grid-template-columns: 1.3fr .7fr; gap: 24px; align-items: start; }
.cart-list, .order-summary { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.cart-item {
    display: grid;
    grid-template-columns: 68px 1fr auto;
    gap: 17px;
    padding: 20px;
    border-bottom: 1px solid var(--line);
    transition: opacity .3s ease, transform .34s cubic-bezier(.22, 1, .36, 1), max-height .34s ease, padding .34s ease, margin .34s ease, border-width .34s ease;
}
.cart-item.is-removing {
    opacity: 0;
    transform: translateX(28px);
    max-height: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    border-bottom-width: 0;
    overflow: hidden;
    pointer-events: none;
}
.mini-visual { display: grid; width: 68px; height: 68px; place-items: center; border-radius: 16px; font-weight: 800; }
.cart-brand-logo { display: block; width: 64%; height: 64%; object-fit: contain; object-position: center; }
.cart-item h2 { margin: 2px 0 4px; font-size: 15px; }
.cart-item p { margin: 0; color: var(--muted); font-size: 11px; }
.cart-item-actions { display: flex; align-items: center; gap: 12px; margin-top: 12px; }
.cart-quantity { border-radius: 10px; }
.cart-quantity button { width: 38px; height: 38px; font-size: 17px; }
.cart-quantity .quantity-input,
.cart-quantity input {
    width: 44px;
    height: 38px;
    border: 0;
    border-inline: 1px solid var(--line);
    border-radius: 0;
    background: #fff;
    text-align: center;
    font-weight: 800;
    -moz-appearance: textfield;
}
.cart-quantity input::-webkit-outer-spin-button,
.cart-quantity input::-webkit-inner-spin-button { appearance: none; margin: 0; }
.remove-button { border: 0; background: none; color: var(--danger); cursor: pointer; font-size: 10px; font-weight: 800; }
.line-price { font-weight: 800; white-space: nowrap; }
.order-summary { position: sticky; top: 100px; padding: 25px; }
.order-summary h2 { margin: 0 0 18px; font-size: 20px; }
.summary-row { display: flex; justify-content: space-between; padding: 9px 0; color: var(--muted); }
.summary-total { margin: 8px 0 18px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--ink); font-size: 18px; font-weight: 800; }
.checkout-confirmation { max-width: 720px; margin: 55px auto 100px; padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.status-badge { display: inline-flex; padding: 7px 10px; border-radius: 9px; background: #eaedff; color: var(--indigo); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.checkout-confirmation h1 { margin: 17px 0 9px; font-size: 38px; line-height: 1.1; letter-spacing: -.045em; }
.checkout-confirmation > p { color: var(--muted); }
.order-reference { margin: 24px 0; padding: 16px; border-radius: 12px; background: #f0f2f7; font-family: monospace; }
.flash { margin-top: 12px; padding: 13px 17px; border-radius: 12px; font-weight: 700; }
.flash-success { background: #e8f9dc; color: #365c1e; }
.flash-error { background: #ffe4e1; color: #8a332b; }

/* Content, FAQ, editorial and policies */
.content-page { padding: 42px 0 100px; }
.content-narrow { width: min(820px,100%); }
.tracker-page { padding: 8px 0 72px; }
.tracker-page .page-hero { padding: 36px 0 16px; }
.tracker-page .page-hero h1 { margin-bottom: 10px; }
.tracker-page .form-panel { margin-top: 0; padding: 22px 24px; }
.tracker-page .form-panel > h2 { margin: 0 0 4px; font-size: 20px; }
.tracker-page .form-panel .field { margin-top: 14px; }
.tracker-page .form-panel form > .button { margin-top: 18px; }
.tracker-page .info-grid { margin-top: 20px; grid-template-columns: 1fr 1fr; }
.tracker-page .flash { margin: 10px 0 0; }
.content-lead { max-width: 760px; color: var(--muted); font-size: 17px; }
.info-grid, .article-grid, .contact-grid, .sitemap-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 30px; }
.info-card, .article-card, .form-panel, .policy-content, .policy-nav { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.info-card h2, .info-card h3, .article-card h2, .article-card h3 { margin: 10px 0 7px; line-height: 1.25; }
.info-card p, .article-card p { color: var(--muted); }
.info-card a, .article-card a { color: var(--indigo); font-size: 11px; font-weight: 800; }
.content-section { margin-top: 34px; padding: 30px; border-radius: 22px; background: var(--navy); color: #fff; }
.content-section h2 { margin: 0 0 8px; font-size: 25px; }
.content-section p { max-width: 760px; margin: 0 0 22px; color: #aab2c6; }
.form-panel { max-width: 760px; margin-top: 30px; }
.form-panel > h2 { margin-top: 0; }
.form-notice { padding: 13px 15px; border-radius: 11px; background: #eaedff; color: #4d5577; font-size: 11px; }
.form-panel :disabled { cursor: not-allowed; opacity: .58; }
.tracked-order { margin-top: 24px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.tracked-order-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 14px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.tracked-order-header h2 { margin: 4px 0 0; font-size: 24px; }
.tracked-order-header > strong { font-size: 18px; }
.sitemap-grid ul { margin: 14px 0 0; padding: 0; list-style: none; }
.sitemap-grid li + li { margin-top: 8px; }
.steps { display: grid; gap: 12px; margin-top: 32px; counter-reset: steps; }
.step-card { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; counter-increment: steps; }
.step-card::before { content: counter(steps,decimal-leading-zero); display: grid; width: 50px; height: 50px; place-items: center; border-radius: 14px; background: var(--navy); color: var(--cyan); font-weight: 800; }
.step-card h2 { margin: 2px 0 6px; font-size: 18px; }
.step-card p { margin: 0; color: var(--muted); }
.faq-list { margin-top: 28px; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border: 0; background: none; text-align: left; font-weight: 800; cursor: pointer; }
.faq-answer { display: none; max-width: 720px; padding: 0 0 20px; color: var(--muted); }
.faq-item.open .faq-answer { display: block; }
.faq-item.open button span:last-child { transform: rotate(45deg); }
.policy-layout { display: grid; grid-template-columns: 240px 1fr; gap: 20px; align-items: start; }
.policy-nav { position: sticky; top: 100px; display: grid; gap: 9px; }
.policy-nav a { color: var(--muted); font-size: 11px; font-weight: 700; }
.policy-content h2 { margin-top: 34px; font-size: 22px; }
.policy-content h2:first-child { margin-top: 0; }
.policy-content p, .policy-content li { color: var(--muted); }
.article-body, .article-content { max-width: 760px; }
.article-body h2, .article-content h2 { margin-top: 38px; font-size: 25px; }
.article-body p, .article-body li, .article-content p, .article-content li { color: var(--muted); font-size: 16px; }
.article-meta, .policy-updated { color: #8c94a8; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.article-footer { margin-top: 45px; padding-top: 20px; border-top: 1px solid var(--line); }
.notice { margin: 20px 0; padding: 16px 18px; border-left: 3px solid var(--indigo); border-radius: 0 12px 12px 0; background: #eaedff; color: #42496c; }

/* Footer and cookie */
.site-footer { padding: 68px 0 28px; background: var(--navy); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 45px; }
.footer-brand { margin-bottom: 17px; }
.footer-intro p { max-width: 320px; margin: 0; color: #929bb2; }
.footer-status { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; color: #aab1c2; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.footer-status span { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }
.footer-address { margin-top: 16px; color: #7f899f; font-size: 10px; font-style: normal; line-height: 1.6; }
.footer-address strong { display: block; margin-bottom: 4px; color: #a7b0c3; font-weight: 700; }
.footer-address a { color: inherit; text-decoration: none; }
.footer-address a:hover { color: #fff; }
.footer-grid h2 { margin: 3px 0 17px; color: #7f899f; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid a:not(.brand) { color: #bec4d2; font-size: 12px; }
.footer-grid a:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 20px; border-top: 1px solid #293048; color: #747e95; font-size: 9px; }
.cookie-banner { position: fixed; z-index: 70; right: 18px; bottom: 18px; width: min(520px,calc(100% - 36px)); display: flex; align-items: center; gap: 22px; padding: 17px; border: 1px solid #343d58; border-radius: 18px; background: var(--navy-2); color: #fff; box-shadow: 0 25px 70px rgba(5,8,18,.35); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { display: block; font-size: 12px; }
.cookie-banner p { margin: 3px 0 0; color: #9ca5bc; font-size: 9px; }
.cookie-actions { display: flex; flex-shrink: 0; gap: 7px; }

@media (max-width: 1023px) {
    .header-search { display: none; }
    .hero-grid { gap: 34px; }
    .hero-console { min-height: 430px; }
    .product-grid { grid-template-columns: repeat(3,1fr); }
    .product-layout { grid-template-columns: 1fr; }
    .configure-card, .order-summary, .policy-nav { position: static; }
    .product-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
    .product-summary > .eyebrow, .product-summary > h1, .product-summary > p { grid-column: 1/-1; }
    .product-large-visual { margin-bottom: 0; }
    .benefit-list { grid-template-columns: 1fr; align-content: end; }
    .footer-grid { gap: 25px; }
}

@media (max-width: 760px) {
    .shell { width: min(100% - 32px,1180px); }
    .site-header { padding: 8px 0; }
    .header-inner { min-height: 56px; padding: 0 8px 0 13px; border-radius: 15px; }
    .menu-toggle { display: block; margin-left: auto; }
    .primary-nav { display: none; position: absolute; top: 72px; left: 16px; right: 16px; padding: 14px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
    .primary-nav.open { display: flex; }
    .track-link { display: none; }
    .hero { padding: 35px 0 32px; }
    .hero-grid { grid-template-columns: 1fr; gap: 30px; }
    .hero-copy h1 { font-size: clamp(43px,12vw,62px); }
    .hero-console { min-height: 410px; }
    .trust-section { padding-bottom: 52px; }
    .trust-strip { grid-template-columns: 1fr 1fr; }
    .trust-intro { grid-column: 1/-1; }
    .trust-item { border-top: 1px solid var(--line); }
    .trust-item:nth-child(3) { border-left: 0; }
    .section-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
    .section-heading h1, .section-heading h2 { font-size: 29px; }
    .product-grid { grid-template-columns: repeat(2,1fr); }
    .value-grid { grid-template-columns: 1fr; }
    .product-summary { display: block; }
    .product-summary h1 { font-size: 38px; }
    .product-large-visual { min-height: 290px; }
    .benefit-list { display: none; }
    .configure-card { padding: 22px 18px; }
    .cart-layout { grid-template-columns: 1fr; }
    .info-grid, .article-grid, .contact-grid, .sitemap-grid { grid-template-columns: 1fr 1fr; }
    .policy-layout { grid-template-columns: 1fr; }
    .policy-nav { display: flex; flex-wrap: wrap; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-intro { grid-column: 1/-1; }
    .footer-bottom { flex-direction: column; }
}

@media (max-width: 520px) {
    .brand { font-size: 16px; }
    .cart-link > span:first-child { display: none; }
    .cart-link { min-width: 44px; min-height: 44px; padding: 7px; }
    .hero-actions, .catalog-toolbar { align-items: stretch; flex-direction: column; }
    .hero-actions .text-link { justify-content: center; min-height: 42px; }
    .hero-proof { gap: 10px 16px; }
    .hero-console { min-height: 360px; padding: 22px; border-radius: 25px; }
    .console-balance { margin-top: 45px; }
    .console-balance strong { font-size: 55px; }
    .console-row { margin-top: 38px; }
    .page-hero { padding: 45px 0 32px; }
    .page-hero h1 { font-size: 43px; }
    .tracker-page { padding: 4px 0 56px; }
    .tracker-page .page-hero { padding: 28px 0 12px; }
    .tracker-page .form-panel { padding: 18px; }
    .tracker-page .info-grid { margin-top: 16px; grid-template-columns: 1fr; }
    .product-grid { gap: 10px; }
    .product-card { min-height: 265px; padding: 10px; }
    .product-visual { width: 100%; height: 112px; }
    .logo-safe-area { width: 78%; height: 62%; padding: 10px; border-radius: 12px; }
    .product-initials { width: 42px; height: 42px; font-size: 13px; }
    .product-card-body { margin-top: 23px; }
    .product-name { font-size: 14px; }
    .card-meta { align-items: flex-start; flex-direction: column; }
    .amount-grid { grid-template-columns: repeat(3,1fr); }
    .cart-page { padding-top: 36px; }
    .cart-item { grid-template-columns: 56px 1fr; padding: 16px; gap: 12px; }
    .mini-visual { width: 56px; height: 56px; }
    .line-price { grid-column: 2; }
    .info-grid, .article-grid, .contact-grid, .sitemap-grid, .footer-grid { grid-template-columns: 1fr; }
    .footer-intro { grid-column: auto; }
    .step-card { grid-template-columns: 1fr; }
    .cookie-banner { align-items: stretch; flex-direction: column; }
    .cookie-actions { width: 100%; }
    .cookie-actions .button { flex: 1; }
}
