:root {
    --red: #e11d2a;
    --red-dark: #c1121f;
    --navy: #14384a;
    --navy-700: #0f2733;
    --navy-grad-a: #102e3d;
    --navy-grad-b: #19475e;
    --ink: #0f2733;
    --muted: #5a6b75;
    --line: #e2e8ed;
    --bg: #ffffff;
    --bg-soft: #f5f7fa;
    --bg-softer: #eef2f6;
    --white: #ffffff;
    --faint: #c8d3da;
    --shadow-sm: 0 2px 8px rgba(15, 39, 51, .06);
    --shadow-md: 0 10px 30px rgba(15, 39, 51, .10);
    --shadow-lg: 0 24px 60px rgba(15, 39, 51, .16);
    --radius: 14px;
    --radius-sm: 10px;
    --maxw: 1200px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--ink);
    background: var(--bg);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

h1, h2, h3, h4 { color: var(--navy-700); line-height: 1.15; margin: 0; font-weight: 800; letter-spacing: -.02em; }

p { margin: 0; }

a { color: var(--red); text-decoration: none; }

img { max-width: 100%; display: block; }

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-weight: 700; font-size: 16px; padding: 13px 26px; border-radius: 8px;
    border: 1px solid transparent; cursor: pointer; transition: all .18s ease; white-space: nowrap;
}
.btn-primary { background: var(--red); color: #fff; border-color: var(--red); }
.btn-primary:hover { background: var(--red-dark); border-color: var(--red-dark); color: #fff; transform: translateY(-1px); box-shadow: 0 8px 20px rgba(225,29,42,.30); }
.btn-ghost { background: transparent; color: var(--navy-700); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--navy); color: var(--navy); }
.btn-light { background: #fff; color: var(--navy-700); border-color: #fff; }
.btn-light:hover { transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
.btn-outline-light:hover { background: rgba(255,255,255,.12); color: #fff; }
.btn-lg { font-size: 17px; padding: 16px 32px; }
.btn-block { width: 100%; }

/* ---------- Header / Nav ---------- */
.site-header {
    position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.92);
    backdrop-filter: saturate(140%) blur(10px); border-bottom: 1px solid var(--line);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: flex; align-items: center; text-decoration: none; }
.brand-logo { height: 40px; width: auto; }
.wordmark { font-size: 1.35rem; font-weight: 800; letter-spacing: -.02em; color: var(--navy-700); line-height: 1; }
.wordmark-accent { color: var(--red); margin-left: 3px; }
.wordmark-footer { font-size: 1.5rem; color: #fff; display: inline-block; margin-bottom: 14px; }
.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav > a { color: var(--navy-700); font-weight: 600; font-size: 15.5px; transition: color .15s; }
.main-nav > a:hover { color: var(--red); }
.nav-actions { display: flex; align-items: center; gap: 18px; margin-left: 14px; padding-left: 22px; border-left: 1px solid var(--line); }
.nav-cta { padding: 12px 30px; box-shadow: 0 6px 16px rgba(225,29,42,.22); }
.nav-cta:hover { box-shadow: 0 10px 24px rgba(225,29,42,.34); }
.nav-signin { color: var(--navy-700); font-weight: 600; font-size: 15.5px; }
.nav-signin:hover { color: var(--red); }
.nav-toggle, .nav-toggle-input { display: none; }

/* ---------- Generic section ---------- */
.section { padding: 88px 0; }
.section-soft { background: var(--bg-soft); }
.section-sm { padding: 60px 0; }
.section-head { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.section-head .eyebrow { color: var(--red); }
.section-head h2 { font-size: 40px; margin: 12px 0 14px; }
.section-head p { color: var(--muted); font-size: 18px; }
.eyebrow { display: inline-block; font-weight: 700; font-size: 15px; letter-spacing: .10em; text-transform: uppercase; color: var(--red); }

/* ---------- Hero ---------- */
.hero { background: linear-gradient(135deg, var(--navy-grad-a) 0%, var(--navy-grad-b) 100%); color: #fff; overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; padding: 96px 0; }
.hero-pill { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.18); color: #dbe6ec; padding: 7px 15px; border-radius: 30px; font-size: 13px; font-weight: 600; }
.hero h1 { color: #fff; font-size: 54px; line-height: 1.08; margin: 22px 0; }
.hero h1 .accent { color: var(--red); }
.hero-sub { color: #c4d2da; font-size: 19px; max-width: 560px; }
.hero-cta { display: flex; gap: 16px; margin: 32px 0 18px; flex-wrap: wrap; }
.hero-trust { color: #8ea7b3; font-size: 13.5px; font-weight: 500; }
.hero-trust b { color: #dbe6ec; }

/* dashboard mock */
.dash { background: #fff; border-radius: 16px; box-shadow: var(--shadow-lg); padding: 20px; color: var(--ink); }
.dash-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.dash-top h3 { font-size: 16px; }
.dash-dot { width: 10px; height: 10px; border-radius: 50%; background: #18b56a; box-shadow: 0 0 0 4px rgba(24,181,106,.15); }
.dash-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 14px; }
.dash-stat { background: var(--bg-soft); border-radius: 10px; padding: 14px; }
.dash-stat .num { font-size: 22px; font-weight: 800; color: var(--navy-700); }
.dash-stat .num.red { color: var(--red); }
.dash-stat .lbl { font-size: 12px; color: var(--muted); font-weight: 600; }
.dash-chart { background: var(--bg-soft); border-radius: 10px; padding: 16px; }
.dash-chart .ct { font-size: 13px; font-weight: 700; color: var(--navy-700); margin-bottom: 12px; }
.dash-bars { display: flex; align-items: flex-end; gap: 10px; height: 92px; }
.dash-bars span { flex: 1; border-radius: 5px 5px 0 0; }

/* ---------- Logo strip ---------- */
.trust-strip { padding: 30px 0; border-bottom: 1px solid var(--line); }
.trust-strip .container { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; color: var(--muted); font-weight: 600; font-size: 14px; }
.trust-strip b { color: var(--navy-700); }

/* ---------- Feature grid ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.feature-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px; transition: transform .18s, box-shadow .18s, border-color .18s; }
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.feature-ico { width: 52px; height: 52px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 16px; background: rgba(225,29,42,.10); }
.feature-ico.navy { background: rgba(20,56,74,.10); }
.feature-card h3 { font-size: 18px; margin-bottom: 8px; }
.feature-card p { color: var(--muted); font-size: 15px; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.step { text-align: center; padding: 0 12px; }
.step-num { width: 56px; height: 56px; margin: 0 auto 18px; border-radius: 50%; background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 20px; }
.step h3 { font-size: 19px; margin-bottom: 10px; }
.step p { color: var(--muted); }

/* ---------- Automation band ---------- */
.band { background: linear-gradient(135deg, var(--navy-grad-a), var(--navy-grad-b)); color: #fff; }
.band .container { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.band h2 { color: #fff; font-size: 38px; margin-bottom: 18px; }
.band p { color: #c4d2da; font-size: 18px; margin-bottom: 22px; }
.band-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.band-list li { display: flex; gap: 12px; align-items: flex-start; color: #e4edf1; font-size: 16px; }
.band-list .tick { color: #1fd083; font-weight: 800; }
.band-cards { display: grid; gap: 16px; }
.band-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 20px; display: flex; gap: 16px; align-items: center; }
.band-card .bc-ico { font-size: 26px; width: 46px; text-align: center; }
.band-card h4 { color: #fff; font-size: 16px; margin-bottom: 4px; }
.band-card p { color: #b9cad2; font-size: 14px; margin: 0; }

/* ---------- Pricing ---------- */
.pricing-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; align-items: stretch; }
.price-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; display: flex; flex-direction: column; transition: transform .18s, box-shadow .18s; }
.price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.price-card.featured { border: 2px solid var(--red); box-shadow: var(--shadow-md); position: relative; }
.price-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--red); color: #fff; font-size: 12px; font-weight: 700; padding: 5px 14px; border-radius: 20px; letter-spacing: .04em; }
.price-name { font-size: 20px; font-weight: 800; color: var(--navy-700); }
.price-amt { margin: 14px 0 4px; }
.price-amt .amt { font-size: 42px; font-weight: 800; color: var(--navy-700); letter-spacing: -.03em; }
.price-amt .per { color: var(--muted); font-weight: 600; font-size: 15px; }
.price-desc { color: var(--muted); font-size: 14px; min-height: 42px; }
.price-features { list-style: none; padding: 0; margin: 22px 0; display: grid; gap: 12px; flex: 1; }
.price-features li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; color: var(--ink); }
.price-features .tick { color: var(--red); font-weight: 800; flex: none; }
.price-features li.muted { color: var(--muted); }
.price-features li.muted .tick { color: var(--faint); }

/* ---------- Testimonials ---------- */
.tgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.tcard { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.tcard .stars { color: #f5a623; font-size: 16px; letter-spacing: 2px; margin-bottom: 12px; }
.tcard .quote { font-size: 16px; color: var(--ink); margin-bottom: 20px; }
.tcard .who { display: flex; align-items: center; gap: 12px; }
.tcard .avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; }
.tcard .who b { color: var(--navy-700); display: block; font-size: 15px; }
.tcard .who span { color: var(--muted); font-size: 13px; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 14px; padding: 4px 22px; }
.faq summary { list-style: none; cursor: pointer; font-weight: 700; color: var(--navy-700); font-size: 16.5px; padding: 16px 0; display: flex; justify-content: space-between; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--red); font-size: 22px; font-weight: 700; }
.faq details[open] summary::after { content: '\2013'; }
.faq details p { color: var(--muted); padding: 0 0 18px; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--red); color: #fff; text-align: center; }
.cta-band h2 { color: #fff; font-size: 38px; margin-bottom: 14px; }
.cta-band p { color: rgba(255,255,255,.92); font-size: 18px; max-width: 620px; margin: 0 auto 28px; }
.cta-band .btn-light { color: var(--red); }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { background: linear-gradient(135deg, var(--navy-grad-a), var(--navy-grad-b)); color: #fff; padding: 72px 0; text-align: center; }
.page-hero h1 { color: #fff; font-size: 46px; margin-bottom: 14px; }
.page-hero p { color: #c4d2da; font-size: 19px; max-width: 680px; margin: 0 auto; }

/* ---------- About ---------- */
.about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about-split h2 { font-size: 34px; margin-bottom: 18px; }
.about-split p { color: var(--muted); font-size: 17px; margin-bottom: 16px; }
.stat-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; text-align: center; }
.stat-row .s-num { font-size: 40px; font-weight: 800; color: var(--red); }
.stat-row .s-lbl { color: var(--muted); font-weight: 600; }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.value-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.value-card .feature-ico { margin-bottom: 14px; }
.value-card h3 { font-size: 19px; margin-bottom: 8px; }
.value-card p { color: var(--muted); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 48px; align-items: start; }
.contact-info h2 { font-size: 30px; margin-bottom: 14px; }
.contact-info > p { color: var(--muted); font-size: 17px; margin-bottom: 28px; }
.contact-item { display: flex; gap: 14px; margin-bottom: 22px; align-items: flex-start; }
.contact-item .ci-ico { width: 46px; height: 46px; border-radius: 10px; background: rgba(225,29,42,.10); display: flex; align-items: center; justify-content: center; font-size: 20px; flex: none; }
.contact-item h4 { font-size: 16px; margin-bottom: 2px; }
.contact-item p { color: var(--muted); }
.card-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow-sm); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-weight: 600; font-size: 14px; color: var(--navy-700); margin-bottom: 7px; }
.form-control, select.form-control, textarea.form-control {
    width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 9px; font-size: 15px;
    font-family: inherit; color: var(--ink); background: #fff; transition: border-color .15s, box-shadow .15s;
}
.form-control:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 3px rgba(225,29,42,.12); }
textarea.form-control { min-height: 130px; resize: vertical; }
.form-note { color: var(--muted); font-size: 13px; margin-top: 8px; }
.alert-success { background: #e8f7ef; border: 1px solid #b7e6cd; color: #15724a; padding: 14px 16px; border-radius: 10px; margin-bottom: 20px; font-weight: 600; }
.alert-error { background: #fdecee; border: 1px solid #f5b5bc; color: #b21f2d; padding: 14px 16px; border-radius: 10px; margin-bottom: 20px; font-weight: 600; }

/* ---------- Payment ---------- */
.pay-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 32px; align-items: start; }
.pay-summary { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.pay-summary h3 { font-size: 18px; margin-bottom: 18px; }
.pay-line { display: flex; justify-content: space-between; padding: 10px 0; font-size: 15px; color: var(--ink); }
.pay-line.muted { color: var(--muted); }
.pay-total { display: flex; justify-content: space-between; padding: 16px 0 6px; margin-top: 8px; border-top: 1px solid var(--line); font-weight: 800; font-size: 20px; color: var(--navy-700); }
.pay-back { display: inline-block; margin-top: 18px; font-weight: 600; font-size: 14px; }
.pay-section-title { font-size: 16px; font-weight: 700; color: var(--navy-700); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.req { color: var(--red); }
.stripe-input { padding: 13px 14px; border: 1px solid var(--line); border-radius: 9px; background: #fff; transition: border-color .15s, box-shadow .15s; }
.stripe-input.StripeElement--focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(225,29,42,.12); }
.stripe-input.StripeElement--invalid { border-color: var(--red); }
@media (max-width: 768px) { .pay-layout { grid-template-columns: 1fr; } }

/* ---------- Promotion celebration banner ---------- */
.promo-banner {
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 35%, #f97316 70%, #ef4444 100%);
    color: #fff;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    animation: promoPulse 3s ease-in-out infinite;
    box-shadow: 0 4px 20px rgba(251,191,36,.45);
}
@keyframes promoPulse {
    0%, 100% { box-shadow: 0 4px 20px rgba(251,191,36,.45); }
    50%       { box-shadow: 0 4px 32px rgba(251,191,36,.75); }
}
.promo-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        60deg,
        transparent,
        transparent 12px,
        rgba(255,255,255,.07) 12px,
        rgba(255,255,255,.07) 24px
    );
    pointer-events: none;
}
.promo-banner-confetti {
    display: flex;
    gap: 6px;
    font-size: 1.15rem;
    animation: promoShake 1.8s ease-in-out infinite;
    flex-shrink: 0;
}
@keyframes promoShake {
    0%, 100% { transform: rotate(-5deg) translateY(0); }
    25%       { transform: rotate(4deg)  translateY(-2px); }
    75%       { transform: rotate(-4deg) translateY(2px); }
}
.promo-banner-body {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 18px;
    justify-content: center;
    z-index: 1;
}
.promo-banner-tag {
    background: rgba(255,255,255,.25);
    border: 1px solid rgba(255,255,255,.55);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
    padding: 3px 9px;
    border-radius: 20px;
    white-space: nowrap;
}
.promo-banner-headline {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: .01em;
    text-shadow: 0 1px 3px rgba(0,0,0,.18);
}
.promo-banner-slots {
    font-size: 0.85rem;
    font-weight: 600;
    background: rgba(0,0,0,.18);
    padding: 3px 12px;
    border-radius: 20px;
    white-space: nowrap;
}

/* ---------- Discount ribbon on price cards ---------- */
.price-card { position: relative; }
.discount-ribbon {
    position: absolute;
    top: 16px;
    right: -4px;
    background: linear-gradient(135deg, #f97316, #ef4444);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: .05em;
    padding: 4px 14px 4px 10px;
    border-radius: 4px 0 0 4px;
    box-shadow: -2px 2px 8px rgba(0,0,0,.18);
    white-space: nowrap;
    z-index: 2;
    animation: ribbonPop .4s cubic-bezier(.34,1.56,.64,1) both;
}
@keyframes ribbonPop {
    from { transform: scale(.6) translateX(20px); opacity: 0; }
    to   { transform: scale(1)  translateX(0);    opacity: 1; }
}
.discount-ribbon::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -6px;
    border-width: 6px 4px 0 0;
    border-style: solid;
    border-color: #b91c1c transparent transparent transparent;
}
.amt-original {
    text-decoration: line-through;
    font-size: 1rem;
    color: #9aa7af;
    margin-right: 6px;
}
.promo-label {
    font-size: 0.82rem;
    font-weight: 600;
    color: #d97706;
    margin-bottom: 6px;
}

/* ---------- Legal pages ---------- */
.legal { max-width: 820px; margin: 0 auto; padding: 64px 0; }
.legal h1 { font-size: 40px; margin-bottom: 8px; }
.legal .updated { color: var(--muted); margin-bottom: 32px; font-size: 14px; }
.legal h2 { font-size: 23px; margin: 34px 0 12px; }
.legal p, .legal li { color: #38505b; font-size: 16px; }
.legal ul { padding-left: 20px; }
.legal li { margin-bottom: 8px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-700); color: #c8d3da; padding: 60px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 36px; }
.footer-logo { height: 38px; margin-bottom: 16px; filter: brightness(0) invert(1); opacity: .95; } /* kept for when a real logo image is added */
.footer-brand p { color: #93a7b1; font-size: 14.5px; max-width: 300px; }
.footer-col h4 { color: #fff; font-size: 15px; margin-bottom: 16px; }
.footer-col a { display: block; color: #a9bcc4; font-size: 14.5px; margin-bottom: 11px; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid #1f3c49; padding-top: 24px; display: flex; justify-content: space-between; color: #7d96a1; font-size: 13.5px; flex-wrap: wrap; gap: 8px; }

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
    .hero-inner, .band .container, .about-split, .contact-grid { grid-template-columns: 1fr; }
    .feature-grid, .pricing-grid { grid-template-columns: repeat(2,1fr); }
    .tgrid, .steps, .value-grid { grid-template-columns: 1fr; }
    .stat-row { grid-template-columns: repeat(2,1fr); }
    .hero h1 { font-size: 42px; }
    .section-head h2, .band h2, .cta-band h2 { font-size: 32px; }
    .hero { text-align: left; }
}

@media (max-width: 768px) {
    .nav-toggle { display: flex; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; }
    .nav-toggle span { width: 26px; height: 2.5px; background: var(--navy-700); border-radius: 2px; transition: .2s; }
    .main-nav {
        position: absolute; top: 76px; left: 0; right: 0; background: #fff; flex-direction: column;
        align-items: flex-start; gap: 0; padding: 8px 24px 20px; border-bottom: 1px solid var(--line);
        box-shadow: var(--shadow-md); display: none;
    }
    .nav-toggle-input:checked ~ .main-nav { display: flex; }
    .main-nav > a { padding: 13px 0; width: 100%; border-bottom: 1px solid var(--line); }
    .nav-actions { flex-direction: column; align-items: stretch; width: 100%; gap: 12px; padding: 14px 0 0; margin-left: 0; border-left: none; }
    .nav-cta { padding: 13px 26px; }
    .nav-actions .btn { width: 100%; }
    .nav-signin { padding: 6px 0; }
    .form-row { grid-template-columns: 1fr; }
    .section { padding: 60px 0; }
    .hero-inner { padding: 64px 0; }
    .hero h1 { font-size: 36px; }
}

@media (max-width: 560px) {
    .feature-grid, .pricing-grid, .stat-row { grid-template-columns: 1fr; }
}

/* ── Domain setup notice (Payment page order summary) ────────────────────── */
.domain-notice {
    background: #f0f7ff;
    border-left: 4px solid #3b82f6;
    border-radius: 6px;
    padding: 14px 16px;
    margin: 16px 0;
    font-size: .82rem;
    color: #1e3a5f;
    line-height: 1.55;
}
.domain-notice-title {
    font-weight: 700;
    font-size: .85rem;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.domain-notice-option {
    margin: 6px 0 4px;
    font-weight: 600;
}
.domain-notice-sub {
    margin: 0 0 0 12px;
    color: #2c5282;
}
.domain-notice-existing {
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid #bfdbfe;
    font-size: .8rem;
    color: #1e40af;
    font-weight: 500;
}

/* ── Info callout (Pricing page, below plan grid) ────────────────────────── */
.info-callout {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    max-width: 640px;
    margin: 32px auto 0;
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 14px 18px;
    font-size: .875rem;
    color: var(--navy-500);
    line-height: 1.55;
}
.info-callout-icon {
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-top: 1px;
}

/* ── Checkout order summary — collapsible feature list ───────────────────── */
.pay-features {
    margin: 8px 0 12px;
    border-top: 1px solid var(--line);
    padding-top: 10px;
}
.pay-features summary {
    font-size: .8rem;
    font-weight: 600;
    color: var(--navy-700);
    cursor: pointer;
    user-select: none;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}
.pay-features summary::-webkit-details-marker { display: none; }
.pay-features summary::before {
    content: "▸";
    font-size: .7rem;
    transition: transform .2s;
    display: inline-block;
}
.pay-features[open] summary::before { transform: rotate(90deg); }
.pay-features ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.pay-features li {
    font-size: .78rem;
    color: var(--navy-600);
    display: flex;
    align-items: flex-start;
    gap: 6px;
    line-height: 1.4;
}
.pay-features li.muted { color: var(--navy-400); }
.pay-features li .tick { color: var(--green); flex-shrink: 0; font-size: .75rem; }
.pay-features li.muted .tick { color: var(--navy-400); }

/* ── Trust-badge grid (Pricing page — "Nothing hidden" section) ──────────── */
.trust-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-top: 32px;
}
.trust-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 22px 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.trust-card-icon {
    font-size: 1.8rem;
    line-height: 1;
}
.trust-card-title {
    font-size: .875rem;
    font-weight: 700;
    color: var(--navy-800);
    line-height: 1.3;
}
.trust-card-desc {
    font-size: .78rem;
    color: var(--navy-500);
    line-height: 1.5;
    margin: 0;
}
@media (max-width: 900px) {
    .trust-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 560px) {
    .trust-grid { grid-template-columns: repeat(2, 1fr); }
}
