:root {
  --night: #032634;
  --night-deep: #022330;
  --panel: #063f59;
  --panel-2: #075f75;
  --line: rgba(170, 225, 226, .16);
  --text: #f7f8fc;
  --muted: #a7c1c8;
  --lime: #d4ff3f;
  --lime-soft: rgba(212, 255, 63, .12);
  --violet: #079db3;
  --violet-soft: rgba(7, 157, 179, .18);
  --shell: 1240px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--night);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body { margin: 0; overflow-x: hidden; background: var(--night); color: var(--text); }
body, a, button { -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.shell { width: min(calc(100% - 56px), var(--shell)); margin-inline: auto; }
.section { position: relative; padding: 132px 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-150%); padding: 12px 16px; border-radius: 10px; background: var(--lime); color: #0b1003; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
a:focus-visible { outline: 3px solid rgba(212, 255, 63, .55); outline-offset: 4px; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; border-bottom: 1px solid rgba(255, 255, 255, .07); background: rgba(7, 13, 28, .58); backdrop-filter: blur(18px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; color: var(--text); font-size: 18px; font-weight: 900; letter-spacing: -.045em; text-decoration: none; }
.brand > span:last-child > span { color: var(--lime); }
.brand-signal { position: relative; width: 25px; height: 25px; border: 2px solid var(--lime); border-radius: 50%; box-shadow: 0 0 22px rgba(212, 255, 63, .22); }
.brand-signal::after { content: ""; position: absolute; inset: 5px; border: 2px solid var(--violet); border-radius: 50%; }
.desktop-nav { display: flex; align-items: center; gap: 31px; margin-left: auto; }
.desktop-nav a { color: #9ca7c2; font-size: 13px; font-weight: 680; text-decoration: none; transition: color .2s ease; }
.desktop-nav a:hover { color: white; }
.header-contact { display: inline-flex; align-items: center; gap: 13px; min-height: 43px; padding: 10px 15px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 10px; font-size: 12px; font-weight: 800; text-decoration: none; transition: border-color .2s ease, background .2s ease; }
.header-contact span { color: var(--lime); }
.header-contact:hover { border-color: rgba(212, 255, 63, .42); background: rgba(212, 255, 63, .05); }

.hero { position: relative; min-height: 860px; display: flex; align-items: center; overflow: hidden; padding: 145px 0 82px; background: var(--night-deep); }
.hero-grid-bg, .mobile-grid-bg, .contact-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(127, 142, 184, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(127, 142, 184, .055) 1px, transparent 1px); background-size: 66px 66px; mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.8) 58%, transparent 100%); }
.hero-glow { position: absolute; top: -200px; right: -120px; width: 900px; height: 900px; border-radius: 50%; background: radial-gradient(circle, rgba(92, 67, 255, .30), rgba(56, 41, 183, .08) 43%, transparent 70%); filter: blur(4px); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .79fr 1.21fr; align-items: center; gap: 20px; }
.hero-layout > * { min-width: 0; }
.hero-copy { position: relative; z-index: 4; max-width: 600px; padding-top: 14px; }
.eyebrow, .kicker { margin: 0 0 23px; color: var(--lime); font-size: 11px; font-weight: 850; letter-spacing: .145em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 11px; }
.eyebrow > span { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px var(--lime-soft); }
.hero h1 { margin: 0; font-size: clamp(72px, 8.2vw, 126px); font-weight: 850; line-height: .82; letter-spacing: -.078em; }
.hero h1 em { display: block; color: var(--lime); font-style: normal; font-weight: 800; white-space: nowrap; }
.hero h1.hero-balance { font-size: clamp(64px, 6.8vw, 104px); line-height: .86; }
.hero-lead { max-width: 570px; margin: 36px 0 0; color: #9ca7c3; font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 15px 21px; border: 1px solid transparent; border-radius: 12px; font-size: 13px; font-weight: 850; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-accent { background: var(--lime); color: #101505; box-shadow: 0 18px 55px rgba(212, 255, 63, .13); }
.button-accent:hover { background: #e0ff74; }
.button-ghost, .button-phone { border-color: rgba(255, 255, 255, .14); background: rgba(255, 255, 255, .035); color: white; }
.button-ghost:hover, .button-phone:hover { border-color: rgba(212, 255, 63, .35); background: rgba(212, 255, 63, .05); }
.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 38px; }
.hero-tags span { padding: 8px 10px; border: 1px solid rgba(255, 255, 255, .09); border-radius: 7px; color: #77829f; font-size: 10px; font-weight: 700; }
.hero-tags .hero-tag-ai { border-color: rgba(212,255,63,.24); background: rgba(212,255,63,.055); color: var(--lime); }
.hero-product { position: relative; min-width: 790px; margin-right: -180px; transform: translateX(-20px); }
.hero-product::before { content: ""; position: absolute; z-index: 1; inset: 7% 3% 6% 4%; border: 1px solid rgba(124, 101, 255, .23); border-radius: 28px; pointer-events: none; }
.hero-product img { position: relative; z-index: 2; width: 100%; height: auto; aspect-ratio: 1731 / 909; object-fit: contain; filter: drop-shadow(0 38px 80px rgba(0, 0, 0, .34)); }
.shot-glow { position: absolute; inset: 7% 7% 5%; background: rgba(95, 69, 255, .23); filter: blur(80px); }
.shot-caption { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; padding: 13px 15px; border: 1px solid rgba(166, 177, 215, .16); border-radius: 13px; background: rgba(10, 17, 36, .82); box-shadow: 0 22px 65px rgba(0,0,0,.32); backdrop-filter: blur(15px); }
.shot-caption b, .shot-caption small { display: block; white-space: nowrap; }
.shot-caption b { font-size: 10px; }
.shot-caption small { margin-top: 3px; color: #77829d; font-size: 8px; }
.shot-caption-top { top: 10%; left: 16%; }
.shot-caption-top > i { width: 26px; height: 26px; border: 6px solid var(--violet); border-radius: 50%; box-shadow: inset 0 0 0 4px #121a32; }
.shot-caption-bottom { right: 8%; bottom: 13%; }
.caption-pulse { width: 27px; height: 27px; border-radius: 8px; background: var(--lime); box-shadow: 0 0 0 6px rgba(212, 255, 63, .09); }
.hero-line { position: absolute; right: 0; bottom: 0; width: 43%; height: 1px; background: linear-gradient(90deg, transparent, var(--lime)); opacity: .6; }

.ticker { overflow: hidden; border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); background: #091021; }
.ticker-track { min-height: 66px; width: max-content; display: flex; align-items: center; justify-content: center; gap: 34px; margin: 0 auto; padding-inline: 30px; color: #79849f; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.ticker-track i { width: 5px; height: 5px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 14px var(--lime); }

.section-head { max-width: 860px; margin-bottom: 65px; }
.section-head h2, .difference-intro h2, .mobile-copy h2, .communication-copy h2, .ai-head h2, .implementation-head h2, .outcome-copy h2, .contact-panel h2 { margin: 0; font-size: clamp(45px, 5.5vw, 70px); line-height: 1.03; letter-spacing: -.06em; }
.section-head > p:last-child { max-width: 620px; margin: 25px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.audience { overflow: hidden; background: var(--night); }
.audience::after { content: ""; position: absolute; top: 40px; right: -310px; width: 650px; height: 650px; border-radius: 50%; background: radial-gradient(circle, rgba(115,92,255,.12), transparent 68%); }
.audience-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.audience-card { position: relative; min-height: 385px; display: flex; flex-direction: column; overflow: hidden; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(150deg, rgba(19,29,55,.78), rgba(10,17,34,.92)); transition: transform .25s ease, border-color .25s ease; }
.audience-card:hover { transform: translateY(-5px); border-color: rgba(115,92,255,.38); }
.audience-card.featured { border-color: rgba(212,255,63,.25); background: linear-gradient(150deg, rgba(25,35,55,.94), rgba(11,19,35,.94)); }
.card-index { align-self: end; color: #59647f; font-size: 10px; font-weight: 850; }
.card-icon { position: relative; width: 76px; height: 76px; margin-top: 34px; border: 1px solid rgba(255,255,255,.09); border-radius: 20px; background: #101a32; box-shadow: inset 0 0 30px rgba(115,92,255,.07); }
.icon-team i { position: absolute; width: 23px; height: 23px; border: 4px solid var(--violet); border-radius: 50%; }
.icon-team i:nth-child(1) { top: 14px; left: 26px; }
.icon-team i:nth-child(2) { bottom: 12px; left: 12px; opacity: .55; }
.icon-team i:nth-child(3) { right: 12px; bottom: 12px; opacity: .55; }
.icon-mobile::before { content: ""; position: absolute; inset: 14px 22px; border: 3px solid var(--lime); border-radius: 9px; }
.icon-mobile::after { content: ""; position: absolute; bottom: 19px; left: 35px; width: 6px; height: 2px; border-radius: 3px; background: var(--lime); }
.icon-network i { position: absolute; width: 16px; height: 16px; border: 3px solid #8b7aff; border-radius: 50%; }
.icon-network i:nth-child(1) { top: 13px; left: 30px; }
.icon-network i:nth-child(2) { bottom: 13px; left: 13px; }
.icon-network i:nth-child(3) { right: 13px; bottom: 13px; border-color: var(--lime); }
.icon-network::before, .icon-network::after { content: ""; position: absolute; top: 38px; width: 29px; height: 2px; background: #4d416f; }
.icon-network::before { left: 15px; transform: rotate(56deg); }
.icon-network::after { right: 15px; transform: rotate(-56deg); }
.audience-card h3 { margin: auto 0 12px; font-size: 24px; letter-spacing: -.04em; }
.audience-card p { margin: 0; color: #8994ae; font-size: 14px; line-height: 1.65; }
.card-line { position: absolute; right: 28px; bottom: 0; left: 28px; height: 2px; background: linear-gradient(90deg, var(--violet), transparent); opacity: 0; transition: opacity .25s ease; }
.featured .card-line { background: linear-gradient(90deg, var(--lime), transparent); opacity: 1; }
.audience-card:hover .card-line { opacity: 1; }

.section-statement { position: relative; z-index: 1; display: grid; grid-template-columns: 180px minmax(0, 1fr); align-items: start; gap: 42px; margin-top: 94px; padding-top: 36px; border-top: 1px solid var(--line); }
.statement-label { display: flex; align-items: center; gap: 10px; padding-top: 10px; color: #7f8aa5; font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.statement-label i { width: 18px; height: 2px; flex: 0 0 auto; background: var(--lime); box-shadow: 0 0 14px rgba(212,255,63,.5); }
.section-statement p { margin: 0; font-size: clamp(44px, 5.55vw, 76px); font-weight: 820; line-height: .98; letter-spacing: -.065em; }
.section-statement em { color: var(--lime); font-style: normal; }
.statement-right p { text-align: right; }
.statement-violet em { color: #8e7cff; }
.statement-violet .statement-label i { background: #8e7cff; box-shadow: 0 0 14px rgba(142,124,255,.5); }
.statement-final { margin-top: 100px; }

.difference { overflow: hidden; border-top: 1px solid rgba(255,255,255,.05); background: #060b18; }
.difference::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(123,108,255,.13) 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(90deg, transparent, #000 70%, transparent); opacity: .45; }
.difference-intro { position: relative; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; margin-bottom: 60px; }
.difference-intro > p { margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.comparison { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.comparison-card { position: relative; min-height: 500px; overflow: hidden; padding: 34px; border: 1px solid var(--line); border-radius: 25px; }
.universal { background: linear-gradient(145deg, #10172a, #090f1e); }
.saydo { border-color: rgba(212,255,63,.28); background: linear-gradient(145deg, #161e31, #0b1222); box-shadow: 0 30px 100px rgba(96,72,255,.12); }
.comparison-top { display: flex; align-items: center; justify-content: space-between; }
.comparison-top > span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; color: #78839e; font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.comparison-top > i { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.06); color: #69738d; font-size: 13px; font-style: normal; font-weight: 900; }
.saydo .comparison-top > span { border-color: rgba(212,255,63,.2); color: var(--lime); }
.saydo .comparison-top > i { background: var(--lime); color: #0a1003; }
.comparison-card h3 { margin: 48px 0 32px; font-size: 32px; line-height: 1.1; letter-spacing: -.05em; }
.comparison-card ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.comparison-card li { display: flex; align-items: center; gap: 11px; color: #7e89a4; font-size: 13px; }
.comparison-card li > span { width: 7px; height: 7px; border-radius: 50%; background: #3d465c; }
.saydo li { color: #aeb8d0; }
.saydo li > span { background: var(--lime); box-shadow: 0 0 13px rgba(212,255,63,.35); }
.generic-ui, .saydo-ui { position: absolute; right: 30px; bottom: 28px; left: 30px; height: 106px; display: flex; align-items: end; gap: 9px; padding: 16px; border: 1px solid rgba(255,255,255,.07); border-radius: 15px; background: rgba(3,8,18,.35); }
.generic-ui i { flex: 1; display: block; border-radius: 5px 5px 2px 2px; background: #252d42; }
.generic-ui i:nth-child(1) { height: 35%; }.generic-ui i:nth-child(2) { height: 68%; }.generic-ui i:nth-child(3) { height: 48%; }.generic-ui i:nth-child(4) { height: 83%; }.generic-ui i:nth-child(5) { height: 56%; }
.saydo-ui { align-items: center; gap: 11px; }
.saydo-ui i { height: 64px; display: block; flex: 1; border-radius: 10px; background: linear-gradient(145deg, rgba(115,92,255,.55), rgba(115,92,255,.12)); }
.saydo-ui i:nth-child(2) { background: linear-gradient(145deg, var(--lime), rgba(212,255,63,.24)); }

.mobile { overflow: hidden; background: #080f20; }
.mobile-grid-bg { opacity: .55; mask-image: linear-gradient(90deg, #000, transparent 72%); }
.mobile-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; }
.mobile-shot { position: relative; margin-left: -105px; }
.mobile-shot::after { content: ""; position: absolute; inset: 14% 13%; z-index: -1; border-radius: 50%; background: rgba(89,64,255,.32); filter: blur(90px); }
.mobile-shot img { width: 100%; height: auto; aspect-ratio: 1731 / 909; object-fit: contain; filter: drop-shadow(0 34px 80px rgba(0,0,0,.35)); }
.mobile-badge { position: absolute; right: 8%; bottom: 10%; padding: 14px 17px; border: 1px solid rgba(212,255,63,.25); border-radius: 13px; background: rgba(8,15,32,.85); backdrop-filter: blur(15px); }
.mobile-badge span, .mobile-badge b { display: block; }
.mobile-badge span { margin-bottom: 5px; color: var(--lime); font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.mobile-badge b { font-size: 11px; }
.mobile-copy .lead-copy { margin: 28px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.access-list { display: grid; gap: 0; margin-top: 35px; border-top: 1px solid var(--line); }
.access-list > div { display: grid; grid-template-columns: 44px 1fr; gap: 12px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.access-list span { padding-top: 3px; color: var(--lime); font-size: 9px; font-weight: 850; }
.access-list p { margin: 0; color: #818ca7; font-size: 13px; line-height: 1.6; }
.access-list b { display: block; margin-bottom: 6px; color: white; font-size: 15px; }

.communication { background: var(--night); }
.communication-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 88px; align-items: start; }
.communication-copy { position: sticky; top: 80px; }
.communication-copy > p:last-child { margin: 28px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.communication-features { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.feature-card { min-height: 290px; display: flex; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, rgba(18,28,53,.75), rgba(10,17,33,.82)); }
.feature-wide { grid-column: 1 / -1; min-height: 230px; }
.feature-symbol { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(115,92,255,.35); border-radius: 12px; background: var(--violet-soft); color: #9d8fff; font-size: 16px; font-weight: 900; }
.feature-card:nth-child(2) .feature-symbol, .feature-wide .feature-symbol { border-color: rgba(212,255,63,.25); background: var(--lime-soft); color: var(--lime); }
.feature-card h3 { margin: auto 0 12px; font-size: 21px; letter-spacing: -.035em; }
.feature-card p { margin: 0; color: #818ca7; font-size: 13px; line-height: 1.65; }

.intelligence { overflow: hidden; border-top: 1px solid rgba(255,255,255,.05); background: #050a17; }
.ai-grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(127,142,184,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(127,142,184,.045) 1px, transparent 1px); background-size: 58px 58px; mask-image: radial-gradient(circle at 35% 24%, #000, transparent 72%); }
.intelligence::after { content: ""; position: absolute; top: -300px; left: -260px; width: 760px; height: 760px; border-radius: 50%; background: radial-gradient(circle, rgba(115,92,255,.16), transparent 68%); pointer-events: none; }
.intelligence .shell { position: relative; z-index: 1; }
.ai-head { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 78px; margin-bottom: 62px; }
.ai-head h2 em { color: var(--lime); font-style: normal; }
.ai-head > p { margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.crm-foundation { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 42px; margin-bottom: 14px; padding: 24px 27px; border: 1px solid rgba(212,255,63,.2); border-radius: 18px; background: linear-gradient(120deg, rgba(212,255,63,.065), rgba(115,92,255,.06)); }
.foundation-copy span, .foundation-copy b { display: block; }
.foundation-copy span { margin-bottom: 8px; color: var(--lime); font-size: 8px; font-weight: 850; letter-spacing: .13em; }
.foundation-copy b { font-size: 17px; letter-spacing: -.02em; }
.foundation-items { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.foundation-items span, .foundation-items strong { padding: 9px 11px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; color: #8d98b1; background: rgba(4,9,22,.35); font-size: 9px; font-weight: 750; }
.foundation-items strong { border-color: rgba(212,255,63,.28); color: #0d1405; background: var(--lime); }
.ai-overview { display: grid; grid-template-columns: 1.08fr .92fr; gap: 14px; }
.ai-visual { position: relative; min-height: 590px; overflow: hidden; border: 1px solid rgba(115,92,255,.26); border-radius: 24px; background: #080f21; box-shadow: 0 34px 100px rgba(0,0,0,.3); }
.ai-visual::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 90px rgba(4,9,22,.5); pointer-events: none; }
.ai-visual img { width: 100%; height: 100%; object-fit: cover; }
.ai-visual-label { position: absolute; z-index: 2; right: 24px; bottom: 24px; left: 24px; display: flex; align-items: center; gap: 13px; padding: 15px 17px; border: 1px solid rgba(212,255,63,.24); border-radius: 13px; background: rgba(7,13,28,.87); backdrop-filter: blur(16px); }
.ai-visual-label i { width: 29px; height: 29px; flex: 0 0 auto; border-radius: 9px; background: var(--lime); box-shadow: 0 0 0 6px rgba(212,255,63,.08); }
.ai-visual-label b, .ai-visual-label small { display: block; }
.ai-visual-label b { font-size: 11px; }
.ai-visual-label small { margin-top: 4px; color: #77839f; font-size: 8px; }
.ai-points { display: grid; gap: 14px; }
.ai-point { min-height: 187px; display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(18,28,53,.85), rgba(8,15,31,.92)); }
.ai-point > span { padding-top: 4px; color: #6e7995; font-size: 9px; font-weight: 850; }
.ai-point > div { display: flex; flex-direction: column; }
.ai-point h3 { margin: 0 0 12px; font-size: 23px; letter-spacing: -.04em; }
.ai-point p { margin: auto 0 0; color: #8792ac; font-size: 13px; line-height: 1.65; }
.ai-point-accent { border-color: rgba(212,255,63,.25); background: linear-gradient(145deg, rgba(28,39,55,.95), rgba(10,18,31,.94)); }
.ai-point-accent > span { color: var(--lime); }
.telephony-panel { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 76px; margin-top: 86px; padding: 52px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(145deg, rgba(13,22,43,.95), rgba(7,13,28,.96)); }
.telephony-copy h3 { margin: 0; font-size: clamp(38px, 4.4vw, 58px); line-height: 1.03; letter-spacing: -.055em; }
.telephony-copy h3 em { color: var(--lime); font-style: normal; }
.telephony-copy > p:not(.kicker) { margin: 25px 0 0; color: var(--muted); font-size: 14px; line-height: 1.72; }
.telephony-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 27px; }
.telephony-tags span { padding: 8px 10px; border: 1px solid rgba(115,92,255,.2); border-radius: 7px; background: rgba(115,92,255,.07); color: #9286d1; font-size: 9px; font-weight: 750; }
.call-card { padding: 26px; border: 1px solid rgba(115,92,255,.27); border-radius: 21px; background: #080f20; box-shadow: 0 28px 80px rgba(0,0,0,.3); }
.call-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 19px; border-bottom: 1px solid var(--line); }
.call-head span { display: flex; align-items: center; gap: 9px; color: #a6b0c7; font-size: 10px; font-weight: 750; }
.call-head i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 13px rgba(212,255,63,.6); }
.call-head small { color: #6759b0; font-size: 8px; font-weight: 850; letter-spacing: .12em; }
.call-person { margin-top: 23px; }
.call-person b, .call-person small { display: block; }
.call-person b { font-size: 14px; }
.call-person small { margin-top: 5px; color: #6f7b97; font-size: 9px; }
.call-wave { height: 84px; display: flex; align-items: center; gap: 7px; }
.call-wave i { width: 4px; height: 25%; border-radius: 5px; background: linear-gradient(to top, var(--violet), var(--lime)); box-shadow: 0 0 8px rgba(115,92,255,.24); }
.call-wave i:nth-child(3n) { height: 62%; }.call-wave i:nth-child(4n) { height: 88%; }.call-wave i:nth-child(5n) { height: 43%; }.call-wave i:nth-child(7n) { height: 72%; }
.call-result { padding: 17px; border: 1px solid rgba(115,92,255,.2); border-radius: 13px; background: rgba(115,92,255,.07); }
.call-result span { color: #9487e8; font-size: 8px; font-weight: 850; letter-spacing: .12em; }
.call-result p { margin: 9px 0 0; color: #b0bad0; font-size: 12px; line-height: 1.55; }
.call-saved { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.call-saved b, .call-saved small { display: block; }
.call-saved b { color: var(--lime); font-size: 11px; }
.call-saved small { margin-top: 5px; color: #6e7a96; font-size: 9px; }
.ai-security { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; margin-top: 14px; padding: 52px; border: 1px solid rgba(212,255,63,.2); border-radius: 26px; background: linear-gradient(145deg, rgba(18,27,39,.96), rgba(8,15,25,.97)); }
.ai-security-head h3 { margin: 0; font-size: 32px; line-height: 1.08; letter-spacing: -.045em; }
.ai-security-head > p:last-child { margin: 22px 0 0; color: var(--muted); font-size: 13px; line-height: 1.68; }
.security-options { display: grid; gap: 12px; }
.security-options article { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 24px; border: 1px solid rgba(255,255,255,.09); border-radius: 17px; background: rgba(5,11,23,.42); }
.security-options article:last-child { border-color: rgba(212,255,63,.17); }
.security-options span { padding-top: 3px; color: var(--lime); font-size: 9px; font-weight: 850; }
.security-options b { display: block; margin-bottom: 8px; font-size: 16px; }
.security-options p { margin: 0; color: #8490aa; font-size: 12px; line-height: 1.55; }
.ai-statement { margin-top: 92px; }

.product-showcase { overflow: hidden; border-top: 1px solid rgba(255,255,255,.05); background: #080f20; }
.product-showcase::after { content: ""; position: absolute; top: 8%; right: -260px; width: 720px; height: 720px; border-radius: 50%; background: radial-gradient(circle, rgba(115,92,255,.17), transparent 68%); pointer-events: none; }
.showcase-grid-bg { position: absolute; inset: 0; background-image: radial-gradient(rgba(123,108,255,.12) 1px, transparent 1px); background-size: 25px 25px; mask-image: linear-gradient(90deg, transparent, #000 65%, transparent); opacity: .4; }
.product-showcase .shell { position: relative; z-index: 1; }
.showcase-head { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 78px; margin-bottom: 58px; }
.showcase-head h2 { margin: 0; font-size: clamp(45px, 5.5vw, 70px); line-height: 1.03; letter-spacing: -.06em; }
.showcase-head h2 em { color: var(--lime); font-style: normal; }
.showcase-intro > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.showcase-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.showcase-tags span { padding: 8px 10px; border: 1px solid rgba(212,255,63,.18); border-radius: 8px; background: rgba(212,255,63,.045); color: #a8b58d; font-size: 9px; font-weight: 750; }
.showcase-modules { display: grid; gap: 22px; }
.showcase-module { overflow: hidden; border: 1px solid rgba(164,175,210,.18); border-radius: 28px; background: linear-gradient(145deg, rgba(18,28,53,.94), rgba(8,15,31,.98)); box-shadow: 0 34px 100px rgba(0,0,0,.24); transition: transform .25s ease, border-color .25s ease; }
.showcase-module:hover { transform: translateY(-4px); border-color: rgba(115,92,255,.42); }
.showcase-module-head { display: grid; grid-template-columns: 54px minmax(0, 1fr) minmax(210px, .54fr); align-items: start; gap: 20px; padding: 30px 32px; border-bottom: 1px solid rgba(164,175,210,.14); }
.showcase-module-number { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(212,255,63,.27); border-radius: 13px; background: rgba(212,255,63,.08); color: var(--lime); font-size: 10px; font-weight: 850; letter-spacing: .08em; }
.showcase-module-kicker { margin: 0 0 8px; color: #8e82dc; font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.showcase-module-head h3 { margin: 0; font-size: 32px; line-height: 1.05; letter-spacing: -.045em; }
.showcase-module-head div > p:last-child { max-width: 730px; margin: 13px 0 0; color: #8b96ae; font-size: 13px; line-height: 1.65; }
.showcase-module-tags { align-self: center; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.showcase-module-tags span { padding: 8px 10px; border: 1px solid rgba(115,92,255,.23); border-radius: 8px; background: rgba(115,92,255,.07); color: #9d93d7; font-size: 9px; font-weight: 750; }
.showcase-module-visual { margin: 0; overflow: hidden; background: #eae9e3; aspect-ratio: 1647 / 955; }
.showcase-module-visual img { width: 100%; height: 100%; object-fit: cover; }
.showcase-module-messenger { border-color: rgba(212,255,63,.3); box-shadow: 0 38px 110px rgba(106,83,255,.14); }
.showcase-module-messenger .showcase-module-head { background: linear-gradient(90deg, rgba(212,255,63,.075), rgba(115,92,255,.045)); }
.showcase-module-analytics .showcase-module-number { border-color: rgba(42,131,255,.36); background: rgba(42,131,255,.1); color: #65b9ff; }
.showcase-module-analytics .showcase-module-kicker { color: #5fb8ef; }
.showcase-module-pipeline .showcase-module-number { border-color: rgba(57,224,211,.3); background: rgba(57,224,211,.08); color: #5ee9de; }
.showcase-module-pipeline .showcase-module-kicker { color: #53d8cf; }
.showcase-pipeline-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(164,175,210,.18); }
.showcase-pipeline-shot { position: relative; margin: 0; overflow: hidden; background: #eae9e3; }
.showcase-pipeline-shot img { width: 100%; height: auto; object-fit: contain; }
.showcase-view-label { position: absolute; z-index: 2; top: 18px; left: 18px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.68); border-radius: 11px; background: rgba(7,17,34,.84); box-shadow: 0 12px 35px rgba(0,0,0,.2); backdrop-filter: blur(14px); }
.showcase-view-label span, .showcase-view-label small { display: block; }
.showcase-view-label span { color: white; font-size: 11px; font-weight: 800; }
.showcase-view-label small { margin-top: 3px; color: #a6b1c7; font-size: 8px; }

.implementation { overflow: hidden; border-top: 1px solid rgba(255,255,255,.05); background: #060b18; }
.implementation::after { content: ""; position: absolute; top: -280px; right: -220px; width: 650px; height: 650px; border-radius: 50%; background: radial-gradient(circle, rgba(115,92,255,.18), transparent 68%); }
.implementation-head { position: relative; z-index: 1; max-width: 900px; margin-bottom: 75px; }
.implementation-head h2 em, .contact-panel h2 em { color: var(--lime); font-style: normal; }
.implementation-head > p:last-child { max-width: 650px; margin: 27px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.process { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border: 1px solid var(--line); border-radius: 23px; background: rgba(12,20,39,.66); list-style: none; }
.process li { --flow-start: #d4ff3f; --flow-end: #735cff; position: relative; min-height: 330px; display: flex; flex-direction: column; padding: 28px 24px; border-right: 1px solid var(--line); background: linear-gradient(145deg, rgba(115,92,255,.07), rgba(115,92,255,.015)); }
.process li:nth-child(2) { background: linear-gradient(145deg, rgba(43,124,255,.075), rgba(66,156,181,.028)); }
.process li:nth-child(3) { background: linear-gradient(145deg, rgba(169,151,255,.06), rgba(212,255,63,.075)); }
.process li:not(:last-child) { z-index: 2; }
.process li:last-child { z-index: 1; }
.process li:not(:last-child)::after { content: ""; position: absolute; z-index: 3; top: 94px; right: -18px; width: 36px; height: 14px; background: linear-gradient(90deg, var(--flow-start), var(--flow-end)); clip-path: polygon(0 34%, 68% 34%, 68% 0, 100% 50%, 68% 100%, 68% 66%, 0 66%); filter: drop-shadow(0 0 7px color-mix(in srgb, var(--flow-end) 58%, transparent)); }
.process li:nth-child(3)::after { filter: drop-shadow(0 0 8px rgba(115,92,255,.8)); }
.process li:last-child { border: 0; }
.process li > span { color: #707c99; font-size: 12px; font-weight: 850; letter-spacing: .08em; }
.process li > div { margin-top: 46px; }
.process b { display: block; margin-bottom: 16px; font-size: 22px; line-height: 1.18; letter-spacing: -.025em; }
.process p { margin: 0; color: #98a3bc; font-size: 16.5px; line-height: 1.55; }
.process .process-final { border-radius: 0 22px 22px 0; background: var(--lime); color: #0c1104; }
.process-final > span { color: #667b1e !important; }
.process-final p { color: #47551c; }

.outcome { background: #080f20; }
.outcome-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 88px; }
.outcome-copy > p:last-child { margin: 28px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.outcome-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.outcome-card { min-height: 225px; display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--line); border-radius: 21px; background: #10192e; }
.outcome-card > span { color: #59647e; font-size: 9px; font-weight: 850; }
.outcome-card h3 { margin: auto 0 9px; font-size: 24px; letter-spacing: -.04em; }
.outcome-card p { margin: 0; color: #7f8aa5; font-size: 12px; line-height: 1.5; }
.outcome-card.accent { border-color: transparent; background: var(--lime); color: #0c1104; }
.outcome-card.accent > span, .outcome-card.accent p { color: #52621c; }
.outcome-card.violet { border-color: transparent; background: var(--violet); }
.outcome-card.violet > span, .outcome-card.violet p { color: rgba(255,255,255,.68); }

.contact { padding: 95px 0; background: var(--night); }
.contact-panel { position: relative; overflow: hidden; padding: 100px 55px; border: 1px solid rgba(115,92,255,.28); border-radius: 30px; background: #090f20; text-align: center; box-shadow: 0 40px 120px rgba(0,0,0,.25); }
.contact-grid { opacity: .75; }
.contact-glow { position: absolute; right: -240px; bottom: -490px; width: 850px; height: 850px; border-radius: 50%; background: radial-gradient(circle, rgba(105,80,255,.42), transparent 68%); }
.contact-panel > *:not(.contact-grid,.contact-glow) { position: relative; z-index: 1; }
.contact-panel h2 { font-size: clamp(47px, 6vw, 76px); }
.contact-panel > p:not(.kicker) { max-width: 620px; margin: 27px auto 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.contact-actions { display: flex; justify-content: center; gap: 11px; margin-top: 36px; }
.contact-email { display: inline-block; margin-top: 24px; color: #78839f; font-size: 12px; text-underline-offset: 4px; }

.site-footer { padding: 0 0 34px; background: var(--night); }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; padding-top: 29px; border-top: 1px solid var(--line); color: #59647e; font-size: 10px; }
.footer-inner > span:last-child { justify-self: end; }

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

@media (max-width: 1100px) {
  .header-inner { gap: 20px; }
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: 12px; }
  .header-contact { min-height: 40px; gap: 8px; padding: 9px 12px; font-size: 11px; }
  .hero-layout { grid-template-columns: .88fr 1.12fr; }
  .hero-product { min-width: 690px; margin-right: -160px; }
  .mobile-layout { grid-template-columns: 1.1fr .9fr; gap: 35px; }
  .mobile-shot { margin-left: -80px; }
  .communication-layout, .outcome-layout { gap: 55px; }
  .ai-head, .telephony-panel, .ai-security { gap: 42px; }
  .telephony-panel, .ai-security { padding: 38px; }
  .process li { padding: 20px; }
}

@media (max-width: 900px) {
  .section { padding: 100px 0; }
  .desktop-nav { display: none; }
  .header-contact { margin-left: auto; }
  .hero { padding-top: 130px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 700px; }
  .hero-product { width: min(115%, 900px); min-width: 0; margin: 25px -15% 0 auto; transform: none; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 300px; }
  .difference-intro { grid-template-columns: 1fr; gap: 25px; }
  .mobile-layout, .communication-layout, .outcome-layout { grid-template-columns: 1fr; }
  .mobile-shot { width: min(112%, 850px); margin: 0 -6%; }
  .mobile-copy { max-width: 700px; }
  .communication-copy { position: static; max-width: 680px; }
  .ai-head, .crm-foundation, .ai-overview, .telephony-panel, .ai-security { grid-template-columns: 1fr; }
  .showcase-head { grid-template-columns: 1fr; gap: 25px; }
  .ai-head { gap: 25px; }
  .foundation-items { justify-content: flex-start; }
  .ai-visual { min-height: 520px; }
  .telephony-panel, .ai-security { gap: 38px; }
  .process { grid-template-columns: 1fr; }
  .process li { min-height: 240px; padding: 29px 30px; border-right: 0; border-bottom: 1px solid var(--line); }
  .process li:not(:last-child)::after { top: auto; right: auto; bottom: -19px; left: 44px; width: 14px; height: 38px; background: linear-gradient(180deg, var(--flow-start), var(--flow-end)); clip-path: polygon(34% 0, 66% 0, 66% 68%, 100% 68%, 50% 100%, 0 68%, 34% 68%); }
  .process .process-final { grid-column: auto; min-height: 205px; border-radius: 0 0 22px 22px; }
  .section-statement { grid-template-columns: 145px minmax(0, 1fr); gap: 25px; margin-top: 76px; }
}

@media (max-width: 640px) {
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .section { padding: 78px 0; }
  .header-inner { min-height: 70px; }
  .brand { font-size: 15px; }
  .brand-signal { width: 22px; height: 22px; }
  .header-contact { min-height: 38px; padding: 8px 10px; font-size: 10px; }
  .header-contact { width: 38px; padding: 0; font-size: 0; }
  .header-contact span { display: none; }
  .header-contact::after { content: "↗"; color: var(--lime); font-size: 14px; }
  .hero { min-height: 0; padding: 112px 0 55px; }
  .hero h1 { font-size: clamp(58px, 15.5vw, 72px); line-height: .86; }
  .hero h1 em { white-space: normal; }
  .hero-lead { margin-top: 28px; font-size: 15px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-product { width: 138%; margin: 28px -26% -12px -12%; }
  .shot-caption { transform: scale(.77); }
  .shot-caption-top { top: 7%; left: 16%; transform-origin: top left; }
  .shot-caption-bottom { right: 11%; bottom: 8%; transform-origin: bottom right; }
  .ticker-track { justify-content: flex-start; overflow: hidden; }
  .section-head h2, .difference-intro h2, .mobile-copy h2, .communication-copy h2, .ai-head h2, .implementation-head h2, .outcome-copy h2, .contact-panel h2 { font-size: 41px; }
  .audience-card { min-height: 315px; padding: 24px; }
  .section-statement { display: block; margin-top: 62px; padding-top: 24px; }
  .statement-label { margin-bottom: 22px; padding-top: 0; }
  .section-statement p { font-size: clamp(38px, 11.5vw, 51px); line-height: 1; }
  .statement-right p { text-align: left; }
  .statement-final { margin-top: 64px; }
  .comparison { grid-template-columns: 1fr; }
  .comparison-card { min-height: 470px; padding: 27px 23px; }
  .comparison-card h3 { font-size: 28px; }
  .mobile-shot { width: 138%; margin: -20px -19%; }
  .mobile-badge { right: 15%; bottom: 5%; transform: scale(.82); transform-origin: bottom right; }
  .communication-features { grid-template-columns: 1fr; }
  .feature-wide { grid-column: auto; }
  .feature-card { min-height: 245px; }
  .ai-visual { min-height: 390px; }
  .crm-foundation { padding: 21px 18px; }
  .foundation-items { gap: 6px; }
  .foundation-items span, .foundation-items strong { padding: 8px 9px; }
  .ai-visual-label { right: 15px; bottom: 15px; left: 15px; }
  .ai-point { min-height: 210px; padding: 23px 20px; }
  .telephony-panel, .ai-security { margin-right: -2px; margin-left: -2px; padding: 27px 20px; border-radius: 22px; }
  .telephony-copy h3 { font-size: 38px; }
  .call-card { padding: 20px; }
  .call-wave { gap: 5px; }
  .ai-security-head h3 { font-size: 28px; }
  .security-options article { padding: 20px 17px; }
  .ai-statement { margin-top: 64px; }
  .showcase-module { border-radius: 20px; }
  .showcase-module-head { grid-template-columns: 42px 1fr; gap: 14px; padding: 22px 18px; }
  .showcase-module-number { width: 38px; height: 38px; border-radius: 11px; }
  .showcase-module-head h3 { font-size: 25px; }
  .showcase-module-head div > p:last-child { font-size: 12px; }
  .showcase-module-tags { grid-column: 2; justify-content: flex-start; }
  .showcase-module-visual { aspect-ratio: 1.25 / 1; }
  .showcase-module-visual img { object-position: center; }
  .showcase-pipeline-grid { grid-template-columns: 1fr; }
  .showcase-pipeline-shot { aspect-ratio: 1.25 / 1; }
  .showcase-view-label { top: 12px; left: 12px; }
  .process li { min-height: 235px; padding: 27px 24px; }
  .process li:not(:last-child)::after { left: 31px; }
  .process b { font-size: 24px; }
  .process p { font-size: 17px; line-height: 1.6; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-card { min-height: 180px; }
  .contact { padding: 60px 0; }
  .contact-panel { width: calc(100% - 18px); padding: 70px 18px; border-radius: 25px; }
  .contact-actions { flex-direction: column; }
  .contact-actions .button { width: 100%; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .footer-inner p { display: none; }
}

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

/* Message-led page structure */
.message-hero {
  min-height: 0;
  display: block;
  padding: 154px 0 76px;
}
.message-hero .hero-layout {
  grid-template-columns: .78fr 1.22fr;
  gap: 34px;
}
.message-hero .hero-copy { max-width: 610px; }
.message-hero .message-hero-title {
  font-size: clamp(65px, 7vw, 108px);
  line-height: .84;
}
.message-hero .hero-screen {
  width: 100%;
  min-width: 0;
  margin: 0;
  transform: none;
}
.message-hero .hero-screen::before {
  inset: -10px;
  border-color: rgba(164,175,210,.2);
  border-radius: 22px;
  background: rgba(12,20,39,.35);
  box-shadow: 0 42px 120px rgba(0,0,0,.45);
}
.message-hero .hero-screen img {
  border-radius: 15px;
  aspect-ratio: 1647 / 955;
  object-fit: cover;
}
.hero-principles {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 70px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: rgba(10,17,34,.78);
  backdrop-filter: blur(15px);
}
.hero-principles a {
  min-height: 138px;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-content: center;
  gap: 5px 12px;
  padding: 25px 28px;
  border-right: 1px solid var(--line);
  text-decoration: none;
  transition: background .2s ease;
}
.hero-principles a:last-child { border-right: 0; }
.hero-principles a:hover { background: rgba(212,255,63,.045); }
.hero-principles span {
  grid-row: 1 / 3;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  align-self: center;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 26px rgba(212,255,63,.22);
  color: #07101b;
  line-height: 1;
  padding: 0;
  font-size: 24px;
  font-weight: 900;
}
.hero-principles strong { font-size: 17px; letter-spacing: -.025em; }
.hero-principles small { color: #7f8aa5; font-size: 11px; line-height: 1.45; }

.custom-section {
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.05);
  background: #080f20;
}
.custom-section::after {
  content: "";
  position: absolute;
  top: -240px;
  right: -260px;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(115,92,255,.15), transparent 68%);
  pointer-events: none;
}
.content-head {
  position: relative;
  z-index: 1;
  margin-bottom: 58px;
}
.content-head-split {
  display: grid;
  grid-template-columns: 1.14fr .86fr;
  align-items: end;
  gap: 80px;
}
.content-head h2,
.feature-copy h2 {
  margin: 0;
  font-size: clamp(45px, 5.5vw, 70px);
  line-height: 1.03;
  letter-spacing: -.06em;
}
.content-head h2 em,
.feature-copy h2 em,
.section-head h2 em { color: var(--lime); font-style: normal; }
.content-head > p,
.content-head-split > p,
.feature-copy > p:not(.kicker) {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}
.compact-points {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 26px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(12,20,39,.66);
}
.compact-points article {
  min-height: 190px;
  padding: 27px;
  border-right: 1px solid var(--line);
}
.compact-points article:last-child { border-right: 0; }
.compact-points span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--lime);
  color: #07101b;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.04em;
}
.compact-points h3 { margin: 28px 0 10px; font-size: 21px; letter-spacing: -.035em; }
.compact-points p { margin: 0; color: #8792ac; font-size: 13px; line-height: 1.62; }

.context-screen-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.context-screen-grid-wide { margin-top: 26px; }
.context-screen-grid-single { grid-template-columns: 1fr; }
.context-screen,
.feature-screen {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(164,175,210,.18);
  border-radius: 22px;
  background: #0d1629;
  box-shadow: 0 30px 90px rgba(0,0,0,.22);
}
.context-screen figcaption {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 20px 23px;
  border-bottom: 1px solid var(--line);
}
.context-screen figcaption span { font-size: 16px; font-weight: 800; }
.context-screen figcaption small { color: #7f8aa5; font-size: 10px; text-align: right; }
.context-screen img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
.pipeline-context { position: relative; z-index: 1; margin-top: 16px; }
.pipeline-context .showcase-module-head { grid-template-columns: 54px minmax(0,1fr); }
.pipeline-context .showcase-module-head div > p:last-child { max-width: 680px; }

.simple-interface {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 28px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 28px;
  background: rgba(10,17,34,.82);
  box-shadow: 0 34px 90px rgba(0,0,0,.24);
}
.simple-interface-head {
  padding: 28px 32px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.simple-interface-head h3 {
  margin: 0;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -.045em;
}
.simple-interface-screen { margin: 0; overflow: hidden; background: #eae9e3; }
.simple-interface-screen img { display: block; width: 100%; height: auto; object-fit: contain; }
.simple-interface-screen-wide { border-bottom: 1px solid rgba(255,255,255,.12); }
.simple-interface-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255,255,255,.12);
}

.focused-section { border-top: 1px solid rgba(255,255,255,.05); }
.feature-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .76fr 1.24fr;
  align-items: center;
  gap: 70px;
}
.feature-layout-reverse { grid-template-columns: 1.22fr .78fr; }
.feature-copy > p:not(.kicker) { margin-top: 28px; }
.feature-list { display: grid; margin-top: 34px; border-top: 1px solid var(--line); }
.feature-list > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}
.feature-list span { padding-top: 3px; color: var(--lime); font-size: 9px; font-weight: 850; }
.feature-list p { margin: 0; color: #7f8aa5; font-size: 12px; line-height: 1.55; }
.feature-list b { display: block; margin-bottom: 5px; color: white; font-size: 14px; }
.feature-screen { border-radius: 24px; }
.feature-screen figcaption {
  padding: 17px 21px;
  border-bottom: 1px solid var(--line);
  color: #95a0ba;
  font-size: 11px;
  line-height: 1.45;
}
.feature-screen img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
.messenger-section {
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.05);
  background: #080f20;
}
.messenger-section::before {
  content: "";
  position: absolute;
  left: -320px;
  bottom: -320px;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,255,63,.09), transparent 68%);
}
.messenger-screen { border-color: rgba(212,255,63,.22); }

.mobile-workplace { border-top: 1px solid rgba(255,255,255,.05); }
.mobile-workplace .content-head { position: relative; z-index: 2; }
.mobile-workplace-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.42fr .58fr;
  align-items: center;
  gap: 54px;
}
.mobile-device-stage { position: relative; min-height: 700px; }
.mobile-device-stage::before {
  content: "";
  position: absolute;
  inset: 12% 6%;
  border-radius: 50%;
  background: rgba(83,61,239,.25);
  filter: blur(90px);
}
.mobile-device {
  position: absolute;
  width: 35%;
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 30px;
  background: #0a1121;
  box-shadow: 0 34px 85px rgba(0,0,0,.42);
}
.mobile-device img,
.mobile-workspace-preview img { width: 100%; border-radius: 23px; }
.mobile-device figcaption,
.mobile-workspace-preview figcaption {
  padding: 13px 5px 5px;
  color: #9aa5bf;
  font-size: 10px;
  font-weight: 750;
  text-align: center;
}
.mobile-device-left { z-index: 1; top: 78px; left: 1%; transform: rotate(-5deg); }
.mobile-device-center { z-index: 3; top: 0; left: 32.5%; }
.mobile-device-right { z-index: 2; top: 78px; right: 1%; transform: rotate(5deg); }
.mobile-side { display: grid; gap: 23px; }
.mobile-workspace-preview {
  margin: 0;
  padding: 7px;
  border: 1px solid rgba(212,255,63,.22);
  border-radius: 26px;
  background: #0a1121;
  box-shadow: 0 28px 80px rgba(0,0,0,.32);
}
.mobile-feature-list { margin-top: 0; }
.mobile-feature-list > div { padding: 15px 0; }

.implementation + .audience { border-top: 1px solid rgba(255,255,255,.05); }

/* Delfin marine background */
html { background: #032634; }
body {
  background:
    radial-gradient(circle at 94% 6%, rgba(68,220,223,.18), transparent 26%),
    linear-gradient(145deg, #032333 0%, #075165 58%, #078294 100%);
}
.site-header { background: rgba(2,38,52,.72); }
.hero {
  background:
    radial-gradient(circle at 90% 14%, rgba(185,255,61,.1), transparent 24%),
    radial-gradient(circle at 78% 22%, rgba(68,220,223,.24), transparent 36%),
    linear-gradient(145deg, #032537 0%, #075f75 60%, #078ca4 100%);
}
.hero-glow {
  background: radial-gradient(circle, rgba(68,220,223,.28), rgba(7,118,139,.13) 43%, transparent 70%);
}
.hero-grid-bg,
.mobile-grid-bg,
.contact-grid {
  background-image:
    linear-gradient(rgba(190,232,231,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(190,232,231,.06) 1px, transparent 1px);
}
.hero-product::before { border-color: rgba(68,220,223,.34); }
.shot-glow { background: rgba(68,220,223,.22); }
.message-hero .message-hero-title em {
  color: #8e7cff;
  text-shadow: 0 12px 38px rgba(142,124,255,.18);
}
.hero-principles { background: rgba(3,47,61,.78); }
.hero-lead { color: #bdd1d5; }
.hero-principles small,
.compact-points p,
.feature-list p,
.feature-screen figcaption,
.mobile-device figcaption,
.mobile-workspace-preview figcaption { color: #a9c4c8; }
.custom-section {
  background:
    radial-gradient(circle at 94% 8%, rgba(68,220,223,.14), transparent 30%),
    linear-gradient(150deg, #032432 0%, #054b5d 64%, #076f80 100%);
}
.custom-section::after,
.intelligence::after,
.implementation::after,
.audience::after {
  background: radial-gradient(circle, rgba(68,220,223,.18), transparent 68%);
}
.compact-points,
.simple-interface,
.process { background: rgba(3,42,55,.72); }
.intelligence {
  background:
    radial-gradient(circle at 4% 88%, rgba(68,220,223,.11), transparent 28%),
    linear-gradient(145deg, #022532 0%, #05495a 62%, #076577 100%);
}
.context-screen,
.feature-screen { background: #04364a; }
.messenger-section {
  background:
    radial-gradient(circle at 4% 92%, rgba(212,255,63,.08), transparent 28%),
    linear-gradient(145deg, #032a38 0%, #055061 60%, #077184 100%);
}
.mobile {
  background:
    radial-gradient(circle at 88% 16%, rgba(68,220,223,.15), transparent 30%),
    linear-gradient(150deg, #032633 0%, #055363 64%, #077889 100%);
}
.mobile-device-stage::before { background: rgba(68,220,223,.23); }
.mobile-device,
.mobile-workspace-preview { background: #043246; }
.implementation {
  background:
    radial-gradient(circle at 92% 12%, rgba(185,255,61,.07), transparent 26%),
    linear-gradient(145deg, #02242f 0%, #044453 62%, #066371 100%);
}
.audience {
  background:
    radial-gradient(circle at 92% 10%, rgba(68,220,223,.13), transparent 28%),
    linear-gradient(145deg, #032a37 0%, #055061 62%, #076b7d 100%);
}
.audience-card {
  background: linear-gradient(150deg, rgba(5,63,78,.88), rgba(3,42,56,.94));
}
.audience-card.featured {
  background: linear-gradient(150deg, rgba(7,83,94,.94), rgba(3,47,59,.95));
}
.audience-card .card-icon {
  border-color: rgba(184,173,255,.72);
  background: linear-gradient(145deg, #8e7cff, #6f58e8);
  box-shadow: 0 15px 34px rgba(72,47,180,.28), inset 0 1px 0 rgba(255,255,255,.2);
}
.audience-card .icon-team i,
.audience-card .icon-mobile::before,
.audience-card .icon-network i { border-color: #fff; }
.audience-card .icon-mobile::after { background: #fff; }
.audience-card .icon-network i:nth-child(3) { border-color: var(--lime); }
.audience-card .icon-network::before,
.audience-card .icon-network::after { background: rgba(255,255,255,.72); }
.contact { background: linear-gradient(145deg, #022631, #054e5d); }
.contact-panel {
  border-color: rgba(68,220,223,.32);
  background:
    radial-gradient(circle at 90% 15%, rgba(185,255,61,.12), transparent 25%),
    linear-gradient(135deg, #063e58, #06758b 70%, #079db3);
}
.contact-glow { background: radial-gradient(circle, rgba(68,220,223,.32), transparent 68%); }
.contact-email { color: #c1dcdf; }
.site-footer { background: #022631; }
.footer-inner { color: #91b2b8; }

@media (max-width: 1100px) {
  .message-hero .hero-screen { width: 100%; min-width: 0; margin: 0; }
  .feature-layout,
  .feature-layout-reverse { gap: 42px; }
  .mobile-workplace-grid { grid-template-columns: 1.3fr .7fr; gap: 34px; }
  .mobile-device-stage { min-height: 610px; }
}

@media (max-width: 900px) {
  .message-hero { padding-top: 130px; }
  .message-hero .hero-layout { grid-template-columns: 1fr; }
  .message-hero .hero-screen { width: 100%; min-width: 0; margin: 42px 0 0; transform: none; }
  .hero-principles { margin-top: 55px; }
  .hero-principles a { padding: 22px 18px; }
  .content-head-split,
  .feature-layout,
  .feature-layout-reverse,
  .mobile-workplace-grid { grid-template-columns: 1fr; gap: 38px; }
  .content-head-split { align-items: start; }
  .compact-points { grid-template-columns: 1fr; }
  .compact-points article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .compact-points article:last-child { border-bottom: 0; }
  .compact-points h3 { margin-top: 20px; }
  .feature-layout-reverse .feature-screen { order: 2; }
  .feature-layout-reverse .feature-copy { order: 1; }
  .mobile-device-stage { min-height: 720px; }
  .mobile-side { grid-template-columns: .48fr .52fr; align-items: center; }
}

@media (max-width: 640px) {
  .message-hero { padding: 112px 0 56px; }
  .message-hero .message-hero-title { font-size: clamp(55px, 16vw, 70px); line-height: .86; }
  .message-hero .hero-screen { width: 100%; margin: 35px 0 0; }
  .hero-principles { grid-template-columns: 1fr; margin-top: 45px; }
  .hero-principles a { min-height: 105px; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-principles a:last-child { border-bottom: 0; }
  .content-head-split { gap: 24px; }
  .content-head h2,
  .feature-copy h2 { font-size: 41px; }
  .context-screen-grid { grid-template-columns: 1fr; }
  .context-screen figcaption { min-height: 72px; padding: 17px; }
  .context-screen figcaption small { max-width: 150px; }
  .context-screen img { height: auto; aspect-ratio: auto; object-fit: contain; }
  .pipeline-context .showcase-module-head { grid-template-columns: 42px 1fr; }
  .simple-interface { border-radius: 20px; }
  .simple-interface-head { padding: 23px 20px; }
  .simple-interface-grid { grid-template-columns: 1fr; }
  .feature-screen img { height: auto; aspect-ratio: auto; object-fit: contain; }
  .showcase-pipeline-shot { aspect-ratio: auto; }
  .showcase-pipeline-shot img { height: auto; aspect-ratio: auto; object-fit: contain; }
  .mobile-device-stage {
    min-height: 0;
    display: flex;
    gap: 14px;
    overflow-x: auto;
    margin-right: -15px;
    margin-left: -15px;
    padding: 8px 15px 28px;
    scroll-snap-type: x mandatory;
  }
  .mobile-device-stage::before { display: none; }
  .mobile-device {
    position: static;
    width: 76vw;
    min-width: 270px;
    flex: 0 0 auto;
    transform: none;
    scroll-snap-align: center;
  }
  .mobile-side { grid-template-columns: 1fr; }
  .mobile-workspace-preview { width: min(78%, 320px); margin-inline: auto; }
  .mobile-feature-list { width: 100%; }
}
