
:root{
  --bg:#07111f;
  --bg2:#0b1828;
  --panel:#101d2d;
  --panel2:#132337;
  --text:#f5f8ff;
  --muted:#aebbd0;
  --line:rgba(255,255,255,.12);
  --blue:#2567ff;
  --navy:#082d73;
  --teal:#14c6c0;
  --teal2:#70e4d8;
  --warn:#f3bd6b;
  --radius:22px;
  --max:1180px;
  --shadow:0 26px 80px rgba(0,0,0,.28);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:
    radial-gradient(circle at 85% -10%, rgba(20,198,192,.13), transparent 32%),
    radial-gradient(circle at 10% 5%, rgba(37,103,255,.16), transparent 34%),
    linear-gradient(180deg,#07111f 0%,#081423 52%,#07111f 100%);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.62;
}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
img{display:block;max-width:100%}
.container{width:min(calc(100% - 36px),var(--max));margin:0 auto}
.nav{
  position:sticky;top:0;z-index:30;
  background:rgba(7,17,31,.86);
  backdrop-filter:blur(18px);
  border-bottom:1px solid var(--line)
}
.nav-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;min-width:150px}
.brand img{height:34px;width:auto}
.nav-links{display:flex;align-items:center;gap:22px;font-size:.92rem;color:#d6dfec}
.nav-links a:hover,.footer a:hover{color:white}
.nav-actions{display:flex;gap:10px;align-items:center}
.menu-btn{display:none}
.btn{
  min-height:44px;padding:.72rem 1.05rem;border-radius:12px;border:1px solid var(--line);
  display:inline-flex;align-items:center;justify-content:center;gap:.45rem;
  color:white;background:rgba(255,255,255,.045);font-weight:760;cursor:pointer
}
.btn:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.25)}
.btn-primary{border:none;color:#06111f;background:linear-gradient(135deg,var(--teal2),var(--teal))}
.btn-blue{border:none;color:white;background:linear-gradient(135deg,#3676ff,#1858e9)}
.btn-sm{min-height:38px;padding:.5rem .8rem;font-size:.88rem}
.eyebrow{
  display:inline-flex;align-items:center;gap:.45rem;
  color:var(--teal2);background:rgba(20,198,192,.07);
  border:1px solid rgba(112,228,216,.2);border-radius:999px;
  padding:.38rem .68rem;font-weight:820;font-size:.8rem;letter-spacing:.02em
}
.hero{padding:88px 0 66px}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:56px;align-items:center}
.hero h1{
  font-size:clamp(3.25rem,6.4vw,5.7rem);
  line-height:1.02;letter-spacing:-.055em;margin:16px 0 22px;max-width:800px
}
.hero .lede{font-size:clamp(1.08rem,1.7vw,1.3rem);color:var(--muted);max-width:720px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0 16px}
.meta{color:#91a3bc;font-size:.9rem}

.page-hero{padding:64px 0 34px}
.page-hero h1{
  font-size:clamp(2.25rem,3.6vw,2.8rem);
  line-height:1.09;letter-spacing:-.04em;
  margin:16px 0 16px;max-width:940px
}
.page-hero .lede{font-size:1.15rem;color:var(--muted);max-width:840px;margin:0}

.product-window{
  border:1px solid var(--line);border-radius:28px;padding:16px;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025));
  box-shadow:var(--shadow)
}
.window-bar{display:flex;align-items:center;justify-content:space-between;padding:8px 10px 14px;color:#b8c4d7;font-size:.82rem}
.window-dots{display:flex;gap:6px}.window-dots i{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.22)}
.window-screen{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#0a1524;min-height:430px}
.mock-toolbar{height:54px;padding:0 18px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--line)}
.mock-chip{height:24px;width:74px;border-radius:7px;background:rgba(37,103,255,.18);border:1px solid rgba(37,103,255,.2)}
.mock-body{display:grid;grid-template-columns:145px 1fr;min-height:374px}
.mock-side{border-right:1px solid var(--line);padding:15px;background:rgba(255,255,255,.022)}
.mock-side div{height:29px;border-radius:8px;margin-bottom:7px;background:rgba(255,255,255,.045)}
.mock-side div:first-child{background:rgba(20,198,192,.12)}
.mock-main{padding:18px}
.mock-card{border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.035);padding:15px;margin-bottom:12px}
.mock-card h4{margin:7px 0 11px}
.wave{
  height:62px;border:1px solid var(--line);border-radius:10px;
  background:
    linear-gradient(90deg,transparent 0 4%,rgba(20,198,192,.68) 4% 6%,transparent 6% 10%,rgba(37,103,255,.65) 10% 13%,transparent 13% 17%,rgba(20,198,192,.8) 17% 20%,transparent 20% 27%,rgba(37,103,255,.7) 27% 31%,transparent 31% 39%,rgba(20,198,192,.75) 39% 43%,transparent 43% 50%,rgba(37,103,255,.6) 50% 54%,transparent 54% 63%,rgba(20,198,192,.65) 63% 68%,transparent 68% 75%,rgba(37,103,255,.7) 75% 81%,transparent 81%)
}
.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}
.timeline i{height:48px;border-radius:9px;background:linear-gradient(135deg,rgba(37,103,255,.24),rgba(20,198,192,.13));border:1px solid var(--line)}

.section{padding:72px 0}
.section-tight{padding:44px 0}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:28px}
.section-head h2{max-width:700px}
.section-head p{max-width:570px;margin:0;color:var(--muted)}
h2{font-size:clamp(2rem,3.5vw,3rem);line-height:1.12;letter-spacing:-.038em;margin:14px 0}
h3{font-size:1.22rem;line-height:1.25;letter-spacing:-.02em;margin:0 0 9px}
p{margin-top:0}
.grid-2,.grid-3,.grid-4{display:grid;gap:18px}
.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{
  border:1px solid var(--line);border-radius:var(--radius);padding:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.058),rgba(255,255,255,.027))
}
.card p{color:var(--muted);margin-bottom:0}
.icon{
  width:44px;height:44px;border-radius:13px;display:grid;place-items:center;margin-bottom:16px;
  color:var(--teal2);background:rgba(20,198,192,.105);font-weight:900
}
.pill{display:inline-flex;border-radius:999px;padding:.28rem .58rem;background:rgba(37,103,255,.13);color:#b9ccff;font-size:.76rem;font-weight:800}

.workflow{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:28px}
.step{border:1px solid var(--line);border-radius:17px;padding:18px 14px;background:rgba(255,255,255,.03);min-height:110px}
.step-num{color:var(--teal2);font-size:.78rem;font-weight:900}
.step strong{display:block;margin-top:18px}

.split{
  display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);
  border-radius:28px;overflow:hidden;background:rgba(255,255,255,.035)
}
.split>div{padding:36px}
.split>div+div{border-left:1px solid var(--line);background:rgba(37,103,255,.035)}
.checks{list-style:none;padding:0;margin:18px 0 0}
.checks li{position:relative;padding:8px 0 8px 27px;color:#dbe5f3}
.checks li:before{content:"✓";position:absolute;left:0;color:var(--teal2);font-weight:900}

.cta{
  padding:40px;border:1px solid var(--line);border-radius:28px;
  background:radial-gradient(circle at 8% 0%,rgba(20,198,192,.14),transparent 35%),linear-gradient(135deg,rgba(37,103,255,.1),rgba(255,255,255,.028))
}
.cta-row{display:flex;justify-content:space-between;align-items:center;gap:28px}
.cta p{color:var(--muted);max-width:680px;margin-bottom:0}

.edition-card{position:relative;overflow:hidden}
.edition-card:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:linear-gradient(var(--blue),var(--teal))}
.edition-card ul{margin-bottom:0}

.price{font-size:2rem;font-weight:900;letter-spacing:-.04em}
.notice{
  padding:18px 20px;border:1px solid rgba(243,189,107,.28);border-radius:16px;
  color:#f2d3a1;background:rgba(243,189,107,.07)
}

.form-wrap{display:grid;grid-template-columns:.78fr 1.22fr;gap:24px;align-items:start}
.form-card{border:1px solid var(--line);border-radius:24px;padding:26px;background:rgba(255,255,255,.035)}
.field{margin-bottom:16px}
.field label{display:block;font-weight:740;margin-bottom:7px}
.field small{color:#8fa1ba}
.input,textarea,select{
  width:100%;border:1px solid var(--line);border-radius:12px;background:#0a1626;color:white;
  padding:.78rem .9rem;outline:none
}
.input:focus,textarea:focus,select:focus{border-color:rgba(112,228,216,.55);box-shadow:0 0 0 3px rgba(20,198,192,.08)}
textarea{min-height:140px;resize:vertical}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.hidden{display:none!important}
.checkbox{display:flex;align-items:flex-start;gap:10px;color:#d6e0ee}
.checkbox input{margin-top:5px}
.form-status{margin-top:14px;color:#aebbd0;font-size:.9rem}
.support-list{display:grid;gap:12px}
.support-item{border:1px solid var(--line);border-radius:16px;padding:16px;background:rgba(255,255,255,.025)}
.support-item strong{display:block;margin-bottom:4px}

.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:18px}
table{width:100%;border-collapse:collapse;min-width:720px}
th,td{padding:15px 17px;text-align:left;border-bottom:1px solid var(--line)}
th{background:rgba(255,255,255,.045)}
td{color:#cbd5e4}

.footer{margin-top:58px;padding:34px 0 42px;border-top:1px solid var(--line);color:#91a4be}
.footer-grid{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}
.footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:8px}.footer-brand img{height:27px}
.footer-links{display:flex;gap:18px;flex-wrap:wrap}

@media(max-width:980px){
 .hero-grid,.split,.form-wrap{grid-template-columns:1fr}
 .grid-4{grid-template-columns:repeat(2,1fr)}
 .grid-3{grid-template-columns:repeat(2,1fr)}
 .workflow{grid-template-columns:repeat(3,1fr)}
 .split>div+div{border-left:none;border-top:1px solid var(--line)}
 .nav-links{display:none}
 .menu-btn{display:inline-flex}
 .nav.open .nav-links{
   display:flex;position:absolute;left:18px;right:18px;top:76px;flex-direction:column;align-items:stretch;
   gap:8px;padding:15px;border:1px solid var(--line);border-radius:15px;background:#0a1626
 }
}
@media(max-width:680px){
 .grid-2,.grid-3,.grid-4,.form-grid{grid-template-columns:1fr}
 .workflow{grid-template-columns:1fr 1fr}
 .section-head,.cta-row{align-items:flex-start;flex-direction:column}
 .hero{padding-top:58px}
 .mock-body{grid-template-columns:1fr}.mock-side{display:none}
 .brand img{height:29px}
 .nav-actions .btn:first-child{display:none}
}


/* v4 refinements */
.menu-btn{display:none!important}
@media(max-width:980px){
  .menu-btn{display:inline-flex!important}
}

/* Stronger web logo plate */
.brand-badge{
  background:#ffffff;
  border-radius:12px;
  padding:7px 12px;
  min-width:118px;
  min-height:40px;
  box-shadow:0 6px 18px rgba(0,0,0,.2);
}
.brand-badge img{height:26px;width:auto}

/* Tighter typography: reserve scale for homepage only */
.hero h1{
  font-size:clamp(2.85rem,4.55vw,4.15rem);
  line-height:1.035;
  max-width:720px;
}
.page-hero h1{
  font-size:clamp(2.1rem,3.15vw,2.65rem);
  line-height:1.08;
  max-width:900px;
}
.hero .lede{max-width:690px}
.page-hero .lede{font-size:1.08rem}

/* Knowledge-first homepage */
.knowledge-flow{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:10px;
  margin-top:26px;
}
.knowledge-node{
  border:1px solid var(--line);
  border-radius:16px;
  padding:15px 12px;
  background:rgba(255,255,255,.032);
  min-height:96px;
}
.knowledge-node span{
  display:block;
  color:var(--teal2);
  font-size:.76rem;
  font-weight:900;
  margin-bottom:18px;
}
.knowledge-node strong{display:block}
.knowledge-diagram{
  border:1px solid var(--line);
  border-radius:26px;
  padding:26px;
  background:
    radial-gradient(circle at 15% 0%,rgba(20,198,192,.12),transparent 35%),
    linear-gradient(160deg,rgba(37,103,255,.08),rgba(255,255,255,.028));
}
.kd-top{
  text-align:center;
  font-weight:900;
  font-size:1.1rem;
  margin-bottom:18px;
}
.kd-center{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:16px;
  align-items:center;
}
.kd-box{
  border:1px solid var(--line);
  border-radius:16px;
  padding:18px;
  background:#0b1726;
}
.kd-arrow{
  color:var(--teal2);
  font-size:1.6rem;
  font-weight:900;
}
.kd-outputs{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:18px;
}
.kd-output{
  border:1px solid var(--line);
  border-radius:12px;
  padding:13px;
  text-align:center;
  background:rgba(255,255,255,.03);
}
.regenerate-strip{
  margin-top:18px;
  border:1px dashed rgba(112,228,216,.34);
  border-radius:14px;
  padding:14px 16px;
  color:#dbe6f3;
  background:rgba(20,198,192,.045);
}
.regenerate-strip strong{color:var(--teal2)}

.feature-story{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:44px;
  align-items:center;
  padding:46px 0;
}
.feature-story.reverse{grid-template-columns:1.18fr .82fr}
.feature-story.reverse .story-copy{order:2}
.feature-story.reverse .story-visual{order:1}
.story-copy h2{
  font-size:clamp(2rem,3vw,2.55rem);
  margin:12px 0 14px;
}
.story-copy p{
  color:var(--muted);
  font-size:1.03rem;
}
.story-visual{
  border:1px solid var(--line);
  border-radius:24px;
  min-height:300px;
  padding:24px;
  background:linear-gradient(140deg,rgba(37,103,255,.095),rgba(20,198,192,.055));
  display:flex;
  align-items:center;
  justify-content:center;
}

@media(max-width:980px){
  .knowledge-flow{grid-template-columns:repeat(3,1fr)}
  .feature-story,.feature-story.reverse{grid-template-columns:1fr}
  .feature-story.reverse .story-copy,.feature-story.reverse .story-visual{order:initial}
}
@media(max-width:680px){
  .knowledge-flow{grid-template-columns:repeat(2,1fr)}
  .kd-center{grid-template-columns:1fr}
  .kd-arrow{transform:rotate(90deg);text-align:center}
  .kd-outputs{grid-template-columns:1fr}
}

/* v5 */
.menu-btn{display:none!important}
.brand-badge{background:#fff!important;border-radius:12px!important;padding:7px 12px!important;min-height:40px;box-shadow:0 6px 18px rgba(0,0,0,.2)}
.brand-badge img{height:26px!important;width:auto}
.hero h1{font-size:clamp(2.75rem,4.35vw,4rem)!important;line-height:1.04!important;max-width:700px!important}
.page-hero h1{font-size:clamp(2.05rem,3vw,2.6rem)!important;line-height:1.09!important}
.hero-product{position:relative;min-height:500px;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:var(--shadow);background:#0b1726}
.hero-product>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.76;transform:scale(1.01)}
.hero-product:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,17,31,.03),rgba(7,17,31,.38))}
.hero-product-label{position:absolute;z-index:2;left:20px;right:20px;bottom:20px;padding:14px 16px;border:1px solid rgba(255,255,255,.15);border-radius:14px;background:rgba(7,17,31,.74);backdrop-filter:blur(10px)}
.hero-product-label strong{display:block}.hero-product-label span{color:#b8c6d8;font-size:.9rem}
.product-story{display:grid;grid-template-columns:.72fr 1.28fr;gap:40px;align-items:center;padding:48px 0}
.product-story.reverse{grid-template-columns:1.28fr .72fr}.product-story.reverse .product-copy{order:2}.product-story.reverse .real-shot{order:1}
.product-copy h2{font-size:clamp(1.9rem,2.8vw,2.45rem);margin:12px 0 14px}.product-copy p{color:var(--muted);font-size:1.03rem}
.real-shot{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#0a1626;box-shadow:0 20px 55px rgba(0,0,0,.24);margin:0}
.real-shot img{width:100%;height:auto}.real-shot-caption{padding:13px 15px;color:#aebbd0;border-top:1px solid var(--line);font-size:.88rem}
.hierarchy-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin:22px 0 12px}
.hierarchy-item{border:1px solid var(--line);border-radius:13px;padding:13px 9px;text-align:center;background:rgba(255,255,255,.03);font-weight:780}
.self-training{border:1px solid rgba(112,228,216,.23);border-radius:24px;padding:30px;background:linear-gradient(135deg,rgba(20,198,192,.08),rgba(37,103,255,.06))}
.self-training-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:28px;align-items:center}
.pricing-gap{margin-top:34px!important}
@media(max-width:980px){.menu-btn{display:inline-flex!important}.product-story,.product-story.reverse,.self-training-grid{grid-template-columns:1fr}.product-story.reverse .product-copy,.product-story.reverse .real-shot{order:initial}.hierarchy-strip{grid-template-columns:1fr}}


/* v6 hero cleanup */
.hero-grid{
  grid-template-columns:.92fr 1.08fr!important;
  gap:48px!important;
}
.hero-product{
  min-height:540px!important;
  border-radius:24px!important;
  background:#0b1726!important;
  overflow:hidden!important;
}
.hero-product>img{
  opacity:1!important;
  object-fit:cover!important;
  object-position:center!important;
  transform:scale(1.005)!important;
}
.hero-product:after{
  background:
    linear-gradient(180deg,rgba(7,17,31,.01) 0%,rgba(7,17,31,.02) 65%,rgba(7,17,31,.12) 100%)!important;
}
.hero-product-label{
  display:none!important;
}
@media(max-width:980px){
  .hero-grid{grid-template-columns:1fr!important}
  .hero-product{min-height:420px!important}
}
@media(max-width:680px){
  .hero-product{min-height:310px!important}
}


/* v7: hero screenshot becomes the hero background */
.hero{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(90deg,
      rgba(7,17,31,.98) 0%,
      rgba(7,17,31,.94) 32%,
      rgba(7,17,31,.72) 52%,
      rgba(7,17,31,.22) 74%,
      rgba(7,17,31,.10) 100%),
    url("workspace-projects.png") right center / cover no-repeat;
  border-bottom:1px solid rgba(255,255,255,.05);
}
.hero:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(7,17,31,.05) 0%,rgba(7,17,31,.03) 65%,rgba(7,17,31,.26) 100%);
}
.hero .container{
  position:relative;
  z-index:2;
}
.hero-grid{
  display:block!important;
  min-height:500px;
}
.hero-grid>div:first-child{
  max-width:650px;
  padding:28px 0 22px;
}
.hero-product{display:none!important}
.hero h1{
  max-width:620px!important;
}
.hero .lede{
  max-width:620px!important;
}
@media(max-width:980px){
  .hero{
    background:
      linear-gradient(90deg,rgba(7,17,31,.97) 0%,rgba(7,17,31,.90) 55%,rgba(7,17,31,.60) 100%),
      url("workspace-projects.png") 68% center / cover no-repeat;
  }
  .hero-grid{min-height:500px}
}
@media(max-width:680px){
  .hero{
    background:
      linear-gradient(180deg,rgba(7,17,31,.95) 0%,rgba(7,17,31,.90) 45%,rgba(7,17,31,.78) 100%),
      url("workspace-projects.png") 62% center / cover no-repeat;
  }
  .hero-grid{min-height:470px}
  .hero-grid>div:first-child{padding-top:26px}
}

/* v9: tighter hero + live portal forms */
.form-status.success{color:#6ee7c8}
.form-status.error{color:#ff9d9d}
.release-card{max-width:860px;margin:0 auto;padding:34px;border:1px solid var(--line);border-radius:22px;background:rgba(16,31,50,.78);box-shadow:var(--shadow)}
.release-card h2{margin-top:8px}
.release-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.beta-form{margin-top:28px;padding-top:26px;border-top:1px solid var(--line)}


/* v10 final layout polish */

/* Make the logo itself larger without making the white badge materially larger. */
.brand-badge{
  min-height:40px !important;
  padding:4px 10px !important;
}
.brand-badge img{
  height:31px !important;
  width:auto !important;
}

/* Tighten the two empty bands inside the Home hero. */
.hero{
  padding:24px 0 20px !important;
}
.hero-grid{
  min-height:350px !important;
  display:flex !important;
  align-items:center !important;
}
.hero-grid>div:first-child{
  padding:4px 0 !important;
  margin:0 !important;
}
.hero .meta{
  margin-bottom:0 !important;
}

@media(max-width:980px){
  .hero{padding:28px 0 24px !important}
  .hero-grid{min-height:390px !important}
}
@media(max-width:680px){
  .hero{padding:30px 0 26px !important}
  .hero-grid{min-height:430px !important}
  .hero-grid>div:first-child{padding:0 !important}
}

/* Footer: links above, subtle divider, quieter ownership line below. */
.footer{
  margin-top:44px !important;
  padding:20px 0 18px !important;
  border-top:1px solid rgba(255,255,255,.07) !important;
  color:#91a4be;
}
.footer-grid{
  display:grid !important;
  grid-template-columns:1fr auto;
  grid-template-areas:
    "empty links"
    "rule rule"
    "brand copy";
  align-items:center;
  column-gap:28px;
  row-gap:11px;
}
.footer-links{
  grid-area:links;
  justify-self:end;
  display:flex;
  gap:18px;
  flex-wrap:wrap;
  font-size:.88rem;
  opacity:.76;
}
.footer-rule{
  grid-area:rule;
  height:1px;
  width:100%;
  background:rgba(255,255,255,.07);
}
.footer-brand{
  grid-area:brand;
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 !important;
  font-size:.86rem;
  opacity:.70;
}
.footer-brand img{
  height:23px !important;
  width:auto;
}
.footer-copy{
  grid-area:copy;
  justify-self:end;
  font-size:.82rem;
  opacity:.56;
}
@media(max-width:720px){
  .footer-grid{
    grid-template-columns:1fr;
    grid-template-areas:
      "links"
      "rule"
      "brand"
      "copy";
  }
  .footer-links,
  .footer-copy{
    justify-self:start;
  }
}


/* ==========================================================
   v11 visual system polish
   - Break up the continuous navy with soft light sections
   - Standardize card typography
   - Simplify footer to one quiet row
   ========================================================== */

:root{
  --light-bg:#eef3f8;
  --light-bg2:#f8fafc;
  --light-panel:#ffffff;
  --light-text:#102033;
  --light-muted:#5d6d81;
  --light-line:rgba(16,32,51,.12);
  --light-shadow:0 18px 48px rgba(18,43,70,.09);

  /* Shared type scale for repeated UI/content elements */
  --type-card-title:1.24rem;
  --type-card-body:1rem;
}

/* Repeated cards should use the same visual scale everywhere. */
.card h3,
.edition-card h3,
.trial-banner h3{
  font-size:var(--type-card-title);
  line-height:1.28;
}
.card p,
.edition-card p{
  font-size:var(--type-card-body);
}

/* Soft light content bands give the eye a break from the dark product chrome. */
.section-light{
  color:var(--light-text);
  background:
    radial-gradient(circle at 92% 0%,rgba(20,198,192,.075),transparent 30%),
    linear-gradient(180deg,var(--light-bg2),var(--light-bg));
  border-top:1px solid rgba(16,32,51,.05);
  border-bottom:1px solid rgba(16,32,51,.06);
}
.section-light .section-head p,
.section-light .product-copy p,
.section-light .story-copy p,
.section-light p,
.section-light .meta{
  color:var(--light-muted);
}
.section-light h2,
.section-light h3,
.section-light strong{
  color:var(--light-text);
}
.section-light .eyebrow{
  color:#087e7a;
  background:rgba(20,198,192,.09);
  border-color:rgba(8,126,122,.17);
}
.section-light .pill{
  color:#2450a3;
  background:rgba(37,103,255,.08);
}
.section-light .card,
.section-light .form-card,
.section-light .split,
.section-light .knowledge-diagram,
.section-light .story-visual{
  background:rgba(255,255,255,.86);
  border-color:var(--light-line);
  box-shadow:var(--light-shadow);
}
.section-light .split>div+div{
  border-left-color:var(--light-line);
  background:rgba(37,103,255,.025);
}
.section-light .checks li{
  color:#31445a;
}
.section-light .hierarchy-item,
.section-light .knowledge-node,
.section-light .step,
.section-light .kd-output{
  color:var(--light-text);
  background:rgba(255,255,255,.78);
  border-color:var(--light-line);
}
.section-light .self-training{
  color:var(--light-text);
  background:linear-gradient(135deg,rgba(20,198,192,.08),rgba(37,103,255,.035));
  border-color:rgba(8,126,122,.18);
}
.section-light .real-shot{
  background:#fff;
  border-color:var(--light-line);
  box-shadow:var(--light-shadow);
}
.section-light .real-shot-caption{
  color:var(--light-muted);
  border-top-color:var(--light-line);
}
.section-light p[style*="#aebbd0"],
.section-light p[style*="#AEBBD0"]{
  color:var(--light-muted)!important;
}

/* Form controls stay crisp/readable when a form happens to sit on a light band. */
.section-light .input,
.section-light textarea,
.section-light select{
  color:var(--light-text);
  background:#fff;
  border-color:var(--light-line);
}

/* Multilingual comparison cards: use section/card scale, not page-title scale. */
.language-compare h2{
  font-size:clamp(1.72rem,2.35vw,2.18rem)!important;
  line-height:1.14!important;
  letter-spacing:-.032em!important;
  margin:16px 0 12px!important;
}
.language-compare p{
  font-size:1rem;
}

/* Footer: one compact line on desktop, no divider. */
.footer{
  margin-top:40px!important;
  padding:20px 0!important;
  border-top:1px solid rgba(255,255,255,.07)!important;
}
.footer-grid{
  display:grid!important;
  grid-template-columns:minmax(240px,1fr) auto minmax(240px,1fr)!important;
  grid-template-areas:"brand links copy"!important;
  align-items:center!important;
  gap:24px!important;
}
.footer-rule{
  display:none!important;
}
.footer-brand{
  grid-area:brand!important;
  margin:0!important;
  opacity:.66!important;
  font-size:.82rem!important;
  gap:9px!important;
  white-space:nowrap;
}
.footer-brand img{
  height:22px!important;
}
.footer-links{
  grid-area:links!important;
  justify-self:center!important;
  gap:18px!important;
  font-size:.82rem!important;
  opacity:.70!important;
  white-space:nowrap;
}
.footer-copy{
  grid-area:copy!important;
  justify-self:end!important;
  font-size:.78rem!important;
  opacity:.52!important;
  white-space:nowrap;
}
@media(max-width:900px){
  .footer-grid{
    grid-template-columns:1fr!important;
    grid-template-areas:
      "brand"
      "links"
      "copy"!important;
    justify-items:center!important;
    text-align:center!important;
    gap:8px!important;
  }
  .footer-brand,
  .footer-links,
  .footer-copy{
    justify-self:center!important;
    white-space:normal;
  }
}

/* Keep major emphasis/CTA panels dark even when surrounded by lighter content. */
.section .cta{
  color:var(--text);
}

/* Sales / organization licensing */
.sales-paths .card{display:flex;flex-direction:column;align-items:flex-start}
.sales-paths .card h3{margin-top:14px}
.sales-paths .text-link{margin-top:auto;padding-top:18px;color:var(--teal2);font-weight:800}
.sales-note{margin-top:20px;padding:18px 20px;border:1px solid rgba(112,228,216,.24);border-radius:16px;background:rgba(20,198,192,.055);color:#dbe6f3}
.sales-note strong{color:var(--teal2)}
.form-intro{color:var(--muted);margin:-2px 0 20px}
.sales-form-wrap .support-item span{display:block;color:var(--muted);margin-top:4px}
.faq-intro{margin-bottom:22px}.faq-intro p{color:var(--muted)}.faq-groups{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}.faq-group{border:1px solid var(--line);border-radius:20px;padding:20px;background:rgba(255,255,255,.03)}.faq-group h3{color:var(--teal2);margin-bottom:8px}.faq-group details{border-top:1px solid var(--line)}.faq-group details:first-of-type{border-top:0}.faq-group summary{cursor:pointer;list-style:none;padding:14px 34px 14px 0;font-weight:760;position:relative}.faq-group summary::-webkit-details-marker{display:none}.faq-group summary:after{content:"+";position:absolute;right:4px;top:9px;font-size:1.4rem;color:var(--teal2)}.faq-group details[open] summary:after{content:"−"}.faq-group details p{color:var(--muted);padding:0 20px 16px 0;margin:0}.faq-support-line{margin-top:22px;padding:16px 18px;border:1px solid rgba(112,228,216,.22);border-radius:14px;background:rgba(20,198,192,.045)}@media(max-width:780px){.faq-groups{grid-template-columns:1fr}}
/* Primary Product navigation */
.nav-dropdown{position:relative}
.nav-dropdown-toggle{
  border:0;background:transparent;color:#d6dfec;cursor:pointer;padding:8px 0;
  font:inherit;font-size:.92rem
}
.nav-dropdown-toggle:hover,.nav-dropdown.open .nav-dropdown-toggle{color:#fff}
.nav-dropdown-menu{
  position:absolute;left:-18px;top:38px;width:330px;padding:10px;
  border:1px solid var(--line);border-radius:16px;background:#0a1626;
  box-shadow:0 24px 65px rgba(0,0,0,.36);
  opacity:0;visibility:hidden;transform:translateY(-7px);
  transition:opacity .16s ease,transform .16s ease,visibility .16s;
}
.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown.open .nav-dropdown-menu{
  opacity:1;visibility:visible;transform:translateY(0)
}
.nav-dropdown-menu a{display:block;padding:10px 11px;border-radius:11px}
.nav-dropdown-menu a:hover{background:rgba(255,255,255,.055)}
.nav-dropdown-menu strong{display:block;color:#eef5ff;font-size:.9rem}
.nav-dropdown-menu span{display:block;color:#8fa1ba;font-size:.77rem;line-height:1.35;margin-top:2px}

/* Support FAQ -> contact transition */
.support-contact-section{padding:10px 0 72px}
.support-help-toggle{
  width:100%;display:flex;align-items:center;gap:16px;text-align:left;cursor:pointer;
  padding:20px 22px;border-radius:20px;
  border:1px solid rgba(112,228,216,.38);
  color:#f7fbff;
  background:
    radial-gradient(circle at 3% 10%,rgba(112,228,216,.16),transparent 30%),
    linear-gradient(120deg,rgba(37,103,255,.22),rgba(20,198,192,.11));
  box-shadow:0 14px 40px rgba(0,0,0,.18);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.support-help-toggle:hover{transform:translateY(-1px);border-color:rgba(112,228,216,.62);box-shadow:0 18px 48px rgba(0,0,0,.24)}
.support-help-icon{
  flex:0 0 48px;width:48px;height:48px;border-radius:15px;display:grid;place-items:center;
  background:linear-gradient(135deg,#3676ff,#14c6c0);font-size:1.45rem
}
.support-help-copy{display:flex;flex-direction:column;min-width:0}
.support-help-copy strong{font-size:1.13rem}
.support-help-copy span{color:#bfd0e5;font-size:.93rem;margin-top:2px}
.support-help-action{margin-left:auto;display:flex;align-items:center;gap:12px;color:var(--teal2);font-weight:800;white-space:nowrap}
.support-chevron{font-size:1.5rem;line-height:1;transition:transform .25s ease}
.support-help-toggle[aria-expanded="true"] .support-chevron{transform:rotate(180deg)}
.support-form-shell{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .34s ease,opacity .25s ease}
.support-form-shell.open{grid-template-rows:1fr;opacity:1}
.support-form-inner{overflow:hidden}
.support-form-section{padding:28px 0 0;background:transparent}
.support-form-section>.container{width:100%}
.support-contact-section .form-wrap{padding-top:0}

/* Edition comparison */
.edition-flow>div{display:flex;flex-direction:column;align-items:flex-start}
.edition-flow .checks{flex:1;margin-bottom:24px}

@media(max-width:980px){
  .nav.open .nav-dropdown{width:100%}
  .nav.open .nav-dropdown-toggle{width:100%;text-align:left;padding:8px}
  .nav-dropdown-menu{
    position:static;width:100%;box-shadow:none;margin-top:4px;display:none;
    opacity:1;visibility:visible;transform:none;background:rgba(255,255,255,.025)
  }
  .nav-dropdown.open .nav-dropdown-menu{display:block}
  .nav-dropdown:hover .nav-dropdown-menu:not(.open){ }
}
@media(max-width:680px){
  .support-help-toggle{align-items:flex-start;padding:17px}
  .support-help-icon{flex-basis:42px;width:42px;height:42px}
  .support-help-action span:first-child{display:none}
  .support-help-action{margin-left:auto}
}

/* Mission */
.mission-section{position:relative}
.mission-panel{
  display:grid;grid-template-columns:.88fr 1.12fr;gap:42px;
  padding:38px;border:1px solid rgba(112,228,216,.22);border-radius:28px;
  background:
    radial-gradient(circle at 3% 0%,rgba(20,198,192,.14),transparent 38%),
    linear-gradient(135deg,rgba(37,103,255,.09),rgba(255,255,255,.028))
}
.mission-kicker blockquote{
  margin:22px 0 0;font-size:clamp(1.55rem,2.5vw,2.25rem);line-height:1.18;
  letter-spacing:-.035em;font-weight:850;color:#f5f8ff
}
.mission-copy p{color:#c3d0e1;font-size:1.02rem}
.mission-copy p:last-child{margin-bottom:0}
.mission-impact{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:18px}
.mission-level{display:block;color:var(--teal2);font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}
.mission-vision{
  display:grid;grid-template-columns:auto 1fr;gap:22px;align-items:start;margin-top:18px;
  padding:22px 24px;border:1px dashed rgba(112,228,216,.28);border-radius:18px;background:rgba(20,198,192,.035)
}
.mission-vision h3{margin:0 0 6px}.mission-vision p{color:var(--muted);margin:0}
@media(max-width:850px){.mission-panel{grid-template-columns:1fr}.mission-impact{grid-template-columns:1fr}.mission-vision{grid-template-columns:1fr}}

/* Compact homepage hero + mission product balance */
.hero-compact{
  padding:54px 0 44px;
  background:
    radial-gradient(circle at 82% 15%,rgba(37,103,255,.11),transparent 31%),
    radial-gradient(circle at 12% 0%,rgba(20,198,192,.08),transparent 29%);
}
.hero-compact-copy{max-width:1120px}
.hero-compact h1{
  max-width:none;
  font-size:clamp(2.75rem,5.2vw,4.9rem);
  line-height:1.01;
  white-space:nowrap;
  margin:15px 0 17px;
}
.hero-compact .lede{max-width:790px;margin-bottom:0}
.hero-compact .hero-actions{margin:22px 0 12px}

.mission-with-product{
  grid-template-columns:.78fr 1.22fr;
  gap:34px;
  align-items:center;
}
.mission-story blockquote{
  margin:20px 0 18px;
  font-size:clamp(1.65rem,2.55vw,2.45rem);
  line-height:1.16;
  letter-spacing:-.038em;
  font-weight:850;
}
.mission-story>p{color:#c3d0e1;margin:0;font-size:1rem}
.mission-product{margin:0;min-width:0}
.mission-product-frame{
  padding:8px;border:1px solid rgba(255,255,255,.16);border-radius:18px;
  background:rgba(255,255,255,.055);box-shadow:0 18px 48px rgba(0,0,0,.22)
}
.mission-product-frame img{width:100%;border-radius:12px}
.mission-product figcaption{
  display:flex;flex-direction:column;gap:3px;padding:12px 4px 0;color:#dbe6f3;font-size:.88rem
}
.mission-product figcaption span{color:#91a4be;font-size:.82rem}

@media(max-width:1000px){
  .hero-compact h1{white-space:normal}
  .mission-with-product{grid-template-columns:1fr}
}
@media(max-width:680px){
  .hero-compact{padding:44px 0 34px}
  .hero-compact h1{font-size:clamp(2.45rem,12vw,3.5rem)}
}

/* Approved homepage composition */
.hero-approved{
  position:relative;
  overflow:visible;
  padding:34px 0 0;
  min-height:500px;
  border-bottom:1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 73% 7%,rgba(20,198,192,.07),transparent 28%),
    linear-gradient(180deg,#07182b 0%,#061426 100%);
}
.hero-approved-grid{
  position:relative;
  display:grid;
  grid-template-columns:35% 65%;
  min-height:465px;
  align-items:start;
}
.hero-approved-copy{
  position:relative;
  z-index:4;
  padding:20px 0 44px;
}
.hero-approved .eyebrow{margin-bottom:16px}
.hero-approved h1{
  margin:0 0 20px;
  max-width:none;
  font-size:clamp(3.15rem,4.75vw,5.2rem);
  line-height:.98;
  letter-spacing:-.052em;
  white-space:normal;
}
.hero-approved .lede{
  color:#d7e2f0;
  font-size:1.08rem;
  line-height:1.65;
  max-width:none;
  margin:0;
}
.hero-approved .hero-actions{margin:24px 0 0}

.hero-product-wrap{
  position:relative;
  z-index:5;
  height:100%;
}
.hero-product-card{
  position:absolute;
  right:0;
  left:3%;
  top:285px;
  margin:0;
  border-radius:17px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.2);
  background:#fff;
  box-shadow:0 25px 70px rgba(0,0,0,.32);
}
.hero-product-card img{
  display:block;
  width:100%;
  height:auto;
}

/* Dotted knowledge wave in the upper-right hero. */
.hero-wave{
  position:absolute;
  z-index:1;
  right:-2%;
  top:62px;
  width:57%;
  height:250px;
  opacity:.72;
  pointer-events:none;
  overflow:hidden;
}
.hero-wave:before,
.hero-wave:after{
  content:"";
  position:absolute;
  inset:0;
  background-image:radial-gradient(circle,rgba(20,198,192,.74) 0 1.3px,transparent 1.5px);
  background-size:12px 12px;
  transform:perspective(620px) rotateX(66deg) rotateZ(-4deg) scale(1.2,1.55);
  transform-origin:50% 45%;
  -webkit-mask-image:
    radial-gradient(ellipse 68% 45% at 60% 48%,#000 22%,rgba(0,0,0,.92) 44%,transparent 73%);
  mask-image:
    radial-gradient(ellipse 68% 45% at 60% 48%,#000 22%,rgba(0,0,0,.92) 44%,transparent 73%);
}
.hero-wave:after{
  top:44px;
  left:-13%;
  opacity:.42;
  transform:perspective(650px) rotateX(69deg) rotateZ(7deg) scale(1.18,1.5);
}

/* Mission continues visually beneath the hero and the overlapping product image. */
.mission-approved{
  position:relative;
  padding:56px 0 70px;
  background:
    radial-gradient(circle at 67% 0%,rgba(37,103,255,.07),transparent 31%),
    linear-gradient(180deg,#071a30 0%,#06172b 100%);
}
.mission-approved-grid{
  display:grid;
  grid-template-columns:35% 65%;
  min-height:335px;
  gap:0;
}
.mission-approved-copy{
  padding:0 30px 28px 0;
}
.mission-approved-copy h2{
  margin:22px 0 18px;
  font-size:clamp(2rem,3.05vw,3.2rem);
  line-height:1.08;
  letter-spacing:-.042em;
}
.mission-approved-copy p{
  margin:0;
  color:#d0dced;
  font-size:1rem;
  line-height:1.7;
}
.mission-product-space{
  position:relative;
  min-height:335px;
}
.mission-product-caption{
  position:absolute;
  left:4%;
  right:0;
  bottom:0;
  display:flex;
  align-items:center;
  gap:15px;
  color:#eaf3ff;
}
.mission-product-caption strong{
  display:block;
  margin-bottom:3px;
  font-size:.95rem;
}
.mission-product-caption span:not(.mission-book-icon){
  color:#acbbcf;
  font-size:.87rem;
}
.mission-book-icon{
  flex:0 0 48px;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  color:#70e4d8;
  border:1px solid rgba(112,228,216,.38);
  border-radius:13px;
  font-size:1.5rem;
  background:rgba(20,198,192,.07);
}

.mission-impact-approved{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:28px;
}
.mission-card{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:18px;
  min-height:205px;
  align-items:start;
  padding:24px;
}
.mission-card-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:14px;
  color:white;
  font-weight:900;
  letter-spacing:-2px;
}
.individual-card{border-color:rgba(20,198,192,.28)}
.individual-card .mission-card-icon{background:linear-gradient(135deg,#22c8be,#4fd4cb)}
.individual-card .mission-level{color:#44dcd3}
.organization-card{border-color:rgba(37,103,255,.3)}
.organization-card .mission-card-icon{background:linear-gradient(135deg,#2567ff,#269af7)}
.organization-card .mission-level{color:#4192ff}
.workforce-card{border-color:rgba(142,79,255,.34)}
.workforce-card .mission-card-icon{background:linear-gradient(135deg,#6536d8,#9856f1)}
.workforce-card .mission-level{color:#a66dff}
.mission-card h3{margin:3px 0 11px;font-size:1.18rem}
.mission-card p{color:#c3d0e1;line-height:1.62;margin:0}
.mission-level{
  font-size:.77rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.055em;
}

@media(max-width:1050px){
  .hero-approved-grid,.mission-approved-grid{grid-template-columns:42% 58%}
  .hero-product-card{top:315px}
  .hero-wave{width:60%}
}
@media(max-width:850px){
  .hero-approved{min-height:auto;padding-bottom:0}
  .hero-approved-grid,.mission-approved-grid{grid-template-columns:1fr}
  .hero-approved-copy{padding-bottom:30px}
  .hero-approved h1 br{display:none}
  .hero-product-wrap{height:auto}
  .hero-product-card{
    position:relative;
    left:auto;right:auto;top:auto;
    margin:0 0 -42px;
  }
  .hero-wave{width:100%;opacity:.36}
  .mission-approved{padding-top:82px}
  .mission-approved-copy{padding-right:0}
  .mission-product-space{min-height:auto}
  .mission-product-caption{position:relative;left:auto;bottom:auto;margin-top:12px}
  .mission-impact-approved{grid-template-columns:1fr}
}
@media(max-width:560px){
  .hero-approved h1{font-size:clamp(2.7rem,13vw,4rem)}
  .hero-approved .lede br{display:none}
  .mission-approved-copy h2 br{display:none}
  .mission-card{grid-template-columns:1fr}
}

/* Final approved homepage ratio / screenshot correction */
.hero-approved{
  min-height:430px;
  padding-top:24px;
}
.hero-approved-grid,
.mission-approved-grid{
  grid-template-columns:minmax(300px,36%) minmax(0,64%);
}
.hero-approved-grid{
  min-height:405px;
}
.hero-approved-copy{
  padding:14px 28px 34px 0;
}
.hero-approved h1{
  font-size:clamp(2.65rem,4.05vw,4.45rem);
  line-height:1;
  margin-bottom:18px;
}
.hero-approved .lede{
  font-size:1.03rem;
  line-height:1.58;
}
.hero-product-card{
  left:1.5%;
  right:0;
  top:245px;
}
.hero-wave{
  top:44px;
  width:62%;
  height:245px;
}

.mission-approved{
  padding-top:54px;
}
.mission-approved-grid{
  min-height:310px;
}
.mission-approved-copy{
  padding-right:38px;
}
.mission-approved-copy h2{
  font-size:clamp(1.85rem,2.7vw,2.8rem);
}
.mission-product-space{
  min-height:310px;
}
.mission-product-caption{
  left:2%;
}

/* Keep the proportions of the approved visual on laptop / narrower desktop widths.
   Do not collapse into a single column until a genuinely small screen. */
@media (min-width:721px) and (max-width:1100px){
  .container{width:min(calc(100% - 42px),1180px)}
  .hero-approved{
    min-height:390px;
    padding-top:18px;
  }
  .hero-approved-grid,
  .mission-approved-grid{
    grid-template-columns:36% 64%;
  }
  .hero-approved-grid{min-height:365px}
  .hero-approved-copy{padding:8px 22px 28px 0}
  .hero-approved .eyebrow{margin-bottom:13px;font-size:.7rem}
  .hero-approved h1{
    font-size:clamp(2.15rem,4.8vw,3.15rem);
    line-height:1.02;
    letter-spacing:-.045em;
    margin-bottom:14px;
  }
  .hero-approved .lede{
    font-size:.88rem;
    line-height:1.55;
  }
  .hero-approved .lede br{display:none}
  .hero-approved .hero-actions{margin-top:17px;gap:8px}
  .hero-approved .btn{min-height:39px;padding:.58rem .78rem;font-size:.82rem}

  .hero-product-card{
    top:170px;
    left:1.5%;
  }
  .hero-wave{
    top:30px;
    width:65%;
    height:205px;
  }

  .mission-approved{
    padding:42px 0 56px;
  }
  .mission-approved-grid{min-height:270px}
  .mission-approved-copy{padding:0 24px 18px 0}
  .mission-approved-copy .eyebrow{font-size:.69rem}
  .mission-approved-copy h2{
    font-size:clamp(1.55rem,3.25vw,2.15rem);
    line-height:1.08;
    margin:16px 0 14px;
  }
  .mission-approved-copy p{
    font-size:.79rem;
    line-height:1.62;
  }
  .mission-product-space{min-height:270px}
  .mission-product-caption{
    left:2%;
    gap:10px;
  }
  .mission-product-caption strong{font-size:.78rem}
  .mission-product-caption span:not(.mission-book-icon){font-size:.7rem}
  .mission-book-icon{width:38px;height:38px;flex-basis:38px}

  .mission-impact-approved{
    gap:12px;
    margin-top:20px;
  }
  .mission-card{
    min-height:180px;
    padding:16px;
    gap:12px;
    grid-template-columns:40px 1fr;
  }
  .mission-card-icon{width:40px;height:40px;border-radius:11px}
  .mission-card .mission-level{font-size:.63rem}
  .mission-card h3{font-size:.92rem;margin:2px 0 8px}
  .mission-card p{font-size:.72rem;line-height:1.52}
}

/* Only stack the composition on phone-size screens. */
@media(max-width:720px){
  .hero-approved-grid,
  .mission-approved-grid{grid-template-columns:1fr}
  .hero-approved-grid{min-height:auto}
  .hero-approved-copy{padding-right:0}
  .hero-product-card{
    position:relative;
    top:auto;left:auto;right:auto;
    margin-bottom:-36px;
  }
  .mission-approved{padding-top:72px}
  .mission-approved-copy{padding-right:0}
  .mission-product-space{min-height:auto}
  .mission-product-caption{position:relative;left:auto;margin-top:14px}
}

/* === Exact approved composition at standard laptop / scaled-browser widths === */

/* Keep the page composition two-column down to tablet size. */
@media (min-width:721px) and (max-width:1199px){
  .container{
    width:calc(100% - 30px);
    max-width:none;
  }

  /* HERO */
  .hero-approved{
    min-height:400px;
    padding-top:14px;
  }
  .hero-approved-grid{
    grid-template-columns:34% 66%;
    min-height:382px;
  }
  .hero-approved-copy{
    padding:4px 18px 25px 0;
  }
  .hero-approved .eyebrow{
    font-size:.62rem;
    padding:.30rem .52rem;
    margin-bottom:12px;
  }
  .hero-approved h1{
    /* Fixed scale so "Capture knowledge." stays on one line at ~880px viewport. */
    font-size:2.05rem;
    line-height:1.02;
    letter-spacing:-.043em;
    margin:0 0 14px;
  }
  .hero-approved .lede{
    font-size:.73rem;
    line-height:1.58;
    max-width:285px;
  }
  .hero-approved .lede br{
    display:none;
  }
  .hero-approved .hero-actions{
    margin-top:16px;
    gap:8px;
  }
  .hero-approved .btn{
    min-height:36px;
    padding:.48rem .72rem;
    border-radius:9px;
    font-size:.72rem;
  }

  /* Product image deliberately crosses the hero/mission boundary. */
  .hero-product-card{
    top:145px;
    left:0;
    right:0;
    border-radius:11px;
    box-shadow:0 20px 52px rgba(0,0,0,.34);
  }

  .hero-wave{
    top:24px;
    right:-4%;
    width:69%;
    height:185px;
    opacity:.68;
  }
  .hero-wave:before,
  .hero-wave:after{
    background-size:9px 9px;
  }

  /* MISSION */
  .mission-approved{
    padding:38px 0 52px;
  }
  .mission-approved-grid{
    grid-template-columns:34% 66%;
    min-height:330px;
  }
  .mission-approved-copy{
    padding:0 18px 18px 0;
  }
  .mission-approved-copy .eyebrow{
    font-size:.62rem;
    padding:.30rem .52rem;
  }
  .mission-approved-copy h2{
    /*
      Four intentional lines, matching approved mockup:
      Knowledge should outlive
      the moment it was taught—
      and language should never
      determine who can learn it.
    */
    font-size:1.52rem;
    line-height:1.08;
    letter-spacing:-.037em;
    margin:15px 0 13px;
  }
  .mission-approved-copy p{
    max-width:285px;
    font-size:.68rem;
    line-height:1.62;
  }
  .mission-product-space{
    min-height:330px;
  }
  .mission-product-caption{
    left:1%;
    right:0;
    bottom:0;
    gap:10px;
  }
  .mission-product-caption strong{
    font-size:.71rem;
    margin-bottom:1px;
  }
  .mission-product-caption span:not(.mission-book-icon){
    font-size:.62rem;
  }
  .mission-book-icon{
    width:34px;
    height:34px;
    flex-basis:34px;
    border-radius:9px;
    font-size:1rem;
  }

  /* VALUE CARDS */
  .mission-impact-approved{
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    margin-top:20px;
  }
  .mission-card{
    grid-template-columns:38px 1fr;
    gap:11px;
    min-height:174px;
    padding:15px;
    border-radius:15px;
  }
  .mission-card-icon{
    width:38px;
    height:38px;
    border-radius:10px;
    font-size:.7rem;
  }
  .mission-card .mission-level{
    font-size:.58rem;
    letter-spacing:.045em;
  }
  .mission-card h3{
    font-size:.82rem;
    margin:2px 0 7px;
  }
  .mission-card p{
    font-size:.64rem;
    line-height:1.5;
  }
}

/* Large desktop version follows the same geometry as the approved mockup. */
@media (min-width:1200px){
  .hero-approved{
    min-height:510px;
    padding-top:28px;
  }
  .hero-approved-grid,
  .mission-approved-grid{
    grid-template-columns:36% 64%;
  }
  .hero-approved h1{
    font-size:clamp(3.4rem,4.25vw,4.9rem);
    line-height:.99;
  }
  .hero-approved .lede{
    max-width:560px;
    font-size:1.02rem;
  }
  .hero-product-card{
    top:260px;
    left:0;
  }
  .mission-approved-grid{
    min-height:355px;
  }
  .mission-approved-copy h2{
    font-size:clamp(2.2rem,2.8vw,3rem);
  }
}

/* === Final 42/58 approved homepage proportion === */
@media (min-width:721px){
  .hero-approved-grid,
  .mission-approved-grid{
    grid-template-columns:42% 58% !important;
  }

  .hero-approved-copy{
    padding-right:26px !important;
  }

  .hero-product-card{
    left:0 !important;
    right:0 !important;
  }

  .mission-approved-copy{
    padding-right:30px !important;
  }
}

/* Laptop / scaled desktop */
@media (min-width:721px) and (max-width:1199px){
  .hero-approved{
    min-height:392px !important;
  }

  .hero-approved-grid{
    min-height:372px !important;
  }

  .hero-approved h1{
    font-size:1.82rem !important;
    line-height:1.03 !important;
    letter-spacing:-.038em !important;
    margin-bottom:13px !important;
  }

  .hero-approved .lede{
    max-width:340px !important;
    font-size:.74rem !important;
    line-height:1.55 !important;
  }

  .hero-product-card{
    top:142px !important;
  }

  .mission-approved-grid{
    min-height:320px !important;
  }

  .mission-approved-copy h2{
    font-size:1.34rem !important;
    line-height:1.09 !important;
    letter-spacing:-.032em !important;
  }

  .mission-approved-copy p{
    max-width:340px !important;
    font-size:.69rem !important;
    line-height:1.6 !important;
  }

  .mission-product-space{
    min-height:320px !important;
  }
}

/* Large desktop keeps same visual ratio with a little more scale. */
@media (min-width:1200px){
  .hero-approved h1{
    font-size:clamp(3.05rem,3.7vw,4.25rem) !important;
    line-height:1.01 !important;
  }

  .hero-approved .lede{
    max-width:620px !important;
    font-size:1rem !important;
  }

  .mission-approved-copy h2{
    font-size:clamp(2rem,2.45vw,2.75rem) !important;
  }

  .mission-approved-copy p{
    max-width:520px !important;
  }
}

/* =========================================================
   Grid-span homepage composition
   Hero copy + Mission copy occupy left rows.
   Product image spans both rows on the right.
   ========================================================= */

.home-intro{
  position:relative;
  overflow:hidden;
  border-bottom:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at 78% 7%,rgba(20,198,192,.07),transparent 28%),
    linear-gradient(180deg,#07182b 0%,#07182b 48%,#071a30 48%,#06172b 100%);
}

.home-intro-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,41%) minmax(0,59%);
  grid-template-rows:auto auto;
  grid-template-areas:
    "hero visual"
    "mission visual";
  column-gap:34px;
  min-height:760px;
  padding-top:38px;
  padding-bottom:34px;
}

.home-hero-copy{
  grid-area:hero;
  align-self:start;
  padding-right:10px;
}

.home-hero-copy .eyebrow{margin-bottom:16px}

.home-hero-copy h1{
  margin:0 0 20px;
  font-size:clamp(3rem,4.25vw,4.7rem);
  line-height:.99;
  letter-spacing:-.05em;
}

.home-hero-copy .lede{
  max-width:530px;
  margin:0;
  color:#d5e0ef;
  font-size:1rem;
  line-height:1.65;
}

.home-hero-copy .hero-actions{
  margin:24px 0 0;
}

.home-mission-copy{
  grid-area:mission;
  align-self:end;
  padding:38px 10px 0 0;
}

.home-mission-copy h2{
  margin:20px 0 17px;
  font-size:clamp(2rem,2.7vw,2.9rem);
  line-height:1.08;
  letter-spacing:-.04em;
}

.home-mission-copy p{
  max-width:515px;
  margin:0;
  color:#c7d4e5;
  font-size:.98rem;
  line-height:1.67;
}

.home-product-visual{
  grid-area:visual;
  align-self:center;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  padding-top:62px;
}

.home-product-frame{
  margin:0;
  border:1px solid rgba(255,255,255,.22);
  border-radius:17px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 25px 72px rgba(0,0,0,.34);
}

.home-product-frame img{
  width:100%;
  height:auto;
  display:block;
}

.home-product-caption{
  display:flex;
  align-items:center;
  gap:14px;
  padding:16px 4px 0;
  color:#edf5ff;
}

.home-product-caption strong{
  display:block;
  margin-bottom:2px;
  font-size:.92rem;
}

.home-product-caption span:not(.mission-book-icon){
  display:block;
  color:#aabbd0;
  font-size:.82rem;
}

/* Wave behind the upper-right image area */
.home-intro .hero-wave{
  position:absolute;
  z-index:1;
  right:-3%;
  top:42px;
  width:61%;
  height:260px;
  opacity:.72;
  pointer-events:none;
  overflow:hidden;
}
.home-intro .hero-wave:before,
.home-intro .hero-wave:after{
  content:"";
  position:absolute;
  inset:0;
  background-image:radial-gradient(circle,rgba(20,198,192,.78) 0 1.25px,transparent 1.5px);
  background-size:11px 11px;
  transform:perspective(650px) rotateX(66deg) rotateZ(-4deg) scale(1.2,1.55);
  transform-origin:50% 45%;
  -webkit-mask-image:radial-gradient(ellipse 68% 45% at 60% 48%,#000 22%,rgba(0,0,0,.92) 44%,transparent 73%);
  mask-image:radial-gradient(ellipse 68% 45% at 60% 48%,#000 22%,rgba(0,0,0,.92) 44%,transparent 73%);
}
.home-intro .hero-wave:after{
  top:46px;
  left:-12%;
  opacity:.42;
  transform:perspective(650px) rotateX(69deg) rotateZ(7deg) scale(1.18,1.5);
}

.mission-value-section{
  padding:26px 0 68px;
  background:#06172b;
}

/* Standard desktop / laptop */
@media (min-width:901px) and (max-width:1300px){
  .container{
    width:min(calc(100% - 34px),1180px);
  }

  .home-intro-grid{
    grid-template-columns:43% 57%;
    column-gap:24px;
    min-height:650px;
    padding-top:24px;
    padding-bottom:24px;
  }

  .home-hero-copy h1{
    font-size:clamp(2.45rem,4vw,3.35rem);
  }

  .home-hero-copy .lede{
    max-width:410px;
    font-size:.85rem;
    line-height:1.58;
  }

  .home-hero-copy .hero-actions{
    margin-top:18px;
  }

  .home-hero-copy .btn{
    min-height:39px;
    padding:.58rem .8rem;
    font-size:.78rem;
  }

  .home-mission-copy{
    padding-top:30px;
  }

  .home-mission-copy h2{
    font-size:clamp(1.65rem,2.75vw,2.2rem);
    margin:16px 0 13px;
  }

  .home-mission-copy p{
    max-width:405px;
    font-size:.78rem;
    line-height:1.62;
  }

  .home-product-visual{
    padding-top:44px;
  }

  .home-product-caption strong{font-size:.76rem}
  .home-product-caption span:not(.mission-book-icon){font-size:.68rem}
  .mission-book-icon{
    width:38px;
    height:38px;
    flex-basis:38px;
  }
}

/* Narrow laptop / browser zoom */
@media (min-width:721px) and (max-width:900px){
  .container{
    width:calc(100% - 30px);
    max-width:none;
  }

  .home-intro-grid{
    grid-template-columns:45% 55%;
    column-gap:18px;
    min-height:600px;
    padding-top:20px;
    padding-bottom:20px;
  }

  .home-hero-copy .eyebrow,
  .home-mission-copy .eyebrow{
    font-size:.61rem;
    padding:.28rem .48rem;
  }

  .home-hero-copy h1{
    font-size:1.92rem;
    line-height:1.02;
    margin-bottom:13px;
  }

  .home-hero-copy .lede{
    max-width:350px;
    font-size:.72rem;
    line-height:1.55;
  }

  .home-hero-copy .hero-actions{
    margin-top:15px;
    gap:8px;
  }

  .home-hero-copy .btn{
    min-height:36px;
    padding:.48rem .68rem;
    font-size:.7rem;
  }

  .home-mission-copy{
    padding-top:24px;
  }

  .home-mission-copy h2{
    font-size:1.38rem;
    line-height:1.08;
    margin:14px 0 11px;
  }

  .home-mission-copy p{
    max-width:340px;
    font-size:.67rem;
    line-height:1.59;
  }

  .home-product-visual{
    padding-top:36px;
  }

  .home-product-frame{
    border-radius:11px;
  }

  .home-product-caption{
    gap:8px;
    padding-top:10px;
  }

  .home-product-caption strong{font-size:.66rem}
  .home-product-caption span:not(.mission-book-icon){font-size:.58rem}
  .mission-book-icon{
    width:32px;
    height:32px;
    flex-basis:32px;
    border-radius:8px;
  }

  .home-intro .hero-wave{
    width:60%;
    height:190px;
    top:25px;
  }

  .home-intro .hero-wave:before,
  .home-intro .hero-wave:after{
    background-size:9px 9px;
  }
}

/* Mobile becomes a vertical story. */
@media (max-width:720px){
  .home-intro-grid{
    grid-template-columns:1fr;
    grid-template-rows:auto auto auto;
    grid-template-areas:
      "hero"
      "visual"
      "mission";
    min-height:auto;
    row-gap:34px;
    padding-top:36px;
    padding-bottom:42px;
  }

  .home-hero-copy,
  .home-mission-copy{
    padding-right:0;
  }

  .home-hero-copy h1 br,
  .home-mission-copy h2 br{
    display:none;
  }

  .home-product-visual{
    padding-top:0;
  }

  .home-intro .hero-wave{
    width:100%;
    opacity:.34;
  }
}

/* Grid refinement: give copy more columns and align wave/image */
@media (min-width:721px){
  .home-intro-grid{
    grid-template-columns:minmax(0,48%) minmax(0,52%) !important;
    column-gap:26px !important;
  }

  .home-product-visual{
    padding-top:42px !important;
    align-self:start !important;
  }

  .home-intro .hero-wave{
    right:-1% !important;
    top:42px !important;
    width:53% !important;
  }

  .home-hero-copy h1{
    font-size:clamp(2.45rem,3.55vw,4.05rem) !important;
    line-height:1.01 !important;
  }

  .home-hero-copy .lede{
    max-width:560px !important;
  }

  .home-mission-copy h2{
    font-size:clamp(1.65rem,2.25vw,2.35rem) !important;
    line-height:1.08 !important;
  }

  .home-mission-copy p{
    max-width:535px !important;
  }
}

/* Match the user's current laptop/browser width. */
@media (min-width:721px) and (max-width:1000px){
  .home-intro-grid{
    grid-template-columns:50% 50% !important;
    column-gap:18px !important;
    min-height:590px !important;
  }

  .home-hero-copy h1{
    font-size:1.72rem !important;
    line-height:1.03 !important;
    letter-spacing:-.035em !important;
  }

  .home-hero-copy .lede{
    max-width:390px !important;
    font-size:.72rem !important;
  }

  .home-product-visual{
    padding-top:38px !important;
  }

  .home-intro .hero-wave{
    width:51% !important;
    top:35px !important;
    height:185px !important;
  }

  .home-mission-copy h2{
    font-size:1.18rem !important;
    line-height:1.1 !important;
    letter-spacing:-.025em !important;
  }

  .home-mission-copy p{
    max-width:390px !important;
    font-size:.67rem !important;
  }
}

/* Align the right visual/caption baseline with the bottom of mission copy. */
@media (min-width:721px){
  .home-product-visual{
    transform:translateY(34px);
  }
}
@media (min-width:721px) and (max-width:1000px){
  .home-product-visual{
    transform:translateY(28px);
  }
}

/* Final mission baseline alignment:
   keep one visual line of breathing room on the right,
   then align the bottom of the caption with the bottom of mission copy. */
@media (min-width:721px){
  .home-intro-grid{
    align-items:stretch;
  }

  .home-mission-copy{
    align-self:end !important;
    padding-bottom:0 !important;
  }

  .home-product-visual{
    transform:none !important;
    align-self:stretch !important;
    justify-content:flex-start !important;
    padding-top:76px !important;
    padding-bottom:0 !important;
  }

  .home-product-caption{
    margin-top:auto !important;
    padding-top:14px !important;
    padding-bottom:1.65em !important; /* intentional one-line empty space */
  }
}

@media (min-width:721px) and (max-width:1000px){
  .home-product-visual{
    padding-top:66px !important;
  }
  .home-product-caption{
    padding-bottom:1.45em !important;
  }
}

/* Move only the product screenshot downward toward its caption.
   Keep the caption / mission bottom alignment unchanged. */
@media (min-width:721px){
  .home-product-frame{
    transform:translateY(38px);
  }
}
@media (min-width:721px) and (max-width:1000px){
  .home-product-frame{
    transform:translateY(32px);
  }
}

/* Approved mission icon artwork and final visual spacing */
.mission-book-icon,
.mission-card-icon{
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  overflow:hidden;
}
.mission-book-icon img,
.mission-card-icon img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
}

/* Bring the product screenshot down close to its caption.
   The caption remains aligned with the bottom of the mission copy. */
@media (min-width:1001px){
  .home-product-frame{
    transform:translateY(112px) !important;
  }
}
@media (min-width:721px) and (max-width:1000px){
  .home-product-frame{
    transform:translateY(92px) !important;
  }
}

/* Final spacing refinement from visual review:
   1) lower the right screenshot to start near the hero body-copy baseline
   2) remove excess gap before the three mission value cards */
@media (min-width:1001px){
  .home-product-frame{
    transform:translateY(156px) !important;
  }
}
@media (min-width:721px) and (max-width:1000px){
  .home-product-frame{
    transform:translateY(126px) !important;
  }
}

/* Tighten the transition from mission/caption to value cards. */
.mission-value-section{
  padding-top:4px !important;
}
.mission-impact-approved{
  margin-top:4px !important;
}

/* Mission and value cards are one continuous section: remove separator. */
.mission-value-section{
  border-top:0 !important;
  box-shadow:none !important;
}
.home-intro{
  border-bottom:0 !important;
}

/* Final custom original mission icons */
.mission-book-icon,.mission-card-icon{
  padding:0!important;border:0!important;background:transparent!important;overflow:visible!important;
}
.mission-book-icon img,.mission-card-icon img{
  display:block;width:100%;height:100%;object-fit:contain;
}

/* Homepage middle-story refinement */
.hierarchy-flow{
  display:grid!important;
  grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1.12fr!important;
  align-items:center;
  gap:10px!important;
}
.hierarchy-flow .hierarchy-item{
  min-width:0;
}
.hierarchy-arrow{
  color:#14c6c0;
  font-size:1.35rem;
  font-weight:900;
  opacity:.72;
}
.self-training-subhead{
  margin:-8px 0 15px;
  font-size:1.08rem;
  color:#35516d;
}
@media(max-width:760px){
  .hierarchy-flow{
    grid-template-columns:1fr!important;
  }
  .hierarchy-arrow{
    transform:rotate(90deg);
    justify-self:center;
  }
}

/* =========================================================
   Homepage rhythm refinement
   Keep the same story/layout, but break up the long light area
   with subtle full-width alternating tones.
   ========================================================= */

/* The big structured-knowledge section remains the light base. */
.section-light{
  background:#f7fbff;
}

/* Product-story rows become full-width visual bands without hard separators. */
.story-white,
.story-blue{
  position:relative;
  z-index:0;
}

.story-white::before,
.story-blue::before{
  content:"";
  position:absolute;
  z-index:-1;
  top:-34px;
  bottom:-34px;
  left:50%;
  width:100vw;
  transform:translateX(-50%);
  pointer-events:none;
}

.story-white::before{
  background:rgba(255,255,255,.88);
}

.story-blue::before{
  background:
    radial-gradient(circle at 78% 18%,rgba(37,103,255,.055),transparent 34%),
    linear-gradient(180deg,#f0f8fd 0%,#eef7fc 100%);
}

/* Give each product-story beat a little more vertical breathing room. */
.product-story{
  margin-top:78px;
  margin-bottom:78px;
}

/* Guided training gets a full-width soft-blue chapter instead of only a tinted card. */
.self-training-wide{
  position:relative;
  margin-top:86px;
  margin-bottom:54px;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding-top:34px!important;
  padding-bottom:34px!important;
}

.self-training-wide::before{
  content:"";
  position:absolute;
  z-index:-1;
  top:0;
  bottom:0;
  left:50%;
  width:100vw;
  transform:translateX(-50%);
  background:
    radial-gradient(circle at 12% 18%,rgba(20,198,192,.07),transparent 33%),
    linear-gradient(180deg,#eaf7fb 0%,#edf8fc 100%);
}

.self-training-wide .self-training-grid{
  position:relative;
  z-index:1;
}

/* Keep the major dark sections as deliberate chapter breaks. */
section.section:not(.section-light):has(.split){
  position:relative;
}

/* Strengthen the two summary strips slightly without increasing their height. */
.knowledge-node span{
  font-weight:900;
  letter-spacing:.03em;
  color:#70e4d8;
}

.hierarchy-arrow{
  opacity:.95!important;
  font-size:1.45rem!important;
}

/* Remove any accidental separator treatment between story bands. */
.story-white,
.story-blue,
.self-training-wide{
  border-top:0!important;
  border-bottom:0!important;
}

/* Slightly tighten the light-language section so the dark/light rhythm feels intentional. */
.language-branch{
  box-shadow:0 14px 34px rgba(22,55,90,.08);
}

/* Responsive behavior */
@media(max-width:900px){
  .product-story{
    margin-top:58px;
    margin-bottom:58px;
  }

  .story-white::before,
  .story-blue::before{
    top:-24px;
    bottom:-24px;
  }

  .self-training-wide{
    margin-top:64px;
    margin-bottom:42px;
  }
}

@media(max-width:680px){
  .product-story{
    margin-top:44px;
    margin-bottom:44px;
  }

  .story-white::before,
  .story-blue::before{
    top:-18px;
    bottom:-18px;
  }

  .self-training-wide{
    margin-top:50px;
    padding-top:26px!important;
    padding-bottom:26px!important;
  }
}

/* =========================================================
   Homepage ending rhythm
   Light Languages -> Dark Editions -> Soft-light Workforce Vision -> Dark CTA
   ========================================================= */

.ending-editions{
  background:
    radial-gradient(circle at 82% 18%,rgba(37,103,255,.08),transparent 32%),
    linear-gradient(180deg,#07182b 0%,#061426 100%);
  color:#f7fbff;
}
.ending-editions h2,
.ending-editions h3{
  color:#f7fbff;
}
.ending-editions p{
  color:#aebbd0;
}
.ending-editions .card{
  background:rgba(255,255,255,.035);
  border-color:rgba(255,255,255,.13);
}

.ending-workforce-vision{
  background:
    radial-gradient(circle at 14% 12%,rgba(20,198,192,.07),transparent 34%),
    linear-gradient(180deg,#eef8fc 0%,#f7fbff 100%);
  color:#08203b;
  padding-top:62px;
  padding-bottom:62px;
}
.ending-workforce-vision h2,
.ending-workforce-vision h3{
  color:#08203b;
}
.ending-workforce-vision p{
  color:#526c87;
}
.ending-workforce-vision .mission-vision{
  background:rgba(255,255,255,.78);
  border-color:rgba(20,198,192,.22);
  box-shadow:0 18px 42px rgba(35,76,116,.08);
}

.ending-final-cta{
  background:
    radial-gradient(circle at 88% 15%,rgba(20,198,192,.08),transparent 30%),
    linear-gradient(180deg,#061426 0%,#07182b 100%);
  padding-top:72px;
  padding-bottom:86px;
}
.ending-final-cta .cta{
  padding-top:0;
  padding-bottom:0;
}
.ending-final-cta .cta-row{
  padding:30px 32px;
}

@media(max-width:760px){
  .ending-workforce-vision{
    padding-top:46px;
    padding-bottom:46px;
  }
  .ending-final-cta{
    padding-top:52px;
    padding-bottom:64px;
  }
}
