:root {
    --navy: #07142d;
    --navy-2: #0a1b3c;
    --blue: #0969f5;
    --blue-light: #28b8ed;
    --cyan: #1fd1dd;
    --ink: #0b1730;
    --text: #526078;
    --muted: #7f8aa0;
    --line: #dfe6ef;
    --surface: #f4f7fb;
    --white: #fff;
    --radius: 22px;
    --shadow: 0 24px 60px rgba(7, 20, 45, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img, svg { display: block; max-width: 100%; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 82px; display: flex; align-items: center; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(223,230,239,.85); transition: .3s ease; }
.site-header.scrolled { height: 70px; background: rgba(255,255,255,.94); box-shadow: 0 10px 35px rgba(7,20,45,.08); backdrop-filter: blur(16px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-logo { display: block; width: 150px; height: 40px; object-fit: contain; object-position: left center; }
.brand-mark { position: relative; width: 44px; height: 24px; display: inline-block; }
.brand-mark::before, .brand-mark::after, .brand-mark i, .brand-mark b { content: ""; position: absolute; width: 20px; height: 20px; border: 4px solid var(--blue); border-radius: 50% 55% 50% 55%; transform: rotate(45deg); }
.brand-mark::before { left: 3px; top: 0; border-color: var(--blue) transparent var(--blue) var(--blue); }
.brand-mark::after { right: 3px; top: 0; border-color: var(--cyan) var(--cyan) var(--cyan) transparent; }
.brand-mark i { width: 14px; height: 14px; left: 9px; top: 3px; border-width: 2px; opacity: .55; }
.brand-mark b { width: 14px; height: 14px; right: 9px; top: 3px; border-width: 2px; border-color: var(--cyan); opacity: .55; }
.brand-copy { line-height: 1; display: flex; flex-direction: column; }
.brand-copy strong { font: 800 22px/1 "Manrope"; letter-spacing: -1.1px; color: var(--navy); }
.brand-copy strong span, .mini-brand strong span { color: var(--blue); }
.brand-copy small { margin-top: 4px; text-transform: uppercase; letter-spacing: 2.1px; font-size: 7px; font-weight: 700; color: #8993a8; }
.main-nav { display: flex; align-items: center; gap: 34px; margin-left: 75px; }
.main-nav a, .login-link { font-size: 14px; font-weight: 600; }
.main-nav a { position: relative; color: #34415a; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--blue); transition: .25s; }
.main-nav a:hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 24px; }
.login-link:hover { color: var(--blue); }
.button { min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; font-weight: 700; font-size: 15px; transition: transform .25s, box-shadow .25s, background .25s; }
.button svg, .text-link svg, .feature-card a svg { width: 18px; height: 18px; transition: transform .25s; }
.button:hover { transform: translateY(-2px); }
.button:hover svg, .text-link:hover svg, .feature-card a:hover svg { transform: translateX(4px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--blue), #0759dc); box-shadow: 0 12px 26px rgba(9,105,245,.26); }
.button-primary:hover { box-shadow: 0 17px 34px rgba(9,105,245,.34); }
.button-small { min-height: 44px; padding: 0 18px; font-size: 13px; border-radius: 10px; }
.menu-toggle { display: none; border: 0; background: none; width: 42px; height: 42px; align-items: center; justify-content: center; color: var(--ink); }
.menu-toggle svg { width: 25px; height: 25px; }
.menu-close { display: none; }

.hero { min-height: 790px; padding: 96px 0 0; position: relative; overflow: hidden; background: radial-gradient(circle at 76% 25%, #e6f4ff 0, rgba(230,244,255,0) 30%), linear-gradient(180deg, #fbfdff, #f4f8fd); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .38; background-image: linear-gradient(rgba(16,91,190,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(16,91,190,.04) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, black, transparent 78%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 480px; height: 480px; right: -160px; top: 140px; background: rgba(0,198,255,.08); }
.hero-glow-two { width: 280px; height: 280px; left: -130px; top: 380px; background: rgba(9,105,245,.08); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; column-gap: 30px; min-width: 0; min-height: 590px; }
.hero-copy { min-width: 0; padding: 0 0 24px; position: relative; z-index: 3; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 10px; line-height: 1; letter-spacing: 1.7px; font-weight: 800; color: var(--blue); }
.eyebrow span { width: 30px; height: 1px; background: var(--blue); }
h1, h2, h3 { margin: 0; font-family: "Manrope", sans-serif; }
h1 { margin-top: 20px; font-size: clamp(44px, 3.5vw, 50px); line-height: 1.04; letter-spacing: -2.7px; font-weight: 800; white-space: nowrap; }
h1 em, .section-heading h2 em, .showcase-copy h2 em, .security-copy h2 em, .demo-copy h2 em { color: var(--blue); font-style: normal; }
.hero-copy > p { max-width: 540px; margin: 22px 0 26px; color: var(--text); font-size: 15px; line-height: 1.65; }
.hero-actions { display: flex; gap: 14px; align-items: center; }
.button-ghost { background: rgba(255,255,255,.72); color: var(--ink); border-color: #dbe3ef; box-shadow: 0 8px 24px rgba(7,20,45,.05); }
.play { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: #e9f2ff; color: var(--blue); }
.play svg { width: 13px; height: 13px; fill: currentColor; stroke-width: 0; }
.hero-proof { margin-top: 28px; display: flex; align-items: center; gap: 14px; }
.avatars { display: flex; }
.avatars span { width: 36px; height: 36px; margin-left: -8px; border: 3px solid white; border-radius: 50%; display: grid; place-items: center; background: #17345f; color: white; font-size: 9px; font-weight: 700; }
.avatars span:first-child { margin-left: 0; background: #3176c8; }
.avatars span:nth-child(2) { background: #ad683d; }
.avatars span:nth-child(3) { background: #607d63; }
.avatars span:last-child { background: var(--blue); }
.hero-proof p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.hero-proof strong { color: var(--ink); font-size: 13px; }

.hero-product { width: 700px; min-width: 0; position: relative; transform: perspective(1400px) rotateY(-3deg) rotateX(1deg) scale(.88); transform-origin: left center; }
.product-window { width: 100%; overflow: hidden; position: relative; border: 1px solid rgba(255,255,255,.85); border-radius: 20px; background: #edf3fa; box-shadow: 0 45px 90px rgba(13,43,87,.19), 0 2px 0 white inset; }
.window-top { height: 60px; padding: 0 18px; display: flex; align-items: center; gap: 28px; background: white; border-bottom: 1px solid #e7edf5; }
.mini-brand { display: flex; align-items: center; gap: 7px; min-width: 118px; }
.brand-mark.mini { transform: scale(.58); transform-origin: left center; margin-right: -14px; }
.mini-brand strong { font: 800 15px "Manrope"; letter-spacing: -.7px; }
.window-search { flex: 1; max-width: 305px; padding: 10px 15px; border-radius: 8px; background: #f5f7fa; color: #9ba5b5; font-size: 9px; }
.window-user { margin-left: auto; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; color: white; background: #183f73; font-size: 9px; font-weight: 700; }
.product-body { min-height: 490px; display: flex; }
.product-sidebar { width: 62px; padding: 23px 0; display: flex; flex-direction: column; align-items: center; gap: 20px; color: #7f90a9; background: #0b1d3a; }
.product-sidebar span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; }
.product-sidebar svg { width: 15px; height: 15px; }
.product-sidebar .side-active { color: white; background: var(--blue); box-shadow: 0 7px 16px rgba(9,105,245,.35); }
.dashboard { width: calc(100% - 62px); padding: 23px 25px 26px; }
.dash-heading { display: flex; justify-content: space-between; align-items: flex-end; }
.dash-heading small { color: #8492a7; font-size: 7px; letter-spacing: 1.6px; font-weight: 800; }
.dash-heading h2 { margin-top: 4px; font-size: 19px; letter-spacing: -.8px; }
.dash-heading button { border: 1px solid #dce4ee; background: white; color: #5f6e84; font-size: 8px; padding: 8px 11px; border-radius: 7px; }
.kpi-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin: 17px 0 13px; }
.kpi-row article { position: relative; padding: 14px; min-height: 104px; border-radius: 12px; background: white; box-shadow: 0 5px 14px rgba(13,43,87,.04); }
.kpi-icon { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 7px; }
.kpi-icon svg { width: 12px; height: 12px; }
.kpi-icon.blue { background: #e8f1ff; color: var(--blue); }
.kpi-icon.violet { background: #f2ecff; color: #805ce7; }
.kpi-icon.orange { background: #fff1e6; color: #ff8a32; }
.kpi-row p { margin: 8px 0 3px; color: #7e8a9d; font-size: 8px; }
.kpi-row strong { font: 800 20px "Manrope"; }
.kpi-row span { position: absolute; right: 12px; bottom: 15px; padding: 3px 5px; border-radius: 4px; background: #eaf9f2; color: #19a66c; font-size: 7px; font-weight: 700; }
.dash-panels { display: grid; grid-template-columns: 1.4fr .9fr; gap: 12px; }
.dash-panels article { padding: 15px; min-height: 245px; border-radius: 12px; background: white; }
.panel-title { display: flex; justify-content: space-between; align-items: flex-start; }
.panel-title strong { display: block; font: 700 10px "Manrope"; }
.panel-title small { display: block; margin-top: 3px; color: #9aa5b5; font-size: 7px; }
.panel-title b { padding: 4px 6px; border-radius: 5px; color: #1aaa72; background: #ebfaf4; font-size: 7px; }
.panel-title a { color: var(--blue); font-size: 7px; font-weight: 700; }
.chart-area { height: 170px; position: relative; margin-top: 20px; }
.chart-grid { position: absolute; inset: 0 0 22px; display: flex; flex-direction: column; justify-content: space-between; }
.chart-grid i { border-top: 1px dashed #e6ebf1; }
.chart-area > svg { position: absolute; inset: 2px 0 24px; width: 100%; height: calc(100% - 26px); overflow: visible; }
.chart-fill { fill: url(#chartFill); stroke: none; }
.chart-line { fill: none; stroke: var(--blue); stroke-width: 3; vector-effect: non-scaling-stroke; }
.chart-months { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; color: #9fa9b7; font-size: 6px; }
.visit { display: grid; grid-template-columns: 30px 1fr 8px; align-items: center; gap: 9px; padding: 13px 0; border-bottom: 1px solid #edf0f4; }
.visit:last-child { border: 0; }
.visit-time { font-size: 7px; font-weight: 700; color: #6d7b8e; }
.visit strong { display: block; font-size: 8px; }
.visit small { display: block; margin-top: 3px; font-size: 6px; color: #9aa5b5; }
.status { width: 6px; height: 6px; border-radius: 50%; }
.blue-dot { background: var(--blue); }.green-dot { background: #21bd7b; }.orange-dot { background: #ff963e; }
.orbit { position: absolute; border-radius: 50%; border: 1px dashed rgba(9,105,245,.15); pointer-events: none; }
.orbit-one { width: 840px; height: 840px; left: 90px; top: -150px; }
.orbit-two { width: 650px; height: 650px; left: 210px; top: -50px; }
.float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.8); border-radius: 12px; background: rgba(255,255,255,.94); box-shadow: 0 16px 35px rgba(9,35,74,.15); backdrop-filter: blur(12px); transform: rotateY(4deg); }
.float-card > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: white; background: #20bd7b; }
.float-card svg { width: 15px; }
.float-card strong, .float-card small { display: block; }
.float-card strong { font-size: 10px; }
.float-card small { margin-top: 2px; color: #8a96a8; font-size: 7px; }
.float-visits { left: -32px; bottom: 55px; animation: float 5s ease-in-out infinite; }
.float-goal { right: -16px; top: 97px; animation: float 5s 1.2s ease-in-out infinite; }
.goal-ring { width: 40px; height: 40px; border: 5px solid #dceaff; border-top-color: var(--blue); border-right-color: var(--blue); border-radius: 50%; display: grid; place-items: center; transform: rotate(30deg); }
.goal-ring b { font-size: 9px; transform: rotate(-30deg); }
@keyframes float { 50% { transform: rotateY(4deg) translateY(-9px); } }

.flow-visual { width: 100%; overflow: hidden; position: relative; border: 1px solid rgba(255,255,255,.9); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(239,247,255,.96)); box-shadow: 0 45px 90px rgba(13,43,87,.2), 0 2px 0 white inset; }
.flow-visual-head { height: 58px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e4ebf4; background: rgba(255,255,255,.88); }
.flow-visual-head > span { display: flex; align-items: center; gap: 7px; color: #62738b; font-size: 8px; font-weight: 700; letter-spacing: .3px; }
.flow-visual-head > span i, .hub-status i { width: 7px; height: 7px; border-radius: 50%; background: #20bd7b; box-shadow: 0 0 0 4px rgba(32,189,123,.12); }
.flow-canvas { position: relative; height: 500px; overflow: hidden; background: radial-gradient(circle at 50% 50%, rgba(9,105,245,.1), transparent 29%), linear-gradient(rgba(9,105,245,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(9,105,245,.035) 1px, transparent 1px); background-size: auto, 28px 28px, 28px 28px; }
.flow-canvas::before, .flow-canvas::after { content: ""; position: absolute; border: 1px solid rgba(9,105,245,.09); border-radius: 50%; pointer-events: none; }
.flow-canvas::before { width: 390px; height: 390px; left: 155px; top: 55px; }
.flow-canvas::after { width: 285px; height: 285px; left: 207px; top: 107px; border-style: dashed; animation: orbitSpin 28s linear infinite; }
.flow-connectors { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; overflow: visible; }
.flow-connectors path { fill: none; stroke: url(#flowGradient); stroke-width: 1.6; stroke-dasharray: 6 8; opacity: .65; animation: flowDash 12s linear infinite; }
.flow-pulse { fill: #fff; stroke: #0969f5; stroke-width: 2; filter: url(#flowGlow); }
.pulse-two, .pulse-five { fill: #1fd1dd; }
.flow-module { position: absolute; z-index: 3; width: 174px; min-height: 68px; padding: 12px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(204,219,238,.9); border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: 0 12px 28px rgba(7,36,77,.1); backdrop-filter: blur(8px); transition: transform .25s, box-shadow .25s; }
.flow-module:hover { transform: translateY(-4px); box-shadow: 0 18px 34px rgba(7,36,77,.16); }
.flow-module-icon { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; }
.flow-module-icon svg { width: 16px; height: 16px; }
.flow-module-icon.blue { color: #0969f5; background: #e8f2ff; }
.flow-module-icon.cyan { color: #08a9bb; background: #e6fbfd; }
.flow-module-icon.violet { color: #7955d9; background: #f0ebff; }
.flow-module-icon.orange { color: #ed7e28; background: #fff0e5; }
.flow-module-icon.green { color: #149c65; background: #e7f8f0; }
.flow-module strong, .flow-module small { display: block; }
.flow-module strong { font: 700 10px "Manrope"; color: #14233d; white-space: nowrap; }
.flow-module small { margin-top: 3px; color: #8290a4; font-size: 7px; white-space: nowrap; }
.module-clients { left: 24px; top: 38px; }
.module-planning { right: 24px; top: 38px; }
.module-visits { left: 7px; top: 216px; }
.module-sales { right: 7px; top: 216px; }
.module-support { left: 57px; bottom: 34px; }
.module-reporting { right: 57px; bottom: 34px; }
.flow-hub { position: absolute; z-index: 4; width: 190px; height: 150px; left: 50%; top: 50%; transform: translate(-50%,-50%); display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(88,170,255,.45); border-radius: 34px; background: linear-gradient(145deg, #0a2852, #07162f); box-shadow: 0 22px 48px rgba(7,20,45,.3), 0 0 55px rgba(9,105,245,.18); color: white; }
.flow-hub-rings, .flow-hub-rings i { position: absolute; inset: -18px; border: 1px solid rgba(9,105,245,.16); border-radius: 42px; pointer-events: none; }
.flow-hub-rings i:first-child { inset: -17px; border-style: dashed; animation: hubPulse 3s ease-in-out infinite; }
.flow-hub-rings i:last-child { inset: -34px; opacity: .5; }
.hub-mark { transform: scale(.78); margin-bottom: 10px; }
.flow-hub > strong { font: 800 23px "Manrope"; letter-spacing: -1px; }
.flow-hub > strong span { color: #47b8ff; }
.flow-hub > small { margin-top: 5px; color: #8fa8c8; font-size: 7px; letter-spacing: 1.5px; font-weight: 800; }
.hub-status { margin-top: 13px; padding: 6px 9px; display: flex; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; color: #b9cce3; background: rgba(255,255,255,.06); font-size: 7px; }
.hub-status i { width: 5px; height: 5px; }
.flow-data-tag { position: absolute; z-index: 2; padding: 5px 8px; border: 1px solid #dbe6f3; border-radius: 6px; color: #6c7d94; background: rgba(255,255,255,.9); font-size: 6px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; }
.tag-top { left: 50%; top: 95px; transform: translateX(-50%); }
.tag-bottom { left: 50%; bottom: 92px; transform: translateX(-50%); }
.flow-visual-foot { min-height: 46px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #e4ebf4; background: white; }
.flow-visual-foot span { display: flex; align-items: center; gap: 6px; color: #64748a; font-size: 7px; font-weight: 700; }
.flow-visual-foot svg { width: 12px; height: 12px; color: #0969f5; }
@keyframes flowDash { to { stroke-dashoffset: -140; } }
@keyframes orbitSpin { to { transform: rotate(360deg); } }
@keyframes hubPulse { 50% { opacity: .35; transform: scale(1.04); } }

.trust-strip { position: relative; z-index: 3; margin-top: 60px; padding: 26px 0; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #dce4ee; }
.trust-strip p { margin: 0; color: #8c98a9; font-size: 9px; font-weight: 800; letter-spacing: 1.5px; }
.trust-strip div { display: flex; gap: 55px; }
.trust-strip span { color: #768398; font: 700 14px "Manrope"; }

.section-heading.centered { max-width: 740px; margin: 0 auto 65px; text-align: center; }
.section-heading h2, .showcase-copy h2, .security-copy h2, .demo-copy h2 { margin-top: 18px; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.12; letter-spacing: -2.7px; }
.section-heading > p, .heading-row > p { color: var(--text); font-size: 17px; line-height: 1.7; }
.section-heading.centered > p { max-width: 650px; margin: 22px auto 0; }
.problem-section { background: white; }
.flow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; }
.flow-grid::before { content: ""; position: absolute; z-index: 0; left: 16%; right: 16%; top: 52px; border-top: 1px dashed #b9c9dc; }
.flow-grid article { position: relative; z-index: 1; padding: 38px 32px 32px; text-align: center; border: 1px solid #e3e9f0; border-radius: var(--radius); background: white; transition: .3s; }
.flow-grid article:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: transparent; }
.flow-number { position: absolute; right: 20px; top: 18px; font: 800 11px "Manrope"; color: #c5ceda; }
.flow-icon { width: 66px; height: 66px; margin: 0 auto 24px; display: grid; place-items: center; border-radius: 20px; color: var(--blue); background: linear-gradient(145deg, #edf5ff, #f8fbff); box-shadow: 0 10px 24px rgba(9,105,245,.1); }
.flow-icon svg { width: 29px; height: 29px; }
.flow-grid h3 { font-size: 20px; letter-spacing: -.6px; }
.flow-grid p { margin: 12px 0 0; color: var(--text); line-height: 1.65; font-size: 14px; }

.showcase-section { overflow: hidden; color: white; background: var(--navy); }
.split-layout { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 100px; }
.section-kicker.light { color: #5ebaff; }
.showcase-copy h2 em, .security-copy h2 em, .demo-copy h2 em { color: #56baff; }
.showcase-copy > p, .security-copy > p, .demo-copy > p { margin: 23px 0 0; color: #aab8cd; font-size: 16px; line-height: 1.75; }
.check-list { margin: 32px 0 30px; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 14px; margin: 19px 0; }
.check-list li > span { flex: 0 0 auto; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: #7bc5ff; background: rgba(30,135,242,.17); }
.check-list svg { width: 13px; }
.check-list strong, .check-list small { display: block; }
.check-list strong { font-size: 14px; }
.check-list small { margin-top: 4px; color: #8f9db1; line-height: 1.45; font-size: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: #65bcff; font-weight: 700; font-size: 14px; }
.phone-scene { position: relative; min-height: 570px; }
.photo-panel { position: absolute; width: 480px; height: 515px; right: 0; top: 15px; border-radius: 28px; background: linear-gradient(90deg, rgba(7,20,45,.48), rgba(7,20,45,.05)), url("team-meeting.jpg") center/cover; box-shadow: 0 40px 70px rgba(0,0,0,.3); }
.photo-panel::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.phone { position: absolute; width: 245px; height: 500px; left: 10px; top: 35px; padding: 9px; border-radius: 34px; color: var(--ink); background: #101827; border: 2px solid #5b6472; box-shadow: 0 35px 70px rgba(0,0,0,.45); transform: rotate(-2.5deg); }
.phone::before { content: ""; position: absolute; z-index: 2; width: 75px; height: 18px; top: 8px; left: 50%; transform: translateX(-50%); border-radius: 0 0 12px 12px; background: #101827; }
.phone-screen { height: 100%; padding: 14px 15px; overflow: hidden; border-radius: 25px; background: #f6f8fc; }
.phone-status { display: flex; justify-content: space-between; font-size: 7px; font-weight: 700; }
.phone-head { margin: 22px 0 18px; display: flex; align-items: center; justify-content: space-between; }
.phone-head strong { font: 700 11px "Manrope"; }.phone-head span { color: var(--blue); font-size: 18px; }.phone-head i { font-size: 8px; }
.customer-card { padding: 11px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 8px; border-radius: 10px; background: white; box-shadow: 0 5px 14px rgba(8,31,70,.08); }
.customer-logo { width: 34px; height: 34px; display: grid; place-items: center; color: white; border-radius: 8px; background: linear-gradient(135deg, #0b76e8, #09bdce); font: 800 14px "Manrope"; }
.customer-card strong, .customer-card small { display: block; }.customer-card strong { font-size: 8px; }.customer-card small { color: #8b97a8; margin-top: 2px; font-size: 6px; }
.customer-card > span { padding: 3px 5px; color: #18a36a; background: #e7f9f1; border-radius: 4px; font-size: 5px; font-weight: 700; }
.phone-label { margin: 20px 0 12px; color: #8c98aa; font-size: 6px; letter-spacing: 1px; font-weight: 800; }
.steps > div { display: grid; grid-template-columns: 19px 1px 1fr; column-gap: 9px; min-height: 55px; }
.steps i { width: 19px; height: 19px; display: grid; place-items: center; border: 1px solid #d7dee8; border-radius: 50%; color: #9aa5b5; background: white; font-style: normal; font-size: 7px; }
.steps svg { width: 10px; }.steps div > span { height: 37px; margin: 19px 0 0 -19px; border-left: 1px solid #d7dee8; }
.steps p { margin: 1px 0 0; }.steps strong, .steps small { display: block; }.steps strong { font-size: 8px; }.steps small { margin-top: 3px; color: #98a3b3; font-size: 6px; }
.steps .done i { color: white; background: #20b878; border-color: #20b878; }.steps .done > span { border-color: #20b878; }
.steps .current i { color: white; background: var(--blue); border-color: var(--blue); box-shadow: 0 0 0 4px #dceaff; }
.phone-button { width: 100%; margin-top: 5px; padding: 11px; border: 0; border-radius: 8px; color: white; background: var(--blue); font-size: 7px; font-weight: 700; }
.sync-badge { position: absolute; right: -25px; bottom: 15px; padding: 13px 16px; display: flex; align-items: center; gap: 10px; border-radius: 12px; color: var(--ink); background: white; box-shadow: 0 18px 35px rgba(0,0,0,.25); }
.sync-badge > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: white; background: #1fbc7a; }.sync-badge svg { width: 15px; }
.sync-badge strong, .sync-badge small { display: block; }.sync-badge strong { font-size: 9px; }.sync-badge small { margin-top: 3px; color: #8c98a8; font-size: 7px; }

.features-section { background: var(--surface); }
.heading-row { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 55px; }
.heading-row > p { width: 420px; margin: 0 0 5px; }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card { --delay: 0ms; min-height: 275px; padding: 28px 25px 24px; display: flex; flex-direction: column; border: 1px solid #e1e7ef; border-radius: 18px; background: white; transition: transform .3s var(--delay), box-shadow .3s, border-color .3s; }
.feature-card:hover { transform: translateY(-7px); border-color: #c8dcf7; box-shadow: 0 20px 45px rgba(8,31,70,.1); }
.feature-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; color: var(--blue); background: #ecf4ff; }
.feature-icon svg { width: 23px; height: 23px; }
.feature-card h3 { margin-top: 23px; font-size: 17px; letter-spacing: -.4px; }
.feature-card p { margin: 11px 0 20px; color: var(--text); font-size: 13px; line-height: 1.65; }
.feature-card a { margin-top: auto; display: flex; align-items: center; gap: 8px; color: var(--blue); font-size: 12px; font-weight: 700; }
.feature-card a svg { width: 14px; height: 14px; }

.roles-section { background: white; }
.roles-tabs { border: 1px solid #dfe6ef; border-radius: 24px; overflow: hidden; box-shadow: 0 22px 65px rgba(7,20,45,.09); }
.tab-list { padding: 8px; display: grid; grid-template-columns: repeat(4, 1fr); background: #f2f5f9; border-bottom: 1px solid #e1e7ef; }
.tab-list button { padding: 15px 12px; border: 0; border-radius: 10px; color: #6f7c91; background: transparent; font-weight: 700; font-size: 13px; }
.tab-list button[aria-selected="true"] { color: var(--blue); background: white; box-shadow: 0 5px 14px rgba(8,31,70,.08); }
.role-panel { min-height: 440px; display: grid; grid-template-columns: 1fr 1fr; }
.role-copy { padding: 65px 70px; }
.role-copy > span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: 1.8px; }
.role-copy h3 { margin-top: 16px; max-width: 440px; font-size: 32px; line-height: 1.22; letter-spacing: -1.4px; }
.role-copy > p { color: var(--text); font-size: 14px; line-height: 1.7; }
.role-copy ul { list-style: none; padding: 5px 0 0; margin: 0; }
.role-copy li { margin: 12px 0; display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; }
.role-copy li svg { width: 17px; height: 17px; padding: 3px; color: white; background: #22b87b; border-radius: 50%; }
.role-visual { position: relative; padding: 65px 55px; background: linear-gradient(145deg, #e9f3ff, #f7faff); overflow: hidden; }
.role-visual::before { content: ""; position: absolute; width: 300px; height: 300px; right: -100px; top: -100px; border-radius: 50%; background: rgba(9,105,245,.1); }
.insight-card { position: relative; z-index: 1; height: 265px; padding: 27px; border-radius: 18px; color: white; background: linear-gradient(145deg, #0b2a57, #0a1731); box-shadow: 0 22px 45px rgba(7,20,45,.25); }
.insight-card small { display: block; color: #8fa7c5; font-size: 8px; letter-spacing: 1.2px; }
.insight-card > strong { display: block; margin-top: 10px; font: 800 32px "Manrope"; }.insight-card sup { color: #8fa7c5; font-size: 10px; }
.insight-card > span { display: inline-block; margin-top: 8px; padding: 4px 7px; border-radius: 5px; color: #51dfaa; background: rgba(31,188,123,.15); font-size: 7px; }
.bars { position: absolute; inset: auto 25px 25px; height: 100px; display: flex; align-items: end; justify-content: space-between; }
.bars i { width: 9%; border-radius: 4px 4px 0 0; background: linear-gradient(#2d8cff, #0b5bce); }
.mini-insight { position: absolute; z-index: 2; right: 30px; bottom: 38px; width: 170px; padding: 17px; border-radius: 13px; background: white; box-shadow: 0 16px 35px rgba(7,20,45,.17); }
.mini-insight span { color: #8592a5; font-size: 7px; letter-spacing: 1px; }.mini-insight strong { display: block; margin: 6px 0 9px; font: 800 23px "Manrope"; }
.mini-insight div { height: 5px; border-radius: 5px; background: #e2eaf4; }.mini-insight i { display: block; width: 87%; height: 100%; border-radius: inherit; background: var(--blue); }
.manager-visual, .commercial-visual, .support-visual { display: flex; flex-direction: column; justify-content: center; gap: 12px; }
.team-line, .agenda-item, .ticket-row, .day-title, .ticket-top { position: relative; z-index: 1; padding: 16px; display: flex; align-items: center; gap: 13px; border-radius: 12px; background: white; box-shadow: 0 8px 20px rgba(7,20,45,.07); }
.team-line > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; color: white; background: #316da8; font-size: 9px; font-weight: 700; }
.team-line div { flex: 1; }.team-line b, .team-line small { display: block; }.team-line b { font-size: 11px; }.team-line small { margin-top: 3px; color: #8b98a9; font-size: 8px; }.team-line > i { color: var(--blue); font-size: 11px; font-weight: 800; font-style: normal; }
.day-title, .ticket-top { justify-content: space-between; }.day-title span, .ticket-top span { color: #8592a5; font-size: 8px; letter-spacing: 1px; }.day-title strong { font-size: 11px; }
.agenda-item > b { font-size: 9px; }.agenda-item > i { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }.agenda-item div strong, .agenda-item div small { display: block; }.agenda-item div strong { font-size: 11px; }.agenda-item div small { margin-top: 3px; color: #8b98a9; font-size: 8px; }
.ticket-top strong { font: 800 26px "Manrope"; }.ticket-row > i { width: 8px; height: 8px; border-radius: 50%; background: #54b8ee; }.ticket-row > i.high { background: #f05d65; }.ticket-row div { flex: 1; }.ticket-row div b, .ticket-row div small { display: block; }.ticket-row div b { font-size: 10px; }.ticket-row div small { margin-top: 3px; color: #8b98a9; font-size: 8px; }.ticket-row > span { padding: 5px 7px; color: var(--blue); background: #e9f2ff; border-radius: 5px; font-size: 7px; font-weight: 700; }

.deployment-section { background: var(--surface); }
.deployment-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.deployment-card { padding: 42px; border: 1px solid #dde5ef; border-radius: 24px; background: white; box-shadow: 0 16px 45px rgba(7,20,45,.06); }
.deployment-card.featured { border-color: #bdd9ff; box-shadow: 0 22px 55px rgba(9,105,245,.11); }
.deployment-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }
.deployment-icon { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 18px; color: white; background: linear-gradient(145deg, var(--blue), #23a9f5); box-shadow: 0 12px 25px rgba(9,105,245,.22); }
.deployment-icon.private { color: #66bfff; background: linear-gradient(145deg, #102d59, #07142d); box-shadow: 0 12px 25px rgba(7,20,45,.2); }
.deployment-icon svg { width: 28px; height: 28px; }
.deployment-top > span { padding: 7px 10px; border-radius: 20px; color: var(--blue); background: #eaf3ff; font-size: 9px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; }
.deployment-card > small { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: 1.8px; }
.deployment-card h3 { margin-top: 14px; max-width: 450px; font-size: 26px; line-height: 1.3; letter-spacing: -1px; }
.deployment-card > p { margin: 17px 0 24px; color: var(--text); font-size: 14px; line-height: 1.7; }
.deployment-card ul { margin: 0 0 28px; padding: 22px 0; list-style: none; border-top: 1px solid #e7ecf2; border-bottom: 1px solid #e7ecf2; }
.deployment-card li { margin: 12px 0; display: flex; align-items: center; gap: 10px; color: #35435a; font-size: 13px; font-weight: 600; }
.deployment-card li svg { width: 18px; height: 18px; padding: 3px; border-radius: 50%; color: white; background: #20b879; }
.deployment-card .text-link { color: var(--blue); }
.deployment-note { margin-top: 24px; padding: 24px 30px; display: flex; align-items: center; gap: 18px; border: 1px solid #d8e4f2; border-radius: 16px; background: #edf5ff; }
.deployment-note > span { flex: 0 0 auto; width: 43px; height: 43px; display: grid; place-items: center; border-radius: 12px; color: var(--blue); background: white; }
.deployment-note svg { width: 21px; height: 21px; }
.deployment-note strong { display: block; font-size: 14px; }
.deployment-note p { margin: 5px 0 0; color: var(--text); font-size: 12px; line-height: 1.55; }

.security-section { color: white; background: linear-gradient(135deg, #07142d, #0a224a); overflow: hidden; }
.security-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 95px; }
.security-visual { position: relative; height: 490px; display: grid; place-items: center; }
.shield-rings { position: relative; width: 390px; height: 390px; display: grid; place-items: center; border: 1px solid rgba(72,168,255,.13); border-radius: 50%; }
.shield-rings > i { position: absolute; border: 1px solid rgba(72,168,255,.14); border-radius: 50%; }
.shield-rings > i:first-child { width: 300px; height: 300px; }.shield-rings > i:nth-child(2) { width: 220px; height: 220px; }.shield-rings > i:nth-child(3) { width: 140px; height: 140px; background: rgba(9,105,245,.08); }
.shield-rings > div { z-index: 2; width: 105px; height: 105px; display: grid; place-items: center; border: 1px solid rgba(96,189,255,.5); border-radius: 28px; color: #74c5ff; background: linear-gradient(145deg, #0d3970, #092247); box-shadow: 0 0 65px rgba(9,105,245,.3); transform: rotate(45deg); }
.shield-rings svg { width: 49px; height: 49px; transform: rotate(-45deg); }
.security-pill { position: absolute; padding: 11px 14px; display: flex; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; color: #d3e2f6; background: rgba(15,48,91,.82); backdrop-filter: blur(10px); box-shadow: 0 12px 25px rgba(0,0,0,.17); font-size: 9px; font-weight: 700; }.security-pill svg { width: 14px; color: #58dba7; }
.pill-one { left: 10px; top: 100px; }.pill-two { right: 5px; top: 180px; }.pill-three { left: 45px; bottom: 72px; }
.security-points { margin-top: 30px; }
.security-points article { padding: 18px 0; display: flex; gap: 18px; border-top: 1px solid rgba(255,255,255,.1); }
.security-points article > span { color: #55baff; font: 800 10px "Manrope"; letter-spacing: 1px; }.security-points strong { font-size: 14px; }.security-points p { margin: 5px 0 0; color: #8fa0b8; font-size: 12px; line-height: 1.5; }

.demo-section { padding: 90px 0; background: #edf3fa; }
.demo-shell { padding: 68px; display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 80px; border-radius: 28px; color: white; background: linear-gradient(145deg, #0a234a, #07142d); box-shadow: 0 35px 80px rgba(7,20,45,.18); }
.demo-shell > *, .demo-form, .demo-copy { min-width: 0; }
.demo-copy h2 { font-size: 48px; }
.demo-benefits { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 14px 18px; }
.demo-benefits span { display: flex; align-items: center; gap: 6px; color: #c0cde0; font-size: 11px; }.demo-benefits svg { width: 14px; color: #4ce0a4; }
.demo-copy blockquote { margin: 45px 0 0; padding: 19px 0 0 20px; border-left: 2px solid var(--blue); color: #7f91aa; font-size: 12px; font-style: italic; line-height: 1.6; }
.demo-form { padding: 34px; border-radius: 20px; color: var(--ink); background: white; box-shadow: 0 24px 55px rgba(0,0,0,.2); }
.form-heading h3 { font-size: 23px; letter-spacing: -.7px; }.form-heading p { margin: 7px 0 22px; color: var(--muted); font-size: 12px; }
.form-alert { margin-bottom: 16px; padding: 11px 13px; border-radius: 8px; font-size: 11px; line-height: 1.5; }.form-alert.success { color: #087448; background: #e7f8f1; }.form-alert.error { color: #a02e36; background: #fff0f1; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.demo-form label { display: block; margin-bottom: 13px; color: #48566c; font-size: 10px; font-weight: 700; }
.demo-form input, .demo-form select, .demo-form textarea { width: 100%; margin-top: 6px; padding: 12px 13px; border: 1px solid #dce3ec; border-radius: 8px; outline: none; color: var(--ink); background: #fbfcfe; font-size: 12px; transition: .2s; }
.demo-form textarea { resize: vertical; min-height: 78px; }
.demo-form input:focus, .demo-form select:focus, .demo-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(9,105,245,.1); background: white; }
.form-submit { width: 100%; min-height: 49px; border: 0; }
.form-note { display: block; margin-top: 12px; color: #9aa5b4; text-align: center; font-size: 8px; }
.honeypot { position: absolute; left: -9999px; }

.site-footer { color: #a5b2c6; background: #050e20; }
.footer-main { padding: 65px 0 50px; display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 60px; }
.brand-light .brand-copy strong { color: white; }
.footer-brand p { max-width: 290px; margin: 19px 0 0; font-size: 12px; line-height: 1.7; }
.footer-links, .footer-contact { display: flex; flex-direction: column; gap: 12px; font-size: 11px; }
.footer-links strong, .footer-contact strong { margin-bottom: 7px; color: white; font-size: 12px; }
.footer-links a:hover, .footer-contact a:hover { color: #51b9ff; }
.footer-contact p { margin: 0; }
.footer-bottom { padding: 20px 0; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.08); font-size: 9px; }
.footer-bottom p { margin: 0; }.footer-bottom div { display: flex; gap: 24px; }
.back-to-top { position: fixed; z-index: 50; right: 24px; bottom: 24px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--blue); box-shadow: 0 10px 25px rgba(9,105,245,.28); opacity: 0; pointer-events: none; transform: translateY(10px); transition: .25s; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: none; }

.reveal { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s ease; }
.js .reveal { opacity: 0; transform: translateY(24px); }
.js .hero .reveal { opacity: 1; transform: none; }
.js .hero .hero-product { transform: perspective(1400px) rotateY(-3deg) rotateX(1deg) scale(.88); }
.reveal-delay { transition-delay: .14s; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1200px) {
    .hero-grid { column-gap: 24px; }
    .hero-product { width: 650px; }
    h1 { font-size: 46px; }
    .main-nav { margin-left: 20px; gap: 22px; }
    .features-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 1024px) {
    .site-header { background: rgba(255,255,255,.95); backdrop-filter: blur(14px); }
    .main-nav { position: fixed; inset: 70px 0 auto; padding: 25px 24px 35px; display: none; flex-direction: column; align-items: flex-start; gap: 22px; background: white; box-shadow: 0 20px 30px rgba(7,20,45,.1); }
    .main-nav.open { display: flex; }
    .main-nav a { font-size: 17px; }
    .nav-actions .login-link { display: none; }
    .nav-actions .button { margin-left: auto; }
    .menu-toggle { display: flex; }
    .menu-toggle[aria-expanded="true"] .menu-open { display: none; }
    .menu-toggle[aria-expanded="true"] .menu-close { display: block; }
    .hero { padding-top: 94px; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { max-width: 720px; text-align: center; margin: 0 auto; }
    .eyebrow { justify-content: center; }
    .hero-copy > p { margin-inline: auto; }
    .hero-actions, .hero-proof { justify-content: center; }
    .hero-product { width: 780px; max-width: 100%; margin: 25px auto 0; transform: none; }
    .js .hero .hero-product { transform: none; }
    .float-card { transform: none; }
    .trust-strip { margin-top: 85px; flex-direction: column; gap: 20px; }
    .trust-strip div { width: 100%; justify-content: space-around; gap: 20px; flex-wrap: wrap; }
    .split-layout { gap: 55px; }
    .photo-panel { width: 400px; }
    .phone { left: -20px; }
    .features-grid { grid-template-columns: repeat(2, 1fr); }
    .security-grid { gap: 35px; }
    .demo-shell { padding: 50px; gap: 45px; }
}
@media (max-width: 820px) {
    .section { padding: 82px 0; }
    .flow-grid { grid-template-columns: 1fr; }
    .flow-grid::before { display: none; }
    .split-layout { grid-template-columns: 1fr; }
    .showcase-copy { max-width: 600px; }
    .phone-scene { width: min(600px, 100%); margin-inline: auto; }
    .heading-row { display: block; }
    .heading-row > p { width: auto; margin-top: 20px; }
    .role-panel { grid-template-columns: 1fr; }
    .role-copy { padding: 45px; }
    .role-visual { min-height: 400px; }
    .security-grid { grid-template-columns: 1fr; }
    .deployment-grid { grid-template-columns: 1fr; }
    .security-copy { order: -1; }
    .security-visual { height: 420px; }
    .demo-shell { grid-template-columns: 1fr; }
    .footer-main { grid-template-columns: 2fr 1fr 1fr; }
    .footer-contact { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
    .container { width: min(100% - 32px, 1180px); }
    .site-header, .site-header.scrolled { height: 66px; }
    .brand-copy strong { font-size: 19px; }
    .brand-mark { transform: scale(.86); transform-origin: left center; margin-right: -4px; }
    .nav-actions .button { display: none; }
    .main-nav { top: 66px; }
    .hero { min-height: auto; padding-top: 76px; }
    h1 { font-size: 38px; letter-spacing: -2.2px; white-space: normal; }
    .hero-copy > p { font-size: 14px; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-proof { margin-top: 28px; }
    .hero-product { width: 100%; max-width: 100%; margin: 25px 0 0; transform: none; }
    .window-top { gap: 10px; }.window-search { display: none; }.float-goal { right: 0; }.float-visits { left: -5px; }
    .flow-canvas { height: 460px; }
    .flow-module { width: 156px; padding: 10px; }
    .flow-module strong { font-size: 9px; }
    .flow-module small { font-size: 6px; }
    .module-clients { left: 12px; }.module-planning { right: 12px; }
    .module-visits { width: 145px; left: 2px; top: 198px; }.module-sales { width: 145px; right: 2px; top: 198px; }
    .module-visits strong, .module-sales strong { font-size: 8px; }
    .module-support { left: 25px; }.module-reporting { right: 25px; }
    .flow-hub { width: 128px; height: 120px; border-radius: 26px; }
    .flow-hub > strong { font-size: 19px; }
    .flow-hub > small { font-size: 5px; letter-spacing: .8px; }
    .hub-status { margin-top: 9px; padding: 5px 7px; font-size: 5px; }
    .flow-visual-foot { padding: 10px 14px; gap: 8px; flex-wrap: wrap; }
    .trust-strip { margin-top: 30px; }
    .trust-strip div { gap: 16px 26px; }.trust-strip span { font-size: 12px; }
    .section-heading h2, .showcase-copy h2, .security-copy h2, .demo-copy h2 { font-size: 37px; letter-spacing: -1.8px; }
    .section-heading.centered { margin-bottom: 45px; }
    .flow-grid article { padding: 32px 24px; }
    .phone-scene { min-height: 530px; }
    .photo-panel { width: 90%; height: 440px; top: 35px; }
    .phone { width: 220px; height: 460px; left: 0; }
    .sync-badge { right: -5px; }
    .features-grid { grid-template-columns: 1fr; }
    .feature-card { min-height: 240px; }
    .tab-list { grid-template-columns: 1fr 1fr; }
    .role-copy { padding: 35px 26px; }
    .role-copy h3 { font-size: 27px; }
    .role-visual { min-height: 350px; padding: 40px 24px; }
    .shield-rings { width: 310px; height: 310px; }
    .shield-rings > i:first-child { width: 240px; height: 240px; }.shield-rings > i:nth-child(2) { width: 180px; height: 180px; }
    .pill-one { left: 0; }.pill-two { right: 0; }.pill-three { left: 20px; }
    .demo-section { padding: 55px 0; }
    .deployment-card { padding: 30px 24px; }
    .deployment-card h3 { font-size: 23px; }
    .deployment-note { padding: 20px; align-items: flex-start; }
    .demo-shell { width: calc(100% - 20px); padding: 35px 20px; gap: 38px; border-radius: 22px; }
    .demo-form { padding: 25px 18px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .footer-main { grid-template-columns: 1fr 1fr; gap: 35px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-contact { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; gap: 13px; }
}
@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; }
}
.scroll-progress { position: fixed; z-index: 1000; inset: 0 0 auto; height: 3px; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, var(--blue), var(--cyan)); box-shadow: 0 0 14px rgba(31,209,221,.55); pointer-events: none; }
.feature-card, .deployment-card, .pricing-card { position: relative; overflow: hidden; }
.motion-glow { position: absolute !important; z-index: 0; inset: 0 !important; width: auto !important; height: auto !important; margin: 0 !important; border: 0 !important; border-radius: inherit !important; background: radial-gradient(240px circle at var(--pointer-x,50%) var(--pointer-y,50%), rgba(31,209,221,.16), transparent 68%) !important; opacity: 0; pointer-events: none; transition: opacity .25s !important; }
.feature-card:hover > .motion-glow, .deployment-card:hover > .motion-glow, .pricing-card:hover > .motion-glow { opacity: 1; }
.feature-card > *, .deployment-card > *, .pricing-card > * { position: relative; z-index: 1; }
@media (prefers-reduced-motion: reduce) { .scroll-progress, .motion-glow { display: none; } }

.pricing-section { background: white; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pricing-card { padding: 34px 30px; border: 1px solid #dfe7f0; border-radius: 24px; background: linear-gradient(180deg, #fff, #f8fbff); box-shadow: 0 16px 40px rgba(7,20,45,.06); }
.pricing-card.featured { border-color: #bed8ff; box-shadow: 0 22px 55px rgba(9,105,245,.12); }
.pricing-eyebrow { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; }
.pricing-card h3 { margin-top: 12px; font-size: 28px; letter-spacing: -1px; }
.pricing-card > p { margin: 12px 0 0; color: var(--text); font-size: 14px; line-height: 1.7; }
.pricing-prices { margin: 22px 0; display: flex; gap: 20px; flex-wrap: wrap; }
.pricing-prices strong { display: block; font: 800 26px "Manrope"; }
.pricing-prices span { color: var(--muted); font-size: 12px; }
.pricing-card ul { margin: 0 0 24px; padding: 0; list-style: none; }
.pricing-card li { margin: 12px 0; display: flex; align-items: center; gap: 10px; color: #35435a; font-size: 13px; font-weight: 600; }
.pricing-card li svg { width: 18px; height: 18px; padding: 3px; border-radius: 50%; color: white; background: #20b879; }
.pricing-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.demo-access-card { margin-bottom: 16px; padding: 16px; border: 1px solid #d7e7fb; border-radius: 12px; background: #eff6ff; }
.demo-access-card strong { display: block; font-size: 14px; }
.demo-access-card p { margin: 8px 0 14px; color: #49617f; font-size: 12px; line-height: 1.6; }
.demo-access-grid { display: grid; gap: 10px; }
.demo-access-grid div { padding: 12px; border-radius: 10px; background: white; }
.demo-access-grid span { display: block; color: #7d8aa0; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; }
.demo-access-grid b { display: block; margin-top: 6px; color: var(--ink); font-size: 13px; word-break: break-word; }

@media (max-width: 1024px) {
    .pricing-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .pricing-grid { grid-template-columns: 1fr; }
    .pricing-card { padding: 28px 22px; }
    .pricing-actions { flex-direction: column; }
}
