@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --navy-950: #030718;
  --navy-900: #050921;
  --navy-850: #07102c;
  --navy-800: #0b1538;
  --ink: #10152f;
  --muted: #687189;
  --pearl: #fbfbff;
  --mist: #f3f4fc;
  --line: #e4e5f2;
  --purple: #8755ff;
  --purple-2: #6f3ef1;
  --purple-soft: #a378ff;
  --cyan: #22d7e6;
  --green: #37d98b;
  --yellow: #ffc83d;
  --radius: 16px;
  --shadow: 0 22px 55px rgba(37, 29, 88, .11);
  --ease: cubic-bezier(.22, 1, .36, 1);
  --shell: 1120px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--pearl); font-family: "Manrope", "Segoe UI Variable", "Segoe UI", sans-serif; font-size: 15px; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { border: 0; }
img { display: block; max-width: 100%; }
svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { letter-spacing: -.035em; }
p { line-height: 1.62; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 999; padding: 12px 18px; color: #fff; background: var(--purple); border-radius: 10px; transition: top .2s ease; }
.skip-link:focus { top: 18px; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.light-section { color: var(--ink); background: var(--pearl); }
.dark-section { color: #fff; background: var(--navy-900); }
.section-center { max-width: 720px; margin-inline: auto; text-align: center; }
.section-center h2 { margin-bottom: 10px; font-size: clamp(28px, 3vw, 40px); line-height: 1.12; }
.section-center p { margin-bottom: 0; color: var(--muted); }
.dark-section .section-center p { color: rgba(239, 242, 255, .62); }
.eyebrow { display: inline-flex; align-items: center; min-height: 25px; margin-bottom: 12px; padding: 5px 11px; color: var(--purple-2); background: rgba(135, 85, 255, .07); border: 1px solid rgba(135, 85, 255, .2); border-radius: 999px; font-size: 10px; font-weight: 800; line-height: 1; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow-dark { color: #b59aff; background: rgba(135, 85, 255, .08); border-color: rgba(163, 120, 255, .24); }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 78px; color: #fff; transition: transform .34s var(--ease), height .28s ease, background .28s ease, border-color .28s ease, box-shadow .28s ease; }
.site-header.is-scrolled { height: 70px; background: rgba(3, 7, 24, .84); border-bottom: 1px solid rgba(255, 255, 255, .07); box-shadow: 0 14px 38px rgba(2, 5, 20, .2); backdrop-filter: blur(18px); }
.site-header.nav-hidden { transform: translateY(-110%); }
.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 166px; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: 20px; }
.desktop-nav a, .login-link { position: relative; color: rgba(255, 255, 255, .72); font-size: 12px; font-weight: 600; transition: color .22s ease; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: linear-gradient(90deg, var(--purple), var(--cyan)); transition: right .25s var(--ease); }
.desktop-nav a:hover, .login-link:hover { color: #fff; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 18px; margin-left: auto; }
.menu-button { display: none; width: 42px; height: 42px; place-items: center; color: #fff; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1); border-radius: 11px; }
.menu-button svg { width: 22px; height: 22px; }
.mobile-menu { display: none; }

/* Buttons */
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 12px 20px; border-radius: 10px; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .28s var(--ease), box-shadow .28s ease, border-color .28s ease, background .28s ease; }
.button svg { width: 15px; height: 15px; }
.button-small { min-height: 41px; padding: 9px 17px; font-size: 12px; }
.button-primary { color: #fff; background: linear-gradient(135deg, #9d68ff 0%, #713df2 84%); border: 1px solid rgba(192, 158, 255, .54); box-shadow: 0 10px 27px rgba(112, 61, 242, .34), inset 0 1px 0 rgba(255, 255, 255, .26); }
.button-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(112, 61, 242, .46), 0 0 25px rgba(135, 85, 255, .2); }
.button-ghost { color: rgba(255, 255, 255, .9); background: transparent; border: 1px solid rgba(255, 255, 255, .15); }
.button-ghost:hover { border-color: rgba(163, 120, 255, .52); background: rgba(255, 255, 255, .05); transform: translateY(-2px); }
.play-dot { display: grid; width: 24px; height: 24px; place-items: center; padding-left: 2px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 50%; font-size: 7px; }

/* Hero */
.hero { position: relative; min-height: 730px; padding: 126px 0 66px; overflow: hidden; background: radial-gradient(circle at 14% 24%, rgba(113, 61, 242, .22), transparent 32%), radial-gradient(circle at 81% 45%, rgba(25, 88, 135, .17), transparent 38%), linear-gradient(135deg, #040718, #070c29 56%, #06142c); }
.hero-grid-bg { position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(rgba(255, 255, 255, .022) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .022) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(#000 50%, transparent 100%); }
.hero-grid-bg::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 22% 20%, rgba(255, 255, 255, .8) 0 1px, transparent 1.3px), radial-gradient(circle at 70% 15%, rgba(34, 215, 230, .7) 0 1px, transparent 1.4px), radial-gradient(circle at 91% 61%, rgba(135, 85, 255, .9) 0 1px, transparent 1.4px); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .28; animation: orbDrift 10s ease-in-out infinite alternate; }
.hero-orb-a { width: 420px; height: 420px; left: -220px; top: 90px; background: #713df2; }
.hero-orb-b { width: 360px; height: 360px; right: -180px; bottom: -80px; background: #15598a; animation-delay: -4s; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(360px, .78fr) minmax(620px, 1.35fr); gap: 42px; align-items: center; }
.hero-copy { position: relative; z-index: 3; }
.hero-copy h1 { max-width: 560px; margin-bottom: 20px; color: #fff; font-size: clamp(48px, 4.55vw, 66px); font-weight: 800; line-height: 1.01; letter-spacing: -.06em; }
.hero-copy h1 span { color: transparent; background: linear-gradient(110deg, #a36eff 0%, #9b63ff 55%, #b26dff 100%); -webkit-background-clip: text; background-clip: text; }
.hero-copy > p { max-width: 470px; margin-bottom: 25px; color: rgba(241, 243, 255, .72); font-size: 15px; line-height: 1.55; }
.hero-actions-row { display: flex; gap: 12px; margin-bottom: 18px; }
.hero-rating { display: flex; align-items: center; gap: 8px; margin-bottom: 15px; font-size: 11px; }
.hero-rating > span { color: var(--yellow); letter-spacing: 2px; }
.hero-rating strong { color: #fff; }
.hero-rating small { color: rgba(255, 255, 255, .55); }
.hero-kpis { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 470px; border: 1px solid rgba(255, 255, 255, .07); border-radius: 12px; background: rgba(255, 255, 255, .028); box-shadow: inset 0 1px rgba(255, 255, 255, .03); }
.hero-kpis article { padding: 14px 18px; }
.hero-kpis article + article { border-left: 1px solid rgba(255, 255, 255, .07); }
.hero-kpis strong { display: block; margin-bottom: 4px; color: #af8cff; font-size: 20px; letter-spacing: -.03em; }
.hero-kpis span { display: block; color: rgba(239, 242, 255, .62); font-size: 10.5px; line-height: 1.4; }

/* Hero dashboard */
.hero-dashboard-wrap { --base-rx: 1.35deg; --base-ry: -3.6deg; --base-rz: .65deg; --rx: 0deg; --ry: 0deg; --gx: 64%; --gy: 30%; position: relative; isolation: isolate; perspective: 1500px; }
.hero-dashboard-wrap::before { content: ""; position: absolute; inset: 4% -2% -8%; z-index: -1; border-radius: 42%; background: radial-gradient(circle at var(--gx) var(--gy), rgba(34, 215, 230, .15), rgba(135, 85, 255, .22) 28%, transparent 67%); filter: blur(34px); }
.hero-dashboard-wrap::after { content: ""; position: absolute; inset: 18px -13px -15px 24px; z-index: -1; pointer-events: none; border: 1px solid rgba(118, 164, 255, .25); border-radius: 20px; background: linear-gradient(145deg, rgba(29, 48, 91, .78), rgba(28, 13, 73, .5)); box-shadow: 18px 28px 55px rgba(0, 0, 0, .28), 0 0 34px rgba(98, 70, 255, .14); transform: rotateX(.75deg) rotateY(-1.6deg) rotateZ(-.45deg) translateZ(-45px); transform-style: preserve-3d; }
.hero-dashboard { position: relative; z-index: 1; display: grid; min-height: 465px; grid-template-columns: 125px 1fr; overflow: hidden; color: #fff; border: 1px solid rgba(162, 127, 255, .34); border-radius: 17px; background: linear-gradient(150deg, rgba(135, 85, 255, .1), transparent 28%), rgba(7, 15, 43, .93); box-shadow: 0 45px 90px rgba(0, 0, 0, .48), inset 0 1px 0 rgba(255, 255, 255, .05), 0 0 65px rgba(111, 62, 241, .13); transform: translateZ(0) rotateX(calc(var(--base-rx) + var(--rx))) rotateY(calc(var(--base-ry) + var(--ry))) rotateZ(var(--base-rz)); transform-origin: 48% 52%; transform-style: preserve-3d; transition: transform .5s var(--ease), box-shadow .35s ease; will-change: transform; }
.hero-dashboard-wrap.is-hovering .hero-dashboard { transition-duration: .1s; box-shadow: 0 55px 110px rgba(0, 0, 0, .52), 0 0 75px rgba(111, 62, 241, .2); }
.dash-sidebar { padding: 17px 11px; background: rgba(1, 6, 27, .3); border-right: 1px solid rgba(255, 255, 255, .055); }
.dash-sidebar img { width: 103px; margin: 0 auto 18px; }
.dash-tabs { display: grid; gap: 4px; }
.dash-sidebar button { display: flex; width: 100%; align-items: center; gap: 8px; padding: 8px 9px; color: rgba(241, 243, 255, .5); border: 1px solid transparent; border-radius: 7px; background: transparent; font-size: 8px; font-weight: 700; text-align: left; cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s var(--ease); }
.dash-sidebar button svg { width: 13px; height: 13px; }
.dash-sidebar button:hover, .dash-sidebar button:focus-visible { color: #fff; border-color: rgba(135, 85, 255, .2); outline: none; transform: translateX(2px); }
.dash-sidebar button.active { color: #fff; background: linear-gradient(90deg, rgba(135, 85, 255, .27), rgba(34, 215, 230, .04)); }
.dash-content { min-width: 0; padding: 18px 16px; }
.dash-content.view-enter { animation: dashboardViewIn .34s var(--ease); }
.dash-content > h3 { margin-bottom: 12px; font-size: 14px; }
.dash-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-bottom: 10px; }
.dash-stats article { position: relative; min-width: 0; padding: 10px; border: 1px solid rgba(255, 255, 255, .07); border-radius: 9px; background: rgba(255, 255, 255, .03); transition: transform .25s var(--ease), border-color .25s ease; }
.dash-stats article:hover { transform: translateY(-4px); border-color: rgba(135, 85, 255, .36); }
.dash-stats span { display: block; overflow: hidden; color: rgba(239, 242, 255, .5); font-size: 6.8px; white-space: nowrap; text-overflow: ellipsis; }
.dash-stats strong { display: block; margin-top: 4px; font-size: 17px; }
.dash-stats small { position: absolute; right: 7px; bottom: 10px; padding: 2px 4px; border-radius: 4px; font-size: 6px; }
.positive { color: var(--green); background: rgba(55, 217, 139, .09); }
.warning { color: var(--yellow); background: rgba(255, 200, 61, .09); }
.dash-panels { display: grid; grid-template-columns: 1.35fr .8fr; gap: 9px; }
.funnel-panel, .activity-panel { min-width: 0; min-height: 315px; padding: 12px; border: 1px solid rgba(255, 255, 255, .07); border-radius: 10px; background: rgba(255, 255, 255, .026); }
.funnel-panel header, .activity-panel header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; font-size: 8px; }
.funnel-panel header span { color: rgba(255, 255, 255, .4); font-size: 6px; }
.funnel-visual { display: grid; grid-template-columns: 1fr 86px; gap: 14px; align-items: center; }
.funnel-shape { display: flex; width: 190px; max-width: 100%; height: 234px; flex-direction: column; align-items: center; gap: 3px; padding-top: 4px; }
.funnel-shape i { display: block; height: 42px; clip-path: polygon(0 0, 100% 0, 87% 100%, 13% 100%); }
.funnel-one { width: 100%; background: linear-gradient(90deg, #864cff, #ad69ff); }
.funnel-two { width: 80%; background: linear-gradient(90deg, #644fff, #7a6bff); }
.funnel-three { width: 61%; background: linear-gradient(90deg, #377aff, #497fff); }
.funnel-four { width: 43%; background: linear-gradient(90deg, #20a8ef, #28b6f0); }
.funnel-five { width: 25%; background: linear-gradient(90deg, #18d6e8, #3bddeb); }
.funnel-visual ol { display: grid; gap: 30px; margin: 0; padding: 5px 0 0; list-style: none; }
.funnel-visual li { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: rgba(239, 242, 255, .55); font-size: 7px; }
.funnel-visual li b { color: #fff; font-size: 8px; }
.activity-panel ul { display: grid; gap: 13px; margin: 0 0 14px; padding: 0; list-style: none; }
.activity-panel li { display: grid; grid-template-columns: 6px 1fr auto; gap: 7px; align-items: start; }
.activity-panel li > i { width: 5px; height: 5px; margin-top: 3px; border-radius: 50%; background: var(--purple); box-shadow: 0 0 7px var(--purple); }
.activity-panel li:nth-child(2) > i { background: var(--cyan); box-shadow: 0 0 7px var(--cyan); }
.activity-panel li strong, .activity-panel li span { display: block; }
.activity-panel li strong { font-size: 7px; line-height: 1.3; }
.activity-panel li span { margin-top: 3px; color: rgba(239, 242, 255, .42); font-size: 6px; }
.activity-panel time { color: var(--cyan); font-size: 6px; }
.activity-panel > a { display: flex; align-items: center; gap: 4px; color: #8c68ff; font-size: 7px; }
.activity-panel > a svg { width: 9px; height: 9px; }
.dashboard-table { display: grid; gap: 7px; }
.dashboard-row { display: grid; grid-template-columns: 1.35fr .8fr .7fr; gap: 8px; align-items: center; min-height: 39px; padding: 7px 8px; border: 1px solid rgba(255, 255, 255, .055); border-radius: 7px; background: rgba(255, 255, 255, .025); }
.dashboard-row strong, .dashboard-row span, .dashboard-row small { display: block; min-width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.dashboard-row strong { font-size: 7.5px; }
.dashboard-row span { color: rgba(239, 242, 255, .48); font-size: 6.5px; }
.dashboard-row small { justify-self: end; padding: 3px 5px; color: #bca1ff; border-radius: 5px; background: rgba(135, 85, 255, .12); font-size: 6px; font-weight: 800; }
.dashboard-row small.success { color: var(--green); background: rgba(55, 217, 139, .1); }
.dashboard-row small.warning { color: var(--yellow); background: rgba(255, 200, 61, .09); }
.dashboard-bars { display: flex; height: 220px; align-items: end; justify-content: space-around; gap: 10px; padding: 14px 7px 2px; }
.dashboard-bars span { display: grid; height: 100%; flex: 1; align-items: end; gap: 7px; color: rgba(239, 242, 255, .45); font-size: 6px; text-align: center; }
.dashboard-bars i { display: block; width: 100%; height: var(--bar); border-radius: 5px 5px 2px 2px; background: linear-gradient(180deg, #9b64ff, #397eff 65%, #25c8df); box-shadow: 0 0 18px rgba(80, 103, 255, .14); transform-origin: bottom; animation: dashboardBarIn .45s var(--ease) both; }
.dashboard-settings { display: grid; gap: 8px; }
.dashboard-setting { display: flex; min-height: 43px; align-items: center; justify-content: space-between; gap: 10px; padding: 8px 9px; border: 1px solid rgba(255, 255, 255, .055); border-radius: 8px; background: rgba(255, 255, 255, .025); }
.dashboard-setting strong { display: block; font-size: 7.5px; }
.dashboard-setting span { display: block; margin-top: 3px; color: rgba(239, 242, 255, .45); font-size: 6px; }
.dashboard-switch { position: relative; width: 26px; height: 14px; flex: 0 0 auto; border-radius: 99px; background: rgba(255, 255, 255, .11); }
.dashboard-switch::after { content: ""; position: absolute; top: 3px; left: 3px; width: 8px; height: 8px; border-radius: 50%; background: rgba(255, 255, 255, .55); transition: transform .2s ease; }
.dashboard-switch.on { background: rgba(55, 217, 139, .22); }
.dashboard-switch.on::after { background: var(--green); transform: translateX(12px); }
.floating-insight { position: absolute; top: -21px; right: -12px; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 9px 13px; color: #fff; border: 1px solid rgba(163, 120, 255, .28); border-radius: 13px; background: rgba(10, 17, 49, .84); box-shadow: 0 18px 40px rgba(0, 0, 0, .32); backdrop-filter: blur(15px); animation: float 4s ease-in-out infinite; }
.floating-insight > span { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 9px; background: linear-gradient(135deg, rgba(135, 85, 255, .55), rgba(34, 215, 230, .1)); font-size: 10px; font-weight: 800; }
.floating-insight strong, .floating-insight small { display: block; }
.floating-insight strong { font-size: 9px; }
.floating-insight small { margin-top: 2px; color: rgba(239, 242, 255, .5); font-size: 6px; }
.probability-card { position: absolute; right: 17%; bottom: -25px; z-index: 4; width: 255px; padding: 10px 13px; color: #fff; border: 1px solid rgba(163, 120, 255, .26); border-radius: 11px; background: rgba(9, 16, 47, .88); box-shadow: 0 18px 38px rgba(0, 0, 0, .3); animation: float 4.8s -1.7s ease-in-out infinite; }
.probability-card span { color: rgba(239, 242, 255, .55); font-size: 7px; }
.probability-card strong { float: right; font-size: 11px; }
.probability-card i { display: block; height: 3px; margin-top: 8px; overflow: hidden; border-radius: 99px; background: rgba(255, 255, 255, .08); }
.probability-card b { display: block; width: 72%; height: 100%; background: linear-gradient(90deg, var(--purple), var(--cyan)); box-shadow: 0 0 10px var(--cyan); }

/* Problem */
.problem { padding: 50px 0 52px; background: radial-gradient(circle at 86% 5%, rgba(135, 85, 255, .06), transparent 28%), #fbfbff; }
.problem .section-center { margin-bottom: 22px; }
.problem .section-center h2 { margin-bottom: 7px; font-size: 28px; }
.problem .section-center p { font-size: 12px; }
.problem-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; }
.problem-card { min-height: 170px; padding: 20px 16px; text-align: center; border: 1px solid var(--line); border-radius: 10px; background: rgba(255, 255, 255, .88); box-shadow: 0 12px 30px rgba(31, 25, 78, .045); transition: transform .3s var(--ease), border-color .3s ease, box-shadow .3s ease; }
.problem-card:hover { transform: translateY(-6px); border-color: rgba(135, 85, 255, .25); box-shadow: 0 20px 40px rgba(31, 25, 78, .1); }
.icon-box { display: grid; width: 34px; height: 34px; margin: 0 auto 15px; place-items: center; color: var(--purple); border-radius: 9px; background: rgba(135, 85, 255, .09); box-shadow: 0 0 0 1px rgba(135, 85, 255, .1); }
.icon-box svg { width: 18px; height: 18px; }
.problem-card h3 { margin-bottom: 8px; font-size: 13px; line-height: 1.3; }
.problem-card p { margin-bottom: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }

/* 3-step flow */
.flow { padding: 42px 0; background: radial-gradient(circle at 93% 15%, rgba(135, 85, 255, .12), transparent 28%), linear-gradient(130deg, #04091d, #07132e); }
.flow-layout { display: grid; grid-template-columns: 1.55fr .72fr; gap: 34px; align-items: center; }
.flow h2 { margin-bottom: 24px; font-size: 28px; }
.process-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.process-steps article { position: relative; }
.process-steps article:not(:last-child)::after { content: ""; position: absolute; top: 17px; left: 80px; width: calc(100% - 61px); height: 1px; background: linear-gradient(90deg, rgba(135, 85, 255, .66), rgba(34, 215, 230, .28)); }
.process-steps article:not(:last-child)::before { content: "›"; position: absolute; z-index: 2; top: 8px; right: -7px; color: rgba(188, 163, 255, .75); font-size: 18px; }
.step-head { position: relative; z-index: 2; display: flex; width: 116px; height: 35px; align-items: center; gap: 20px; margin-bottom: 15px; }
.step-head::before { content: ""; position: absolute; inset: 4px 0 4px 14px; z-index: -1; border: 1px solid rgba(135, 85, 255, .28); border-radius: 999px; background: rgba(255, 255, 255, .025); }
.step-head b { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; background: linear-gradient(135deg, #a06cff, #6f3ef1); box-shadow: 0 0 0 4px rgba(135, 85, 255, .08); font-size: 11px; }
.step-head span { display: grid; width: 24px; height: 24px; place-items: center; color: #b89bff; }
.step-head svg { width: 16px; height: 16px; }
.process-steps h3 { margin-bottom: 8px; font-size: 13px; }
.process-steps p { margin-bottom: 0; color: rgba(239, 242, 255, .66); font-size: 11px; line-height: 1.55; }
.automation-card { padding: 22px 22px 17px; border: 1px solid rgba(255, 255, 255, .075); border-radius: 16px; background: linear-gradient(145deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .024)); box-shadow: 0 24px 55px rgba(0, 0, 0, .24); }
.automation-card h3 { margin-bottom: 16px; font-size: 13px; }
.automation-card ol { position: relative; display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.automation-card ol::before { content: ""; position: absolute; top: 5px; bottom: 5px; left: 29px; width: 1px; background: linear-gradient(var(--purple), var(--cyan)); opacity: .44; }
.automation-card li { position: relative; display: grid; grid-template-columns: 43px 1fr; gap: 10px; align-items: center; min-height: 38px; padding: 7px 9px; color: rgba(239, 242, 255, .7); border-radius: 7px; font-size: 11px; }
.automation-card li::before { content: ""; position: absolute; z-index: 2; left: 27px; width: 5px; height: 5px; border: 1px solid var(--purple-soft); border-radius: 50%; background: var(--navy-850); }
.automation-card time { color: rgba(239, 242, 255, .5); font-size: 9px; }
.automation-card li.active { color: #fff; background: rgba(135, 85, 255, .15); }
.automation-card li.active::before { background: var(--purple); box-shadow: 0 0 8px var(--purple); }
.automation-card small { display: block; margin-top: 2px; color: #a78bff; font-size: 8px; }

/* Product board */
.product { padding: 54px 0; background: radial-gradient(circle at 75% 35%, rgba(135, 85, 255, .055), transparent 36%), #fbfbff; }
.product-layout { display: grid; grid-template-columns: 255px 1fr; gap: 46px; align-items: center; }
.product-copy h2 { margin-bottom: 22px; font-size: 32px; line-height: 1.1; }
.check-list, .compact-checks { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.check-list li, .compact-checks li { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.check-list svg, .compact-checks svg { width: 14px; height: 14px; color: var(--purple); stroke-width: 2.5; }
.product-actions { display: flex; align-items: center; gap: 22px; margin-top: 25px; }
.product-actions .button { min-height: 43px; padding: 10px 14px; font-size: 12px; }
.product-actions > a { color: var(--ink); font-size: 12px; font-weight: 700; }
.pipeline-board { display: grid; min-height: 360px; grid-template-columns: 110px 1fr; overflow: hidden; border: 1px solid rgba(135, 85, 255, .32); border-radius: 14px; background: #fff; box-shadow: 0 26px 65px rgba(39, 29, 91, .13), 0 0 55px rgba(135, 85, 255, .07); }
.pipeline-sidebar { padding: 18px 10px; color: #fff; background: linear-gradient(165deg, #0a1132, #07102b); }
.pipeline-sidebar img { width: 26px; margin: 0 7px 17px; filter: brightness(2.2); }
.pipeline-sidebar a { display: flex; align-items: center; gap: 7px; margin-bottom: 3px; padding: 7px; color: rgba(239, 242, 255, .55); border-radius: 6px; font-size: 6.7px; }
.pipeline-sidebar a svg { width: 11px; height: 11px; }
.pipeline-sidebar a.active { color: #fff; background: rgba(135, 85, 255, .25); }
.pipeline-main { min-width: 0; padding: 16px 14px; }
.pipeline-main > header { display: grid; grid-template-columns: 1fr auto auto; gap: 12px; align-items: center; margin-bottom: 13px; }
.pipeline-main h3 { margin: 0; font-size: 13px; }
.pipeline-main header > div { display: flex; gap: 5px; }
.pipeline-main header button { padding: 5px 7px; color: var(--muted); background: #fff; border: 1px solid var(--line); border-radius: 5px; font-size: 6.5px; }
.pipeline-main .new-prospect { color: #fff; background: linear-gradient(135deg, #9b67ff, #713df2); border: 0; }
.kanban { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.kanban section { min-width: 0; min-height: 175px; padding: 8px; border: 1px solid #ececf5; border-radius: 7px; background: #f8f9fe; }
.kanban h4 { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: 7.5px; }
.kanban h4 span { color: var(--muted); }
.kanban article { position: relative; min-height: 51px; margin-bottom: 6px; padding: 7px; border: 1px solid #ececf5; border-radius: 5px; background: #fff; }
.kanban article strong, .kanban article span { display: block; max-width: calc(100% - 22px); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.kanban article strong { font-size: 6.7px; }
.kanban article span { margin-top: 3px; color: var(--muted); font-size: 6px; }
.kanban article b { position: absolute; top: 7px; right: 6px; color: #24b79c; font-size: 6px; }
.product-analytics { display: grid; grid-template-columns: 1fr 130px; gap: 9px; margin-top: 9px; }
.product-analytics > article { min-height: 86px; padding: 8px; border: 1px solid #ececf5; border-radius: 7px; background: #fff; }
.product-analytics h4 { margin-bottom: 7px; font-size: 7px; }
.bar-chart { display: flex; height: 40px; align-items: end; justify-content: space-around; gap: 4px; }
.bar-chart i { position: relative; width: 9px; height: var(--h); background: linear-gradient(180deg, #8654ff, #5d36df); border-radius: 2px 2px 0 0; }
.bar-chart i::after { content: ""; position: absolute; inset: 20% 2px auto; height: 100%; background: #b488ff; transform: translateX(4px); opacity: .5; }
.product-analytics small { color: var(--muted); font-size: 5px; }
.conversion-ring { text-align: center; }
.conversion-ring > div { display: grid; width: 47px; height: 47px; margin: 0 auto 3px; place-items: center; border: 5px solid #ececf6; border-top-color: var(--purple); border-right-color: var(--cyan); border-radius: 50%; }
.conversion-ring strong, .conversion-ring span { grid-area: 1 / 1; }
.conversion-ring strong { margin-top: -9px; font-size: 12px; }
.conversion-ring span { margin-top: 17px; color: var(--muted); font-size: 4.8px; }

/* Team roles */
.roles { padding: 33px 0 37px; background: radial-gradient(circle at 95% 15%, rgba(135, 85, 255, .18), transparent 33%), linear-gradient(135deg, #05091f, #0a1233); }
.roles .section-center { margin-bottom: 16px; }
.roles .section-center h2 { font-size: 30px; }
.roles-grid, .ai-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.dark-card { min-height: 132px; padding: 17px 15px; border: 1px solid rgba(255, 255, 255, .075); border-radius: 13px; background: linear-gradient(145deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018)); box-shadow: inset 0 1px rgba(255, 255, 255, .03); transition: transform .3s var(--ease), border-color .3s ease, background .3s ease; }
.dark-card:hover { transform: translateY(-5px); border-color: rgba(135, 85, 255, .32); background: linear-gradient(145deg, rgba(135, 85, 255, .11), rgba(34, 215, 230, .02)); }
.dark-card > span { display: grid; width: 34px; height: 34px; margin-bottom: 12px; place-items: center; color: #b99cff; border-radius: 10px; background: rgba(135, 85, 255, .14); }
.dark-card > span svg { width: 17px; height: 17px; }
.dark-card h3 { margin-bottom: 7px; font-size: 12px; }
.dark-card p { margin-bottom: 0; color: rgba(239, 242, 255, .64); font-size: 11px; line-height: 1.5; }

/* Implementation */
.implementation { padding: 43px 0; background: linear-gradient(180deg, #fbfbff, #f5f6fd); }
.implementation-layout { display: grid; grid-template-columns: 265px 1fr; gap: 52px; align-items: center; }
.implementation-copy { padding-right: 38px; border-right: 1px solid #dfdfed; }
.implementation-copy h2 { margin-bottom: 18px; font-size: 27px; line-height: 1.1; }
.compact-checks { gap: 8px; }
.compact-checks li { font-size: 11.5px; }
.implementation-timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 19px; }
.implementation-timeline::before { content: ""; position: absolute; top: 25px; left: 9%; right: 9%; height: 1px; background: linear-gradient(90deg, rgba(135, 85, 255, .5), rgba(34, 215, 230, .34)); }
.implementation-timeline article { position: relative; z-index: 2; }
.implementation-timeline b { display: grid; width: 42px; height: 42px; margin-bottom: 10px; place-items: center; color: var(--purple); border: 1px solid rgba(135, 85, 255, .23); border-radius: 50%; background: #fff; box-shadow: 0 0 0 5px #f7f7fd, 0 12px 26px rgba(37, 29, 88, .08); }
.implementation-timeline b svg { width: 20px; height: 20px; }
.implementation-timeline article > span { display: block; margin-bottom: 5px; color: var(--muted); font-size: 9px; font-weight: 800; }
.implementation-timeline h3 { margin-bottom: 5px; font-size: 12px; }
.implementation-timeline p { margin-bottom: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }

/* Managed platform */
.managed-platform { padding: 50px 0 54px; background: radial-gradient(circle at 88% 12%, rgba(34, 215, 230, .08), transparent 25%), radial-gradient(circle at 12% 82%, rgba(135, 85, 255, .08), transparent 28%), #f8f8fe; }
.managed-platform-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 62px; align-items: center; }
.managed-platform-copy h2 { max-width: 440px; margin-bottom: 15px; font-size: 34px; line-height: 1.08; }
.managed-platform-copy > p { max-width: 470px; margin-bottom: 19px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.managed-platform .compact-checks { gap: 9px; }
.managed-platform .compact-checks li { font-size: 12px; }
.managed-platform-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 20px; color: var(--purple); font-size: 12px; font-weight: 800; }
.managed-platform-link svg { width: 13px; height: 13px; transition: transform .25s var(--ease); }
.managed-platform-link:hover svg { transform: translateX(4px); }
.managed-platform-stack { position: relative; display: grid; gap: 0; padding: 18px; border: 1px solid rgba(135, 85, 255, .15); border-radius: 20px; background: rgba(255, 255, 255, .58); box-shadow: 0 28px 75px rgba(39, 29, 91, .1); backdrop-filter: blur(15px); }
.managed-platform-stack::before { content: ""; position: absolute; inset: 9% 14%; z-index: -1; border-radius: 50%; background: linear-gradient(135deg, rgba(135, 85, 255, .2), rgba(34, 215, 230, .12)); filter: blur(36px); }
.tech-card { display: grid; min-height: 104px; grid-template-columns: 64px 1fr; gap: 16px; align-items: center; padding: 15px 17px; border: 1px solid #e5e4f2; border-radius: 14px; background: rgba(255, 255, 255, .92); box-shadow: 0 12px 30px rgba(31, 25, 78, .055); transition: transform .28s var(--ease), border-color .28s ease; }
.tech-card:hover { transform: translateX(5px); border-color: rgba(135, 85, 255, .3); }
.tech-card small { display: block; margin-bottom: 4px; color: var(--purple); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.tech-card h3 { margin-bottom: 5px; font-size: 13px; }
.tech-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.tech-mark { display: grid; width: 52px; height: 52px; place-items: center; color: #fff; border-radius: 13px; background: linear-gradient(145deg, #1f2848, #0b1027); box-shadow: 0 10px 25px rgba(8, 13, 36, .2); font-size: 15px; font-weight: 900; }
.tech-mark svg { width: 23px; height: 23px; }
.markeland-card { color: #fff; border-color: rgba(163, 120, 255, .34); background: radial-gradient(circle at 82% 30%, rgba(34, 215, 230, .1), transparent 35%), linear-gradient(135deg, #0c1234, #161044); box-shadow: 0 18px 42px rgba(13, 10, 56, .22); }
.markeland-card img { width: 58px; }
.markeland-card small { color: #bca2ff; }
.markeland-card h3 { color: #fff; }
.markeland-card p { color: rgba(239, 242, 255, .61); }
.outcome-card .tech-mark { background: linear-gradient(145deg, #8958ff, #5930d2); }
.stack-connector { display: grid; height: 30px; grid-template-columns: 1fr auto 1fr; gap: 10px; align-items: center; padding-inline: 32px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.stack-connector i { height: 1px; background: linear-gradient(90deg, transparent, rgba(135, 85, 255, .46)); }
.stack-connector i:last-child { background: linear-gradient(90deg, rgba(34, 215, 230, .4), transparent); }

/* AI features */
.ai-features { padding: 34px 0 39px; background: radial-gradient(circle at 15% 80%, rgba(135, 85, 255, .13), transparent 32%), linear-gradient(135deg, #04091e, #08132f); }
.ai-features .section-center { margin-bottom: 17px; }
.ai-features .section-center h2 { font-size: 29px; }
.ai-features .dark-card { min-height: 132px; }

/* Integrations */
.integrations { padding: 36px 0 40px; border-bottom: 1px solid #e7e7f1; background: #fff; }
.integrations-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 20px; }
.integrations .eyebrow { margin-bottom: 7px; font-size: 9px; }
.integrations h2 { margin: 0; font-size: 22px; }
.integrations-heading > a { display: flex; align-items: center; gap: 6px; color: var(--purple); font-size: 11px; font-weight: 800; white-space: nowrap; }
.integrations-heading > a svg { width: 12px; height: 12px; }
.logo-carousel { display: grid; grid-template-columns: 38px minmax(0, 1fr) 38px; gap: 10px; align-items: center; }
.logo-viewport { overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; overscroll-behavior-inline: contain; }
.logo-viewport::-webkit-scrollbar { display: none; }
.brand-track { display: flex; gap: 12px; }
.integration-logo { display: flex; min-width: calc((100% - 48px) / 5); height: 78px; align-items: center; justify-content: center; gap: 8px; padding: 12px; color: #26304b; border: 1px solid #e7e7f1; border-radius: 13px; background: #fff; box-shadow: 0 10px 26px rgba(31, 25, 78, .045); font-size: 14px; font-weight: 800; white-space: nowrap; transition: transform .25s var(--ease), border-color .25s ease, box-shadow .25s ease; }
.integration-logo:hover { transform: translateY(-4px); border-color: rgba(135, 85, 255, .24); box-shadow: 0 16px 34px rgba(31, 25, 78, .09); }
.integration-logo b { font-size: 18px; }
.integration-logo.hubspot { color: #f4724c; }
.integration-logo.salesforce, .integration-logo.calendly { color: #1b9bd7; }
.integration-logo.google { color: #4688f1; }
.integration-logo.slack { color: #391135; }
.integration-logo.microsoft b { color: #202746; }
.integration-logo.zapier { color: #ff4f00; }
.integration-logo.mailchimp { color: #151515; }
.carousel-control { display: grid; width: 38px; height: 38px; place-items: center; color: var(--purple); border: 1px solid rgba(135, 85, 255, .2); border-radius: 50%; background: #fff; box-shadow: 0 8px 22px rgba(31, 25, 78, .07); cursor: pointer; transition: transform .22s var(--ease), background .22s ease; }
.carousel-control:hover { color: #fff; background: var(--purple); transform: scale(1.06); }
.carousel-control svg { width: 15px; height: 15px; }
.carousel-prev svg { transform: rotate(180deg); }

/* Testimonials */
.testimonials { position: relative; padding: 36px 0 39px; overflow: hidden; background: linear-gradient(135deg, #05091f, #091431); }
.testimonial-lines { position: absolute; right: -130px; bottom: -120px; width: 420px; height: 320px; border: 1px solid rgba(135, 85, 255, .16); border-radius: 50%; box-shadow: 0 0 0 22px rgba(135, 85, 255, .04), 0 0 0 44px rgba(135, 85, 255, .03), 0 0 0 66px rgba(34, 215, 230, .02); transform: rotate(-20deg); }
.testimonials-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 235px 1fr; gap: 34px; align-items: center; }
.testimonials-copy h2 { margin-bottom: 13px; font-size: 28px; line-height: 1.1; }
.testimonials-copy p { margin-bottom: 0; color: rgba(239, 242, 255, .64); font-size: 11px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.quote-card { min-height: 174px; padding: 17px; border: 1px solid rgba(255, 255, 255, .075); border-radius: 13px; background: rgba(255, 255, 255, .035); box-shadow: inset 0 1px rgba(255, 255, 255, .03); }
.quote-card > svg { width: 20px; height: 20px; margin-bottom: 10px; color: #9d70ff; fill: rgba(135, 85, 255, .16); }
.quote-card > p { min-height: 72px; margin-bottom: 13px; color: rgba(255, 255, 255, .82); font-size: 11px; line-height: 1.55; }
.quote-card footer { display: flex; align-items: center; gap: 9px; }
.avatar { display: grid; width: 29px; height: 29px; place-items: center; color: #fff; border-radius: 50%; background: linear-gradient(135deg, #9e69ff, #236c91); font-size: 8px; font-weight: 800; }
.quote-card footer strong, .quote-card footer small { display: block; }
.quote-card footer strong { font-size: 10px; }
.quote-card footer small { margin-top: 2px; color: rgba(239, 242, 255, .5); font-size: 8.5px; }

/* FAQ */
.faq { padding: 43px 0 47px; background: radial-gradient(circle at 85% 10%, rgba(135, 85, 255, .055), transparent 28%), #fbfbff; }
.faq .section-center { margin-bottom: 17px; }
.faq .section-center h2 { font-size: 28px; }
.faq-grid { display: grid; max-width: 850px; grid-template-columns: repeat(2, 1fr); gap: 9px 12px; }
.faq-item { overflow: hidden; border: 1px solid #e8e8f2; border-radius: 8px; background: #fff; box-shadow: 0 8px 24px rgba(31, 25, 78, .04); }
.faq-item button { display: flex; width: 100%; min-height: 44px; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 14px; color: var(--ink); background: transparent; font-size: 11px; font-weight: 800; text-align: left; cursor: pointer; }
.faq-item button svg { width: 14px; height: 14px; color: var(--muted); transition: transform .25s var(--ease); }
.faq-item > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s var(--ease); }
.faq-item > div p { min-height: 0; margin: 0; padding: 0 14px; overflow: hidden; color: var(--muted); font-size: 11px; line-height: 1.55; transition: padding .35s var(--ease); }
.faq-item.open { border-color: rgba(135, 85, 255, .25); }
.faq-item.open > div { grid-template-rows: 1fr; }
.faq-item.open > div p { padding-bottom: 13px; }
.faq-item.open button svg { transform: rotate(45deg); }

/* CTA and footer */
.final-cta { position: relative; min-height: 180px; display: grid; place-items: center; overflow: hidden; text-align: center; background: linear-gradient(135deg, #0a0b31, #21104f 52%, #081632); }
.final-cta .shell { position: relative; z-index: 2; }
.final-cta h2 { margin-bottom: 10px; font-size: 33px; line-height: 1.05; }
.final-cta p { max-width: 600px; margin: 0 auto 20px; color: rgba(239, 242, 255, .68); font-size: 12px; }
.cta-waves { position: absolute; inset: 0; opacity: .65; }
.cta-waves::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255, 255, 255, .46) 0 1px, transparent 1.2px); background-size: 14px 14px; mask-image: linear-gradient(90deg, #000, transparent 30%, transparent 70%, #000); }
.cta-waves i { position: absolute; left: -12%; width: 124%; height: 125px; border: 1px solid rgba(157, 94, 255, .48); border-radius: 50%; filter: drop-shadow(0 0 13px rgba(135, 85, 255, .55)); }
.cta-waves i:nth-child(1) { bottom: -62px; transform: rotate(-2deg); }
.cta-waves i:nth-child(2) { bottom: -78px; border-color: rgba(34, 215, 230, .27); transform: rotate(3deg); }
.cta-waves i:nth-child(3) { bottom: -95px; border-color: rgba(179, 112, 255, .3); transform: rotate(-5deg); }
.site-footer { padding: 38px 0 20px; color: #fff; background: #030718; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(4, 1fr); gap: 36px; padding-bottom: 25px; }
.footer-brand img { width: 158px; margin-bottom: 13px; }
.footer-brand p { max-width: 290px; color: rgba(239, 242, 255, .57); font-size: 13px; line-height: 1.6; }
.socials { display: flex; gap: 8px; }
.socials a { display: grid; width: 30px; height: 30px; place-items: center; color: rgba(255, 255, 255, .74); border: 1px solid rgba(255, 255, 255, .1); border-radius: 50%; font-size: 10px; }
.footer-grid h3 { margin-bottom: 16px; color: rgba(255, 255, 255, .82); font-size: 13px; }
.footer-grid > div:not(.footer-brand) a { display: block; margin-bottom: 11px; color: rgba(239, 242, 255, .54); font-size: 12px; line-height: 1.4; }
.footer-grid a:hover { color: #fff !important; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; color: rgba(239, 242, 255, .46); border-top: 1px solid rgba(255, 255, 255, .07); font-size: 11px; line-height: 1.5; }
.footer-bottom > div { display: flex; gap: 18px; }

/* Mobile bottom navigation */
.mobile-bottom-nav { display: none; }

/* Floating utilities */
.floating-tools { position: fixed; right: 20px; bottom: 20px; z-index: 90; display: grid; gap: 10px; }
.floating-action { position: relative; display: grid; width: 46px; height: 46px; place-items: center; color: #fff; border: 1px solid rgba(255, 255, 255, .13); border-radius: 50%; background: rgba(6, 11, 33, .9); box-shadow: 0 14px 34px rgba(3, 7, 24, .28); backdrop-filter: blur(14px); cursor: pointer; transition: transform .25s var(--ease), opacity .25s ease, visibility .25s ease, background .25s ease; }
.floating-action svg { width: 20px; height: 20px; }
.floating-action > span { position: absolute; top: 50%; right: calc(100% + 10px); padding: 6px 9px; visibility: hidden; opacity: 0; color: #fff; border-radius: 7px; background: #050921; box-shadow: 0 8px 20px rgba(0, 0, 0, .22); font-size: 8px; font-weight: 700; white-space: nowrap; transform: translate(5px, -50%); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.floating-action:hover { transform: translateY(-3px); }
.floating-action:hover > span { visibility: visible; opacity: 1; transform: translate(0, -50%); }
.theme-toggle { position: fixed; left: 20px; bottom: 20px; z-index: 90; }
.whatsapp-action { color: #fff; border-color: rgba(255, 255, 255, .24); background: #20c767; box-shadow: 0 14px 34px rgba(32, 199, 103, .32); }
.whatsapp-action svg { width: 23px; height: 23px; }
.back-to-top { visibility: hidden; opacity: 0; transform: translateY(10px); }
.back-to-top.visible { visibility: visible; opacity: 1; transform: translateY(0); }

/* Dark theme for light sections */
body.theme-dark { color-scheme: dark; --ink: #f3f5ff; --muted: #9aa6c0; --pearl: #070b1d; --mist: #0d1430; --line: rgba(255, 255, 255, .09); background: #070b1d; }
body.theme-dark .problem,
body.theme-dark .product,
body.theme-dark .implementation,
body.theme-dark .managed-platform,
body.theme-dark .integrations,
body.theme-dark .faq { color: var(--ink); border-color: rgba(255, 255, 255, .07); background: radial-gradient(circle at 82% 9%, rgba(135, 85, 255, .11), transparent 27%), #080d22; }
body.theme-dark :is(.problem-card, .pipeline-board, .kanban section, .kanban article, .product-analytics > article, .implementation-timeline b, .tech-card, .integration-logo, .faq-item, .demo-modal) { color: var(--ink); border-color: rgba(255, 255, 255, .1); background: #0d1530; box-shadow: 0 16px 38px rgba(0, 0, 0, .16); }
body.theme-dark :is(.pipeline-main header button, .carousel-control, .modal-close) { color: var(--ink); border-color: rgba(255, 255, 255, .1); background: #121b38; }
body.theme-dark .pipeline-main .new-prospect { color: #fff; background: linear-gradient(135deg, #9b67ff, #713df2); }
body.theme-dark .kanban section { background: #0a1128; }
body.theme-dark .kanban article { background: #111a35; }
body.theme-dark .pipeline-main { background: #0b122a; }
body.theme-dark .managed-platform-stack { border-color: rgba(163, 120, 255, .2); background: rgba(9, 15, 37, .78); }
body.theme-dark .markeland-card { background: radial-gradient(circle at 82% 30%, rgba(34, 215, 230, .1), transparent 35%), linear-gradient(135deg, #111945, #24165c); }
body.theme-dark .tech-mark { background: linear-gradient(145deg, #27345e, #111932); }
body.theme-dark .outcome-card .tech-mark { background: linear-gradient(145deg, #8958ff, #5930d2); }
body.theme-dark .implementation-copy { border-color: rgba(255, 255, 255, .1); }
body.theme-dark .integration-logo.microsoft b,
body.theme-dark .integration-logo.mailchimp { color: #f3f5ff; }
body.theme-dark .integration-logo.slack { color: #e7b9df; }
body.theme-dark .faq-item button,
body.theme-dark .demo-modal label { color: var(--ink); }
body.theme-dark .demo-modal :is(input, textarea) { color: var(--ink); border-color: rgba(255, 255, 255, .12); background: #080f25; }
body.theme-dark .theme-toggle { color: #08102a; background: #f8cc62; }

/* Modal */
.demo-modal { width: min(92vw, 560px); max-height: 90vh; padding: 34px; color: var(--ink); border: 1px solid rgba(135, 85, 255, .24); border-radius: 18px; background: #fff; box-shadow: 0 35px 100px rgba(2, 5, 24, .45); }
.demo-modal::backdrop { background: rgba(2, 5, 24, .74); backdrop-filter: blur(8px); }
.demo-modal h2 { margin-bottom: 8px; font-size: 28px; }
.demo-modal > p { margin-bottom: 22px; color: var(--muted); font-size: 12px; }
.modal-close { position: absolute; top: 16px; right: 16px; display: grid; width: 36px; height: 36px; place-items: center; color: var(--muted); border-radius: 9px; background: var(--mist); cursor: pointer; }
.demo-modal form { display: grid; gap: 13px; }
.demo-modal label { display: grid; gap: 6px; color: var(--ink); font-size: 11px; font-weight: 700; }
.demo-modal :is(input, textarea) { width: 100%; padding: 11px 12px; color: var(--ink); border: 1px solid #dedfec; border-radius: 9px; outline: none; resize: vertical; }
.demo-modal :is(input, textarea):focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(135, 85, 255, .1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.privacy-check { display: flex !important; grid-template-columns: auto 1fr; align-items: center; font-weight: 500 !important; }
.privacy-check input { width: 16px; height: 16px; }
.privacy-check a { color: var(--purple); text-decoration: underline; }
.demo-modal .button { width: 100%; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes headerIn { from { transform: translateY(-100%); } to { transform: none; } }
@keyframes orbDrift { from { transform: translate3d(-4%, -2%, 0) scale(.96); } to { transform: translate3d(7%, 5%, 0) scale(1.08); } }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes dashboardViewIn { from { opacity: .25; transform: translateY(7px); } to { opacity: 1; transform: none; } }
@keyframes dashboardBarIn { from { transform: scaleY(.15); opacity: .2; } to { transform: scaleY(1); opacity: 1; } }

@media (max-width: 1080px) {
  .desktop-nav { gap: 17px; }
  .hero-layout { grid-template-columns: .75fr 1.25fr; gap: 28px; }
  .hero-copy h1 { font-size: 50px; }
  .hero-dashboard { min-height: 430px; grid-template-columns: 108px 1fr; }
  .dash-stats article { padding: 8px; }
  .dash-stats strong { font-size: 14px; }
  .funnel-panel, .activity-panel { min-height: 280px; }
  .funnel-shape { height: 200px; }
  .funnel-shape i { height: 34px; }
  .problem-grid { grid-template-columns: repeat(5, minmax(160px, 1fr)); overflow-x: auto; padding-bottom: 15px; }
  .integration-logo { min-width: calc((100% - 36px) / 4); }
}

@media (max-width: 900px) {
  .desktop-nav, .login-link { display: none; }
  .menu-button { display: grid; }
  .header-actions .button { display: none; }
  .mobile-menu { position: fixed; top: 66px; left: 16px; right: 16px; display: grid; gap: 4px; padding: 14px; visibility: hidden; opacity: 0; transform: translateY(-10px); border: 1px solid rgba(255, 255, 255, .09); border-radius: 14px; background: rgba(3, 7, 24, .96); box-shadow: 0 25px 60px rgba(0, 0, 0, .35); backdrop-filter: blur(18px); transition: opacity .25s ease, transform .25s var(--ease), visibility .25s; }
  .mobile-menu.open { visibility: visible; opacity: 1; transform: none; }
  .mobile-menu a { padding: 10px 12px; color: rgba(255, 255, 255, .7); border-radius: 8px; }
  .mobile-bottom-nav { position: fixed; right: 12px; bottom: 10px; left: 12px; z-index: 95; display: grid; min-height: 66px; grid-template-columns: repeat(5, 1fr); align-items: center; overflow: hidden; color: #40506d; border: 1px solid rgba(42, 52, 83, .1); border-radius: 16px; background: rgba(255, 255, 255, .96); box-shadow: 0 16px 42px rgba(12, 17, 42, .18); backdrop-filter: blur(18px); transition: transform .34s var(--ease), opacity .28s ease; }
  .mobile-bottom-nav.nav-hidden { opacity: 0; transform: translateY(calc(100% + 22px)); }
  .mobile-bottom-nav a { position: relative; display: grid; min-width: 0; place-items: center; gap: 4px; padding: 9px 3px 8px; overflow: hidden; font-size: 9px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-bottom-nav a::before { content: ""; position: absolute; top: 0; left: 50%; width: 28px; height: 2px; opacity: 0; border-radius: 0 0 3px 3px; background: linear-gradient(90deg, var(--purple), var(--cyan)); transform: translateX(-50%); }
  .mobile-bottom-nav a.active { color: var(--purple); }
  .mobile-bottom-nav a.active::before { opacity: 1; }
  .mobile-bottom-nav svg { width: 22px; height: 22px; stroke-width: 1.8; }
  body.theme-dark .mobile-bottom-nav { color: #aab5ce; border-color: rgba(255, 255, 255, .09); background: rgba(7, 12, 31, .95); }
  body.theme-dark .mobile-bottom-nav a.active { color: #b89cff; }
  .floating-tools { bottom: 86px; }
  .theme-toggle { bottom: 86px; }
  .whatsapp-action { display: none; }
  .site-footer { padding-bottom: 80px; }
  .hero { padding-top: 112px; }
  .hero-layout { grid-template-columns: 1fr; gap: 65px; }
  .hero-copy { max-width: 680px; text-align: center; margin-inline: auto; }
  .hero-copy > p, .hero-kpis { margin-inline: auto; }
  .hero-actions-row, .hero-rating { justify-content: center; }
  .hero-dashboard-wrap { width: min(100%, 760px); margin-inline: auto; }
  .flow-layout, .product-layout, .implementation-layout, .managed-platform-layout, .testimonials-layout { grid-template-columns: 1fr; }
  .flow-copy h2, .product-copy, .implementation-copy, .testimonials-copy { max-width: 650px; }
  .automation-card { max-width: 600px; }
  .product-copy { text-align: center; margin-inline: auto; }
  .check-list { grid-template-columns: repeat(2, 1fr); text-align: left; }
  .product-actions { justify-content: center; }
  .implementation-copy { padding-right: 0; border-right: 0; }
  .managed-platform-layout { gap: 34px; }
  .managed-platform-copy { max-width: 700px; text-align: center; margin-inline: auto; }
  .managed-platform-copy h2, .managed-platform-copy > p { margin-inline: auto; }
  .managed-platform .compact-checks { width: max-content; max-width: 100%; margin-inline: auto; text-align: left; }
  .managed-platform-stack { width: min(100%, 700px); margin-inline: auto; }
  .roles-grid, .ai-grid { grid-template-columns: repeat(3, 1fr); }
  .integration-logo { min-width: calc((100% - 24px) / 3); }
  .testimonials-copy { text-align: center; margin-inline: auto; }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 34px), var(--shell)); }
  .site-header { height: 66px; }
  .brand img { width: 144px; }
  .hero { min-height: auto; padding: 100px 0 64px; }
  .hero-copy h1 { font-size: clamp(42px, 12vw, 58px); }
  .hero-copy > p { font-size: 14px; }
  .hero-actions-row { flex-direction: column; }
  .hero-actions-row .button { width: 100%; }
  .hero-kpis { grid-template-columns: 1fr; }
  .hero-kpis article { display: grid; grid-template-columns: 80px 1fr; align-items: center; text-align: left; }
  .hero-kpis article + article { border-top: 1px solid rgba(255, 255, 255, .07); border-left: 0; }
  .hero-kpis strong { margin: 0; }
  .floating-insight { display: none; }
  .hero-dashboard-wrap::after { display: none; }
  .hero-dashboard { min-height: 400px; grid-template-columns: 1fr; transform: none !important; }
  .dash-sidebar { display: block; padding: 10px; overflow: hidden; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .06); }
  .dash-sidebar img { display: none; }
  .dash-tabs { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; }
  .dash-tabs::-webkit-scrollbar { display: none; }
  .dash-sidebar button { width: auto; flex: 0 0 auto; padding: 8px 10px; white-space: nowrap; }
  .dash-sidebar button:hover, .dash-sidebar button:focus-visible { transform: none; }
  .dash-content { padding: 15px; }
  .dash-stats { grid-template-columns: repeat(2, 1fr); }
  .dash-stats article:nth-child(n+3) { display: none; }
  .dash-panels { grid-template-columns: 1fr; }
  .activity-panel { display: none; }
  .funnel-panel { min-height: 277px; }
  .funnel-visual { grid-template-columns: 1fr 82px; }
  .funnel-shape { width: 180px; height: 220px; }
  .probability-card { right: 50%; width: 245px; transform: translateX(50%); animation: none; }
  .problem, .product, .managed-platform, .faq { padding: 58px 0; }
  .problem-grid { display: flex; width: calc(100% - 24px); margin-left: 24px; margin-right: 0; padding-right: 24px; scroll-snap-type: x mandatory; }
  .problem-card { flex: 0 0 215px; scroll-snap-align: center; }
  .flow { padding: 49px 0; }
  .process-steps { grid-template-columns: 1fr; gap: 26px; }
  .process-steps article { display: grid; grid-template-columns: 120px 1fr; column-gap: 14px; }
  .process-steps article:not(:last-child)::after { top: 35px; bottom: -29px; left: 15px; width: 1px; height: auto; }
  .process-steps article:not(:last-child)::before { display: none; }
  .step-head { grid-row: span 2; }
  .process-steps h3 { align-self: end; }
  .pipeline-board { min-height: 420px; grid-template-columns: 1fr; }
  .pipeline-sidebar { display: none; }
  .pipeline-main > header { grid-template-columns: 1fr auto; }
  .pipeline-main > header > div { display: none; }
  .kanban { grid-template-columns: repeat(4, 150px); overflow-x: auto; scroll-snap-type: x mandatory; }
  .kanban section { scroll-snap-align: start; }
  .product-analytics { grid-template-columns: 1fr; }
  .conversion-ring { display: none; }
  .roles-grid, .ai-grid { display: flex; width: calc(100% - 24px); margin-left: 24px; margin-right: 0; padding-right: 24px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .dark-card { flex: 0 0 205px; scroll-snap-align: center; }
  .implementation { padding: 54px 0; }
  .implementation-timeline { grid-template-columns: 1fr 1fr; row-gap: 24px; }
  .implementation-timeline::before { display: none; }
  .managed-platform-copy h2 { font-size: 30px; }
  .managed-platform-stack { padding: 12px; }
  .tech-card { min-height: 102px; grid-template-columns: 52px 1fr; gap: 12px; padding: 13px; }
  .tech-mark { width: 46px; height: 46px; }
  .markeland-card img { width: 48px; }
  .integrations-heading { align-items: flex-start; flex-direction: column; gap: 11px; }
  .integrations h2 { font-size: 20px; }
  .logo-carousel { width: calc(100% - 18px); grid-template-columns: 32px minmax(0, 1fr) 32px; gap: 6px; }
  .carousel-control { width: 32px; height: 32px; }
  .integration-logo { min-width: calc((100% - 12px) / 2); height: 72px; font-size: 11px; }
  .testimonial-grid { display: flex; width: calc(100% - 24px); margin-left: 24px; margin-right: 0; padding-right: 24px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .quote-card { flex: 0 0 270px; scroll-snap-align: center; }
  .faq-grid { grid-template-columns: 1fr; }
  .final-cta { min-height: 280px; }
  .final-cta h2 { font-size: 31px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .footer-bottom > div { flex-wrap: wrap; }
  .demo-modal { padding: 28px 20px; }
  .form-row { grid-template-columns: 1fr; }
  .floating-tools { right: 14px; bottom: 82px; }
  .theme-toggle { left: 14px; bottom: 82px; }
  .floating-action { width: 42px; height: 42px; }
  .floating-action > span { display: none; }
  .problem-grid, .roles-grid, .ai-grid, .testimonial-grid, .kanban { overflow-y: hidden; scrollbar-width: none; }
  .problem-grid::-webkit-scrollbar, .roles-grid::-webkit-scrollbar, .ai-grid::-webkit-scrollbar, .testimonial-grid::-webkit-scrollbar, .kanban::-webkit-scrollbar { display: none; }
}

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