
/* =========================================================
   GLOBAL TYPOGRAPHY POLICY
   Public-facing text should never render below 16px.
   Legal/disclaimer copy is the sole intentional exception.
   ========================================================= */

/* =========================================================
   SERVICE / INDUSTRY PAGE SYSTEM
   ========================================================= */

.service-page{
  overflow-x:hidden;
  overflow-y:auto;
}

.service-hero{
  position:relative;
  min-height:690px;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);
  gap:clamp(54px,7vw,100px);
  align-items:center;
  padding-top:62px;
  padding-bottom:74px;
}

.service-hero::after{
  content:"";
  position:absolute;
  z-index:-2;
  width:720px;
  height:720px;
  right:-300px;
  top:-160px;
  border:1px solid rgba(184,198,255,.06);
  border-radius:50%;
  box-shadow:
    0 0 0 110px rgba(184,198,255,.018),
    0 0 0 220px rgba(184,198,255,.010);
}

.service-hero-copy{
  position:relative;
  z-index:2;
}

.service-hero h1{
  max-width:900px;
  margin:22px 0 0;
  font-family:"Instrument Sans",sans-serif;
  font-size:clamp(62px,7vw,102px);
  line-height:.89;
  letter-spacing:-.07em;
  font-weight:560;
  text-wrap:balance;
}

.service-hero h1 span{
  display:block;
  color:var(--accent);
}

.service-hero-lede{
  max-width:720px;
  margin:34px 0 0;
  color:#c4c9d1;
  font-size:clamp(17px,1.55vw,21px);
  line-height:1.7;
}

.service-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:34px;
}

.service-mountain{
  position:absolute;
  z-index:-1;
  left:50%;
  bottom:-28px;
  width:100vw;
  height:300px;
  transform:translateX(-50%);
  opacity:.72;
  pointer-events:none;
}

.service-mountain svg{
  width:100%;
  height:100%;
}

.service-mountain path{
  fill:none;
  vector-effect:non-scaling-stroke;
  stroke-linejoin:round;
}

.service-mountain .mountain-main{
  stroke:rgba(241,241,238,.07);
  stroke-width:1.1;
}

.service-mountain .mountain-ghost{
  stroke:rgba(184,198,255,.035);
  stroke-width:1;
  transform:translateY(10px);
}

.hero-system-card{
  position:relative;
  z-index:2;
  min-height:430px;
  padding:24px;
  border:1px solid var(--line);
  background:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),
    rgba(26,28,32,.72);
  background-size:40px 40px;
  box-shadow:0 30px 70px rgba(0,0,0,.20);
}

.system-card-top{
  display:flex;
  justify-content:space-between;
  gap:16px;
  color:var(--muted-2);
  font-size:16px;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:700;
}

.search-engine-model{
  min-height:300px;
  display:grid;
  grid-template-columns:1fr 58px 1fr;
  align-items:center;
  padding:30px 0 12px;
}

.engine-lane{
  min-height:226px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:22px 18px;
  border:1px solid var(--line);
  background:rgba(32,34,38,.78);
}

.engine-lane strong{
  font-family:"Instrument Sans",sans-serif;
  font-size:clamp(28px,2.8vw,40px);
  line-height:1;
  letter-spacing:-.045em;
  font-weight:550;
}

.engine-lane p{
  margin:14px 0 0;
  color:var(--muted);
  font-size:16px;
  line-height:1.6;
}

.engine-lane span{
  color:var(--accent);
  font-size:16px;
  letter-spacing:.1em;
  text-transform:uppercase;
  font-weight:700;
}

.engine-bridge{
  position:relative;
  height:1px;
  background:var(--accent);
  opacity:.55;
}

.engine-bridge::before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:9px;
  height:9px;
  border-radius:50%;
  transform:translate(-50%,-50%);
  background:var(--accent);
  box-shadow:0 0 0 7px rgba(184,198,255,.08),0 0 18px rgba(184,198,255,.26);
}

.system-card-bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding-top:16px;
  border-top:1px solid var(--line);
  color:var(--muted);
  font-size:16px;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.section-block{
  padding-top:112px;
  padding-bottom:112px;
  border-top:1px solid var(--line-soft);
}

.section-heading{
  display:grid;
  grid-template-columns:190px minmax(0,1fr);
  gap:46px;
  align-items:start;
}

.section-heading h2{
  max-width:940px;
  margin:0;
  font-family:"Instrument Sans",sans-serif;
  font-size:clamp(46px,5.5vw,78px);
  line-height:.96;
  letter-spacing:-.06em;
  font-weight:550;
  text-wrap:balance;
}

.section-heading p{
  max-width:720px;
  margin:28px 0 0;
  color:var(--muted);
  font-size:16px;
  line-height:1.85;
}

.split-thesis{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  margin-top:64px;
}

.thesis-card{
  position:relative;
  min-height:440px;
  padding:34px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.012);
  overflow:hidden;
}

.thesis-card::after{
  content:"";
  position:absolute;
  width:280px;
  height:280px;
  right:-150px;
  bottom:-150px;
  border:1px solid rgba(184,198,255,.08);
  border-radius:50%;
}

.thesis-card .card-index{
  color:var(--accent);
  font-size:16px;
  letter-spacing:.12em;
  font-weight:700;
}

.thesis-card h3{
  margin:44px 0 0;
  font-family:"Instrument Sans",sans-serif;
  font-size:clamp(38px,4.2vw,58px);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:550;
}

.thesis-card > p{
  max-width:540px;
  margin:24px 0 0;
  color:var(--muted);
  line-height:1.8;
}

.value-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:0;
  margin-top:42px;
  border-top:1px solid var(--line);
}

.value-item{
  padding:22px 0;
  border-bottom:1px solid var(--line-soft);
}

.value-item:nth-child(odd){
  padding-right:28px;
}

.value-item:nth-child(even){
  padding-left:28px;
  border-left:1px solid var(--line-soft);
}

.value-item strong{
  display:block;
  color:#e0e3e8;
  font-size:16px;
}

.value-item span{
  display:block;
  margin-top:7px;
  color:var(--muted-2);
  font-size:16px;
  line-height:1.65;
}

.dual-engine-section{
  position:relative;
  background:#1a1c20;
}

.dual-engine-diagram{
  position:relative;
  margin-top:72px;
  padding:42px;
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 50% 50%,rgba(184,198,255,.055),transparent 24%),
    rgba(255,255,255,.008);
}

.dual-engine-top{
  max-width:560px;
  margin:0 auto;
  padding:23px 24px;
  border:1px solid var(--line);
  text-align:center;
}

.dual-engine-top span{
  color:var(--muted-2);
  font-size:16px;
  letter-spacing:.13em;
  text-transform:uppercase;
  font-weight:700;
}

.dual-engine-top strong{
  display:block;
  margin-top:7px;
  font-family:"Instrument Sans",sans-serif;
  font-size:28px;
  letter-spacing:-.035em;
  font-weight:540;
}

.dual-engine-trunk{
  width:1px;
  height:58px;
  margin:0 auto;
  background:linear-gradient(var(--line),var(--accent));
}

.dual-engine-branches{
  position:relative;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:64px;
}

.dual-engine-branches::before{
  content:"";
  position:absolute;
  left:25%;
  right:25%;
  top:-1px;
  height:1px;
  background:var(--line);
}

.dual-engine-branch{
  min-height:360px;
  padding:30px;
  border:1px solid var(--line);
  background:#202226;
}

.dual-engine-branch h3{
  margin:0;
  font-family:"Instrument Sans",sans-serif;
  font-size:36px;
  letter-spacing:-.045em;
  font-weight:550;
}

.dual-engine-branch > p{
  color:var(--muted);
  font-size:16px;
}

.branch-path{
  display:grid;
  gap:10px;
  margin-top:28px;
}

.branch-path span{
  padding:13px 0;
  border-top:1px solid var(--line-soft);
  color:#d6dae0;
  font-size:16px;
}

.dual-engine-outcome{
  width:min(640px,100%);
  margin:38px auto 0;
  padding:20px;
  border:1px solid rgba(184,198,255,.24);
  background:rgba(184,198,255,.055);
  text-align:center;
  font-family:"Instrument Sans",sans-serif;
  font-size:21px;
  letter-spacing:-.025em;
}

.optimization-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:64px;
  border-top:1px solid var(--line);
  border-left:1px solid var(--line);
}

.optimization-item{
  min-height:230px;
  padding:28px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.optimization-item span{
  color:var(--accent);
  font-size:16px;
  letter-spacing:.12em;
  font-weight:700;
}

.optimization-item h3{
  margin:35px 0 0;
  font-family:"Instrument Sans",sans-serif;
  font-size:25px;
  line-height:1.1;
  letter-spacing:-.035em;
  font-weight:540;
}

.optimization-item p{
  margin:13px 0 0;
  color:var(--muted);
  font-size:16px;
  line-height:1.7;
}

.economics{
  background:var(--paper);
  color:var(--ink);
}

.economics .eyebrow{
  color:#666c74;
}

.economics .section-heading h2{
  color:var(--ink);
}

.economics .section-heading p{
  color:#4f555d;
}

.economics-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  margin-top:68px;
  background:rgba(21,23,26,.18);
  border:1px solid rgba(21,23,26,.18);
}

.economic-card{
  min-height:320px;
  padding:34px;
  background:var(--paper);
}

.economic-card span{
  color:#666c74;
  font-size:16px;
  letter-spacing:.12em;
  font-weight:700;
}

.economic-card h3{
  margin:52px 0 0;
  font-family:"Instrument Sans",sans-serif;
  font-size:34px;
  line-height:1;
  letter-spacing:-.045em;
  font-weight:560;
}

.economic-card p{
  margin:18px 0 0;
  color:#4f555d;
  font-size:16px;
  line-height:1.75;
}

.industry-card{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(400px,1.15fr);
  gap:54px;
  align-items:center;
  margin-top:66px;
  padding:38px;
  border:1px solid var(--line);
  background:
    linear-gradient(135deg,rgba(184,198,255,.035),transparent 42%),
    rgba(255,255,255,.008);
}

.industry-card h3{
  margin:18px 0 0;
  font-family:"Instrument Sans",sans-serif;
  font-size:clamp(38px,4.4vw,62px);
  line-height:.96;
  letter-spacing:-.055em;
  font-weight:550;
}

.industry-card p{
  margin:23px 0 0;
  color:var(--muted);
  line-height:1.78;
}

.industry-card .button{
  margin-top:28px;
}

.mini-funnel{
  min-height:330px;
  padding:24px;
  border:1px solid var(--line);
  background:#1a1c20;
}

.mini-funnel-title{
  padding:14px;
  border:1px solid var(--line);
  text-align:center;
  color:#dce0e5;
  font-size:16px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.mini-funnel-line{
  width:1px;
  height:34px;
  margin:0 auto;
  background:var(--line);
}

.mini-funnel-split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.mini-funnel-split > div{
  padding:19px;
  border:1px solid var(--line);
}

.mini-funnel-split strong{
  display:block;
  font-family:"Instrument Sans",sans-serif;
  font-size:18px;
  letter-spacing:-.025em;
}

.mini-funnel-split span{
  display:block;
  margin-top:8px;
  color:var(--accent);
  font-size:16px;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.faq-list{
  margin-top:64px;
  border-top:1px solid var(--line);
}

.faq-item{
  border-bottom:1px solid var(--line);
}

.faq-item button{
  width:100%;
  display:grid;
  grid-template-columns:1fr auto;
  gap:30px;
  align-items:center;
  padding:27px 0;
  border:0;
  background:transparent;
  text-align:left;
  cursor:pointer;
}

.faq-item button span:first-child{
  font-family:"Instrument Sans",sans-serif;
  font-size:clamp(20px,2vw,28px);
  letter-spacing:-.03em;
}

.faq-icon{
  color:var(--accent);
  font-size:20px;
  transition:transform .25s var(--ease);
}

.faq-item.is-open .faq-icon{
  transform:rotate(45deg);
}

.faq-answer{
  max-width:800px;
  padding:0 0 28px;
  color:var(--muted);
  line-height:1.8;
}

.faq-answer[hidden]{display:none}

.service-close{
  position:relative;
  padding-top:110px;
  padding-bottom:110px;
  text-align:center;
  overflow:hidden;
}

.service-close::before{
  content:"";
  position:absolute;
  left:50%;
  top:55%;
  width:740px;
  height:740px;
  transform:translate(-50%,-50%);
  border:1px solid rgba(184,198,255,.07);
  border-radius:50%;
  box-shadow:0 0 0 100px rgba(184,198,255,.015);
  pointer-events:none;
}

.service-close h2{
  position:relative;
  max-width:900px;
  margin:0 auto;
  font-family:"Instrument Sans",sans-serif;
  font-size:clamp(52px,7vw,96px);
  line-height:.9;
  letter-spacing:-.07em;
  font-weight:550;
}

.service-close p{
  position:relative;
  max-width:700px;
  margin:30px auto 0;
  color:var(--muted);
}

.service-close .service-hero-actions{
  position:relative;
  justify-content:center;
}


/* =========================================================
   SEO/AEO COPY-ONLY SERVICE EXPERIENCE
   Visible service content follows supplied copy verbatim.
   ========================================================= */

.seo-copy-page{
  overflow-x:hidden;
  overflow-y:auto;
}

.seo-copy-hero{
  position:relative;
  min-height:690px;
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);
  gap:clamp(56px,7vw,104px);
  align-items:center;
  padding-top:58px;
  padding-bottom:84px;
}

.seo-copy-hero::before{
  content:"";
  position:absolute;
  z-index:-1;
  left:50%;
  bottom:-70px;
  width:100vw;
  height:320px;
  transform:translateX(-50%);
  background:
    linear-gradient(150deg,transparent 0 38%,rgba(184,198,255,.038) 38.2% 38.35%,transparent 38.55%),
    linear-gradient(30deg,transparent 0 56%,rgba(241,241,238,.045) 56.2% 56.32%,transparent 56.52%);
  pointer-events:none;
}

.seo-copy-index{
  color:var(--accent);
  font-size:16px;
  line-height:1.3;
  letter-spacing:.13em;
  text-transform:uppercase;
  font-weight:700;
}

.seo-copy-hero h1{
  max-width:770px;
  margin:0;
  font-family:"Instrument Sans",sans-serif;
  font-size:clamp(50px,5.1vw,74px);
  line-height:.99;
  letter-spacing:-.058em;
  font-weight:500;
  text-wrap:balance;
}

.seo-copy-hero-intro{
  max-width:770px;
  margin:34px 0 0;
  color:#c4c9d1;
  font-size:clamp(17px,1.55vw,21px);
  line-height:1.75;
}

.seo-copy-hero-visual{
  min-height:430px;
  display:grid;
  place-items:center;
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 50% 50%,rgba(184,198,255,.07),transparent 34%),
    linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px),
    #1c1e22;
  background-size:auto,42px 42px,42px 42px,auto;
}

.dual-orbit{
  position:relative;
  width:min(80%,340px);
  aspect-ratio:1;
}

.orbit{
  position:absolute;
  inset:0;
  border:1px solid rgba(184,198,255,.18);
  border-radius:50%;
}

.orbit-one{
  transform:translateX(-14%) scale(.82);
}

.orbit-two{
  transform:translateX(14%) scale(.82);
}

.orbit-core{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  font-family:"Instrument Sans",sans-serif;
  font-size:clamp(28px,3vw,42px);
  letter-spacing:-.05em;
}

.orbit-core i{
  color:var(--accent);
  font-style:normal;
  font-size:18px;
}

.seo-copy-section{
  padding-top:112px;
  padding-bottom:112px;
  border-top:1px solid var(--line-soft);
}

.seo-copy-heading{
  display:grid;
  grid-template-columns:120px minmax(0,1fr);
  gap:48px;
  align-items:start;
}

.seo-copy-heading h2{
  max-width:1000px;
  margin:0;
  font-family:"Instrument Sans",sans-serif;
  font-size:clamp(46px,5.6vw,80px);
  line-height:.96;
  letter-spacing:-.06em;
  font-weight:550;
  text-wrap:balance;
}

.seo-copy-heading-wide h2{
  max-width:1120px;
}


.seo-benefit-grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:52px;
}

.seo-benefit-system::before{
  content:"SEO + AEO";
  position:absolute;
  z-index:3;
  left:50%;
  top:50%;
  width:72px;
  height:72px;
  display:grid;
  place-items:center;
  transform:translate(-50%,-50%);
  border:1px solid rgba(184,198,255,.22);
  border-radius:50%;
  background:#202226;
  color:#cbd2ed;
  font-size:16px;
  line-height:1.15;
  letter-spacing:.09em;
  text-align:center;
  font-weight:700;
  box-shadow:
    0 0 0 10px #202226,
    0 0 0 11px rgba(255,255,255,.035),
    0 0 42px rgba(184,198,255,.08);
}

.seo-benefit-card{
  position:relative;
  min-height:330px;
  overflow:hidden;
  padding:27px 29px 28px;
  border:1px solid var(--line);
  background:
    linear-gradient(145deg,rgba(255,255,255,.022),rgba(255,255,255,.004) 48%),
    #202226;
  transition:
    transform .38s var(--ease),
    border-color .38s ease,
    background .38s ease;
}

.seo-benefit-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 78% 23%,rgba(184,198,255,.07),transparent 28%);
  opacity:.55;
  transition:opacity .38s ease;
}

.seo-benefit-card:hover{
  transform:translateY(-4px);
  border-color:rgba(184,198,255,.24);
  background:
    linear-gradient(145deg,rgba(184,198,255,.028),rgba(255,255,255,.004) 52%),
    #202226;
}

.seo-benefit-card:hover::before{
  opacity:1;
}

.seo-benefit-card > span{
  position:relative;
  z-index:3;
  color:var(--accent);
  font-size:16px;
  letter-spacing:.12em;
  font-weight:700;
}

.seo-benefit-card p{
  position:relative;
  z-index:3;
  max-width:560px;
  margin:28px 0 0;
  color:#bfc5ce;
  font-size:16px;
  line-height:1.72;
}

.seo-benefit-card strong{
  color:var(--text);
  font-family:"Instrument Sans",sans-serif;
  font-size:17px;
  letter-spacing:-.02em;
  font-weight:590;
}

.benefit-visual{
  position:relative;
  z-index:2;
  height:132px;
  margin-top:18px;
  overflow:hidden;
  border-top:1px solid var(--line-soft);
  border-bottom:1px solid var(--line-soft);
}

/* 01 — visibility: two discovery surfaces converge */

.benefit-visual-visibility{
  background:
    radial-gradient(circle at 50% 50%,rgba(184,198,255,.055),transparent 30%),
    linear-gradient(90deg,transparent 49.8%,rgba(255,255,255,.035) 50%,transparent 50.2%);
}

.visibility-orbit{
  position:absolute;
  width:86px;
  height:86px;
  top:22px;
  border:1px solid rgba(184,198,255,.15);
  border-radius:50%;
}

.visibility-orbit-a{left:18%}
.visibility-orbit-b{right:18%}

.visibility-node{
  position:absolute;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#737b87;
}

.visibility-node-a{left:26%;top:63px}
.visibility-node-b{right:26%;top:63px}

.visibility-node-center{
  left:50%;
  top:63px;
  width:9px;
  height:9px;
  transform:translate(-50%,-1px);
  background:var(--accent);
  box-shadow:0 0 0 7px rgba(184,198,255,.07),0 0 20px rgba(184,198,255,.28);
}

.visibility-ray{
  position:absolute;
  top:66px;
  height:1px;
  background:linear-gradient(90deg,rgba(117,125,137,.28),var(--accent));
  transform-origin:right center;
}

.visibility-ray-a{
  left:27%;
  width:23%;
}

.visibility-ray-b{
  right:27%;
  width:23%;
  transform:rotate(180deg);
}

/* 02 — shared technical foundation */

.benefit-visual-foundation{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:end;
  padding:22px 8% 20px;
}

.foundation-stack{
  position:absolute;
  left:50%;
  top:20px;
  width:42%;
  transform:translateX(-50%);
}

.foundation-stack span{
  display:block;
  height:12px;
  margin-top:7px;
  border:1px solid rgba(184,198,255,.11);
  background:rgba(255,255,255,.018);
}

.foundation-stack span:nth-child(2){width:82%;margin-inline:auto}
.foundation-stack span:nth-child(3){width:64%;margin-inline:auto}

.foundation-rail{
  position:absolute;
  left:18%;
  right:18%;
  bottom:43px;
  height:1px;
  background:linear-gradient(90deg,rgba(184,198,255,.15),var(--accent),rgba(184,198,255,.15));
}

.foundation-rail::before{
  content:"";
  position:absolute;
  left:50%;
  top:-30px;
  width:1px;
  height:30px;
  background:rgba(184,198,255,.22);
}

.foundation-output{
  position:relative;
  z-index:2;
  justify-self:center;
  min-width:48px;
  padding:7px 9px;
  border:1px solid rgba(184,198,255,.17);
  background:#202226;
  color:#bec6df;
  font-size:16px;
  line-height:1;
  letter-spacing:.11em;
  text-align:center;
  font-weight:700;
}

/* 03 — dual-way trust */

.benefit-visual-trust{
  background:radial-gradient(circle at 50% 50%,rgba(184,198,255,.055),transparent 25%);
}

.trust-ring{
  position:absolute;
  top:32px;
  width:68px;
  height:68px;
  border:1px solid rgba(184,198,255,.14);
  border-radius:50%;
}

.trust-ring-left{left:20%}
.trust-ring-right{right:20%}

.trust-link{
  position:absolute;
  top:66px;
  width:29%;
  height:1px;
  background:linear-gradient(90deg,rgba(117,125,137,.24),rgba(184,198,255,.52));
}

.trust-link-left{left:28%}
.trust-link-right{right:28%;transform:rotate(180deg)}

.trust-core{
  position:absolute;
  left:50%;
  top:66px;
  width:12px;
  height:12px;
  transform:translate(-50%,-50%) rotate(45deg);
  border:1px solid var(--accent);
  background:#202226;
  box-shadow:0 0 18px rgba(184,198,255,.18);
}

.trust-tick{
  position:absolute;
  top:61px;
  width:9px;
  height:5px;
  border-left:1px solid rgba(220,225,240,.65);
  border-bottom:1px solid rgba(220,225,240,.65);
  transform:rotate(-45deg);
}

.trust-tick-a{left:calc(20% + 30px)}
.trust-tick-b{right:calc(20% + 29px)}

/* 04 — stable today, adaptable tomorrow */

.benefit-visual-future{
  padding:10px;
}

.benefit-visual-future svg{
  position:absolute;
  inset:17px 10px 16px;
  width:calc(100% - 20px);
  height:calc(100% - 33px);
}

.benefit-visual-future path{
  fill:none;
  stroke:var(--accent);
  stroke-width:1.25;
  vector-effect:non-scaling-stroke;
  filter:drop-shadow(0 0 5px rgba(184,198,255,.15));
}

.future-axis{
  position:absolute;
  left:7%;
  right:7%;
  bottom:24px;
  height:1px;
  background:var(--line);
}

.future-segment{
  position:absolute;
  bottom:21px;
  width:32%;
  height:7px;
  border-top:1px solid rgba(184,198,255,.13);
}

.future-segment-a{left:8%}
.future-segment-b{right:8%;border-color:rgba(184,198,255,.34)}

.future-node{
  position:absolute;
  z-index:2;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#737b87;
  bottom:21px;
}

.future-node-a{left:9%}
.future-node-b{left:49%;background:#989fac}
.future-node-c{
  right:8%;
  width:8px;
  height:8px;
  bottom:20px;
  background:var(--accent);
  box-shadow:0 0 0 6px rgba(184,198,255,.06);
}

.seo-benefit-card:hover .visibility-node-center,
.seo-benefit-card:hover .trust-core,
.seo-benefit-card:hover .future-node-c{
  box-shadow:0 0 0 8px rgba(184,198,255,.08),0 0 25px rgba(184,198,255,.30);
}

.seo-definition-section{
  background:#1a1c20;
}

.seo-definition-intro{
  display:grid;
  grid-template-columns:120px minmax(0,1fr);
  gap:48px;
  align-items:start;
  margin-bottom:52px;
}

.seo-definition-intro h2{
  max-width:920px;
  margin:0;
  font-family:"Instrument Sans",sans-serif;
  font-size:clamp(46px,5.6vw,80px);
  line-height:.96;
  letter-spacing:-.06em;
  font-weight:550;
  text-wrap:balance;
}

.seo-definition-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  border-top:1px solid var(--line);
  border-left:1px solid var(--line);
}

.seo-definition-card{
  padding:42px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.definition-topline{
  display:flex;
  justify-content:space-between;
  color:var(--accent);
  font-size:16px;
  letter-spacing:.12em;
  font-weight:700;
}

.seo-definition-card h2{
  margin:64px 0 0;
  font-family:"Instrument Sans",sans-serif;
  font-size:clamp(40px,4.2vw,60px);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:550;
}

.definition-lede{
  margin:26px 0 0;
  color:#c4c9d1;
  line-height:1.85;
}

.seo-definition-card h3{
  margin:54px 0 0;
  font-family:"Instrument Sans",sans-serif;
  font-size:22px;
  letter-spacing:-.03em;
  font-weight:550;
}

.seo-definition-card ul{
  margin:22px 0 0;
  padding:0;
  list-style:none;
}

.seo-definition-card li{
  padding:17px 0;
  border-top:1px solid var(--line-soft);
  color:var(--muted);
  font-size:16px;
  line-height:1.75;
}

.seo-definition-card li strong{
  color:#dce0e5;
  font-weight:650;
}

.seo-risk-section{
  background:var(--paper);
  color:var(--ink);
}

.seo-risk-section .seo-copy-index{
  color:#626871;
}

.seo-risk-section .seo-copy-heading h2{
  color:var(--ink);
}

.seo-risk-layout{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  gap:80px;
  align-items:start;
  margin-top:70px;
}

.seo-risk-copy{
  max-width:780px;
}

.seo-risk-copy p,
.seo-calls-copy p{
  margin:0;
  color:#4e545c;
  font-size:16px;
  line-height:1.9;
}

.seo-risk-copy p + p,
.seo-calls-copy p + p{
  margin-top:24px;
}

.seo-risk-copy strong,
.seo-calls-copy strong{
  color:var(--ink);
}

.seo-method-list{
  margin:28px 0;
  padding:0;
  list-style:none;
  counter-reset:method;
}

.seo-method-list li{
  position:relative;
  padding:20px 0 20px 46px;
  border-top:1px solid rgba(21,23,26,.14);
  color:#4e545c;
  line-height:1.8;
  counter-increment:method;
}

.seo-method-list li:last-child{
  border-bottom:1px solid rgba(21,23,26,.14);
}

.seo-method-list li::before{
  content:"0" counter(method);
  position:absolute;
  left:0;
  top:22px;
  color:#777d85;
  font-size:16px;
  letter-spacing:.1em;
  font-weight:700;
}

.seo-risk-close{
  margin-top:34px!important;
  color:var(--ink)!important;
  font-family:"Instrument Sans",sans-serif;
  font-size:clamp(26px,2.8vw,40px)!important;
  line-height:1.2!important;
  letter-spacing:-.04em;
}

.seo-dual-rail{
  position:sticky;
  top:120px;
  min-height:470px;
  display:grid;
  grid-template-columns:1fr 1fr;
  border:1px solid rgba(21,23,26,.16);
}

.dual-rail-column{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:26px;
}

.dual-rail-column + .dual-rail-column{
  border-left:1px solid rgba(21,23,26,.16);
}

.dual-rail-column span{
  color:#70767e;
  font-size:16px;
  letter-spacing:.12em;
}

.dual-rail-column strong{
  align-self:center;
  margin:auto 0;
  font-family:"Instrument Sans",sans-serif;
  font-size:clamp(54px,5vw,74px);
  letter-spacing:-.06em;
  font-weight:560;
}

.dual-rail-column i{
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--ink);
  opacity:.55;
}

.seo-value-stack{
  margin-top:64px;
  border-top:1px solid var(--line);
}

.seo-value-row{
  display:grid;
  grid-template-columns:95px minmax(0,1fr);
  gap:45px;
  padding:42px 0;
  border-bottom:1px solid var(--line);
}

.seo-value-row > span{
  color:var(--accent);
  font-size:16px;
  letter-spacing:.12em;
  font-weight:700;
}

.seo-value-row p{
  max-width:940px;
  margin:0;
  color:#c2c7cf;
  font-family:"Instrument Sans",sans-serif;
  font-size:clamp(23px,2.7vw,38px);
  line-height:1.32;
  letter-spacing:-.035em;
}

.seo-value-row strong{
  color:var(--text);
}

.seo-calls-section{
  position:relative;
  background:#181a1e;
}

.seo-calls-section h2{
  max-width:1080px;
  margin:24px 0 0;
  font-family:"Instrument Sans",sans-serif;
  font-size:clamp(50px,6.3vw,90px);
  line-height:.92;
  letter-spacing:-.065em;
  font-weight:550;
  text-wrap:balance;
}

.seo-calls-layout{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);
  gap:80px;
  align-items:start;
  margin-top:66px;
}

.seo-calls-copy p{
  color:var(--muted);
}

.seo-calls-copy strong{
  color:var(--text);
}

.seo-calls-section .seo-method-list li{
  border-color:var(--line);
  color:var(--muted);
}

.seo-calls-section .seo-method-list li:last-child{
  border-bottom:1px solid var(--line);
}

.seo-calls-section .seo-method-list li::before{
  color:var(--accent);
}

.seo-calls-section .seo-risk-close{
  color:var(--text)!important;
}

.seo-phone-visual{
  position:sticky;
  top:120px;
  display:grid;
  place-items:center;
  min-height:520px;
}

.phone-frame{
  position:relative;
  width:min(280px,78%);
  aspect-ratio:.52;
  padding:12px;
  border:1px solid rgba(184,198,255,.22);
  border-radius:38px;
  box-shadow:0 24px 70px rgba(0,0,0,.30);
}

.phone-notch{
  position:absolute;
  z-index:2;
  top:15px;
  left:50%;
  width:74px;
  height:17px;
  transform:translateX(-50%);
  border-radius:999px;
  background:#111317;
}

.phone-screen{
  position:relative;
  width:100%;
  height:100%;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:24px;
  border:1px solid var(--line-soft);
  border-radius:29px;
  background:
    radial-gradient(circle at 50% 54%,rgba(184,198,255,.12),transparent 23%),
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),
    #202226;
  background-size:auto,30px 30px,30px 30px,auto;
}

.phone-screen span{
  color:var(--muted-2);
  font-size:16px;
  letter-spacing:.14em;
  font-weight:700;
}

.phone-screen strong{
  position:relative;
  z-index:2;
  font-family:"Instrument Sans",sans-serif;
  font-size:42px;
  letter-spacing:-.055em;
  font-weight:550;
}

.phone-pulse{
  position:absolute;
  width:92px;
  height:92px;
  border:1px solid rgba(184,198,255,.22);
  border-radius:50%;
  box-shadow:
    0 0 0 28px rgba(184,198,255,.035),
    0 0 0 58px rgba(184,198,255,.015);
}

.phone-path{
  width:1px;
  height:46px;
  background:linear-gradient(transparent,var(--accent),transparent);
}

.seo-final-sections{
  display:grid;
  gap:0;
}

.seo-final-block{
  display:grid;
  grid-template-columns:105px minmax(0,.9fr) minmax(320px,1.1fr);
  gap:44px;
  align-items:start;
  padding:70px 0;
  border-top:1px solid var(--line);
}

.seo-final-block:last-child{
  border-bottom:1px solid var(--line);
}

.seo-final-block h2{
  margin:0;
  font-family:"Instrument Sans",sans-serif;
  font-size:clamp(38px,4.4vw,62px);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:550;
}

.seo-final-block > p{
  grid-column:3;
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.85;
}

.seo-final-block > p + p{
  margin-top:22px;
}

.seo-final-block strong{
  color:var(--text);
}

.math-visual{
  grid-column:3;
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
  padding-top:26px;
  border-top:1px solid var(--line);
  font-family:"Instrument Sans",sans-serif;
}

.math-visual span{
  color:#c5cad1;
  font-size:26px;
  letter-spacing:-.035em;
}

.math-visual i{
  color:var(--muted-2);
  font-size:16px;
  font-style:normal;
}

.math-visual strong{
  color:var(--accent);
  font-size:38px;
  letter-spacing:-.045em;
}


/* =========================================================
   PRE-VETTED VS COLD LEAD — INTENT SIGNAL VISUAL
   ========================================================= */

.seo-intent-block{
  min-height:0;
  padding:54px 0 56px;
}

.seo-intent-block .seo-intent-copy{
  grid-column:3;
  grid-row:1 / span 2;
  align-self:start;
  max-width:660px;
}

.seo-intent-copy p{
  margin:0;
}

.intent-lead{
  color:#c9ced6;
  font-family:"Instrument Sans",sans-serif;
  font-size:clamp(19px,1.55vw,24px);
  line-height:1.55;
  letter-spacing:-.025em;
}

.intent-copy-divider{
  width:100%;
  height:1px;
  margin:28px 0 30px;
  background:linear-gradient(90deg,var(--line),rgba(184,198,255,.18),transparent);
}

.intent-copy-muted{
  color:var(--muted);
  font-size:16px;
  line-height:1.8;
}

.intent-copy-emphasis{
  margin-top:22px!important;
  padding:18px 0 18px 20px;
  border-left:1px solid rgba(184,198,255,.42);
  color:#cbd0d8;
  font-size:16px;
  line-height:1.8;
}

.intent-copy-emphasis strong{
  color:var(--text);
  font-weight:700;
}

.intent-copy-close{
  margin-top:22px!important;
  color:#d8dce2;
  font-family:"Instrument Sans",sans-serif;
  font-size:clamp(18px,1.5vw,22px);
  line-height:1.5;
  letter-spacing:-.025em;
}

.intent-visual{
  grid-column:2;
  grid-row:2;
  align-self:start;
  margin-top:26px;
  width:min(100%,560px);
  overflow:hidden;
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 77% 42%,rgba(184,198,255,.075),transparent 28%),
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),
    rgba(26,28,32,.78);
  background-size:auto,34px 34px,34px 34px,auto;
  box-shadow:0 28px 70px rgba(0,0,0,.16);
}

.intent-visual-header{
  display:grid;
  grid-template-columns:1fr 1fr;
  border-bottom:1px solid var(--line);
}

.intent-visual-header span{
  padding:13px 16px;
  color:var(--muted-2);
  font-size:16px;
  line-height:1;
  letter-spacing:.12em;
  font-weight:700;
}

.intent-visual-header span:last-child{
  border-left:1px solid var(--line);
  color:#cbd3ef;
  text-align:right;
}

.intent-field{
  position:relative;
  display:grid;
  grid-template-columns:1fr 38px 1fr;
  min-height:300px;
}

.intent-lane{
  position:relative;
  min-width:0;
  overflow:hidden;
  padding:18px 16px 16px;
}

.intent-lane-cold{
  opacity:.68;
}

.intent-vs{
  position:relative;
  display:grid;
  place-items:center;
  border-left:1px solid var(--line);
  border-right:1px solid var(--line);
  background:rgba(255,255,255,.012);
}

.intent-vs::before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:50%;
  width:1px;
  background:linear-gradient(transparent,rgba(184,198,255,.18),transparent);
}

.intent-vs span{
  position:relative;
  z-index:1;
  padding:7px 0;
  background:#1c1e22;
  color:var(--muted-2);
  font-size:16px;
  letter-spacing:.11em;
  font-weight:700;
  writing-mode:vertical-rl;
}

.intent-source,
.intent-lane-footer{
  position:relative;
  z-index:3;
  color:var(--muted-2);
  font-size:16px;
  line-height:1.35;
  letter-spacing:.105em;
  font-weight:700;
}

.intent-source{
  min-height:30px;
}

.intent-lane-vetted .intent-source{
  color:#c5cbe0;
}

.intent-lane-footer{
  position:absolute;
  left:16px;
  right:16px;
  bottom:15px;
}

.intent-lane-vetted .intent-lane-footer{
  color:rgba(184,198,255,.72);
  text-align:right;
}

.intent-path-svg{
  position:absolute;
  z-index:1;
  inset:54px 10px 42px;
  width:calc(100% - 20px);
  height:calc(100% - 96px);
  overflow:visible;
}

.intent-path{
  fill:none;
  stroke-linecap:round;
  vector-effect:non-scaling-stroke;
}

.cold-path{
  stroke:rgba(157,164,174,.38);
  stroke-width:1;
  stroke-dasharray:4 8;
  stroke-dashoffset:180;
}

.vetted-path{
  stroke:var(--accent);
  stroke-width:1.35;
  stroke-dasharray:380;
  stroke-dashoffset:380;
  filter:drop-shadow(0 0 4px rgba(184,198,255,.28));
}

.seo-intent-block.is-visible .cold-path{
  animation:intent-cold-draw 2.4s var(--ease) .15s forwards;
}

.seo-intent-block.is-visible .vetted-path{
  animation:intent-vetted-draw 1.25s var(--ease) .4s forwards;
}

.noise-dot{
  position:absolute;
  z-index:2;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#9096a0;
  opacity:0;
}

.noise-1{left:20%;top:32%}
.noise-2{left:42%;top:51%}
.noise-3{left:67%;top:43%}
.noise-4{left:77%;top:64%}
.noise-5{left:52%;top:69%}

.seo-intent-block.is-visible .noise-dot{
  animation:intent-noise-in .5s ease forwards,intent-noise-drift 3.6s ease-in-out infinite;
}

.seo-intent-block.is-visible .noise-2{animation-delay:.12s,.5s}
.seo-intent-block.is-visible .noise-3{animation-delay:.24s,.8s}
.seo-intent-block.is-visible .noise-4{animation-delay:.36s,1.1s}
.seo-intent-block.is-visible .noise-5{animation-delay:.48s,1.4s}

.vetted-signal{
  position:absolute;
  z-index:3;
  left:12%;
  top:71%;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--accent);
  box-shadow:0 0 0 6px rgba(184,198,255,.07),0 0 18px rgba(184,198,255,.42);
  opacity:0;
}

.seo-intent-block.is-visible .vetted-signal{
  animation:intent-signal-travel 1.35s var(--ease) .42s forwards;
}

.intent-call-target{
  position:absolute;
  z-index:3;
  top:25%;
  right:14px;
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  border:1px solid rgba(184,198,255,.18);
  border-radius:50%;
  opacity:.38;
  transform:scale(.92);
}

.intent-call-target::before{
  content:"";
  position:absolute;
  inset:-9px;
  border:1px solid rgba(184,198,255,.07);
  border-radius:50%;
}

.intent-call-target span{
  color:#dbe1f6;
  font-family:"Instrument Sans",sans-serif;
  font-size:16px;
  letter-spacing:.08em;
  font-weight:650;
}

.seo-intent-block.is-visible .intent-call-target{
  animation:intent-target-lock .55s var(--ease) 1.48s forwards;
}

@keyframes intent-cold-draw{
  to{stroke-dashoffset:0}
}

@keyframes intent-vetted-draw{
  to{stroke-dashoffset:0}
}

@keyframes intent-noise-in{
  to{opacity:.48}
}

@keyframes intent-noise-drift{
  0%,100%{transform:translate(0,0)}
  50%{transform:translate(5px,-4px)}
}

@keyframes intent-signal-travel{
  0%{
    left:12%;
    top:71%;
    opacity:0;
    transform:scale(.78);
  }
  12%{opacity:1}
  100%{
    left:73%;
    top:25%;
    opacity:1;
    transform:scale(1);
  }
}

@keyframes intent-target-lock{
  to{
    opacity:1;
    transform:scale(1);
    border-color:rgba(184,198,255,.55);
    box-shadow:0 0 34px rgba(184,198,255,.08);
  }
}


@media(max-width:1000px){
  .seo-copy-hero,
  .seo-risk-layout,
  .seo-calls-layout{
    grid-template-columns:1fr;
  }

  .seo-copy-hero{
    min-height:auto;
  }

  .seo-copy-hero-visual{
    width:min(720px,100%);
  }

  .seo-dual-rail,
  .seo-phone-visual{
    position:relative;
    top:auto;
  }

  .seo-dual-rail{
    min-height:300px;
  }

  .seo-phone-visual{
    min-height:430px;
  }

  .seo-final-block{
    grid-template-columns:90px 1fr;
  }

  .seo-final-block > p,
  .math-visual{
    grid-column:2;
  }
}

@media(max-width:720px){
  .seo-copy-hero{
    padding-top:42px;
    padding-bottom:68px;
    gap:42px;
  }

  .seo-copy-hero h1{
    font-size:clamp(42px,11vw,62px);
  }

  .seo-copy-hero-visual{
    min-height:330px;
  }

  .seo-copy-section{
    padding-top:78px;
    padding-bottom:78px;
  }

  .seo-copy-heading{
    grid-template-columns:1fr;
    gap:16px;
  }

  .seo-benefit-grid,
  .seo-definition-grid{
    grid-template-columns:1fr;
  }

  .seo-definition-card{
    padding:30px 22px;
  }

  .seo-value-row{
    grid-template-columns:1fr;
    gap:18px;
    padding:34px 0;
  }

  .seo-calls-section h2{
    font-size:clamp(46px,13vw,70px);
  }

  .seo-final-block{
    grid-template-columns:1fr;
    gap:22px;
    padding:52px 0;
  }

  .seo-final-block > p,
  .math-visual{
    grid-column:1;
  }

  .seo-dual-rail{
    min-height:240px;
  }

  .phone-frame{
    width:235px;
  }
}

/* =========================================================
   INDUSTRY SCENARIO TEMPLATE
   ========================================================= */

.scenario-hero{
  min-height:650px;
}

.scenario-hero h1{
  font-size:clamp(56px,6.5vw,96px);
}

.scenario-tag{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-top:20px;
  padding:9px 11px;
  border:1px solid rgba(184,198,255,.20);
  background:rgba(184,198,255,.055);
  color:#dce1f1;
  font-size:16px;
  line-height:1;
  letter-spacing:.11em;
  text-transform:uppercase;
  font-weight:700;
}

.scenario-tag::before{
  content:"";
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--accent);
}

.scenario-disclaimer{
  display:grid;
  grid-template-columns:160px 1fr;
  gap:34px;
  margin-top:26px;
  padding:18px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.scenario-disclaimer strong{
  color:#d7dbe1;
  font-size:9px;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.scenario-disclaimer p{
  max-width:860px;
  margin:0;
  color:var(--muted-2);
  font-size:11px;
  line-height:1.7;
}

.market-context-grid{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(420px,1.2fr);
  gap:70px;
  margin-top:62px;
  align-items:start;
}

.context-copy p{
  color:var(--muted);
  line-height:1.85;
}

.context-copy strong{
  color:var(--text);
}

.context-facts{
  border-top:1px solid var(--line);
}

.context-fact{
  display:grid;
  grid-template-columns:80px 1fr;
  gap:20px;
  padding:19px 0;
  border-bottom:1px solid var(--line-soft);
}

.context-fact span{
  color:var(--accent);
  font-size:16px;
  letter-spacing:.1em;
  font-weight:700;
}

.context-fact strong{
  font-family:"Instrument Sans",sans-serif;
  font-size:20px;
  line-height:1.25;
  letter-spacing:-.025em;
  font-weight:520;
}

.search-funnel{
  margin-top:70px;
  padding:34px;
  border:1px solid var(--line);
  background:
    linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px),
    #1c1e22;
  background-size:44px 44px;
}

.search-funnel-header{
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:var(--muted-2);
  font-size:16px;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:700;
}

.funnel-client{
  width:min(650px,100%);
  margin:38px auto 0;
  padding:22px;
  border:1px solid var(--line);
  text-align:center;
}

.funnel-client span{
  color:var(--muted-2);
  font-size:16px;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.funnel-client strong{
  display:block;
  margin-top:8px;
  font-family:"Instrument Sans",sans-serif;
  font-size:28px;
  letter-spacing:-.04em;
  font-weight:540;
}

.funnel-stem{
  width:1px;
  height:52px;
  margin:0 auto;
  background:linear-gradient(var(--line),var(--accent));
}

.funnel-routes{
  position:relative;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:38px;
}

.funnel-routes::before{
  content:"";
  position:absolute;
  left:25%;
  right:25%;
  top:-1px;
  height:1px;
  background:var(--line);
}

.funnel-route{
  position:relative;
  min-height:390px;
  padding:28px;
  border:1px solid var(--line);
  background:rgba(32,34,38,.88);
  transition:opacity .3s ease,border-color .3s ease,transform .3s var(--ease);
}

.search-funnel.has-route-focus .funnel-route:not(.is-active){
  opacity:.34;
}

.funnel-route.is-active{
  border-color:rgba(184,198,255,.34);
  transform:translateY(-4px);
}

.funnel-route .route-index{
  color:var(--accent);
  font-size:16px;
  letter-spacing:.11em;
  font-weight:700;
}

.funnel-route h3{
  margin:26px 0 0;
  font-family:"Instrument Sans",sans-serif;
  font-size:34px;
  letter-spacing:-.045em;
  font-weight:550;
}

.route-query{
  margin-top:22px;
  padding:15px;
  border-left:1px solid var(--accent);
  background:rgba(184,198,255,.045);
  color:#d6dae0;
  font-size:16px;
  line-height:1.65;
}

.route-engine{
  display:flex;
  justify-content:space-between;
  gap:14px;
  margin-top:22px;
  padding-top:16px;
  border-top:1px solid var(--line-soft);
}

.route-engine strong{
  font-family:"Instrument Sans",sans-serif;
  font-size:22px;
  letter-spacing:-.03em;
}

.route-engine span{
  color:var(--muted-2);
  font-size:16px;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.route-list{
  margin:20px 0 0;
  padding:0;
  list-style:none;
}

.route-list li{
  padding:10px 0;
  border-top:1px solid var(--line-soft);
  color:var(--muted);
  font-size:16px;
}

.funnel-converge{
  width:min(720px,100%);
  margin:38px auto 0;
  padding:20px;
  border:1px solid rgba(184,198,255,.24);
  background:rgba(184,198,255,.055);
  text-align:center;
}

.funnel-converge strong{
  font-family:"Instrument Sans",sans-serif;
  font-size:22px;
  letter-spacing:-.03em;
}

.story-phases{
  margin-top:68px;
}

.story-phase{
  display:grid;
  grid-template-columns:145px minmax(0,1fr);
  gap:50px;
  padding:64px 0;
  border-top:1px solid var(--line);
}

.story-phase:last-child{
  border-bottom:1px solid var(--line);
}

.phase-label{
  position:sticky;
  top:116px;
  align-self:start;
}

.phase-label span{
  display:block;
  color:var(--accent);
  font-size:16px;
  letter-spacing:.12em;
  font-weight:700;
}

.phase-label strong{
  display:block;
  margin-top:8px;
  color:#c7ccd4;
  font-size:16px;
  line-height:1.5;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.phase-content h3{
  max-width:820px;
  margin:0;
  font-family:"Instrument Sans",sans-serif;
  font-size:clamp(38px,4.6vw,64px);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:550;
}

.phase-intro{
  max-width:770px;
  margin:24px 0 0;
  color:var(--muted);
  line-height:1.85;
}

.failure-grid,
.strategy-grid,
.outcome-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:38px;
}

.story-card{
  min-height:300px;
  padding:26px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.01);
}

.story-card .story-label{
  color:var(--accent);
  font-size:16px;
  letter-spacing:.11em;
  text-transform:uppercase;
  font-weight:700;
}

.story-card h4{
  margin:30px 0 0;
  font-family:"Instrument Sans",sans-serif;
  font-size:26px;
  line-height:1.1;
  letter-spacing:-.035em;
  font-weight:540;
}

.story-card p{
  margin:16px 0 0;
  color:var(--muted);
  font-size:16px;
  line-height:1.78;
}

.story-card ul{
  margin:20px 0 0;
  padding:0;
  list-style:none;
}

.story-card li{
  padding:11px 0;
  border-top:1px solid var(--line-soft);
  color:var(--muted);
  font-size:16px;
  line-height:1.6;
}

.story-card li strong{
  color:#d9dde3;
  font-weight:600;
}

.possible-outcome{
  margin-top:38px;
  padding:28px;
  border:1px solid rgba(184,198,255,.25);
  background:linear-gradient(135deg,rgba(184,198,255,.07),rgba(184,198,255,.018));
}

.possible-outcome .story-label{
  color:var(--accent);
  font-size:16px;
  letter-spacing:.11em;
  text-transform:uppercase;
  font-weight:700;
}

.possible-outcome p{
  max-width:900px;
  margin:14px 0 0;
  color:#d3d7dd;
  font-family:"Instrument Sans",sans-serif;
  font-size:clamp(23px,2.7vw,36px);
  line-height:1.25;
  letter-spacing:-.035em;
}

.scenario-math{
  display:grid;
  grid-template-columns:minmax(0,.78fr) minmax(420px,1.22fr);
  gap:70px;
  align-items:center;
  margin-top:68px;
}

.math-panel{
  padding:34px;
  border:1px solid var(--line);
  background:#1a1c20;
}

.math-row{
  display:grid;
  grid-template-columns:1fr auto;
  gap:20px;
  padding:17px 0;
  border-bottom:1px solid var(--line-soft);
}

.math-row span{
  color:var(--muted);
  font-size:16px;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.math-row strong{
  font-family:"Instrument Sans",sans-serif;
  font-size:22px;
  font-variant-numeric:tabular-nums;
  letter-spacing:-.02em;
}

.math-row.math-total{
  border-bottom:0;
  padding-top:25px;
}

.math-row.math-total strong{
  color:var(--accent);
  font-size:30px;
}

.math-note{
  margin-top:16px;
  color:var(--muted-2);
  font-size:10px;
  line-height:1.7;
}

.legal-footer{
  margin-top:52px;
  padding:24px;
  border:1px solid var(--line);
  color:var(--muted-2);
  font-size:10.5px;
  line-height:1.75;
}

.legal-footer strong{
  color:#c6cbd2;
}

.related-links{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:50px;
}

.related-link{
  min-height:190px;
  padding:26px;
  border:1px solid var(--line);
  transition:transform .25s var(--ease),border-color .25s ease,background .25s ease;
}

.related-link:hover,
.related-link:focus-visible{
  transform:translateY(-4px);
  border-color:rgba(184,198,255,.30);
  background:rgba(184,198,255,.035);
}

.related-link span{
  color:var(--muted-2);
  font-size:16px;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.related-link strong{
  display:block;
  margin-top:34px;
  font-family:"Instrument Sans",sans-serif;
  font-size:28px;
  line-height:1.05;
  letter-spacing:-.04em;
  font-weight:540;
}

@media(max-width:1000px){
  .service-hero{
    grid-template-columns:1fr;
    min-height:auto;
  }

  .hero-system-card{
    width:min(760px,100%);
  }

  .section-heading{
    grid-template-columns:1fr;
    gap:18px;
  }

  .industry-card,
  .market-context-grid,
  .scenario-math{
    grid-template-columns:1fr;
  }

  .optimization-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:720px){
  .service-hero{
    padding-top:42px;
    padding-bottom:64px;
    gap:46px;
  }

  .service-hero h1{
    font-size:clamp(52px,15vw,76px);
  }

  .service-hero-lede{
    font-size:16px;
  }

  .search-engine-model{
    grid-template-columns:1fr;
    gap:12px;
  }

  .engine-bridge{
    width:1px;
    height:28px;
    margin:0 auto;
  }

  .section-block{
    padding-top:78px;
    padding-bottom:78px;
  }

  .split-thesis,
  .dual-engine-branches,
  .economics-grid,
  .failure-grid,
  .strategy-grid,
  .outcome-grid,
  .related-links{
    grid-template-columns:1fr;
  }

  .value-list{
    grid-template-columns:1fr;
  }

  .value-item:nth-child(odd),
  .value-item:nth-child(even){
    padding-left:0;
    padding-right:0;
    border-left:0;
  }

  .dual-engine-diagram,
  .search-funnel,
  .industry-card{
    padding:22px 18px;
  }

  .dual-engine-branches{
    gap:18px;
  }

  .dual-engine-branches::before,
  .funnel-routes::before{
    display:none;
  }

  .optimization-grid{
    grid-template-columns:1fr;
  }

  .industry-card{
    grid-template-columns:1fr;
  }

  .mini-funnel-split{
    grid-template-columns:1fr;
  }

  .scenario-disclaimer{
    grid-template-columns:1fr;
    gap:9px;
  }

  .funnel-routes{
    grid-template-columns:1fr;
    gap:18px;
  }

  .story-phase{
    grid-template-columns:1fr;
    gap:28px;
    padding:50px 0;
  }

  .phase-label{
    position:static;
  }

  .scenario-math{
    gap:35px;
  }
}

@media(max-width:1000px){
  .seo-intent-block{
    min-height:0;
    padding:42px 0 44px;
  }

  .seo-intent-block .seo-intent-copy{
    display:block;
    grid-column:2;
    grid-row:auto;
    max-width:680px;
  }

  .intent-copy-divider{
    margin:24px 0 26px;
  }

  .intent-copy-emphasis,
  .intent-copy-close{
    margin-top:20px!important;
  }

  .intent-visual{
    grid-column:2;
    grid-row:auto;
    width:min(680px,100%);
    margin-top:14px;
  }
}

@media(max-width:720px){
  .seo-intent-block .seo-intent-copy,
  .intent-visual{
    grid-column:1;
  }

  .seo-intent-block{
    padding:36px 0 40px;
  }

  .intent-field{
    grid-template-columns:1fr;
  }

  .intent-vs{
    min-height:34px;
    border-left:0;
    border-right:0;
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
  }

  .intent-vs::before{
    left:0;
    right:0;
    top:50%;
    bottom:auto;
    width:auto;
    height:1px;
    background:linear-gradient(90deg,transparent,rgba(184,198,255,.18),transparent);
  }

  .intent-vs span{
    writing-mode:horizontal-tb;
    padding:0 9px;
  }

  .intent-lane{
    min-height:230px;
  }

  .intent-visual-header{
    display:none;
  }
}

@media(max-width:720px){
  .seo-benefit-grid{
    grid-template-columns:1fr;
    gap:12px;
    margin-top:40px;
  }

  .seo-benefit-system::before{
    display:none;
  }

  .seo-benefit-card{
    min-height:300px;
    padding:24px 22px 25px;
  }

  .benefit-visual{
    height:118px;
  }
}


/* --- CTG refinement: improved visibility + trust visuals, larger copy, larger center node --- */
.seo-benefit-system::before{
  width:96px;
  height:96px;
  font-size:16px;
  letter-spacing:.11em;
  line-height:1.22;
  box-shadow:
    0 0 0 12px #202226,
    0 0 0 13px rgba(255,255,255,.04),
    0 0 60px rgba(184,198,255,.12);
}

.seo-benefit-card{
  min-height:348px;
}

.seo-benefit-card p{
  max-width:600px;
  margin:24px 0 0;
  font-size:16px;
  line-height:1.82;
}

.seo-benefit-card strong{
  display:inline-block;
  margin-right:2px;
  font-size:18px;
  line-height:1.4;
}

/* Card 01 — visibility */
.benefit-visual-visibility{
  background:
    radial-gradient(circle at 50% 50%, rgba(184,198,255,.065), transparent 34%),
    linear-gradient(90deg, transparent 48.5%, rgba(255,255,255,.04) 50%, transparent 51.5%);
}

.visibility-panel{
  position:absolute;
  top:20px;
  width:118px;
  height:90px;
  padding:14px 14px 12px;
  border:1px solid rgba(184,198,255,.12);
  background:linear-gradient(180deg, rgba(255,255,255,.028), rgba(255,255,255,.012));
}

.visibility-panel-left{ left:7%; }
.visibility-panel-right{ right:7%; }

.visibility-panel::after{
  content:"";
  position:absolute;
  left:10px;
  right:10px;
  bottom:10px;
  height:1px;
  background:rgba(255,255,255,.05);
}

.visibility-panel-tag,
.trust-panel-tag{
  color:#cfd6ef;
  font-size:16px;
  line-height:1;
  letter-spacing:.14em;
  font-weight:700;
}

.visibility-panel-line,
.trust-panel-line{
  height:1px;
  margin-top:12px;
  background:rgba(184,198,255,.22);
}

.visibility-panel-line-1{ width:72%; }
.visibility-panel-line-2{ width:100%; opacity:.8; }
.visibility-panel-line-3{ width:58%; opacity:.55; }

.visibility-beam{
  position:absolute;
  top:64px;
  width:24%;
  height:1px;
  background:linear-gradient(90deg, rgba(184,198,255,.12), var(--accent));
}

.visibility-beam-left{ left:31%; }
.visibility-beam-right{ right:31%; transform:rotate(180deg); }

.visibility-signal-ring{
  position:absolute;
  left:50%;
  top:64px;
  border-radius:50%;
  transform:translate(-50%, -50%);
  border:1px solid rgba(184,198,255,.10);
}

.visibility-signal-ring-a{ width:46px; height:46px; }
.visibility-signal-ring-b{ width:68px; height:68px; opacity:.7; }

.visibility-core{
  position:absolute;
  left:50%;
  top:64px;
  width:11px;
  height:11px;
  border-radius:50%;
  transform:translate(-50%, -50%);
  background:var(--accent);
  box-shadow:0 0 0 8px rgba(184,198,255,.08), 0 0 22px rgba(184,198,255,.30);
}

/* Card 03 — trust */
.benefit-visual-trust{
  background:radial-gradient(circle at 50% 50%, rgba(184,198,255,.06), transparent 30%);
}

.trust-panel{
  position:absolute;
  top:22px;
  width:130px;
  height:88px;
  padding:13px 14px;
  border:1px solid rgba(184,198,255,.12);
  background:linear-gradient(180deg, rgba(255,255,255,.026), rgba(255,255,255,.01));
}

.trust-panel-left{ left:6%; }
.trust-panel-right{ right:6%; }

.trust-panel-line-1{ width:86%; }
.trust-panel-line-2{ width:58%; opacity:.65; }

.trust-panel-check{
  position:absolute;
  right:15px;
  bottom:16px;
  width:18px;
  height:18px;
  border-radius:50%;
  border:1px solid rgba(184,198,255,.18);
}

.trust-panel-check::before{
  content:"";
  position:absolute;
  left:5px;
  top:4px;
  width:6px;
  height:3px;
  border-left:1px solid rgba(220,225,240,.8);
  border-bottom:1px solid rgba(220,225,240,.8);
  transform:rotate(-45deg);
}

.trust-link{
  position:absolute;
  top:65px;
  width:22%;
  height:1px;
  background:linear-gradient(90deg, rgba(117,125,137,.28), rgba(184,198,255,.55));
}

.trust-link-left{ left:31%; }
.trust-link-right{ right:31%; transform:rotate(180deg); }

.trust-seal{
  position:absolute;
  left:50%;
  top:65px;
  width:56px;
  height:56px;
  transform:translate(-50%, -50%) rotate(45deg);
  border:1px solid rgba(184,198,255,.18);
  background:linear-gradient(180deg, rgba(255,255,255,.022), rgba(255,255,255,.006));
  box-shadow:0 0 18px rgba(184,198,255,.12);
}

.trust-seal::before,
.trust-seal::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  background:var(--accent);
  transform:translate(-50%, -50%) rotate(-45deg);
}

.trust-seal::before{ width:12px; height:1px; }
.trust-seal::after{ width:1px; height:12px; }

.trust-seal-inner{
  position:absolute;
  inset:10px;
  border:1px solid rgba(184,198,255,.12);
}

.seo-benefit-card:hover .visibility-core,
.seo-benefit-card:hover .trust-seal{
  box-shadow:0 0 0 10px rgba(184,198,255,.035), 0 0 26px rgba(184,198,255,.26);
}

@media(max-width:960px){
  .seo-benefit-system::before{
    width:88px;
    height:88px;
    font-size:16px;
  }
}

@media(max-width:720px){
  .seo-benefit-card{
    min-height:330px;
  }

  .seo-benefit-card p{
    font-size:16px;
    line-height:1.75;
  }

  .seo-benefit-card strong{
    font-size:17px;
  }

  .visibility-panel,
  .trust-panel{
    width:110px;
  }
}

@media(max-width:720px){
  .seo-definition-intro{
    grid-template-columns:1fr;
    gap:16px;
    margin-bottom:38px;
  }
}


/* Breadcrumb navigation is an intentional 12px exception to the 16px type floor. */
.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span{
  font-size:12px;
  line-height:1.4;
  letter-spacing:.08em;
}


/* =========================================================
   PROSE WRAPPING
   Prefer aesthetically complete line endings and avoid a
   single trailing word where the browser can reflow cleanly.
   ========================================================= */
p,
li,
blockquote,
figcaption{
  text-wrap:pretty;
}

/* SEO/AEO hero: no eyebrow; improve paragraph measure/wrapping. */
.seo-copy-hero-main{
  padding-top:0;
}

.seo-copy-hero-intro{
  max-width:720px;
  text-wrap:pretty;
}


/* =========================================================
   SEO + AEO INDUSTRY SCENARIO LIBRARY
   Shared index directory + one reusable scenario page system.
   ========================================================= */

.seo-scenario-library{
  padding-top:110px;
  padding-bottom:110px;
  border-top:1px solid var(--line);
}

.seo-scenario-library-head{
  display:grid;
  grid-template-columns:120px minmax(0,1fr);
  column-gap:48px;
  row-gap:20px;
  align-items:start;
}

.seo-scenario-library-head > span{
  grid-column:1;
  color:var(--accent);
  font-size:16px;
  font-weight:700;
  letter-spacing:.10em;
  text-transform:uppercase;
}

.seo-scenario-library-head h2{
  grid-column:2;
  margin:0;
  max-width:900px;
  font-family:"Instrument Sans",sans-serif;
  font-size:clamp(48px,5.6vw,78px);
  line-height:.96;
  letter-spacing:-.06em;
  font-weight:550;
  text-wrap:balance;
}

.seo-scenario-library-head p{
  grid-column:2;
  max-width:760px;
  margin:4px 0 0;
  color:var(--muted);
  font-size:17px;
  line-height:1.75;
  text-wrap:pretty;
}

.seo-scenario-directory{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:62px;
}

.seo-scenario-group{
  border:1px solid var(--line);
  background:rgba(255,255,255,.009);
}

.seo-scenario-group h3{
  margin:0;
  padding:22px 24px;
  border-bottom:1px solid var(--line);
  color:#d9dde4;
  font-family:"Instrument Sans",sans-serif;
  font-size:18px;
  line-height:1.2;
  letter-spacing:-.02em;
  font-weight:590;
}

.seo-scenario-links a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:88px;
  padding:18px 24px;
  border-bottom:1px solid var(--line-soft);
  color:inherit;
  transition:background .25s ease,border-color .25s ease;
}

.seo-scenario-links a:last-child{
  border-bottom:0;
}

.seo-scenario-links a:hover,
.seo-scenario-links a:focus-visible{
  background:rgba(184,198,255,.035);
}

.seo-scenario-links a > span{
  display:grid;
  gap:5px;
}

.seo-scenario-links strong{
  color:var(--text);
  font-family:"Instrument Sans",sans-serif;
  font-size:19px;
  line-height:1.25;
  letter-spacing:-.025em;
  font-weight:560;
}

.seo-scenario-links small{
  color:var(--muted);
  font-size:16px;
  line-height:1.4;
}

.seo-scenario-links i{
  flex:0 0 auto;
  color:var(--accent);
  font-size:18px;
  font-style:normal;
  transition:transform .25s ease;
}

.seo-scenario-links a:hover i,
.seo-scenario-links a:focus-visible i{
  transform:translate(3px,-3px);
}

.seo-scenario-library-disclosure{
  max-width:900px;
  margin:28px 0 0 168px;
  color:var(--muted-2);
  font-size:12px;
  line-height:1.65;
}

/* Scenario page */

.scenario-template-page{
  background:#202226;
}

.scenario-template-hero{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);
  gap:72px;
  align-items:center;
  padding-top:74px;
  padding-bottom:88px;
}

.scenario-template-label,
.scenario-template-status{
  font-size:16px;
  line-height:1.4;
  letter-spacing:.09em;
  text-transform:uppercase;
  font-weight:700;
}

.scenario-template-label{
  color:var(--accent);
}

.scenario-template-status{
  display:inline-flex;
  width:max-content;
  margin-top:18px;
  padding:9px 12px;
  border:1px solid rgba(184,198,255,.18);
  color:#c6ccdb;
  letter-spacing:.04em;
  text-transform:none;
  font-weight:600;
}

.scenario-template-hero h1{
  max-width:860px;
  margin:28px 0 0;
  font-family:"Instrument Sans",sans-serif;
  font-size:clamp(64px,7.6vw,118px);
  line-height:.88;
  letter-spacing:-.075em;
  font-weight:540;
  text-wrap:balance;
}

.scenario-intro-copy{
  max-width:820px;
  margin-top:40px;
}

.scenario-intro-copy p{
  margin:0;
  color:#b9bec7;
  font-size:18px;
  line-height:1.78;
  text-wrap:pretty;
}

.scenario-intro-copy p + p{
  margin-top:20px;
}

.scenario-source-heading{
  margin:0 0 22px;
  color:var(--text);
  font-family:"Instrument Sans",sans-serif;
  font-size:28px;
  line-height:1.2;
  letter-spacing:-.035em;
  font-weight:560;
}

.scenario-source-kicker{
  color:var(--accent)!important;
  font-weight:700;
}

.scenario-template-model{
  position:relative;
  min-height:420px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:28px;
  overflow:hidden;
  border:1px solid var(--line);
  background:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),
    radial-gradient(circle at 50% 55%,rgba(184,198,255,.09),transparent 34%);
  background-size:38px 38px,38px 38px,auto;
}

.scenario-template-model::before,
.scenario-template-model::after{
  content:"";
  position:absolute;
  top:50%;
  width:42%;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(184,198,255,.28));
}

.scenario-template-model::before{left:5%}
.scenario-template-model::after{right:5%;transform:rotate(180deg)}

.scenario-model-label,
.scenario-model-footer{
  position:relative;
  z-index:2;
  color:var(--muted-2);
  font-size:16px;
  line-height:1.2;
  letter-spacing:.1em;
  font-weight:700;
}

.scenario-model-footer{
  text-align:right;
}

.scenario-model-company{
  position:relative;
  z-index:2;
  align-self:center;
  max-width:80%;
  color:#dfe3eb;
  font-family:"Instrument Sans",sans-serif;
  font-size:24px;
  line-height:1.2;
  text-align:center;
  letter-spacing:-.03em;
  font-weight:550;
}

.scenario-model-split{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:18px;
}

.scenario-model-split > div{
  min-height:126px;
  display:grid;
  place-items:center;
  align-content:center;
  gap:8px;
  border:1px solid rgba(184,198,255,.17);
  background:#202226;
}

.scenario-model-split span{
  color:var(--muted-2);
  font-size:16px;
  font-weight:700;
  letter-spacing:.08em;
}

.scenario-model-split strong{
  color:var(--accent);
  font-family:"Instrument Sans",sans-serif;
  font-size:38px;
  line-height:1;
  letter-spacing:-.04em;
  font-weight:550;
}

.scenario-model-split i{
  color:var(--accent);
  font-size:24px;
  font-style:normal;
}

.scenario-template-disclaimer{
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  gap:30px;
  padding-top:24px;
  padding-bottom:24px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.scenario-template-disclaimer strong{
  color:#d5d9e1;
  font-size:12px;
  line-height:1.5;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.scenario-template-disclaimer p{
  max-width:1100px;
  margin:0;
  color:var(--muted-2);
  font-size:12px;
  line-height:1.7;
  text-wrap:pretty;
}

.scenario-phase-nav{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1px;
  padding-top:38px;
  padding-bottom:38px;
}

.scenario-phase-nav a{
  min-height:116px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:20px;
  padding:20px 22px;
  border:1px solid var(--line);
  color:inherit;
  background:rgba(255,255,255,.008);
  transition:background .25s ease,border-color .25s ease;
}

.scenario-phase-nav a:hover,
.scenario-phase-nav a:focus-visible{
  background:rgba(184,198,255,.035);
  border-color:rgba(184,198,255,.22);
}

.scenario-phase-nav span{
  color:var(--accent);
  font-size:16px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.scenario-phase-nav strong{
  color:#dce0e7;
  font-family:"Instrument Sans",sans-serif;
  font-size:18px;
  line-height:1.3;
  letter-spacing:-.025em;
  font-weight:560;
}

.scenario-phase{
  border-top:1px solid var(--line);
}

.scenario-phase--2{
  background:#eeeeea;
  color:#181a1e;
}

.scenario-phase-shell{
  display:grid;
  grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);
  gap:86px;
  padding-top:96px;
  padding-bottom:104px;
}

.scenario-phase-heading{
  position:sticky;
  top:126px;
  align-self:start;
}

.scenario-phase-heading span{
  display:block;
  margin-bottom:20px;
  color:var(--accent);
  font-size:16px;
  line-height:1;
  font-weight:700;
  letter-spacing:.09em;
}

.scenario-phase--2 .scenario-phase-heading span{
  color:#566384;
}

.scenario-phase-heading h2{
  margin:0;
  font-family:"Instrument Sans",sans-serif;
  font-size:clamp(42px,4.6vw,70px);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:550;
  text-wrap:balance;
}

.scenario-phase-copy{
  max-width:920px;
}

.scenario-phase-copy p,
.scenario-phase-copy li{
  color:#b9bec7;
  font-size:18px;
  line-height:1.82;
  text-wrap:pretty;
}

.scenario-phase--2 .scenario-phase-copy p,
.scenario-phase--2 .scenario-phase-copy li{
  color:#555b64;
}

.scenario-phase-copy p{
  margin:0 0 28px;
}

.scenario-phase-copy > ul{
  list-style:none;
  margin:36px 0 0;
  padding:0;
  border-top:1px solid var(--line);
}

.scenario-phase--2 .scenario-phase-copy > ul{
  border-color:rgba(24,26,30,.14);
}

.scenario-phase-copy > ul > li{
  position:relative;
  padding:28px 0 30px;
  border-bottom:1px solid var(--line);
}

.scenario-phase--2 .scenario-phase-copy > ul > li{
  border-color:rgba(24,26,30,.14);
}

.scenario-phase-copy li strong{
  color:var(--text);
  font-family:"Instrument Sans",sans-serif;
  font-size:19px;
  line-height:1.4;
  letter-spacing:-.02em;
  font-weight:650;
}

.scenario-phase--2 .scenario-phase-copy li strong{
  color:#1d2025;
}

.scenario-phase-copy li > ul{
  display:grid;
  gap:13px;
  margin:20px 0 0;
  padding:0 0 0 24px;
  list-style:disc;
}

.scenario-phase-copy li > ul li{
  padding-left:4px;
}

.scenario-related{
  padding-top:100px;
  padding-bottom:110px;
}

.scenario-related-heading{
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  gap:30px;
  align-items:start;
}

.scenario-related-heading span{
  color:var(--accent);
  font-size:16px;
  line-height:1.3;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.scenario-related-heading h2{
  margin:0;
  font-family:"Instrument Sans",sans-serif;
  font-size:clamp(44px,5vw,72px);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:550;
}

.scenario-related-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:52px;
}

.scenario-related-link{
  min-height:150px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:24px;
  padding:24px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.008);
  color:inherit;
  transition:background .25s ease,border-color .25s ease,transform .25s ease;
}

.scenario-related-link:hover,
.scenario-related-link:focus-visible{
  transform:translateY(-3px);
  background:rgba(184,198,255,.035);
  border-color:rgba(184,198,255,.22);
}

.scenario-related-link span{
  color:var(--muted-2);
  font-size:16px;
  line-height:1.3;
}

.scenario-related-link strong{
  color:var(--text);
  font-family:"Instrument Sans",sans-serif;
  font-size:22px;
  line-height:1.2;
  letter-spacing:-.03em;
  font-weight:560;
}

.scenario-related-link--all{
  background:rgba(184,198,255,.025);
}

@media(max-width:1000px){
  .seo-scenario-library-head,
  .scenario-related-heading{
    grid-template-columns:1fr;
    gap:18px;
  }

  .seo-scenario-library-head > span,
  .seo-scenario-library-head h2,
  .seo-scenario-library-head p{
    grid-column:1;
  }

  .seo-scenario-library-disclosure{
    margin-left:0;
  }

  .scenario-template-hero{
    grid-template-columns:1fr;
    gap:48px;
  }

  .scenario-template-model{
    min-height:340px;
  }

  .scenario-phase-shell{
    grid-template-columns:1fr;
    gap:42px;
  }

  .scenario-phase-heading{
    position:static;
  }
}

@media(max-width:720px){
  .seo-scenario-library{
    padding-top:76px;
    padding-bottom:76px;
  }

  .seo-scenario-directory{
    grid-template-columns:1fr;
    margin-top:42px;
  }

  .seo-scenario-links a{
    min-height:82px;
    padding:17px 18px;
  }

  .scenario-template-hero{
    padding-top:48px;
    padding-bottom:62px;
  }

  .scenario-template-hero h1{
    font-size:clamp(54px,16vw,78px);
  }

  .scenario-template-model{
    min-height:300px;
    padding:20px;
  }

  .scenario-model-split{
    gap:10px;
  }

  .scenario-model-split > div{
    min-height:108px;
  }

  .scenario-model-split strong{
    font-size:30px;
  }

  .scenario-template-disclaimer{
    grid-template-columns:1fr;
    gap:10px;
  }

  .scenario-phase-nav{
    grid-template-columns:1fr;
    gap:10px;
  }

  .scenario-phase-nav a{
    min-height:96px;
  }

  .scenario-phase-shell{
    padding-top:70px;
    padding-bottom:76px;
  }

  .scenario-phase-copy p,
  .scenario-phase-copy li{
    font-size:16px;
    line-height:1.78;
  }

  .scenario-related{
    padding-top:74px;
    padding-bottom:82px;
  }

  .scenario-related-grid{
    grid-template-columns:1fr;
    margin-top:38px;
  }
}


/* =========================================================
   SCENARIO HERO MODEL — PREMIUM MOTION SYSTEM
   Shared by every SEO/AEO industry scenario page.
   ========================================================= */

/* Removed status chip from template; label remains the only hero eyebrow. */
.scenario-template-label{
  margin-bottom:0;
}

/*
 * The model now functions like a premium instrument panel rather than
 * an infographic card. The content remains simple: company + SEO + AEO.
 */
.scenario-template-model{
  --scenario-model-x:0px;
  --scenario-model-y:0px;
  position:relative;
  min-height:470px;
  display:grid;
  grid-template-rows:1fr auto 1fr;
  align-items:center;
  padding:42px 38px;
  isolation:isolate;
  overflow:hidden;
  border:1px solid rgba(184,198,255,.16);
  background:
    linear-gradient(rgba(255,255,255,.021) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.021) 1px,transparent 1px),
    radial-gradient(circle at 50% 52%,rgba(184,198,255,.095),transparent 31%),
    #202226;
  background-size:38px 38px,38px 38px,auto,auto;
  box-shadow:
    0 32px 90px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.025);
  transform:
    perspective(1200px)
    translate3d(var(--scenario-model-x),var(--scenario-model-y),0);
  transition:
    transform .55s cubic-bezier(.2,.75,.25,1),
    border-color .45s ease,
    box-shadow .45s ease;
}

/* Remove legacy static horizontal rules. */
.scenario-template-model::before,
.scenario-template-model::after{
  display:none;
}

.scenario-template-model:hover{
  border-color:rgba(184,198,255,.28);
  box-shadow:
    0 44px 120px rgba(0,0,0,.28),
    0 0 0 1px rgba(184,198,255,.025),
    inset 0 1px 0 rgba(255,255,255,.04);
}

/* Ambient bloom that subtly follows pointer movement. */
.scenario-model-ambient{
  position:absolute;
  z-index:0;
  inset:-24%;
  pointer-events:none;
  background:
    radial-gradient(
      circle at calc(50% + var(--scenario-model-x) * 1.8)
                calc(50% + var(--scenario-model-y) * 1.8),
      rgba(184,198,255,.12),
      rgba(184,198,255,.035) 18%,
      transparent 42%
    );
  opacity:.9;
}

/* Slow architectural orbit — low contrast, not decorative clutter. */
.scenario-model-orbit{
  position:absolute;
  z-index:0;
  left:50%;
  top:53%;
  border:1px solid rgba(184,198,255,.07);
  border-radius:50%;
  transform:translate(-50%,-50%);
  pointer-events:none;
}

.scenario-model-orbit--outer{
  width:330px;
  height:330px;
}

.scenario-model-orbit--inner{
  width:235px;
  height:235px;
  border-color:rgba(184,198,255,.095);
}

/* One controlled light pass during load. */
.scenario-model-scan{
  position:absolute;
  z-index:1;
  top:-12%;
  bottom:-12%;
  left:-34%;
  width:26%;
  pointer-events:none;
  opacity:0;
  transform:skewX(-13deg);
  background:linear-gradient(
    90deg,
    transparent,
    rgba(184,198,255,.015) 18%,
    rgba(225,230,255,.115) 48%,
    rgba(184,198,255,.018) 80%,
    transparent
  );
  filter:blur(.2px);
}

/* Company name is deliberately the first resolved visual anchor. */
.scenario-model-company{
  position:relative;
  z-index:4;
  grid-row:1;
  align-self:end;
  justify-self:center;
  max-width:88%;
  padding-bottom:44px;
  color:#e8eaf0;
  font-family:"Instrument Sans",sans-serif;
  font-size:clamp(25px,2.15vw,34px);
  line-height:1.08;
  letter-spacing:-.045em;
  text-align:center;
  font-weight:560;
  opacity:0;
  filter:blur(8px);
  transform:translateY(18px);
}

/*
 * Connector line behind the two cards. It grows outward from the center
 * only after the company identity resolves.
 */
.scenario-model-company::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:17px;
  width:min(360px,72%);
  height:1px;
  background:linear-gradient(
    90deg,
    transparent,
    rgba(184,198,255,.22) 16%,
    rgba(184,198,255,.5) 50%,
    rgba(184,198,255,.22) 84%,
    transparent
  );
  transform:translateX(-50%) scaleX(0);
  transform-origin:center;
}

/* SEO + AEO stage. */
.scenario-model-split{
  position:relative;
  z-index:4;
  grid-row:2;
  display:grid;
  grid-template-columns:1fr 52px 1fr;
  align-items:stretch;
  gap:14px;
  width:100%;
}

.scenario-model-split > div{
  position:relative;
  min-height:150px;
  display:grid;
  place-items:center;
  align-content:center;
  gap:12px;
  overflow:hidden;
  border:1px solid rgba(184,198,255,.16);
  background:
    linear-gradient(180deg,rgba(255,255,255,.023),rgba(255,255,255,.006)),
    rgba(32,34,38,.90);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.02);
  opacity:0;
}

.scenario-model-split > div::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,transparent 0 62%,rgba(184,198,255,.035));
  pointer-events:none;
}

.scenario-model-split > div:first-child{
  transform:translateX(-34px);
}

.scenario-model-split > div:last-child{
  transform:translateX(34px);
}

.scenario-model-split span{
  position:relative;
  z-index:1;
  color:#9da4b1;
  font-size:16px;
  font-weight:700;
  letter-spacing:.11em;
}

.scenario-model-split strong{
  position:relative;
  z-index:1;
  color:#b8c6ff;
  font-family:"Instrument Sans",sans-serif;
  font-size:clamp(48px,4.4vw,70px);
  line-height:.92;
  letter-spacing:-.065em;
  font-weight:530;
}

.scenario-model-split i{
  position:relative;
  z-index:6;
  align-self:center;
  justify-self:center;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  color:#c8d1ff;
  font-family:"Instrument Sans",sans-serif;
  font-size:26px;
  line-height:1;
  font-style:normal;
  border:1px solid rgba(184,198,255,.15);
  border-radius:50%;
  background:#202226;
  opacity:0;
  transform:scale(.68);
  box-shadow:0 0 0 0 rgba(184,198,255,0);
}

/* Subtle center-axis after the cards lock into place. */
.scenario-model-split::before,
.scenario-model-split::after{
  content:"";
  position:absolute;
  z-index:2;
  left:50%;
  width:1px;
  height:50px;
  background:linear-gradient(rgba(184,198,255,.35),transparent);
  opacity:0;
  transform:scaleY(0);
  transform-origin:top;
}

.scenario-model-split::before{
  top:-40px;
}

.scenario-model-split::after{
  top:calc(100% - 8px);
  transform-origin:top;
}

/* Initial frame reveal. */
.scenario-template-model.is-model-active{
  animation:scenario-model-frame-in .85s cubic-bezier(.2,.75,.25,1) both;
}

.scenario-template-model.is-model-active .scenario-model-company{
  animation:scenario-model-company-in .8s cubic-bezier(.2,.75,.25,1) .18s forwards;
}

.scenario-template-model.is-model-active .scenario-model-company::after{
  animation:scenario-model-line-out .72s cubic-bezier(.2,.75,.25,1) .64s forwards;
}

.scenario-template-model.is-model-active .scenario-model-split > div:first-child{
  animation:scenario-model-card-left .78s cubic-bezier(.2,.75,.25,1) .58s forwards;
}

.scenario-template-model.is-model-active .scenario-model-split > div:last-child{
  animation:scenario-model-card-right .78s cubic-bezier(.2,.75,.25,1) .58s forwards;
}

.scenario-template-model.is-model-active .scenario-model-split i{
  animation:
    scenario-model-plus-in .52s cubic-bezier(.2,.9,.25,1.2) 1.02s forwards,
    scenario-model-plus-breathe 5s ease-in-out 1.8s infinite;
}

.scenario-template-model.is-model-active .scenario-model-split::before,
.scenario-template-model.is-model-active .scenario-model-split::after{
  animation:scenario-model-axis-in .5s ease 1.12s forwards;
}

.scenario-template-model.is-model-active .scenario-model-scan{
  animation:scenario-model-scan 1.35s cubic-bezier(.25,.6,.3,1) .88s forwards;
}

.scenario-template-model.is-model-active .scenario-model-orbit--outer{
  animation:scenario-model-orbit-outer 24s linear 1.5s infinite;
}

.scenario-template-model.is-model-active .scenario-model-orbit--inner{
  animation:scenario-model-orbit-inner 18s linear 1.5s infinite reverse;
}

@keyframes scenario-model-frame-in{
  0%{
    opacity:0;
    clip-path:inset(9% 7% 9% 7%);
    transform:
      perspective(1200px)
      translate3d(var(--scenario-model-x),calc(var(--scenario-model-y) + 22px),0)
      scale(.985);
  }
  100%{
    opacity:1;
    clip-path:inset(0 0 0 0);
    transform:
      perspective(1200px)
      translate3d(var(--scenario-model-x),var(--scenario-model-y),0)
      scale(1);
  }
}

@keyframes scenario-model-company-in{
  to{
    opacity:1;
    filter:blur(0);
    transform:none;
  }
}

@keyframes scenario-model-line-out{
  to{transform:translateX(-50%) scaleX(1)}
}

@keyframes scenario-model-card-left{
  0%{opacity:0;transform:translateX(-34px)}
  100%{opacity:1;transform:none}
}

@keyframes scenario-model-card-right{
  0%{opacity:0;transform:translateX(34px)}
  100%{opacity:1;transform:none}
}

@keyframes scenario-model-plus-in{
  to{
    opacity:1;
    transform:scale(1);
    box-shadow:0 0 0 8px rgba(184,198,255,.035),0 0 34px rgba(184,198,255,.15);
  }
}

@keyframes scenario-model-plus-breathe{
  0%,100%{
    box-shadow:0 0 0 8px rgba(184,198,255,.03),0 0 30px rgba(184,198,255,.10);
  }
  50%{
    box-shadow:0 0 0 11px rgba(184,198,255,.045),0 0 46px rgba(184,198,255,.18);
  }
}

@keyframes scenario-model-axis-in{
  to{
    opacity:1;
    transform:scaleY(1);
  }
}

@keyframes scenario-model-scan{
  0%{
    left:-34%;
    opacity:0;
  }
  14%{opacity:1}
  82%{opacity:.85}
  100%{
    left:112%;
    opacity:0;
  }
}

@keyframes scenario-model-orbit-outer{
  to{transform:translate(-50%,-50%) rotate(360deg)}
}

@keyframes scenario-model-orbit-inner{
  to{transform:translate(-50%,-50%) rotate(360deg)}
}

/* Pointer movement is intentionally tiny: dimensional, never gimmicky. */
@media(hover:hover) and (pointer:fine){
  .scenario-template-model{
    will-change:transform;
  }

  .scenario-template-model:hover .scenario-model-split > div{
    border-color:rgba(184,198,255,.24);
  }
}

@media(max-width:1000px){
  .scenario-template-model{
    min-height:410px;
    max-width:760px;
    width:100%;
  }
}

@media(max-width:720px){
  .scenario-template-model{
    min-height:350px;
    padding:30px 22px;
  }

  .scenario-model-company{
    padding-bottom:32px;
    font-size:25px;
  }

  .scenario-model-split{
    grid-template-columns:1fr 42px 1fr;
    gap:8px;
  }

  .scenario-model-split > div{
    min-height:126px;
  }

  .scenario-model-split strong{
    font-size:42px;
  }

  .scenario-model-split i{
    width:40px;
    height:40px;
    font-size:22px;
  }

  .scenario-model-orbit--outer{
    width:270px;
    height:270px;
  }

  .scenario-model-orbit--inner{
    width:190px;
    height:190px;
  }
}

@media(prefers-reduced-motion:reduce){
  .scenario-template-model,
  .scenario-template-model *{
    animation:none!important;
    transition:none!important;
  }

  .scenario-template-model{
    opacity:1!important;
    clip-path:none!important;
    transform:none!important;
  }

  .scenario-model-company,
  .scenario-model-split > div,
  .scenario-model-split i{
    opacity:1!important;
    filter:none!important;
    transform:none!important;
  }

  .scenario-model-company::after{
    transform:translateX(-50%) scaleX(1)!important;
  }

  .scenario-model-split::before,
  .scenario-model-split::after{
    opacity:1!important;
    transform:scaleY(1)!important;
  }

  .scenario-model-scan{
    display:none!important;
  }
}


/* =========================================================
   SCENARIO HERO — CENTERED / BALANCED COMPOSITION
   ========================================================= */

/* The shared scenario hero no longer uses an eyebrow above the H1. */
.scenario-template-hero h1{
  margin-top:0;
}

/*
 * Center the company + SEO/AEO relationship as one visual composition.
 * Previous 1fr/auto/1fr rows left unused visual weight beneath the cards.
 */
.scenario-template-model{
  min-height:470px;
  grid-template-rows:auto auto;
  align-content:center;
  justify-items:center;
  row-gap:58px;
  padding:54px 48px;
}

/* Company becomes the clear centered anchor above the system. */
.scenario-model-company{
  grid-row:auto;
  align-self:auto;
  justify-self:center;
  width:min(100%,760px);
  max-width:760px;
  padding-bottom:0;
  text-align:center;
}

/* Connector now lives cleanly in the intentional gap between title and cards. */
.scenario-model-company::after{
  bottom:-30px;
  width:min(420px,62%);
}

/*
 * Keep SEO / + / AEO centered as a single unit rather than stretching
 * all the way to the frame edges.
 */
.scenario-model-split{
  grid-row:auto;
  justify-self:center;
  width:min(100%,760px);
  grid-template-columns:minmax(0,1fr) 64px minmax(0,1fr);
  gap:18px;
}

.scenario-model-split > div{
  min-height:170px;
}

.scenario-model-split i{
  width:54px;
  height:54px;
}

/* Reposition the decorative vertical axis around the centered system. */
.scenario-model-split::before{
  top:-34px;
  height:34px;
}

.scenario-model-split::after{
  top:calc(100% + 1px);
  height:34px;
}

/* Keep orbit geometry centered on the actual composition. */
.scenario-model-orbit{
  top:50%;
}

/* Large screens get a little more breathing room without excess dead space. */
@media(min-width:1200px){
  .scenario-template-model{
    min-height:500px;
    row-gap:64px;
    padding:60px 56px;
  }

  .scenario-model-company{
    font-size:clamp(28px,2.25vw,38px);
  }

  .scenario-model-split{
    width:min(100%,800px);
  }
}

@media(max-width:1000px){
  .scenario-template-model{
    min-height:410px;
    grid-template-rows:auto auto;
    row-gap:48px;
    padding:44px 34px;
  }

  .scenario-model-split{
    width:min(100%,680px);
    grid-template-columns:minmax(0,1fr) 54px minmax(0,1fr);
  }

  .scenario-model-split > div{
    min-height:150px;
  }
}

@media(max-width:720px){
  .scenario-template-model{
    min-height:350px;
    row-gap:36px;
    padding:34px 20px;
  }

  .scenario-model-company{
    width:100%;
    max-width:100%;
    padding-bottom:0;
  }

  .scenario-model-company::after{
    bottom:-20px;
    width:56%;
  }

  .scenario-model-split{
    width:100%;
    grid-template-columns:minmax(0,1fr) 42px minmax(0,1fr);
    gap:8px;
  }

  .scenario-model-split > div{
    min-height:126px;
  }

  .scenario-model-split i{
    width:40px;
    height:40px;
  }
}


/* =========================================================
   SCENARIO HERO MODEL V2 — PREMIUM SYSTEM VISUALIZATION
   Final authoritative overrides for the shared hero model.
   ========================================================= */

/*
 * Reduce the overall frame height and center the complete relationship.
 * The graphic should feel intentionally framed, not like a large diagram canvas.
 */
.scenario-template-model{
  min-height:425px;
  row-gap:42px;
  padding:48px 52px;
  background:
    linear-gradient(rgba(255,255,255,.014) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.014) 1px,transparent 1px),
    radial-gradient(circle at 50% 51%,rgba(184,198,255,.065),transparent 29%),
    #202226;
  background-size:40px 40px,40px 40px,auto,auto;
  border-color:rgba(184,198,255,.13);
  box-shadow:
    0 38px 100px rgba(0,0,0,.23),
    inset 0 1px 0 rgba(255,255,255,.022);
}

/* Edge vignette makes the grid a discovered detail instead of a dominant texture. */
.scenario-template-model::before{
  content:"";
  display:block;
  position:absolute;
  z-index:1;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(
      ellipse at center,
      transparent 0 50%,
      rgba(32,34,38,.28) 70%,
      rgba(32,34,38,.78) 100%
    );
}

.scenario-template-model::after{
  display:none;
}

.scenario-model-ambient{
  z-index:1;
  opacity:.68;
}

.scenario-model-scan{
  z-index:6;
}

/*
 * Orbit geometry becomes partial, low-contrast arcs. It supports the relationship
 * without competing with the company or the SEO/AEO channels.
 */
.scenario-model-orbit{
  z-index:2;
  opacity:0;
  border-color:rgba(184,198,255,.075);
  -webkit-mask-image:conic-gradient(
    from 18deg,
    transparent 0 10%,
    #000 14% 35%,
    transparent 40% 57%,
    #000 62% 84%,
    transparent 89% 100%
  );
  mask-image:conic-gradient(
    from 18deg,
    transparent 0 10%,
    #000 14% 35%,
    transparent 40% 57%,
    #000 62% 84%,
    transparent 89% 100%
  );
}

.scenario-model-orbit--outer{
  width:320px;
  height:320px;
}

.scenario-model-orbit--inner{
  width:224px;
  height:224px;
  border-color:rgba(184,198,255,.105);
}

/*
 * The fictional company is the subject. Keep it distinct, centered and slightly
 * separated from the mechanism beneath it.
 */
.scenario-model-company{
  z-index:5;
  width:min(100%,700px);
  max-width:700px;
  font-size:clamp(27px,2.25vw,36px);
  line-height:1.05;
  letter-spacing:-.048em;
}

/* Company feeds into the central convergence point. */
.scenario-model-company::after{
  left:50%;
  bottom:-31px;
  width:1px;
  height:24px;
  background:linear-gradient(
    to bottom,
    rgba(184,198,255,.13),
    rgba(184,198,255,.52)
  );
  transform:translateX(-50%) scaleY(0);
  transform-origin:top;
}

/*
 * The cards are now channels, not dashboard tiles:
 * partial corner framing + surface depth instead of full rectangular borders.
 */
.scenario-model-split{
  z-index:5;
  width:min(100%,720px);
  grid-template-columns:minmax(0,1fr) 74px minmax(0,1fr);
  gap:22px;
}

.scenario-model-split > div{
  min-height:158px;
  gap:13px;
  padding:28px 24px;
  border:0;
  background:
    linear-gradient(180deg,rgba(255,255,255,.018),rgba(255,255,255,.004)),
    rgba(29,31,35,.78);
  box-shadow:
    inset 0 0 0 1px rgba(184,198,255,.035),
    0 18px 40px rgba(0,0,0,.08);
  opacity:0;
  filter:blur(6px);
  transform:translateY(12px) scale(.986);
  transition:
    transform .42s cubic-bezier(.2,.75,.25,1),
    background .35s ease,
    box-shadow .35s ease;
}

/* Remove the old diagonal fill layer. */
.scenario-model-split > div::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(184,198,255,.28),rgba(184,198,255,.28)) left top/38px 1px no-repeat,
    linear-gradient(rgba(184,198,255,.28),rgba(184,198,255,.28)) left top/1px 38px no-repeat,
    linear-gradient(rgba(184,198,255,.28),rgba(184,198,255,.28)) right top/38px 1px no-repeat,
    linear-gradient(rgba(184,198,255,.28),rgba(184,198,255,.28)) right top/1px 38px no-repeat,
    linear-gradient(rgba(184,198,255,.20),rgba(184,198,255,.20)) left bottom/38px 1px no-repeat,
    linear-gradient(rgba(184,198,255,.20),rgba(184,198,255,.20)) left bottom/1px 38px no-repeat,
    linear-gradient(rgba(184,198,255,.20),rgba(184,198,255,.20)) right bottom/38px 1px no-repeat,
    linear-gradient(rgba(184,198,255,.20),rgba(184,198,255,.20)) right bottom/1px 38px no-repeat;
  opacity:.58;
  transition:opacity .35s ease;
}

/* SEO/AEO becomes the primary recognition layer. */
.scenario-model-split strong{
  order:1;
  color:#b8c6ff;
  font-size:clamp(54px,4.7vw,74px);
  line-height:.88;
  letter-spacing:-.07em;
  font-weight:520;
}

.scenario-model-split span{
  order:2;
  color:#9ba2ad;
  font-family:"Manrope",sans-serif;
  font-size:16px;
  line-height:1.35;
  letter-spacing:0;
  text-transform:none;
  font-weight:500;
}

/*
 * The + is the focal convergence point, not just a separator.
 * It has one cinematic pulse on entry, then becomes calm.
 */
.scenario-model-split i{
  z-index:7;
  width:62px;
  height:62px;
  color:#d5dcff;
  font-size:28px;
  border-color:rgba(184,198,255,.23);
  background:
    radial-gradient(circle at 50% 45%,rgba(184,198,255,.08),transparent 52%),
    #24272d;
  box-shadow:
    0 0 0 9px rgba(184,198,255,.025),
    0 0 42px rgba(184,198,255,.11);
}

/* Horizontal connectors grow out from the central convergence point. */
.scenario-model-split i::before,
.scenario-model-split i::after{
  content:"";
  position:absolute;
  top:50%;
  width:58px;
  height:1px;
  background:linear-gradient(
    90deg,
    rgba(184,198,255,.11),
    rgba(184,198,255,.56)
  );
  opacity:0;
  transform:scaleX(0);
}

.scenario-model-split i::before{
  right:calc(100% + 5px);
  transform-origin:right;
}

.scenario-model-split i::after{
  left:calc(100% + 5px);
  transform-origin:left;
}

/* Remove the former decorative vertical axes around the cards. */
.scenario-model-split::before,
.scenario-model-split::after{
  display:none;
}

/* Hover remains restrained: surface lift + frame luminance only. */
@media(hover:hover) and (pointer:fine){
  .scenario-template-model:hover .scenario-model-split > div{
    transform:translateY(-2px);
    background:
      linear-gradient(180deg,rgba(184,198,255,.026),rgba(255,255,255,.005)),
      rgba(29,31,35,.82);
    box-shadow:
      inset 0 0 0 1px rgba(184,198,255,.055),
      0 22px 46px rgba(0,0,0,.10);
  }

  .scenario-template-model:hover .scenario-model-split > div::before{
    opacity:.82;
  }
}

/* ---------------------------------------------------------
   Choreographed entrance: geometry -> company -> center ->
   connectors -> channels -> light sweep -> calm.
   --------------------------------------------------------- */

.scenario-template-model.is-model-active .scenario-model-orbit--outer{
  animation:
    scenario-model-geometry-in .75s ease .12s forwards,
    scenario-model-orbit-outer 58s linear 1.6s infinite;
}

.scenario-template-model.is-model-active .scenario-model-orbit--inner{
  animation:
    scenario-model-geometry-in .75s ease .20s forwards,
    scenario-model-orbit-inner 44s linear 1.6s infinite reverse;
}

.scenario-template-model.is-model-active .scenario-model-company{
  animation:scenario-model-company-in .72s cubic-bezier(.2,.75,.25,1) .30s forwards;
}

.scenario-template-model.is-model-active .scenario-model-company::after{
  animation:scenario-model-stem-in .42s cubic-bezier(.2,.75,.25,1) .76s forwards;
}

.scenario-template-model.is-model-active .scenario-model-split i{
  animation:scenario-model-plus-premium-in .60s cubic-bezier(.2,.9,.25,1.15) .78s forwards;
}

.scenario-template-model.is-model-active .scenario-model-split i::before,
.scenario-template-model.is-model-active .scenario-model-split i::after{
  animation:scenario-model-connector-in .56s cubic-bezier(.2,.75,.25,1) 1.02s forwards;
}

.scenario-template-model.is-model-active .scenario-model-split > div:first-child,
.scenario-template-model.is-model-active .scenario-model-split > div:last-child{
  animation:scenario-model-channel-in .72s cubic-bezier(.2,.75,.25,1) 1.08s forwards;
}

.scenario-template-model.is-model-active .scenario-model-scan{
  animation:scenario-model-scan 1.25s cubic-bezier(.25,.6,.3,1) 1.42s forwards;
}

@keyframes scenario-model-geometry-in{
  from{opacity:0;transform:translate(-50%,-50%) scale(.965)}
  to{opacity:.62;transform:translate(-50%,-50%) scale(1)}
}

@keyframes scenario-model-stem-in{
  to{transform:translateX(-50%) scaleY(1)}
}

@keyframes scenario-model-connector-in{
  0%{opacity:0;transform:scaleX(0)}
  22%{opacity:1}
  100%{opacity:1;transform:scaleX(1)}
}

@keyframes scenario-model-channel-in{
  0%{
    opacity:0;
    filter:blur(6px);
    transform:translateY(12px) scale(.986);
  }
  100%{
    opacity:1;
    filter:blur(0);
    transform:none;
  }
}

@keyframes scenario-model-plus-premium-in{
  0%{
    opacity:0;
    transform:scale(.72);
    box-shadow:0 0 0 0 rgba(184,198,255,0);
  }
  62%{
    opacity:1;
    transform:scale(1.045);
    box-shadow:
      0 0 0 13px rgba(184,198,255,.045),
      0 0 56px rgba(184,198,255,.22);
  }
  100%{
    opacity:1;
    transform:scale(1);
    box-shadow:
      0 0 0 9px rgba(184,198,255,.025),
      0 0 42px rgba(184,198,255,.11);
  }
}

/* Shorter, more balanced frame at desktop sizes. */
@media(min-width:1200px){
  .scenario-template-model{
    min-height:445px;
    row-gap:46px;
    padding:50px 56px;
  }

  .scenario-model-split{
    width:min(100%,760px);
  }
}

@media(max-width:1000px){
  .scenario-template-model{
    min-height:390px;
    row-gap:38px;
    padding:40px 34px;
  }

  .scenario-model-split{
    width:min(100%,650px);
    grid-template-columns:minmax(0,1fr) 62px minmax(0,1fr);
    gap:16px;
  }

  .scenario-model-split > div{
    min-height:146px;
  }

  .scenario-model-split i{
    width:54px;
    height:54px;
  }
}

@media(max-width:720px){
  .scenario-template-model{
    min-height:330px;
    row-gap:30px;
    padding:30px 18px;
  }

  .scenario-model-company{
    font-size:24px;
  }

  .scenario-model-company::after{
    bottom:-22px;
    height:17px;
  }

  .scenario-model-split{
    grid-template-columns:minmax(0,1fr) 44px minmax(0,1fr);
    gap:7px;
  }

  .scenario-model-split > div{
    min-height:118px;
    padding:22px 12px;
  }

  .scenario-model-split strong{
    font-size:41px;
  }

  .scenario-model-split span{
    font-size:16px;
  }

  .scenario-model-split i{
    width:40px;
    height:40px;
    font-size:21px;
  }

  .scenario-model-split i::before,
  .scenario-model-split i::after{
    width:24px;
  }

  .scenario-model-orbit--outer{
    width:252px;
    height:252px;
  }

  .scenario-model-orbit--inner{
    width:178px;
    height:178px;
  }
}

/* Static final state for reduced-motion users. */
@media(prefers-reduced-motion:reduce){
  .scenario-model-orbit{
    opacity:.62!important;
  }

  .scenario-model-company::after{
    transform:translateX(-50%) scaleY(1)!important;
  }

  .scenario-model-split i::before,
  .scenario-model-split i::after{
    opacity:1!important;
    transform:scaleX(1)!important;
  }

  .scenario-model-split > div{
    opacity:1!important;
    filter:none!important;
    transform:none!important;
  }
}


/* =========================================================
   SCENARIO HERO V2.1 — FIT / BALANCE CORRECTION
   Prevents SEO/AEO and descriptor clipping at real viewport sizes.
   ========================================================= */

/*
 * The channel framing is decorative; it must never clip content.
 * Give the two channels more usable width and slightly reduce the
 * acronym scale so the system remains premium at browser zoom levels.
 */
.scenario-model-split{
  width:min(100%,820px);
  grid-template-columns:minmax(230px,1fr) 82px minmax(230px,1fr);
  gap:24px;
}

.scenario-model-split > div{
  min-width:0;
  min-height:164px;
  padding:30px 20px 28px;
  overflow:visible;
  background:
    radial-gradient(circle at 50% 44%,rgba(184,198,255,.025),transparent 50%),
    rgba(29,31,35,.58);
}

/*
 * Keep the partial corner frame inside the channel surface while allowing
 * the actual text layer to remain unconstrained.
 */
.scenario-model-split > div::before{
  inset:0;
}

/* Acronyms remain dominant without pushing against their frame. */
.scenario-model-split strong{
  display:block;
  width:100%;
  max-width:100%;
  font-size:clamp(50px,4.2vw,66px);
  line-height:.92;
  letter-spacing:-.065em;
  text-align:center;
  white-space:nowrap;
}

/* Descriptors should always resolve as a complete phrase. */
.scenario-model-split span{
  display:block;
  width:100%;
  max-width:100%;
  text-align:center;
  white-space:nowrap;
  overflow:visible;
}

/* More proportional convergence point after widening the channels. */
.scenario-model-split i{
  width:58px;
  height:58px;
  justify-self:center;
}

/* Shorten connector lengths so they terminate cleanly before the channels. */
.scenario-model-split i::before,
.scenario-model-split i::after{
  width:50px;
}

/* The full composition gets a little more breathing room horizontally. */
.scenario-template-model{
  padding-inline:44px;
}

/*
 * At intermediate widths, preserve complete labels rather than allowing the
 * viewport-based acronym scale to overwhelm the channels.
 */
@media(max-width:1100px){
  .scenario-model-split{
    width:min(100%,720px);
    grid-template-columns:minmax(205px,1fr) 70px minmax(205px,1fr);
    gap:18px;
  }

  .scenario-model-split > div{
    padding-inline:16px;
  }

  .scenario-model-split strong{
    font-size:clamp(48px,5vw,60px);
  }

  .scenario-model-split i{
    width:54px;
    height:54px;
  }

  .scenario-model-split i::before,
  .scenario-model-split i::after{
    width:40px;
  }
}

@media(max-width:760px){
  .scenario-template-model{
    padding-inline:20px;
  }

  .scenario-model-split{
    width:100%;
    grid-template-columns:minmax(120px,1fr) 42px minmax(120px,1fr);
    gap:8px;
  }

  .scenario-model-split > div{
    min-height:118px;
    padding:22px 8px;
  }

  .scenario-model-split strong{
    font-size:clamp(38px,10vw,48px);
  }

  .scenario-model-split span{
    font-size:16px;
  }

  .scenario-model-split i{
    width:38px;
    height:38px;
  }

  .scenario-model-split i::before,
  .scenario-model-split i::after{
    width:18px;
  }
}

/*
 * On genuinely narrow phones, stacking is more legible and more premium than
 * compressing a desktop relationship diagram into three tiny columns.
 */
@media(max-width:520px){
  .scenario-template-model{
    min-height:520px;
    row-gap:30px;
  }

  .scenario-model-company::after{
    display:none;
  }

  .scenario-model-split{
    grid-template-columns:1fr;
    grid-template-rows:auto 42px auto;
    gap:12px;
    width:min(100%,330px);
  }

  .scenario-model-split > div{
    width:100%;
    min-height:128px;
  }

  .scenario-model-split i{
    grid-row:2;
  }

  .scenario-model-split i::before,
  .scenario-model-split i::after{
    left:50%;
    right:auto;
    top:auto;
    width:1px;
    height:20px;
    transform:scaleY(0);
  }

  .scenario-model-split i::before{
    bottom:calc(100% + 4px);
    transform-origin:bottom;
  }

  .scenario-model-split i::after{
    top:calc(100% + 4px);
    transform-origin:top;
  }

  .scenario-template-model.is-model-active .scenario-model-split i::before,
  .scenario-template-model.is-model-active .scenario-model-split i::after{
    animation:scenario-model-connector-mobile-in .5s cubic-bezier(.2,.75,.25,1) 1.02s forwards;
  }

  .scenario-model-orbit--outer{
    width:310px;
    height:310px;
  }

  .scenario-model-orbit--inner{
    width:220px;
    height:220px;
  }
}

@keyframes scenario-model-connector-mobile-in{
  0%{opacity:0;transform:scaleY(0)}
  22%{opacity:1}
  100%{opacity:1;transform:scaleY(1)}
}

@media(prefers-reduced-motion:reduce) and (max-width:520px){
  .scenario-model-split i::before,
  .scenario-model-split i::after{
    transform:scaleY(1)!important;
  }
}


/* =========================================================
   SCENARIO HERO V2.2 — CONTAINER-SAFE RESPONSIVE SYSTEM
   Authoritative final overrides.
   ========================================================= */

/*
 * The scenario hero is two balanced columns only when there is enough
 * real width for the model. Below 1160px the entire model moves below
 * the copy rather than forcing a desktop diagram into a narrow column.
 */
.scenario-template-hero{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:64px;
}

.scenario-template-model{
  container-type:inline-size;
  width:100%;
  min-width:0;
  min-height:430px;
  padding:46px 34px;
  row-gap:42px;
}

/*
 * Company sizing is based on the model itself, not the browser viewport.
 * This prevents long fictional names from overflowing the right column.
 */
.scenario-model-company{
  width:92%;
  max-width:92%;
  padding-inline:8px;
  font-size:clamp(24px,5.5cqw,34px);
  line-height:1.06;
  text-wrap:balance;
  overflow-wrap:normal;
}

/*
 * Never use fixed minimum column widths inside the model.
 * They were the source of the prior overflow at desktop widths.
 */
.scenario-model-split{
  width:100%;
  max-width:100%;
  grid-template-columns:minmax(0,1fr) 64px minmax(0,1fr);
  gap:14px;
  min-width:0;
}

.scenario-model-split > div{
  width:100%;
  min-width:0;
  min-height:154px;
  padding:28px 12px 26px;
  overflow:hidden;
  box-sizing:border-box;
}

.scenario-model-split strong{
  width:auto;
  max-width:100%;
  font-size:clamp(46px,11cqw,64px);
  line-height:.9;
  letter-spacing:-.06em;
  white-space:nowrap;
}

.scenario-model-split span{
  width:auto;
  max-width:100%;
  padding-inline:4px;
  font-size:16px;
  line-height:1.35;
  white-space:nowrap;
}

.scenario-model-split i{
  width:56px;
  height:56px;
  min-width:56px;
}

.scenario-model-split i::before,
.scenario-model-split i::after{
  width:34px;
}

/* Keep the background geometry inside the actual model composition. */
.scenario-model-orbit--outer{
  width:min(68cqw,330px);
  height:min(68cqw,330px);
}

.scenario-model-orbit--inner{
  width:min(48cqw,232px);
  height:min(48cqw,232px);
}

/*
 * Critical layout breakpoint:
 * at 1159px and below the model gets the full section width.
 */
@media(max-width:1159px){
  .scenario-template-hero{
    grid-template-columns:1fr;
    gap:52px;
  }

  .scenario-template-model{
    width:min(100%,820px);
    justify-self:center;
    min-height:410px;
    padding:44px 42px;
  }

  .scenario-model-company{
    font-size:clamp(26px,5.5cqw,36px);
  }

  .scenario-model-split{
    grid-template-columns:minmax(0,1fr) 72px minmax(0,1fr);
    gap:20px;
  }

  .scenario-model-split strong{
    font-size:clamp(52px,10cqw,70px);
  }
}

/* Tablet / compact landscape */
@media(max-width:820px){
  .scenario-template-model{
    min-height:390px;
    padding:38px 28px;
    row-gap:36px;
  }

  .scenario-model-split{
    grid-template-columns:minmax(0,1fr) 60px minmax(0,1fr);
    gap:12px;
  }

  .scenario-model-split > div{
    min-height:142px;
    padding:25px 10px 23px;
  }

  .scenario-model-split strong{
    font-size:clamp(46px,11cqw,62px);
  }

  .scenario-model-split i{
    width:50px;
    height:50px;
    min-width:50px;
  }

  .scenario-model-split i::before,
  .scenario-model-split i::after{
    width:26px;
  }
}

/* Larger phones: preserve side-by-side relationship while it remains readable. */
@media(max-width:620px){
  .scenario-template-model{
    min-height:360px;
    padding:32px 18px;
    row-gap:31px;
  }

  .scenario-model-company{
    width:96%;
    max-width:96%;
    font-size:clamp(22px,7cqw,28px);
  }

  .scenario-model-split{
    grid-template-columns:minmax(0,1fr) 44px minmax(0,1fr);
    gap:7px;
  }

  .scenario-model-split > div{
    min-height:122px;
    padding:22px 6px 20px;
  }

  .scenario-model-split strong{
    font-size:clamp(38px,12.5cqw,52px);
  }

  .scenario-model-split span{
    font-size:16px;
  }

  .scenario-model-split i{
    width:38px;
    height:38px;
    min-width:38px;
    font-size:21px;
  }

  .scenario-model-split i::before,
  .scenario-model-split i::after{
    width:14px;
  }
}

/*
 * Narrow phones stack the channels. This is based on the model width
 * where the two descriptors can no longer remain comfortable side by side.
 */
@media(max-width:480px){
  .scenario-template-model{
    min-height:515px;
    padding:30px 16px;
    row-gap:28px;
  }

  .scenario-model-company{
    width:100%;
    max-width:100%;
    font-size:clamp(22px,8cqw,28px);
  }

  .scenario-model-company::after{
    display:none;
  }

  .scenario-model-split{
    width:min(100%,310px);
    grid-template-columns:1fr;
    grid-template-rows:auto 42px auto;
    gap:12px;
    justify-self:center;
  }

  .scenario-model-split > div{
    min-height:120px;
    padding:22px 12px;
  }

  .scenario-model-split strong{
    font-size:48px;
  }

  .scenario-model-split i{
    grid-row:2;
    width:38px;
    height:38px;
    min-width:38px;
  }

  .scenario-model-split i::before,
  .scenario-model-split i::after{
    left:50%;
    right:auto;
    top:auto;
    width:1px;
    height:18px;
    transform:scaleY(0);
  }

  .scenario-model-split i::before{
    bottom:calc(100% + 4px);
    transform-origin:bottom;
  }

  .scenario-model-split i::after{
    top:calc(100% + 4px);
    transform-origin:top;
  }

  .scenario-template-model.is-model-active .scenario-model-split i::before,
  .scenario-template-model.is-model-active .scenario-model-split i::after{
    animation:scenario-model-connector-mobile-v22 .5s cubic-bezier(.2,.75,.25,1) 1.02s forwards;
  }

  .scenario-model-orbit--outer{
    width:min(86cqw,315px);
    height:min(86cqw,315px);
  }

  .scenario-model-orbit--inner{
    width:min(60cqw,220px);
    height:min(60cqw,220px);
  }
}

@keyframes scenario-model-connector-mobile-v22{
  0%{opacity:0;transform:scaleY(0)}
  22%{opacity:1}
  100%{opacity:1;transform:scaleY(1)}
}

@media(prefers-reduced-motion:reduce) and (max-width:480px){
  .scenario-model-split i::before,
  .scenario-model-split i::after{
    transform:scaleY(1)!important;
  }
}


/* =========================================================
   SCENARIO HERO V3 — PERCENTAGE-LOCKED CENTERED COMPOSITION
   This intentionally replaces the prior grid sizing model.
   ========================================================= */

/*
 * The model is now a fixed proportional canvas.
 * All primary elements use percentage positioning from the canvas,
 * so left/right and top/bottom spacing remain symmetrical.
 */
.scenario-template-model{
  --model-safe-x:8%;
  --model-safe-y:8%;
  position:relative;
  display:block;
  container-type:inline-size;
  width:100%;
  max-width:100%;
  min-width:0;
  min-height:0;
  aspect-ratio:1.22 / 1;
  padding:0;
  overflow:hidden;
  isolation:isolate;
}

/*
 * Company name is centered independently from the channel row.
 * It cannot expand beyond the same 8% safe area used by the channels.
 */
.scenario-model-company{
  position:absolute;
  z-index:5;
  left:50%;
  top:29%;
  width:calc(100% - (var(--model-safe-x) * 2));
  max-width:calc(100% - (var(--model-safe-x) * 2));
  padding:0;
  margin:0;
  font-size:clamp(24px,5.5cqw,36px);
  line-height:1.06;
  letter-spacing:-.045em;
  text-align:center;
  text-wrap:balance;
  overflow-wrap:normal;
  transform:translate(-50%,-50%);
}

/* Short vertical stem between company and convergence system. */
.scenario-model-company::after{
  left:50%;
  bottom:-34px;
  width:1px;
  height:24px;
  transform:translateX(-50%) scaleY(0);
}

/*
 * SEO / + / AEO is a single centered row.
 * 84% total width = exactly 8% horizontal clearance on both sides.
 */
.scenario-model-split{
  position:absolute;
  z-index:5;
  left:50%;
  top:62%;
  width:calc(100% - (var(--model-safe-x) * 2));
  max-width:calc(100% - (var(--model-safe-x) * 2));
  height:34%;
  min-width:0;
  margin:0;
  display:grid;
  grid-template-columns:minmax(0,1fr) 13% minmax(0,1fr);
  gap:3%;
  align-items:stretch;
  transform:translate(-50%,-50%);
}

/* Channels never control the outer geometry; they fit the percentage cell. */
.scenario-model-split > div{
  width:100%;
  min-width:0;
  min-height:0;
  height:100%;
  padding:10% 7%;
  box-sizing:border-box;
  overflow:hidden;
}

/* Acronyms scale from actual model width and remain centered. */
.scenario-model-split strong{
  display:block;
  width:100%;
  max-width:100%;
  margin:0;
  font-size:clamp(44px,11cqw,66px);
  line-height:.9;
  letter-spacing:-.06em;
  text-align:center;
  white-space:nowrap;
}

/* Descriptors may wrap cleanly rather than clip. */
.scenario-model-split span{
  display:block;
  width:100%;
  max-width:100%;
  margin:0;
  padding:0;
  font-size:16px;
  line-height:1.35;
  text-align:center;
  white-space:normal;
  text-wrap:balance;
  overflow-wrap:normal;
}

/* Convergence point is centered in its percentage column. */
.scenario-model-split i{
  position:relative;
  align-self:center;
  justify-self:center;
  width:min(72%,58px);
  aspect-ratio:1;
  height:auto;
  min-width:0;
  display:grid;
  place-items:center;
}

/* Connector lengths are relative to the convergence column. */
.scenario-model-split i::before,
.scenario-model-split i::after{
  width:70%;
}

/* Orbit geometry is centered on the same canvas origin. */
.scenario-model-orbit{
  left:50%;
  top:50%;
}

.scenario-model-orbit--outer{
  width:64%;
  height:auto;
  aspect-ratio:1;
}

.scenario-model-orbit--inner{
  width:44%;
  height:auto;
  aspect-ratio:1;
}

/*
 * The prior company animation ended at transform:none, which breaks absolute
 * centering. Use a centering-safe animation instead.
 */
.scenario-template-model.is-model-active .scenario-model-company{
  animation:scenario-model-company-centered-in .72s cubic-bezier(.2,.75,.25,1) .30s forwards;
}

@keyframes scenario-model-company-centered-in{
  0%{
    opacity:0;
    filter:blur(8px);
    transform:translate(-50%,calc(-50% + 16px));
  }
  100%{
    opacity:1;
    filter:blur(0);
    transform:translate(-50%,-50%);
  }
}

/* True two-column hero only when the model has enough horizontal room. */
@media(min-width:1200px){
  .scenario-template-hero{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:64px;
  }

  .scenario-template-model{
    width:100%;
    justify-self:stretch;
  }
}

/* Below 1200px the model gets full section width rather than a compressed column. */
@media(max-width:1199px){
  .scenario-template-hero{
    grid-template-columns:1fr;
    gap:52px;
  }

  .scenario-template-model{
    width:min(100%,820px);
    justify-self:center;
  }
}

/* Compact widths retain the same percentage geometry. */
@media(max-width:760px){
  .scenario-template-model{
    --model-safe-x:6%;
    width:min(100%,680px);
    aspect-ratio:1.12 / 1;
  }

  .scenario-model-company{
    top:27%;
    font-size:clamp(22px,6.5cqw,30px);
  }

  .scenario-model-split{
    top:62%;
    height:36%;
    grid-template-columns:minmax(0,1fr) 12% minmax(0,1fr);
    gap:2.5%;
  }

  .scenario-model-split strong{
    font-size:clamp(40px,12cqw,56px);
  }
}

/*
 * Narrow phones switch to a vertical relationship. The same safe-area concept
 * is preserved: equal horizontal clearance and a vertically centered stack.
 */
@media(max-width:520px){
  .scenario-template-model{
    --model-safe-x:9%;
    aspect-ratio:.76 / 1;
  }

  .scenario-model-company{
    top:14%;
    width:calc(100% - (var(--model-safe-x) * 2));
    max-width:calc(100% - (var(--model-safe-x) * 2));
    font-size:clamp(22px,8cqw,28px);
  }

  .scenario-model-company::after{
    display:none;
  }

  .scenario-model-split{
    left:50%;
    top:58%;
    width:calc(100% - (var(--model-safe-x) * 2));
    max-width:calc(100% - (var(--model-safe-x) * 2));
    height:70%;
    grid-template-columns:1fr;
    grid-template-rows:minmax(0,1fr) 11% minmax(0,1fr);
    gap:3%;
    transform:translate(-50%,-50%);
  }

  .scenario-model-split > div{
    padding:8% 8%;
  }

  .scenario-model-split strong{
    font-size:48px;
  }

  .scenario-model-split i{
    width:min(44px,16%);
    height:auto;
  }

  .scenario-model-split i::before,
  .scenario-model-split i::after{
    left:50%;
    right:auto;
    top:auto;
    width:1px;
    height:56%;
    transform:scaleY(0);
  }

  .scenario-model-split i::before{
    bottom:calc(100% + 4px);
    transform-origin:bottom;
  }

  .scenario-model-split i::after{
    top:calc(100% + 4px);
    transform-origin:top;
  }

  .scenario-template-model.is-model-active .scenario-model-split i::before,
  .scenario-template-model.is-model-active .scenario-model-split i::after{
    animation:scenario-model-connector-v3-mobile .5s cubic-bezier(.2,.75,.25,1) 1.02s forwards;
  }

  .scenario-model-orbit--outer{
    width:82%;
  }

  .scenario-model-orbit--inner{
    width:58%;
  }
}

@keyframes scenario-model-connector-v3-mobile{
  0%{opacity:0;transform:scaleY(0)}
  22%{opacity:1}
  100%{opacity:1;transform:scaleY(1)}
}

@media(prefers-reduced-motion:reduce) and (max-width:520px){
  .scenario-model-split i::before,
  .scenario-model-split i::after{
    transform:scaleY(1)!important;
  }
}


/* =========================================================
   SCENARIO HERO V3.1 — ABSOLUTE PERCENTAGE COMPOSITION
   No internal grid sizing. Every major element is constrained
   by percentages of the model canvas.
   ========================================================= */

/*
 * Outer canvas:
 * 8% safe area on every horizontal edge.
 * Content group is vertically centered with near-equal visual
 * clearance above and below.
 */
.scenario-template-model{
  --model-safe:8%;
  position:relative;
  display:block;
  width:100%;
  max-width:100%;
  min-width:0;
  min-height:0;
  aspect-ratio:1.22 / 1;
  padding:0;
  overflow:hidden;
}

/* Company anchor */
.scenario-model-company{
  position:absolute;
  left:50%;
  top:29%;
  width:84%;
  max-width:84%;
  margin:0;
  padding:0;
  transform:translate(-50%,-50%);
  text-align:center;
  font-size:clamp(24px,5.5cqw,36px);
  line-height:1.06;
  text-wrap:balance;
}

/*
 * System frame occupies exactly 84% of model width,
 * leaving 8% clear space on both sides.
 */
.scenario-model-split{
  position:absolute;
  left:8%;
  right:8%;
  top:45%;
  width:auto;
  max-width:none;
  height:34%;
  margin:0;
  display:block;
  transform:none;
}

/*
 * Each channel is exactly 39% of the system frame.
 * This leaves a fixed 22% center corridor for the + and connectors.
 */
.scenario-model-channel{
  position:absolute!important;
  top:0;
  width:39%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  padding:8% 6%!important;
  box-sizing:border-box;
  overflow:hidden!important;
}

.scenario-model-channel--seo{
  left:0;
  right:auto;
}

.scenario-model-channel--aeo{
  left:auto;
  right:0;
}

/* Content is always centered inside its own channel. */
.scenario-model-channel strong{
  display:block;
  width:100%;
  max-width:100%;
  margin:0;
  font-size:clamp(44px,11cqw,66px);
  line-height:.9;
  text-align:center;
  white-space:nowrap;
}

.scenario-model-channel span{
  display:block;
  width:100%;
  max-width:100%;
  margin:0;
  padding:0;
  font-size:16px;
  line-height:1.35;
  text-align:center;
  white-space:normal;
  text-wrap:balance;
}

/*
 * The convergence point is mathematically centered in the model.
 * It no longer participates in any grid calculation.
 */
.scenario-model-split i{
  position:absolute!important;
  z-index:8;
  left:50%!important;
  top:50%!important;
  width:min(12%,58px)!important;
  min-width:42px;
  height:auto!important;
  aspect-ratio:1;
  margin:0;
  transform:translate(-50%,-50%);
}

/* Connectors stay entirely inside the 22% center corridor. */
.scenario-model-split i::before,
.scenario-model-split i::after{
  top:50%;
  width:70%;
}

.scenario-model-split i::before{
  right:calc(100% + 10%);
}

.scenario-model-split i::after{
  left:calc(100% + 10%);
}

/*
 * Preserve exact centering through the entrance animation.
 * Previous scale-only animation could move an absolutely positioned +.
 */
.scenario-template-model.is-model-active .scenario-model-split i{
  animation:scenario-model-plus-centered-v31 .60s cubic-bezier(.2,.9,.25,1.15) .78s forwards;
}

@keyframes scenario-model-plus-centered-v31{
  0%{
    opacity:0;
    transform:translate(-50%,-50%) scale(.72);
    box-shadow:0 0 0 0 rgba(184,198,255,0);
  }
  62%{
    opacity:1;
    transform:translate(-50%,-50%) scale(1.045);
    box-shadow:
      0 0 0 13px rgba(184,198,255,.045),
      0 0 56px rgba(184,198,255,.22);
  }
  100%{
    opacity:1;
    transform:translate(-50%,-50%) scale(1);
    box-shadow:
      0 0 0 9px rgba(184,198,255,.025),
      0 0 42px rgba(184,198,255,.11);
  }
}

/* Company entrance must likewise preserve its -50% centering transform. */
.scenario-template-model.is-model-active .scenario-model-company{
  animation:scenario-model-company-centered-v31 .72s cubic-bezier(.2,.75,.25,1) .30s forwards;
}

@keyframes scenario-model-company-centered-v31{
  0%{
    opacity:0;
    filter:blur(8px);
    transform:translate(-50%,calc(-50% + 16px));
  }
  100%{
    opacity:1;
    filter:blur(0);
    transform:translate(-50%,-50%);
  }
}

/*
 * At narrow viewport widths the entire model is already full-width.
 * Keep the same percentage relationship until phone width.
 */
@media(max-width:760px){
  .scenario-template-model{
    --model-safe:6%;
    aspect-ratio:1.10 / 1;
  }

  .scenario-model-company{
    top:27%;
    width:88%;
    max-width:88%;
    font-size:clamp(22px,6.3cqw,30px);
  }

  .scenario-model-split{
    left:6%;
    right:6%;
    top:44%;
    height:37%;
  }

  .scenario-model-channel{
    width:40%!important;
    padding:9% 5%!important;
  }

  .scenario-model-channel strong{
    font-size:clamp(39px,12cqw,56px);
  }

  .scenario-model-split i{
    width:min(11%,46px)!important;
    min-width:36px;
  }
}

/*
 * Phones: use the exact same percentage-safe concept vertically.
 * 9% left/right clearance, with SEO and AEO each occupying
 * 40% of the stack and an 11% center corridor.
 */
@media(max-width:520px){
  .scenario-template-model{
    --model-safe:9%;
    aspect-ratio:.76 / 1;
  }

  .scenario-model-company{
    top:13%;
    width:82%;
    max-width:82%;
    font-size:clamp(22px,7.8cqw,28px);
  }

  .scenario-model-company::after{
    display:none;
  }

  .scenario-model-split{
    left:9%;
    right:9%;
    top:25%;
    height:66%;
  }

  .scenario-model-channel{
    left:0!important;
    right:0!important;
    width:100%!important;
    height:40%!important;
    padding:6% 8%!important;
  }

  .scenario-model-channel--seo{
    top:0!important;
    bottom:auto!important;
  }

  .scenario-model-channel--aeo{
    top:auto!important;
    bottom:0!important;
  }

  .scenario-model-channel strong{
    font-size:48px;
  }

  .scenario-model-split i{
    left:50%!important;
    top:50%!important;
    width:42px!important;
    min-width:42px;
  }

  .scenario-model-split i::before,
  .scenario-model-split i::after{
    left:50%;
    right:auto;
    width:1px;
    height:50%;
  }

  .scenario-model-split i::before{
    top:auto;
    bottom:calc(100% + 10%);
    transform-origin:bottom;
  }

  .scenario-model-split i::after{
    top:calc(100% + 10%);
    transform-origin:top;
  }

  .scenario-template-model.is-model-active .scenario-model-split i::before,
  .scenario-template-model.is-model-active .scenario-model-split i::after{
    animation:scenario-model-connector-v31-mobile .5s cubic-bezier(.2,.75,.25,1) 1.02s forwards;
  }
}

@keyframes scenario-model-connector-v31-mobile{
  0%{opacity:0;transform:scaleY(0)}
  22%{opacity:1}
  100%{opacity:1;transform:scaleY(1)}
}

@media(prefers-reduced-motion:reduce) and (max-width:520px){
  .scenario-model-split i::before,
  .scenario-model-split i::after{
    transform:scaleY(1)!important;
  }
}

/* =========================================================
   SCENARIO HERO V3.2 — CHROME / SAFARI CONTAINING-BLOCK FIX
   ========================================================= */

/*
 * Cross-browser fix:
 * Safari resolves percentage-width absolute children inside a left+right/auto-width
 * absolute containing block as expected. Chromium can resolve those child percentage
 * widths to 0 in this composition. Give the split a definite percentage width instead.
 *
 * This also makes the centering contract explicit: equal left/right safe area and a
 * mathematically centered convergence point.
 */
.scenario-model-split{
  left:50%!important;
  right:auto!important;
  width:84%!important;
  max-width:84%!important;
  transform:translateX(-50%)!important;
}

@media(max-width:760px){
  .scenario-model-split{
    left:50%!important;
    right:auto!important;
    width:88%!important;
    max-width:88%!important;
    transform:translateX(-50%)!important;
  }
}

@media(max-width:520px){
  .scenario-model-split{
    left:50%!important;
    right:auto!important;
    width:82%!important;
    max-width:82%!important;
    transform:translateX(-50%)!important;
  }
}

/* Reduced-motion must preserve absolute centering transforms. */
@media(prefers-reduced-motion:reduce){
  .scenario-model-company{
    transform:translate(-50%,-50%)!important;
  }
  .scenario-model-split{
    transform:translateX(-50%)!important;
  }
  .scenario-model-split i{
    transform:translate(-50%,-50%)!important;
  }
}


/* =========================================================
   SCENARIO LIBRARY FOOTNOTE CONNECTION
   ========================================================= */

.seo-scenario-footnote-ref{
  display:inline-block;
  margin-left:2px;
  color:var(--accent);
  font-size:.82em;
  line-height:1;
  vertical-align:super;
  font-weight:700;
  text-decoration:none;
  transition:opacity .2s ease;
}

.seo-scenario-footnote-ref:hover,
.seo-scenario-footnote-ref:focus-visible{
  opacity:.72;
}

.seo-scenario-library-disclosure{
  scroll-margin-top:110px;
}

.seo-scenario-disclosure-mark{
  color:var(--accent);
  font-weight:700;
}

/* =========================================================
   SHARED SERVICE-HERO CLIENT ACCESS CTA
   Mirrors the Website Design hero CTA treatment.
   ========================================================= */
.service-client-cta{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  min-width:184px;
  min-height:52px;
  margin-top:28px;
  padding:0 16px 0 20px;
  border:1px solid rgba(184,198,255,.54);
  background:linear-gradient(135deg,#b8c6ff 0%,#d4dcff 52%,#aebeff 100%);
  box-shadow:0 12px 30px rgba(116,136,224,.14),inset 0 1px 0 rgba(255,255,255,.46);
  color:#181b21;
  text-decoration:none;
  font-size:16px;
  line-height:1;
  font-weight:700;
  transition:transform .22s ease,box-shadow .22s ease,filter .22s ease;
}
.service-client-cta svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.service-client-cta:hover,
.service-client-cta:focus-visible{
  transform:translateY(-2px);
  box-shadow:0 16px 36px rgba(116,136,224,.21),inset 0 1px 0 rgba(255,255,255,.55);
  filter:brightness(1.025);
}

/* =========================================================
   HOMEPAGE GRID TREATMENT — SEO/AEO HERO
   Keeps the existing diagonal signature while adding the
   homepage 64px grid + center-axis treatment.
   ========================================================= */
.seo-copy-hero{
  isolation:isolate;
}
.seo-copy-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(255,255,255,.014) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.014) 1px,transparent 1px),
    linear-gradient(90deg,transparent 49.9%,var(--line-soft) 50%,transparent 50.1%),
    linear-gradient(transparent 49.9%,var(--line-soft) 50%,transparent 50.1%);
  background-size:64px 64px,64px 64px,auto,auto;
  opacity:1;
  -webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 72%,transparent 100%);
  mask-image:linear-gradient(to bottom,#000 0%,#000 72%,transparent 100%);
}
.seo-copy-hero > *{
  position:relative;
  z-index:1;
}
