:root{
  --black:#0A0A0A;
  --black-2:#141414;
  --white:#FFFFFF;
  --gold:#2DD4DC;
  --gold-hi:#5EEAF0;
  --grey:#8C8C8C;
  --grey-dark:#4A4A4A;
  --paper:#F4F3F0;
  --line:#2A2A2A;
  --line-light:#E1DFD9;
  --display:"Anton","Archivo Black",sans-serif;
  --sans:"Inter","Helvetica Neue",Arial,sans-serif;
  --maxw:1320px;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:var(--sans);
  color:var(--black);
  background:var(--white);
  font-size:16px;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 40px;}

h1,h2,h3,h4{
  font-family:var(--display);
  font-weight:400;
  text-transform:uppercase;
  letter-spacing:-0.01em;
  margin:0 0 0.3em 0;
  line-height:0.98;
  color:var(--black);
}
h1{font-size:clamp(3rem,7.2vw,6.4rem);}
h2{font-size:clamp(2rem,4.4vw,3.4rem);}
h3{font-size:clamp(1.3rem,2vw,1.7rem);}
p{margin:0 0 1em 0;color:var(--black);}
.lede{font-size:1.15rem;color:var(--grey-dark);max-width:540px;font-weight:400;}

.eyebrow{
  font-family:var(--sans);
  font-size:0.72rem;
  letter-spacing:0.22em;
  text-transform:uppercase;
  color:var(--gold);
  font-weight:700;
  margin:0 0 16px 0;
  display:block;
}
.eyebrow.on-dark{color:var(--gold-hi);}

.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(10,10,10,0.96);
  backdrop-filter:saturate(140%) blur(8px);
  border-bottom:1px solid var(--line);
}
.nav{
  display:flex;align-items:center;justify-content:space-between;
  max-width:var(--maxw);margin:0 auto;padding:18px 40px;
}
.brand{display:flex;align-items:center;gap:10px;color:var(--white);font-family:var(--display);font-size:1.1rem;text-transform:uppercase;letter-spacing:0.01em;}
.brand .logo-badge{
  display:flex;align-items:center;justify-content:center;
  border-radius:8px;
  width:80px;height:80px;padding:4px;
}
.brand .logo-badge img{height:100%;width:100%;object-fit:contain;}
.navlinks{display:flex;gap:34px;align-items:center;}
.navlinks a{
  color:rgba(255,255,255,0.75);
  font-size:0.78rem;
  font-weight:700;
  letter-spacing:0.06em;
  text-transform:uppercase;
  padding:6px 2px;
  border-bottom:2px solid transparent;
  transition:border-color .15s ease, color .15s ease;
}
.navlinks a:hover,.navlinks a.active{color:var(--white);border-bottom-color:var(--gold);}
.nav-cta{
  background:var(--white);color:var(--black);
  padding:11px 24px;border-radius:999px;
  font-weight:800;font-size:0.78rem;letter-spacing:0.04em;text-transform:uppercase;
  transition:background .15s ease, color .15s ease;
}
.nav-cta:hover{background:var(--gold);color:var(--black);}

.btn{
  display:inline-block;padding:15px 30px;border-radius:999px;
  font-weight:800;font-size:0.82rem;letter-spacing:0.04em;text-transform:uppercase;
  transition:transform .15s ease, background .15s ease, color .15s ease;
}
.btn-primary{background:var(--gold);color:var(--black);}
.btn-primary:hover{background:var(--gold-hi);transform:translateY(-1px);}
.btn-light{background:var(--white);color:var(--black);}
.btn-light:hover{background:var(--gold);transform:translateY(-1px);}
.btn-dark{background:var(--black);color:var(--white);}
.btn-dark:hover{background:var(--gold);color:var(--black);transform:translateY(-1px);}
.btn-outline{background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,0.5);}
.btn-outline:hover{border-color:var(--white);background:rgba(255,255,255,0.08);}

.hero-panel{
  position:relative;
  min-height:86vh;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:var(--black);
  color:var(--white);
}
.hero-panel .scene{
  position:absolute;inset:0;
  width:100%;height:100%;
}
.hero-panel .scene-fade{
  position:absolute;inset:0;
  background:linear-gradient(180deg, rgba(10,10,10,0) 35%, rgba(10,10,10,0.55) 70%, rgba(10,10,10,0.92) 100%);
}
.hero-content{
  position:relative;z-index:3;
  padding:32px 40px 64px;
  max-width:var(--maxw);
  margin:0 auto;
  width:100%;
  display:grid;
  grid-template-columns:minmax(0, 0.86fr) minmax(0, 1.14fr);
  align-items:start;
  gap:20px;
}
.hero-visual{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:16px;
  width:100%;
  margin-top:20px;
}
.hero-image-wrap{
  position:relative;
  width:calc(100% + 60px);
  max-width:none;
  margin-left:-48px;
  margin-top:-26px;
  overflow:visible;
}
.hero-image-wrap::before{
  content:"";
  position:absolute;
  inset:0;
  background:#040608;
  transform:translateX(-14px) scale(1.18);
  transform-origin:center left;
  z-index:0;
  pointer-events:none;
  -webkit-mask-image: radial-gradient(ellipse 78% 64% at 62% 50%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.97) 24%, rgba(0,0,0,0.72) 42%, rgba(0,0,0,0.32) 56%, rgba(0,0,0,0.08) 68%, rgba(0,0,0,0) 84%);
  mask-image: radial-gradient(ellipse 78% 64% at 62% 50%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.97) 24%, rgba(0,0,0,0.72) 42%, rgba(0,0,0,0.32) 56%, rgba(0,0,0,0.08) 68%, rgba(0,0,0,0) 84%);
}
.hero-image{
  position:relative;
  z-index:1;
  width:100%;
  max-width:none;
  height:auto;
  display:block;
  border-radius:0;
  object-fit:cover;
  box-shadow:none;
  transform:translateX(-14px) scale(1.18);
  transform-origin:center left;
  filter:brightness(1.34) contrast(1.06) saturate(1.08);
  -webkit-mask-image: radial-gradient(ellipse 78% 64% at 62% 50%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.97) 24%, rgba(0,0,0,0.72) 42%, rgba(0,0,0,0.32) 56%, rgba(0,0,0,0.08) 68%, rgba(0,0,0,0) 84%);
  mask-image: radial-gradient(ellipse 78% 64% at 62% 50%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.97) 24%, rgba(0,0,0,0.72) 42%, rgba(0,0,0,0.32) 56%, rgba(0,0,0,0.08) 68%, rgba(0,0,0,0) 84%);
}
.hero-content h1{color:var(--white);max-width:980px;}
.hero-content .lede{color:rgba(255,255,255,0.82);max-width:520px;}
.hero-content h1{ text-shadow:0 10px 30px rgba(0,0,0,0.6);}
.hero-content .lede{ text-shadow:0 6px 18px rgba(0,0,0,0.45);}
.hero-ctas{display:flex;gap:14px;margin-top:28px;flex-wrap:wrap;}

@media (max-width: 900px){
  .hero-content{grid-template-columns:1fr;}
  .hero-visual{margin-top:8px;}
}

.panel{
  position:relative;min-height:62vh;
  overflow:hidden;background:var(--black);color:var(--white);
}
.panel .scene{
  position:absolute;inset:0;
  width:100%;height:100%;
  overflow:hidden;
}
.panel .scene::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:3;
  background:
    linear-gradient(to right, rgba(10,10,10,0.98) 0%, rgba(10,10,10,0.96) 6%, rgba(10,10,10,0.65) 18%, rgba(10,10,10,0.28) 30%, rgba(10,10,10,0) 46%),
    linear-gradient(to left, rgba(10,10,10,0.72) 0%, rgba(10,10,10,0.52) 6%, rgba(10,10,10,0.28) 18%, rgba(10,10,10,0.08) 30%, rgba(10,10,10,0) 46%),
    linear-gradient(to bottom, rgba(10,10,10,0.94) 0%, rgba(10,10,10,0.78) 12%, rgba(10,10,10,0.35) 34%, rgba(10,10,10,0) 58%),
    linear-gradient(to top, rgba(10,10,10,0.94) 0%, rgba(10,10,10,0.78) 12%, rgba(10,10,10,0.35) 34%, rgba(10,10,10,0) 58%);
  background-blend-mode:normal;
}
.panel .scene::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:4;
  /* subtle bluish highlight to emulate illuminated nodes */
  background:
    radial-gradient(ellipse at 60% 40%, rgba(45,234,240,0.06), rgba(0,0,0,0) 40%);
  mix-blend-mode:screen;
}
.panel .scene .panel-map{
  position:absolute;top:50%;left:65%;
  width:110%;height:108%;
  transform:translate(-50%, -50%) scaleX(0.74) scaleY(0.97);
  object-fit:cover; /* crop and resize naturally without stretching */
  object-position:center center;
  z-index:2;
  filter:brightness(0.92) saturate(1.05) contrast(1.08);
  /* soft fade on all four edges so the map blends into the panel background */
  -webkit-mask-image:
    radial-gradient(circle at center, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 62%, rgba(0,0,0,0.9) 70%, rgba(0,0,0,0.5) 82%, rgba(0,0,0,0.2) 90%, rgba(0,0,0,0) 100%);
  mask-image:
    radial-gradient(circle at center, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 62%, rgba(0,0,0,0.9) 70%, rgba(0,0,0,0.5) 82%, rgba(0,0,0,0.2) 90%, rgba(0,0,0,0) 100%);
  -webkit-mask-size:cover;mask-size:cover;
  -webkit-mask-position:center;mask-position:center;
  -webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;
}
.panel .scene svg{
  position:absolute;inset:0;width:100%;height:100%;
}
.panel .scene-fade{
  position:absolute;inset:0;
  width:100%;height:100%;
  z-index:3;
  pointer-events:none;
  background:
    linear-gradient(
      to right,
      rgba(4,6,8,1) 0%,
      rgba(4,6,8,1) 26%,
      rgba(4,6,8,0.92) 34%,
      rgba(4,6,8,0.58) 44%,
      rgba(4,6,8,0.22) 54%,
      rgba(4,6,8,0.04) 62%,
      rgba(4,6,8,0) 68%
    ),
    linear-gradient(180deg, rgba(4,6,8,0.06) 0%, rgba(4,6,8,0.1) 68%, rgba(4,6,8,0.25) 100%);
}
.panel-content{
  position:relative;z-index:4;padding:48px 56px 48px 64px;max-width:44%;margin:0;width:100%;
}
.panel-content h2{color:var(--white);max-width:760px;}
.panel-content p{color:rgba(255,255,255,0.8);max-width:480px;}

/* Slightly larger, crisper panel heading */
.panel-content h2{font-size:clamp(2.6rem,4.6vw,4rem);letter-spacing:-0.02em;line-height:0.98;margin-bottom:12px;}
.panel-content p{font-size:1rem;color:rgba(255,255,255,0.82);}

.stat-strip{background:var(--black);border-top:1px solid var(--line);padding:0;}
.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);max-width:var(--maxw);margin:0 auto;}
.stat-cell{padding:36px 28px;border-left:1px solid var(--line);text-align:left;}
.stat-cell:first-child{border-left:none;}
.stat-num{font-family:var(--display);font-size:clamp(2rem,3.4vw,3rem);color:var(--gold-hi);line-height:1;text-transform:none;}
.stat-label{font-size:0.78rem;color:var(--grey);margin-top:8px;text-transform:uppercase;letter-spacing:0.06em;font-weight:700;}

section{padding:16px 0;}
.section-paper{background:var(--paper);}
.section-dark{background:var(--black);color:var(--white);}
.section-dark h2{color:var(--white);}
.section-dark p{color:rgba(255,255,255,0.75);}
.section-head{max-width:760px;margin-bottom:56px;}

/* ---------- Why CVG: dark split panel, fully wired ---------- */
.why-section{background:var(--black);color:var(--white);padding:0;}
.why-split{display:grid;grid-template-columns:0.85fr 1.15fr;gap:0;min-height:560px;}
.why-feature{
  background:var(--black-2);padding:64px 48px;display:flex;flex-direction:column;justify-content:space-between;
  position:relative;overflow:hidden;
}
.why-list{display:flex;flex-direction:column;background:var(--black);}
.why-feature .eyebrow{margin-bottom:20px;}
.why-feature h2{color:var(--white);font-size:clamp(2.1rem,3.6vw,3.1rem);margin-bottom:18px;}
.why-feature .wf-copy{color:rgba(255,255,255,0.72);font-size:1rem;max-width:380px;}
.why-feature .wf-stat{
  border-top:1px solid var(--line);padding-top:24px;margin-top:32px;
  display:flex;align-items:baseline;gap:14px;
}
.why-feature .wf-stat-num{font-family:var(--display);font-size:3rem;color:var(--gold-hi);line-height:1;}
.why-feature .wf-stat-label{font-size:0.82rem;color:var(--grey);text-transform:uppercase;letter-spacing:0.05em;font-weight:700;max-width:160px;}
.why-list{display:flex;flex-direction:column;background:var(--black);}
.why-row{
  display:flex;align-items:center;gap:22px;
  padding:26px 44px;border-bottom:1px solid var(--line);
  cursor:pointer;transition:background .15s ease;
  flex:1 1 auto;
}
.why-row:last-child{border-bottom:none;}
.why-row:hover{background:var(--black-2);}
.why-row:hover .why-row-arrow{color:var(--gold-hi);transform:translateX(3px);}
.why-row-num{
  font-family:var(--display);font-size:1.1rem;color:var(--gold);
  flex:0 0 auto;width:36px;
}
.why-row-text{flex:1 1 auto;}
.why-row-text h4{
  font-family:var(--sans);text-transform:none;font-size:1.02rem;font-weight:800;
  color:var(--white);margin:0 0 4px 0;letter-spacing:0;
}
.why-row-text p{font-size:0.85rem;color:var(--grey);margin:0;}
.why-row-arrow{
  flex:0 0 auto;color:var(--grey);font-size:1.1rem;font-weight:700;
  transition:color .15s ease, transform .15s ease;
}

/* ---------- Oracle partner trust strip ---------- */
.partner-strip{background:var(--paper);border-top:1px solid var(--line-light);border-bottom:1px solid var(--line-light);padding:48px 0;}
.partner-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap;}
.partner-strip-text{flex:1 1 420px;}
.partner-strip-text h3{font-size:1.6rem;margin-bottom:10px;}
.partner-strip-text p{font-size:0.92rem;color:var(--grey-dark);margin:0;max-width:520px;}
.partner-logo-slot{flex:0 0 auto;}
.partner-logo-placeholder{
  width:200px;height:96px;border:1.5px dashed var(--grey);border-radius:6px;
  background:var(--white);display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:6px;color:var(--grey-dark);
}
.plp-icon{font-size:1.3rem;color:var(--gold);opacity:0.7;}
.plp-label{font-size:0.66rem;text-transform:uppercase;letter-spacing:0.05em;font-weight:700;text-align:center;opacity:0.65;}
.partner-logo-real{
  width:200px;height:96px;border:1px solid var(--line-light);border-radius:6px;
  background:var(--white);display:flex;align-items:center;justify-content:center;
  padding:14px;
}
.partner-logo-real img{max-width:100%;max-height:100%;object-fit:contain;}

.rail-wrap{margin-top:8px;}
.rail{
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:18px;
  overflow:visible;
  padding:6px 0 0 0;
  scroll-snap-type:none;
  -ms-overflow-style:auto;
  scrollbar-width:auto;
  scrollbar-color:auto;
}
.rail::-webkit-scrollbar{height:10px;}
.rail::-webkit-scrollbar-track{background:rgba(255,255,255,0.08);border-radius:999px;}
.rail::-webkit-scrollbar-thumb{background:rgba(45,212,220,0.55);border-radius:999px;}
.rail::-webkit-scrollbar-thumb:hover{background:rgba(94,234,240,0.72);}
.rail-card{
  width:100%;scroll-snap-align:none;
  background:var(--black);color:var(--white);border-radius:4px;
  overflow:hidden;position:relative;min-height:380px;
  display:flex;flex-direction:column;justify-content:flex-end;
}
.rail-card .rc-scene{position:absolute;inset:0;overflow:hidden;}
.rail-card .rc-scene svg{width:100%;height:100%;transition:transform .3s ease;}
.rail-card:hover .rc-scene svg{transform:scale(1.05);}
.rail-card .rc-fade{position:absolute;inset:0;background:linear-gradient(180deg, rgba(10,10,10,0) 40%, rgba(10,10,10,0.92) 100%);}
.rail-card .rc-body{position:relative;z-index:2;padding:22px;}
.rail-card .rc-tag{
  display:inline-block;background:var(--gold);color:var(--black);
  font-size:0.65rem;font-weight:800;letter-spacing:0.05em;
  padding:4px 10px;border-radius:999px;margin-bottom:12px;text-transform:uppercase;
}
.rail-card h3{color:var(--white);font-size:1.25rem;margin-bottom:8px;}
.rail-card p{color:rgba(255,255,255,0.72);font-size:0.86rem;margin:0;}

.logo-strip{display:flex;flex-wrap:wrap;gap:1px;background:var(--line-light);border:1px solid var(--line-light);margin-top:8px;}
.logo-card{
  flex:1 1 calc(20% - 1px);min-width:200px;
  background:var(--white);padding:32px 22px;text-align:left;
  display:flex;flex-direction:column;justify-content:center;min-height:130px;
  transition:background .15s ease;
}
.logo-card:hover{background:var(--paper);}
.logo-card .lc-name{font-family:var(--display);font-size:1.05rem;text-transform:uppercase;color:var(--black);line-height:1.15;}
.logo-card .lc-sector{font-size:0.76rem;color:var(--grey-dark);margin-top:8px;}
.logo-strip.flex-cards .logo-card{flex:1 1 calc(33.333% - 1px);}

.cap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--line-light);margin-top:8px;}
.cap-card{
  background:var(--white);padding:36px 30px;
  transition:background .15s ease;
  position:relative;
}
.cap-card:hover{background:var(--black);color:var(--white);}
.cap-card:hover h3{color:var(--white);}
.cap-card:hover p{color:rgba(255,255,255,0.75);}
.cap-card:hover .cap-tag{background:var(--gold);color:var(--black);}
.cap-tag{
  display:inline-block;background:var(--black);color:var(--gold-hi);
  font-size:0.66rem;font-weight:800;letter-spacing:0.06em;
  padding:5px 11px;border-radius:999px;margin-bottom:18px;text-transform:uppercase;
  transition:background .15s ease, color .15s ease;
}
.cap-card h3{margin-bottom:10px;font-size:1.3rem;}
.cap-card p{font-size:0.93rem;color:var(--grey-dark);margin:0;}

.team-grid{display:flex;flex-wrap:wrap;gap:2px;background:var(--line-light);margin-top:8px;}
.team-card{flex:1 1 calc(50% - 1px);min-width:340px;background:var(--white);padding:38px;display:flex;gap:22px;}
.team-photo{
  flex:0 0 auto;width:88px;height:88px;border-radius:50%;
  background:var(--black);color:var(--gold-hi);
  display:flex;align-items:center;justify-content:center;
  font-family:var(--display);font-size:1.6rem;
  overflow:hidden;
}
.team-photo img{width:100%;height:100%;object-fit:cover;}
.team-body h3{margin-bottom:4px;font-size:1.25rem;text-transform:none;font-family:var(--sans);font-weight:800;}
.team-role{font-size:0.8rem;color:var(--gold);font-weight:700;margin-bottom:12px;text-transform:uppercase;letter-spacing:0.03em;}
.team-bio{font-size:0.93rem;color:var(--black);margin-bottom:14px;}
.team-meta{font-size:0.82rem;color:var(--grey-dark);margin-bottom:5px;}
.team-meta b{color:var(--black);font-weight:700;}
.tag-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px;}
.tag{
  font-size:0.7rem;color:var(--black);
  padding:5px 12px;border-radius:999px;background:var(--paper);
  text-transform:uppercase;letter-spacing:0.02em;font-weight:700;
}

.cta-band{background:var(--black);color:var(--white);text-align:left;padding:88px 0;}
.cta-band h2{color:var(--white);}
.cta-band p{color:rgba(255,255,255,0.75);max-width:520px;margin:0 0 28px;}

.cta-band-problem{
  position:relative;
  overflow:hidden;
  min-height:60vh;
  padding:0;
  display:block;
  align-items:center;
  background:#040608;
}
.cta-band-problem::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(to right, rgba(4,6,8,0.9) 0%, rgba(4,6,8,0.86) 30%, rgba(4,6,8,0.74) 42%, rgba(4,6,8,0.52) 54%, rgba(4,6,8,0.22) 66%, rgba(4,6,8,0.06) 74%, rgba(4,6,8,0) 82%),
    radial-gradient(ellipse 70% 150% at 24% 50%, rgba(4,6,8,0.78) 0%, rgba(4,6,8,0.62) 30%, rgba(4,6,8,0.34) 50%, rgba(4,6,8,0.12) 66%, rgba(4,6,8,0.02) 78%, rgba(4,6,8,0) 88%);
  z-index:1;
  pointer-events:none;
}
.cta-band-problem .cta-band-scene{
  position:absolute;
  inset:0;
  overflow:hidden;
  background:#040608;
  z-index:0;
}
.cta-band-problem .cta-band-scene::before{
  content:none;
}
.cta-band-problem .cta-band-scene img{
  display:block;
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:right center;
  filter:brightness(0.9) contrast(1.05) saturate(1.02);
}
.cta-band-problem .cta-band-scene::after{
  content:none;
}
.cta-band-problem .cta-band-copy{
  position:relative;
  z-index:2;
  width:min(720px, 70%);
  padding:90px 56px 90px 60px;
  background:linear-gradient(90deg, rgba(4,6,8,1) 0%, rgba(4,6,8,1) 66%, rgba(4,6,8,0.94) 80%, rgba(4,6,8,0.68) 90%, rgba(4,6,8,0.18) 97%, rgba(4,6,8,0) 100%);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}
.cta-band-problem .cta-band-copy::before{
  content:none;
}
.cta-band-problem .cta-band-copy h2,
.cta-band-problem .cta-band-copy p,
.cta-band-problem .cta-band-copy .eyebrow,
.cta-band-problem .cta-band-copy .btn{
  position:relative;
  z-index:1;
}

.cta-band-problem-home::before{
  background:
    linear-gradient(to right, rgba(4,6,8,0.98) 0%, rgba(4,6,8,0.93) 30%, rgba(4,6,8,0.78) 45%, rgba(4,6,8,0.52) 58%, rgba(4,6,8,0.26) 69%, rgba(4,6,8,0.09) 78%, rgba(4,6,8,0.02) 84%, rgba(4,6,8,0) 90%),
    radial-gradient(ellipse 76% 165% at 18% 50%, rgba(4,6,8,0.64) 0%, rgba(4,6,8,0.44) 34%, rgba(4,6,8,0.24) 56%, rgba(4,6,8,0.1) 74%, rgba(4,6,8,0.02) 86%, rgba(4,6,8,0) 94%);
}
.cta-band-problem-home .cta-band-copy{
  background:linear-gradient(90deg, rgba(4,6,8,1) 0%, rgba(4,6,8,1) 64%, rgba(4,6,8,0.95) 76%, rgba(4,6,8,0.8) 86%, rgba(4,6,8,0.56) 93%, rgba(4,6,8,0.3) 98%, rgba(4,6,8,0) 100%);
}
.cta-band-problem-home .cta-band-scene img{
  -webkit-mask-image:linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.02) 10%, rgba(0,0,0,0.08) 20%, rgba(0,0,0,0.18) 30%, rgba(0,0,0,0.34) 40%, rgba(0,0,0,0.54) 50%, rgba(0,0,0,0.74) 60%, rgba(0,0,0,0.9) 70%, rgba(0,0,0,1) 80%);
  mask-image:linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.02) 10%, rgba(0,0,0,0.08) 20%, rgba(0,0,0,0.18) 30%, rgba(0,0,0,0.34) 40%, rgba(0,0,0,0.54) 50%, rgba(0,0,0,0.74) 60%, rgba(0,0,0,0.9) 70%, rgba(0,0,0,1) 80%);
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-size:100% 100%;
  mask-size:100% 100%;
}
.cta-band-problem-home .cta-band-scene::after{
  content:none;
}

.team-cta-smooth::before{
  background:linear-gradient(to right, rgba(4,6,8,0.96) 0%, rgba(4,6,8,0.9) 46%, rgba(4,6,8,0.68) 58%, rgba(4,6,8,0.42) 68%, rgba(4,6,8,0.22) 77%, rgba(4,6,8,0.08) 85%, rgba(4,6,8,0.02) 91%, rgba(4,6,8,0) 96%);
}
.team-cta-smooth .cta-band-copy{
  background:linear-gradient(90deg, rgba(4,6,8,1) 0%, rgba(4,6,8,1) 70%, rgba(4,6,8,0.84) 80%, rgba(4,6,8,0.52) 89%, rgba(4,6,8,0.22) 95%, rgba(4,6,8,0) 100%);
}
.team-cta-smooth .cta-band-scene img{
  object-fit:contain;
  object-position:right center;
  filter:brightness(0.94) contrast(1.04) saturate(1.03);
  -webkit-mask-image:linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 34%, rgba(0,0,0,0.16) 42%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.68) 58%, rgba(0,0,0,0.88) 65%, rgba(0,0,0,0.97) 72%, rgba(0,0,0,1) 77%);
  mask-image:linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 34%, rgba(0,0,0,0.16) 42%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.68) 58%, rgba(0,0,0,0.88) 65%, rgba(0,0,0,0.97) 72%, rgba(0,0,0,1) 77%);
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-size:100% 100%;
  mask-size:100% 100%;
}
.team-cta-smooth .cta-band-scene::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to right, rgba(4,6,8,1) 0%, rgba(4,6,8,1) 36%, rgba(4,6,8,0.56) 48%, rgba(4,6,8,0.2) 60%, rgba(4,6,8,0.05) 70%, rgba(4,6,8,0) 76%);
  pointer-events:none;
}

.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:var(--line-light);margin-top:8px;}
.contact-card{background:var(--white);padding:38px;}
.contact-row{display:flex;gap:16px;margin-bottom:22px;align-items:flex-start;}
.contact-row .ic{
  flex:0 0 auto;width:36px;height:36px;border-radius:50%;background:var(--black);
  display:flex;align-items:center;justify-content:center;color:var(--gold-hi);font-weight:800;
}
.contact-row a{color:var(--black);font-weight:700;}
.contact-row a:hover{color:var(--gold);}
.form-field{margin-bottom:18px;}
.form-field label{display:block;font-size:0.76rem;font-weight:800;color:var(--black);margin-bottom:8px;text-transform:uppercase;letter-spacing:0.04em;}
.form-field input,.form-field textarea,.form-field select{
  width:100%;padding:13px 14px;border:1.5px solid var(--line-light);border-radius:2px;
  font-family:var(--sans);font-size:0.94rem;background:var(--paper);
}
.form-field input:focus,.form-field textarea:focus,.form-field select:focus{
  outline:none;border-color:var(--black);background:var(--white);
}
.form-status{margin-top:16px;font-size:0.9rem;font-weight:600;}
.form-status--success{color:#1a7a3c;}
.form-status--error{color:#c0392b;}

.site-footer{background:var(--black);color:rgba(255,255,255,0.6);padding:56px 0 30px;border-top:1px solid var(--line);}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:36px;margin-bottom:40px;}
.site-footer .brand .logo-badge{
  width:120px;
  height:120px;
  padding:6px;
}
.footer-brand{display:flex;align-items:center;gap:10px;color:var(--white);font-family:var(--display);font-size:1.1rem;text-transform:uppercase;margin-bottom:14px;}
.footer-brand .logo-badge{
  display:flex;align-items:center;justify-content:center;
  -webkit-mask-image:
    radial-gradient(ellipse at 4% 50%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 24%, rgba(0,0,0,1) 42%),
    radial-gradient(ellipse at 96% 50%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 24%, rgba(0,0,0,1) 42%),
    linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
  mask-image:
    radial-gradient(ellipse at 4% 50%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 24%, rgba(0,0,0,1) 42%),
    radial-gradient(ellipse at 96% 50%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 24%, rgba(0,0,0,1) 42%),
    linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.footer-brand .logo-badge img{height:100%;width:100%;object-fit:contain;}
.footer-col h3,.footer-col h4{color:var(--white);font-size:1.2rem;letter-spacing:0.08em;text-transform:uppercase;margin-bottom:16px;font-weight:300;}
.footer-col a{display:block;color:rgba(255,255,255,0.6);font-size:0.9rem;margin-bottom:11px;}
.footer-col a:hover{color:var(--gold-hi);}
.footer-connect-link{
  display:inline-flex !important;
  align-items:center;
  gap:8px;
}
.footer-link-icon{
  width:18px;
  height:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 18px;
  color:var(--gold-hi);
}
.footer-link-icon svg{width:100%;height:100%;display:block;}
.footer-bottom{
  border-top:1px solid var(--line);padding-top:22px;
  display:flex;justify-content:space-between;font-size:0.78rem;flex-wrap:wrap;gap:10px;
  text-transform:uppercase;letter-spacing:0.03em;
}

.page-hero{min-height:54vh;}
.page-hero .hero-content{padding:3px 4px;grid-template-columns:1fr;}

.team-hero{min-height:66vh;background:#040608;}
.team-hero .team-hero-scene{position:absolute;inset:0;overflow:hidden;background:#040608;}
.team-hero .team-hero-scene::before{content:none;}
.team-hero .team-hero-photo{
  display:block;
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:46% 42%;
  filter:brightness(1.20) contrast(1.05) saturate(1.02);
}
.team-hero .team-hero-scene::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      to right,
      rgba(4,6,8,1) 0%,
      rgba(4,6,8,0.99) 34%,
      rgba(4,6,8,0.93) 44%,
      rgba(4,6,8,0.72) 52%,
      rgba(4,6,8,0.36) 58%,
      rgba(4,6,8,0.12) 63%,
      rgba(4,6,8,0.03) 66%,
      rgba(4,6,8,0) 70%
    ),
    linear-gradient(
      to right,
      rgba(4,6,8,0) 64%,
      rgba(4,6,8,0.08) 70%,
      rgba(4,6,8,0.2) 78%,
      rgba(4,6,8,0.32) 86%,
      rgba(4,6,8,0.44) 100%
    );
}
.team-hero .scene-fade{
  background:linear-gradient(180deg, rgba(4,6,8,0.06) 0%, rgba(4,6,8,0.16) 52%, rgba(4,6,8,0.44) 84%, rgba(4,6,8,0.7) 100%);
}
.team-hero .hero-content{z-index:3;max-width:var(--maxw);padding:82px 40px 90px;}
.team-hero .hero-content h1{max-width:520px;margin-bottom:20px;}
.team-hero .hero-content .lede{max-width:460px;color:rgba(255,255,255,0.88);}

.team-hero-split{
  display:flex;
  align-items:stretch;
  min-height:66vh;
  background:#040608;
}
.ths-left{
  flex:0 0 44%;
  background:#040608;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:90px 56px 80px 60px;
}
.ths-left .eyebrow{margin-bottom:14px;}
.ths-left h1{color:var(--white);margin-bottom:24px;text-shadow:none;}
.ths-left .lede{color:rgba(255,255,255,0.82);max-width:400px;}
.ths-right{
  flex:1;
  position:relative;
  overflow:hidden;
}
.ths-right::before{
  content:"";
  position:absolute;
  inset:0;
  width:64px;
  background:linear-gradient(to right,rgba(4,6,8,1) 0%,rgba(4,6,8,0) 100%);
  z-index:1;
  pointer-events:none;
}
.ths-right img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 30%;
  filter:brightness(0.85) contrast(1.05) saturate(1.02);
}
@media(min-width:1600px){
  .ths-right img{object-position:50% 24%;}
  .team-hero .team-hero-photo{object-position:46% 36%;}
  .talk-hero .talk-hero-photo{object-position:100% 24%;}
  .services-hero .services-hero-photo{object-position:56% 42%;}
  .scene-photo{object-position:center 38%;}
  .ai-case-media img,
  .health-card-media img{object-position:center 34%;}
}
@media(max-width:900px){
  .team-hero-split{flex-direction:column;}
  .ths-left{padding:60px 24px 40px;}
  .ths-right{min-height:44vh;}
}

.talk-hero{min-height:70vh;background:#040608;}
.talk-hero .talk-hero-scene{position:absolute;inset:0;overflow:hidden;background:#040608;}
.talk-hero .talk-hero-photo{
  display:block;
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:12860% 30%;
  filter:brightness(1.1) contrast(1.04) saturate(1.02);
}
.talk-hero .talk-hero-scene::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    to bottom,
    rgba(4,6,8,0.28) 0%,
    rgba(4,6,8,0.28) 100%
  ),
  linear-gradient(
    to right,
    rgba(4,6,8,0.98) 0%,
    rgba(4,6,8,0.9) 26%,
    rgba(4,6,8,0.64) 40%,
    rgba(4,6,8,0.42) 52%,
    rgba(4,6,8,0.22) 60%,
    rgba(4,6,8,0.1) 67%,
    rgba(4,6,8,0.03) 73%,
    rgba(4,6,8,0) 80%
  );
}
.talk-hero .scene-fade{
  background:linear-gradient(180deg, rgba(4,6,8,0.06) 0%, rgba(4,6,8,0.16) 52%, rgba(4,6,8,0.44) 84%, rgba(4,6,8,0.7) 100%);
}
.talk-hero .hero-content{z-index:3;max-width:var(--maxw);padding:82px 40px 90px;}
.talk-hero .hero-content h1{max-width:520px;margin-bottom:20px;}
.talk-hero .hero-content .lede{max-width:460px;color:rgba(255,255,255,0.88);}

.services-hero{min-height:70vh;background:#040608;}
.services-hero .services-hero-scene{position:absolute;inset:0;overflow:hidden;background:#040608;}
.services-hero .services-hero-photo{
  display:block;
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:56% center;
  filter:brightness(1.1) contrast(1.04) saturate(1.02);
}
.services-hero .services-hero-scene::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    to bottom,
    rgba(4,6,8,0.28) 0%,
    rgba(4,6,8,0.28) 100%
  ),
  linear-gradient(
    to right,
    rgba(4,6,8,0.98) 0%,
    rgba(4,6,8,0.9) 26%,
    rgba(4,6,8,0.72) 40%,
    rgba(4,6,8,0.5) 52%,
    rgba(4,6,8,0.3) 60%,
    rgba(4,6,8,0.14) 67%,
    rgba(4,6,8,0.05) 73%,
    rgba(4,6,8,0) 80%
  );
}
.services-hero .scene-fade{
  background:linear-gradient(180deg, rgba(4,6,8,0.06) 0%, rgba(4,6,8,0.12) 52%, rgba(4,6,8,0.28) 84%, rgba(4,6,8,0.42) 100%);
}
.services-hero .hero-content{z-index:3;max-width:var(--maxw);padding:82px 40px 90px;}
.services-hero .hero-content h1{max-width:520px;margin-bottom:20px;}
.services-hero .hero-content .lede{max-width:460px;color:rgba(255,255,255,0.88);}

@media (max-width: 980px){
  .team-hero{min-height:62vh;}
  .team-hero .hero-content{padding:66px 30px 72px;}
  .team-hero .team-hero-photo{object-position:center center;}
  .talk-hero{min-height:62vh;}
  .talk-hero .hero-content{padding:66px 30px 72px;}
  .talk-hero .talk-hero-photo{object-position:center center;}
  .services-hero{min-height:62vh;}
  .services-hero .hero-content{padding:66px 30px 72px;}
  .services-hero .services-hero-photo{object-position:center center;}
}

@media (max-width: 680px){
  .team-hero .hero-content{padding:56px 22px 64px;}
  .team-hero .hero-content h1{max-width:320px;}
  .team-hero .hero-content .lede{max-width:320px;}
  .talk-hero .hero-content{padding:56px 22px 64px;}
  .talk-hero .hero-content h1{max-width:320px;}
  .talk-hero .hero-content .lede{max-width:320px;}
  .services-hero .hero-content{padding:56px 22px 64px;}
  .services-hero .hero-content h1{max-width:320px;}
  .services-hero .hero-content .lede{max-width:320px;}
}

.error-hero{
  min-height:78vh;
  align-items:center;
}
.error-hero .hero-content{
  padding-bottom:0;
  max-width:760px;
  text-align:center;
}
.error-hero .hero-content h1{margin-bottom:14px;}
.error-code{
  font-family:var(--display);
  font-size:clamp(4.5rem,12vw,9rem);
  line-height:0.9;
  color:var(--gold-hi);
  margin-bottom:8px;
}
.error-hero .lede{
  margin-left:auto;
  margin-right:auto;
}
.error-actions{
  display:flex;
  gap:14px;
  justify-content:center;
  flex-wrap:wrap;
  margin-top:30px;
}

.note{
  background:var(--paper);border:1.5px solid var(--black);border-radius:2px;
  padding:18px 22px;font-size:0.88rem;color:var(--black);margin-top:24px;
}

.scene{background:var(--black);}
.scene-photo{
  position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;object-position:center;
}
.ai-hero-woman{
  position:absolute;
  top:0;right:0;
  height:100%;
  width:45%;
  object-fit:cover;
  object-position:left center;
  z-index:2;
  filter:brightness(0.9) contrast(1.04) saturate(1.05);
  -webkit-mask-image:linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 15%, rgba(0,0,0,1) 30%, rgba(0,0,0,1) 80%, rgba(0,0,0,0.3) 94%, rgba(0,0,0,0) 100%);
  mask-image:linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 15%, rgba(0,0,0,1) 30%, rgba(0,0,0,1) 80%, rgba(0,0,0,0.3) 94%, rgba(0,0,0,0) 100%);
}
.scene-gantt{position:relative;overflow:hidden;}
.scene-gantt::before{
  content:"";position:absolute;inset:0;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 80px),
    radial-gradient(circle at 20% 30%, rgba(45,212,220,0.18), transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(94,234,240,0.10), transparent 50%);
}
.gantt-bars{width:100%;display:flex;flex-direction:column;gap:18px;}
.gbar{height:14px;border-radius:7px;background:linear-gradient(90deg, var(--gold) 0%, var(--gold-hi) 100%);
  animation:growbar 4.5s ease-in-out infinite;transform-origin:left center;}
.gbar.b2{background:linear-gradient(90deg,#5b5b5b,#8c8c8c);animation-delay:.3s;}
.gbar.b3{background:linear-gradient(90deg, var(--gold) 0%, var(--gold-hi) 100%);animation-delay:.6s;}
.gbar.b4{background:linear-gradient(90deg,#5b5b5b,#8c8c8c);animation-delay:.9s;}
.gbar.b5{background:linear-gradient(90deg, var(--gold) 0%, var(--gold-hi) 100%);animation-delay:1.2s;}
@keyframes growbar{
  0%{transform:scaleX(0.3);opacity:.5;}
  50%{transform:scaleX(1);opacity:1;}
  100%{transform:scaleX(0.3);opacity:.5;}
}

.scene-network{position:relative;overflow:hidden;background:radial-gradient(circle at 70% 40%, #1a1a1a 0%, var(--black) 70%);}
.scene-network svg{position:absolute;inset:0;width:100%;height:100%;}

.scene-grid{position:relative;overflow:hidden;background:var(--black);}
.scene-grid::before{
  content:"";position:absolute;inset:-2px;
  background-image:
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size:48px 48px;
  animation:gridmove 18s linear infinite;
}
@keyframes gridmove{0%{transform:translate(0,0);}100%{transform:translate(48px,48px);}}

.scene-pulse{position:relative;overflow:hidden;background:var(--black);}
.pulse-ring{
  position:absolute;border:1.5px solid rgba(45,212,220,0.5);border-radius:50%;
  animation:pulseout 3.6s ease-out infinite;
}
@keyframes pulseout{
  0%{width:40px;height:40px;opacity:0.9;}
  100%{width:900px;height:900px;opacity:0;}
}

@media (max-width: 980px){
  .hero-content{grid-template-columns:1fr;}
  .hero-visual{display:none;}
  .why-split{grid-template-columns:1fr;min-height:auto;}
  .why-feature{padding:48px 36px;}
  .cap-grid{grid-template-columns:1fr 1fr;}
  .team-card{flex:1 1 100%;}
  .logo-card{flex:1 1 calc(50% - 1px);}
  .stat-grid{grid-template-columns:repeat(2,1fr);}
  .stat-cell:nth-child(3){border-left:1px solid var(--line);}
  .contact-grid{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .team-row{flex-direction:column;gap:20px;}
  .global-card{flex:1 1 calc(50% - 1px);}
  .partner-strip-inner{flex-direction:column;align-items:flex-start;}
  .rail{
    display:flex;
    gap:18px;
    overflow-x:auto;
    padding:6px 0 18px 0;
    scroll-snap-type:x mandatory;
    scrollbar-width:thin;
    scrollbar-color:rgba(45,212,220,0.55) rgba(255,255,255,0.08);
  }
  .rail-card{flex:0 0 auto;width:300px;scroll-snap-align:start;}
}
@media (max-width: 680px){
  .why-row{padding:22px 24px;gap:16px;}
  .why-feature{padding:40px 24px;}
  .wrap{padding:0 22px;}
  .nav{padding:16px 22px;}
  .navlinks{display:none;}
  .cap-grid{grid-template-columns:1fr;}
  .logo-card{flex:1 1 100%;}
  .stat-grid{grid-template-columns:repeat(2,1fr);}
  .footer-grid{grid-template-columns:1fr;}
  section{padding:64px 0;}
  .hero-panel{min-height:78vh;}
  .rail-card{width:248px;}
  .global-card{flex:1 1 100%;}
  .modal-head{padding:26px 24px 22px;}
  .modal-body{padding:24px 24px 28px;}
}

@media (prefers-reduced-motion: reduce){
  *{transition:none !important;}
  .gbar,.pulse-ring,.scene-grid::before{animation:none !important;}
}

/* ---------- capability modal ---------- */
.modal-overlay{
  position:fixed;inset:0;background:rgba(10,10,10,0.86);
  display:none;align-items:center;justify-content:center;
  z-index:200;padding:24px;
  backdrop-filter:blur(3px);
}
.modal-overlay.open{display:flex;}
.modal-box{
  background:var(--white);max-width:640px;width:100%;
  border-radius:6px;position:relative;
  max-height:86vh;overflow-y:auto;
  animation:modalIn .22s ease;
}
@keyframes modalIn{from{opacity:0;transform:translateY(12px) scale(0.98);}to{opacity:1;transform:translateY(0) scale(1);}}
.modal-head{
  background:var(--black);color:var(--white);
  padding:34px 38px 28px;position:relative;
  border-radius:6px 6px 0 0;
}
.modal-close{
  position:absolute;top:18px;right:18px;
  width:36px;height:36px;border-radius:50%;
  background:rgba(255,255,255,0.12);color:var(--white);
  display:flex;align-items:center;justify-content:center;
  font-size:1.1rem;cursor:pointer;border:none;
  transition:background .15s ease;
}
.modal-close:hover{background:var(--gold);color:var(--black);}
.modal-tag{
  display:inline-block;background:var(--gold);color:var(--black);
  font-size:0.68rem;font-weight:800;letter-spacing:0.06em;
  padding:5px 12px;border-radius:999px;margin-bottom:16px;text-transform:uppercase;
}
.modal-head h3{color:var(--white);margin-bottom:0;font-size:1.8rem;text-transform:uppercase;}
.modal-body{padding:32px 38px 38px;}
.modal-body p{color:var(--grey-dark);font-size:0.98rem;margin-bottom:18px;}
.modal-section-label{
  font-size:0.74rem;font-weight:800;letter-spacing:0.08em;text-transform:uppercase;
  color:var(--black);margin-bottom:12px;display:block;
}
.modal-list{margin:0 0 22px 0;padding:0;list-style:none;}
.modal-list li{
  padding:10px 0 10px 22px;position:relative;
  border-bottom:1px solid var(--line-light);
  font-size:0.92rem;color:var(--black);
}
.modal-list li:last-child{border-bottom:none;}
.modal-list li::before{
  content:"";position:absolute;left:0;top:18px;
  width:8px;height:8px;border-radius:50%;background:var(--gold);
}
.modal-cta{
  display:flex;gap:12px;margin-top:8px;flex-wrap:wrap;
  border-top:1px solid var(--line-light);padding-top:24px;
}
.cap-card{cursor:pointer;}
.cap-card .cap-open-hint{
  font-size:0.72rem;color:var(--grey);font-weight:700;letter-spacing:0.04em;
  text-transform:uppercase;margin-top:14px;display:flex;align-items:center;gap:6px;
  opacity:0.7;transition:opacity .15s ease;
}
.cap-card:hover .cap-open-hint{opacity:1;color:var(--gold-hi);}

/* ---------- capabilities page backdrop graphic ---------- */
.cap-section{position:relative;overflow:hidden;background:var(--paper);}
.cap-backdrop{
  position:absolute;inset:0;z-index:0;opacity:1;pointer-events:none;
}
.cap-backdrop svg{position:absolute;width:100%;height:100%;}
.cap-section .wrap{position:relative;z-index:1;}
.cap-grid{background:transparent;}
.cap-section .cap-card{background:rgba(255,255,255,0.96);}

/* ---------- team: vertical stack, one after another ---------- */
.team-stack{display:flex;flex-direction:column;gap:0;margin-top:8px;}
.team-row{
  display:flex;gap:40px;padding:44px 0;
  border-bottom:1px solid var(--line-light);
  align-items:flex-start;
}
.team-row:last-child{border-bottom:none;}
.team-row .team-photo-lg{
  flex:0 0 auto;width:140px;height:140px;border-radius:8px;
  background:var(--paper);border:none;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  color:var(--grey-dark);gap:6px;
  overflow:hidden;
}
.team-row .team-photo-lg img{width:100%;height:100%;object-fit:cover;display:block;}
.team-photo-lg .ph-icon{font-size:1.8rem;opacity:0.4;}
.team-photo-lg .ph-label{font-size:0.62rem;text-transform:uppercase;letter-spacing:0.05em;font-weight:700;opacity:0.6;text-align:center;padding:0 8px;}
.team-row .team-body{flex:1 1 auto;}
.team-row .team-body h3{font-size:1.5rem;margin-bottom:4px;text-transform:none;font-family:var(--sans);font-weight:800;}
.team-row .team-role{font-size:0.85rem;margin-bottom:16px;}
.team-row .team-bio{font-size:0.98rem;max-width:760px;}
.team-row .team-meta{font-size:0.86rem;}

/* ---------- partnership / global strip (replaces client logo strip) ---------- */
.global-strip{display:flex;flex-wrap:wrap;gap:1px;background:var(--line-light);border:1px solid var(--line-light);margin-top:8px;}
.global-card{
  flex:1 1 calc(25% - 1px);min-width:230px;
  background:var(--white);padding:34px 28px;
  display:flex;flex-direction:column;gap:8px;
}
.global-card .gc-num{font-family:var(--display);font-size:2.2rem;color:var(--gold);line-height:1;}
.global-card .gc-label{font-size:0.85rem;color:var(--black);font-weight:700;text-transform:uppercase;letter-spacing:0.03em;}
.global-card .gc-desc{font-size:0.85rem;color:var(--grey-dark);margin:0;}

/* ---------- striking capability claim: replaces the old sparse intro ---------- */
.ai-claim-section{background:var(--black);position:relative;overflow:hidden;}
.ai-claim-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:url('aitouch.jpg') 100% center / 73% auto no-repeat;
  opacity:0.52;
  -webkit-mask-image:radial-gradient(ellipse 42% 65% at 72% 50%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.95) 32%, rgba(0,0,0,0.5) 55%, rgba(0,0,0,0.08) 72%, rgba(0,0,0,0) 80%);
  mask-image:radial-gradient(ellipse 42% 65% at 72% 50%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.95) 32%, rgba(0,0,0,0.5) 55%, rgba(0,0,0,0.08) 72%, rgba(0,0,0,0) 80%);
  pointer-events:none;
  z-index:0;
}
.ai-claim-section .wrap{position:relative;z-index:1;}
.ai-page .ai-claim-section{padding:80px 0;}
.ai-page .ai-eng-section{padding:72px 0;}
.ai-claim-section h2{
  color:var(--white);font-size:clamp(2.6rem,5.4vw,4.6rem);margin:14px 0 26px 0;
  text-shadow:0 2px 18px rgba(0,0,0,0.9), 0 1px 4px rgba(0,0,0,0.95);
}
.ai-claim-lede{color:rgba(255,255,255,0.9);font-size:1.1rem;max-width:680px;margin:0 0 40px 0;text-shadow:0 1px 12px rgba(0,0,0,0.85);}
.ai-claim-row{display:flex;flex-wrap:wrap;gap:1px;background:var(--line);border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
.ai-claim-item{
  flex:1 1 0;min-width:160px;background:var(--black-2);padding:22px 24px;
  display:flex;flex-direction:column;gap:6px;
}
.aci-num{font-family:var(--display);font-size:0.85rem;color:var(--gold);}
.aci-label{font-family:var(--display);font-size:1.15rem;color:var(--white);text-transform:uppercase;line-height:1.1;}

/* ---------- product engineering pillars ---------- */
.ai-eng-section{background:var(--white);}
.ai-eng-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--line-light);margin-top:8px;}
.ai-eng-card{background:var(--white);padding:34px 30px;}
.aec-num{font-family:var(--display);font-size:0.85rem;color:var(--gold);display:block;margin-bottom:14px;}
.ai-eng-card h3{font-size:1.25rem;margin-bottom:10px;color:var(--black);}
.ai-eng-card p{font-size:0.92rem;color:var(--grey-dark);margin:0;}

@media (max-width: 980px){
  .ai-eng-grid{grid-template-columns:1fr;}
}

@media (max-width: 680px){
  .ai-claim-row{flex-direction:column;}
  .ai-claim-item{flex:1 1 auto;}
  .ai-claim-section::before{
    background-position:100% center;
    -webkit-mask-image:radial-gradient(ellipse 52% 66% at 66% 50%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.95) 34%, rgba(0,0,0,0.52) 58%, rgba(0,0,0,0.14) 76%, rgba(0,0,0,0) 84%);
    mask-image:radial-gradient(ellipse 52% 66% at 66% 50%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.95) 34%, rgba(0,0,0,0.52) 58%, rgba(0,0,0,0.14) 76%, rgba(0,0,0,0) 84%);
  }
}

@media (max-width: 980px){
  .cta-band-problem{min-height:auto;}
  .cta-band-problem .cta-band-scene{position:absolute;inset:0;min-height:100%;}
  .cta-band-problem .cta-band-copy{width:min(620px, 76%);padding:56px 28px 56px 28px;}
  .cta-band-problem .cta-band-copy::before{content:none;} 
}

@media (max-width: 680px){
  .cta-band-problem{min-height:72vh;}
  .cta-band-problem .cta-band-copy{width:min(100%, 100%);padding:42px 22px 44px 22px;}
  .cta-band-problem .cta-band-copy::before{content:none;} 
  .cta-band-problem .cta-band-scene img{object-position:74% center;}
}

/* ---------- AI Innovation page: tighter section rhythm overall ---------- */
.ai-page section{padding:64px 0;}
.ai-page .hero-panel{padding:0;min-height:86vh;align-items:flex-end;}
.ai-page .hero-panel .scene-fade{
  background:
    linear-gradient(
      to right,
      rgba(4,6,8,1) 0%,
      rgba(4,6,8,0.99) 18%,
      rgba(4,6,8,0.85) 28%,
      rgba(4,6,8,0.42) 38%,
      rgba(4,6,8,0.08) 48%,
      rgba(4,6,8,0) 56%
    ),
    linear-gradient(180deg, rgba(4,6,8,0.08) 0%, rgba(4,6,8,0.12) 65%, rgba(4,6,8,0.3) 100%);
}
.ai-page .hero-content{display:block;padding:0 40px 64px;}
.ai-page .section-head{margin-bottom:36px;}
.ai-page .cta-band{padding:64px 0;}
.ai-page .ai-cta-split{min-height:auto;}
.ai-page .ai-cta-split::before{content:none;}
.ai-page .ai-cta-split .cta-band-copy{
  width:min(var(--maxw), 100%);
  margin:0 auto;
  padding:0 40px;
  background:none;
  display:block;
}
.ai-page .ai-cta-split .cta-band-scene::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(to right, rgba(4,6,8,1) 0%, rgba(4,6,8,1) 48%, rgba(4,6,8,0.94) 58%, rgba(4,6,8,0.76) 67%, rgba(4,6,8,0.52) 75%, rgba(4,6,8,0.3) 83%, rgba(4,6,8,0.12) 90%, rgba(4,6,8,0.03) 94%, rgba(4,6,8,0) 96%),
    linear-gradient(180deg, rgba(4,6,8,0.2) 0%, rgba(4,6,8,0.08) 26%, rgba(4,6,8,0.08) 74%, rgba(4,6,8,0.2) 100%);
  pointer-events:none;
}
.ai-page .ai-cta-split .cta-band-scene .ai-cta-photo{
  object-fit:cover;
  object-position:50% 44% !important;
  transform:scale(1.02);
  transform-origin:center;
  filter:brightness(0.98) contrast(1.06) saturate(1.03);
}
.ai-page .ai-cta-split .cta-band-copy h2,
.ai-page .ai-cta-split .cta-band-copy p,
.ai-page .ai-cta-split .cta-band-copy .eyebrow,
.ai-page .ai-cta-split .cta-band-copy .btn{
  position:relative;
  z-index:2;
}
.ai-page .panel{min-height:auto;padding:0;}
.ai-page .panel-content{padding:64px 40px;}

@media (max-width: 680px){
  .ai-page .hero-content{padding:0 22px 44px;}
  .ai-page .ai-cta-split .cta-band-copy{padding:0 22px;}
  .ai-page .ai-cta-split .cta-band-scene::after{
    background:
      linear-gradient(to right, rgba(4,6,8,1) 0%, rgba(4,6,8,1) 60%, rgba(4,6,8,0.9) 70%, rgba(4,6,8,0.64) 80%, rgba(4,6,8,0.34) 87%, rgba(4,6,8,0.14) 92%, rgba(4,6,8,0.03) 95%, rgba(4,6,8,0) 97%),
      linear-gradient(180deg, rgba(4,6,8,0.22) 0%, rgba(4,6,8,0.1) 50%, rgba(4,6,8,0.2) 100%);
  }
  .ai-page .ai-cta-split .cta-band-scene .ai-cta-photo{object-position:50% 42% !important;transform:scale(1.01);}
}

@media (max-width: 980px){
  .ai-page .ai-cta-split{min-height:auto;}
}

@media (max-width: 680px){
  .ai-page .ai-cta-split{min-height:auto;}
}

/* ---------- AI Innovation Club: use-case rows with real photographic media ---------- */
.ai-case-list{display:flex;flex-direction:column;gap:0;margin-top:8px;}
.ai-case-row{
  display:flex;align-items:stretch;gap:0;
  border-bottom:1px solid var(--line-light);
  min-height:300px;
}
.ai-case-row:last-child{border-bottom:none;}
.ai-case-media{
  flex:0 0 44%;position:relative;overflow:hidden;min-height:300px;
}
.ai-case-media img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;
  transition:transform .4s ease;}
.ai-case-row:hover .ai-case-media img{transform:scale(1.04);}
.ai-case-media-fade{
  position:absolute;inset:0;
  background:linear-gradient(90deg, rgba(10,10,10,0) 60%, rgba(244,243,240,0.0) 100%);
}
.ai-case-media-tag{
  position:absolute;top:20px;left:20px;z-index:2;
  background:var(--black);color:var(--gold-hi);
  font-family:var(--sans);font-size:0.7rem;font-weight:800;letter-spacing:0.06em;text-transform:uppercase;
  padding:7px 14px;border-radius:999px;
}
.ai-case-copy{
  flex:1 1 56%;background:var(--white);padding:32px 48px;
  display:flex;flex-direction:column;justify-content:center;gap:10px;
}
.ai-case-copy h3{
  font-family:var(--sans);text-transform:none;font-weight:800;letter-spacing:0;
  font-size:1.5rem;color:var(--black);margin:0;line-height:1.15;
}
.ai-case-copy p{font-size:0.96rem;color:var(--grey-dark);margin:0;max-width:480px;}
.ai-case-open{
  display:inline-flex;align-items:center;gap:8px;cursor:pointer;
  font-size:0.85rem;font-weight:800;letter-spacing:0.03em;text-transform:uppercase;
  color:var(--black);border-bottom:2px solid var(--gold);padding-bottom:4px;width:max-content;
  transition:color .15s ease, border-color .15s ease;
}
.ai-case-open:hover{color:var(--gold);}

/* ---------- patient portal / health initiative card ---------- */
.health-card{
  display:flex;align-items:stretch;background:var(--white);
  border:1px solid var(--line-light);border-radius:8px;overflow:hidden;
}
.health-card-media{flex:0 0 42%;position:relative;min-height:300px;}
.health-card-media img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;}
.health-card-copy{flex:1 1 58%;padding:40px 48px;display:flex;flex-direction:column;justify-content:center;gap:12px;}
.health-card-copy h2{font-size:clamp(1.8rem,2.8vw,2.4rem);}
.health-card-copy p{color:var(--grey-dark);font-size:1rem;max-width:560px;}

@media (max-width: 980px){
  .ai-claim-row{flex-direction:column;}
  .ai-case-row{flex-direction:column !important;min-height:auto;}
  .ai-case-media{flex:0 0 auto;min-height:240px;}
  .ai-case-copy{padding:28px 28px;}
  .health-card{flex-direction:column;}
  .health-card-media{min-height:240px;}
  .health-card-copy{padding:28px 28px;}
}
