
:root{
  --navy:#06172f;
  --navy-2:#0b2345;
  --blue:#103b72;
  --gold:#c8a45b;
  --gold-soft:#e7d5a6;
  --white:#ffffff;
  --text:#10213a;
  --muted:#667085;
  --line:rgba(16,33,58,.10);
  --surface:#f7f9fc;
  --shadow:0 24px 80px rgba(8,23,47,.10);
  --radius:24px;
  --max:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:linear-gradient(180deg,#fbfcfe 0%,#f7f9fc 100%);
  line-height:1.6;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 40px));margin:0 auto}
.topbar{
  position:sticky;top:0;z-index:1000;
  backdrop-filter:blur(18px);
  background:rgba(255,255,255,.92);
  border-bottom:1px solid rgba(16,33,58,.06);
}
.nav{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  min-height:88px;
  gap:28px;
}
.brand{
  display:flex;
  align-items:center;
  gap:0;
  font-weight:700;
  letter-spacing:.02em;
  min-width:0;
}
.brand-logo{
  height:72px;
  width:auto;
  display:block;
  flex-shrink:0;
}
.brand-text{display:none}
.brand-text small{display:none}
.brand-text span{display:none;line-height:1.1}
.nav-links{
  display:flex;
  gap:34px;
  align-items:center;
  justify-content:center;
  flex-wrap:nowrap;
  justify-self:center;
}
.nav-links a{
  color:#324054;
  font-weight:600;
  white-space:nowrap;
  font-size:1rem;
  line-height:1;
}
.nav-links a:hover,.nav-links a.active{color:var(--navy)}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:999px;
  padding:14px 24px;
  font-weight:700;
  transition:.25s ease;
  border:1px solid transparent;
  white-space:nowrap;
}
.btn-primary{
  background:linear-gradient(135deg,var(--gold),#b98b32);
  color:var(--navy);
  box-shadow:0 14px 34px rgba(185,139,50,.25);
}
.btn-primary:hover{transform:translateY(-1px)}
.btn-secondary{background:rgba(255,255,255,.8);border-color:rgba(16,33,58,.1);color:var(--navy)}
.btn-dark{background:linear-gradient(135deg,var(--navy),var(--blue));color:white;box-shadow:0 20px 45px rgba(6,23,47,.18)}
.hero{position:relative;overflow:hidden;padding:56px 0 84px}
.hero::before{
  content:"";position:absolute;inset:-20% auto auto -5%;width:520px;height:520px;border-radius:50%;
  background:radial-gradient(circle,rgba(200,164,91,.22) 0%,rgba(200,164,91,0) 70%);pointer-events:none
}
.hero::after{
  content:"";position:absolute;inset:0 -120px auto auto;width:560px;height:560px;border-radius:50%;
  background:radial-gradient(circle,rgba(16,59,114,.15) 0%,rgba(16,59,114,0) 72%);pointer-events:none
}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:34px;align-items:center}
.eyebrow{
  display:inline-flex;align-items:center;gap:10px;background:rgba(255,255,255,.86);
  border:1px solid rgba(16,33,58,.08);border-radius:999px;padding:10px 16px;color:var(--navy);
  font-weight:700;font-size:.88rem;box-shadow:0 14px 30px rgba(8,23,47,.05)
}
.eyebrow-dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--gold),#efddae);box-shadow:0 0 0 5px rgba(200,164,91,.14)}
h1{margin:18px 0 18px;font-size:clamp(2.7rem,6vw,5rem);line-height:.98;letter-spacing:-.04em;color:var(--navy)}
h2{margin:0;color:var(--navy);font-size:clamp(2rem,3vw,3rem);line-height:1.05;letter-spacing:-.03em}
h3{margin:0 0 10px;color:var(--navy);font-size:1.22rem}
.lead{max-width:760px;font-size:1.12rem;color:#475467;margin-bottom:26px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:30px}
.hero-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:760px}
.metric{background:rgba(255,255,255,.76);border:1px solid rgba(16,33,58,.08);border-radius:20px;padding:18px 18px 16px;box-shadow:0 16px 40px rgba(8,23,47,.06)}
.metric strong{display:block;font-size:1.5rem;color:var(--navy)}
.metric span{color:var(--muted);font-size:.95rem}
.hero-panel{
  position:relative;background:linear-gradient(180deg,rgba(10,27,54,.98),rgba(12,35,69,.98));color:white;border-radius:30px;
  padding:30px;box-shadow:0 40px 100px rgba(6,23,47,.22);border:1px solid rgba(255,255,255,.08)
}
.hero-panel::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(200,164,91,.20),transparent 38%);border-radius:inherit;pointer-events:none}
.panel-kicker{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);color:#d8e2f0;font-size:.82rem;font-weight:700;margin-bottom:18px}
.hero-panel h2{margin:0 0 10px;font-size:1.7rem;line-height:1.15;color:white}
.hero-panel p{color:rgba(255,255,255,.78);margin:0 0 20px}
.ops-list{display:grid;gap:14px;margin-top:18px}
.ops-item{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start;padding:14px;border-radius:18px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.06)}
.ops-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(200,164,91,.28),rgba(200,164,91,.08));color:#f7e2af;font-weight:800}
.ops-item strong{display:block;margin-bottom:2px}
.ops-item span{color:rgba(255,255,255,.72);font-size:.94rem}
section{padding:88px 0}
.section-header{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:30px}
.section-header p{max-width:680px;margin:0;color:var(--muted)}
.smaller-title{font-size:clamp(1.6rem,2.4vw,2.2rem)!important}
.statement-card{
  background:linear-gradient(180deg,white,#fbfcff);border:1px solid var(--line);border-radius:28px;padding:36px;
  box-shadow:var(--shadow);position:relative;overflow:hidden
}
.statement-card::after{content:"";position:absolute;right:-30px;bottom:-30px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(200,164,91,.18),rgba(200,164,91,0) 70%)}
.statement-card blockquote{margin:0;font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.15;color:var(--navy);font-weight:700;letter-spacing:-.03em}
.statement-card p{max-width:800px;color:var(--muted);font-size:1.04rem}
.grid-2,.grid-3,.grid-4{display:grid;gap:22px}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
.card{background:rgba(255,255,255,.82);border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:0 16px 46px rgba(8,23,47,.06);backdrop-filter:blur(8px)}
.card p{margin:0;color:var(--muted)}
.card-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(16,59,114,.10),rgba(200,164,91,.18));color:var(--navy);font-weight:800;margin-bottom:18px}
.showcase{background:linear-gradient(180deg,#07162d 0%,#0a2141 100%);color:white;position:relative;overflow:hidden}
.showcase::before{content:"";position:absolute;inset:auto auto -120px -80px;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(200,164,91,.18),rgba(200,164,91,0) 68%)}
.showcase .section-header h2,.showcase .section-header p{color:white}
.showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.case-card{border-radius:26px;padding:28px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}
.case-card small{display:inline-block;margin-bottom:14px;color:#f3deb0;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.case-card h3{margin:0 0 8px;font-size:1.3rem;color:white}
.case-card p{margin:0 0 16px;color:rgba(255,255,255,.74)}
.case-list{margin:0;padding-left:20px;color:rgba(255,255,255,.80)}
.case-list li{margin-bottom:8px}
.industry-strip{display:flex;gap:14px;flex-wrap:wrap;margin-top:18px}
.pill{padding:11px 15px;border-radius:999px;background:white;border:1px solid var(--line);color:var(--navy);font-weight:600;box-shadow:0 12px 24px rgba(8,23,47,.04)}
.stats-panel{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}
.stats-card{background:linear-gradient(180deg,#fff,#fbfcff);border-radius:28px;border:1px solid var(--line);padding:32px;box-shadow:var(--shadow)}
.mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:16px}
.mini{border-radius:20px;padding:20px;background:var(--surface);border:1px solid rgba(16,33,58,.06)}
.mini strong{display:block;font-size:1.8rem;color:var(--navy);line-height:1;margin-bottom:8px}
.mini span{color:var(--muted);font-size:.95rem}
.list-clean{margin:0;padding-left:20px;color:var(--muted)}
.list-clean li{margin-bottom:10px}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.article-card{background:white;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 16px 46px rgba(8,23,47,.06)}
.article-card .tag{display:inline-block;margin-bottom:12px;padding:6px 10px;border-radius:999px;background:#eef4fb;color:var(--navy);font-size:.82rem;font-weight:700}
.article-card h3{font-size:1.1rem}
.article-card p{color:var(--muted);margin:0 0 14px}
.cta-section{padding-bottom:110px}
.cta-box{background:linear-gradient(135deg,var(--navy),var(--blue));color:white;border-radius:34px;padding:42px;box-shadow:0 40px 90px rgba(6,23,47,.20);position:relative;overflow:hidden}
.cta-box::after{content:"";position:absolute;right:-60px;top:-60px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(200,164,91,.28),rgba(200,164,91,0) 70%)}
.cta-box h2{color:white;margin:0 0 12px;font-size:clamp(2rem,3vw,3rem);line-height:1.03}
.cta-box p{color:rgba(255,255,255,.78);max-width:760px;margin:0 0 22px}
footer{border-top:1px solid rgba(16,33,58,.08);padding:28px 0 46px;color:var(--muted)}
.footer-row{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.footer-links{display:flex;gap:18px;flex-wrap:wrap}
.footer-brand{display:flex;align-items:center;gap:12px}
.footer-brand img{height:42px;width:auto}
@media (max-width:1280px){
  .nav{gap:20px}
  .nav-links{gap:22px}
  .nav-links a{font-size:.95rem}
  .brand-logo{height:64px}
}
@media (max-width:1100px){
  .nav{
    grid-template-columns:1fr;
    justify-items:center;
    padding:14px 0 18px;
    gap:16px;
    min-height:auto;
  }
  .brand{justify-content:center}
  .nav-links{
    width:100%;
    flex-wrap:wrap;
    gap:18px 24px;
  }
  .btn-primary{
    justify-self:center;
  }
}
@media (max-width:1080px){
  .hero-grid,.showcase-grid,.stats-panel,.grid-4,.grid-3,.grid-2,.article-grid{grid-template-columns:1fr}
  .hero-metrics{grid-template-columns:1fr}
  .section-header{display:block}
  .section-header p{margin-top:12px}
}
@media (max-width:820px){
  .nav{min-height:74px}
  .hero{padding-top:28px}
  section{padding:72px 0}
  .statement-card,.cta-box,.hero-panel,.stats-card{padding:26px}
  .btn{width:100%}
  .hero-actions{flex-direction:column;align-items:stretch}
}

.start-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.start-card{
  background:rgba(255,255,255,.86);
  border:1px solid var(--line);
  border-radius:24px;
  padding:28px;
  box-shadow:0 16px 46px rgba(8,23,47,.06);
  display:flex;
  flex-direction:column;
  gap:14px;
}
.start-card p{
  margin:0;
  color:var(--muted);
  flex:1;
}
.start-card .btn{
  width:100%;
}
.start-card.featured{
  background:linear-gradient(180deg,#fffdf8,#fff);
  border:1.5px solid rgba(200,164,91,.45);
  box-shadow:0 22px 54px rgba(185,139,50,.12);
}
.contact-panel{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:24px;
  align-items:start;
}
.contact-copy{
  color:var(--muted);
  margin:14px 0 22px;
  max-width:700px;
}
.contact-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.contact-details-box{
  background:var(--surface);
  border:1px solid rgba(16,33,58,.08);
  border-radius:22px;
  padding:22px;
}
.contact-detail-row{
  display:grid;
  gap:6px;
  padding:14px 0;
  border-bottom:1px solid rgba(16,33,58,.08);
}
.contact-detail-row:last-child{
  border-bottom:none;
  padding-bottom:0;
}
.contact-label{
  font-size:.84rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.06em;
  color:var(--blue);
}
@media (max-width:1080px){
  .start-grid,
  .contact-panel{grid-template-columns:1fr}
}
@keyframes jpgc-flow  { to { stroke-dashoffset: -28; } }
@keyframes jpgc-glow  { 0%,100%{opacity:.45} 50%{opacity:1} }
@keyframes jpgc-drift { 0%,100%{transform:translate(0,0)} 50%{transform:translate(3px,-4px)} }

@media (prefers-reduced-motion: no-preference) {
  .jpgc-fl  { stroke-dasharray:5 6; animation: jpgc-flow 2s   linear infinite; }
  .jpgc-fl2 { stroke-dasharray:4 7; animation: jpgc-flow 2.8s linear infinite 0.6s; }
  .jpgc-fl3 { stroke-dasharray:3 8; animation: jpgc-flow 3.4s linear infinite 1.2s; }
  .jpgc-gl  { animation: jpgc-glow 3s   ease-in-out infinite; }
  .jpgc-gl2 { animation: jpgc-glow 4s   ease-in-out infinite 0.8s; }
  .jpgc-gl3 { animation: jpgc-glow 2.5s ease-in-out infinite 1.6s; }
  .jpgc-hub { animation: jpgc-drift 6s  ease-in-out infinite; }
}

.jpgc-banner {
  background: #06172f;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 320px;
  box-shadow: 0 24px 80px rgba(8,23,47,.14);
}
.jpgc-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(200,164,91,0.07) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
  z-index: 0;
}
.jpgc-divider {
  position: absolute;
  left: 50%; top: 10%; height: 80%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(200,164,91,0.2), transparent);
  z-index: 1;
}
.jpgc-text {
  padding: 44px 40px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jpgc-text::before {
  content: "";
  position: absolute;
  left: -60px; top: 50%;
  transform: translateY(-50%);
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16,59,114,0.45), transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.jpgc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(200,164,91,0.1);
  border: 1px solid rgba(200,164,91,0.3);
  border-radius: 999px;
  padding: 5px 13px;
  color: #c8a45b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  width: fit-content;
  position: relative;
  z-index: 1;
}
.jpgc-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #c8a45b;
  flex-shrink: 0;
}
.jpgc-quote {
  font-size: clamp(1.3rem, 2.2vw, 1.75rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: white;
  margin: 0 0 16px;
  position: relative;
  z-index: 1;
}
.jpgc-quote em {
  color: #c8a45b;
  font-style: normal;
}
.jpgc-body {
  font-size: clamp(0.8rem, 1.1vw, 0.9rem);
  color: rgba(255,255,255,0.52);
  line-height: 1.7;
  margin: 0 0 26px;
  position: relative;
  z-index: 1;
}
.jpgc-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #c8a45b;
  color: #06172f;
  font-size: 12px;
  font-weight: 700;
  padding: 11px 20px;
  border-radius: 999px;
  text-decoration: none;
  width: fit-content;
  position: relative;
  z-index: 1;
  transition: opacity .2s;
}
.jpgc-cta:hover { opacity: 0.88; }
.jpgc-graphic {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.jpgc-graphic::before {
  content: "";
  position: absolute;
  right: -40px; top: 50%;
  transform: translateY(-50%);
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200,164,91,0.09), transparent 70%);
  pointer-events: none;
}
.jpgc-svg {
  width: 100%;
  max-width: 380px;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .jpgc-banner { grid-template-columns: 1fr; min-height: auto; }
  .jpgc-text   { padding: 36px 28px 24px; }
  .jpgc-graphic{ padding: 8px 28px 36px; }
  .jpgc-divider{ display: none; }
  .jpgc-svg    { max-width: 280px; margin: 0 auto; }
}
@media (max-width: 480px) {
  .jpgc-text   { padding: 28px 20px 20px; }
  .jpgc-graphic{ padding: 0 20px 28px; }
}
.metric svg { display: block; margin-bottom: 12px; flex-shrink: 0; }
.article-card .card-image-svg {
  display: block;
  width: 100%;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
}
.article-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@keyframes jpgc-pulse-dot { 0%,100%{opacity:.6} 50%{opacity:1} }
@keyframes jpgc-flow-svg  { to { stroke-dashoffset: -20; } }
@media (prefers-reduced-motion: no-preference) {
  .jpgc-pd  { animation: jpgc-pulse-dot 2.4s ease-in-out infinite; }
  .jpgc-pd2 { animation: jpgc-pulse-dot 3s   ease-in-out infinite .6s; }
  .jpgc-pd3 { animation: jpgc-pulse-dot 2s   ease-in-out infinite 1.2s; }
  .jpgc-fl  { stroke-dasharray:5 5; animation: jpgc-flow-svg 1.8s linear infinite; }
  .jpgc-fl2 { stroke-dasharray:4 6; animation: jpgc-flow-svg 2.4s linear infinite .5s; }
}
.ai-fail-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: start;
}
.hero-metrics-graphic{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  max-width:1100px;
  width:100%;
  margin-top:30px;
}
.ai-flow{
  display:flex;
  flex-direction:column;
  gap:30px;
  margin-top:30px;
}

.ai-flow-row{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}

.ai-flow-item{
  flex:1;
  min-width:200px;
  background:white;
  border:1px solid rgba(16,33,58,.08);
  border-radius:20px;
  padding:20px;
  text-align:center;
  box-shadow:0 10px 30px rgba(8,23,47,.05);
}

.ai-flow-item.highlight{
  background:white;
  color:var(--navy);
}

.ai-flow-item.highlight p{
  color:var(--muted);
}

.ai-flow-icon{
  font-size:1.6rem;
  margin-bottom:10px;
}

.ai-flow-arrow{
  font-size:1.4rem;
  color:var(--muted);
}

.ai-flow-summary{
  text-align:center;
  margin-top:30px;
  font-weight:700;
  color:var(--navy);
}

@media (max-width:820px){
  .ai-flow-row{
    flex-direction:column;
  }

  .ai-flow-arrow{
    display:none;
  }
}
.roi-visual-wrap{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  align-items:stretch;
}

.roi-panel{
  border-radius:28px;
  padding:32px;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  background:white;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  height:100%;
}

.roi-panel-fast{
  background:linear-gradient(180deg,rgba(10,27,54,.98),rgba(12,35,69,.98));
  color:white;
  border:1px solid rgba(255,255,255,.08);
}

.roi-panel-fast h3,
.roi-panel-fast p,
.roi-panel-fast span{
  color:white;
}

.roi-panel-header{
  margin-bottom:20px;
}

.roi-kicker{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.04em;
  margin-bottom:14px;
  background:rgba(16,33,58,.05);
  color:var(--navy);
  border:1px solid rgba(16,33,58,.08);
}

.roi-panel-fast .roi-kicker{
  background:rgba(255,255,255,.08);
  color:#f3deb0;
  border:1px solid rgba(255,255,255,.10);
}

.roi-metric-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:16px;
  align-items:stretch;
}

.roi-metric-grid-compare{
  grid-template-columns:1fr;
}

.roi-metric-grid-compare .roi-metric-card{
  min-height:160px;
}

.roi-metric-card{
  border-radius:20px;
  padding:20px;
  background:var(--surface);
  border:1px solid rgba(16,33,58,.06);
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.roi-panel-fast .roi-metric-card{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
}

.roi-metric-card strong{
  display:block;
  font-size:1.6rem;
  color:var(--navy);
  margin-bottom:6px;
}

.roi-panel-fast .roi-metric-card strong{
  color:white;
}

.roi-metric-card span{
  display:block;
  color:var(--muted);
}

.roi-panel-fast .roi-metric-card span{
  color:rgba(255,255,255,.78);
}

.roi-icon{
  width:42px;
  height:42px;
  border-radius:14px;
  display:grid;
  place-items:center;
  font-size:1.1rem;
  margin-bottom:14px;
  background:linear-gradient(135deg,rgba(16,59,114,.10),rgba(200,164,91,.18));
  border:1px solid rgba(16,33,58,.06);
}

.roi-panel-fast .roi-icon{
  background:linear-gradient(135deg,rgba(200,164,91,.28),rgba(200,164,91,.08));
  border:1px solid rgba(255,255,255,.08);
}

@media (max-width:1080px){
  .roi-visual-wrap{
    grid-template-columns:1fr;
  }
}
.roi-visual-wrap{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  align-items:stretch;
}

.roi-panel{
  border-radius:28px;
  padding:32px;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  background:white;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  height:100%;
}

.roi-panel-fast{
  background:linear-gradient(180deg,rgba(10,27,54,.98),rgba(12,35,69,.98));
  color:white;
  border:1px solid rgba(255,255,255,.08);
}

.roi-panel-fast h3,
.roi-panel-fast p,
.roi-panel-fast span{
  color:white;
}

.roi-panel-header{
  margin-bottom:20px;
}

.roi-kicker{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.04em;
  margin-bottom:14px;
  background:rgba(16,33,58,.05);
  color:var(--navy);
  border:1px solid rgba(16,33,58,.08);
}

.roi-panel-fast .roi-kicker{
  background:rgba(255,255,255,.08);
  color:#f3deb0;
  border:1px solid rgba(255,255,255,.10);
}

.roi-metric-grid{
  display:grid;
  gap:16px;
  margin-top:16px;
  align-items:stretch;
}

.roi-metric-grid-compare{
  grid-template-columns:1fr;
}

.roi-metric-grid-compare .roi-metric-card{
  min-height:160px;
}

.roi-metric-card{
  border-radius:20px;
  padding:20px;
  background:var(--surface);
  border:1px solid rgba(16,33,58,.06);
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.roi-panel-fast .roi-metric-card{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
}

.roi-metric-card strong{
  display:block;
  font-size:1.6rem;
  color:var(--navy);
  margin-bottom:6px;
}

.roi-panel-fast .roi-metric-card strong{
  color:white;
}

.roi-metric-card span{
  display:block;
  color:var(--muted);
}

.roi-panel-fast .roi-metric-card span{
  color:rgba(255,255,255,.78);
}

.roi-icon{
  width:42px;
  height:42px;
  border-radius:14px;
  display:grid;
  place-items:center;
  font-size:1.1rem;
  margin-bottom:14px;
  background:linear-gradient(135deg,rgba(16,59,114,.10),rgba(200,164,91,.18));
  border:1px solid rgba(16,33,58,.06);
}

.roi-panel-fast .roi-icon{
  background:linear-gradient(135deg,rgba(200,164,91,.28),rgba(200,164,91,.08));
  border:1px solid rgba(255,255,255,.08);
}

@media (max-width:1080px){
  .roi-visual-wrap{
    grid-template-columns:1fr;
  }
}
@media (max-width:768px){
  .hero-metrics-graphic{
    grid-template-columns:1fr;
  }
}
@media (max-width:820px){
  .ai-flow-row{
    flex-direction:column;
    align-items:stretch;
    gap:14px;
  }

  .ai-flow-item{
    width:100%;
    min-width:0;
    padding:22px 20px;
  }

  .ai-flow-arrow{
    display:none;
  }
}