*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* Palette pulled from the ATLAS Figma (Landing v5) */
  --bg:          #eef0f3;
  --surface:     #ffffff;
  --ink:         #1f2b3e;
  --ink-strong:  #1f2232;
  --muted:       #5b6573;
  --brand:       #0d719a;
  --brand-2:     #0a5d80;
  --brand-soft:  #e7f2f7;
  --block:       #e7eaef;
  --cream:       #fbeee0;
  --dark:        #213e60;
  --nav-btn:     #111110;
  --line:        #e3e6eb;
  --radius:      24px;
  --font:        'Montserrat', system-ui, sans-serif;
  --shadow:      0 24px 60px -28px rgba(31, 43, 62, .28);
  --shadow-sm:   0 10px 30px -16px rgba(31, 43, 62, .35);
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  line-height: 1.5;
}

.wrap { max-width: 1192px; margin: 0 auto; padding: 0 24px; }
.eyebrow { font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
h1, h2, h3 { color: var(--ink); letter-spacing: -0.01em; line-height: 1.12; }
p { color: var(--muted); }

.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font); font-weight: 700; font-size: 15px;
  padding: 14px 26px; border-radius: 100px; border: none; cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap; text-decoration: none;
}
.btn i { font-size: 18px; }
.btn-brand { background: var(--brand); color: #fff; box-shadow: 0 12px 24px -12px rgba(13,113,154,.7); }
.btn-brand:hover { background: var(--brand-2); transform: translateY(-2px); }
.btn-dark { background: var(--nav-btn); color: #fff; font-size: 14px; padding: 12px 22px; }
.btn-dark:hover { transform: translateY(-2px); }

/* scroll reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* NAV */
nav { position: sticky; top: 0; z-index: 200; background: rgba(255,255,255,.86); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 22px; color: var(--ink-strong); letter-spacing: .02em; text-decoration: none; }
.logo img { height: 48px; width: auto; display: block; }

/* HERO */
.hero { text-align: center; padding: 72px 0 0; position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(0,0,0,.028) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0,0,0,.028) 1px, transparent 1px);
  background-size: 92px 92px;
  background-position: center top;
  -webkit-mask-image: linear-gradient(to bottom, #000 55%, transparent 95%);
  mask-image: linear-gradient(to bottom, #000 55%, transparent 95%);
}
.hero > .wrap, .hero .hero-stage { position: relative; z-index: 1; }
.pill-row { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 26px; }
.pill { display: inline-flex; align-items: center; gap: 7px; background: var(--surface); border: 1px solid var(--line); padding: 7px 14px; border-radius: 100px; font-size: 12px; font-weight: 500; color: var(--ink-strong); box-shadow: var(--shadow-sm); }
.pill i { color: var(--brand); font-size: 13px; }
.hero h1 { font-size: clamp(34px, 5.4vw, 52px); font-weight: 700; max-width: 820px; margin: 0 auto; }
.hero .sub { max-width: 600px; margin: 22px auto 30px; font-size: 17px; }

.hero-stage { position: relative; max-width: 1340px; margin: 44px auto 0; padding: 0 12px 60px; }
.hero-shot { position: relative; z-index: 2; display: block; width: 100%; max-width: 1040px; margin: 0 auto; height: auto; }

/* floating cards */
.float { position: absolute; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); z-index: 3; }
.float .ftag { font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--brand); }
.f-rec { top: 96px; left: 0; width: 222px; padding: 14px; }
.f-rec h5 { font-size: 11px; color: var(--ink-strong); margin: 8px 0; }
.f-rec .item { display: flex; gap: 8px; align-items: center; background: var(--brand-soft); border-radius: 9px; padding: 8px; }
.f-rec .item i { font-size: 18px; color: var(--brand); }
.f-rec .item small { font-size: 9.5px; color: var(--ink); line-height: 1.3; }
.f-badge { bottom: 86px; left: 22px; width: 90px; height: 90px; border-radius: 18px; background: linear-gradient(135deg,#ffd36b,#ffb02e); display: grid; place-items: center; box-shadow: var(--shadow); }
.f-badge i { font-size: 42px; color: #7a4d00; }
.f-person { bottom: 60px; right: 0; width: 210px; padding: 14px; }
.f-person .pic { height: 96px; border-radius: 11px; margin-bottom: 10px; background: linear-gradient(135deg,#0d719a,#16a0c9); display: grid; place-items: center; }
.f-person .pic i { font-size: 46px; color: #fff; }
.f-person h5 { font-size: 12px; color: var(--ink-strong); }

/* SECTION SHELL */
section { padding: 84px 0; }
.sec-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.sec-head .eyebrow { display: block; margin-bottom: 14px; }
.sec-head h2 { font-size: clamp(28px, 4vw, 40px); font-weight: 700; }
.sec-head p { margin-top: 14px; font-size: 16px; }

/* EXISTING CONTENT */
.split { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 40px; align-items: center; }
.split h2 { font-size: clamp(28px, 4vw, 40px); font-weight: 700; margin: 14px 0 18px; }
.split p.lead { font-size: 16px; margin-bottom: 26px; }
.checks { display: flex; flex-direction: column; gap: 12px; }
.check { display: inline-flex; align-items: center; gap: 11px; align-self: flex-start; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 11px 18px; font-size: 14px; font-weight: 500; color: var(--ink-strong); box-shadow: var(--shadow-sm); }
.check i { font-size: 17px; color: var(--brand); flex: 0 0 auto; }
.panel-img { width: 100%; height: auto; display: block; border-radius: var(--radius); }

/* FEATURE ROWS */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.feature.flip .f-text { order: 2; }
.f-text .eyebrow { display: block; margin-bottom: 12px; }
.f-text h2 { font-size: clamp(26px, 3.4vw, 40px); font-weight: 700; margin-bottom: 18px; }
.f-text p { font-size: 16px; margin-bottom: 24px; }
.f-visual { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.f-visual img { width: 100%; height: auto; display: block; }

.f-visual.rp { position: relative; aspect-ratio: 591 / 456; background: #fff; }
.f-visual.rp img { position: absolute; height: auto; }
.f-visual.rp .rp-bg,
.f-visual.rp .rp-person { left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.f-visual.rp .rp-ai    { left: 4.1%;  top: 17.5%; width: 41.5%; }
.f-visual.rp .rp-ghost { left: 4.1%;  top: 42.3%; width: 41.5%; }
.f-visual.rp .rp-you   { left: 13.9%; top: 34.2%; width: 42.1%; }
.f-visual.rp .rp-icon  { left: 40.3%; top: 12.2%; width: 9.6%; }
.f-visual.rp .rp-person,
.f-visual.rp .rp-el { opacity: 0; transition: opacity .6s ease, transform .6s cubic-bezier(.2,.7,.2,1); }
.f-visual.rp .rp-person { transform: translateY(10px) scale(1.02); }
.f-visual.rp .rp-ai,
.f-visual.rp .rp-you,
.f-visual.rp .rp-ghost { transform: translateY(18px); }
.f-visual.rp .rp-icon { transform: scale(.4); }
.f-visual.rp.play .rp-person { opacity: 1; transform: none; transition-delay: .05s; }
.f-visual.rp.play .rp-ghost  { opacity: .9; transform: none; transition-delay: .5s; }
.f-visual.rp.play .rp-icon   { opacity: 1; transform: none; transition-delay: .65s; transition-timing-function: cubic-bezier(.34,1.56,.64,1); }
.f-visual.rp.play .rp-ai     { opacity: 1; transform: none; transition-delay: .9s; }
.f-visual.rp.play .rp-you    { opacity: 1; transform: none; transition-delay: 1.2s; }
@media (prefers-reduced-motion: reduce) {
  .f-visual.rp .rp-person, .f-visual.rp .rp-el { opacity: 1; transform: none; }
}

.seq .anim { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .6s cubic-bezier(.2,.7,.2,1); }
.seq .anim.fromleft { transform: translateX(-22px); }
.seq .anim.fromright { transform: translateX(26px); }
.seq .anim.pop { transform: scale(.5); }
.seq .anim.emerge { transform: translateX(-48px) scale(.42); transform-origin: left center; }
.seq.play .anim { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .seq .anim { opacity: 1 !important; transform: none !important; } }

.f-visual.layered { position: relative; aspect-ratio: 591 / 456; background: #fff; }
.f-visual.layered img { position: absolute; height: auto; }
.f-visual.layered .l-bg,
.f-visual.layered .l-person { left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }

.ac-panel { background: var(--brand-soft); border-radius: var(--radius); padding: 18px; display: grid; grid-template-columns: 1fr auto auto; gap: 14px; align-items: center; }
.ac-files { display: flex; flex-direction: column; gap: 0px; }
.ac-files img { width: 100%; height: auto; display: block; }
.ac-mark { width: 82px; justify-self: center; position: relative; }
.ac-mark img { width: 100%; height: auto; display: block; }
.ac-pulse { position: absolute; inset: 6px; border-radius: 20px; pointer-events: none; }
.seq.play .ac-pulse { animation: process-pulse 1.2s ease-out 1s 2; }
@keyframes process-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(13,113,154,.45); }
  100% { box-shadow: 0 0 0 28px rgba(13,113,154,0); }
}
@media (prefers-reduced-motion: reduce) { .seq.play .ac-pulse { animation: none; } }
.ac-cards { display: grid; grid-template-columns: repeat(2, 140px); gap: 12px; }
.ac-cards img { width: 100%; height: auto; display: block; }

.hero-laptop { position: relative; z-index: 2; display: block; width: 100%; margin: 0 auto; height: auto; }
.hero-fc { position: absolute; z-index: 3; height: auto; }
.hero-fc-left   { left: 0;  top: 25%; width: 27%; }
.hero-fc-badge  { left: 6%; top: 61%; width: 22%; }
.hero-fc-person { right: 0; top: 53%; width: 26%; }

.block-wrap { background: var(--block); border-radius: 32px; padding: 64px 48px; }
.intel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.intel-card { background: var(--surface); border-radius: 20px; padding: 22px; box-shadow: var(--shadow-sm); }
.intel-vis { height: 150px; border-radius: 14px; overflow: hidden; margin-bottom: 20px; background: linear-gradient(160deg,#f4f7fa,#e7f0f5); }
.intel-vis img { width: 100%; height: 100%; object-fit: cover; object-position: top left; display: block; }
.intel-card h3 { font-size: 22px; font-weight: 700; margin-bottom: 10px; }
.intel-card p { font-size: 14px; }

.uc-card { display: grid; grid-template-columns: 1fr 1fr; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); background: var(--surface); }
.uc-left { padding: 56px 48px; display: flex; flex-direction: column; justify-content: center; }
.uc-left h3 { font-size: clamp(24px, 3vw, 34px); font-weight: 700; color: var(--ink-strong); margin-bottom: 16px; }
.uc-left p { font-size: 15px; margin-bottom: 22px; }
.uc-tags { display: flex; gap: 10px; flex-wrap: wrap; }
.uc-tags span { background: var(--brand-soft); color: var(--brand-2); font-size: 12px; font-weight: 600; padding: 8px 14px; border-radius: 100px; }
.uc-right { background: var(--cream); position: relative; aspect-ratio: 566 / 457; align-self: center; }
.uc-right img { position: absolute; height: auto; display: block; }
.uc-radar { left: 6%;  top: 4%;    width: 73.5%; }
.uc-pop   { left: 45%; top: 57.7%; width: 47%; }

.cta-wrap { padding: 64px 0 0; }
.cta { position: relative; overflow: hidden; min-height: 560px; display: grid; place-items: center; text-align: center; background: linear-gradient(120deg,#1a3350,#0d719a); }
.cta img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transform: scale(1.14); transition: opacity 1s ease, transform 1.3s cubic-bezier(.2,.7,.2,1); }
.cta.play img { opacity: 1; transform: scale(1); }
.cta::after { content: ""; position: absolute; inset: 0;
  opacity: 0; transition: opacity .9s ease; transition-delay: .15s; }
.cta.play::after { opacity: 1; }
.cta-shine { position: absolute; inset: 0; z-index: 3; overflow: hidden; pointer-events: none; }
.cta-shine::before {
  content: ""; position: absolute; top: -30%; bottom: -30%; left: -45%; width: 30%;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,.32), transparent);
  transform: skewX(-16deg); transition: left 1.15s cubic-bezier(.2,.7,.2,1); transition-delay: .95s;
}
.cta.play .cta-shine::before { left: 135%; }
.cta-inner { position: relative; z-index: 2; padding: 60px 24px; max-width: 760px; }
.cta-inner h2 {
  color: #fff; font-size: clamp(26px, 3.6vw, 38px); font-weight: 700;
  opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.7,.2,1); transition-delay: .35s;
}
.cta-inner p {
  color: rgba(255,255,255,.85); font-size: 16px; margin: 16px 0 28px;
  opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; transition-delay: .5s;
}
.cta-inner .btn {
  opacity: 0; transform: translateY(12px) scale(.9);
  transition: opacity .5s ease, transform .5s cubic-bezier(.34,1.56,.64,1); transition-delay: .68s;
}
.cta.play .cta-inner h2, .cta.play .cta-inner p, .cta.play .cta-inner .btn { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .cta img, .cta::after, .cta-shine::before, .cta-inner h2, .cta-inner p, .cta-inner .btn { transition: none !important; opacity: 1 !important; transform: none !important; left: -45% !important; }
}

footer { background: var(--dark); margin-top: 0; position: relative; overflow: hidden; }
.footer-line { position: absolute; top: 0; left: 0; height: 2px; width: 0;
  background: linear-gradient(90deg, transparent, rgba(13,113,154,.95), rgba(255,255,255,.5), transparent);
  transition: width 1.1s cubic-bezier(.2,.7,.2,1); }
footer.play .footer-line { width: 100%; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; padding-top: 30px; padding-bottom: 30px; gap: 20px; flex-wrap: wrap; }
.footer-inner small {
  color: rgba(255,255,255,.75); font-size: 14px;
  opacity: 0; transform: translateY(10px); transition: opacity .5s ease, transform .5s ease; transition-delay: .15s;
}
.footer-links { display: flex; gap: 28px; }
.footer-links a {
  color: rgba(255,255,255,.85); font-size: 14px; text-decoration: none;
  opacity: 0; transform: translateY(10px); transition: opacity .5s ease, transform .5s ease, color .15s ease;
}
.footer-links a:nth-child(1) { transition-delay: .28s; }
.footer-links a:nth-child(2) { transition-delay: .38s; }
.footer-links a:nth-child(3) { transition-delay: .48s; }
.footer-links a:hover { color: #fff; }
footer.play .footer-inner small, footer.play .footer-links a { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .footer-line { transition: none !important; width: 100% !important; }
  .footer-inner small, .footer-links a { transition: none !important; opacity: 1 !important; transform: none !important; }
}

.logos { text-align: center; padding: 56px 0; overflow: hidden; }
.logos .eyebrow { display: block; margin-bottom: 32px; }
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.marquee-track { display: flex; align-items: center; width: max-content; animation: marquee 45s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track img { height: 60px; width: auto; object-fit: contain; margin-right: 64px; flex: 0 0 auto; opacity: .85; transition: opacity .2s; }
.marquee-track img:hover { opacity: 1; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

.band { padding: 160px 0; }
.band-grey { background: #dde3eb; }

.hero-fc > img { width: 100%; height: auto; display: block; }
.bob { animation: bob 4.5s ease-in-out infinite; }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

.hero-stage .glow { position: absolute; z-index: 0; border-radius: 50%; filter: blur(64px); opacity: .5; pointer-events: none; }
.glow-a { width: 460px; height: 460px; left: 3%; top: 4%; background: radial-gradient(circle, rgba(13,113,154,.45), transparent 70%); animation: drift-a 15s ease-in-out infinite alternate; }
.glow-b { width: 420px; height: 420px; right: 3%; bottom: -4%; background: radial-gradient(circle, rgba(22,160,201,.42), transparent 70%); animation: drift-b 17s ease-in-out infinite alternate; }
@keyframes drift-a { from { transform: translate(0,0) scale(1); } to { transform: translate(44px,32px) scale(1.12); } }
@keyframes drift-b { from { transform: translate(0,0) scale(1); } to { transform: translate(-48px,-28px) scale(1.1); } }

.live-dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: #19b36b; margin-right: 9px; position: relative; vertical-align: baseline; }
.live-dot::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: #19b36b; animation: ping 1.9s cubic-bezier(0,0,.2,1) infinite; }
@keyframes ping { 0% { transform: scale(1); opacity: .7; } 80%, 100% { transform: scale(2.8); opacity: 0; } }

.btn-glow { animation: breathe 2.8s ease-in-out infinite; }
@keyframes breathe { 0%, 100% { box-shadow: 0 12px 24px -12px rgba(13,113,154,.7); } 50% { box-shadow: 0 14px 44px -6px rgba(13,113,154,.95); } }

@media (prefers-reduced-motion: reduce) {
  .bob, .glow-a, .glow-b, .live-dot::after, .btn-glow { animation: none !important; }
}

@media (max-width: 900px) {
  .split, .feature, .uc-card { grid-template-columns: 1fr; gap: 36px; }
  .feature.flip .f-text { order: 0; }
  .intel-grid { grid-template-columns: 1fr; }
  .block-wrap { padding: 44px 22px; }
  .hero-stage { padding-bottom: 30px; }
  .float, .hero-fc { display: none; }
  .glow-a, .glow-b { width: 60vw; height: 60vw; filter: blur(40px); }
  .ac-panel { grid-template-columns: 1fr; justify-items: center; gap: 24px; }
  .ac-files { width: 100%; max-width: 380px; }
}
@media (max-width: 560px) {
  section { padding: 56px 0; }
  .band { padding: 52px 0; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .marquee-track img { height: 30px; margin-right: 44px; }
  .hero h1 { font-size: 30px; }
  .sec-head h2, .split h2, .f-text h2 { font-size: 26px; }
  .cta { min-height: 420px; }
  .cta-inner h2 { font-size: 24px; }
}