.checkout-shell { min-height: calc(100vh - 100px); padding: 56px 16px 80px; background: linear-gradient(135deg, #f8fbfa 0%, #eef6f3 100%); }
.navbar-buy-link { display: inline-flex; align-items: center; gap: .45rem; min-height: 44px; padding: .55rem .9rem; border: 1px solid rgba(255, 210, 51, .55); border-radius: 999px; color: #ffe28a; background: rgba(255, 210, 51, .09); text-decoration: none; font-size: .82rem; font-weight: 700; transition: background-color .2s ease, border-color .2s ease, transform .2s ease; }
.navbar-buy-link:hover, .navbar-buy-link:focus-visible { color: #fff7d6; border-color: #ffd233; background: rgba(255, 210, 51, .18); transform: translateY(-1px); }
.menu-drawer__link--purchase .menu-drawer__link-icon { color: #ffe28a; }
.checkout-card { max-width: 760px; margin: 0 auto; background: #fff; border: 1px solid #dcebe5; border-radius: 28px; box-shadow: 0 18px 50px rgba(20, 72, 58, .10); overflow: hidden; }
.checkout-card__body { padding: clamp(24px, 5vw, 52px); }
.checkout-card, .checkout-card__body { color: #123c32; }
.checkout-summary strong, .checkout-summary b { color: #123c32; }
.checkout-summary .checkout-muted { color: #687b75; }
.checkout-eyebrow { color: #16745c; font-size: .82rem; font-weight: 700; letter-spacing: .04em; }
.checkout-title { color: #123c32; font-weight: 800; letter-spacing: -.03em; }
.checkout-muted { color: #687b75; }
.checkout-price { color: #126b55; font-size: 1.75rem; font-weight: 800; }
.checkout-price small { font-size: .9rem; font-weight: 600; }
.checkout-btn { min-height: 48px; border-radius: 14px; font-weight: 700; padding-inline: 24px; }
.checkout-btn-primary { background: #16745c; border-color: #16745c; color: #fff; }
.checkout-btn-primary:hover, .checkout-btn-primary:focus { background: #105744; border-color: #105744; color: #fff; }
.checkout-btn-quiet { color: #52655f; border-color: #d5e2dd; }
.checkout-summary { border: 1px solid #e0ece8; border-radius: 18px; padding: 18px; background: #f8fbfa; }
.checkout-result-icon { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; margin: 0 auto 20px; font-size: 2rem; }
.checkout-result-icon.success { color: #137253; background: #dff4e9; }
.checkout-result-icon.cancelled { color: #9a6315; background: #fff0d2; }
.checkout-result-icon.pending { color: #48645a; background: #e8f0ed; }
.checkout-hero-image { width: 100%; max-height: 320px; object-fit: cover; display: block; }
@media (max-width: 767.98px) { .navbar-buy-link { width: 44px; justify-content: center; padding: 0; border-radius: 50%; font-size: 1.05rem; } .navbar-buy-link span { display: none; } }
@media (max-width: 575.98px) { .checkout-shell { padding-top: 28px; } .checkout-card { border-radius: 20px; } }

.products-page { min-height: calc(100vh - 96px); padding: 76px 18px 110px; color: #fff; background: radial-gradient(circle at 82% 5%, rgba(90, 46, 232, .20), transparent 32%), radial-gradient(circle at 12% 82%, rgba(0, 185, 160, .12), transparent 28%), #08080e; }
.products-page__container { max-width: 1180px; }
.products-intro { max-width: 680px; margin: 0 auto 48px; text-align: center; }
.products-kicker { display: inline-flex; align-items: center; gap: .55rem; color: #ffd233; font-size: .82rem; font-weight: 800; letter-spacing: .08em; }
.products-kicker span { width: 7px; height: 7px; border-radius: 50%; background: #ffd233; box-shadow: 0 0 18px #ffd233; }
.products-title { margin: 16px 0 12px; color: #fff; font-size: clamp(2rem, 5vw, 4rem); font-weight: 800; line-height: 1.18; letter-spacing: -.05em; }
.products-title em { color: #ffd233; font-style: normal; }
.products-lead { margin: 0 auto; color: rgba(255,255,255,.62); font-size: 1rem; line-height: 2; }
.product-tile { overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.105), rgba(255,255,255,.035)); box-shadow: 0 24px 70px rgba(0,0,0,.22); backdrop-filter: blur(14px); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.product-tile:hover { transform: translateY(-7px); border-color: rgba(255,210,51,.62); box-shadow: 0 30px 80px rgba(0,0,0,.38); }
.product-tile__visual { position: relative; display: grid; min-height: 190px; place-items: center; overflow: hidden; background: linear-gradient(135deg, rgba(90,46,232,.42), rgba(12,160,137,.25)); }
.product-tile__visual::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, transparent 35%, rgba(8,8,14,.74)); }
.product-tile__visual img { width: 100%; height: 190px; object-fit: cover; opacity: .82; }
.product-tile__mark { color: rgba(255,255,255,.88); font-size: 5rem; font-weight: 800; line-height: 1; transform: rotate(-8deg); }
.product-tile__index { position: absolute; right: 18px; bottom: 14px; z-index: 1; color: rgba(255,255,255,.78); font-size: .74rem; }
.product-tile__body { padding: 22px; }
.product-tile__body h2 { margin: 0 0 10px; color: #fff; font-size: 1.3rem; font-weight: 800; }
.product-tile__body p { min-height: 52px; margin: 0 0 22px; color: rgba(255,255,255,.57); line-height: 1.9; }
.product-tile__footer { display: flex; align-items: end; justify-content: space-between; gap: 14px; }
.product-tile__price-label { display: block; margin-bottom: 4px; color: rgba(255,255,255,.42); font-size: .72rem; }
.product-tile__footer strong { color: #ffd233; font-size: 1.25rem; }
.product-tile__footer small { color: rgba(255,255,255,.64); font-size: .72rem; }
.product-tile__soon { color: rgba(255,255,255,.7) !important; font-size: 1rem !important; }
.product-tile__action--disabled { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; color: rgba(255,255,255,.4); background: rgba(255,255,255,.05); }
.product-tile__action { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,210,51,.58); border-radius: 15px; color: #111; background: #ffd233; text-decoration: none; font-size: 1.15rem; transition: transform .2s ease, background-color .2s ease; }
.product-tile__action:hover, .product-tile__action:focus-visible { color: #111; background: #ffe071; transform: translate(-2px, -2px); }
.product-empty { display: grid; gap: 10px; max-width: 520px; margin: 0 auto; padding: 56px 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; color: rgba(255,255,255,.62); text-align: center; background: rgba(255,255,255,.045); }
.product-empty i { color: #ffd233; font-size: 2rem; }
.product-empty strong { color: #fff; }
.demo-gateway-note { display: grid; gap: 7px; margin-bottom: 16px; padding: 16px; border: 1px solid rgba(255,210,51,.28); border-radius: 16px; color: rgba(255,255,255,.62); background: rgba(255,210,51,.07); }
.demo-gateway-note i { color: #ffd233; font-size: 1.35rem; }
.demo-gateway-note strong { color: #ffe28a; }
.demo-gateway-note span { font-size: .86rem; line-height: 1.8; }
@media (max-width: 575.98px) { .products-page { padding-top: 42px; } .products-intro { margin-bottom: 32px; } .product-tile__visual, .product-tile__visual img { min-height: 160px; height: 160px; } }

/* Checkout surfaces use the same dark glass language as the main site. */
.checkout-shell { position: relative; overflow: hidden; min-height: calc(100vh - 96px); color: #fff; background: radial-gradient(circle at 84% 4%, rgba(90,46,232,.19), transparent 30%), radial-gradient(circle at 10% 90%, rgba(0,185,160,.11), transparent 28%), #08080e; }
.checkout-shell::before { position: absolute; inset: 0; content: ''; pointer-events: none; background: linear-gradient(120deg, transparent 0 45%, rgba(255,255,255,.025) 50%, transparent 55%); }
.checkout-shell > .checkout-card { position: relative; }
.checkout-card { color: #fff; background: linear-gradient(145deg, rgba(255,255,255,.105), rgba(255,255,255,.035)); border-color: rgba(255,255,255,.14); box-shadow: 0 24px 70px rgba(0,0,0,.32); backdrop-filter: blur(16px); }
.checkout-card, .checkout-card__body { color: #fff; }
.checkout-title { color: #fff; }
.checkout-muted { color: rgba(255,255,255,.62); }
.checkout-eyebrow { color: #ffd233; }
.checkout-summary { border-color: rgba(255,255,255,.13); background: rgba(255,255,255,.055); }
.checkout-summary strong, .checkout-summary b { color: #fff; }
.checkout-summary .checkout-muted { color: rgba(255,255,255,.58); }
.checkout-summary hr { border-color: rgba(255,255,255,.12); opacity: 1; }
.checkout-price { color: #ffd233; }
.checkout-card .form-control { color: #fff; border-color: rgba(255,255,255,.18); background: rgba(0,0,0,.22); }
.checkout-card .form-control:focus { color: #fff; border-color: #ffd233; background: rgba(0,0,0,.28); box-shadow: 0 0 0 .2rem rgba(255,210,51,.14); }
.checkout-card .form-control::placeholder { color: rgba(255,255,255,.4); }
.checkout-card .form-label { color: rgba(255,255,255,.84); }
.checkout-card .alert-info { color: #ffe28a; border-color: rgba(255,210,51,.24); background: rgba(255,210,51,.08); }
.checkout-btn-quiet { color: rgba(255,255,255,.8); border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.05); }
.checkout-btn-quiet:hover, .checkout-btn-quiet:focus-visible { color: #fff; border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.1); }
.checkout-result-icon.pending { color: #ffd233; background: rgba(255,210,51,.12); }
.checkout-card .text-danger { color: #ff9e9e !important; }
.demo-gateway-note { color: rgba(255,255,255,.68); border-color: rgba(255,210,51,.28); background: rgba(255,210,51,.07); }
