:root {
  --navy: #07172b;
  --navy-2: #0d243d;
  --ink: #122038;
  --muted: #68768b;
  --line: #e4e9ef;
  --bg: #f5f8fa;
  --cyan: #20cbc6;
  --cyan-dark: #087f80;
  --coral: #ef7d68;
  --purple: #8068d9;
  --green: #35ae7b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: white; font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  height: 78px;
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 0 max(30px,calc((100vw - 1320px)/2));
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.09);
  background: rgba(7,23,43,.62);
  backdrop-filter: blur(18px);
  transition: .3s ease;
}
.site-header.scrolled { height: 68px; background: rgba(7,23,43,.96); box-shadow: 0 8px 35px rgba(3,12,25,.18); }
.site-brand { width: 185px; height: 62px; display: flex; align-items: center; }
.site-brand img { width: 100%; height: 100%; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.site-nav a { position: relative; color: #aebdce; font-size: 12px; font-weight: 600; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--cyan); transition: .25s ease; }
.site-nav a:hover { color: white; }
.site-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.landing-language { display: flex; align-items: center; gap: 4px; color: #aebdce; font-size: 11px; }
.landing-language select { border: 0; outline: 0; color: white; background: transparent; cursor: pointer; font-size: 10px; font-weight: 700; }
.landing-language option { color: var(--ink); }
.login-link { color: white; font-size: 11px; font-weight: 700; }
.header-cta { height: 39px; padding: 0 16px; border: 1px solid rgba(32,203,198,.45); border-radius: 8px; color: #091e31; background: var(--cyan); cursor: pointer; font-size: 10px; font-weight: 800; }
.header-cta:hover { background: #64e1dd; transform: translateY(-1px); }
.nav-toggle { display: none; width: 38px; height: 38px; border: 0; background: transparent; cursor: pointer; }
.nav-toggle span { display: block; width: 23px; height: 2px; margin: 5px auto; background: white; }
.mobile-nav-actions, .mobile-sticky-cta { display: none; }

.hero {
  position: relative;
  min-height: 820px;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: center;
  gap: 55px;
  overflow: hidden;
  padding: 145px max(35px,calc((100vw - 1320px)/2)) 95px;
  color: white;
  background: radial-gradient(circle at 70% 48%,#153f56 0,transparent 35%),linear-gradient(145deg,#061326,#0a2139 57%,#082938);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.11) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.11) 1px,transparent 1px); background-size: 65px 65px; mask-image: linear-gradient(to right,transparent,black); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(5px); pointer-events: none; }
.glow-one { width: 500px; height: 500px; right: 6%; top: 14%; border: 1px solid rgba(32,203,198,.17); box-shadow: inset 0 0 100px rgba(32,203,198,.06),0 0 90px rgba(32,203,198,.06); }
.glow-two { width: 240px; height: 240px; left: -90px; bottom: -80px; background: rgba(128,104,217,.12); filter: blur(45px); }
.hero-copy { position: relative; z-index: 2; max-width: 630px; }
.hero-pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; border: 1px solid rgba(32,203,198,.22); border-radius: 20px; color: #91e1dd; background: rgba(32,203,198,.07); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }
.hero h1 { max-width: 650px; margin: 21px 0 20px; font: 800 clamp(42px,4.8vw,68px)/1.03 "Manrope"; letter-spacing: -.055em; }
.hero-copy > p { max-width: 610px; margin: 0; color: #a9b8ca; font-size: 15px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 32px; }
.primary-cta { height: 50px; display: inline-flex; align-items: center; gap: 18px; padding: 0 21px; border: 0; border-radius: 9px; color: #082035; background: var(--cyan); cursor: pointer; font-size: 11px; font-weight: 800; box-shadow: 0 12px 32px rgba(32,203,198,.18); }
.primary-cta:hover { background: #6de4e0; transform: translateY(-2px); }
.primary-cta b { font-size: 18px; }
.secondary-cta { display: flex; align-items: center; gap: 9px; color: #d9e3ed; font-size: 11px; font-weight: 700; }
.secondary-cta i { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: 8px; font-style: normal; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 32px; color: #8295aa; font-size: 9px; }
.hero-proof > span { display: flex; align-items: center; gap: 5px; }
.hero-proof i { color: var(--cyan); font-style: normal; }

.hero-product { position: relative; z-index: 2; min-width: 0; perspective: 1200px; }
.product-window { overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; background: #f7f9fb; box-shadow: 0 35px 100px rgba(1,10,23,.48); transform: rotateY(-5deg) rotateX(2deg); transform-origin: left center; }
.window-top { height: 40px; display: flex; align-items: center; gap: 15px; padding: 0 13px; color: #8490a1; background: white; font-size: 8px; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #e36d65; }
.window-dots i:nth-child(2) { background: #e4b34f; }
.window-dots i:nth-child(3) { background: #4dbb80; }
.window-top > span { flex: 1; text-align: center; }
.window-top > b { padding: 3px 6px; border-radius: 4px; color: #16847f; background: #e4f7f5; font-size: 6px; }
.product-layout { min-height: 475px; display: grid; grid-template-columns: 115px 1fr; }
.product-sidebar { padding: 10px 9px; color: #7c8ba0; background: #0b1b32; }
.product-sidebar img { width: 95px; height: 50px; object-fit: contain; margin-bottom: 13px; }
.product-sidebar span { display: flex; gap: 7px; align-items: center; padding: 9px 8px; margin: 3px 0; border-radius: 6px; font-size: 8px; }
.product-sidebar span.active { color: white; background: rgba(32,203,198,.12); }
.product-sidebar b { font-weight: 600; }
.product-main { min-width: 0; padding: 22px; color: var(--ink); }
.preview-head { display: flex; align-items: center; justify-content: space-between; }
.preview-head small, .preview-head strong { display: block; }
.preview-head small { color: #8c98a7; font-size: 6px; font-weight: 800; letter-spacing: .1em; }
.preview-head strong { margin-top: 4px; font: 700 15px "Manrope"; }
.preview-head button { padding: 7px 10px; border: 0; border-radius: 6px; color: white; background: var(--navy); font-size: 7px; }
.preview-metrics { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 8px; margin: 17px 0 10px; }
.preview-metrics article { min-height: 90px; padding: 12px; border: 1px solid #e7ebf0; border-radius: 9px; background: white; }
.preview-metrics span { display: block; color: #7e8998; font-size: 6px; }
.preview-metrics strong { display: block; margin: 7px 0; font: 800 24px "Manrope"; }
.preview-metrics strong small { color: #9ba4af; font-size: 8px; }
.preview-metrics i { display: block; height: 4px; border-radius: 4px; background: #e6ecef; }
.preview-metrics i b { display: block; height: 100%; border-radius: inherit; background: var(--cyan); }
.preview-metrics em { color: #229272; font-size: 7px; font-style: normal; }
.preview-grid { display: grid; grid-template-columns: 1.35fr .8fr; gap: 9px; }
.preview-grid article { min-height: 225px; padding: 13px; border: 1px solid #e7ebf0; border-radius: 9px; background: white; }
.preview-chart > div { display: flex; align-items: center; justify-content: space-between; color: #8994a3; font-size: 6px; }
.preview-chart > div span { font-weight: 800; letter-spacing: .08em; }
.preview-chart svg { width: 100%; height: 155px; margin-top: 22px; }
.preview-chart .area { fill: url(#chartFill); stroke: none; }
.preview-chart .line { fill: none; stroke: var(--cyan); stroke-width: 4; stroke-linecap: round; }
.preview-iris { color: white; border: 0 !important; background: linear-gradient(145deg,#10324b,#091b32) !important; }
.mini-iris { position: relative; width: 48px; height: 48px; margin-bottom: 14px; display: grid; place-items: center; border: 1px solid rgba(32,203,198,.45); border-radius: 50%; }
.mini-iris::before, .mini-iris::after { content: ""; position: absolute; inset: 7px -4px; border: 1px solid rgba(32,203,198,.5); border-radius: 50%; transform: rotate(60deg); }
.mini-iris::after { transform: rotate(-60deg); }
.mini-iris i { width: 12px; height: 12px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 15px var(--cyan); }
.preview-iris small { color: #70d6d2; font-size: 5px; font-weight: 800; letter-spacing: .08em; }
.preview-iris strong { display: block; margin: 9px 0 5px; font: 700 12px "Manrope"; }
.preview-iris p { color: #95a8bb; font-size: 7px; line-height: 1.5; }
.preview-iris button { width: 100%; margin-top: 12px; padding: 7px; border: 1px solid rgba(255,255,255,.13); border-radius: 5px; color: white; background: rgba(255,255,255,.05); font-size: 6px; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 8px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.15); border-radius: 9px; color: white; background: rgba(10,30,49,.88); backdrop-filter: blur(10px); box-shadow: 0 15px 35px rgba(2,10,20,.3); animation: floatCard 3s ease-in-out infinite alternate; }
.floating-card > span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 7px; color: #0d2a38; background: var(--cyan); font-size: 7px; font-weight: 800; }
.floating-card small, .floating-card strong { display: block; }
.floating-card small { color: #91a3b6; font-size: 6px; }
.floating-card strong { margin-top: 2px; font-size: 8px; }
.floating-card > b { margin-left: 5px; color: var(--cyan); }
.evidence-float { left: -35px; bottom: 45px; }
.risk-float { right: -25px; top: 95px; animation-delay: -1.5s; }
@keyframes floatCard { to { transform: translateY(-10px); } }

.trust-strip { padding: 27px max(30px,calc((100vw - 1200px)/2)); border-bottom: 1px solid var(--line); background: white; text-align: center; }
.trust-strip p { margin: 0 0 18px; color: #939dab; font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.trust-strip div { display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #647084; }
.trust-strip span { font: 700 13px "Manrope"; }

.problem-section, .solutions-section, .how-section { padding: 105px max(35px,calc((100vw - 1200px)/2)); background: white; }
.section-heading { max-width: 690px; margin-bottom: 42px; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading > span, .section-label { color: var(--cyan-dark); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.section-heading h2, .platform-copy h2, .academy-copy h2, .integration-copy h2, .security-section h2, .final-cta h2 { margin: 12px 0 13px; font: 800 clamp(30px,3.4vw,48px)/1.1 "Manrope"; letter-spacing: -.045em; }
.section-heading p, .platform-copy > p, .academy-copy > p, .integration-copy > p, .security-section p, .final-cta > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.problem-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.problem-grid article { padding: 25px; border: 1px solid var(--line); border-radius: 14px; background: #fbfcfd; transition: .25s ease; }
.problem-grid article:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(15,35,60,.08); }
.problem-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; font: 800 17px "Manrope"; font-style: normal; }
.problem-icon.coral { color: #b65b4c; background: #ffebe7; }
.problem-icon.amber { color: #a46e19; background: #fff1d2; }
.problem-icon.purple { color: #6952b5; background: #eeeafe; }
.problem-icon.cyan { color: #0c8581; background: #dff7f5; }
.problem-grid h3 { margin: 17px 0 7px; font: 700 15px "Manrope"; }
.problem-grid p { margin: 0; color: #778396; font-size: 10px; line-height: 1.6; }

.platform-section { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 75px; padding: 110px max(35px,calc((100vw - 1300px)/2)); background: var(--bg); }
.platform-copy > p { max-width: 560px; }
.platform-list { margin-top: 30px; }
.platform-tab { width: 100%; display: flex; align-items: flex-start; gap: 13px; padding: 15px 11px; border: 0; border-bottom: 1px solid #e1e6eb; color: #758196; background: transparent; cursor: pointer; text-align: left; }
.platform-tab > i { width: 28px; height: 28px; flex: 0 0 28px; display: grid; place-items: center; border-radius: 7px; color: #748095; background: #e9edf1; font-size: 8px; font-style: normal; font-weight: 800; }
.platform-tab span, .platform-tab b, .platform-tab small { display: block; }
.platform-tab b { color: #3f4c60; font: 700 11px "Manrope"; }
.platform-tab small { margin-top: 4px; color: #8792a1; font-size: 9px; }
.platform-tab.active { border-radius: 10px; border-bottom-color: transparent; background: white; box-shadow: 0 10px 28px rgba(17,40,69,.07); }
.platform-tab.active > i { color: #073b45; background: var(--cyan); }
.platform-tab.active b { color: var(--ink); }
.platform-visual { position: relative; }
.platform-visual::before { content: ""; position: absolute; inset: 8% -5% -7% 10%; border-radius: 50%; background: rgba(32,203,198,.13); filter: blur(50px); }
.visual-panel { position: relative; z-index: 1; min-height: 530px; overflow: hidden; border: 1px solid #e1e6eb; border-radius: 17px; background: white; box-shadow: 0 30px 80px rgba(16,38,65,.13); transition: opacity .2s ease,transform .2s ease; }
.visual-panel.changing { opacity: .35; transform: scale(.985); }
.visual-top { height: 63px; display: flex; align-items: center; gap: 9px; padding: 0 20px; border-bottom: 1px solid #edf0f3; }
.visual-top span { padding: 5px 7px; border-radius: 4px; color: #087d79; background: #dff6f4; font-size: 7px; font-weight: 800; }
.visual-top b { flex: 1; font-size: 9px; }
.visual-top i { color: #9da6b1; font-style: normal; }
.visual-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 20px; background: #fafbfc; }
.visual-toolbar > span { width: 45%; padding: 10px; border: 1px solid #e2e7ec; border-radius: 7px; color: #9aa3af; background: white; font-size: 7px; }
.visual-toolbar div { display: flex; gap: 5px; }
.visual-toolbar b { padding: 6px 8px; border-radius: 5px; color: #718095; background: #eef1f4; font-size: 6px; }
.visual-table { padding: 7px 20px 15px; }
.visual-table > div { display: grid; grid-template-columns: .65fr 1.6fr .55fr; align-items: center; gap: 10px; padding: 14px 8px; border-bottom: 1px solid #edf0f3; }
.visual-table strong { color: #087d79; font-size: 8px; }
.visual-table span { color: #465468; font-size: 8px; }
.visual-table em { padding: 5px; border-radius: 4px; color: #237e61; background: #e5f6ee; font-size: 6px; font-style: normal; text-align: center; }
.visual-table > div:nth-child(2) em { color: #9b691f; background: #fff1d4; }
.visual-table > div:nth-child(4) em { color: #687386; background: #edf0f3; }
.visual-insight { display: flex; align-items: center; gap: 10px; margin: 0 20px 20px; padding: 13px; border-radius: 9px; color: white; background: linear-gradient(110deg,#0d2d46,#0b2038); }
.visual-insight > i { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 8px; color: #082334; background: var(--cyan); font-style: normal; font-weight: 800; }
.visual-insight p { flex: 1; margin: 0; color: #a8b7c6; font-size: 7px; }
.visual-insight p b { display: block; margin-bottom: 3px; color: white; font-size: 8px; }
.visual-insight button { padding: 7px 9px; border: 1px solid rgba(255,255,255,.15); border-radius: 5px; color: white; background: rgba(255,255,255,.06); font-size: 6px; }

.agents-section { position: relative; overflow: hidden; padding: 110px max(35px,calc((100vw - 1200px)/2)); color: white; background: linear-gradient(145deg,#07172b,#0c2941); }
.agents-section::before { content: ""; position: absolute; width: 700px; height: 700px; left: 50%; top: 30%; border: 1px solid rgba(32,203,198,.09); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 120px rgba(32,203,198,.05); }
.section-heading.light { position: relative; z-index: 1; }
.section-heading.light > span { color: #74d9d5; }
.section-heading.light p { color: #91a5b8; }
.iris-orchestrator { position: relative; z-index: 1; display: grid; grid-template-columns: 115px 1fr auto; align-items: center; gap: 28px; max-width: 970px; margin: 0 auto 24px; padding: 25px 30px; border: 1px solid rgba(32,203,198,.22); border-radius: 16px; background: rgba(255,255,255,.045); box-shadow: 0 20px 55px rgba(1,10,22,.2); }
.orchestrator-orb { position: relative; width: 90px; height: 90px; display: grid; place-items: center; }
.orchestrator-orb i { position: absolute; inset: 12px -3px; border: 1px solid rgba(32,203,198,.6); border-radius: 50%; }
.orchestrator-orb i:nth-child(1) { transform: rotate(60deg); }
.orchestrator-orb i:nth-child(2) { transform: rotate(-60deg); }
.orchestrator-orb i:nth-child(3) { inset: -3px 12px; }
.orchestrator-orb b { width: 23px; height: 23px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 30px var(--cyan); }
.iris-orchestrator > div:nth-child(2) > span { color: #6fd8d4; font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.iris-orchestrator h3 { margin: 8px 0 5px; font: 700 22px "Manrope"; }
.iris-orchestrator p { max-width: 600px; margin: 0; color: #95a8ba; font-size: 10px; line-height: 1.6; }
.orchestrator-numbers { display: flex; gap: 20px; }
.orchestrator-numbers span, .orchestrator-numbers strong, .orchestrator-numbers small { display: block; }
.orchestrator-numbers strong { color: var(--cyan); font: 800 21px "Manrope"; }
.orchestrator-numbers small { color: #8296aa; font-size: 7px; }
.agent-cards { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.agent-cards article { min-height: 210px; padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.04); transition: .25s ease; }
.agent-cards article:hover { border-color: rgba(32,203,198,.3); background: rgba(32,203,198,.06); transform: translateY(-5px); }
.agent-avatar { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 9px; font-size: 8px; font-weight: 800; }
.agent-avatar.eva { color: #087c77; background: #dff7f5; }
.agent-avatar.caio { color: #a25a49; background: #ffebe5; }
.agent-avatar.ravi { color: #6b54b9; background: #ede9fd; }
.agent-avatar.aura { color: #277a5d; background: #e3f4eb; }
.agent-avatar.cyro { color: #2f6292; background: #e1eef9; }
.agent-cards article > i { float: right; margin-top: -29px; color: #5fc9a1; font-size: 5px; font-style: normal; font-weight: 800; letter-spacing: .08em; }
.agent-cards h3 { margin: 18px 0 4px; font: 700 16px "Manrope"; }
.agent-cards article > b { color: #bdc9d5; font-size: 8px; }
.agent-cards p { margin: 9px 0 0; color: #8296aa; font-size: 8px; line-height: 1.6; }

.solutions-section { background: white; }
.solutions-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.solutions-grid article { position: relative; min-height: 260px; overflow: hidden; padding: 25px; border: 1px solid var(--line); border-radius: 14px; background: #fbfcfd; transition: .25s ease; }
.solutions-grid article:hover { border-color: #acdeda; transform: translateY(-4px); box-shadow: 0 18px 42px rgba(14,35,60,.07); }
.solutions-grid article > span { position: absolute; right: 18px; top: 13px; color: #e2e7eb; font: 800 42px "Manrope"; }
.solution-icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 10px; color: #087c79; background: #e0f7f5; font: 800 18px "Manrope"; }
.solutions-grid h3 { margin: 22px 0 9px; font: 700 17px "Manrope"; }
.solutions-grid p { max-width: 330px; margin: 0; color: #778396; font-size: 10px; line-height: 1.65; }
.solutions-grid a { display: inline-block; margin-top: 23px; color: #087d79; font-size: 9px; font-weight: 800; }
.solution-large { grid-row: span 2; color: white; background: linear-gradient(145deg,#0c2c44,#071a30) !important; }
.solution-large .solution-icon { color: #082a35; background: var(--cyan); }
.solution-large > span { color: rgba(255,255,255,.06) !important; font-size: 150px !important; right: -15px !important; top: 150px !important; }
.solution-large p { color: #93a7b9; }
.solution-large a { color: var(--cyan); }

.how-section { background: var(--bg); }
.how-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 14px; }
.how-flow article { min-height: 230px; padding: 23px; border: 1px solid var(--line); border-radius: 13px; background: white; text-align: center; }
.how-flow article > i { display: block; color: #a6afb9; font-size: 7px; font-style: normal; font-weight: 800; letter-spacing: .1em; text-align: left; }
.flow-symbol { width: 54px; height: 54px; display: grid; place-items: center; margin: 18px auto; border-radius: 14px; color: #087e7b; background: #dff7f5; font: 800 20px "Manrope"; }
.how-flow h3 { margin: 0 0 8px; font: 700 13px "Manrope"; }
.how-flow p { margin: 0; color: #7d8999; font-size: 9px; line-height: 1.6; }
.how-flow > b { color: #a7b1bc; font-size: 19px; }

.academy-showcase { display: grid; grid-template-columns: 1.17fr .83fr; align-items: center; gap: 65px; padding: 105px max(35px,calc((100vw - 1280px)/2)); color: white; background: #111b2e; }
.academy-image { position: relative; overflow: hidden; aspect-ratio: 16/9; border-radius: 15px; box-shadow: 0 30px 80px rgba(0,0,0,.32); }
.academy-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(5,13,25,.55),transparent 55%); }
.academy-image img { width: 100%; height: 100%; object-fit: cover; transition: .5s ease; }
.academy-image:hover img { transform: scale(1.035); }
.academy-image > span { position: absolute; z-index: 2; left: 19px; top: 17px; padding: 6px 8px; border: 1px solid rgba(255,255,255,.28); border-radius: 4px; color: white; background: rgba(4,13,25,.36); font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.academy-image > button { position: absolute; z-index: 2; left: 50%; top: 50%; width: 60px; height: 60px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: #0b2032; background: rgba(255,255,255,.92); transform: translate(-50%,-50%); cursor: pointer; font-size: 15px; }
.coral-label { color: #ef9c8e; }
.academy-copy > p { color: #9eacbd; }
.academy-features { display: grid; gap: 11px; margin: 25px 0; }
.academy-features span { display: flex; align-items: center; gap: 9px; color: #c4d0dc; font-size: 10px; }
.academy-features i { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: #092b34; background: var(--cyan); font-style: normal; }
.academy-copy > a { color: var(--cyan); font-size: 10px; font-weight: 800; }

.integration-section { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 70px; overflow: hidden; padding: 105px max(35px,calc((100vw - 1200px)/2)); background: white; }
.integration-copy button { margin-top: 25px; padding: 0; border: 0; color: var(--cyan-dark); background: transparent; cursor: pointer; font-size: 10px; font-weight: 800; }
.integration-map { position: relative; min-height: 500px; }
.integration-core { position: absolute; z-index: 5; left: 50%; top: 50%; width: 160px; height: 160px; display: grid; place-items: center; border: 1px solid rgba(32,203,198,.35); border-radius: 50%; background: #0b2038; transform: translate(-50%,-50%); box-shadow: 0 0 50px rgba(32,203,198,.12); }
.integration-core img { width: 125px; }
.orbit { position: absolute; left: 50%; top: 50%; border: 1px dashed #cbd9df; border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 270px; height: 270px; }
.orbit-two { width: 390px; height: 390px; }
.orbit-three { width: 500px; height: 500px; }
.integration-node { position: absolute; z-index: 6; width: 68px; height: 68px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 14px; color: #526175; background: white; box-shadow: 0 12px 30px rgba(20,43,70,.1); font-size: 9px; font-weight: 800; animation: nodeFloat 2.8s ease-in-out infinite alternate; }
.node-aws { left: 9%; top: 17%; }
.node-azure { right: 12%; top: 12%; animation-delay: -.5s; }
.node-github { left: 1%; top: 58%; animation-delay: -1s; }
.node-okta { right: 2%; top: 50%; animation-delay: -1.5s; }
.node-jira { left: 25%; bottom: 2%; animation-delay: -2s; }
.node-siem { right: 22%; bottom: 1%; animation-delay: -2.5s; }
@keyframes nodeFloat { to { transform: translateY(-9px); } }

.security-section { display: grid; grid-template-columns: .45fr 1.1fr .8fr; align-items: center; gap: 45px; padding: 70px max(35px,calc((100vw - 1200px)/2)); border-top: 1px solid var(--line); background: #f7f9fb; }
.security-badge { display: grid; place-items: center; gap: 9px; text-align: center; }
.security-badge > span { width: 80px; height: 80px; display: grid; place-items: center; border: 2px solid #9bdfdb; border-radius: 50%; color: #0a464c; background: #ddf7f5; font: 800 30px "Manrope"; }
.security-badge b { color: #688094; font-size: 7px; letter-spacing: .1em; }
.security-section h2 { font-size: clamp(25px,2.6vw,37px); }
.security-list { display: grid; gap: 13px; }
.security-list span { color: #66758a; font-size: 10px; }
.security-list span:first-letter { color: var(--cyan-dark); }

.final-cta { position: relative; overflow: hidden; padding: 105px 30px; color: white; background: linear-gradient(135deg,#0a2b43,#07172b); text-align: center; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; width: 600px; height: 600px; border: 1px solid rgba(32,203,198,.1); border-radius: 50%; }
.final-cta::before { left: -250px; top: -350px; }
.final-cta::after { right: -250px; bottom: -390px; }
.cta-glow { position: absolute; left: 50%; top: 50%; width: 500px; height: 230px; border-radius: 50%; background: rgba(32,203,198,.1); transform: translate(-50%,-50%); filter: blur(60px); }
.final-cta > span, .final-cta h2, .final-cta > p, .final-cta > div { position: relative; z-index: 1; }
.final-cta > span { color: #79d9d5; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.final-cta h2 { max-width: 780px; margin-left: auto; margin-right: auto; }
.final-cta > p { max-width: 650px; margin: 0 auto; color: #9eb0c2; }
.final-cta > div { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 30px; }
.light-cta { background: white; }
.final-cta a { color: #d3deea; font-size: 10px; font-weight: 700; }

footer { padding: 55px max(35px,calc((100vw - 1200px)/2)) 22px; color: #8393a6; background: #061325; }
.footer-main { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 45px; }
.footer-brand img { width: 190px; height: 75px; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 270px; margin: 5px 0 0; font-size: 9px; line-height: 1.6; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; padding-top: 20px; }
.footer-main strong { margin-bottom: 5px; color: white; font-size: 9px; }
.footer-main a, .footer-main button { padding: 0; border: 0; color: #8393a6; background: transparent; cursor: pointer; font-size: 8px; }
.footer-main a:hover, .footer-main button:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 40px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); font-size: 7px; }

.demo-backdrop { position: fixed; z-index: 100; inset: 0; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(3,12,24,.72); backdrop-filter: blur(8px); }
.demo-backdrop.open { display: flex; animation: demoFade .2s ease; }
@keyframes demoFade { from { opacity: 0; } }
.demo-modal { position: relative; width: min(560px,100%); padding: 38px; border-radius: 18px; background: white; box-shadow: 0 35px 100px rgba(0,0,0,.38); }
.demo-close { position: absolute; right: 16px; top: 12px; border: 0; color: #8994a2; background: transparent; cursor: pointer; font-size: 25px; }
.demo-modal h2 { margin: 10px 0 7px; font: 800 28px "Manrope"; letter-spacing: -.04em; }
.demo-modal > p { margin: 0 0 23px; color: #7d8999; font-size: 10px; line-height: 1.6; }
#demoForm { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
#demoForm label { display: block; }
#demoForm label:last-of-type { grid-column: 1/-1; }
#demoForm label > span { display: block; margin-bottom: 6px; color: #526075; font-size: 8px; font-weight: 800; }
#demoForm input, #demoForm select { width: 100%; height: 42px; padding: 0 11px; border: 1px solid #dce3e9; border-radius: 8px; outline: 0; color: #344156; background: #fafbfc; font-size: 9px; }
#demoForm input:focus, #demoForm select:focus { border-color: #74d2ce; box-shadow: 0 0 0 3px rgba(32,203,198,.09); }
#demoForm > button { grid-column: 1/-1; height: 44px; display: flex; align-items: center; justify-content: center; gap: 15px; border: 0; border-radius: 8px; color: white; background: var(--navy); cursor: pointer; font-size: 10px; font-weight: 800; }
.demo-success { display: none; padding: 35px 10px 10px; text-align: center; }
.demo-success.show { display: block; }
.demo-success i { width: 50px; height: 50px; display: grid; place-items: center; margin: auto; border-radius: 50%; color: #083b40; background: #dff7f5; font: 800 22px "Manrope"; font-style: normal; }
.demo-success h3 { margin: 15px 0 7px; font: 700 19px "Manrope"; }
.demo-success p { max-width: 400px; margin: auto; color: #7c8999; font-size: 10px; line-height: 1.6; }

@media (max-width: 1120px) {
  .site-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 135px; }
  .hero-copy { max-width: 850px; }
  .hero-product { max-width: 850px; margin: auto; }
  .platform-section, .academy-showcase, .integration-section { grid-template-columns: 1fr; }
  .platform-copy { max-width: 750px; }
  .agent-cards { grid-template-columns: repeat(3,1fr); }
  .problem-grid { grid-template-columns: repeat(2,1fr); }
  .how-flow { grid-template-columns: repeat(2,1fr); }
  .how-flow > b { display: none; }
  .security-section { grid-template-columns: .4fr 1fr; }
  .security-list { grid-column: 1/-1; grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 68px; }
  body { padding-bottom: calc(70px + env(safe-area-inset-bottom)); overflow-x: hidden; }
  button, a, select, input { touch-action: manipulation; }
  .site-header { height: 68px; padding: env(safe-area-inset-top) 16px 0; }
  .site-brand { width: 134px; height: 58px; }
  .header-actions .login-link, .header-cta, .landing-language { display: none; }
  .nav-toggle { display: block; min-width: 44px; height: 44px; margin-left: auto; border-radius: 9px; }
  .site-nav.open { position: fixed; top: 68px; left: 0; right: 0; max-height: calc(100dvh - 68px); overflow-y: auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 18px calc(22px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(255,255,255,.08); background: rgba(7,23,43,.99); box-shadow: 0 20px 45px rgba(0,0,0,.3); }
  .site-nav.open > a { min-height: 48px; display: flex; align-items: center; padding: 0 10px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 14px; }
  .mobile-nav-actions { display: grid; gap: 10px; padding-top: 16px; }
  .mobile-nav-actions label { min-height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 9px; color: #aebdce; font-size: 12px; }
  .mobile-nav-actions select { border: 0; outline: 0; color: white; background: #102b46; font-size: 13px; }
  .mobile-nav-actions .mobile-login, .mobile-nav-actions button { min-height: 48px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(32,203,198,.38); border-radius: 9px; font-size: 13px; font-weight: 800; }
  .mobile-nav-actions button { color: #082035; background: var(--cyan); }
  .hero { min-height: auto; padding: 108px 18px 58px; gap: 42px; }
  .hero-pill { max-width: 100%; font-size: 8px; line-height: 1.4; }
  .hero h1 { margin-top: 18px; font-size: clamp(38px,11vw,48px); line-height: 1.02; }
  .hero-copy > p { font-size: 15px; line-height: 1.65; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .primary-cta { width: 100%; min-height: 52px; justify-content: space-between; font-size: 13px; }
  .secondary-cta { min-height: 48px; justify-content: center; font-size: 12px; }
  .hero-proof { display: grid; gap: 10px; margin-top: 26px; font-size: 11px; }
  .product-window { transform: none; }
  .window-top { height: 34px; }
  .product-layout { min-height: 340px; grid-template-columns: 55px 1fr; }
  .product-sidebar { padding: 7px 4px; }
  .product-sidebar img { width: 48px; height: 38px; }
  .product-sidebar span { min-height: 36px; justify-content: center; padding: 6px 3px; font-size: 11px; }
  .product-sidebar span b { display: none; }
  .product-main { padding: 10px; overflow: hidden; }
  .preview-head strong { font-size: 12px; }
  .preview-head button { display: none; }
  .preview-metrics { grid-template-columns: 1fr 1fr; }
  .preview-metrics article:nth-child(3) { display: none; }
  .preview-metrics article { min-height: 78px; padding: 9px; }
  .preview-metrics strong { font-size: 20px; }
  .preview-grid { grid-template-columns: 1fr; }
  .preview-iris { display: none; }
  .preview-grid article { min-height: 180px; }
  .preview-chart svg { height: 115px; margin-top: 14px; }
  .floating-card { display: none; }
  .trust-strip { padding: 25px 18px; }
  .trust-strip div { gap: 18px; }
  .trust-strip span { font-size: 11px; }
  .trust-strip div { flex-wrap: wrap; justify-content: center; }
  .problem-section, .solutions-section, .how-section, .agents-section, .platform-section, .academy-showcase, .integration-section { padding: 68px 18px; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2, .platform-copy h2, .academy-copy h2, .integration-copy h2 { font-size: 32px; }
  .section-heading p, .platform-copy > p, .academy-copy > p, .integration-copy > p { font-size: 14px; }
  .problem-grid, .solutions-grid, .agent-cards, .how-flow { grid-template-columns: 1fr; }
  .problem-grid article, .solutions-grid article, .agent-cards article, .how-flow article { min-height: auto; padding: 22px; }
  .problem-grid h3, .solutions-grid h3 { font-size: 17px; }
  .problem-grid p, .solutions-grid p, .how-flow p { font-size: 12px; }
  .solution-large { grid-row: auto; }
  .iris-orchestrator { grid-template-columns: 65px 1fr; gap: 15px; padding: 18px; }
  .orchestrator-orb { width: 65px; height: 65px; }
  .iris-orchestrator h3 { font-size: 18px; }
  .iris-orchestrator p { font-size: 11px; }
  .orchestrator-numbers { grid-column: 1/-1; }
  .platform-list { margin-top: 24px; }
  .platform-tab { min-height: 69px; padding: 13px 8px; }
  .platform-tab b { font-size: 13px; }
  .platform-tab small { font-size: 10px; line-height: 1.35; }
  .platform-visual { min-width: 0; }
  .visual-panel { min-height: 440px; border-radius: 12px; }
  .visual-top { height: 58px; padding: 0 13px; }
  .visual-top b { font-size: 8px; }
  .visual-toolbar { align-items: stretch; flex-direction: column; }
  .visual-toolbar > span { width: 100%; }
  .visual-toolbar div { overflow-x: auto; padding-bottom: 3px; }
  .visual-table > div { grid-template-columns: .7fr 1.4fr; }
  .visual-table { padding-left: 12px; padding-right: 12px; }
  .visual-table span { font-size: 9px; line-height: 1.35; }
  .visual-table em { display: none; }
  .visual-insight { margin: 0 12px 14px; }
  .academy-showcase { gap: 35px; }
  .academy-image { border-radius: 11px; }
  .academy-features span { font-size: 11px; }
  .integration-map { min-height: 350px; transform: scale(.72); margin: -40px -50px; }
  .security-section { grid-template-columns: 1fr; padding: 65px 20px; text-align: center; }
  .security-list { grid-template-columns: 1fr; }
  .final-cta { padding: 80px 20px; }
  .final-cta h2 { font-size: 34px; }
  .final-cta > p { font-size: 14px; }
  .final-cta > div { flex-direction: column; }
  footer { padding: 45px 18px calc(90px + env(safe-area-inset-bottom)); }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .footer-main a, .footer-main button { min-height: 32px; font-size: 10px; text-align: left; }
  .demo-backdrop { align-items: flex-end; padding: 0; }
  .demo-modal { max-height: 92dvh; overflow-y: auto; padding: 30px 20px calc(24px + env(safe-area-inset-bottom)); border-radius: 18px 18px 0 0; }
  .demo-modal h2 { padding-right: 20px; font-size: 25px; }
  .demo-modal > p { font-size: 12px; }
  #demoForm { grid-template-columns: 1fr; }
  #demoForm label:last-of-type, #demoForm > button { grid-column: auto; }
  #demoForm label > span { font-size: 11px; }
  #demoForm input, #demoForm select { height: 50px; font-size: 16px; }
  #demoForm > button { height: 50px; font-size: 12px; }
  .mobile-sticky-cta { position: fixed; z-index: 45; left: 0; right: 0; bottom: 0; min-height: calc(64px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: .7fr 1.3fr; gap: 8px; align-items: start; padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); border-top: 1px solid #dfe5eb; background: rgba(255,255,255,.96); backdrop-filter: blur(15px); box-shadow: 0 -8px 25px rgba(9,27,48,.1); }
  .mobile-sticky-cta a, .mobile-sticky-cta button { min-height: 46px; display: flex; align-items: center; justify-content: center; border-radius: 9px; font-size: 11px; font-weight: 800; }
  .mobile-sticky-cta a { border: 1px solid #dce3e9; color: var(--ink); background: white; }
  .mobile-sticky-cta button { border: 0; color: #082035; background: var(--cyan); }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 36px; }
  .hero { padding-left: 15px; padding-right: 15px; }
  .product-layout { grid-template-columns: 48px 1fr; }
  .preview-metrics span { font-size: 5px; }
  .section-heading h2, .platform-copy h2, .academy-copy h2, .integration-copy h2 { font-size: 29px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

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