:root{
  --bg:#f4f7fb;
  --bg-soft:#eef4fa;
  --white:#ffffff;
  --ink:#0d2843;
  --ink-2:#173a5b;
  --muted:#607891;
  --line:#dce7f1;
  --line-strong:#cbd9e6;
  --blue:#1678f2;
  --blue-2:#2f63ef;
  --cyan:#22c6ef;
  --green:#25bd72;
  --violet:#7349f7;
  --navy:#082945;
  --navy-2:#0a3457;
  --shadow:0 20px 60px rgba(24,58,91,.12);
  --shadow-lg:0 34px 90px rgba(20,49,78,.18);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
ul,ol{margin-top:0}
.container{width:min(1380px,calc(100% - 48px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:50;padding:10px 0;background:rgba(8,41,69,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(108,146,179,.18);box-shadow:0 10px 40px rgba(3,18,31,.14)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:62px}
.brand{display:flex;flex-direction:column;justify-content:center;gap:4px;min-width:0}
.brand-logo-wide{width:250px;max-width:100%;height:auto}
.brand-tagline{font-size:11px;color:#8fa9bf}
.nav{display:flex;gap:24px}.nav a{font-size:13px;color:#bfd0df;font-weight:650}.nav a:hover{color:#fff}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 21px;border-radius:14px;font-weight:800;font-size:14px;border:1px solid transparent;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{transform:translateY(-1px)}
.button-primary{background:linear-gradient(135deg,var(--blue),var(--blue-2));color:#fff;box-shadow:0 14px 28px rgba(31,112,238,.22)}
.button-outline{border-color:rgba(184,207,226,.26);background:rgba(255,255,255,.06);color:#fff}
.button-plain{background:transparent;border-color:transparent;color:var(--ink-2);padding-left:4px}
.button-white{background:#fff;color:var(--navy)}
.section{padding:92px 0}.alt{background:var(--bg-soft);border-top:1px solid #e5edf5;border-bottom:1px solid #e5edf5}
.eyebrow,.section-label{display:inline-flex;align-items:center;gap:9px;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#6c88a2}
.section-label-light{color:#8bdcf2}
.live-dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(37,189,114,.10)}
.hero{padding:74px 0 72px;background:radial-gradient(circle at 84% 16%,rgba(34,198,239,.14),transparent 27%),radial-gradient(circle at 71% 65%,rgba(115,73,247,.08),transparent 26%),linear-gradient(180deg,#fbfdff 0%,#f4f8fc 100%);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:center}.hero-copy{position:relative;z-index:2}.eyebrow + h1{margin-top:20px}.hero h1{font-size:clamp(46px,5.4vw,78px);line-height:.99;letter-spacing:-.055em;margin:0 0 22px;max-width:740px}.hero h1 em{font-style:normal;color:var(--blue)}.hero-lead{font-size:18px;color:var(--muted);max-width:720px;margin:0}.hero-actions{display:flex;align-items:center;gap:12px;margin:30px 0 34px}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);max-width:660px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.hero-stats div{padding:20px 20px 17px;border-right:1px solid var(--line)}.hero-stats div:first-child{padding-left:0}.hero-stats div:last-child{border-right:0}.hero-stats strong{display:block;font-size:34px;line-height:1;color:var(--ink)}.hero-stats span{display:block;margin-top:7px;color:#7690a6;font-size:12px}
.hero-product{position:relative;min-width:0}.browser-shell{border:1px solid #d3e0ec;background:#fff;border-radius:24px;padding:10px;box-shadow:var(--shadow-lg);transform:perspective(1600px) rotateY(-3deg) rotateX(1deg);overflow:hidden}.browser-top{height:38px;display:flex;align-items:center;gap:7px;padding:0 8px;color:#8298ab;font-size:10px}.browser-top>span{width:8px;height:8px;border-radius:50%;background:#dbe5ee}.browser-top b{margin-left:7px;font-size:10px;color:#71889e;letter-spacing:.06em;text-transform:uppercase}.browser-top em{margin-left:auto;font-style:normal;background:#ecfbf4;color:#1f9b60;border:1px solid #d2f1df;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:900;letter-spacing:.08em}.browser-shell>img{border-radius:15px;border:1px solid #e1e9f1}
.hero-note{position:absolute;display:flex;flex-direction:column;gap:3px;padding:13px 15px;background:rgba(255,255,255,.96);border:1px solid var(--line);border-radius:16px;box-shadow:0 16px 34px rgba(30,61,90,.12)}.hero-note small{font-size:9px;color:var(--blue);font-weight:900;letter-spacing:.12em}.hero-note b{font-size:12px}.note-a{left:-24px;bottom:-26px}
.ticker{background:#fff;border-top:1px solid #e7eef5;border-bottom:1px solid #e7eef5}.ticker-row{min-height:68px;display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;color:#6f879e;text-transform:uppercase;font-size:10px;letter-spacing:.11em;font-weight:800}.ticker-row i{width:4px;height:4px;border-radius:50%;background:#abc0d2}
.section-intro{max-width:950px;margin-bottom:44px}.section-intro h2,.ps-copy h2,.history-copy h2,.pilot-copy h2,.team-copy h2,.cta-card h2,.ai-copy h2{font-size:clamp(36px,4vw,60px);line-height:1.06;letter-spacing:-.045em;margin:12px 0 18px}.section-intro p,.ps-copy p,.history-copy p,.pilot-copy p,.team-copy p,.cta-card p,.ai-copy>p{font-size:17px;color:var(--muted);max-width:840px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;min-height:225px;box-shadow:0 8px 20px rgba(35,64,91,.03)}.service-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#edf6ff;color:var(--blue);font-size:11px;font-weight:900}.service-card h3{margin:28px 0 8px;font-size:21px}.service-card p{margin:0;color:var(--muted);font-size:14px}
.ps-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:54px;align-items:center}.compare-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:20px;display:grid;grid-template-columns:1fr 58px 1fr;box-shadow:var(--shadow)}.compare-col{border-radius:20px;padding:24px}.compare-col.before{background:#f8fafc}.compare-col.after{background:linear-gradient(150deg,#eef7ff,#f2fbf8)}.compare-title{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:#607a92;margin-bottom:18px}.compare-col ul{list-style:none;padding:0;margin:0}.compare-col li{position:relative;padding:9px 0 9px 24px;font-size:14px;color:#4b647d}.compare-col.before li:before{content:"×";position:absolute;left:0;color:#d95b63;font-weight:900}.compare-col.after li:before{content:"✓";position:absolute;left:0;color:#20a966;font-weight:900}.compare-arrow{display:grid;place-items:center;color:var(--blue);font-size:24px;font-weight:900}
.platform-switch{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:26px}.platform-switch div{display:flex;gap:16px;align-items:center;padding:20px 22px;border-radius:20px}.platform-switch b{flex:0 0 auto;font-size:11px;letter-spacing:.12em}.platform-switch span{font-size:13px}.switch-web{background:linear-gradient(145deg,#ffffff,#f6fbff);border:1px solid var(--line);box-shadow:0 8px 24px rgba(31,63,91,.05)}.switch-web b{color:var(--blue)}.switch-web span{color:#617a91}.switch-desktop{background:linear-gradient(135deg,#0b3152,#0a2742);border:1px solid rgba(129,172,204,.18);box-shadow:0 16px 34px rgba(7,26,43,.18)}.switch-desktop b{color:#7edcff}.switch-desktop span{color:#c8d8e5}
.workspace-panel{border-radius:34px;padding:34px}.web-panel{background:#f8fbff;border:1px solid #e3ebf3;box-shadow:0 18px 40px rgba(31,63,91,.05)}.desktop-panel{margin-top:28px;background:radial-gradient(circle at 84% 12%,rgba(34,198,239,.14),transparent 28%),linear-gradient(135deg,var(--navy),#071b2d 70%);border:1px solid rgba(126,173,205,.16);box-shadow:0 26px 70px rgba(6,25,43,.18);color:#fff}
.workspace-head{display:grid;grid-template-columns:.92fr 1.08fr;gap:40px;align-items:end;margin-bottom:22px}.workspace-head h3{font-size:clamp(31px,3vw,46px);line-height:1.08;letter-spacing:-.035em;margin:10px 0 0}.workspace-head p{margin:0;color:var(--muted);font-size:15px;max-width:720px;justify-self:end}.desktop-head p{color:#bfd0df}
.tour-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.tour-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:12px;overflow:hidden;box-shadow:0 12px 30px rgba(31,63,91,.06)}.tour-card.tour-large{grid-column:span 2}.tour-copy{padding:18px 18px 20px}.tour-copy small,.desktop-copy small,.eco-card small{font-size:10px;font-weight:900;letter-spacing:.12em;color:var(--blue)}.tour-copy h4{font-size:25px;margin:8px 0 7px;line-height:1.1}.tour-copy p{margin:0;color:var(--muted);font-size:14px}.tour-screen{border-radius:20px;overflow:hidden;border:1px solid #e0e8f0;background:#eef4f8}.tour-screen img{width:100%}
.desktop-layout{display:grid;grid-template-columns:1.18fr .82fr;gap:18px;align-items:start}.desktop-stack{display:grid;gap:18px}.desktop-feature{background:rgba(255,255,255,.06);border:1px solid rgba(157,195,224,.16);border-radius:28px;padding:12px;overflow:hidden;backdrop-filter:blur(6px)}.desktop-feature-main{background:rgba(255,255,255,.07)}.desktop-copy{padding:17px 18px 18px}.desktop-copy small{color:#7edcff}.desktop-copy h4{font-size:22px;line-height:1.15;margin:8px 0 7px}.desktop-copy p{margin:0;color:#c1d3e0;font-size:13px}.desktop-shot{border-radius:18px;overflow:hidden;border:1px solid rgba(209,225,238,.14);background:#eef4f8}.desktop-shot img{width:100%;height:auto}
.history{background:#fff}.history-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:start}.history-copy{position:sticky;top:110px}.timeline{position:relative;padding-left:26px}.timeline:before{content:"";position:absolute;left:7px;top:9px;bottom:10px;width:2px;background:#dce7f0}.timeline article{position:relative;display:grid;grid-template-columns:120px 1fr;gap:28px;padding:0 0 36px}.timeline article:before{content:"";position:absolute;left:-24px;top:8px;width:12px;height:12px;border-radius:50%;background:#fff;border:3px solid #93abc0;box-sizing:border-box}.timeline article.active:before{border-color:var(--green);box-shadow:0 0 0 6px rgba(37,189,114,.10)}.timeline .year{font-size:14px;font-weight:900;color:var(--blue)}.timeline h3{margin:0 0 6px;font-size:22px}.timeline p{margin:0;color:var(--muted);font-size:14px}
.roadmap{background:linear-gradient(180deg,#f5f9fd,#edf4fa);border-top:1px solid #e0e9f1;border-bottom:1px solid #e0e9f1}.roadmap-track{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.road-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:25px;min-height:380px;position:relative;overflow:hidden}.road-card.current{border-color:#bcd8f5;box-shadow:0 14px 30px rgba(31,115,224,.08)}.road-card.current:after{content:"";position:absolute;width:130px;height:130px;border-radius:50%;right:-60px;top:-60px;background:rgba(34,198,239,.12)}.road-index{font-size:10px;font-weight:900;letter-spacing:.13em;color:#7d95aa}.road-status{display:inline-flex;margin:16px 0 22px;padding:6px 9px;border-radius:999px;background:#edf6ff;color:var(--blue);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.road-card h3{font-size:22px;margin:0 0 10px}.road-card p{font-size:14px;color:var(--muted)}.road-card ul{padding-left:18px;margin:18px 0 0;color:#537088;font-size:13px}.road-card li{margin:6px 0}
.ai-band{background:radial-gradient(circle at 80% 12%,rgba(34,198,239,.15),transparent 28%),linear-gradient(135deg,var(--navy),#071b2d 68%);color:#fff}.ai-layout{display:grid;grid-template-columns:1fr .92fr;gap:60px;align-items:center}.ai-copy>p{color:#bdd0df}.ai-dual{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}.ai-dual div{padding:18px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.04);border-radius:18px}.ai-dual b{display:block;font-size:10px;letter-spacing:.12em;color:#7edcff;margin-bottom:8px}.ai-dual span{font-size:13px;color:#c3d5e2}.ai-demo{padding:14px;border:1px solid rgba(126,220,255,.20);background:rgba(6,21,35,.72);border-radius:26px;box-shadow:0 30px 70px rgba(0,0,0,.26)}.ai-demo-head{display:flex;align-items:center;gap:10px;padding:10px 9px 17px}.ai-demo-head img{width:34px;height:34px}.ai-demo-head span{font-size:13px;font-weight:800}.ai-demo-head b{margin-left:auto;font-size:9px;letter-spacing:.1em;color:#70dbff;background:rgba(112,219,255,.08);padding:6px 8px;border-radius:999px}.ai-message{border-radius:18px;padding:17px;margin:8px 0}.ai-message small{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:6px}.ai-message p{margin:0;font-size:14px}.ai-message.user{margin-left:54px;background:#0f4169}.ai-message.bot{margin-right:32px;background:#fff;color:#18334d}.ai-message.bot small{color:#1678f2}.ai-message.bot ol{padding-left:18px;margin:12px 0 0;color:#526a80;font-size:13px}.ai-message.bot li{margin:5px 0}
.ecosystem{background:#fff}.ecosystem-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.eco-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:0 10px 28px rgba(31,63,91,.05)}.eco-card h3{font-size:28px;line-height:1.08;margin:10px 0 12px}.eco-card p{font-size:15px;color:var(--muted);margin:0 0 14px}.eco-card ul{margin:0;padding-left:18px;color:#4e677f;font-size:14px}.eco-card li{margin:7px 0}.accessbridge-card{background:linear-gradient(135deg,#f7fbff,#f3f7ff);border-color:#d6e3ef}.ecosystem-link{margin-top:16px;padding:18px 22px;border-radius:20px;background:linear-gradient(135deg,#0d3253,#0a2742);color:#d8e8f4;border:1px solid rgba(129,172,204,.16)}.ecosystem-link b{color:#fff}
.pilot-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center}.pilot-note{margin-top:22px;padding:12px 14px;border-radius:14px;background:#f2f7fb;border:1px solid var(--line);font-size:12px;color:#6a8197}.stats{display:grid;grid-template-columns:1fr 1fr;gap:14px}.stats div{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;min-height:150px}.stats strong{display:block;font-size:43px;line-height:1;color:var(--ink)}.stats span{display:block;margin-top:12px;color:#71899e;font-size:13px}
.team-card{display:grid;grid-template-columns:150px 1fr;gap:34px;align-items:center;padding:40px;background:#fff;border:1px solid var(--line);border-radius:30px;box-shadow:0 12px 32px rgba(31,63,91,.05)}.team-logo{width:118px;height:118px;border-radius:28px;display:grid;place-items:center;background:linear-gradient(145deg,#eaf6ff,#f2f0ff)}.team-logo img{width:88px;height:88px;object-fit:contain}.team-copy h2{font-size:clamp(32px,3.5vw,52px);margin-bottom:12px}
.final-cta{padding-top:42px}.cta-card{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:48px;border-radius:32px;background:linear-gradient(135deg,#0b426d,#0a2d4b 70%);color:#fff;box-shadow:var(--shadow-lg);overflow:hidden;position:relative}.cta-card:after{content:"";position:absolute;width:350px;height:350px;right:-140px;bottom:-220px;border-radius:50%;background:rgba(34,198,239,.18)}.cta-card>div{position:relative;z-index:2}.cta-card p{color:#bfd1df}.cta-card h2{font-size:clamp(34px,4vw,56px);max-width:860px}.cta-actions{display:flex;flex-direction:column;gap:12px;min-width:235px}.text-link{font-size:13px;color:#d6e6f1;text-align:center}
.footer{padding:12px 0 34px}.footer-grid{border-top:1px solid var(--line);padding-top:28px;display:grid;grid-template-columns:1fr auto;gap:28px}.footer-brand-wrap{display:flex;flex-direction:column;gap:6px}.footer-logo-wide{width:220px;height:auto}.footer-brand-wrap span{font-size:12px;color:#6d859b}.footer-links{display:flex;flex-wrap:wrap;gap:18px;align-items:center;color:#668098;font-size:12px}.footer-bottom{grid-column:1/-1;display:flex;justify-content:space-between;color:#8ba0b4;font-size:11px}
.reveal{opacity:0;transform:translateY(14px);transition:opacity .6s ease,transform .6s ease}.reveal.in-view{opacity:1;transform:none}
@media(max-width:1180px){.nav{display:none}.hero-grid,.ps-grid,.history-grid,.ai-layout,.pilot-grid,.workspace-head,.desktop-layout,.ecosystem-grid{grid-template-columns:1fr}.hero-copy{max-width:820px}.hero-product{max-width:1050px}.service-grid{grid-template-columns:repeat(2,1fr)}.history-copy{position:static}.roadmap-track{grid-template-columns:repeat(2,1fr)}.team-card{grid-template-columns:120px 1fr}.cta-card{flex-direction:column;align-items:flex-start}.cta-actions{flex-direction:row}.tour-grid{grid-template-columns:1fr}.tour-card.tour-large{grid-column:auto}.workspace-head p{justify-self:start}.desktop-stack{grid-template-columns:1fr 1fr;display:grid}.desktop-feature-main{margin-bottom:0}}
@media(max-width:760px){.container{width:min(100% - 24px,1380px)}.site-header{padding:7px 0}.header-cta{display:none}.brand-logo-wide{width:190px}.brand-tagline{display:none}.section{padding:70px 0}.hero{padding:54px 0}.hero h1{font-size:46px}.hero-lead{font-size:16px}.hero-actions{align-items:stretch;flex-direction:column}.button{width:100%}.hero-stats{grid-template-columns:repeat(3,1fr)}.hero-stats div{padding:15px 8px}.hero-stats div:first-child{padding-left:8px}.hero-stats strong{font-size:26px}.hero-stats span{font-size:10px}.browser-shell{transform:none}.hero-note{display:none}.service-grid,.platform-switch,.roadmap-track,.ai-dual,.stats,.ecosystem-grid,.desktop-stack{grid-template-columns:1fr}.compare-card{grid-template-columns:1fr}.compare-arrow{height:42px;transform:rotate(90deg)}.tour-copy h4{font-size:21px}.desktop-copy h4{font-size:20px}.history-grid{gap:26px}.timeline{padding-left:21px}.timeline article{grid-template-columns:1fr;gap:5px;padding-bottom:28px}.timeline article:before{left:-19px}.timeline .year{font-size:12px}.road-card{min-height:0}.workspace-panel,.cta-card,.team-card{padding:26px}.team-card{grid-template-columns:1fr}.team-logo{width:82px;height:82px;border-radius:20px}.team-logo img{width:60px;height:60px}.cta-actions{width:100%;flex-direction:column}.footer-grid{grid-template-columns:1fr}.footer-bottom{grid-column:auto;flex-direction:column;gap:5px}.ticker-row{justify-content:flex-start;padding:14px 0}.section-intro h2,.ps-copy h2,.history-copy h2,.pilot-copy h2,.team-copy h2,.cta-card h2,.ai-copy h2,.workspace-head h3{font-size:34px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button{transition:none}}

/* === V6 visual polish: app-matched header / AI logo / team / footer === */
:root{
  --app-navy:#09223d;
  --app-navy-2:#06284b;
  --app-blue:#2c88e8;
  --app-blue-2:#2563eb;
}

/* Top bar — derived from the desktop application's chrome/sidebar */
.site-header{
  padding:0;
  background:linear-gradient(90deg,var(--app-navy) 0%,#0a2b49 52%,var(--app-navy-2) 100%);
  border-bottom:1px solid rgba(111,174,224,.17);
  box-shadow:0 8px 26px rgba(4,20,36,.20);
}
.header-inner{
  min-height:82px;
  gap:30px;
}
.brand{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  min-width:205px;
}
.brand-logo-wide{
  width:190px;
  max-height:68px;
  object-fit:contain;
  object-position:left center;
}
.brand-tagline{display:none!important}
.nav{
  margin-left:auto;
  margin-right:auto;
  display:flex;
  align-items:center;
  gap:8px;
  padding:6px;
  border:1px solid rgba(164,199,226,.10);
  background:rgba(255,255,255,.035);
  border-radius:14px;
}
.nav a{
  padding:9px 12px;
  border-radius:10px;
  color:#c5d7e6;
  font-size:12px;
  font-weight:700;
  transition:background .18s ease,color .18s ease;
}
.nav a:hover{
  color:#fff;
  background:rgba(44,136,232,.18);
}
.header-cta{
  min-height:42px;
  padding:0 18px;
  border:1px solid rgba(93,166,225,.45);
  background:linear-gradient(135deg,var(--app-blue),var(--app-blue-2));
  color:#fff;
  box-shadow:0 10px 22px rgba(37,99,235,.22);
}
.header-cta:hover{
  background:linear-gradient(135deg,#3998ef,#2f6ff1);
}

/* AI — wide product logo rather than a small floating mark */
.ai-demo-head{
  min-height:66px;
  padding:8px 8px 15px;
  gap:14px;
}
.ai-demo-brand{
  min-width:0;
  display:flex;
  align-items:center;
  gap:12px;
}
.ai-demo-brand img{
  width:210px;
  height:auto;
  max-height:58px;
  object-fit:contain;
  object-position:left center;
}
.ai-demo-brand span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:38px;
  height:28px;
  padding:0 10px;
  border-radius:9px;
  background:linear-gradient(135deg,#2d8fe9,#7046f7);
  color:#fff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  box-shadow:0 8px 18px rgba(45,143,233,.20);
}
.ai-demo-head>b{
  margin-left:auto;
  flex:0 0 auto;
}

/* Team — dark application-like logo plate */
.team-logo{
  width:220px;
  height:118px;
  padding:16px 18px;
  border-radius:24px;
  display:grid;
  place-items:center;
  background:linear-gradient(145deg,var(--app-navy),#0c3152);
  border:1px solid rgba(79,153,211,.18);
  box-shadow:0 16px 34px rgba(6,30,51,.14);
}
.team-logo img{
  width:185px;
  height:auto;
  max-height:88px;
  object-fit:contain;
}
.team-card{
  grid-template-columns:240px 1fr;
}

/* Footer — dark so the real white/blue logo reads cleanly */
.footer-dark{
  margin-top:18px;
  padding:0;
  background:linear-gradient(90deg,var(--app-navy) 0%,#0a2c4b 58%,#071f37 100%);
  border-top:1px solid rgba(106,164,209,.18);
}
.footer-dark .footer-grid{
  border-top:0;
  padding-top:34px;
  padding-bottom:32px;
}
.footer-dark .footer-logo-wide{
  width:245px;
  max-height:88px;
  object-fit:contain;
  object-position:left center;
}
.footer-dark .footer-brand-wrap span,
.footer-dark .footer-links,
.footer-dark .footer-bottom{
  color:#9eb5c8;
}
.footer-dark .footer-links a:hover{
  color:#fff;
}
.footer-dark .footer-bottom{
  border-top:1px solid rgba(164,198,224,.10);
  padding-top:18px;
}

@media(max-width:1180px){
  .header-inner{min-height:76px}
  .brand-logo-wide{width:180px}
  .nav{display:none}
  .team-card{grid-template-columns:220px 1fr}
}
@media(max-width:760px){
  .header-inner{min-height:68px}
  .brand{min-width:0}
  .brand-logo-wide{width:165px;max-height:58px}
  .header-cta{display:none}
  .ai-demo-brand img{width:160px}
  .ai-demo-brand span{min-width:34px;height:25px;font-size:10px}
  .team-card{grid-template-columns:1fr}
  .team-logo{width:190px;height:100px}
  .team-logo img{width:160px}
  .footer-dark .footer-logo-wide{width:210px}
}

/* Final polish — team uses the icon only */
.team-logo{
  width:118px;
  height:118px;
  padding:18px;
  border-radius:28px;
}
.team-logo img{
  width:82px;
  height:82px;
  max-height:none;
  object-fit:contain;
}
.team-card{
  grid-template-columns:150px 1fr;
}

/* Hero has one CTA now */
.hero-actions{
  gap:0;
}

/* Final CTA contains only demo action */
.cta-actions{
  min-width:235px;
}
@media(max-width:1180px){
  .team-card{grid-template-columns:140px 1fr}
}
@media(max-width:760px){
  .team-card{grid-template-columns:1fr}
  .team-logo{width:82px;height:82px;padding:12px}
  .team-logo img{width:58px;height:58px}
}
