:root {
    --primary: #2563eb;
    --primary-dark: #1d4ed8;
    --primary-light: #3b82f6;
    --accent: #06b6d4;
    --dark: #0a0a0f;
    --dark-100: #111118;
    --dark-200: #18181f;
    --dark-300: #1f1f28;
    --dark-400: #2a2a35;
    --white: #fff;
    --gray-100: #f8fafc;
    --gray-200: #e2e8f0;
    --gray-300: #cbd5e1;
    --gray-400: #94a3b8;
    --gray-500: #64748b;
    --gradient: linear-gradient(135deg, var(--primary), var(--accent));
    --border: rgba(255,255,255,.09);
    --shadow: 0 24px 80px rgba(0,0,0,.35);
    --radius: 18px;
    --radius-lg: 28px;
    --container: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--gray-200); background: var(--dark); line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 12px 18px; border-radius: 8px; color: #fff; background: var(--primary); transition: top .2s; }
.skip-link:focus { top: 16px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--white); line-height: 1.12; letter-spacing: -.035em; }
h1 { margin-bottom: 24px; font-size: clamp(3rem, 6vw, 5.8rem); font-weight: 800; }
h2 { margin-bottom: 22px; font-size: clamp(2.2rem, 4.5vw, 4rem); font-weight: 750; }
h3 { margin-bottom: 12px; font-size: 1.25rem; }
p { color: var(--gray-400); }
.gradient-text { color: transparent; background: var(--gradient); background-clip: text; -webkit-background-clip: text; }
.section-kicker { display: block; margin-bottom: 18px; color: #67e8f9; font-size: .78rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.centered-heading { max-width: 850px; margin: 0 auto 56px; text-align: center; }
.centered-heading > p { max-width: 700px; margin: 0 auto; font-size: 1.08rem; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 52px; }
.split-heading h2 { margin-bottom: 0; font-size: clamp(2.2rem, 4vw, 3.5rem); }
.split-heading > p { margin-bottom: 7px; font-size: 1.05rem; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 11px 20px; border: 1px solid transparent; border-radius: 10px; font-weight: 700; cursor: pointer; transition: transform .25s, background .25s, border-color .25s, box-shadow .25s; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, a:focus-visible, summary:focus-visible, button:focus-visible { outline: 3px solid rgba(6,182,212,.65); outline-offset: 3px; }
.btn-primary { color: #fff; background: var(--gradient); box-shadow: 0 12px 32px rgba(37,99,235,.25); }
.btn-primary:hover { box-shadow: 0 16px 42px rgba(37,99,235,.38); }
.btn-secondary, .btn-ghost { color: #fff; border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.04); }
.btn-secondary:hover, .btn-ghost:hover { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.08); }
.btn-lg { min-height: 56px; padding: 15px 26px; }
.btn-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-weight: 700; }
.text-link span { color: var(--accent); font-size: 1.3rem; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s; }
.site-header.scrolled { border-color: var(--border); background: rgba(10,10,15,.88); backdrop-filter: blur(18px); }
.header-inner { display: flex; align-items: center; height: 80px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-mark { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 10px; color: #fff; background: var(--gradient); font-weight: 800; box-shadow: 0 8px 24px rgba(37,99,235,.24); }
.brand-name { color: #fff; font-size: 1.25rem; font-weight: 800; letter-spacing: -.04em; }
.brand-name span { color: #60a5fa; }
.main-nav { display: flex; gap: 30px; margin: 0 auto; }
.main-nav a { color: var(--gray-400); font-size: .9rem; font-weight: 600; transition: color .2s; }
.main-nav a:hover { color: #fff; }
.header-cta { font-size: .875rem; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; margin-left: auto; padding: 10px; border: 0; background: none; cursor: pointer; }
.nav-toggle span { display: block; width: 25px; height: 2px; border-radius: 2px; background: #fff; transition: transform .2s, opacity .2s; }
.nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; display: flex; min-height: 820px; padding: 150px 0 94px; align-items: center; overflow: hidden; background: radial-gradient(circle at 72% 40%, rgba(37,99,235,.09), transparent 38%), linear-gradient(180deg, #0a0a0f 0%, #0d101b 100%); }
.hero::before { position: absolute; inset: 0; content: ""; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 55px 55px; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-one { top: 100px; right: -160px; width: 520px; height: 520px; border: 1px solid rgba(6,182,212,.12); box-shadow: inset 0 0 120px rgba(37,99,235,.05); }
.hero-orb-two { bottom: -280px; left: -200px; width: 600px; height: 600px; border: 1px solid rgba(37,99,235,.1); }
.hero-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 55px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 25px; padding: 8px 13px; border: 1px solid rgba(6,182,212,.22); border-radius: 999px; color: #a5f3fc; background: rgba(6,182,212,.06); font-size: .78rem; font-weight: 700; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 14px #22c55e; }
.hero-lead { max-width: 620px; margin-bottom: 32px; font-size: clamp(1.05rem, 1.7vw, 1.25rem); line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.trust-list { display: flex; gap: 22px; flex-wrap: wrap; margin: 28px 0 0; padding: 0; list-style: none; color: var(--gray-300); font-size: .82rem; }
.check { display: inline-grid; width: 19px; height: 19px; margin-right: 5px; place-items: center; border-radius: 50%; color: #67e8f9; background: rgba(6,182,212,.12); font-size: .7rem; }

.product-stage { position: relative; perspective: 1200px; }
.app-window { overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: #111827; box-shadow: 0 45px 100px rgba(0,0,0,.5), 0 0 70px rgba(37,99,235,.12); transform: rotateY(-2deg) rotateX(1deg); }
.app-topbar { display: flex; align-items: center; height: 48px; padding: 0 14px; border-bottom: 1px solid var(--border); color: var(--gray-400); background: #0f1522; font-size: .7rem; }
.window-dots { display: flex; gap: 5px; margin-right: auto; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #ff5f57; }
.window-dots i:nth-child(2) { background: #febc2e; }.window-dots i:nth-child(3) { background: #28c840; }
.app-topbar > span { margin: auto; }
.agent-stack { display: flex; margin-left: auto; }
.agent-stack b { display: grid; width: 23px; height: 23px; margin-left: -5px; place-items: center; border: 2px solid #0f1522; border-radius: 50%; color: #fff; background: #334155; font-size: .48rem; }
.agent-stack b:first-child { background: #2563eb; }.agent-stack b:nth-child(2) { background: #7c3aed; }
.app-body { display: grid; grid-template-columns: 52px 205px 1fr; height: 430px; }
.app-sidebar { display: flex; align-items: center; flex-direction: column; gap: 13px; padding: 13px 7px; border-right: 1px solid var(--border); background: #0c111c; }
.app-logo { display: grid; width: 29px; height: 29px; margin-bottom: 7px; place-items: center; border-radius: 8px; color: #fff; background: var(--gradient); font-size: .7rem; font-weight: 800; }
.side-icon { width: 31px; height: 31px; border: 0; border-radius: 7px; color: #64748b; background: transparent; font-size: .8rem; }
.side-icon.active { color: #60a5fa; background: rgba(37,99,235,.16); }
.conversation-list { padding: 15px 10px; border-right: 1px solid var(--border); background: #101723; }
.list-title { display: flex; align-items: center; justify-content: space-between; margin: 0 5px 12px; font-size: .68rem; }
.list-title span { padding: 2px 6px; border-radius: 9px; color: #60a5fa; background: rgba(37,99,235,.12); font-size: .52rem; }
.search-fake { margin-bottom: 10px; padding: 7px 9px; border: 1px solid var(--border); border-radius: 7px; color: #64748b; background: rgba(255,255,255,.025); font-size: .57rem; }
.conversation { display: grid; grid-template-columns: 31px 1fr auto; gap: 7px; align-items: center; margin-bottom: 4px; padding: 10px 7px; border-radius: 8px; font-size: .57rem; }
.conversation.active { background: rgba(37,99,235,.12); }
.conversation strong { display: block; margin-bottom: 2px; color: #e2e8f0; }
.conversation p { max-width: 110px; margin: 0; overflow: hidden; font-size: .51rem; text-overflow: ellipsis; white-space: nowrap; }
.conversation small { align-self: start; color: #64748b; font-size: .44rem; }
.avatar { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 9px; color: #fff; font-size: .55rem; font-style: normal; font-weight: 700; flex-shrink: 0; }
.avatar.green { background: linear-gradient(135deg,#059669,#34d399); }.avatar.blue { background: linear-gradient(135deg,#2563eb,#60a5fa); }.avatar.purple { background: linear-gradient(135deg,#7c3aed,#a78bfa); }.avatar.orange { background: linear-gradient(135deg,#ea580c,#fb923c); }
.chat-panel { display: flex; min-width: 0; flex-direction: column; background: #0e1520; }
.chat-head { display: flex; align-items: center; gap: 9px; height: 55px; padding: 0 13px; border-bottom: 1px solid var(--border); font-size: .6rem; }
.chat-head strong, .chat-head span { display: block; }.chat-head span { color: #64748b; font-size: .48rem; }.chat-head button { margin-left: auto; border: 0; color: #64748b; background: none; }
.chat-messages { display: flex; flex: 1; flex-direction: column; padding: 12px 14px; background: radial-gradient(circle at 50% 50%,rgba(37,99,235,.05),transparent 60%); }
.day-label { align-self: center; margin-bottom: 13px; color: #64748b; font-size: .46rem; }
.message { max-width: 80%; margin-bottom: 8px; padding: 8px 10px; border-radius: 9px; color: #cbd5e1; font-size: .53rem; line-height: 1.4; }
.message.incoming { align-self: flex-start; background: #1e293b; }.message.outgoing { align-self: flex-end; color: #dbeafe; background: #1d4ed8; }
.automation-note { align-self: center; margin-top: 7px; padding: 5px 9px; border: 1px solid rgba(6,182,212,.12); border-radius: 999px; color: #67e8f9; background: rgba(6,182,212,.05); font-size: .45rem; }
.composer { display: flex; align-items: center; margin: 10px 13px 13px; padding: 8px 10px; border: 1px solid var(--border); border-radius: 8px; color: #64748b; background: #111827; font-size: .53rem; }
.composer button { display: grid; width: 24px; height: 24px; margin-left: auto; place-items: center; border: 0; border-radius: 6px; color: #fff; background: var(--primary); font-size: .58rem; }
.floating-badge { position: absolute; z-index: 3; padding: 9px 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 11px; color: #e2e8f0; background: rgba(24,24,31,.9); box-shadow: 0 15px 35px rgba(0,0,0,.3); backdrop-filter: blur(12px); font-size: .65rem; font-weight: 600; }
.badge-online { top: 72px; right: -27px; }.badge-online span { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: #22c55e; }
.badge-automation { bottom: 42px; left: -28px; color: #a5f3fc; }

.channel-strip { padding: 30px 0; border-block: 1px solid var(--border); background: #0d0d13; }
.channel-strip .container { display: flex; align-items: center; gap: 35px; }
.channel-strip p { min-width: 180px; margin: 0; font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.channel-row { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 24px; }
.channel-row > span { display: flex; align-items: center; gap: 7px; color: #cbd5e1; font-size: .78rem; font-weight: 600; white-space: nowrap; }
.channel-icon { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 7px; color: #fff; font-size: .65rem; font-style: normal; }
.channel-icon.whatsapp { background: #16a34a; }.channel-icon.instagram { background: linear-gradient(135deg,#7c3aed,#db2777,#f59e0b); }.channel-icon.messenger { background: #0084ff; }.channel-icon.telegram { background: #229ed9; }.channel-icon.email { background: #64748b; }.channel-icon.webchat { background: #2563eb; }

.problem-section { background: #0d0d13; }
.problem-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.problem-card { position: relative; min-height: 260px; padding: 28px 24px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.01)); transition: transform .25s, border-color .25s; }
.problem-card:hover { border-color: rgba(37,99,235,.3); transform: translateY(-5px); }
.problem-card > span { display: block; margin-bottom: 70px; color: #475569; font-size: .7rem; font-weight: 700; }
.problem-card h3 { font-size: 1.12rem; }.problem-card p { margin-bottom: 0; font-size: .87rem; }
.problem-card::after { position: absolute; top: -60px; right: -60px; width: 130px; height: 130px; border: 1px solid rgba(37,99,235,.09); border-radius: 50%; content: ""; }

.solution-intro { background: radial-gradient(circle at 50% 50%,rgba(37,99,235,.08),transparent 45%); }
.flow-line { display: flex; align-items: center; justify-content: center; }
.flow-line > div { width: 210px; padding: 23px 18px; border: 1px solid var(--border); border-radius: 15px; text-align: center; background: rgba(255,255,255,.025); }
.flow-line > i { margin: 0 12px; color: #334155; font-style: normal; }
.flow-line span { display: grid; width: 30px; height: 30px; margin: 0 auto 12px; place-items: center; border-radius: 8px; color: #93c5fd; background: rgba(37,99,235,.13); font-size: .7rem; font-weight: 700; }
.flow-line strong, .flow-line small { display: block; }.flow-line strong { color: #fff; font-size: .85rem; }.flow-line small { margin-top: 4px; color: #64748b; font-size: .66rem; }

.features-section { background: #0d0d13; }
.feature-bento { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.feature-card { padding: 32px; border: 1px solid var(--border); border-radius: var(--radius); background: linear-gradient(145deg,#15151d,#101016); transition: border-color .25s, transform .25s; }
.feature-card:hover { border-color: rgba(6,182,212,.24); transform: translateY(-3px); }
.feature-card > p, .feature-copy > p { max-width: 640px; margin-bottom: 0; font-size: .92rem; }
.feature-icon { display: grid; width: 42px; height: 42px; margin-bottom: 22px; place-items: center; border: 1px solid rgba(37,99,235,.2); border-radius: 11px; color: #67e8f9; background: linear-gradient(135deg,rgba(37,99,235,.15),rgba(6,182,212,.08)); font-size: 1.1rem; }
.feature-large { display: grid; grid-column: 1/-1; grid-template-columns: .75fr 1.25fr; gap: 40px; align-items: center; min-height: 390px; padding: 44px; }
.feature-large h3, .feature-wide h3 { font-size: 1.8rem; }
.feature-copy ul { display: grid; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; color: #cbd5e1; font-size: .82rem; }
.feature-copy li::before { margin-right: 8px; color: #22d3ee; content: "✓"; }
.mini-inbox { padding: 15px; border: 1px solid var(--border); border-radius: 14px; background: #0c111b; box-shadow: var(--shadow); }
.mini-tabs { display: flex; gap: 20px; margin-bottom: 12px; padding: 3px 8px 12px; border-bottom: 1px solid var(--border); color: #64748b; font-size: .63rem; }.mini-tabs b { color: #60a5fa; }
.mini-ticket { display: grid; grid-template-columns: 34px 1fr auto; gap: 9px; align-items: center; margin-bottom: 7px; padding: 11px; border-radius: 9px; background: rgba(255,255,255,.025); }
.mini-ticket b, .mini-ticket small { display: block; }.mini-ticket b { color: #e2e8f0; font-size: .7rem; }.mini-ticket small { color: #64748b; font-size: .58rem; }.mini-ticket em { padding: 3px 7px; border-radius: 999px; color: #93c5fd; background: rgba(37,99,235,.12); font-size: .52rem; font-style: normal; }
.feature-wide { display: grid; grid-column: 1/-1; grid-template-columns: .8fr 1.2fr; gap: 45px; align-items: center; padding: 44px; }
.chart-card { padding: 20px; border: 1px solid var(--border); border-radius: 14px; background: #0c111b; }
.chart-head { display: flex; justify-content: space-between; color: #cbd5e1; font-size: .66rem; }.chart-head b { color: #64748b; font-weight: 500; }
.bars { display: flex; align-items: end; height: 140px; gap: 12px; padding-top: 18px; border-bottom: 1px solid var(--border); background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px); background-size: 100% 33%; }
.bars i { width: 100%; height: var(--h); border-radius: 5px 5px 0 0; background: linear-gradient(180deg,#06b6d4,#2563eb); opacity: .75; }
.chart-labels { display: flex; justify-content: space-around; padding-top: 8px; color: #64748b; font-size: .52rem; }

.integrations-section { overflow: hidden; background: radial-gradient(circle at 85% 40%,rgba(6,182,212,.08),transparent 35%); }
.integrations-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.integration-copy h2 { font-size: clamp(2.3rem,4vw,3.7rem); }
.integration-copy p { margin-bottom: 28px; font-size: 1.05rem; }
.integration-cloud { display: flex; align-content: center; justify-content: center; flex-wrap: wrap; gap: 12px; padding: 40px; }
.integration-pill { padding: 14px 20px; border: 1px solid var(--border); border-radius: 13px; color: #cbd5e1; background: rgba(255,255,255,.025); font-size: .85rem; font-weight: 600; box-shadow: 0 12px 30px rgba(0,0,0,.12); }
.integration-pill.featured { border-color: rgba(37,99,235,.3); color: #fff; background: linear-gradient(135deg,rgba(37,99,235,.18),rgba(6,182,212,.08)); transform: scale(1.08); }

.implementation-section { background: #0d0d13; }
.step-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.step-card { min-height: 280px; padding: 26px; border: 1px solid var(--border); border-radius: var(--radius); background: #121219; }
.step-card > span { display: block; color: #475569; font-size: .7rem; font-weight: 700; text-align: right; }
.step-icon { display: grid; width: 52px; height: 52px; margin: 38px 0 25px; place-items: center; border-radius: 14px; color: #67e8f9; background: rgba(6,182,212,.08); font-size: 1.25rem; }
.step-card h3 { font-size: 1.15rem; }.step-card p { margin-bottom: 0; font-size: .85rem; }

.audience-section { background: linear-gradient(180deg,#0a0a0f,#10101a); }
.audience-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.audience-copy { position: sticky; top: 120px; }.audience-copy h2 { font-size: clamp(2.3rem,4vw,3.7rem); }.audience-copy p { margin-bottom: 28px; }
.audience-list > div { display: grid; grid-template-columns: 45px 1fr; padding: 25px 0; border-bottom: 1px solid var(--border); }
.audience-list > div > span { grid-row: span 2; color: #475569; font-size: .7rem; font-weight: 700; }
.audience-list strong { color: #fff; font-size: 1.05rem; }.audience-list small { margin-top: 4px; color: #64748b; font-size: .78rem; }

.why-section { padding-top: 40px; background: #10101a; }
.why-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding: 65px; border: 1px solid rgba(37,99,235,.22); border-radius: var(--radius-lg); background: radial-gradient(circle at 0 0,rgba(37,99,235,.2),transparent 35%),linear-gradient(135deg,#151521,#0e121d); box-shadow: 0 35px 90px rgba(0,0,0,.25); }
.why-heading h2 { margin-bottom: 0; font-size: clamp(2rem,3.7vw,3.3rem); }
.why-points { display: grid; gap: 23px; }
.why-points article { display: flex; gap: 15px; }.why-points article > span { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; border-radius: 8px; color: #67e8f9; background: rgba(6,182,212,.1); font-size: .7rem; }
.why-points h3 { margin-bottom: 5px; font-size: 1rem; }.why-points p { margin-bottom: 0; font-size: .82rem; }

.faq-section { background: #0d0d13; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-heading { position: sticky; top: 120px; align-self: start; }.faq-heading h2 { font-size: clamp(2.2rem,4vw,3.5rem); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; color: #fff; font-size: 1rem; font-weight: 600; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: #60a5fa; font-size: 1.4rem; transition: transform .2s; }.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; padding: 0 40px 22px 0; font-size: .9rem; }

.contact-section { background: radial-gradient(circle at 20% 50%,rgba(37,99,235,.13),transparent 35%),#0a0a0f; }
.contact-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: center; }
.contact-copy h2 { font-size: clamp(2.4rem,4.2vw,3.8rem); }.contact-copy > p { font-size: 1.02rem; }.contact-copy ul { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; color: #cbd5e1; font-size: .9rem; }
.contact-copy li span { display: inline-grid; width: 22px; height: 22px; margin-right: 8px; place-items: center; border-radius: 7px; color: #67e8f9; background: rgba(6,182,212,.09); font-size: .65rem; }
.form-card { min-height: 620px; padding: 38px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(24,24,31,.88); box-shadow: var(--shadow); }
.form-heading { margin-bottom: 26px; }.form-heading h3 { margin-bottom: 5px; font-size: 1.5rem; }.form-heading p { margin-bottom: 0; font-size: .86rem; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }.field label { display: block; margin-bottom: 7px; color: #cbd5e1; font-size: .75rem; font-weight: 600; }.field label small { color: #64748b; font-weight: 400; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid rgba(255,255,255,.1); border-radius: 9px; color: #fff; outline: 0; background: rgba(10,10,15,.62); transition: border-color .2s, box-shadow .2s; }
.field input, .field select { height: 48px; padding: 0 13px; }.field textarea { padding: 12px 13px; resize: vertical; }.field input::placeholder, .field textarea::placeholder { color: #596477; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--primary-light); box-shadow: 0 0 0 3px rgba(37,99,235,.13); }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #f87171; }.field-error { display: block; margin-top: 5px; color: #fca5a5; font-size: .68rem; }
.form-privacy { margin: 12px 0 0; text-align: center; font-size: .68rem; }.form-privacy a { color: #93c5fd; text-decoration: underline; }
.form-message { display: none; margin-top: 14px; padding: 11px 13px; border-radius: 8px; font-size: .78rem; }.form-message.error { display: block; border: 1px solid rgba(248,113,113,.25); color: #fecaca; background: rgba(239,68,68,.08); }.form-message.info { display: block; border: 1px solid rgba(59,130,246,.25); color: #bfdbfe; background: rgba(37,99,235,.08); }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; }
.form-success { min-height: 540px; text-align: center; place-content: center; }.form-success:not([hidden]) { display: grid; }.success-icon { display: grid; width: 64px; height: 64px; margin: 0 auto 22px; place-items: center; border-radius: 20px; color: #a5f3fc; background: rgba(6,182,212,.1); font-size: 1.5rem; }.form-success h3 { font-size: 1.55rem; }.form-success p { max-width: 380px; margin: 0 auto; }

.site-footer { padding-top: 70px; border-top: 1px solid var(--border); background: #08080c; }
.footer-main { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.2fr; gap: 50px; padding-bottom: 55px; }
.footer-brand p { max-width: 340px; margin-top: 18px; font-size: .82rem; }.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }.footer-column h3 { margin-bottom: 6px; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }.footer-column a, .footer-column p { margin: 0; color: #7c879a; font-size: .78rem; transition: color .2s; }.footer-column a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 22px; border-top: 1px solid var(--border); }.footer-bottom p { margin: 0; font-size: .68rem; }
.footer-cookie-link { padding:0; border:0; color:#7c879a; background:none; font-size:inherit; text-decoration:underline; cursor:pointer; }.footer-cookie-link:hover { color:#fff; }

.cookie-banner { position: fixed; right: 20px; bottom: 20px; left: 20px; z-index: 1200; display: flex; max-width: 850px; margin: auto; align-items: center; gap: 28px; padding: 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: rgba(17,17,24,.96); box-shadow: 0 22px 70px rgba(0,0,0,.5); backdrop-filter: blur(18px); }
.cookie-banner[hidden] { display: none; }.cookie-banner strong { color: #fff; }.cookie-banner p { margin: 3px 0 0; font-size: .75rem; line-height: 1.5; }.cookie-actions { display: flex; flex-shrink: 0; gap: 8px; }.cookie-actions .btn { min-height: 40px; padding: 8px 13px; font-size: .7rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Focused campaign landing pages */
.campaign-page .site-header { background: rgba(10,10,15,.88); backdrop-filter: blur(18px); border-color: var(--border); }
.campaign-header-note { margin-left: auto; color: var(--gray-400); font-size: .78rem; }
.campaign-hero { min-height: 760px; padding-top: 145px; }
.campaign-hero .hero-grid { grid-template-columns: 1fr .82fr; }
.campaign-hero h1 { font-size: clamp(3rem,5.5vw,5rem); }
.campaign-panel { position: relative; padding: 34px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: linear-gradient(145deg,#171722,#0f1420); box-shadow: var(--shadow); }
.campaign-panel::before { position: absolute; inset: -1px; border-radius: inherit; content:""; pointer-events:none; background: linear-gradient(135deg,rgba(37,99,235,.4),transparent 35%,rgba(6,182,212,.22)); mask: linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0); mask-composite: exclude; padding: 1px; }
.campaign-panel-label { display: block; margin-bottom: 22px; color: #67e8f9; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.campaign-result { display: flex; align-items: center; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--border); }
.campaign-result:last-child { border-bottom: 0; }
.campaign-result > span { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items:center; border-radius: 11px; color:#a5f3fc; background:rgba(6,182,212,.08); }
.campaign-result strong,.campaign-result small { display:block; }.campaign-result strong { color:#fff; font-size:.9rem; }.campaign-result small { margin-top:2px; color:#64748b; font-size:.7rem; }
.campaign-benefits { background:#0d0d13; }.campaign-benefit-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:17px; }.campaign-benefit { padding:30px; border:1px solid var(--border); border-radius:var(--radius); background:#13131b; }.campaign-benefit h3 { font-size:1.12rem; }.campaign-benefit p { margin-bottom:0; font-size:.86rem; }
.campaign-cta-band { padding:50px 0; border-block:1px solid rgba(37,99,235,.22); background:linear-gradient(90deg,rgba(37,99,235,.16),rgba(6,182,212,.07)); }.campaign-cta-band .container { display:flex; align-items:center; justify-content:space-between; gap:30px; }.campaign-cta-band h2 { max-width:750px; margin:0; font-size:clamp(1.7rem,3vw,2.6rem); }

/* Legal pages */
.legal-page { padding: 140px 0 90px; background: #0d0d13; }.legal-shell { max-width: 900px; }.legal-header { margin-bottom: 50px; }.legal-header h1 { font-size: clamp(2.5rem,5vw,4.5rem); }.legal-updated { font-size: .8rem; }.legal-content { padding: 45px; border: 1px solid var(--border); border-radius: var(--radius); background: #121219; }.legal-content section { margin-bottom: 38px; }.legal-content section:last-child { margin-bottom: 0; }.legal-content h2 { margin-top: 0; font-size: 1.4rem; }.legal-content h3 { margin-top: 25px; font-size: 1rem; }.legal-content p, .legal-content li { font-size: .9rem; }.legal-content a { color: #60a5fa; text-decoration: underline; }.legal-content li { margin-bottom: 8px; color: var(--gray-400); }

@media (max-width: 1080px) {
    .main-nav { gap: 18px; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 780px; }.product-stage { max-width: 800px; }.problem-grid, .step-grid { grid-template-columns: 1fr 1fr; }.channel-strip .container { align-items: flex-start; flex-direction: column; }.channel-row { flex-wrap: wrap; justify-content: flex-start; }.integrations-grid, .audience-layout, .contact-shell { gap: 55px; }.app-body { height: 410px; }
}

@media (max-width: 820px) {
    .section { padding: 82px 0; }.container { width: min(100% - 32px,var(--container)); }.header-cta { display: none; }.nav-toggle { display: flex; }.main-nav { position: fixed; inset: 80px 0 auto; display: flex; max-height: 0; overflow: hidden; align-items: stretch; flex-direction: column; gap: 0; background: rgba(10,10,15,.98); transition: max-height .3s; }.main-nav.open { max-height: 420px; border-bottom: 1px solid var(--border); }.main-nav a { padding: 16px 24px; border-top: 1px solid var(--border); text-align: center; }
    .hero { min-height: auto; padding-top: 130px; }.hero-grid, .campaign-hero .hero-grid { grid-template-columns:1fr; gap: 70px; }.split-heading, .integrations-grid, .audience-layout, .why-card, .faq-layout, .contact-shell { grid-template-columns: 1fr; gap: 42px; }.split-heading { align-items: start; }.feature-large, .feature-wide { grid-template-columns: 1fr; }.integration-cloud { padding: 20px 0; }.audience-copy, .faq-heading { position: static; }.why-card { padding: 40px; }.footer-main { grid-template-columns: 1.5fr 1fr 1fr; }.footer-brand { grid-column: 1/-1; }.flow-line { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.flow-line > div { width: auto; }.flow-line > i { display: none; }.cookie-banner { align-items: stretch; flex-direction: column; gap: 14px; }.cookie-actions { justify-content: flex-end; }.campaign-benefit-grid { grid-template-columns:1fr 1fr; }.campaign-cta-band .container { align-items:flex-start; flex-direction:column; }
}

@media (max-width: 580px) {
    .section { padding: 70px 0; }h1 { font-size: clamp(2.75rem,15vw,4rem); }.hero { padding-bottom: 70px; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .btn { width: 100%; }.trust-list { flex-direction: column; gap: 9px; }.app-body { grid-template-columns: 42px 145px 1fr; height: 340px; }.app-sidebar { padding-inline: 4px; }.conversation-list { padding-inline: 6px; }.conversation { grid-template-columns: 27px 1fr; }.conversation small { display: none; }.chat-head { padding-inline: 7px; }.chat-head .avatar { display: none; }.chat-messages { padding-inline: 7px; }.message { max-width: 95%; }.floating-badge { display: none; }.product-stage { margin-inline: -7px; }.channel-row { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }.problem-grid, .step-grid, .feature-bento, .campaign-benefit-grid { grid-template-columns: 1fr; }.feature-large, .feature-wide { padding: 28px; }.feature-card { grid-column: auto; padding: 26px; }.flow-line { grid-template-columns: 1fr; }.integration-pill { padding: 10px 13px; font-size: .72rem; }.why-card { padding: 30px 23px; }.field-grid { grid-template-columns: 1fr; gap: 0; }.form-card { min-height: auto; padding: 27px 20px; }.footer-main { grid-template-columns: 1fr 1fr; gap: 35px; }.footer-brand { grid-column: 1/-1; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }.cookie-actions { align-items: stretch; flex-direction: column; }.legal-content { padding: 28px 20px; }.campaign-header-note { display:none; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }.reveal { opacity: 1; transform: none; }
}
