:root {
    --bg: #f6f7fb;
    --surface: #ffffff;
    --surface-2: #eef2f8;
    --text: #121722;
    --muted: #586174;
    --line: #dce3ee;
    --primary: #111827;
    --accent: #4f46e5;
    --accent-soft: #ecebff;
    --footer: #0d1320;
    --success: #0f9f6e;
    --shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
    --radius: 22px;
    --radius-sm: 16px;
    --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: var(--text);
    background: #fff;
    line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--container), calc(100% - 2rem)); margin: 0 auto; }
.topbar { background: var(--primary); color: rgba(255,255,255,0.9); font-size: 0.92rem; }
.topbar-inner { display: flex; justify-content: space-between; gap: 1rem; padding: 0.7rem 0; }
.site-header {
    position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.9); backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(220,227,238,0.8);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 1rem 0; gap: 1rem; }
.brand img { height: 42px; width: auto; }
.site-nav { display: flex; align-items: center; gap: 1.2rem; }
.site-nav a { color: var(--muted); font-weight: 600; }
.site-nav a.active, .site-nav a:hover { color: var(--text); }
.nav-cta { margin-left: 0.5rem; }
.nav-toggle { display: none; background: none; border: 0; padding: 0; }
.nav-toggle span { display: block; width: 28px; height: 2px; background: var(--text); margin: 6px 0; }
.button {
    display: inline-flex; align-items: center; justify-content: center; border-radius: 999px;
    padding: 0.95rem 1.35rem; font-weight: 700; transition: 0.25s ease; border: 1px solid transparent;
}
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--accent); color: #fff; box-shadow: var(--shadow); }
.button-secondary { background: #fff; color: var(--text); border-color: var(--line); }
.button-light { background: #fff; color: var(--text); }
.full { width: 100%; }
.hero {
    background: linear-gradient(180deg, #ffffff 0%, #f7f8fc 100%);
    padding: 5rem 0 4rem;
}
.hero-grid, .split-section, .contact-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 2rem; align-items: center; }
.eyebrow {
    display: inline-block; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.12em;
    color: var(--accent); font-weight: 800; margin-bottom: 1rem;
}
.eyebrow.light { color: rgba(255,255,255,0.76); }
h1, h2, h3, h4 { line-height: 1.15; margin: 0 0 1rem; }
h1 { font-size: clamp(2.4rem, 5vw, 4.6rem); letter-spacing: -0.04em; }
h2 { font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -0.03em; }
h3 { font-size: 1.4rem; }
p { margin: 0 0 1rem; color: var(--muted); }
.hero-copy { font-size: 1.1rem; max-width: 62ch; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin: 2rem 0 1.5rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.trust-row span {
    background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: 0.6rem 0.9rem; font-weight: 600; color: var(--text);
}
.hero-card, .service-card, .pricing-card, .comparison-card, .domain-card, .contact-card {
    background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow);
}
.hero-card { padding: 1.6rem; }
.hero-stat {
    display: flex; justify-content: space-between; gap: 1rem; padding: 0.95rem 0; border-bottom: 1px solid var(--line);
}
.hero-stat:last-of-type { margin-bottom: 1rem; }
.hero-stat strong { color: var(--text); }
.hero-stat span { color: var(--accent); font-weight: 800; }
.section { padding: 5rem 0; }
.section.muted { background: var(--bg); }
.section-heading { max-width: 760px; margin-bottom: 2rem; }
.section-heading.center { margin-inline: auto; text-align: center; }
.card-grid { display: grid; gap: 1.4rem; }
.three-up { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-card { padding: 1.6rem; }
.service-card .icon {
    width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent); font-weight: 800; margin-bottom: 1rem;
}
.service-card a { font-weight: 700; color: var(--accent); }
.pricing-grid, .domain-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; }
.pricing-card, .domain-card { padding: 1.8rem; position: relative; }
.pricing-card.featured { border-color: rgba(79,70,229,0.35); transform: translateY(-6px); }
.badge {
    position: absolute; top: 1rem; right: 1rem; background: var(--accent); color: #fff; font-weight: 800; font-size: 0.78rem; border-radius: 999px; padding: 0.45rem 0.7rem;
}
.price { font-size: 2rem; font-weight: 800; color: var(--text); }
.price span { font-size: 1rem; color: var(--muted); font-weight: 600; }
ul { margin: 0; padding-left: 1.15rem; color: var(--muted); }
.pricing-card ul, .domain-card ul { margin: 1.1rem 0 1.5rem; }
.plan-copy { min-height: 54px; }
.check-list { list-style: none; padding: 0; display: grid; gap: 0.9rem; }
.check-list li {
    position: relative; padding-left: 1.9rem; color: var(--text); font-weight: 500;
}
.check-list li::before {
    content: '✓'; position: absolute; left: 0; top: 0; color: var(--success); font-weight: 800;
}
.comparison-card { padding: 1.8rem; display: grid; gap: 1rem; background: linear-gradient(180deg, #fdfdff, #f4f6fb); }
.comparison-card strong { display: block; margin-bottom: 0.35rem; }
.page-hero { background: linear-gradient(180deg, #ffffff 0%, #f7f8fc 100%); }
.page-hero.slim { padding: 4rem 0 2rem; }
.narrow { max-width: 980px; }
.dark-cta { background: linear-gradient(180deg, #111827 0%, #0b1020 100%); }
.cta-box { display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.dark-cta h2, .dark-cta p { color: #fff; }
.site-footer { background: var(--footer); color: rgba(255,255,255,0.75); padding: 4rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 1.5rem; }
.footer-logo { height: 48px; width: auto; margin-bottom: 1rem; }
.site-footer h4 { color: #fff; margin-bottom: 1rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.7rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 2rem; padding-top: 1rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.contact-grid { align-items: stretch; }
.contact-card { padding: 1.8rem; }
.email-template {
    background: var(--bg); border: 1px dashed var(--line); border-radius: var(--radius-sm); padding: 1.2rem; color: var(--text);
}
.compact { gap: 0.6rem; margin-top: 1rem; }
.large { gap: 1rem; }
@media (max-width: 980px) {
    .three-up, .pricing-grid, .domain-grid, .footer-grid, .hero-grid, .split-section, .contact-grid { grid-template-columns: 1fr; }
    .cta-box { flex-direction: column; align-items: flex-start; }
    .pricing-card.featured { transform: none; }
}
@media (max-width: 760px) {
    .topbar-inner { flex-direction: column; align-items: flex-start; }
    .nav-toggle { display: block; }
    .site-nav {
        position: absolute; left: 0; right: 0; top: 100%; background: rgba(255,255,255,0.98); border-bottom: 1px solid var(--line);
        flex-direction: column; align-items: flex-start; padding: 1rem; display: none;
    }
    .site-nav.open { display: flex; }
    .nav-cta { margin-left: 0; width: 100%; }
    h1 { font-size: clamp(2.1rem, 8vw, 3.2rem); }
    .section { padding: 4rem 0; }
}
