
:root{
  --navy:#0b2c63;--blue:#1f5fd1;--orange:#ff870f;--red:#ef3128;--green:#2d9b43;
  --ink:#10264b;--muted:#61708b;--line:#e3eaf4;--soft:#f7f9fc;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff}
a{text-decoration:none;color:inherit}
.topbar{height:112px;display:flex;align-items:center;gap:32px;padding:0 4vw;background:#fff;box-shadow:0 6px 28px rgba(18,45,90,.08);position:sticky;top:0;z-index:20}
.brand{display:flex;align-items:center;margin-right:auto}
.brand img{height:82px;width:auto;display:block}
.nav{display:flex;gap:30px;font-size:.95rem;font-weight:650}
.nav a:hover{color:var(--blue)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:15px;padding:15px 24px;font-weight:800;transition:.2s ease}
.btn:hover{transform:translateY(-2px)}
.btn-orange{background:linear-gradient(135deg,#ff9a18,#f13b22);color:#fff;box-shadow:0 9px 25px rgba(242,91,32,.2)}
.btn-primary{background:linear-gradient(135deg,#174fc2,#053a9d);color:#fff;box-shadow:0 12px 30px rgba(21,72,180,.22)}
.btn-outline{background:#fff;border:2px solid #2157c8;color:#1649b1}

.page-one{padding:54px 3.6vw 28px;background:
 radial-gradient(circle at 0% 50%,rgba(39,108,233,.08),transparent 28%),
 radial-gradient(circle at 100% 40%,rgba(255,129,56,.10),transparent 30%),
 #fff}
.hero{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;max-width:1500px;margin:0 auto 34px;min-height:320px}
.eyebrow{font-size:clamp(2.5rem,4.4vw,5rem);font-weight:950;line-height:.98;letter-spacing:-.04em;color:var(--navy);max-width:900px}
.hero-copy h1{font-size:clamp(1.65rem,2.5vw,2.7rem);margin:22px 0 12px;letter-spacing:-.025em}
.hero-copy h1 span{background:linear-gradient(90deg,#2e68d6,#ef4936);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-sub{font-size:1.1rem;color:#334a6b;max-width:740px;line-height:1.55;white-space:nowrap}
.hero-visual{display:flex;justify-content:flex-end}
.student-card{width:min(470px,100%);height:270px;border-radius:34px;background:
 linear-gradient(145deg,#f7fbff,#fff7f1);position:relative;overflow:hidden;box-shadow:0 24px 60px rgba(25,59,112,.12);border:1px solid #edf1f7}
.readiness-ring{position:absolute;left:28px;top:32px;width:120px;height:120px;border-radius:50%;display:grid;place-items:center;text-align:center;background:conic-gradient(var(--blue) 0 84%,#e2e9f5 84% 100%);box-shadow:inset 0 0 0 14px #fff}
.readiness-ring span{font-size:1.6rem;font-weight:900}.readiness-ring small{font-size:.63rem;color:#51627d;max-width:70px}
.mini-chart{position:absolute;right:30px;top:34px;width:130px;height:92px;border-radius:18px;background:#fff;display:flex;align-items:flex-end;gap:8px;padding:17px;box-shadow:0 10px 25px rgba(20,48,96,.09)}
.bar{width:14px;border-radius:5px 5px 0 0;background:linear-gradient(#2d73e4,#0f4db6)}.b1{height:28%}.b2{height:43%}.b3{height:55%}.b4{height:72%}.b5{height:88%}
.student-silhouette{position:absolute;bottom:0;right:115px;width:220px;height:175px;background:linear-gradient(180deg,#155cc4,#073174);border-radius:100px 100px 0 0}
.screen{position:absolute;bottom:14px;left:35px;width:150px;height:82px;border-radius:9px;background:linear-gradient(145deg,#e7ebf2,#b7c0d2);display:grid;place-items:center;font-weight:900;color:#fff;transform:perspective(500px) rotateX(8deg)}

.pillars{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.pillar{min-height:440px;border-radius:25px;padding:30px;background:#fff;box-shadow:0 17px 45px rgba(20,48,89,.1);border:1px solid #edf0f6;position:relative;overflow:hidden}
.pillar:before{content:"";position:absolute;left:0;top:0;right:0;height:7px}
.pillar.blue:before{background:var(--blue)}.pillar.orange:before{background:var(--orange)}.pillar.red:before{background:var(--red)}
.pillar-icon{height:115px;position:relative;margin-bottom:6px}
.pillar h2{font-size:2rem;line-height:1.02;margin:0 0 20px}.pillar h2 span{display:block}
.pillar.blue h2 span{color:var(--blue)}.pillar.orange h2 span{color:var(--orange)}.pillar.red h2 span{color:var(--red)}
.pillar p{color:#53627b;font-size:1rem;line-height:1.62;min-height:118px}
.pillar ul{list-style:none;padding:18px 0 0;margin:12px 0 0;border-top:1px solid var(--line)}
.pillar li{padding:10px 0 10px 34px;border-bottom:1px solid #edf1f6;font-weight:720;position:relative}
.pillar li:last-child{border-bottom:0}.pillar li:before{content:"✓";position:absolute;left:2px;top:9px;font-weight:950}
.blue li:before{color:var(--blue)}.orange li:before{color:var(--orange)}.red li:before{color:var(--red)}
.measure-icon .lens{position:absolute;left:5px;top:10px;width:82px;height:82px;border:9px solid #245eb9;border-radius:50%;box-shadow:0 8px 22px rgba(30,89,184,.15)}
.measure-icon .lens:after{content:"";position:absolute;width:50px;height:10px;background:#123e86;transform:rotate(-45deg);left:-24px;bottom:-18px;border-radius:7px}
.chartbars{position:absolute;left:32px;top:43px;display:flex;align-items:flex-end;gap:6px}.chartbars i{display:block;width:10px;background:#225fca}.chartbars i:nth-child(1){height:24px}.chartbars i:nth-child(2){height:38px}.chartbars i:nth-child(3){height:53px}
.tick{position:absolute;left:74px;top:70px;width:37px;height:37px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;font-size:1.35rem;border:4px solid #fff}
.target{position:absolute;left:10px;top:12px;width:88px;height:88px;border-radius:50%;border:9px double var(--orange);box-shadow:inset 0 0 0 12px #fff1dd}
.arrow{position:absolute;left:66px;top:12px;width:55px;height:10px;background:var(--orange);transform:rotate(-45deg);transform-origin:left center;border-radius:8px}.arrow:after{content:"";position:absolute;right:-3px;top:-9px;border-left:17px solid var(--orange);border-top:14px solid transparent;border-bottom:14px solid transparent}
.checklist{position:absolute;left:102px;top:44px;width:58px;height:68px;border:3px solid var(--orange);border-radius:7px;background:#fff;color:var(--orange);padding:7px 11px;line-height:16px;font-weight:900}
.cup{position:absolute;left:8px;top:8px;width:112px;height:85px;background:linear-gradient(180deg,#ff5b37,#d82922);border-radius:16px 16px 32px 32px;color:#fff;display:grid;place-items:center;font-size:2.4rem;box-shadow:0 11px 25px rgba(235,55,39,.22)}
.cup:before,.cup:after{content:"";position:absolute;top:18px;width:30px;height:38px;border:8px solid #e63c2c}.cup:before{left:-24px;border-right:0;border-radius:15px 0 0 15px}.cup:after{right:-24px;border-left:0;border-radius:0 15px 15px 0}

.cta-band{max-width:1500px;margin:22px auto 0;border-radius:22px;padding:18px 24px;background:linear-gradient(90deg,#f4f8ff,#fff);border:1px solid #e3eaf6;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 10px 30px rgba(28,59,103,.08)}
.cta-copy{display:flex;align-items:center;gap:18px}.star-badge{width:58px;height:58px;border:3px solid var(--blue);border-radius:50%;display:grid;place-items:center;color:var(--blue);font-size:2rem}.cta-copy p{margin:0;font-size:1.05rem}.cta-copy strong span{color:#174ec1}.cta-actions{display:flex;gap:14px}

.page-two{padding:90px 4vw;background:linear-gradient(180deg,#f8fbff,#fff)}
.section-title{max-width:1500px;margin:0 auto 28px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.section-kicker{font-size:.78rem;font-weight:900;letter-spacing:.16em;color:var(--orange)}.section-title h2{font-size:clamp(2rem,3.5vw,3.7rem);margin:8px 0 10px;letter-spacing:-.035em}.section-title p{max-width:820px;color:var(--muted);font-size:1.05rem;line-height:1.62}.overall-chip{padding:14px 18px;background:#eef8ec;border-radius:15px;color:#39793b}.overall-chip strong{display:block;font-size:2rem;color:var(--green)}
.report-card{max-width:1500px;margin:0 auto;background:#fff;border-radius:28px;padding:30px;box-shadow:0 22px 60px rgba(18,45,88,.11);border:1px solid #e9eef6}
.report-head{display:flex;justify-content:space-between;gap:24px;align-items:center}.report-label{font-size:.75rem;font-weight:900;color:var(--blue);letter-spacing:.12em}.report-head h3{font-size:1.8rem;margin:7px 0}.gain{background:#eff9ed;border-radius:18px;padding:14px 20px;text-align:center;color:#357e38}.gain strong{display:block;font-size:1.7rem}.gain span{font-size:.76rem}
.attempts{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:24px 0}.attempt{padding:18px;border-radius:18px;border:1px solid #dfe7f2;text-align:center}.attempt small,.attempt span{display:block;color:#697994}.attempt strong{display:block;font-size:2.1rem;margin:6px}.a1 strong{color:var(--blue)}.a2 strong{color:var(--orange)}.a3 strong{color:var(--green)}
.report-layout{display:grid;grid-template-columns:1fr 320px;gap:20px}.score-table{border:1px solid #e1e7f0;border-radius:18px;overflow:hidden}.row{display:grid;grid-template-columns:1.55fr repeat(4,.7fr);align-items:center;min-height:58px;border-bottom:1px solid #e9edf4}.row:last-child{border-bottom:0}.row>*{padding:0 14px}.row.head{background:#f7f9fc;text-transform:uppercase;font-size:.72rem;color:#697994}.row b{text-align:center}.row b:nth-child(2){color:var(--blue)}.row b:nth-child(3){color:var(--orange)}.row b:nth-child(4){color:var(--green)}.row em{text-align:center;color:var(--green);font-style:normal;font-size:1.5rem}
.insights{background:#f8fbff;border-radius:18px;padding:22px}.insights h3{margin-top:0}.insight{display:flex;gap:13px;margin:20px 0}.insight-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;color:#fff;font-weight:900}.blue-dot{background:var(--blue)}.orange-dot{background:var(--orange)}.red-dot{background:var(--red)}.insight p{margin:5px 0 0;color:#65748d;font-size:.9rem;line-height:1.45}
.report-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:22px;margin-top:22px;border-top:1px solid var(--line)}.report-footer span{display:block;font-size:.7rem;color:#687791;letter-spacing:.12em}.report-footer strong{font-size:1.1rem}
.how{max-width:1500px;margin:80px auto 0}.compact{margin-bottom:22px}.how-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.how-grid>div{padding:24px;border-radius:20px;background:#fff;border:1px solid #e6ebf4;box-shadow:0 9px 30px rgba(25,53,95,.06)}.how-grid strong{font-size:1.3rem}.how-grid p{color:#65748b;line-height:1.55}
.student-note{max-width:1500px;margin:28px auto 0;border-radius:24px;padding:30px;background:linear-gradient(135deg,#0d326c,#174f9f);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px}.student-note h2{font-size:2rem;margin:8px 0}.student-note p{max-width:900px;color:#dce8fb;line-height:1.6}
footer{padding:30px 4vw;background:#0b244d;color:#fff;display:flex;justify-content:center;gap:18px;flex-wrap:wrap}

@media(max-width:1100px){
  .nav{display:none}.hero{grid-template-columns:1fr}.hero-visual{display:none}.hero-sub{white-space:normal}
  .pillars{grid-template-columns:1fr}.pillar{min-height:auto}.pillar p{min-height:auto}
  .report-layout{grid-template-columns:1fr}.how-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:720px){
  .topbar{height:88px;padding:0 18px}.brand img{height:62px}.btn-orange{display:none}
  .page-one{padding:34px 16px 20px}.eyebrow{font-size:2.3rem}.hero-copy h1{font-size:1.65rem}.hero{min-height:auto;margin-bottom:24px}
  .cta-band,.student-note,.section-title,.report-head,.report-footer{flex-direction:column;align-items:flex-start}
  .cta-actions{width:100%;flex-direction:column}.cta-actions .btn{width:100%}
  .page-two{padding:60px 16px}.attempts{grid-template-columns:1fr}.report-card{padding:18px}
  .row{grid-template-columns:1.3fr repeat(4,.58fr);font-size:.76rem}.row>*{padding:0 6px}.how-grid{grid-template-columns:1fr}
}

/* v11 — Image 2 reference */
.page-one{
  min-height:calc(100vh - 112px);
  padding:26px 3.6vw 24px;
  background:
    radial-gradient(circle at 0% 58%,rgba(45,110,225,.075),transparent 27%),
    radial-gradient(circle at 100% 45%,rgba(255,112,45,.075),transparent 28%),
    #fff;
  display:flex;
  flex-direction:column;
}
.hero{
  display:block !important;
  max-width:1500px;
  width:100%;
  min-height:0 !important;
  margin:0 auto 20px !important;
}
.hero-centered{
  text-align:center;
  width:100%;
  max-width:100%;
  margin:0 auto;
}
.hero-centered .eyebrow{
  max-width:none !important;
  width:100%;
  font-size:clamp(2.8rem,5vw,5.35rem) !important;
  line-height:.95 !important;
  letter-spacing:-.045em !important;
  margin:0 auto;
  color:transparent !important;
  background:linear-gradient(90deg,#0b2c63 0 36%,#245fd1 45%,#8c5ca8 58%,#ff7b1c 77%,#ef3128 100%);
  -webkit-background-clip:text;
  background-clip:text;
}
.hero-centered h1{
  font-size:clamp(1.55rem,2.25vw,2.35rem) !important;
  margin:16px 0 8px !important;
  color:var(--navy);
}
.hero-centered h1 span{
  background:none !important;
  color:inherit !important;
}
.hero-centered .hero-sub{
  max-width:none !important;
  width:100% !important;
  white-space:nowrap !important;
  margin:0 auto !important;
  font-size:clamp(.96rem,1.25vw,1.12rem) !important;
  line-height:1.4 !important;
  color:#203b65;
}
.hero-visual{display:none !important}

.pillars{
  flex:1;
  width:100%;
  max-width:1500px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
  align-items:stretch;
}
.pillar{
  min-height:0 !important;
  height:100%;
  padding:24px 28px 22px !important;
  border-radius:24px;
}
.pillar-icon{
  height:104px !important;
  margin-bottom:2px !important;
}
.pillar h2{
  font-size:clamp(1.65rem,2vw,2.05rem) !important;
  margin:0 0 13px !important;
}
.pillar p{
  font-size:.95rem !important;
  line-height:1.48 !important;
  min-height:98px !important;
  margin-bottom:8px !important;
}
.pillar ul{
  padding-top:12px !important;
  margin-top:7px !important;
}
.pillar li{
  padding:7px 0 7px 32px !important;
  font-size:.92rem;
}
.pillar li:before{top:6px !important}

.cta-band{
  width:100%;
  max-width:1500px;
  margin:18px auto 0 !important;
  min-height:78px;
  padding:14px 24px !important;
  flex:0 0 auto;
}
.cta-copy p{
  font-size:1rem !important;
  line-height:1.35;
}
.cta-copy p br{display:none}
.cta-copy strong{font-weight:700}
.cta-copy strong span{display:inline}
.star-badge{width:52px;height:52px;font-size:1.7rem}
.cta-actions .btn{padding:13px 22px}

.page-two{
  padding-top:78px !important;
}

@media(max-width:1100px){
  .page-one{min-height:auto}
  .pillars{grid-template-columns:1fr}
  .pillar{height:auto}
  .hero-centered .hero-sub{white-space:normal !important}
}
@media(max-width:720px){
  .page-one{padding-top:24px}
  .hero-centered .eyebrow{font-size:2.45rem !important}
  .hero-centered h1{font-size:1.45rem !important}
  .hero-centered .hero-sub{font-size:.96rem !important}
}

/* v12 precise SVG pillar icons */
.svg-icon{
  height:118px !important;
  margin:0 0 4px !important;
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
.svg-icon svg{
  width:170px;
  height:118px;
  display:block;
  overflow:visible;
}
.measure-svg svg{width:165px}
.master-svg svg{width:175px}
.ace-svg svg{width:165px}
@media(max-width:720px){
  .svg-icon{height:105px !important}
  .svg-icon svg{height:105px;width:155px}
}

/* v13 final landing refinements */
sup{font-size:.62em;line-height:0;vertical-align:super}

/* Make sure Page 1 fits as a complete first-screen experience on desktop */
.page-one{
  min-height:calc(100vh - 112px) !important;
  padding-top:18px !important;
  padding-bottom:16px !important;
  display:flex !important;
  flex-direction:column !important;
}
.hero{
  margin-bottom:14px !important;
}
.pillars{
  flex:1 1 auto !important;
}
.cta-band{
  flex:0 0 auto !important;
  margin-top:14px !important;
}

/* More character in the hero heading */
.hero-title{
  position:relative;
  display:inline-flex;
  flex-direction:column;
  align-items:center;
  margin:0 auto;
  padding:0 70px 5px;
  line-height:.9;
  font-weight:950;
  letter-spacing:-.045em;
}
.hero-title-top{
  display:block;
  font-size:clamp(2rem,3.6vw,4rem);
  color:#0b2c63;
}
.hero-title-bottom{
  display:block;
  margin-top:4px;
  font-size:clamp(2.65rem,5.05vw,5.55rem);
  font-style:italic;
  background:linear-gradient(90deg,#1755d1 0%,#5259d9 28%,#a34f9f 47%,#f07427 72%,#ef2e2a 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  text-shadow:0 12px 32px rgba(37,83,175,.08);
}
.hero-star{
  position:absolute;
  right:33px;
  bottom:36px;
  font-size:2rem;
  line-height:1;
  color:#ff5d16;
  transform:rotate(12deg);
}
.hero-swoosh{
  position:absolute;
  right:24px;
  bottom:16px;
  width:115px;
  height:48px;
  border-bottom:4px solid #f33d28;
  border-radius:0 0 90% 70%;
  transform:rotate(-11deg);
}
.hero-swoosh:after{
  content:"";
  position:absolute;
  right:-3px;
  bottom:1px;
  width:12px;
  height:12px;
  border-right:4px solid #f33d28;
  border-top:4px solid #f33d28;
  transform:rotate(25deg);
}

.hero-centered h1{
  margin-top:10px !important;
  margin-bottom:5px !important;
}
.hero-centered .hero-sub{
  font-size:clamp(.92rem,1.1vw,1.05rem) !important;
}
.pillar{
  padding-top:20px !important;
  padding-bottom:16px !important;
}
.svg-icon{
  height:100px !important;
}
.svg-icon svg{
  height:100px !important;
}
.pillar p{
  min-height:86px !important;
}
.cta-band{
  min-height:72px !important;
  padding-top:11px !important;
  padding-bottom:11px !important;
}

/* Superscript in nav shouldn't distort line height */
.nav sup,.section-title sup,.report-card sup,.student-note sup,footer sup{
  position:relative;
  top:-.15em;
}

/* Responsive */
@media(max-width:1100px){
  .page-one{min-height:auto !important}
  .hero-title{padding:0 30px 5px}
  .hero-star{right:0}
  .hero-swoosh{right:-5px}
}
@media(max-width:720px){
  .hero-title{padding:0 18px 5px}
  .hero-title-top{font-size:2rem}
  .hero-title-bottom{font-size:2.8rem}
  .hero-star,.hero-swoosh{display:none}
}

/* v14 — tighter landing after removing redundant hero copy */
.hero{margin-bottom:10px !important}
.hero-centered{padding-bottom:0 !important}
.hero-title{margin-bottom:2px !important}
.pillars{margin-top:0 !important}
.cta-band{margin-top:12px !important}


/* v15 content pages */
.nav a.active{color:var(--blue);font-weight:850}
.content-page{
  min-height:calc(100vh - 112px);
  background:
    radial-gradient(circle at 8% 18%,rgba(34,96,205,.07),transparent 28%),
    radial-gradient(circle at 92% 12%,rgba(247,106,42,.08),transparent 26%),
    linear-gradient(180deg,#ffffff,#f8fbff);
  padding:72px 4vw 90px;
}
.content-hero,.vision-hero{
  max-width:1250px;
  margin:0 auto 48px;
  text-align:center;
}
.content-hero h1,.vision-hero h1{
  font-size:clamp(2.8rem,5.2vw,5.8rem);
  line-height:.98;
  letter-spacing:-.05em;
  margin:12px 0 22px;
  color:var(--navy);
}
.content-hero h1 span,.vision-hero h1 span{
  background:linear-gradient(90deg,#1d5bcf,#8c59b1,#ef6f2e,#e83431);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.content-hero>p,.vision-hero>p{
  max-width:920px;
  margin:0 auto;
  font-size:1.18rem;
  line-height:1.7;
  color:#56667f;
}
.about-grid{
  max-width:1380px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.5fr .8fr;
  gap:28px;
  align-items:start;
}
.about-main{
  background:#fff;
  border:1px solid #e7edf6;
  border-radius:28px;
  padding:38px;
  box-shadow:0 18px 50px rgba(18,46,91,.08);
}
.about-main h2{
  font-size:2.25rem;
  margin:0 0 18px;
  letter-spacing:-.03em;
}
.about-main p{
  color:#586980;
  font-size:1.05rem;
  line-height:1.78;
  margin:0 0 18px;
}
.about-side{display:grid;gap:16px}
.about-callout{
  background:#fff;
  border-radius:22px;
  padding:24px;
  box-shadow:0 12px 34px rgba(18,46,91,.07);
  border:1px solid #e8edf4;
  position:relative;
  overflow:hidden;
}
.about-callout:before{
  content:"";
  position:absolute;
  top:0;left:0;bottom:0;width:6px;
}
.blue-callout:before{background:var(--blue)}
.orange-callout:before{background:var(--orange)}
.red-callout:before{background:var(--red)}
.about-callout strong{font-size:1.35rem}
.about-callout p{margin:8px 0 0;color:#61708a;line-height:1.55}
.about-principle{
  max-width:1380px;
  margin:28px auto 0;
  background:linear-gradient(135deg,#0f326b,#174f9f);
  color:#fff;
  border-radius:28px;
  padding:34px 38px;
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:36px;
  align-items:center;
}
.about-principle h2{font-size:2rem;margin:8px 0}
.about-principle p{margin:0;color:#dce8fa;font-size:1.05rem;line-height:1.68}
.content-cta{
  max-width:1380px;
  margin:28px auto 0;
  padding:28px 32px;
  background:#fff;
  border:1px solid #e3eaf5;
  border-radius:24px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  box-shadow:0 12px 34px rgba(18,46,91,.07);
}
.content-cta h2{margin:0 0 6px;font-size:1.9rem}
.content-cta p{margin:0;color:#66758d}
.vision-hero{max-width:1180px}
.vision-cards{
  max-width:1320px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.vision-cards article{
  background:#fff;
  border:1px solid #e5ebf4;
  border-radius:26px;
  padding:30px;
  box-shadow:0 14px 40px rgba(19,47,92,.08);
}
.vision-icon{
  width:58px;height:58px;border-radius:18px;
  display:grid;place-items:center;color:#fff;
  font-size:1.6rem;font-weight:900;margin-bottom:18px;
}
.blue-v{background:var(--blue)}
.orange-v{background:var(--orange)}
.red-v{background:var(--red)}
.vision-cards h2{font-size:1.7rem;margin:0 0 10px}
.vision-cards p{margin:0;color:#617089;line-height:1.65}
.vision-statement{
  max-width:1120px;
  margin:62px auto;
  text-align:center;
}
.vision-statement blockquote{
  margin:22px auto;
  font-size:clamp(1.7rem,3vw,3rem);
  line-height:1.28;
  font-weight:780;
  letter-spacing:-.025em;
  color:#18345f;
}
.vision-line{
  width:90px;height:4px;border-radius:4px;margin:0 auto;
  background:linear-gradient(90deg,var(--blue),var(--orange),var(--red));
}
@media(max-width:980px){
  .about-grid,.about-principle{grid-template-columns:1fr}
  .vision-cards{grid-template-columns:1fr}
}
@media(max-width:720px){
  .content-page{padding:50px 16px 70px}
  .content-hero h1,.vision-hero h1{font-size:2.7rem}
  .about-main{padding:24px}
  .about-principle{padding:26px}
  .content-cta{flex-direction:column;align-items:flex-start}
}
