/* Homepage design. Scoped to the landing pages; shared guides retain their layout. */
.homepage { --muted: #aaa5b6; --faint: #8f899e; --line: rgba(231,217,255,.11); --panel: #100c19; --font-head: 'Inter', sans-serif; background: #08050f; }
.homepage .container { max-width: 1224px; padding-inline: 32px; }
.homepage :is(a,button,input,select,summary):focus-visible { outline: 2px solid var(--amber); outline-offset: 5px; }
.homepage .skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 20px; background: var(--amber); color: #08050f; border-radius: 8px; transform: translateY(-150%); }
.homepage .skip-link:focus { transform: none; }
.homepage .header { padding: 16px 0; background: rgba(8,5,15,.88); border-bottom: 1px solid var(--line); }
.homepage .header-inner { min-height: 44px; }
.homepage .logo-img { height: 40px; width: auto; }
.homepage .nav { gap: 30px; margin-left: 60px; }
.homepage .nav-link { font-size: 15px; font-weight: 500; }
.homepage .header-actions { display: flex; align-items: center; gap: 24px; }
.homepage .lang-switch { background: transparent; border: 0; padding: 0; gap: 4px; }
.homepage .lang-btn { padding: 7px; border-radius: 5px; font-size: 13px; color: var(--muted); }
.homepage .lang-btn.active { color: var(--text); background: rgba(255,255,255,.08); }
.homepage .btn { border-radius: 9px; }
.homepage .btn-gradient { background: var(--grad); color: #1a0010; box-shadow: 0 5px 25px -8px rgba(255,95,162,.42), inset 0 1px 0 rgba(255,255,255,.24); }
.homepage .btn-gradient:hover { box-shadow: 0 8px 32px -8px rgba(255,95,162,.62); }
.homepage .btn-sm { font-size: 14px; padding: 12px 17px; gap: 15px; }
.homepage .btn-lg { font-size: 15px; padding: 17px 23px; min-height: 54px; gap: 22px; }
.homepage .btn-ghost { background: #151020; border-color: rgba(255,255,255,.15); }
.homepage .menu-toggle { display: none; }
.homepage main > section, .homepage #home-examples { scroll-margin-top: 105px; }
/* A single concentrated glow keeps the product, typography and CTA in focus. */
.homepage .hero { padding: 148px 0 25px; overflow: hidden; isolation: isolate; }
.homepage .hero::before { content: ''; position: absolute; z-index: -1; inset: 0; background: radial-gradient(ellipse 52% 36% at 52% 33%,rgba(124,92,255,.1),transparent),radial-gradient(ellipse 70% 38% at 50% 90%,rgba(255,95,162,.09),transparent); pointer-events: none; }
.homepage .hero-grid { position: absolute; z-index: -1; inset: 76px 4.5% 15%; opacity: .48; background-image: radial-gradient(rgba(172,146,208,.24) .8px,transparent .8px); background-size: 24px 24px; mask-image: linear-gradient(#000,transparent 68%); border-inline: 1px solid var(--line); }
.homepage .pill { font-size: 13px; padding: 7px 12px; margin-bottom: 26px; gap: 10px; background: rgba(255,255,255,.035); color: #c5bed3; }
.homepage .pill svg { width: 13px; height: 13px; margin-left: 3px; }
.homepage .pill-dot { width: 6px; height: 6px; background: var(--pink); box-shadow: 0 0 0 3px rgba(255,95,162,.12); animation: none; flex-shrink: 0; }
.homepage .hero-title { max-width: 1110px; font-family: var(--font-head); font-size: clamp(38px,5.4vw,76px); line-height: 1.095; letter-spacing: -3.6px; font-weight: 700; margin-bottom: 24px; }
.homepage .hero-sub { font-size: 16px; line-height: 1.8; max-width: 640px; margin-bottom: 27px; }
.homepage .hero-sub strong { color: var(--text); font-weight: 600; }
.homepage .hero-cta { gap: 24px; align-items: center; }
.homepage .hero-secondary { color: #d2cada; font-size: 15px; display: inline-flex; align-items: center; gap: 16px; }
.homepage .hero-secondary:hover { color: var(--pink); }
.homepage .hero-assurances { display: flex; align-items: center; justify-content: center; gap: 24px; margin: 19px 0 47px; color: var(--muted); font-size: 12px; }
.homepage .hero-assurances > span { display: inline-flex; align-items: center; gap: 5px; }
.homepage .hero-assurances svg { width: 12px; height: 12px; color: var(--pink); }
/* Product preview: real packages presented as an explorable lineup. */
.homepage .product-preview { max-width: 986px; margin: auto; border: 1px solid rgba(197,161,235,.19); border-radius: 16px; background: linear-gradient(130deg,rgba(35,22,47,.7),rgba(14,10,23,.95) 55%,rgba(23,15,32,.9)); text-align: left; box-shadow: 0 20px 90px -40px rgba(169,61,154,.35); overflow: hidden; }
.homepage .preview-topline { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; border-bottom: 1px solid var(--line); }
.homepage .preview-topline > span:first-child { display: flex; gap: 9px; align-items: center; color: #d8cfdf; font-size: 11px; font-weight: 500; letter-spacing: 1.7px; }
.homepage .preview-topline svg { width: 13px; height: 13px; color: var(--pink); }
.homepage .preview-topline > span:last-child { color: var(--faint); font-size: 12px; }
.homepage .preview-cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
.homepage .preview-card { --pack-accent: #ffb020; position: relative; display: block; padding: 22px 24px 20px; transition: background .2s; }
.homepage .preview-card + .preview-card { border-left: 1px solid var(--line); }
.homepage .preview-card--standard { --pack-accent: #ff5fa2; }
.homepage .preview-card--verified { --pack-accent: #a287ff; }
.homepage .preview-card:hover { background: rgba(255,255,255,.025); }
.homepage .preview-art { height: 170px; position: relative; width: 215px; margin: 0 auto 12px; }
.homepage .asset-layer { position: absolute; width: 184px; height: 120px; border: 1px solid color-mix(in srgb,var(--pack-accent) 36%,transparent); border-radius: 9px; left: 10px; top: 24px; }
.homepage .layer-back { transform: translate(16px,-16px) rotate(-4deg); background: color-mix(in srgb,var(--pack-accent) 6%,#100b19); opacity: .5; }
.homepage .layer-mid { transform: translate(8px,-8px) rotate(-2deg); background: color-mix(in srgb,var(--pack-accent) 7%,#100b19); opacity: .8; }
.homepage .layer-front { display: flex; flex-direction: column; padding: 13px 16px; background: linear-gradient(130deg,color-mix(in srgb,var(--pack-accent) 13%,#100b19),#140d1e); box-shadow: 0 14px 30px -15px #000; transform: rotate(-5deg); transition: transform .25s; }
.homepage .preview-card:hover .layer-front { transform: translateY(-5px) rotate(-2deg); }
.homepage .asset-topline { color: color-mix(in srgb,var(--pack-accent) 70%,#fff); font-size: 6px; letter-spacing: 1.7px; }
.homepage .asset-layer strong { font-family: 'Space Grotesk',sans-serif; color: var(--pack-accent); font-size: 37px; line-height: 1.5; letter-spacing: -1.3px; }
.homepage .asset-bottomline { display: flex; justify-content: space-between; align-items: center; font-size: 15px; color: var(--pack-accent); }
.homepage .asset-dots { display: flex; gap: 4px; }
.homepage .asset-dots i { display: block; width: 9px; height: 7px; border: 1px solid var(--pack-accent); border-radius: 2px; opacity: .6; }
.homepage .preview-info { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.homepage .preview-info > div { display: flex; flex-direction: column; gap: 3px; }
.homepage .preview-info strong { font-size: 14px; font-weight: 500; }
.homepage .preview-info > div > span { font-size: 11px; color: var(--faint); }
.homepage .preview-price { display: flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 600; letter-spacing: -.5px; }
.homepage .preview-price svg { width: 14px; height: 14px; color: var(--pack-accent); }
.homepage .preview-bottom { display: flex; justify-content: space-between; gap: 16px; padding: 15px 25px; border-top: 1px solid var(--line); font-size: 12px; color: var(--faint); }
.homepage .preview-bottom a { color: #d4cbdc; display: flex; gap: 8px; align-items: center; }
.homepage .preview-bottom svg { width: 13px; height: 13px; }
.homepage .hero-footnote { font-size: 11px; color: var(--faint); margin: 17px 0 0; }
.homepage .benefit-strip { border-block: 1px solid var(--line); margin-top: 10px; }
.homepage .benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); padding-block: 27px; }
.homepage .benefit-grid > div { display: flex; align-items: center; justify-content: center; gap: 13px; }
.homepage .benefit-grid > div + div { border-left: 1px solid var(--line); }
.homepage .benefit-grid svg { width: 23px; height: 23px; color: #ae92d0; }
.homepage .benefit-grid span { display: flex; flex-direction: column; gap: 3px; }
.homepage .benefit-grid strong { font-size: 13px; font-weight: 500; }
.homepage .benefit-grid small { font-size: 11px; color: var(--faint); }
/* Numbered chapters create a clear rhythm through the decision. */
.homepage .section { padding: 100px 0; }
.homepage .section-kicker { display: flex; justify-content: center; align-items: center; gap: 10px; font-size: 11px; line-height: 1.5; font-weight: 600; letter-spacing: 1.8px; color: var(--pink); margin-bottom: 22px; }
.homepage .section-kicker > span { letter-spacing: 0; display: inline-flex; align-items: center; justify-content: center; width: 25px; height: 23px; border: 1px solid rgba(255,95,162,.24); background: rgba(255,95,162,.06); border-radius: 5px; font-size: 12px; }
.homepage .section-title { font-family: var(--font-head); font-size: clamp(30px,3.6vw,48px); line-height: 1.13; font-weight: 600; letter-spacing: -1.9px; margin-bottom: 18px; }
.homepage .section-desc { font-size: 14px; line-height: 1.75; margin-bottom: 43px; max-width: 530px; }
.homepage .section-product { background: radial-gradient(ellipse 50% 45% at 50% 40%,rgba(124,92,255,.05),transparent); }
.homepage .builder { display: grid; grid-template-columns: minmax(0,1fr) 300px; align-items: start; gap: 28px; max-width: none; padding: 0; }
.homepage .builder-main { min-width: 0; }
.homepage .builder-title { font-family: var(--font-body); font-size: 15px; font-weight: 500; margin-bottom: 17px; gap: 9px; }
.homepage .step-num { width: 22px; height: 22px; font-size: 12px; background: rgba(255,255,255,.045); border-color: var(--line); color: var(--muted); }
.homepage .builder-section { margin-bottom: 28px; }
.homepage .bm-options { gap: 12px; }
.homepage .bm-card-inner { align-items: stretch; gap: 0; padding: 22px 18px 16px; border: 1px solid var(--line); background: #0f0b17; border-radius: 12px; text-align: left; }
.homepage .bm-card input:checked + .bm-card-inner { border: 1px solid transparent; background: linear-gradient(135deg,#241526,#120e1e) padding-box,var(--grad) border-box; box-shadow: 0 8px 35px -20px rgba(255,95,162,.35); }
.homepage .bm-card input:focus-visible + .bm-card-inner { outline: 2px solid var(--amber); outline-offset: 5px; }
.homepage .bm-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 3px; }
.homepage .bm-name { font-family: 'Space Grotesk',sans-serif; font-size: 25px; font-weight: 600; }
.homepage .bm-radio { width: 15px; height: 15px; border: 1px solid #5e526c; border-radius: 50%; position: relative; }
.homepage .bm-card input:checked + .bm-card-inner .bm-radio { background: var(--pink); border-color: var(--pink); box-shadow: inset 0 0 0 4px #2b172b; }
.homepage .bm-purpose { font-size: 12px; color: var(--muted); }
.homepage .bm-price { color: var(--text); -webkit-text-fill-color: var(--text); background: none; font-family: var(--font-body); font-size: 36px; font-weight: 600; letter-spacing: -1.6px; line-height: 1.2; margin-top: 24px; }
.homepage .bm-unit { font-size: 11px; color: var(--faint); padding-bottom: 20px; margin-bottom: 16px; border-bottom: 1px solid var(--line); }
.homepage :is(.bm-feature,.bm-spend,.bm-invite) { font-size: 12px; color: #c7bed1; display: flex; align-items: center; gap: 6px; text-transform: none; letter-spacing: 0; margin-bottom: 9px; }
.homepage :is(.bm-feature,.bm-spend,.bm-invite) svg { width: 12px; height: 12px; flex-shrink: 0; color: #ad95c4; }
.homepage .bm-select-text { display: block; text-align: center; border: 1px solid var(--line); background: rgba(255,255,255,.03); border-radius: 6px; font-size: 13px; padding: 10px; margin-top: 16px; color: #d5cce0; }
.homepage .bm-card input:checked + .bm-card-inner .bm-select-text { background: var(--grad); color: #1a0010; border-color: transparent; font-weight: 600; }
.homepage .addon-item { padding: 17px 18px; margin-bottom: 10px; background: #0f0b17; border-radius: 10px; }
.homepage .addon-info strong { font-size: 14px; font-weight: 500; }
.homepage .addon-info small { font-size: 12px; line-height: 1.6; display: block; }
.homepage .addon-price { font-family: var(--font-body); font-size: 14px; white-space: nowrap; }
.homepage .addon-check { width: 18px; height: 18px; border-radius: 5px; border-width: 1px; }
.homepage .addon-item:has(input:focus-visible) { outline: 2px solid var(--amber); outline-offset: 3px; }
.homepage .addon-extra { margin-left: 0; gap: 10px; }
.homepage .addon-extra select { max-width: 100%; min-width: 0; font-size: 13px; color-scheme: dark; }
.homepage .addon-extra label { font-size: 13px; }
.homepage .extra-discount-hint:not(:empty) { font-size: 12px; }
.homepage .builder-sidebar { position: sticky; top: 103px; }
.homepage .order-panel { padding: 24px 22px; background: linear-gradient(150deg,#1b1225,#110c1b); border: 1px solid rgba(187,141,230,.22); border-radius: 12px; }
.homepage .order-heading { display: flex; flex-direction: column; gap: 4px; font-size: 16px; font-weight: 500; }
.homepage .order-heading > span { font-size: 12px; color: var(--muted); font-weight: 400; }
.homepage .price-summary { border: 0; background: none; padding: 24px 0 0; margin: 0 0 22px; border-radius: 0; }
.homepage .summary-row { font-size: 13px; gap: 10px; }
.homepage .summary-row span:last-child { white-space: nowrap; color: var(--text); }
.homepage .summary-total { font-family: var(--font-body); font-size: 14px; padding-top: 18px; }
.homepage .summary-total span:last-child { font-size: 32px; font-weight: 600; letter-spacing: -1px; }
.homepage #btnCheckout { font-size: 13px; padding: 14px 16px; min-height: 46px; gap: 10px; }
.homepage .builder-note { font-size: 11px; line-height: 1.7; margin-top: 13px; color: var(--muted); }
.homepage .order-assurances { border-top: 1px solid var(--line); margin-top: 22px; padding-top: 18px; display: flex; flex-direction: column; gap: 10px; }
.homepage .order-assurances li { display: flex; align-items: center; gap: 9px; font-size: 12px; color: #c7bdd3; }
.homepage .order-assurances svg { color: var(--pink); width: 13px; height: 13px; }
.homepage .order-fineprint { font-size: 11px; line-height: 1.6; color: var(--faint); margin-top: 17px; }
.homepage .order-help { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 18px 0; font-size: 11px; color: var(--muted); }
.homepage .order-help > svg { width: 19px; height: 19px; }
.homepage .order-help strong { font-size: 12px; font-weight: 500; display: block; color: #dfd4e9; }
.homepage .product-clarity { text-align: center; font-size: 13px; color: var(--muted); margin-top: 20px; }
.homepage .product-clarity a { display: inline-flex; align-items: center; gap: 5px; color: #dac7ea; margin-left: 4px; }
.homepage .product-clarity svg { width: 13px; height: 13px; }
.homepage .section-how { background: #0e0a16; border-block: 1px solid var(--line); }
.homepage .steps { max-width: none; gap: 20px; }
.homepage .step { text-align: left; padding: 28px; background: #120e1d; border-radius: 12px; }
.homepage .step-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 33px; }
.homepage .step-icon { width: 42px; height: 42px; margin: 0; color: var(--pink); background: rgba(255,95,162,.065); border: 1px solid rgba(255,95,162,.16); border-radius: 10px; box-shadow: none; }
.homepage .step-count { font-family: 'Space Grotesk',sans-serif; font-size: 37px; line-height: 1; color: #3c304d; letter-spacing: -1px; }
.homepage .step h3 { font-family: var(--font-body); font-size: 16px; font-weight: 500; margin-bottom: 11px; }
.homepage .step p { font-size: 14px; line-height: 1.8; }
.homepage .payment-strip { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 28px; margin-top: 37px; }
.homepage .payment-strip > span:first-child { font-size: 10px; color: var(--faint); letter-spacing: 1.5px; }
.homepage .payment-coin { display: inline-flex; gap: 8px; align-items: center; color: #b8aec5; font-size: 13px; }
.homepage .payment-coin b { display: inline-flex; align-items: center; justify-content: center; width: 21px; height: 21px; border: 1px solid var(--line); border-radius: 50%; font-size: 15px; font-weight: 400; }
.homepage .coin-btc { color: #eea93d; }.homepage .coin-eth { color: #acacf0; }.homepage .coin-usdt { color: #65bfa5; }.homepage .coin-ltc { color: #b3c2e7; }
.homepage .payment-coin small { font-size: 10px; color: var(--faint); }
.homepage .section-why .section-heading { margin-bottom: 40px; }
.homepage .why-grid { max-width: none; gap: 24px; }
.homepage .why-card { padding: 26px; text-align: left; background: none; border: none; border-left: 1px solid var(--line); border-radius: 0; }
.homepage .why-icon { width: auto; height: auto; justify-content: start; margin: 0 0 23px; color: #be9ce1; background: none; box-shadow: none; }
.homepage .why-card h3 { font-family: var(--font-body); font-size: 17px; font-weight: 500; }
.homepage .why-card p { font-size: 14px; line-height: 1.85; }
.homepage .access-note { text-align: center; margin: 28px auto 0; max-width: 850px; font-size: 12px; color: var(--faint); }
.homepage .access-note a { color: #c9acd9; }
.homepage .proof-section-wrap { padding: 80px 0; background: #0e0a16; border-block: 1px solid var(--line); }
.homepage .proofs--home { margin: 0; padding: 0; }
.homepage .proof-title { font-family: var(--font-body); font-size: 36px; letter-spacing: -1.5px; font-weight: 600; line-height: 1.2; text-align: center; }
.homepage .proof-intro { margin: 16px auto 36px; text-align: center; max-width: 600px; font-size: 14px; color: var(--muted); }
.homepage .proof-grid { gap: 20px; }
.homepage .proof-card { background: #120e1d; border-radius: 12px; border-color: var(--line); }
.homepage .proof-image-frame { min-height: 220px; background: #191322; padding: 27px; }
.homepage .proof-image-frame img { object-fit: contain; max-height: 190px; }
.homepage .proof-open { background: transparent; font-size: 12px; color: #ba9ed1; padding-inline: 22px; }
.homepage .proof-card figcaption { padding: 17px 22px 24px; }
.homepage .proof-caption-title { font-family: var(--font-body); font-size: 14px; font-weight: 500; }
.homepage .proof-card figcaption p { font-size: 13px; line-height: 1.8; color: var(--muted); margin-top: 9px; }
.homepage .proof-note { text-align: center; font-size: 12px; color: var(--faint); margin-top: 22px; }
.homepage .proof-guide-link { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 13px; color: #dbc4ef; border: none; background: none; padding: 0; margin: 14px auto 0; }
.homepage #geo { padding: 28px 0 0; }
.homepage .country-details { border: 1px solid var(--line); background: #100c18; border-radius: 10px; }
.homepage .country-details > summary { padding: 22px 25px; display: flex; align-items: center; justify-content: space-between; gap: 24px; list-style: none; cursor: pointer; font-size: 14px; }
.homepage .country-details summary::-webkit-details-marker { display: none; }
.homepage .country-details summary > span:first-child { display: flex; gap: 12px; align-items: center; }
.homepage .country-details summary svg { color: var(--pink); width: 18px; height: 18px; flex-shrink: 0; }
.homepage .country-details summary > span:last-child { color: var(--muted); font-size: 12px; }
.homepage .country-content { padding: 25px; border-top: 1px solid var(--line); }
.homepage .country-content .section-title { font-size: 26px; }
.homepage .country-content .section-sub { font-size: 14px; }
.homepage .country-content :is(.geo-more,.geo-note,.geo-intro) { font-size: 13px; }
.homepage .country-content .geo-chips { gap: 6px; }
.homepage .country-content .geo-chip { font-size: 12px; padding: 5px 8px; }
.homepage .country-content .geo-stat strong { font-size: 28px; }
.homepage .country-content .geo-stat span { font-size: 12px; }
.homepage .faq-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; }
.homepage .section-faq .section-kicker { justify-content: flex-start; }
.homepage .section-faq .section-title,.homepage .section-faq .section-desc { text-align: left; }
.homepage .section-faq .section-desc { margin-bottom: 22px; }
.homepage .faq-contact { color: #cbb1df; font-size: 14px; }
.homepage .faq { margin: 0; gap: 0; max-width: none; }
.homepage .faq-item { padding: 0; background: none; border: none; border-bottom: 1px solid var(--line); border-radius: 0; }
.homepage .faq-item:first-child { border-top: 1px solid var(--line); }
.homepage .faq-item > summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 500; padding: 22px 0; }
.homepage .faq-item > summary::-webkit-details-marker { display: none; }
.homepage .faq-item > summary > span { font-size: 20px; font-weight: 400; color: #ab8cbd; transition: transform .2s; flex-shrink: 0; }
.homepage .faq-item[open] > summary > span { transform: rotate(45deg); }
.homepage .faq-item p { font-size: 14px; line-height: 1.85; padding: 0 26px 22px 0; }
.homepage .section-cta { padding: 0 0 65px; }
.homepage .cta-card { position: relative; overflow: hidden; isolation: isolate; max-width: none; padding: 65px 32px; border: 1px solid rgba(200,139,205,.25); border-radius: 18px; background: radial-gradient(ellipse at 15% 110%,rgba(255,176,32,.08),transparent 65%),radial-gradient(ellipse at 85% 80%,rgba(124,92,255,.13),transparent 70%),#120c1d; }
.homepage .cta-card::after { content: ''; position: absolute; z-index: -1; width: 530px; height: 530px; border: 1px solid rgba(200,139,205,.09); border-radius: 50%; right: -240px; top: -80px; box-shadow: 0 0 0 40px rgba(200,139,205,.02),0 0 0 80px rgba(200,139,205,.02),0 0 0 120px rgba(200,139,205,.02); }
.homepage .cta-card h2 { font-family: var(--font-body); font-size: clamp(30px,3.7vw,48px); line-height: 1.15; font-weight: 600; letter-spacing: -1.7px; margin-bottom: 18px; }
.homepage .cta-card p { font-size: 15px; margin-bottom: 28px; }
.homepage .cta-card .hero-cta { gap: 12px; }
.homepage .section-guides { padding: 0 0 65px; }
.homepage .guide-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 19px; }
.homepage .guide-heading h2 { font-family: var(--font-body); font-size: 17px; font-weight: 500; letter-spacing: -.3px; }
.homepage .guide-heading > span { font-size: 10px; letter-spacing: 1.5px; color: var(--faint); }
.homepage .related { display: flex; gap: 9px; flex-wrap: wrap; }
.homepage .related a { display: inline-flex; align-items: center; gap: 16px; font-size: 12px; border: 1px solid var(--line); padding: 13px 16px; border-radius: 7px; background: #100c18; color: #c8bdd4; }
.homepage .related svg { width: 13px; height: 13px; }
.homepage .footer { background: #0b0712; border-top: 1px solid var(--line); padding: 40px 0; }
.homepage .footer-inner { display: grid; grid-template-columns: 100px 1fr auto; column-gap: 28px; text-align: left; align-items: center; }
.homepage .footer-logo { width: 76px; height: auto; margin: 0; }
.homepage .footer-text { font-size: 12px; margin: 0; max-width: 430px; }
.homepage .footer-text:nth-of-type(2) { grid-column: 3; max-width: none; }
.homepage .footer-legal { grid-column: 2 / 4; font-size: 11px; line-height: 1.8; max-width: none; margin: 20px 0 0; color: var(--faint); }
.homepage .footer-copy { grid-column: 2 / 4; font-size: 11px; margin-top: 12px; color: var(--faint); }
/* Matching payment surfaces, without changing payment logic. */
.homepage .checkout-wrap { padding-top: 125px; }
.homepage .checkout-wrap .glass-card { background: #100c19; box-shadow: none; }
.homepage .checkout-wrap select { color-scheme: dark; }
.homepage .checkout-wrap :is(input,select) { font-size: 14px; }
.homepage .reveal { opacity: 1; transform: none; }
html:has(.homepage) { scroll-padding-top: 98px; }
@media (min-width: 1441px) { .homepage .hero-title { font-size: 76px; } }
@media (max-width: 1100px) {
 .homepage .nav { margin-left: 0; gap: 20px; }.homepage .header-actions { gap: 15px; }
 .homepage .builder { grid-template-columns: minmax(0,1fr) 270px; gap: 20px; }.homepage .bm-card-inner { padding: 20px 13px 14px; }
 .homepage .bm-options { gap: 9px; }.homepage .bm-name { font-size: 22px; }.homepage .bm-price { font-size: 32px; }
 .homepage .bm-purpose { font-size: 11px; }.homepage :is(.bm-feature,.bm-spend,.bm-invite) { font-size: 11px; }
 .homepage .preview-art { width: 185px; }.homepage .asset-layer { width: 160px; }
 .homepage .footer-inner { grid-template-columns: 90px 1fr; }.homepage .footer-text:nth-of-type(2) { grid-column: 2; margin-top: 15px; }.homepage .footer-legal,.homepage .footer-copy { grid-column: 2; }
}
@media (max-width: 850px) {
 .homepage .container { padding-inline: 24px; }.homepage .hero { padding-top: 130px; }.homepage .hero-title { letter-spacing: -2.4px; }
 .homepage .header-cta { display: none; }.homepage .nav { gap: 18px; }.homepage .nav-link { font-size: 14px; }
 .homepage .builder { grid-template-columns: 1fr; }.homepage .builder-sidebar { position: static; }.homepage .order-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }
 .homepage .order-heading { grid-column: 1; }.homepage .price-summary { grid-column: 1; grid-row: 2 / 5; margin-bottom: 0; }
 .homepage #btnCheckout { grid-column: 2; grid-row: 2; align-self: start; margin-top: 16px; }.homepage .builder-note { grid-column: 2; grid-row: 3; }.homepage .order-assurances { grid-column: 2; grid-row: 4; margin-top: 13px; }.homepage .order-fineprint { grid-column: 1; }
 .homepage .bm-card-inner { padding: 24px 20px 18px; }.homepage :is(.bm-feature,.bm-spend,.bm-invite) { font-size: 13px; }.homepage .bm-purpose { font-size: 13px; }
 .homepage .preview-info { align-items: flex-start; }.homepage .preview-price { font-size: 15px; gap: 5px; }.homepage .preview-info strong { font-size: 12px; }.homepage .preview-card { padding-inline: 15px; }
 .homepage .preview-art { width: 155px; height: 145px; }.homepage .asset-layer { width: 132px; height: 103px; }.homepage .asset-topline { font-size: 4.5px; letter-spacing: 1.1px; }.homepage .asset-layer strong { font-size: 30px; }
 .homepage .section { padding: 75px 0; }.homepage .step { padding: 22px; }.homepage .step h3 { font-size: 14px; }.homepage .step p { font-size: 13px; }
 .homepage .benefit-grid { grid-template-columns: repeat(2,1fr); gap: 24px 0; }.homepage .benefit-grid > div:nth-child(3) { border-left: 0; }
 .homepage .why-grid { gap: 10px; }.homepage .why-card { padding: 20px; }.homepage .why-card h3 { font-size: 14px; }
 .homepage .faq-layout { gap: 35px; }.homepage .section-title { font-size: 37px; }
 .homepage .section-cta { padding: 0 0 55px; }.homepage .section-guides { padding: 0 0 50px; }
}
@media (max-width: 640px) {
 .homepage .container { padding-inline: 20px; }.homepage .header { padding: 11px 0; }.homepage .logo-img { height: 34px; }.homepage .header-inner { min-height: 36px; }
 .homepage .header-actions { gap: 14px; }.homepage .lang-btn { padding: 8px; }.homepage .menu-toggle { display: flex; width: 36px; height: 36px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; background: #181120; border: 1px solid var(--line); border-radius: 7px; cursor: pointer; }
 .homepage .menu-toggle span { display: block; width: 14px; height: 1px; background: var(--text); transition: transform .2s; }.homepage .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }.homepage .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
 .homepage .nav { display: none; position: absolute; left: 12px; right: 12px; top: 67px; margin: 0; padding: 12px; background: #15101f; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 20px 30px rgba(0,0,0,.4); }.homepage .nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }.homepage .nav-link { display: block; padding: 13px 12px; font-size: 14px; }
 .homepage .hero { padding: 112px 0 23px; }.homepage .hero-grid { inset: 63px 3% 30%; }.homepage .pill { max-width: 100%; font-size: 10px; letter-spacing: -.1px; gap: 7px; padding: 7px 10px; margin-bottom: 23px; }.homepage .pill svg { width: 11px; height: 11px; }
 .homepage .hero-title { font-size: clamp(30px,7.3vw,46px); letter-spacing: -1.55px; line-height: 1.18; margin-bottom: 20px; }.homepage .hero-title br { display: none; }.homepage .hero-title .text-gradient { display: block; }
 .homepage .hero-sub { font-size: 15px; max-width: 340px; line-height: 1.8; margin-bottom: 25px; }.homepage .hero-sub br { display: none; }
 .homepage .hero-cta { gap: 17px; }.homepage .btn-lg { font-size: 14px; padding: 16px 20px; gap: 16px; }.homepage .hero > .container > .hero-cta { flex-direction: column; }.homepage .hero-secondary { font-size: 13px; gap: 11px; }
 .homepage .hero-assurances { gap: 12px; font-size: 10px; margin: 22px 0 33px; }.homepage .hero-assurances svg { width: 10px; height: 10px; }.homepage .hero-assurances > span { gap: 3px; }
 .homepage .product-preview { border-radius: 12px; }.homepage .preview-topline { padding: 14px 15px; }.homepage .preview-topline > span:first-child { font-size: 10px; letter-spacing: 1.4px; }.homepage .preview-topline > span:last-child { display: none; }
 .homepage .preview-card { padding: 14px 8px; min-width: 0; }.homepage .preview-art { height: 100px; width: 86px; margin: 0 auto 8px; }.homepage .asset-layer { width: 70px; height: 66px; top: 17px; left: 3px; border-radius: 5px; }.homepage .layer-back { transform: translate(10px,-9px) rotate(-4deg); }.homepage .layer-mid { transform: translate(5px,-5px) rotate(-2deg); }.homepage .layer-front { padding: 8px; }.homepage .asset-topline { font-size: 3px; letter-spacing: .3px; }.homepage .asset-layer strong { font-size: 24px; line-height: 1.45; }.homepage .asset-bottomline { font-size: 11px; }.homepage .asset-dots { gap: 2px; }.homepage .asset-dots i { width: 5px; height: 4px; }
 .homepage .preview-info { flex-direction: column; align-items: center; text-align: center; gap: 7px; }.homepage .preview-info strong { font-size: 11px; }.homepage .preview-info > div > span { display: none; }.homepage .preview-price { font-size: 16px; gap: 7px; }.homepage .preview-price svg { width: 12px; height: 12px; }
 .homepage .preview-bottom { justify-content: center; padding: 13px; font-size: 11px; }.homepage .preview-bottom > span { display: none; }.homepage .hero-footnote { font-size: 10px; margin: 13px auto 0; max-width: 310px; line-height: 1.7; }
 .homepage .benefit-grid { padding-block: 24px; gap: 24px 0; }.homepage .benefit-grid > div { gap: 9px; justify-content: flex-start; }.homepage .benefit-grid > div:nth-child(even) { padding-left: 16px; }.homepage .benefit-grid svg { width: 18px; height: 18px; flex-shrink: 0; }.homepage .benefit-grid strong { font-size: 11px; }.homepage .benefit-grid small { font-size: 10px; }
 .homepage .section { padding: 64px 0; }.homepage .section-kicker { font-size: 10px; margin-bottom: 18px; letter-spacing: 1.5px; }.homepage .section-title { font-size: 34px; letter-spacing: -1.4px; }.homepage .section-desc { font-size: 14px; margin-bottom: 32px; }
 .homepage .builder { gap: 4px; }.homepage .builder-title { font-size: 14px; }.homepage .builder-section { margin-bottom: 24px; }.homepage .bm-options { grid-template-columns: 1fr; gap: 10px; }
 .homepage .bm-card-inner { display: grid; grid-template-columns: 1fr auto; padding: 20px; column-gap: 15px; }.homepage .bm-card-top { grid-column: 1; grid-row: 1; justify-content: flex-start; gap: 12px; }.homepage .bm-name { font-size: 24px; }.homepage .bm-radio { width: 14px; height: 14px; }.homepage .bm-purpose { grid-column: 1; grid-row: 2; font-size: 12px; }.homepage .bm-price { grid-column: 2; grid-row: 1; margin-top: 0; font-size: 30px; text-align: right; }.homepage .bm-unit { grid-column: 2; grid-row: 2; padding: 0; border: 0; margin: 0; font-size: 10px; text-align: right; align-self: center; }
 .homepage :is(.bm-feature,.bm-spend,.bm-invite) { grid-column: 1 / 3; font-size: 13px; margin-bottom: 6px; }.homepage .bm-feature { margin-top: 19px; }.homepage .bm-select-text { grid-column: 1 / 3; padding: 9px; margin-top: 10px; font-size: 13px; }.homepage .bm-card:hover .bm-card-inner { transform: none; }
 .homepage .addon-item { padding: 16px; }.homepage .addon-content { gap: 10px; }.homepage .addon-info small { font-size: 12px; }.homepage .addon-info strong { font-size: 14px; }.homepage .addon-price { font-size: 13px; }
 .homepage .order-panel { display: block; padding: 24px; }.homepage .order-heading { font-size: 17px; }.homepage .order-heading > span { font-size: 13px; }.homepage .summary-row { font-size: 14px; }.homepage .price-summary { margin-bottom: 22px; }.homepage #btnCheckout { font-size: 15px; margin-top: 0; min-height: 49px; }.homepage .builder-note { font-size: 12px; }.homepage .order-assurances { margin-top: 20px; }.homepage .order-assurances li { font-size: 13px; }.homepage .order-fineprint { font-size: 12px; }.homepage .order-help { font-size: 12px; }.homepage .order-help strong { font-size: 13px; }
 .homepage .product-clarity { margin-top: 7px; font-size: 12px; }.homepage .steps { grid-template-columns: 1fr; gap: 13px; }.homepage .step { padding: 24px; }.homepage .step-top { margin-bottom: 22px; }.homepage .step h3 { font-size: 17px; }.homepage .step p { font-size: 14px; }.homepage .payment-strip { gap: 18px; margin-top: 28px; }.homepage .payment-strip > span:first-child { width: 100%; text-align: center; }.homepage .payment-coin { font-size: 12px; }.homepage .payment-coin small { display: none; }
 .homepage .why-grid { grid-template-columns: 1fr; gap: 20px; }.homepage .why-card { padding: 6px 20px; }.homepage .why-icon { margin-bottom: 14px; }.homepage .why-card h3 { font-size: 17px; }.homepage .why-card p { font-size: 14px; }.homepage .access-note { margin-top: 27px; text-align: left; font-size: 12px; line-height: 1.8; }
 .homepage .proof-section-wrap { padding: 60px 0; }.homepage .proof-title { font-size: 31px; letter-spacing: -1.1px; }.homepage .proof-intro { font-size: 14px; margin-bottom: 28px; }.homepage .proof-grid { grid-template-columns: 1fr; gap: 18px; }.homepage .proof-image-frame { min-height: 150px; padding: 20px; }.homepage .proof-card figcaption p { font-size: 13px; }.homepage .proof-note { text-align: left; line-height: 1.8; }.homepage .proof-guide-link { font-size: 12px; justify-content: flex-start; }
 .homepage #geo { padding-top: 20px; }.homepage .country-details > summary { padding: 18px 16px; gap: 10px; font-size: 13px; }.homepage .country-details summary > span:last-child { font-size: 0; flex-shrink: 0; }.homepage .country-details summary > span:last-child::after { content: '+'; font-size: 20px; }.homepage .country-content { padding: 18px; }.homepage .country-content .geo-stat { grid-template-columns: repeat(2,1fr); }.homepage .country-content .section-title { font-size: 24px; }
 .homepage .faq-layout { grid-template-columns: 1fr; gap: 28px; }.homepage .section-faq .section-desc { margin-bottom: 15px; }.homepage .faq-item > summary { font-size: 14px; padding-block: 20px; }.homepage .faq-item p { font-size: 14px; padding-right: 12px; }
 .homepage .section-cta { padding: 0 0 45px; }.homepage .cta-card { padding: 42px 22px; }.homepage .cta-card h2 { font-size: 30px; letter-spacing: -1.3px; }.homepage .cta-card p { font-size: 14px; }.homepage .cta-card .hero-cta { flex-direction: column; gap: 10px; }.homepage .cta-card .btn { width: 100%; }
 .homepage .section-guides { padding: 0 0 45px; }.homepage .guide-heading { flex-direction: column-reverse; align-items: flex-start; gap: 12px; }.homepage .guide-heading h2 { font-size: 16px; }.homepage .related { gap: 8px; }.homepage .related a { font-size: 12px; padding: 11px; gap: 9px; }
 .homepage .footer { padding: 30px 0; }.homepage .footer-inner { display: block; }.homepage .footer-logo { width: 68px; margin-bottom: 19px; }.homepage .footer-text { font-size: 12px; }.homepage .footer-text:nth-of-type(2) { margin-top: 18px; line-height: 2; }.homepage .footer-legal { font-size: 11px; margin-top: 20px; }.homepage .footer-copy { font-size: 11px; }
 .homepage .checkout-wrap { padding-top: 100px; }.homepage .header-min .header-actions { gap: 10px; }
}
@media (max-width: 360px) {
 .homepage .container { padding-inline: 16px; }.homepage .hero-title { font-size: 29px; letter-spacing: -1.6px; }.homepage .hero-assurances { gap: 7px; font-size: 7px; }.homepage .preview-art { width: 76px; }.homepage .preview-card { padding-inline: 5px; }.homepage .preview-info strong { font-size: 10px; }.homepage .benefit-grid strong { font-size: 10px; }.homepage .benefit-grid small { font-size: 7px; }.homepage .benefit-grid > div { gap: 7px; }.homepage .section-title { font-size: 31px; }.homepage .bm-card-inner { padding: 17px; }.homepage .addon-price { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
 html:has(.homepage) { scroll-behavior: auto; }.homepage *, .homepage *::before, .homepage *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
/* Restore the approved SEO copy inside the conversion layout. */
.homepage .hero-sub { max-width: 780px; }
.homepage .section-product .section-desc { max-width: 730px; }
.homepage .section-how .section-title, .homepage .section-why .section-title { max-width: 850px; margin-inline: auto; }
.homepage .section-why .section-heading { margin-bottom: 35px; }
.homepage .section-why .section-desc { margin-bottom: 0; }
.homepage .faq-item > summary h3 { display: flex; justify-content: space-between; align-items: center; gap: 20px; width: 100%; margin: 0; font: inherit; line-height: 1.5; }
.homepage .faq-item > summary h3 > span { color: #ab8cbd; font-size: 20px; font-weight: 400; transition: transform .2s; }
.homepage .faq-item[open] > summary h3 > span { transform: rotate(45deg); }
.homepage .cta-card h2 { max-width: 900px; margin-inline: auto; }
.homepage .cta-card p { max-width: 710px; }
.homepage .hero-assurances > span > [data-retail-price] { color: var(--text); }
/* The homepage offers a compact preview; the comparison guide has all 7 images. */
.homepage .proof-section-wrap { padding: 48px 0; }
.homepage .proof-section-wrap .section-kicker { margin-bottom: 15px; }
.homepage .proofs--home .proof-title { font-size: 30px; letter-spacing: -1px; }
.homepage .proofs--home .proof-intro { margin-bottom: 24px; }
.homepage .proofs--home .proof-grid { margin: 22px 0; }
.homepage .proofs--home .proof-card { display: grid; grid-template-columns: 165px minmax(0,1fr); align-items: stretch; }
.homepage .proofs--home .proof-image-link { display: flex; flex-direction: column; background: #191322; }
.homepage .proofs--home .proof-image-frame { height: auto; min-height: 145px; flex: 1; padding: 13px; }
.homepage .proofs--home .proof-image-frame img { max-height: 135px; }
.homepage .proofs--home .proof-open { border-bottom: 0; padding: 11px 13px; font-size: 11px; }
.homepage .proofs--home .proof-card figcaption { padding: 19px; }
.homepage .proofs--home .proof-caption-title { font-size: 14px; }
.homepage .proofs--home .proof-card figcaption p { font-size: 12px; line-height: 1.75; }
.homepage .proofs--home .proof-note { margin-bottom: 12px; }
@media (max-width: 1000px) {
 .homepage .proofs--home .proof-card { grid-template-columns: 125px minmax(0,1fr); }
 .homepage .proofs--home .proof-card figcaption { padding: 16px; }
}
@media (max-width: 760px) {
 .homepage .proofs--home .proof-card { grid-template-columns: 160px minmax(0,1fr); }
}
@media (max-width: 640px) {
 .homepage .hero-sub { max-width: 370px; font-size: 14px; line-height: 1.8; }
 .homepage .hero-assurances { flex-wrap: wrap; gap: 10px 13px; }
 .homepage .hero-assurances > span { font-size: 10px; }
 .homepage .section-product .section-title { max-width: 400px; margin-inline: auto; }
 .homepage .proofs--home .proof-title { font-size: 26px; }
 .homepage .proofs--home .proof-card { grid-template-columns: 105px minmax(0,1fr); }
 .homepage .proofs--home .proof-card figcaption { padding: 15px; }
 .homepage .proofs--home .proof-open { font-size: 10px; padding: 9px; }
 .homepage .proofs--home .proof-image-frame { min-height: 100px; padding: 9px; }
 .homepage .proofs--home .proof-card figcaption p { font-size: 11px; }
 .homepage .proofs--home .proof-caption-title { font-size: 13px; }
}
@media (max-width: 360px) {
 .homepage .proofs--home .proof-card { grid-template-columns: 90px minmax(0,1fr); }
 .homepage .proofs--home .proof-card figcaption { padding: 12px; }
}

/* SVG icon controls and product illustrations. */
.homepage .icon-arrow { display: inline-block; width: 16px; height: 16px; flex-shrink: 0; vertical-align: -.2em; margin-inline-start: .2em; }
.homepage svg.pill-dot { display: block; width: 10px; height: 10px; flex-shrink: 0; color: var(--pink); background: none; box-shadow: none; border-radius: 0; margin: 0; }
.homepage svg.bm-radio,
.homepage .bm-card input:checked + .bm-card-inner svg.bm-radio { width: 18px; height: 18px; flex-shrink: 0; border: 0; border-radius: 0; background: none; box-shadow: none; color: #736580; }
.homepage svg.bm-radio .icon-frame { fill: none; }
.homepage svg.bm-radio .icon-check,
.homepage svg.addon-check .icon-check { opacity: 0; transition: opacity .15s; }
.homepage .bm-card input:checked + .bm-card-inner svg.bm-radio { color: var(--pink); }
.homepage .bm-card input:checked + .bm-card-inner .bm-radio .icon-frame { fill: currentColor; }
.homepage .bm-card input:checked + .bm-card-inner .bm-radio .icon-check { opacity: 1; stroke: #1a0010; stroke-width: 2.2; }
.homepage svg.addon-check,
.homepage .addon-item input:checked + .addon-content svg.addon-check { display: block; width: 20px; height: 20px; flex-shrink: 0; background: none; border: 0; border-radius: 0; color: #736580; }
.homepage .addon-item input:checked + .addon-content svg.addon-check { color: var(--pink); }
.homepage .addon-item input:checked + .addon-content .addon-check .icon-frame { fill: currentColor; }
.homepage .addon-item input:checked + .addon-content .addon-check .icon-check { opacity: 1; stroke: #1a0010; stroke-width: 2.2; }
.homepage .addon-item input:checked + .addon-content svg.addon-check::after { content: none; }
.homepage .icon-menu { display: block; width: 20px; height: 20px; color: var(--text); }
.homepage .menu-close { display: none; }
.homepage .menu-toggle[aria-expanded="true"] .menu-lines { display: none; }
.homepage .menu-toggle[aria-expanded="true"] .menu-close { display: block; }
.homepage .icon-disclosure { display: inline-block; width: 20px; height: 20px; flex-shrink: 0; vertical-align: middle; color: #ab8cbd; }
.homepage .icon-disclosure .icon-vertical { opacity: 1; transition: opacity .15s; }
.homepage details[open] > summary .icon-disclosure .icon-vertical { opacity: 0; }
.homepage .country-details summary > span:last-child { display: inline-flex; align-items: center; gap: 10px; }
.homepage .country-details summary > span:last-child::after { content: none; }
.homepage .payment-coin > svg { display: block; width: 22px; height: 22px; flex-shrink: 0; }
.homepage svg.preview-art { display: block; color: var(--pack-accent); overflow: visible; }
.homepage .preview-svg-front { transform: rotate(-5deg); transform-origin: 102px 84px; transition: transform .25s; }
.homepage .preview-card:hover .preview-svg-front { transform: translateY(-5px) rotate(-2deg); }
.homepage .preview-svg-caption { font-family: var(--font-body); font-size: 6px; letter-spacing: 1.7px; }
.homepage .preview-svg-name { font-family: 'Space Grotesk', sans-serif; font-size: 37px; font-weight: 700; letter-spacing: -1.3px; }
@media (max-width: 640px) {
  .homepage .preview-svg-name { font-size: 54px; }
  .homepage .preview-svg-caption { font-size: 7px; letter-spacing: 1px; }
}
/* End SVG icon controls and product illustrations. */

/* Product categories share the established homepage palette and card treatment. */
.homepage #catalog { scroll-margin-top: 100px; }
.homepage .catalog-preview .preview-info { flex-direction: column; align-items: flex-start; gap: 15px; }
.homepage .catalog-preview .preview-info strong { font-size: 16px; }
.homepage .catalog-preview .preview-info > div > span { line-height: 1.5; }
.homepage .catalog-preview .preview-price { width: 100%; }
.homepage .catalog-preview .preview-price small { font-size: 11px; font-weight: 400; letter-spacing: 0; color: var(--muted); }
.homepage .catalog-preview .preview-price > svg { margin-left: auto; }
.homepage .catalog-links { display: flex; flex-wrap: wrap; gap: 12px 20px; }
.homepage .catalog-links a { line-height: 1.5; }
.homepage .more-bm { margin-top: 32px; border-top: 1px solid var(--line); padding-top: 26px; }
.homepage .more-bm-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.homepage .more-bm-heading h3 { font-size: 17px; font-weight: 500; }
.homepage .more-bm-heading > a { display: inline-flex; gap: 7px; align-items: center; font-size: 12px; color: #dac7ea; }
.homepage .more-bm-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.homepage .more-bm-option { display: flex; flex-direction: column; gap: 8px; padding: 18px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.018); transition: border-color .2s, background .2s; }
.homepage .more-bm-option:hover { border-color: rgba(162,135,255,.55); background: rgba(162,135,255,.045); }
.homepage .more-bm-option > strong { font-size: 14px; font-weight: 500; }
.homepage .more-bm-option > span { font-size: 11px; color: var(--muted); line-height: 1.5; }
.homepage .more-bm-option > b { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 7px; font-size: 18px; font-weight: 500; }
.homepage .more-bm-option svg { width: 14px; color: #a287ff; }
.homepage .more-bm > p { font-size: 11px; color: var(--muted); line-height: 1.7; margin-top: 14px; }
.homepage .exclusive-bm { display: grid; grid-template-columns: 48px minmax(0,1fr) auto; align-items: start; gap: 20px; margin-top: 32px; padding: 28px; border: 1px solid rgba(162,135,255,.25); border-radius: 14px; background: linear-gradient(120deg,rgba(124,92,255,.08),rgba(255,95,162,.025)),#100c19; }
.homepage .exclusive-bm-icon { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border: 1px solid rgba(162,135,255,.22); border-radius: 12px; background: rgba(124,92,255,.1); color: #b99eff; }
.homepage .exclusive-bm-kicker { display: block; color: #b99eff; font-size: 10px; font-weight: 600; letter-spacing: 1.3px; line-height: 1.6; margin-bottom: 8px; }
.homepage .exclusive-bm-copy h3 { font-size: 21px; font-weight: 600; line-height: 1.4; margin-bottom: 10px; }
.homepage .exclusive-bm-copy p { color: #c0b1cf; font-size: 13px; line-height: 1.75; max-width: 610px; }
.homepage .exclusive-bm-copy .exclusive-bm-example { margin-top: 8px; font-size: 12px; color: var(--muted); }
.homepage .exclusive-bm-action { display: flex; flex-direction: column; align-items: center; gap: 12px; align-self: center; }
.homepage .exclusive-bm-action .btn { font-size: 13px; padding: 14px 18px; min-height: 48px; gap: 12px; white-space: normal; }
.homepage .exclusive-bm-action .btn > svg { flex: 0 0 18px; }
.homepage .exclusive-bm-action > span { font-size: 11px; color: var(--muted); }
@media (max-width: 1000px) {
 .homepage .exclusive-bm { grid-template-columns: 48px minmax(0,1fr); }
 .homepage .exclusive-bm-action { grid-column: 2; align-items: flex-start; }
}
@media (max-width: 640px) {
 .homepage .exclusive-bm { grid-template-columns: minmax(0,1fr); padding: 22px 20px; gap: 18px; }
 .homepage .exclusive-bm-copy h3 { font-size: 20px; }
 .homepage .exclusive-bm-action { grid-column: 1; align-items: center; }
 .homepage .exclusive-bm-action .btn { width: 100%; justify-content: center; }
}
@media (max-width: 800px) {
 .homepage .more-bm-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
 .homepage .catalog-preview .preview-info strong { font-size: 13px; }
 .homepage .catalog-preview .preview-info > div > span { min-height: 33px; }
 .homepage .catalog-preview .preview-bottom { flex-direction: column; gap: 10px; }
}
@media (max-width: 640px) {
 .homepage .catalog-preview .preview-info { align-items: center; gap: 10px; }
 .homepage .catalog-preview .preview-info strong { font-size: 11px; line-height: 1.5; min-height: 33px; display: flex; align-items: center; }
 .homepage .catalog-preview .preview-price { flex-wrap: wrap; justify-content: center; gap: 5px; font-size: 17px; }
 .homepage .catalog-preview .preview-price small { font-size: 9px; }
 .homepage .catalog-preview .preview-price > svg { margin-left: 0; }
 .homepage .catalog-preview .preview-bottom > span { display: block; text-align: left; font-size: 10px; }
 .homepage .catalog-links { gap: 10px 16px; font-size: 10px; }
 .homepage .catalog-links svg { width: 11px; }
 .homepage .more-bm-heading { flex-direction: column; align-items: flex-start; }
 .homepage .more-bm-heading h3 { font-size: 16px; }
 .homepage .more-bm-option { padding: 14px; gap: 7px; }
 .homepage .more-bm-option > strong { font-size: 12px; }
 .homepage .more-bm-option > span { font-size: 10px; }
 .homepage .hero-assurances { font-size: 10px; gap: 12px; flex-wrap: wrap; }
 .homepage .pill { font-size: 10px; gap: 8px; }
 .homepage .pill > svg:first-child { width: 13px; height: 13px; }
}
@media (max-width: 374px) {
 .homepage .catalog-preview .preview-info strong { font-size: 10px; }
 .homepage .hero-assurances { font-size: 9px; gap: 8px; }
 .homepage .catalog-preview .preview-price { font-size: 16px; }
 .homepage .catalog-preview .preview-price small { flex-basis: 100%; }
}

/* Self-hosted cryptocurrency brand logos, with adjacent accessible names. */
.homepage .payment-coin > .payment-logo { display: block; width: 28px; height: 28px; flex: 0 0 28px; }
.homepage .payment-coin small { display: inline; }
@media (max-width: 640px) {
 .homepage .payment-strip { gap: 18px 24px; }
 .homepage .payment-coin { flex-wrap: wrap; }
 .homepage .payment-coin small { font-size: 9px; }
}

/* Optional Facebook account at checkout, using the builder's existing add-on. */
.homepage .checkout-fb-upsell { max-width: 940px; margin: 0 auto 64px; border: 1px solid rgba(255,176,32,.28); border-radius: 14px; overflow: hidden; background: #100c19; }
.homepage .bm-invite-warning { display: flex; align-items: flex-start; gap: 14px; padding: 20px 24px; background: rgba(255,176,32,.07); border-bottom: 1px solid rgba(255,176,32,.16); }
.homepage .bm-invite-warning > svg { flex: 0 0 22px; color: #ffc467; margin-top: 2px; }
.homepage .bm-invite-warning h3 { color: #ffcf88; font-size: 16px; font-weight: 600; margin-bottom: 6px; }
.homepage .bm-invite-warning p { color: #dacfc0; font-size: 13px; line-height: 1.7; max-width: 760px; }
.homepage .checkout-fb-toggle { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 24px; min-height: 64px; list-style: none; cursor: pointer; }
.homepage .checkout-fb-toggle::-webkit-details-marker { display: none; }
.homepage .checkout-fb-toggle h3 { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; margin: 0; font-size: 17px; font-weight: 600; }
.homepage .checkout-fb-toggle > h3 > svg { flex: 0 0 20px; color: var(--pink); }
.homepage .checkout-fb-details[open] > .checkout-fb-toggle > h3 > svg { transform: rotate(180deg); }
.homepage .checkout-fb-toggle:hover { background: rgba(255,255,255,.025); }
.homepage .checkout-fb-toggle:focus-visible { outline-offset: -5px; border-radius: 8px; }
.homepage .checkout-fb-offer { padding: 0 24px 24px; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 22px 32px; align-items: start; }
.homepage .checkout-fb-description p { color: #c0b1cf; font-size: 13px; line-height: 1.7; margin-bottom: 12px; }
.homepage .checkout-fb-description small { display: block; color: #a99ab7; font-size: 12px; line-height: 1.65; }
.homepage .checkout-fb-controls { display: grid; gap: 14px; min-width: 0; }
.homepage .checkout-fb-country { min-width: 0; }
.homepage .checkout-fb-country label { display: block; margin-bottom: 8px; font-size: 12px; color: #c0b1cf; }
.homepage .checkout-fb-country select { width: 100%; min-width: 0; padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; background: #08050f; color: var(--text); }
.homepage .checkout-fb-country select:focus-visible { outline: 2px solid #b395ff; outline-offset: 3px; }
.homepage .checkout-fb-country .extra-discount-hint:not(:empty) { display: block; margin-top: 8px; line-height: 1.65; font-size: 12px; }
.homepage #btnCheckoutAddFb { width: 100%; min-height: 48px; padding: 13px 16px; justify-content: center; gap: 10px; white-space: normal; font-size: 13px; }
.homepage #btnCheckoutAddFb > svg { flex: 0 0 18px; }
.homepage .checkout-fb-price { white-space: nowrap; font-weight: 700; }
@media (max-width: 640px) {
 .homepage .checkout-fb-upsell { margin-bottom: 48px; }
 .homepage .bm-invite-warning { padding: 18px 16px; gap: 10px; }
 .homepage .bm-invite-warning h3 { font-size: 15px; }
 .homepage .checkout-fb-toggle { padding: 20px 16px; }
 .homepage .checkout-fb-toggle h3 { font-size: 16px; }
 .homepage .checkout-fb-offer { grid-template-columns: minmax(0,1fr); padding: 0 16px 20px; gap: 20px; }
 .homepage #btnCheckoutAddFb { gap: 8px; }
}
