*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    /* Dark is the default look now, not a toggle afterthought - see [data-theme="light"] for the opt-in override. */
    --bg: #05090f; --surf: #0c1420; --surf2: #131d2c; --surf3: #1b2738;
    --ink: #eef4ff; --ink2: #93a8c4; --ink3: #56698a;
    --brd: rgba(255,255,255,.08); --brd2: rgba(255,255,255,.14);
    --acc: #00e5a0; --acc2: #00b87f; --as: rgba(0,229,160,.13); --ag: rgba(0,229,160,.22);
    --blu: #5b8fff; --bls: rgba(91,143,255,.13);
    --vio: #a78bff; --vios: rgba(167,139,255,.13);
    --red: #ff5c72;
    --ss: 0 2px 10px rgba(0,0,0,.30), 0 1px 3px rgba(0,0,0,.24);
    --sm: 0 10px 32px rgba(0,0,0,.42), 0 2px 10px rgba(0,0,0,.30);
    --sl: 0 24px 60px rgba(0,0,0,.55), 0 4px 18px rgba(0,0,0,.35);
    --sa: 0 10px 34px rgba(0,229,160,.24);
    --fh: 'Syne', sans-serif; --fb: 'Nunito', sans-serif;
    --r8: 8px; --r12: 12px; --r18: 18px; --r26: 26px; --r34: 34px; --rp: 999px;
    --hh: 68px; --cw: 1180px;
}
:root[data-theme="light"] {
    --bg: #f3f5fb; --surf: #fff; --surf2: #edf0f8; --surf3: #e2e7f2;
    --ink: #0b1e3d; --ink2: #4a607e; --ink3: #8898b5;
    --brd: rgba(11,30,61,.09); --brd2: rgba(11,30,61,.16);
    --acc: #00b374; --acc2: #009960; --as: rgba(0,179,116,.11); --ag: rgba(0,179,116,.22);
    --blu: #2f7eff; --bls: rgba(47,126,255,.10);
    --vio: #7c5cfc; --vios: rgba(124,92,252,.10);
    --red: #e84545;
    --ss: 0 2px 8px rgba(11,30,61,.06), 0 1px 3px rgba(11,30,61,.04);
    --sm: 0 8px 28px rgba(11,30,61,.10), 0 2px 8px rgba(11,30,61,.05);
    --sl: 0 20px 52px rgba(11,30,61,.13), 0 4px 16px rgba(11,30,61,.07);
    --sa: 0 8px 28px rgba(0,179,116,.28);
}

html { scroll-behavior: smooth; }
body { font-family: var(--fb); background: var(--bg); color: var(--ink); line-height: 1.65; overflow-x: hidden; -webkit-font-smoothing: antialiased; transition: background .3s, color .3s; }
.c { width: 100%; max-width: var(--cw); margin: 0 auto; padding: 0 24px; position: relative; }
h1, h2, h3, h4 { font-family: var(--fh); font-weight: 700; letter-spacing: -.03em; line-height: 1.08; }
h1 { font-size: clamp(2.6rem, 7vw, 4.6rem); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 4vw, 2.7rem); }
h3 { font-size: clamp(1.02rem, 2vw, 1.2rem); }
p { color: var(--ink2); }
a { color: inherit; }
section { padding: clamp(2.5rem, 6vw, 5rem) 0; }
.vh { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
:focus-visible { outline: 2px solid var(--acc); outline-offset: 2px; }
.skip-link { position: absolute; top: -40px; left: 0; background: var(--acc); color: #fff; padding: 8px 16px; z-index: 1000; text-decoration: none; border-radius: 0 0 var(--r8) 0; transition: top .2s; }
.skip-link:focus { top: 0; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .45rem; padding: .68rem 1.6rem; border-radius: var(--rp); font-family: var(--fb); font-weight: 700; font-size: .92rem; text-decoration: none; transition: all .2s; border: 2px solid transparent; cursor: pointer; white-space: nowrap; }
.btn-primary { background: var(--acc); color: #fff; box-shadow: var(--sa); }
.btn-primary:hover { background: var(--acc2); transform: translateY(-2px); }
.btn-outline { border-color: var(--brd2); color: var(--ink); background: var(--surf); }
.btn-outline:hover { border-color: var(--acc); color: var(--acc); background: var(--as); }
.btn-ghost { color: var(--ink2); background: transparent; }
.btn-ghost:hover { background: var(--surf2); color: var(--ink); }
.btn-lg { padding: .85rem 2rem; font-size: 1rem; }
.btn-sm { padding: .45rem 1.1rem; font-size: .84rem; }
.btn:disabled { opacity: .6; cursor: wait; }

/* Header */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 200; height: var(--hh); background: rgba(5,9,15,.72); backdrop-filter: blur(16px) saturate(160%); border-bottom: 1px solid var(--brd); transition: background .3s, border-color .3s; }
:root[data-theme="light"] .site-header { background: rgba(243,245,251,.85); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 1rem; }
.brand { display: flex; align-items: center; flex-shrink: 0; }
.brand img { height: 30px; }
.brand .logo-for-light { display: none; }
:root[data-theme="light"] .brand .logo-for-dark { display: none; }
:root[data-theme="light"] .brand .logo-for-light { display: block; }
.main-nav { display: flex; gap: .1rem; align-items: center; }
.main-nav a { text-decoration: none; color: var(--ink2); font-weight: 600; font-size: .87rem; padding: .4rem .75rem; border-radius: var(--rp); transition: all .15s; }
.main-nav a:hover { color: var(--ink); background: var(--surf2); }
.head-actions { display: flex; align-items: center; gap: .5rem; flex-shrink: 0; }
.icon-btn { background: none; border: 1px solid var(--brd2); color: var(--ink2); width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; border-radius: 50%; cursor: pointer; font-size: .9rem; transition: all .15s; }
.icon-btn:hover { color: var(--ink); border-color: var(--acc); background: var(--surf2); }
.lang-switch { display: flex; gap: 4px; border-left: 1px solid var(--brd); padding-left: 12px; margin-left: 4px; }
.lang-switch a { font-size: .8rem; font-weight: 700; padding: .3rem .5rem; border-radius: var(--r8); color: var(--ink3); }
.lang-switch a.active { color: var(--acc); background: var(--as); }
.burger { display: none; flex-direction: column; gap: 5px; background: none; border: 1px solid var(--brd2); cursor: pointer; width: 38px; height: 38px; align-items: center; justify-content: center; border-radius: var(--r8); }
.burger span { width: 18px; height: 2px; background: var(--ink); display: block; transition: transform .25s, opacity .25s; }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { display: none; position: fixed; top: var(--hh); left: 0; right: 0; background: var(--surf); border-bottom: 1px solid var(--brd); padding: .6rem 20px 1.1rem; flex-direction: column; gap: .15rem; z-index: 199; box-shadow: var(--sm); }
.mobile-nav.open { display: flex; }
.mobile-nav a { text-decoration: none; color: var(--ink); font-weight: 600; padding: .6rem .8rem; border-radius: var(--r12); }
.mobile-nav a:hover { background: var(--surf2); }
@media (max-width: 960px) { .main-nav { display: none; } .head-actions .btn { display: none; } .burger { display: flex; } }

/* Hero */
.hero {
    padding: calc(var(--hh) + 4rem) 0 4.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(480px 480px at var(--mx, 50%) var(--my, 30%), rgba(0,229,160,.11) 0%, transparent 62%),
        radial-gradient(ellipse 800px 480px at 14% -8%, var(--as) 0%, transparent 58%),
        radial-gradient(ellipse 640px 420px at 90% 6%, var(--vios) 0%, transparent 55%),
        radial-gradient(ellipse 700px 460px at 50% 110%, var(--bls) 0%, transparent 60%);
}
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: .5;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
}
.hero .c { z-index: 1; will-change: transform, opacity; }
.hero::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: -1px;
    height: 90px;
    background: var(--surf);
    clip-path: polygon(0 100%, 100% 45%, 100% 100%, 0 100%);
    z-index: 1;
}
@media (max-width: 700px) {
    .hero::after { clip-path: polygon(0 100%, 100% 70%, 100% 100%, 0 100%); height: 50px; }
}
.eyebrow-badge { display: inline-flex; align-items: center; gap: .5rem; background: var(--as); border: 1px solid rgba(0,229,160,.3); color: var(--acc); padding: .32rem .9rem; border-radius: var(--rp); font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 1.3rem; }
.pulse-dot { width: 7px; height: 7px; background: var(--acc); border-radius: 50%; animation: pulse 1.8s infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(.7)} }
.hero h1 { margin-bottom: 1.1rem; }
.hero h1 .accent { color: var(--acc); }
.hero-lead { font-size: clamp(.98rem, 2vw, 1.14rem); max-width: 560px; margin: 0 auto 2.3rem; }

/* Domain search box */
.domain-search { max-width: 640px; margin: 0 auto; }
.search-box { display: flex; background: var(--surf); border: 1.5px solid var(--brd2); border-radius: var(--rp); overflow: hidden; box-shadow: var(--sm); transition: border-color .2s, box-shadow .2s; }
.search-box:focus-within { border-color: var(--acc); box-shadow: var(--sm), 0 0 0 4px var(--as); }
.search-box input { flex: 1; padding: .95rem 1.4rem; border: none; outline: none; font-family: var(--fb); font-size: .96rem; background: transparent; color: var(--ink); min-width: 0; }
.search-box button { background: var(--acc); color: #fff; border: none; padding: 0 1.5rem; font-family: var(--fb); font-weight: 700; font-size: .9rem; cursor: pointer; transition: background .15s; white-space: nowrap; margin: 5px; border-radius: var(--rp); }
.search-box button:hover { background: var(--acc2); }
.search-result { margin-top: 1rem; min-height: 1.4rem; font-weight: 600; font-size: .95rem; }
.search-result.available { color: var(--acc); }
:root[data-theme="light"] .search-result.available { color: var(--acc2); }
.search-result.taken { color: var(--red); }
.search-result.unknown, .search-result.rate_limited { color: var(--ink3); }
.tld-chips { display: flex; flex-wrap: wrap; gap: .4rem; justify-content: center; margin-top: 1rem; }
.tld-chip { background: var(--surf2); border: 1px solid var(--brd); padding: .3rem .8rem; border-radius: var(--rp); font-size: .82rem; font-weight: 600; color: var(--ink2); cursor: pointer; transition: all .15s; }
.tld-chip:hover { border-color: var(--acc); color: var(--acc); background: var(--as); }
.tld-chip strong { color: var(--ink); }

.lead-form { max-width: 420px; margin: 1.2rem auto 0; background: var(--surf); border: 1px solid var(--brd); border-radius: var(--r18); padding: 1.4rem; text-align: left; box-shadow: var(--sm); display: none; }
.lead-form.open { display: block; }
.lead-form h4 { margin-bottom: .3rem; }
.lead-form p { font-size: .85rem; margin-bottom: 1rem; }
.lead-form input { width: 100%; padding: .65rem .9rem; border-radius: var(--r8); border: 1px solid var(--brd2); background: var(--bg); color: var(--ink); font-family: var(--fb); font-size: .9rem; margin-bottom: .6rem; }
.lead-form input:focus { outline: none; border-color: var(--acc); }
.lead-form .btn { width: 100%; }
.lead-form small { display: block; margin-top: .6rem; color: var(--ink3); font-size: .76rem; }
.lead-status { margin-top: .6rem; font-size: .85rem; font-weight: 600; }
.lead-status.ok { color: var(--acc2); }
.lead-status.err { color: var(--red); }

.hero-facts { margin-top: 2.4rem; padding-top: 1.6rem; border-top: 1px solid var(--brd); font-size: .86rem; color: var(--ink3); }
.hero-facts strong { color: var(--ink); font-weight: 700; }
.hero-facts-dot { color: var(--brd2); margin: 0 .3rem; }
@media (max-width: 560px) { .hero-facts-dot { display: block; height: 0; margin: .35rem 0 0; } }

/* Section header */
.section-tag { display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--acc); margin-bottom: .5rem; }
.section-head { text-align: center; margin-bottom: 2.6rem; }
.section-head h2 { margin-bottom: .5rem; }
.section-head p { max-width: 480px; margin: 0 auto; }

/* Domains grid */
.domains-sec { background: var(--surf); }
.zones-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(170px,100%), 1fr)); gap: .65rem; }
.zone-card { background: var(--bg); border: 1px solid var(--brd); border-radius: var(--r12); padding: .85rem 1.05rem; display: flex; justify-content: space-between; align-items: center; transition: all .18s; }
.zone-card:hover { border-color: var(--acc); background: var(--as); transform: translateY(-2px); }
.zone-name { font-family: var(--fh); font-weight: 700; font-size: 1rem; }
.zone-price { font-weight: 700; font-size: .9rem; color: var(--acc); }
:root[data-theme="light"] .zone-price { color: var(--acc2); }
.zone-period { display: block; font-size: .68rem; color: var(--ink3); text-align: right; }
.domains-note { text-align: center; color: var(--ink3); font-size: .82rem; margin-top: 1.2rem; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(210px,100%), 1fr)); gap: 1.3rem; }
.step { text-align: center; padding: 1.9rem 1.5rem; border: 1px solid var(--brd); border-radius: var(--r26); background: var(--surf); transition: transform .2s, box-shadow .2s; }
.step:hover { transform: translateY(-4px); box-shadow: var(--sm); }
.step-num { width: 46px; height: 46px; border-radius: 50%; background: var(--as); color: var(--acc); font-family: var(--fh); font-weight: 700; font-size: 1.15rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; border: 2px solid rgba(0,196,125,.2); }
.step h4 { font-family: var(--fh); font-size: 1rem; margin-bottom: .4rem; }
.step p { font-size: .86rem; }

/* Pricing */
.pricing-sec { background: var(--bg); }
.price-toggle { display: flex; align-items: center; justify-content: center; gap: .85rem; margin-bottom: 2.3rem; }
.toggle-track { width: 50px; height: 27px; background: var(--surf3); border-radius: var(--rp); position: relative; cursor: pointer; border: 1.5px solid var(--brd2); transition: background .2s; flex-shrink: 0; }
.toggle-track.on { background: var(--acc); }
.toggle-knob { position: absolute; top: 2px; left: 2px; width: 19px; height: 19px; background: #fff; border-radius: 50%; transition: transform .2s; box-shadow: 0 1px 4px rgba(0,0,0,.2); }
.toggle-track.on .toggle-knob { transform: translateX(27px); }
.toggle-label { font-weight: 600; font-size: .9rem; color: var(--ink2); }
.toggle-label.on { color: var(--ink); }
.save-badge { background: var(--as); color: var(--acc); border: 1px solid rgba(0,229,160,.25); padding: .16rem .6rem; border-radius: var(--rp); font-size: .72rem; font-weight: 700; }
:root[data-theme="light"] .save-badge { color: var(--acc2); }
.plans-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px,100%), 1fr)); gap: 1.3rem; max-width: 760px; margin: 0 auto; align-items: start; }
@media (min-width: 700px) {
    .plan-card--highlight { transform: translateY(-16px); }
    .plan-card--highlight:hover { transform: translateY(-20px); }
}
.plan-card { background: var(--surf); border-radius: var(--r26); padding: 1.9rem; border: 1.5px solid var(--brd); position: relative; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.plan-card:hover { transform: translateY(-5px); box-shadow: var(--sl); }
.plan-card--highlight { border-color: var(--acc); box-shadow: var(--sa); }
.plan-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); z-index: 1; background: var(--acc); color: #fff; padding: .2rem .8rem; border-radius: var(--rp); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.plan-name { font-family: var(--fh); font-size: 1.15rem; margin-bottom: .2rem; }
.plan-tagline { font-size: .85rem; margin-bottom: 1.3rem; min-height: 2.2rem; }
.plan-price { display: flex; align-items: baseline; gap: .3rem; margin-bottom: .2rem; }
.plan-price .amount { font-family: var(--fb); font-size: 2.3rem; font-weight: 700; color: var(--ink); }
.plan-price .period { font-size: .85rem; color: var(--ink3); }
.plan-year { font-size: .78rem; color: var(--ink3); margin-bottom: 1.3rem; min-height: 1.1rem; }
.plan-features { list-style: none; flex: 1; margin-bottom: 1.4rem; }
.plan-features li { display: flex; align-items: flex-start; gap: .5rem; padding: .28rem 0; font-size: .87rem; }
.plan-features li::before { content: '✓'; color: var(--acc); font-weight: 700; flex-shrink: 0; }
.plan-card .btn { text-align: center; }

/* Comparison table */
.compare-sec { background: var(--surf); }
.compare-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--r18); border: 1px solid var(--brd); }
.compare-table { width: 100%; border-collapse: collapse; min-width: 480px; }
.compare-table th, .compare-table td { padding: .8rem 1.1rem; text-align: center; border-bottom: 1px solid var(--brd); font-size: .88rem; }
.compare-table thead th { font-family: var(--fh); font-size: .8rem; font-weight: 700; background: var(--surf2); color: var(--ink2); text-transform: uppercase; letter-spacing: .05em; }
.compare-table th[scope="row"] { text-align: left; font-weight: 600; color: var(--ink); background: var(--bg); }
.compare-table tbody tr:last-child th, .compare-table tbody tr:last-child td { border-bottom: none; }
.compare-table tbody tr:hover td, .compare-table tbody tr:hover th { background: var(--surf2); }
.compare-highlight { background: var(--as); }
.compare-yes { color: var(--acc); font-size: 1rem; }
.compare-no { color: var(--ink3); }

/* Feature grid (why us) */
.features-sec { background: var(--surf); }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 1fr; gap: 1rem; }
.feature-card { text-align: left; padding: 1.7rem 1.5rem; border-radius: var(--r26); border: 1px solid var(--brd); background: var(--bg); transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; justify-content: flex-start; }
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--sm); }
.feature-card:nth-child(1) { grid-column: span 2; background: linear-gradient(135deg, var(--as), transparent 70%); }
.feature-card:nth-child(4) { grid-row: span 2; justify-content: center; background: linear-gradient(135deg, var(--vios), transparent 70%); }
.feature-card:nth-child(3) { background: linear-gradient(135deg, var(--bls), transparent 70%); }
.feature-icon { width: 50px; height: 50px; border-radius: var(--r12); background: var(--as); color: var(--acc); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; margin-bottom: 1.1rem; }
.feature-card h4 { font-family: var(--fh); font-size: 1.02rem; margin-bottom: .4rem; }
.feature-card p { font-size: .87rem; }
@media (max-width: 860px) {
    .features-grid { grid-template-columns: repeat(2, 1fr); }
    .feature-card:nth-child(1) { grid-column: span 2; }
    .feature-card:nth-child(4) { grid-row: span 1; }
}
@media (max-width: 560px) {
    .features-grid { grid-template-columns: 1fr; }
    .feature-card:nth-child(1) { grid-column: span 1; }
}

/* Roadmap teaser */
.roadmap-sec { background: var(--bg); }
.roadmap-chips { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; }
.roadmap-chip { display: flex; align-items: center; gap: .5rem; background: var(--surf); border: 1px dashed var(--brd2); padding: .55rem 1.1rem; border-radius: var(--rp); font-size: .87rem; font-weight: 600; color: var(--ink2); }
.roadmap-chip .soon-badge { background: var(--bls); color: var(--blu); font-size: .65rem; font-weight: 700; text-transform: uppercase; padding: .12rem .5rem; border-radius: var(--rp); letter-spacing: .03em; }

/* FAQ */
.faq-sec { background: var(--surf); }
.faq-list { max-width: 700px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--brd); }
.faq-item:first-child { border-top: 1px solid var(--brd); }
.faq-q { width: 100%; text-align: left; padding: 1.05rem 0; background: none; border: none; font-family: var(--fb); font-weight: 700; font-size: .96rem; color: var(--ink); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-q:hover { color: var(--acc); }
.faq-chevron { width: 24px; height: 24px; border-radius: 50%; background: var(--surf2); display: flex; align-items: center; justify-content: center; font-size: .7rem; color: var(--ink3); flex-shrink: 0; transition: transform .3s; }
.faq-q[aria-expanded="true"] .faq-chevron { transform: rotate(180deg); background: var(--as); color: var(--acc); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height .35s ease; }
.faq-a.open { max-height: 300px; padding-bottom: 1.05rem; }
.faq-a p { font-size: .9rem; line-height: 1.75; }

/* Status page */
.status-sec { padding-top: calc(var(--hh) + 3rem); min-height: 60vh; }
.status-banner { display: flex; align-items: center; justify-content: center; gap: .6rem; max-width: 480px; margin: 0 auto 2rem; padding: .9rem 1.4rem; border-radius: var(--r18); background: var(--as); color: var(--acc); font-weight: 700; font-size: .95rem; }
.status-banner--down { background: rgba(255,92,114,.12); color: var(--red); }
.status-list { max-width: 480px; margin: 0 auto; border: 1px solid var(--brd); border-radius: var(--r18); overflow: hidden; }
.status-row { display: flex; align-items: center; gap: .7rem; padding: 1rem 1.3rem; border-bottom: 1px solid var(--brd); }
.status-row:last-child { border-bottom: none; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--acc); flex-shrink: 0; }
.status-dot--down { background: var(--red); }
.status-name { flex: 1; font-weight: 600; }
.status-state { font-size: .85rem; color: var(--acc); font-weight: 700; }
.status-state--down { color: var(--red); }
.status-checked-at { text-align: center; margin-top: 1.2rem; font-size: .8rem; color: var(--ink3); }

/* Guarantee */
.guarantee-wrap { background: var(--bg); padding: 0 0 clamp(2rem,4vw,3.5rem); }
.guarantee { background: linear-gradient(135deg, var(--as) 0%, rgba(0,196,125,.03) 100%); border: 1px solid rgba(0,196,125,.17); border-radius: var(--r34); text-align: center; padding: clamp(2.2rem,5vw,3.5rem) 2rem; }
.guarantee-icon { width: 62px; height: 62px; background: var(--surf); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin: 0 auto 1.2rem; box-shadow: var(--ss); color: var(--acc); }
.guarantee h2 { margin-bottom: .5rem; }
.guarantee p { max-width: 480px; margin: 0 auto; }
.guarantee small { display: block; margin-top: .9rem; color: var(--ink3); font-size: .76rem; }

/* CTA */
.cta-wrap { background: var(--bg); padding: 0 0 clamp(2.5rem,5vw,4rem); }
.cta-box { background: linear-gradient(135deg, #0b1e3d 0%, #162d56 100%); border-radius: var(--r34); text-align: center; padding: clamp(2.6rem,6vw,4.2rem) 2rem; position: relative; overflow: hidden; }
.cta-box::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 700px 380px at 50% 0%, rgba(0,196,125,.14) 0%, transparent 65%); }
.cta-box h2, .cta-box p { position: relative; color: #fff; }
.cta-box p { color: rgba(255,255,255,.68); max-width: 420px; margin: 0 auto 1.7rem; }
.cta-actions { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; position: relative; }
.btn-white { background: #fff; color: #0b2044; }
.btn-white:hover { background: rgba(255,255,255,.9); transform: translateY(-2px); }
.btn-white-outline { border-color: rgba(255,255,255,.3); color: #fff; background: transparent; }
.btn-white-outline:hover { border-color: #fff; background: rgba(255,255,255,.08); }

/* Contact form */
.contact-sec { background: var(--surf); }
.contact-form { max-width: 560px; margin: 0 auto; background: var(--bg); border: 1px solid var(--brd); border-radius: var(--r18); padding: 1.8rem; }
.contact-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin-bottom: .8rem; }
@media (max-width: 560px) { .contact-form-row { grid-template-columns: 1fr; } }
.contact-form input, .contact-form textarea { width: 100%; padding: .7rem .95rem; border-radius: var(--r8); border: 1px solid var(--brd2); background: var(--surf); color: var(--ink); font-family: var(--fb); font-size: .92rem; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--acc); }
.contact-form textarea { margin-bottom: 1rem; }
.contact-form-footer { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.contact-or { font-size: .82rem; color: var(--ink3); }
.contact-or a { color: var(--acc); text-decoration: none; }

/* Footer */
.site-footer { background: #030a16; color: #6b87a6; padding: clamp(2.5rem,5vw,3.6rem) 0 1.8rem; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 2.4rem 2rem; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand img { height: 28px; margin-bottom: .8rem; }
.footer-brand p { font-size: .84rem; line-height: 1.7; max-width: 250px; }
.footer-section h4 { font-family: var(--fh); font-size: .76rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: #fff; margin-bottom: .8rem; }
.footer-section ul { list-style: none; }
.footer-section ul li { margin-bottom: .4rem; }
.footer-section a { color: #6b87a6; text-decoration: none; font-size: .85rem; transition: color .15s; }
.footer-section a:hover { color: #fff; }
.footer-bottom { margin-top: 2.4rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.06); display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: .8rem; font-size: .78rem; }

/* Fade-in on scroll */
.fade-up { opacity: 0; transform: translateY(28px) scale(.98); filter: blur(4px); transition: opacity .6s cubic-bezier(.2,.7,.3,1), transform .6s cubic-bezier(.2,.7,.3,1), filter .6s ease; transition-delay: var(--fade-delay, 0s); }
.fade-up.in-view { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
@media (prefers-reduced-motion: reduce) {
    .fade-up { opacity: 1; transform: none; filter: none; transition: none; }
}

@media (max-width: 480px) {
    .cta-actions { flex-direction: column; align-items: stretch; }
    .plans-grid { grid-template-columns: 1fr; }
}
