*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
    --blue: #2563EB;
    --blue-dark: #1D4ED8;
    --blue-deeper: #1E3A8A;
    --blue-light: #EFF6FF;
    --blue-mid: #DBEAFE;
    --text: #0F172A;
    --text-muted: #475569;
    --text-soft: #94A3B8;
    --border: #E2E8F0;
    --white: #ffffff;
    --bg: #F8FAFF;
    --card: #ffffff;
    --radius: 14px;
    --radius-sm: 8px;
}
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
    font-family: 'Inter var', sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, .brand { font-family: 'Sora', sans-serif; }

nav {
    position: sticky; top: 0; z-index: 100;
    background: rgba(248,250,255,0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
    padding: 0 5%;
    display: flex; align-items: center; justify-content: space-between;
    height: 68px;
}
.logo { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.logo img { height: 58px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav-links a { color: var(--text-muted); text-decoration: none; font-size: 15px; font-weight: 500; transition: color .2s; }
.nav-links a:hover { color: var(--blue); }
.nav-cta { display: flex; gap: 10px; align-items: center; }

.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 10px 22px; border-radius: 10px;
    font-family: 'Sora', sans-serif; font-size: 15px; font-weight: 600;
    text-decoration: none; cursor: pointer; border: none; transition: all .2s;
}
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 4px 14px rgba(37,99,235,0.30); }
.btn-primary:hover { background: var(--blue-dark); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(37,99,235,0.40); }
.btn-ghost { background: transparent; color: var(--text-muted); border: 1.5px solid var(--border); }
.btn-ghost:hover { border-color: var(--blue); color: var(--blue); background: var(--blue-light); }
.btn-large { padding: 16px 36px; font-size: 17px; border-radius: 12px; }
.btn-outline-blue { background: transparent; color: var(--blue); border: 2px solid var(--blue); padding: 14px 32px; font-size: 16px; border-radius: 12px; }
.btn-outline-blue:hover { background: var(--blue); color: #fff; }

.hero {
    max-width: 1200px; margin: 0 auto; padding: 90px 5% 80px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--blue-mid); color: #1D4ED8;
    font-size: 13px; font-weight: 600; padding: 6px 14px; border-radius: 100px;
    margin-bottom: 24px; font-family: 'Sora', sans-serif;
}
.hero-badge .dot {
    width: 7px; height: 7px; border-radius: 50%; background: var(--blue);
    animation: pulse 2s infinite;
}
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(1.3)} }

h1 { font-size: clamp(36px,4vw,54px); font-weight: 700; line-height: 1.15; letter-spacing: -1.5px; color: var(--text); margin-bottom: 22px; }
h1 span { color: var(--blue); }
.hero-sub { font-size: 18px; color: var(--text-muted); line-height: 1.7; margin-bottom: 38px; max-width: 500px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-bottom: 36px; }
.hero-note { font-size: 13px; color: var(--text-soft); display: flex; align-items: center; gap: 6px; }

.hero-visual { position: relative; }
.hero-card { background: var(--white); border-radius: 20px; border: 1px solid var(--border); overflow: hidden; box-shadow: 0 20px 60px rgba(37,99,235,0.10); }
.card-topbar { background: linear-gradient(135deg,#1E3A8A 0%,#2563EB 100%); padding: 20px 24px; color: #fff; }
.card-topbar-title { font-family:'Sora',sans-serif; font-size:13px; font-weight:600; opacity:.75; margin-bottom:2px; text-transform:uppercase; letter-spacing:.8px; }
.card-topbar-date { font-family:'Sora',sans-serif; font-size:24px; font-weight:700; }
.card-stats { display:grid; grid-template-columns:1fr 1fr 1fr; gap:1px; background:var(--border); }
.stat-box { background:var(--white); padding:18px 16px; text-align:center; }
.stat-num { font-family:'Sora',sans-serif; font-size:28px; font-weight:700; color:var(--blue); line-height:1; margin-bottom:4px; }
.stat-label { font-size:11px; color:var(--text-soft); font-weight:500; text-transform:uppercase; letter-spacing:.5px; }
.card-rows { padding:16px 20px; display:flex; flex-direction:column; gap:10px; }
.emp-row { display:flex; align-items:center; gap:12px; padding:10px 12px; background:var(--bg); border-radius:10px; }
.emp-avatar { width:34px; height:34px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-family:'Sora',sans-serif; font-size:12px; font-weight:700; flex-shrink:0; }
.emp-name { font-size:13px; font-weight:600; color:var(--text); }
.emp-role { font-size:11px; color:var(--text-soft); }
.emp-status { margin-left:auto; font-size:11px; font-weight:600; padding:4px 10px; border-radius:100px; }
.status-present { background:#DCFCE7; color:#15803D; }
.status-leave { background:#FEF9C3; color:#A16207; }
.floating-badge {
    position:absolute; background:white; border-radius:12px; border:1px solid var(--border);
    box-shadow:0 8px 24px rgba(0,0,0,0.10); padding:12px 16px;
    display:flex; align-items:center; gap:10px;
    font-family:'Sora',sans-serif; font-size:13px; font-weight:600; white-space:nowrap;
}
.fb1 { top:-18px; right:-10px; color:#15803D; }
.fb2 { bottom:30px; left:-22px; color:#1D4ED8; }

section { max-width:1200px; margin:0 auto; padding:80px 5%; }
.section-label { font-family:'Sora',sans-serif; font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:1.5px; color:var(--blue); margin-bottom:14px; }
h2 { font-size:clamp(28px,3vw,42px); font-weight:700; letter-spacing:-1px; line-height:1.2; color:var(--text); margin-bottom:16px; }
.section-sub { font-size:17px; color:var(--text-muted); max-width:560px; line-height:1.65; margin-bottom:54px; }

.trust-bar { background:white; border-top:1px solid var(--border); border-bottom:1px solid var(--border); padding:28px 5%; }
.trust-inner { max-width:1200px; margin:0 auto; display:flex; align-items:center; gap:48px; flex-wrap:wrap; justify-content:center; }
.trust-label { font-size:13px; color:var(--text-soft); font-weight:500; white-space:nowrap; }
.trust-items { display:flex; gap:40px; align-items:center; flex-wrap:wrap; }
.trust-pill { display:flex; align-items:center; gap:8px; font-family:'Sora',sans-serif; font-size:14px; font-weight:600; color:var(--text-muted); }

.features-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.feat-card { background:var(--white); border:1px solid var(--border); border-radius:var(--radius); padding:28px 26px; transition:all .25s; position:relative; overflow:hidden; }
.feat-card::before { content:''; position:absolute; top:0;left:0;right:0; height:3px; background:var(--blue); opacity:0; transition:opacity .25s; }
.feat-card:hover { border-color:#BFDBFE; box-shadow:0 8px 30px rgba(37,99,235,0.10); transform:translateY(-3px); }
.feat-card:hover::before { opacity:1; }
.feat-icon { width:46px;height:46px; background:var(--blue-light); border-radius:12px; display:flex;align-items:center;justify-content:center; margin-bottom:18px; color:var(--blue); }
.feat-icon svg { width:22px;height:22px; }
.feat-card h3 { font-size:16px;font-weight:700;color:var(--text);margin-bottom:8px;letter-spacing:-.3px; }
.feat-card p { font-size:14px;color:var(--text-muted);line-height:1.65; }

.how-bg { background:linear-gradient(160deg,#EFF6FF 0%,#F0F9FF 100%); border-top:1px solid var(--border); border-bottom:1px solid var(--border); }
.steps { display:grid; grid-template-columns:repeat(3,1fr); gap:32px; }
.step { position:relative; padding-top:16px; }
.step-num { font-family:'Sora',sans-serif;font-size:13px;font-weight:700;color:var(--blue);background:var(--blue-mid);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px; }
.step h3 { font-size:18px;font-weight:700;margin-bottom:10px;letter-spacing:-.3px; }
.step p { font-size:15px;color:var(--text-muted);line-height:1.65; }

.modules-list { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.module-item { display:flex;align-items:flex-start;gap:14px;background:white;border:1px solid var(--border);border-radius:var(--radius-sm);padding:18px; }
.module-icon { width:38px;height:38px;border-radius:10px;background:var(--blue-light);color:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0; }
.module-icon svg { width:18px;height:18px; }
.module-item h4 { font-size:14px;font-weight:700;color:var(--text);margin-bottom:3px; }
.module-item p { font-size:13px;color:var(--text-muted);line-height:1.5; }

.cta-block {
    background:linear-gradient(135deg,#1E3A8A 0%,#2563EB 60%,#3B82F6 100%);
    border-radius:24px; padding:72px 60px; text-align:center;
    position:relative; overflow:hidden;
    max-width:1100px; margin:0 auto 80px;
}
.cta-block::before { content:''; position:absolute; top:-80px;right:-80px; width:300px;height:300px; background:rgba(255,255,255,.05); border-radius:50%; }
.cta-block::after  { content:''; position:absolute; bottom:-60px;left:-40px; width:200px;height:200px; background:rgba(255,255,255,.04); border-radius:50%; }
.cta-block h2 { color:white;font-size:clamp(28px,3vw,40px);margin-bottom:16px;position:relative; }
.cta-block p  { color:rgba(255,255,255,.75);font-size:17px;margin-bottom:36px;position:relative; }
.cta-buttons { display:flex;gap:14px;justify-content:center;flex-wrap:wrap;position:relative; }
.btn-white { background:white;color:var(--blue-dark);font-family:'Sora',sans-serif;font-weight:700; }
.btn-white:hover { background:var(--blue-light);transform:translateY(-1px); }
.cta-block .btn-outline-blue { color:white;border-color:rgba(255,255,255,.8);background:rgba(255,255,255,.08); }
.cta-block .btn-outline-blue:hover { color:var(--blue-dark);border-color:white;background:white; }

footer { background:var(--white);border-top:1px solid var(--border);padding:20px 5%; }
.footer-inner { max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px; }
footer p { font-size:13px;color:var(--text-soft); }
.footer-links { display:flex;gap:24px; }
.footer-links a { font-size:13px;color:var(--text-soft);text-decoration:none; }
.footer-links a:hover { color:var(--blue); }

/* ── Hamburger button ── */
.nav-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px; height: 40px;
    background: none; border: none;
    cursor: pointer; padding: 4px;
    border-radius: 8px;
    transition: background .2s;
    flex-shrink: 0;
}
.nav-hamburger:hover { background: var(--blue-light); }
.nav-hamburger span {
    display: block;
    width: 22px; height: 2px;
    background: var(--text);
    border-radius: 2px;
    transition: transform .25s, opacity .25s;
    transform-origin: center;
}
nav.nav-open .nav-hamburger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
nav.nav-open .nav-hamburger span:nth-child(2) { opacity: 0; }
nav.nav-open .nav-hamburger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width:900px) {
    nav { padding: 0 4%; gap: 10px; }
    .logo img { height: 44px; }
    .nav-cta { gap: 8px; flex-shrink: 1; }
    .nav-cta .btn { padding: 8px 12px; font-size: 13px; white-space: nowrap; }
    .hero { grid-template-columns:1fr; }
    .features-grid { grid-template-columns:1fr 1fr; }
    .steps { grid-template-columns:1fr; }
    .modules-list { grid-template-columns:1fr; }
    .hero-visual { display:none; }
    .cta-block { padding:48px 28px; }

    .nav-hamburger { display: flex; }
    .nav-cta .btn-primary { display: none; }

    .nav-links {
        display: flex !important;
        flex-direction: column;
        position: fixed;
        top: 68px; left: 0; right: 0;
        background: rgba(248,250,255,0.98);
        backdrop-filter: blur(12px);
        border-bottom: 1px solid var(--border);
        padding: 8px 5% 16px;
        gap: 0;
        z-index: 99;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
        transition: opacity .2s, transform .2s;
    }
    nav.nav-open .nav-links {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }
    .nav-links li { border-bottom: 1px solid var(--border); }
    .nav-links li:last-child { border-bottom: none; }
    .nav-links a { display: block; padding: 14px 0; font-size: 16px; color: var(--text) !important; }

    .contact-grid { flex-direction: column; gap: 16px; }
    .contact-info { flex: none; padding-right: 0; padding-bottom: 16px; border-bottom: 1px solid var(--border); flex-direction: column; gap: 8px; }
    .info-item strong { font-size: 13px; }
    .info-item p { font-size: 12px; }
    .contact-modal { padding: 0; }
    .contact-header { margin-bottom: 4px; }
}
@media (max-width:600px) {
    nav { height: auto; min-height: 64px; padding: 8px 4%; align-items: center; }
    .logo img { height: 38px; }
    .nav-cta { justify-content: flex-end; }
    .nav-cta .btn { padding: 7px 10px; font-size: 12px; border-radius: 8px; }
    .features-grid { grid-template-columns:1fr; }
}
@media (max-width:420px) {
    .logo img { height: 34px; }
}

/* ── Audience toggle (Tvrtke / Agencije) ── */
.aud-toggle { display:flex; justify-content:center; margin-bottom:18px; }
.aud-toggle-inner { background:#fff; border:1px solid var(--border); border-radius:100px; padding:5px; display:flex; gap:4px; box-shadow:0 2px 8px rgba(15,23,42,0.05); }
.aud-btn { display:inline-flex; align-items:center; gap:8px; border:none; background:transparent; cursor:pointer; font-family:'Sora',sans-serif; font-size:14px; font-weight:600; color:var(--text-muted); padding:9px 20px; border-radius:100px; transition:all .2s; }
.aud-btn svg { width:16px; height:16px; }
.aud-btn.active { background:var(--blue); color:#fff; box-shadow:0 4px 12px rgba(37,99,235,0.30); }

/* ── Billing toggle (Mjesečno / Godišnje) ── */
.bill-toggle { display:flex; justify-content:center; align-items:center; gap:12px; margin-bottom:48px; }
.bill-toggle span { font-size:14px; color:var(--text-muted); font-weight:500; transition:color .2s; }
.bill-toggle span.active { color:var(--text); font-weight:600; }
.switch { width:46px; height:26px; background:var(--blue); border-radius:100px; position:relative; cursor:pointer; border:none; padding:0; transition:background .2s; }
.switch .knob { width:20px; height:20px; background:#fff; border-radius:50%; position:absolute; top:3px; left:3px; transition:transform .25s cubic-bezier(.4,0,.2,1); box-shadow:0 1px 3px rgba(0,0,0,.2); }
.switch.year .knob { transform:translateX(20px); }
.save-pill { background:#DCFCE7; color:#15803D; font-family:'Sora',sans-serif; font-size:12px; font-weight:600; padding:4px 11px; border-radius:100px; }

/* ── Pricing grid ── */
.price-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; align-items:stretch; }
.price-card { background:var(--white); border:1px solid var(--border); border-radius:var(--radius); padding:30px 28px; display:flex; flex-direction:column; position:relative; transition:all .25s; }
.price-card:hover { border-color:#BFDBFE; box-shadow:0 8px 30px rgba(37,99,235,0.10); transform:translateY(-3px); }
.price-card.featured { border:2px solid var(--blue); box-shadow:0 12px 40px rgba(37,99,235,0.16); }
.pop-badge { position:absolute; top:-13px; left:50%; transform:translateX(-50%); background:var(--blue); color:#fff; font-family:'Sora',sans-serif; font-size:11px; font-weight:700; letter-spacing:.8px; padding:5px 16px; border-radius:100px; box-shadow:0 4px 12px rgba(37,99,235,0.35); white-space:nowrap; }

.pc-icon { width:46px; height:46px; background:var(--blue-light); border-radius:12px; display:flex; align-items:center; justify-content:center; color:var(--blue); margin-bottom:18px; }
.pc-icon svg { width:22px; height:22px; }
.pc-name { font-size:20px; font-weight:700; color:var(--text); letter-spacing:-.3px; }
.pc-cap { font-size:13px; color:var(--text-soft); margin-bottom:20px; }
.pc-price { font-family:'Sora',sans-serif; font-size:40px; font-weight:700; color:var(--text); line-height:1; letter-spacing:-1.5px; }
.pc-price .cur { font-size:24px; font-weight:600; }
.pc-period { font-size:14px; color:var(--text-soft); font-weight:400; font-family:'Inter var',sans-serif; letter-spacing:0; }
.pc-sub { font-size:13px; color:var(--text-soft); margin-top:6px; margin-bottom:24px; min-height:18px; }
.pc-features { list-style:none; display:flex; flex-direction:column; gap:13px; margin-bottom:28px; flex-grow:1; }
.pc-features li { display:flex; align-items:flex-start; gap:10px; font-size:14px; color:var(--text-muted); line-height:1.45; }
.pc-features svg { width:18px; height:18px; color:var(--blue); flex-shrink:0; margin-top:1px; }
.pc-cta { width:100%; }

/* ── Enterprise strip ── */
.ent-strip { background:var(--white); border:1px solid var(--border); border-radius:var(--radius); padding:24px 30px; margin-top:20px; display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap; }
.ent-left { display:flex; align-items:center; gap:18px; }
.ent-icon { width:48px; height:48px; background:var(--blue-light); border-radius:12px; display:flex; align-items:center; justify-content:center; color:var(--blue); flex-shrink:0; }
.ent-icon svg { width:24px; height:24px; }
.ent-title { font-family:'Sora',sans-serif; font-size:17px; font-weight:700; color:var(--text); }
.ent-title span { font-size:13px; color:var(--text-soft); font-weight:400; }
.ent-desc { font-size:14px; color:var(--text-muted); margin-top:2px; }

/* ── Migration banner ── */
.mig-banner { background:linear-gradient(135deg,#EFF6FF 0%,#F0F9FF 100%); border:1px solid var(--blue-mid); border-radius:var(--radius); padding:18px 24px; margin-top:20px; display:flex; align-items:center; gap:14px; }
.mig-banner svg { width:26px; height:26px; color:var(--blue); flex-shrink:0; }
.mig-banner p { font-size:14px; color:var(--blue-deeper); }
.mig-banner strong { font-family:'Sora',sans-serif; font-weight:600; }

/* ── Trust row + footnote ── */
.price-trust { display:flex; justify-content:center; align-items:center; gap:32px; flex-wrap:wrap; margin-top:40px; }
.price-trust .tp { display:flex; align-items:center; gap:8px; font-family:'Sora',sans-serif; font-size:14px; font-weight:600; color:var(--text-muted); }
.price-trust .tp svg { width:16px; height:16px; color:#22C55E; }
.price-foot { text-align:center; margin-top:22px; font-size:13px; color:var(--text-soft); }
.price-foot strong { color:var(--text); font-weight:600; font-family:'Sora',sans-serif; }

.hidden { display:none !important; }

@media (max-width:900px) {
    .price-grid { grid-template-columns:1fr; max-width:440px; margin:0 auto; }
    .ent-strip { flex-direction:column; align-items:flex-start; }
}
.modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
    overflow-y: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 5vh 16px 5vh;
}

/* OPEN STATE */
.modal.active {
    opacity: 1;
    pointer-events: auto;
}

.modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(4px);
}

#modal-title{
    font-weight: bold;
    font-size: 32px;
}

.modal-content {
    position: relative;
    max-width: 900px;
    width: 100%;
    margin: auto;
    background: var(--bg);
    border-radius: 14px;
    padding: 24px;

    transform: translateY(18px) scale(0.97);
    opacity: 0;

    transition: transform 220ms cubic-bezier(0.2, 0.9, 0.2, 1),
    opacity 220ms ease;
}

/* animated in */
.modal.active .modal-content {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 26px;
    background: none;
    border: none;
    cursor: pointer;
}

.contact-modal {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-header h2 {
    margin: 0;
}

.contact-header p {
    margin: 4px 0 0;
    color: #666;
}

/* 40 / 60 layout */
.contact-grid {
    display: flex;
    gap: 24px;
}

/* LEFT SIDE */
.contact-info {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-right: 10px;
}

.info-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.info-item .icon {
    font-size: 18px;
    margin-top: 2px;
}

.info-item strong {
    display: block;
    font-size: 14px;
}

.info-item p {
    margin: 2px 0 0;
    color: #555;
    font-size: 14px;
}

/* RIGHT SIDE */
.contact-form-wrapper {
    flex: 1;
}

.contact-modal {
    padding: 1rem;
}

.contact-modal .modal-title{
    font-weight: bold;
    font-size: 32px;
    text-align: center;
}

.contact-modal .subtitle{
    color: #555;
    text-align: center;
}

.contact-info .icon svg {
    width: 20px;
    height: 20px;
    stroke: var(--blue);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #fff;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 20px 60px rgba(37,99,235,0.10);
}

.contact-form .form-group label {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-bottom: 5px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    background: #fff;
}

.contact-form textarea {
    resize: vertical;
}

.contact-form button {
    color: white;
    padding: 12px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    margin-top: 6px;
}

.form-note {
    font-size: 12px;
    color: #777;
    margin-top: 6px;
    text-align: center;
}

.contact-info .icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #111; /* outline color */
    flex-shrink: 0;
}

/* ── Legal document (terms / privacy) ── */
.legal-doc {
    max-height: 72vh;
    overflow-y: auto;
    padding-right: 6px;
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}

.legal-doc h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 1.2rem;
    color: #111;
}

.legal-doc h3 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #111;
    margin: 1.6rem 0 .4rem;
    padding-bottom: .3rem;
    border-bottom: 1px solid #eee;
}

.legal-doc p {
    margin: 0 0 .8rem;
}

.legal-doc ul {
    margin: .4rem 0 .8rem 1.4rem;
    padding: 0;
}

.legal-doc ul li {
    margin-bottom: .3rem;
}

/* ── Contact form extras ── */
.hp-field { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; opacity:0; }
.form-error { font-size:13px; color:#DC2626; background:#FEF2F2; border:1px solid #FECACA; border-radius:6px; padding:8px 12px; margin-bottom:10px; }

/* ── Features secondary grid ── */
.features-more-label { text-align:center; font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:1.5px; color:var(--text-soft); margin:48px 0 20px; }
.features-grid--secondary .feat-card { background:var(--bg); border-color:var(--border); }
.features-grid--secondary .feat-card h3 { font-size:15px; }

/* ── Modules callout ── */
.modules-callout { display:flex; align-items:center; justify-content:center; gap:10px; margin-top:28px; background:var(--blue-light); border:1px solid var(--blue-mid); border-radius:var(--radius-sm); padding:14px 20px; }
.modules-callout svg { width:18px; height:18px; stroke:#15803D; flex-shrink:0; }
.modules-callout span { font-family:'Sora',sans-serif; font-size:14px; font-weight:600; color:var(--blue-deeper); }

/* ── For-whom (audience) section ── */
.audience-section { max-width:1200px; margin:0 auto; padding:80px 5%; text-align:center; }
.aud-who-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:48px; text-align:left; }
.aud-who-card { background:var(--white); border:1px solid var(--border); border-radius:var(--radius); padding:36px 30px; transition:all .25s; }
.aud-who-card:hover { border-color:#BFDBFE; box-shadow:0 8px 30px rgba(37,99,235,0.10); transform:translateY(-3px); }
.aud-who-icon { width:48px; height:48px; background:var(--blue-light); border-radius:12px; display:flex; align-items:center; justify-content:center; margin-bottom:20px; }
.aud-who-icon svg { width:24px; height:24px; stroke:var(--blue); }
.aud-who-card h3 { font-size:18px; font-weight:700; color:var(--text); margin-bottom:10px; letter-spacing:-.3px; }
.aud-who-card p { font-size:15px; color:var(--text-muted); line-height:1.65; }

/* ── Pricing pop-sub ── */
.pop-sub { font-size:12px; color:var(--blue-dark); font-weight:600; text-align:center; margin-bottom:16px; opacity:0.75; }

@media (max-width:900px) {
    .aud-who-cards { grid-template-columns:1fr; max-width:440px; margin-left:auto; margin-right:auto; }
}
@media (max-width:600px) {
    .aud-who-cards { grid-template-columns:1fr; }
}

/* ── Agency banner ── */
.agency-banner {
    display: flex;
    align-items: center;
    gap: 28px;
    background: linear-gradient(135deg, var(--blue) 0%, var(--blue-deeper) 100%);
    border-radius: var(--radius);
    padding: 36px 40px;
    margin: 48px 0;
    position: relative;
    overflow: hidden;
}
.agency-banner::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 220px; height: 220px;
    background: rgba(255,255,255,.06);
    border-radius: 50%;
    pointer-events: none;
}
.agency-banner::after {
    content: '';
    position: absolute;
    bottom: -40px; left: 30%;
    width: 160px; height: 160px;
    background: rgba(255,255,255,.04);
    border-radius: 50%;
    pointer-events: none;
}
.agency-banner__icon {
    flex-shrink: 0;
    width: 60px; height: 60px;
    background: rgba(255,255,255,.15);
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    position: relative;
}
.agency-banner__icon svg { width: 28px; height: 28px; stroke: #fff; }
.agency-banner__body { flex: 1; position: relative; }
.agency-banner__label {
    font-family: 'Sora', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: rgba(255,255,255,.65);
    margin-bottom: 6px;
}
.agency-banner__body h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    letter-spacing: -.3px;
}
.agency-banner__body p {
    font-size: 15px;
    color: rgba(255,255,255,.80);
    line-height: 1.6;
}
.agency-banner__cta {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    color: var(--blue-dark);
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 24px;
    border-radius: 10px;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    transition: all .2s;
    box-shadow: 0 4px 14px rgba(0,0,0,.15);
}
.agency-banner__cta:hover { background: var(--blue-light); box-shadow: 0 6px 20px rgba(0,0,0,.2); transform: translateY(-1px); }
@media (max-width:900px) {
    .agency-banner { flex-direction:column; align-items:flex-start; padding:28px 24px; gap:20px; }
    .agency-banner__cta { width:100%; justify-content:center; }
}

.legal-doc .legal-address {
    background: #f6f8fb;
    border-left: 3px solid var(--blue, #2563eb);
    border-radius: 4px;
    padding: .7rem 1rem;
    margin: .6rem 0 1rem;
    font-size: 14px;
    line-height: 1.6;
}