/* ========================================
   Varlox — .NL & .EU Domain Registrar
   Dutch editorial aesthetic
   ======================================== */

:root {
    --orange: #FF6B2C;
    --orange-dark: #E55A1B;
    --orange-glow: rgba(255,107,44,0.08);
    --navy: #0D1B2A;
    --navy-mid: #1B2D45;
    --navy-light: #324A5F;
    --white: #ffffff;
    --off-white: #F8F7F4;
    --cream: #F0EDE6;
    --text: #2A2A2A;
    --text-mid: #5C5C5C;
    --text-light: #8A8A8A;
    --border: #E0DDD6;
    --border-light: #EAE8E2;
    --shadow-sm: 0 1px 3px rgba(13,27,42,0.06);
    --shadow: 0 4px 20px rgba(13,27,42,0.08);
    --shadow-lg: 0 12px 40px rgba(13,27,42,0.12);
    --radius: 8px;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    font-family: 'DM Sans', -apple-system, sans-serif;
    background: var(--off-white);
    color: var(--text);
    line-height: 1.65;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
}

.wrap {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 24px;
}

a { color: inherit; text-decoration: none; transition: color 0.15s; }
a:hover { color: var(--orange); }

h1,h2,h3,h4 {
    font-family: 'Sora', sans-serif;
    color: var(--navy);
    font-weight: 700;
    line-height: 1.2;
}

/* ── Buttons ── */

.btn-accent {
    display: inline-block;
    padding: 10px 24px;
    background: var(--orange);
    color: #fff !important;
    font-family: 'Sora', sans-serif;
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    letter-spacing: 0.2px;
    transition: all 0.15s;
    box-shadow: 0 2px 8px rgba(255,107,44,0.25);
}

.btn-accent:hover {
    background: var(--orange-dark);
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(255,107,44,0.3);
}

.btn-lg { padding: 14px 32px; font-size: 14px; }

.btn-outline {
    display: inline-block;
    padding: 13px 28px;
    background: transparent;
    color: var(--navy);
    font-family: 'Sora', sans-serif;
    font-size: 13px;
    font-weight: 600;
    border: 2px solid var(--border);
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.15s;
}

.btn-outline:hover {
    border-color: var(--orange);
    color: var(--orange);
}

.btn-white {
    display: inline-block;
    padding: 14px 32px;
    background: #fff;
    color: var(--navy) !important;
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: all 0.15s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.btn-white:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    color: var(--navy) !important;
}

.btn-sm { padding: 8px 18px; font-size: 12px; }

/* ── Header ── */

.header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    background: var(--white);
    border-bottom: 1px solid var(--border-light);
    transition: box-shadow 0.2s;
}

.header.scrolled { box-shadow: var(--shadow-sm); }

.header .wrap {
    display: flex;
    align-items: center;
    height: 64px;
    gap: 32px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 9px;
}

.logo-mark {
    width: 24px;
    height: 24px;
    background: var(--orange);
    border-radius: 5px;
    position: relative;
}

.logo-mark::after {
    content: '';
    position: absolute;
    top: 6px; left: 6px;
    width: 12px; height: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.logo-word {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -0.5px;
}

.logo:hover { color: inherit; }

.nav { display: flex; gap: 28px; flex: 1; }

.nav a {
    font-size: 13px;
    font-weight: 500;
    color: var(--text-mid);
}

.nav a:hover, .nav a.active { color: var(--navy); }

.header-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.nav-link-login {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-mid) !important;
    padding: 6px 10px;
}

.nav-link-login:hover { color: var(--navy) !important; }

.burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
}

.burger span {
    width: 22px; height: 2px;
    background: var(--navy);
    border-radius: 1px;
    transition: 0.2s;
}

/* ── Hero ── */

.hero {
    padding: 140px 0 80px;
    position: relative;
    overflow: hidden;
    background: var(--white);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 60px;
    align-items: center;
}

.hero-tag {
    display: inline-block;
    padding: 5px 14px;
    background: var(--orange-glow);
    border: 1px solid rgba(255,107,44,0.15);
    border-radius: 50px;
    font-family: 'Sora', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: var(--orange);
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hero h1 {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -1.5px;
    margin-bottom: 20px;
    line-height: 1.08;
}

.accent { color: var(--orange); }

.hero p {
    font-size: 16px;
    color: var(--text-mid);
    max-width: 420px;
    margin-bottom: 32px;
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    gap: 14px;
}

.hero-visual {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero-card {
    padding: 28px 24px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
}

.hero-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 4px; height: 100%;
}

.card-nl {
    background: #fff;
    border: 1px solid var(--border-light);
}

.card-nl::before { background: #AE1C28; }

.card-eu {
    background: var(--navy);
    color: #fff;
}

.card-eu::before { background: #FFCC00; }

.card-tld {
    font-family: 'Sora', sans-serif;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -1px;
}

.card-eu .card-tld { color: #fff; }

.card-label {
    font-size: 13px;
    color: var(--text-light);
    margin-top: 2px;
}

.card-eu .card-label { color: rgba(255,255,255,0.5); }

.card-status {
    display: inline-block;
    margin-top: 12px;
    padding: 4px 12px;
    background: rgba(39,174,96,0.1);
    color: #27ae60;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
}

.card-eu .card-status {
    background: rgba(255,255,255,0.1);
    color: #2ecc71;
}

.hero-stripe {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--orange) 0%, var(--orange) 50%, var(--navy) 50%, var(--navy) 100%);
}

/* ── Stats bar ── */

.stats-bar {
    padding: 36px 0;
    background: var(--navy);
    color: #fff;
}

.stats-row {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.stat-num {
    font-family: 'Sora', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: var(--orange);
}

.stat-label {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ── Sections ── */

.section { padding: 80px 0; }
.section-alt { background: var(--cream); }

.section-intro {
    text-align: center;
    margin-bottom: 48px;
}

.section-intro h2 {
    font-size: 32px;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}

.section-intro p {
    font-size: 15px;
    color: var(--text-mid);
    max-width: 480px;
    margin: 0 auto;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.card {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius);
    padding: 32px 26px;
    box-shadow: var(--shadow-sm);
    transition: box-shadow 0.2s, transform 0.2s;
}

.card:hover {
    box-shadow: var(--shadow);
    transform: translateY(-3px);
}

.card-icon {
    width: 48px; height: 48px;
    display: flex; align-items: center; justify-content: center;
    background: var(--orange-glow);
    border-radius: 10px;
    color: var(--orange);
    margin-bottom: 18px;
}

.card h3 {
    font-size: 17px;
    margin-bottom: 8px;
}

.card p {
    font-size: 13px;
    color: var(--text-mid);
    line-height: 1.7;
}

/* ── Split / Why ── */

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.split-text h2 {
    font-size: 28px;
    margin-bottom: 14px;
}

.split-text p {
    font-size: 14px;
    color: var(--text-mid);
    line-height: 1.75;
    margin-bottom: 22px;
}

.check-list {
    list-style: none;
}

.check-list li {
    font-size: 14px;
    padding: 6px 0 6px 26px;
    position: relative;
    color: var(--text);
}

.check-list li::before {
    content: '';
    position: absolute;
    left: 0; top: 11px;
    width: 14px; height: 14px;
    border-radius: 50%;
    background: var(--orange);
    opacity: 0.15;
}

.check-list li::after {
    content: '';
    position: absolute;
    left: 4px; top: 15px;
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--orange);
}

.split-visual {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.tld-block {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 24px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.tld-block img { border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,0.1); }

.tld-nl { background: var(--white); border: 1px solid var(--border-light); }
.tld-eu { background: var(--navy); color: #fff; }

.tld-block strong {
    display: block;
    font-family: 'Sora', sans-serif;
    font-size: 22px;
    font-weight: 700;
}

.tld-block span {
    font-size: 12px;
    color: var(--text-light);
}

.tld-eu span { color: rgba(255,255,255,0.5); }
.tld-eu strong { color: #fff; }

.partner-badge {
    padding: 6px 14px;
    background: var(--navy);
    color: #fff;
    font-family: 'Sora', sans-serif;
    font-size: 11px;
    font-weight: 700;
    border-radius: 5px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    flex-shrink: 0;
}

/* ── WHOIS ── */

.section-whois {
    background: var(--white);
    border-top: 1px solid var(--border-light);
    border-bottom: 1px solid var(--border-light);
}

.whois-box {
    max-width: 520px;
    margin: 0 auto;
}

.whois-input-wrap {
    display: flex;
    border: 2px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    background: #fff;
    transition: border-color 0.15s;
}

.whois-input-wrap:focus-within {
    border-color: var(--orange);
    box-shadow: 0 0 0 3px var(--orange-glow);
}

.whois-input-wrap input {
    flex: 1;
    border: none;
    outline: none;
    font-family: 'Sora', sans-serif;
    font-size: 15px;
    padding: 14px 18px;
    color: var(--text);
    background: transparent;
}

.whois-input-wrap input::placeholder { color: var(--text-light); }

.whois-input-wrap .btn-accent {
    border-radius: 0;
    box-shadow: none;
    padding: 14px 28px;
}

.whois-links {
    text-align: center;
    margin-top: 14px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.whois-links a {
    color: var(--text-light);
    font-weight: 500;
}

.whois-links a:hover { color: var(--orange); }

.dot {
    width: 4px; height: 4px;
    border-radius: 50%;
    background: var(--border);
}

/* ── Contact ── */

.contact-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.contact-block {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.contact-block svg { color: var(--orange); flex-shrink: 0; }
.contact-block a:hover { color: var(--orange); }

/* ── CTA band ── */

.cta-band {
    padding: 60px 0;
    background: var(--orange);
}

.cta-inner {
    text-align: center;
}

.cta-inner h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
}

/* ── Footer ── */

.footer {
    padding: 48px 0 0;
    background: var(--navy);
    color: rgba(255,255,255,0.5);
}

.footer a { color: rgba(255,255,255,0.5); }
.footer a:hover { color: #fff; }

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 36px;
}

.footer-brand p {
    font-size: 13px;
    margin-top: 10px;
}

.footer .logo-mark { background: var(--orange); }
.footer .logo-word { color: #fff; }

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-col h4 {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.footer-col a { font-size: 13px; }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 20px 0;
    text-align: center;
}

.footer-bottom p {
    font-size: 11px;
    color: rgba(255,255,255,0.3);
    margin-bottom: 2px;
}

/* ── Animations ── */

.fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ── Responsive ── */

@media (max-width: 768px) {
    .nav, .header-right { display: none; }
    .burger { display: flex; }

    .nav.open {
        display: flex;
        position: absolute;
        top: 64px; left: 0; right: 0;
        background: var(--white);
        border-bottom: 1px solid var(--border-light);
        flex-direction: column;
        padding: 16px 24px;
        gap: 10px;
        box-shadow: var(--shadow);
    }

    .hero { padding: 110px 0 60px; }
    .hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .hero h1 { font-size: 34px; }
    .hero-visual { flex-direction: row; }
    .hero-card { flex: 1; }
    .stats-row { flex-wrap: wrap; gap: 24px; }
    .stat-item { min-width: 120px; }
    .grid-3 { grid-template-columns: 1fr; }
    .split { grid-template-columns: 1fr; gap: 32px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}
