:root {
    --bg: #050806;
    --bg-soft: #070c09;
    --surface: #0a100c;
    --surface-2: #0f1712;
    --border: rgba(34,197,94,0.16);
    --border-strong: rgba(34,197,94,0.4);
    --text: #dff5e6;
    --text-dim: #7fa389;
    --accent: #22c55e;
    --accent-2: #4ade80;
    --accent-grad: linear-gradient(135deg, #16a34a 0%, #4ade80 100%);
    --green: #22c55e;
    --amber: #ffb84d;
    --red: #ff5c7a;
    --radius: 14px;
    --shadow: 0 10px 40px rgba(0,0,0,0.5);
    --font-mono: 'JetBrains Mono', 'Fira Code', ui-monospace, SFMono-Regular, Menlo, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.5;
    min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
::selection { background: rgba(34,197,94,0.35); color: #fff; }

/* Background ambience: matrix grid + scanlines + glow */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(700px circle at 12% -8%, rgba(34,197,94,0.16), transparent 60%),
        radial-gradient(600px circle at 92% 8%, rgba(74,222,128,0.10), transparent 55%),
        linear-gradient(rgba(34,197,94,0.05) 1px, transparent 1px) 0 0 / 100% 42px,
        linear-gradient(90deg, rgba(34,197,94,0.05) 1px, transparent 1px) 0 0 / 42px 100%,
        var(--bg);
}
body::after {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: repeating-linear-gradient(rgba(0,0,0,0) 0px, rgba(0,0,0,0) 2px, rgba(0,0,0,0.18) 3px);
    mix-blend-mode: multiply;
    opacity: 0.5;
}

/* Nav */
.navbar {
    position: sticky; top: 0; z-index: 50;
    background: rgba(5,8,6,0.75);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border);
}
.navbar .container { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.15rem; font-family: var(--font-mono); letter-spacing: -0.01em; }
.icon-badge { width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; color: var(--accent-2); filter: drop-shadow(0 0 7px rgba(74,222,128,0.55)); flex-shrink: 0; }
.icon-badge svg { width: 100%; height: 100%; }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a { color: var(--text-dim); font-weight: 500; font-size: 0.9rem; font-family: var(--font-mono); transition: color .15s; position: relative; }
.nav-links a::before { content: '>'; opacity: 0; margin-right: 4px; color: var(--accent-2); transition: opacity .15s; }
.nav-links a:hover { color: var(--text); }
.nav-links a:hover::before { opacity: 1; }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.user-chip { display: flex; align-items: center; gap: 8px; padding: 6px 12px 6px 6px; border-radius: 999px; background: var(--surface-2); border: 1px solid var(--border); font-size: 0.88rem; font-weight: 600; }
.user-chip img { width: 26px; height: 26px; border-radius: 50%; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 8px; justify-content: center; padding: 11px 22px; border-radius: 10px; font-weight: 600; font-size: 0.94rem; border: 1px solid transparent; cursor: pointer; transition: transform .12s, box-shadow .12s, background .15s, border-color .15s; white-space: nowrap; }
.btn:active { transform: scale(0.97); }
.btn-primary { background: var(--accent-grad); color: #04170a; box-shadow: 0 6px 22px rgba(34,197,94,0.4); font-family: var(--font-mono); }
.btn-primary:hover { box-shadow: 0 8px 30px rgba(34,197,94,0.6); }
.btn-ghost { background: transparent; border-color: var(--border); color: var(--text); }
.btn-ghost:hover { background: var(--surface-2); }
.btn-sm { padding: 7px 14px; font-size: 0.82rem; border-radius: 8px; }
.btn-danger { background: rgba(255,92,122,0.12); color: var(--red); border-color: rgba(255,92,122,0.3); }
.btn-block { width: 100%; }
.btn[disabled] { opacity: 0.45; cursor: not-allowed; }

/* Hero */
.hero { padding: 90px 0 70px; text-align: center; }
.hero .badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 16px; border-radius: 999px; background: var(--surface-2); border: 1px solid var(--border); font-size: 0.82rem; color: var(--text-dim); margin-bottom: 24px; }
.hero .badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); }
.hero h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 800; margin: 0 0 18px; letter-spacing: -0.02em; position: relative; }
.hero h1 span { background: var(--accent-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero h1.glitch-active { animation: glitchShift 0.26s steps(2) 2; text-shadow: 2px 0 rgba(255,43,107,0.7), -2px 0 rgba(0,255,249,0.6); }
@keyframes glitchShift {
    0% { transform: translate(0); }
    20% { transform: translate(-3px, 1px) skewX(1deg); }
    40% { transform: translate(3px, -1px) skewX(-1deg); }
    60% { transform: translate(-2px, 2px); }
    80% { transform: translate(2px, -2px); }
    100% { transform: translate(0); }
}
.hero p { color: var(--text-dim); font-size: 1.1rem; max-width: 620px; margin: 0 auto 34px; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 56px; }

/* Terminal window */
.terminal-window { position: relative; max-width: 720px; margin: 0 auto; text-align: left; background: #030503; border: 1px solid var(--border-strong); border-radius: 12px; box-shadow: 0 0 0 1px rgba(34,197,94,0.08), 0 20px 60px rgba(0,0,0,0.6), 0 0 80px rgba(34,197,94,0.08); overflow: hidden; }
.terminal-window::after {
    content: '';
    position: absolute;
    left: 0; right: 0; height: 40px; top: 0;
    background: linear-gradient(180deg, rgba(74,222,128,0.22), transparent);
    animation: scanMove 3.4s linear infinite;
    pointer-events: none;
}
@keyframes scanMove {
    0% { top: -40px; }
    100% { top: 100%; }
}
.terminal-header { display: flex; align-items: center; gap: 8px; padding: 10px 14px; background: #060a07; border-bottom: 1px solid var(--border); }
.terminal-header .dot { width: 11px; height: 11px; border-radius: 50%; }
.terminal-header .dot.red { background: #ff5f56; }
.terminal-header .dot.yellow { background: #ffbd2e; }
.terminal-header .dot.green { background: #27c93f; }
.terminal-header .path { margin-left: 10px; color: var(--text-dim); font-family: var(--font-mono); font-size: 0.78rem; }
.terminal-body { padding: 20px 22px; font-family: var(--font-mono); font-size: 0.86rem; min-height: 170px; }
.terminal-body .line { color: var(--text-dim); margin-bottom: 6px; white-space: pre-wrap; word-break: break-word; }
.terminal-body .line .prompt { color: var(--accent-2); }
.terminal-body .line.ok { color: var(--accent-2); }
.cursor-blink { display: inline-block; width: 8px; height: 1em; background: var(--accent-2); vertical-align: text-bottom; margin-left: 2px; animation: blink 1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }

/* Stats bar */
.stats-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; margin: 60px 0; }
.stats-bar .stat { background: var(--surface); padding: 24px; text-align: center; }
.stats-bar .stat .num { font-size: 1.6rem; font-weight: 800; font-family: var(--font-mono); color: var(--accent-2); text-shadow: 0 0 16px rgba(74,222,128,0.35); }
.stats-bar .stat .label { color: var(--text-dim); font-size: 0.85rem; margin-top: 4px; }

/* Feature grid ("why choose us") */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.feature-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; transition: border-color .18s, transform .18s; }
.feature-card:hover { border-color: var(--border-strong); transform: translateY(-3px); }
.feature-card .fi { width: 42px; height: 42px; border-radius: 10px; background: rgba(34,197,94,0.12); border: 1px solid var(--border-strong); display: flex; align-items: center; justify-content: center; color: var(--accent-2); font-size: 1.05rem; margin-bottom: 14px; }
.feature-card h3 { margin: 0 0 6px; font-size: 1.02rem; }
.feature-card p { margin: 0; color: var(--text-dim); font-size: 0.86rem; }

/* Category sections */
.category-section { padding: 60px 0; scroll-margin-top: 90px; }
.section-head { text-align: center; max-width: 560px; margin: 0 auto 42px; }
.section-head .eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--accent-2); font-weight: 700; font-size: 0.8rem; font-family: var(--font-mono); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 10px; }
.section-head h2 { font-size: 2rem; font-weight: 800; margin: 0 0 10px; }
.section-head p { color: var(--text-dim); margin: 0; }

.plan-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.plan-card { position: relative; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; display: flex; flex-direction: column; transition: transform .18s, border-color .18s, box-shadow .18s; }
.plan-card:hover { transform: translateY(-4px); border-color: var(--border-strong); box-shadow: var(--shadow), 0 0 30px rgba(34,197,94,0.12); }
.plan-card.popular { border-color: var(--accent); background: linear-gradient(180deg, rgba(34,197,94,0.1), var(--surface) 40%); box-shadow: 0 0 30px rgba(34,197,94,0.1); }
.plan-card .popular-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--accent-grad); color: #04170a; font-size: 0.7rem; font-weight: 700; font-family: var(--font-mono); padding: 4px 14px; border-radius: 999px; text-transform: uppercase; letter-spacing: 0.04em; }
.plan-card .cat-icon { width: 38px; height: 38px; border-radius: 9px; background: rgba(34,197,94,0.12); border: 1px solid var(--border-strong); display: flex; align-items: center; justify-content: center; color: var(--accent-2); margin-bottom: 12px; }
.plan-card h3 { margin: 6px 0 2px; font-size: 1.25rem; font-family: var(--font-mono); }
.plan-card .desc { color: var(--text-dim); font-size: 0.86rem; margin-bottom: 18px; min-height: 2.2em; }
.plan-card .specs { list-style: none; padding: 0; margin: 0 0 18px; display: flex; flex-direction: column; gap: 8px; font-family: var(--font-mono); }
.plan-card .specs li { display: flex; justify-content: space-between; font-size: 0.8rem; color: var(--text-dim); border-bottom: 1px dashed var(--border); padding-bottom: 8px; }
.plan-card .specs li::before { content: '$'; color: var(--accent); margin-right: 6px; }
.plan-card .specs li b { color: var(--text); font-weight: 600; margin-left: auto; }
.plan-card .features { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-direction: column; gap: 7px; }
.plan-card .features li { display: flex; align-items: center; gap: 8px; font-size: 0.84rem; color: var(--text-dim); }
.plan-card .features li i { color: var(--green); font-size: 0.8rem; }
.plan-card .price { margin-top: auto; margin-bottom: 16px; font-family: var(--font-mono); }
.plan-card .price .amount { font-size: 2rem; font-weight: 800; color: var(--accent-2); }
.plan-card .price .period { color: var(--text-dim); font-size: 0.85rem; }

/* Process */
.process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.process .step { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; }
.process .step .n { width: 38px; height: 38px; border-radius: 10px; background: var(--accent-grad); display: flex; align-items: center; justify-content: center; font-weight: 800; margin-bottom: 16px; }
.process .step h3 { margin: 0 0 8px; }
.process .step p { color: var(--text-dim); font-size: 0.9rem; margin: 0; }

/* FAQ */
.faq-item { border: 1px solid var(--border); border-radius: 12px; margin-bottom: 12px; overflow: hidden; background: var(--surface); }
.faq-item summary { padding: 18px 22px; cursor: pointer; font-weight: 600; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--accent-2); font-size: 1.3rem; }
.faq-item[open] summary::after { content: '−'; }
.faq-item .faq-body { padding: 0 22px 20px; color: var(--text-dim); font-size: 0.9rem; }

/* Footer */
footer { border-top: 1px solid var(--border); padding: 50px 0 30px; margin-top: 60px; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(4, 1fr); gap: 30px; margin-bottom: 30px; }
.footer-grid h4 { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text-dim); margin: 0 0 14px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-grid ul a { color: var(--text-dim); font-size: 0.9rem; }
.footer-grid ul a:hover { color: var(--text); }
.footer-bottom { color: var(--text-dim); font-size: 0.82rem; text-align: center; padding-top: 24px; border-top: 1px solid var(--border); }

.pay-methods { display: grid; grid-template-columns: repeat(auto-fit, minmax(70px, 1fr)); gap: 8px; margin: 16px 0; }
.pay-methods button { padding: 10px 0; border-radius: 8px; border: 1px solid var(--border); background: var(--surface-2); color: var(--text); font-weight: 700; cursor: pointer; }
.pay-methods button.active { border-color: var(--accent); background: rgba(34,197,94,0.15); color: var(--accent-2); }
.wallet-box { background: var(--bg-soft); border: 1px solid var(--border); border-radius: 10px; padding: 14px; word-break: break-all; font-family: monospace; font-size: 0.85rem; margin: 10px 0; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.wallet-box button { flex-shrink: 0; }

/* Dashboard / admin shared */
.app-shell { display: flex; min-height: 100vh; }
.sidebar { width: 230px; background: var(--surface); border-right: 1px solid var(--border); padding: 24px 16px; flex-shrink: 0; }
.sidebar .brand { padding: 0 8px 24px; }
.sidebar nav { display: flex; flex-direction: column; gap: 4px; }
.sidebar nav a { padding: 10px 12px; border-radius: 8px; color: var(--text-dim); font-weight: 600; font-size: 0.92rem; display: flex; align-items: center; gap: 10px; }
.sidebar nav a:hover, .sidebar nav a.active { background: var(--surface-2); color: var(--text); }
.main-content { flex: 1; padding: 32px 40px; max-width: 1100px; }
.page-title { font-size: 1.6rem; font-weight: 800; margin: 0 0 6px; }
.page-sub { color: var(--text-dim); margin: 0 0 30px; }

.card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; }
.service-card { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.service-card .info h3 { margin: 0 0 4px; }
.service-card .info .meta { color: var(--text-dim); font-size: 0.85rem; }
.status-badge { padding: 4px 12px; border-radius: 999px; font-size: 0.76rem; font-weight: 700; text-transform: uppercase; }
.status-badge.pending { background: rgba(255,184,77,0.15); color: var(--amber); }
.status-badge.paid { background: rgba(74,222,128,0.15); color: var(--accent-2); }
.status-badge.active { background: rgba(61,220,132,0.15); color: var(--green); }
.status-badge.cancelled { background: rgba(255,92,122,0.15); color: var(--red); }
.empty-state { text-align: center; padding: 60px 20px; color: var(--text-dim); }

table { width: 100%; border-collapse: collapse; }
th, td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--border); font-size: 0.88rem; }
th { color: var(--text-dim); font-weight: 600; text-transform: uppercase; font-size: 0.72rem; letter-spacing: 0.04em; }
select, input[type=text] { background: var(--surface-2); border: 1px solid var(--border); color: var(--text); padding: 7px 10px; border-radius: 8px; font-size: 0.85rem; }

/* Order / checkout page */
.order-page { max-width: 620px; margin: 0 auto; padding: 50px 24px 100px; }
.order-page .page-title { font-family: var(--font-mono); }
.order-summary-row { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px dashed var(--border); font-size: 0.9rem; color: var(--text-dim); }
.order-summary-row b { color: var(--text); font-weight: 600; }
.order-total { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; padding-top: 16px; border-top: 1px solid var(--border); font-family: var(--font-mono); }
.order-total .amount { font-size: 1.7rem; font-weight: 800; color: var(--accent-2); }
.crypto-amount-box { background: var(--bg-soft); border: 1px solid var(--border-strong); border-radius: 10px; padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; margin: 14px 0; gap: 10px; }
.crypto-amount-box .label { display: block; color: var(--text-dim); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 4px; font-family: var(--font-mono); }
.crypto-amount-box .amount-value { font-family: var(--font-mono); font-size: 1.25rem; font-weight: 800; color: var(--accent-2); text-shadow: 0 0 14px rgba(74,222,128,0.35); }
.status-line { display: flex; align-items: center; gap: 10px; margin-top: 16px; padding: 12px 14px; background: var(--surface-2); border-radius: 8px; font-size: 0.86rem; color: var(--text-dim); }
.status-line.success { color: var(--accent-2); background: rgba(34,197,94,0.12); }
.spinner { width: 14px; height: 14px; border-radius: 50%; border: 2px solid var(--border-strong); border-top-color: var(--accent-2); animation: spin 0.8s linear infinite; flex-shrink: 0; }
@keyframes spin { to { transform: rotate(360deg); } }

.auth-notice { text-align: center; padding: 36px 24px; border-color: rgba(255,184,77,0.35); }
.auth-notice .lock-icon { width: 54px; height: 54px; border-radius: 50%; background: rgba(255,184,77,0.12); border: 1px solid rgba(255,184,77,0.4); display: flex; align-items: center; justify-content: center; color: var(--amber); font-size: 1.3rem; margin: 0 auto 16px; }
.auth-notice h3 { margin: 0 0 8px; }
.auth-notice p { color: var(--text-dim); margin: 0 0 22px; }
.auth-notice .actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* Auth form */
.auth-tab { background: transparent; color: var(--text-dim); font-weight: 700; }
.auth-tab.active { background: var(--surface); color: var(--accent-2); }
.auth-label { display: block; font-size: 0.8rem; color: var(--text-dim); margin: 14px 0 6px; font-family: var(--font-mono); }
.auth-input { width: 100%; background: var(--surface-2); border: 1px solid var(--border); color: var(--text); padding: 11px 12px; border-radius: 8px; font-size: 0.92rem; }
.auth-input:focus { outline: none; border-color: var(--border-strong); box-shadow: 0 0 0 3px rgba(34,197,94,0.15); }
.auth-error { background: rgba(255,92,122,0.12); border: 1px solid rgba(255,92,122,0.3); color: var(--red); padding: 10px 14px; border-radius: 8px; font-size: 0.85rem; margin-bottom: 16px; }
.avatar-fallback { width: 26px; height: 26px; border-radius: 50%; background: var(--accent-grad); color: #04170a; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.78rem; font-family: var(--font-mono); }

/* Mobile nav */
.nav-toggle { display: none; background: none; border: 1px solid var(--border); color: var(--text); font-size: 1.1rem; width: 40px; height: 40px; border-radius: 8px; cursor: pointer; }

/* Table scroll wrapper */
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }

/* Glitch flash */
#glitchFlash {
    position: fixed; inset: 0; z-index: 9998; pointer-events: none; opacity: 0;
    background: linear-gradient(transparent, rgba(74,222,128,0.1), transparent);
    mix-blend-mode: screen;
}
#glitchFlash.active { opacity: 1; animation: flashJitter 0.15s steps(2); }
@keyframes flashJitter {
    0% { transform: translate(0); filter: none; }
    50% { transform: translate(3px, -2px); filter: contrast(1.3) brightness(1.4); }
    100% { transform: translate(0); filter: none; }
}

/* Legal pages */
.legal-page { max-width: 780px; margin: 0 auto; padding: 60px 24px 100px; }
.legal-page h1 { font-family: var(--font-mono); font-size: 1.9rem; margin-bottom: 6px; }
.legal-page .updated { color: var(--text-dim); font-size: 0.85rem; margin-bottom: 40px; font-family: var(--font-mono); }
.legal-page h2 { font-size: 1.15rem; margin: 34px 0 12px; color: var(--accent-2); font-family: var(--font-mono); }
.legal-page h2::before { content: '## '; color: var(--accent); }
.legal-page p, .legal-page li { color: var(--text-dim); font-size: 0.92rem; line-height: 1.7; }
.legal-page ul { padding-left: 20px; }
.legal-page a { color: var(--accent-2); text-decoration: underline; }
.legal-page .back-link { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 30px; color: var(--text-dim); font-family: var(--font-mono); font-size: 0.85rem; }

@media (max-width: 900px) {
    .nav-toggle { display: flex; align-items: center; justify-content: center; }
    .nav-links {
        display: none;
        position: absolute; top: 72px; left: 0; right: 0;
        background: var(--bg-soft); border-bottom: 1px solid var(--border);
        flex-direction: column; align-items: flex-start; gap: 4px;
        padding: 14px 20px 20px; z-index: 60;
    }
    .nav-links.open { display: flex; }
    .nav-links a { padding: 10px 4px; width: 100%; }
    .stats-bar { grid-template-columns: repeat(2, 1fr); }
    .process { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .app-shell { flex-direction: column; }
    .sidebar { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; gap: 10px; }
    .sidebar .brand { font-size: 0; gap: 0; }
    .sidebar .brand .icon-badge { width: 30px; height: 30px; }
    .sidebar nav { flex-direction: row; flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; gap: 2px; }
    .sidebar nav a { flex-shrink: 0; padding: 8px 10px; font-size: 0.82rem; }
    .main-content { padding: 22px 16px; }
    .terminal-body { font-size: 0.74rem; }
    .hero { padding: 50px 0 40px; }
}

@media (max-width: 480px) {
    .footer-grid { grid-template-columns: 1fr; gap: 22px; }
    .pay-methods { grid-template-columns: repeat(2, 1fr); }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; }
}
