@font-face{font-family:'YekanBakh';src:url('../fonts/YekanBakhFaEn-Regular.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'YekanBakh';src:url('../fonts/YekanBakhFaEn-Medium.woff') format('woff');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'YekanBakh';src:url('../fonts/YekanBakhFaEn-Bold.woff') format('woff');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'YekanBakh';src:url('../fonts/YekanBakhFaEn-Heavy.woff') format('woff');font-weight:800;font-style:normal;font-display:swap}

:root{
  --bg:#ffffff;
  --bg-subtle:#f6f8f9;
  --bg-elevated:#ffffff;
  --fg:#151b23;
  --fg-2:#46515f;
  --fg-3:#768291;
  --stroke:#dce2e7;
  --stroke-strong:#c8d0d7;
  --brand:#00a7a7;
  --brand-strong:#008d8d;
  --brand-soft:#e7f8f8;
  --info:#196fd1;
  --info-soft:#eaf3ff;
  --navy:#111b2a;
  --navy-2:#192638;
  --apn:#00a7a7;
  --eb:#49657f;
  --success:#16835d;
  --warning:#a96516;
  --radius-sm:8px;
  --radius-md:14px;
  --shadow:0 10px 32px rgba(28,42,56,.06);
  --container:1180px;
}

html[data-theme='dark']{
  --bg:#0e141b;
  --bg-subtle:#121b24;
  --bg-elevated:#16212c;
  --fg:#f4f7f9;
  --fg-2:#c2cbd3;
  --fg-3:#8795a4;
  --stroke:#2a3947;
  --stroke-strong:#3a4b5a;
  --brand:#20c3c3;
  --brand-strong:#44d0d0;
  --brand-soft:#143536;
  --info-soft:#152c46;
  --navy:#091018;
  --navy-2:#0f1b27;
  --eb:#83a3bf;
  --shadow:0 16px 46px rgba(0,0,0,.16);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--fg);font-family:'YekanBakh',Tahoma,Arial,sans-serif;font-size:17px;line-height:1.9;-webkit-font-smoothing:antialiased}
button,a{font:inherit}
a{color:inherit;text-decoration:none}
button{color:inherit}
svg{display:block}
::selection{background:var(--brand-soft);color:var(--fg)}

.skip-link{position:fixed;top:-100px;right:24px;z-index:999;background:var(--fg);color:var(--bg);padding:10px 14px;border-radius:var(--radius-sm)}
.skip-link:focus{top:16px}
.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.section-pad{padding:96px 0}
.section-muted{background:var(--bg-subtle)}
.section-dark{background:var(--navy);color:#fff}

.site-header{position:sticky;top:0;z-index:100;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(18px);border-bottom:1px solid color-mix(in srgb,var(--stroke) 78%,transparent)}
.header-inner{min-height:72px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:11px;margin-left:auto}
.brand-mark{width:38px;height:38px;border-radius:9px;background:var(--brand);color:#fff;display:grid;place-items:center;font-weight:800;font-size:14px;letter-spacing:.4px}
.brand-copy{display:flex;flex-direction:column;line-height:1.2}
.brand-copy strong{font-size:15px}
.brand-copy small{font-size:12px;color:var(--fg-3);margin-top:4px;direction:ltr;text-align:right}
.desktop-nav{display:flex;align-items:center;gap:5px}
.desktop-nav a{padding:8px 12px;border-radius:7px;color:var(--fg-2);font-size:14px;font-weight:500}
.desktop-nav a:hover,.desktop-nav a:focus-visible{background:var(--bg-subtle);color:var(--fg);outline:none}
.theme-toggle{width:38px;height:38px;border:1px solid var(--stroke);background:var(--bg-elevated);border-radius:8px;display:grid;place-items:center;cursor:pointer}
.theme-toggle:hover,.theme-toggle:focus-visible{border-color:var(--brand);outline:3px solid color-mix(in srgb,var(--brand) 18%,transparent)}
.theme-toggle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7}

.hero{position:relative;overflow:hidden;background:linear-gradient(145deg,color-mix(in srgb,var(--brand-soft) 70%,var(--bg)) 0%,var(--bg) 54%,color-mix(in srgb,var(--info-soft) 34%,var(--bg)) 100%);border-bottom:1px solid color-mix(in srgb,var(--stroke) 70%,transparent)}
.hero::before{content:"";position:absolute;width:650px;height:650px;border-radius:50%;left:-330px;top:-350px;background:radial-gradient(circle,color-mix(in srgb,var(--brand) 13%,transparent) 0%,transparent 67%);pointer-events:none}
.hero::after{content:"";position:absolute;width:520px;height:520px;border:1px solid color-mix(in srgb,var(--brand) 14%,transparent);border-radius:50%;right:-330px;bottom:-340px;box-shadow:0 0 0 82px color-mix(in srgb,var(--brand) 2.8%,transparent),0 0 0 164px color-mix(in srgb,var(--brand) 1.7%,transparent);pointer-events:none}
.hero-grid-pattern{position:absolute;inset:0;opacity:.42;pointer-events:none;background-image:linear-gradient(color-mix(in srgb,var(--stroke) 31%,transparent) 1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--stroke) 31%,transparent) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to left,rgba(0,0,0,.45),transparent 48%)}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:70px;min-height:650px}
.eyebrow,.section-kicker,.card-kicker{font-size:13px;font-weight:700;letter-spacing:.2px;color:var(--brand-strong);direction:ltr;text-align:right}
.eyebrow{display:inline-flex;align-items:center;gap:9px;background:color-mix(in srgb,var(--brand-soft) 82%,var(--bg-elevated));border:1px solid color-mix(in srgb,var(--brand) 30%,var(--stroke));padding:7px 12px;border-radius:999px;margin-bottom:20px;box-shadow:0 6px 20px color-mix(in srgb,var(--brand) 6%,transparent)}
.eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 5px color-mix(in srgb,var(--brand) 11%,transparent)}
.hero h1{font-size:clamp(46px,4.7vw,68px);line-height:1.18;letter-spacing:-1.8px;margin:0 0 22px;max-width:760px}
.hero h1 .accent{position:relative;color:var(--brand-strong);white-space:nowrap}
.hero h1 .accent::after{content:"";position:absolute;height:8px;right:0;left:0;bottom:3px;background:color-mix(in srgb,var(--brand) 14%,transparent);border-radius:999px;z-index:-1}
.hero-lead{font-size:19px;color:var(--fg-2);max-width:760px;margin:0 0 26px;line-height:2.05}
.hero-lead strong{color:var(--fg);font-weight:700}
.hero-metrics{display:grid;grid-template-columns:.72fr 1fr 1fr;border:1px solid var(--stroke);background:color-mix(in srgb,var(--bg-elevated) 88%,transparent);border-radius:12px;overflow:hidden;max-width:740px;margin-bottom:22px;box-shadow:0 12px 34px rgba(28,42,56,.04)}
.hero-metric{padding:13px 16px;display:flex;flex-direction:column;min-width:0;border-left:1px solid var(--stroke)}
.hero-metric:last-child{border-left:0}
.hero-metric strong{font-size:18px;line-height:1.35;direction:ltr;text-align:right;color:var(--fg)}
.hero-metric span{font-size:12px;color:var(--fg-3);margin-top:3px;white-space:nowrap}
.hero-metric-primary{background:var(--brand-soft)}
.hero-metric-primary strong{font-size:26px;color:var(--brand-strong);direction:rtl}
.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:19px}
.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border-radius:8px;font-weight:700;font-size:15px;border:1px solid transparent;transition:.18s ease}
.button-primary{background:var(--brand);color:white;box-shadow:0 10px 24px color-mix(in srgb,var(--brand) 18%,transparent)}
.button-primary:hover{background:var(--brand-strong);transform:translateY(-1px)}
.button-secondary{background:var(--bg-elevated);border-color:var(--stroke);color:var(--fg)}
.button-secondary:hover{border-color:var(--brand);background:var(--brand-soft)}
.button:focus-visible{outline:3px solid color-mix(in srgb,var(--brand) 24%,transparent);outline-offset:2px}
.hero-note{display:flex;align-items:center;gap:9px;color:var(--fg-3);font-size:13px}
.status-dot{width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:var(--success);box-shadow:0 0 0 5px color-mix(in srgb,var(--success) 11%,transparent)}

.hero-architecture{position:relative}
.growth-card{position:relative;background:color-mix(in srgb,var(--bg-elevated) 95%,transparent);border:1px solid color-mix(in srgb,var(--stroke-strong) 80%,var(--stroke));border-radius:18px;padding:20px;box-shadow:0 28px 80px rgba(25,46,61,.12);overflow:hidden}
.growth-card::before{content:"";position:absolute;width:210px;height:210px;border-radius:50%;left:-82px;top:-92px;background:radial-gradient(circle,color-mix(in srgb,var(--brand) 12%,transparent),transparent 68%);pointer-events:none}
.growth-card-head{position:relative;display:flex;align-items:center;justify-content:space-between;gap:18px;padding-bottom:16px;border-bottom:1px solid var(--stroke);direction:ltr}
.growth-card-head>div{display:flex;flex-direction:column}
.growth-card-head>div span{font-size:12px;color:var(--fg-3)}
.growth-card-head>div strong{font-size:15px;color:var(--fg);margin-top:1px}
.growth-status{display:inline-flex;align-items:center;gap:7px;font-size:12px;color:var(--brand-strong);background:var(--brand-soft);padding:5px 9px;border-radius:999px;font-weight:700;white-space:nowrap}
.growth-status i{width:6px;height:6px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 4px color-mix(in srgb,var(--brand) 10%,transparent)}
.network-target{position:relative;display:grid;grid-template-columns:94px 1fr;gap:18px;align-items:center;padding:20px 4px 18px}
.target-ring{position:relative;width:88px;height:88px;border-radius:50%;background:conic-gradient(var(--brand) 0 82%,color-mix(in srgb,var(--brand) 14%,var(--stroke)) 82% 100%);display:grid;place-items:center}
.target-ring::before{content:"";width:66px;height:66px;border-radius:50%;background:var(--bg-elevated);box-shadow:inset 0 0 0 1px var(--stroke)}
.target-ring span{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--brand);top:7px;right:17px;box-shadow:0 0 0 4px color-mix(in srgb,var(--brand) 12%,transparent)}
.target-copy>span{font-size:12px;color:var(--fg-3)}
.target-copy>div{display:flex;align-items:flex-end;gap:8px;direction:ltr;justify-content:flex-end}
.target-copy>div strong{font-size:46px;line-height:1;color:var(--brand-strong);direction:rtl}
.target-copy>div small{font-size:13px;color:var(--fg-2);padding-bottom:4px}
.target-copy p{font-size:13px;color:var(--fg-3);margin:5px 0 0}
.growth-routes{display:grid;grid-template-columns:1.15fr .85fr;gap:10px}
.growth-route{min-height:184px;border:1px solid var(--stroke);background:var(--bg-subtle);border-radius:12px;padding:15px;display:flex;flex-direction:column}
.growth-route-saas{border-top:3px solid var(--brand);background:linear-gradient(180deg,color-mix(in srgb,var(--brand-soft) 58%,var(--bg-elevated)),var(--bg-elevated))}
.growth-route-reseller{border-top:3px solid var(--eb)}
.growth-route-head{display:flex;align-items:center;justify-content:space-between;direction:ltr}
.growth-index{font-size:12px;color:var(--fg-3);font-weight:800}
.growth-chip{font-size:12px;font-weight:700;color:var(--brand-strong);background:var(--brand-soft);border-radius:999px;padding:4px 7px}
.growth-chip-neutral{color:var(--fg-2);background:var(--bg-elevated);border:1px solid var(--stroke)}
.growth-route h3{font-size:21px;line-height:1.25;margin:12px 0 6px;direction:ltr;text-align:right}
.growth-route p{font-size:13px;line-height:1.85;color:var(--fg-3);margin:0}
.growth-route-foot{margin-top:auto;padding-top:10px;border-top:1px solid var(--stroke);display:flex;align-items:center;justify-content:space-between;direction:ltr}
.growth-route-foot span{font-size:12px;color:var(--fg-3)}
.growth-route-foot strong{font-size:12px;color:var(--brand-strong)}
.growth-foundation{margin-top:10px;border:1px solid color-mix(in srgb,var(--brand) 26%,var(--stroke));background:var(--brand-soft);border-radius:12px;padding:12px 14px;display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center}
.foundation-icon{width:38px;height:38px;border:1px solid color-mix(in srgb,var(--brand) 40%,var(--stroke));border-radius:9px;background:var(--bg-elevated);display:flex;align-items:flex-end;justify-content:center;gap:3px;padding:8px}
.foundation-icon span{display:block;width:5px;background:var(--brand);border-radius:2px 2px 0 0}
.foundation-icon span:nth-child(1){height:9px}.foundation-icon span:nth-child(2){height:15px}.foundation-icon span:nth-child(3){height:21px}
.growth-foundation>div:last-child{display:flex;flex-direction:column;min-width:0}
.growth-foundation>div:last-child>span{font-size:12px;color:var(--fg-3)}
.growth-foundation strong{font-size:15px;direction:ltr;text-align:right;color:var(--fg)}
.growth-foundation small{font-size:12px;direction:ltr;text-align:right;color:var(--brand-strong);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:36px}
.section-heading>div{max-width:640px}
.section-heading h2,.merge-copy h2,.tooling-copy h2,.platform-hero h2,.closing h2{font-size:clamp(30px,3.2vw,44px);line-height:1.4;margin:7px 0 0;letter-spacing:-.6px}
.section-heading>p{max-width:500px;margin:0;color:var(--fg-2);font-size:16px}
.section-kicker{display:block}
.section-kicker.light{color:#71dcdc}

.card{background:var(--bg-elevated);border:1px solid var(--stroke);border-radius:var(--radius-sm);padding:16px}
.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.kpi-card{min-height:172px;display:flex;flex-direction:column;transition:.18s ease}
.kpi-card:hover{border-color:var(--stroke-strong);box-shadow:var(--shadow);transform:translateY(-2px)}
.kpi-icon{width:34px;height:34px;border-radius:8px;background:var(--brand-soft);position:relative;margin-bottom:18px}
.kpi-icon::before,.kpi-icon::after{content:"";position:absolute}
.icon-target::before{width:14px;height:14px;border:2px solid var(--brand);border-radius:50%;inset:8px}
.icon-target::after{width:4px;height:4px;background:var(--brand);border-radius:50%;inset:15px}
.icon-revenue::before{width:17px;height:12px;border-left:2px solid var(--brand);border-bottom:2px solid var(--brand);right:8px;bottom:8px}
.icon-revenue::after{width:15px;height:8px;border-top:2px solid var(--brand);border-right:2px solid var(--brand);transform:skewY(-32deg);right:10px;top:9px}
.icon-apn::before{width:18px;height:18px;border-radius:50%;border:4px solid var(--brand);inset:8px}
.icon-eb{background:color-mix(in srgb,var(--eb) 12%,var(--bg-elevated))}
.icon-eb::before{width:18px;height:18px;border-radius:50%;border:4px solid var(--eb);inset:8px}
.kpi-label{font-size:14px;color:var(--fg-3)}
.kpi-value{font-size:34px;line-height:1.35;margin:4px 0 4px}
.kpi-card small{font-size:13px;color:var(--fg-3);margin-top:auto}

.analytics-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,.7fr);gap:14px}
.chart-card{min-height:510px;padding:22px}
.card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}
.card-head.compact{margin-bottom:8px}
.card-head h3,.progress-head h3{font-size:20px;margin:2px 0 0}
.legend{display:flex;align-items:center;gap:16px;color:var(--fg-2);font-size:13px;direction:ltr}
.legend span,.donut-legend span{display:inline-flex;align-items:center;gap:6px}
.legend-dot{display:inline-block;width:8px;height:8px;border-radius:3px}
.dot-apn{background:var(--apn)}
.dot-eb{background:var(--eb)}
.bar-chart{height:360px;display:flex;align-items:stretch;gap:10px;padding:18px 4px 0;border-bottom:1px solid var(--stroke);background-image:linear-gradient(to bottom,transparent calc(25% - 1px),var(--stroke) 25%,transparent calc(25% + 1px),transparent calc(50% - 1px),var(--stroke) 50%,transparent calc(50% + 1px),transparent calc(75% - 1px),var(--stroke) 75%,transparent calc(75% + 1px));background-size:100% 100%}
.chart-group{flex:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:stretch;min-width:0;position:relative}
.chart-bars{height:300px;display:flex;align-items:flex-end;justify-content:center;gap:6px}
.chart-bar{width:min(22px,32%);border-radius:5px 5px 0 0;min-height:4px;position:relative;transition:height .7s cubic-bezier(.2,.8,.2,1),opacity .18s}
.chart-bar:hover{opacity:.76}
.chart-bar.apn{background:var(--apn)}
.chart-bar.eb{background:var(--eb)}
.chart-bar::after{content:attr(data-value);position:absolute;bottom:calc(100% + 7px);left:50%;transform:translateX(-50%);font-size:11px;background:var(--fg);color:var(--bg);border-radius:5px;padding:3px 5px;white-space:nowrap;opacity:0;pointer-events:none;z-index:5}
.chart-bar:hover::after{opacity:1}
.chart-label{height:42px;padding-top:8px;font-size:11px;color:var(--fg-3);white-space:nowrap;text-align:center;direction:ltr}
.chart-footnote{font-size:12px;color:var(--fg-3);margin-top:13px}
.analytics-side{display:grid;gap:14px;grid-template-rows:1fr auto}
.donut-card{padding:22px}
.donut-wrap{height:248px;position:relative;display:grid;place-items:center}
.donut{width:218px;height:218px;transform:rotate(-90deg)}
.donut-track{fill:none;stroke:var(--stroke);stroke-width:34}
.donut-segment{fill:none;stroke-width:34;stroke-linecap:butt}
.donut-eb{stroke:var(--eb)}
.donut-apn{stroke:var(--apn)}
.donut-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}
.donut-center strong{font-size:26px}
.donut-center span{font-size:12px;color:var(--fg-3)}
.donut-legend{display:grid;gap:9px;margin-top:2px}
.donut-legend>div{display:flex;align-items:center;justify-content:space-between;font-size:13px;padding-top:9px;border-top:1px solid var(--stroke)}
.progress-card{padding:20px}
.progress-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}
.progress-head>strong{font-size:22px;color:var(--brand-strong)}
.progress-track{height:7px;background:var(--stroke);border-radius:999px;overflow:hidden;margin:18px 0 8px}
.progress-track span{display:block;height:100%;background:var(--brand);border-radius:inherit}
.progress-meta{display:flex;justify-content:space-between;color:var(--fg-3);font-size:12px}
.insight-strip{margin-top:14px;border:1px solid color-mix(in srgb,var(--brand) 30%,var(--stroke));background:var(--brand-soft);padding:18px 20px;border-radius:8px;display:flex;gap:12px;align-items:flex-start;color:var(--fg-2);font-size:15px}
.insight-strip strong{color:var(--fg)}
.insight-icon{flex:0 0 32px;width:32px;height:32px;border-radius:8px;display:grid;place-items:center;background:var(--brand);color:#fff;font-size:18px;direction:ltr}

.merge-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:center}
.merge-copy p{color:#afbdca;max-width:520px}
.merge-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1.35fr;align-items:center;gap:12px;direction:ltr}
.merge-node{min-height:116px;padding:18px;border-radius:8px;border:1px solid #334355;background:var(--navy-2);display:flex;flex-direction:column;justify-content:center;direction:rtl;text-align:right}
.merge-node strong{font-size:20px;direction:ltr;text-align:right}
.merge-node span{color:#8fa1b3;font-size:13px;margin-top:5px}
.merge-result{border-color:#1faeae;background:#103333}
.merge-result strong{font-size:18px;color:#81e1e1}
.merge-plus,.merge-arrow{color:#6b7d8f;font-size:20px}

.strategy-grid{display:grid;grid-template-columns:1.58fr 1fr;gap:14px;align-items:stretch}
.strategy-card{border:1px solid var(--stroke);border-radius:8px;padding:24px;background:var(--bg-elevated);display:flex;flex-direction:column;min-height:540px}
.strategy-saas{border-top:3px solid var(--brand);box-shadow:var(--shadow)}
.strategy-reseller{border-top:3px solid var(--eb)}
.strategy-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.strategy-title-wrap{display:flex;align-items:flex-start;gap:12px}
.route-number{width:40px;height:40px;border-radius:8px;background:var(--bg-subtle);display:grid;place-items:center;font-weight:800;color:var(--fg-3)}
.strategy-card h3{font-size:30px;direction:ltr;text-align:right;margin:6px 0 0;line-height:1.1}
.weight-chip{font-size:12px;font-weight:700;color:var(--brand-strong);background:var(--brand-soft);padding:5px 8px;border-radius:6px}
.strategy-summary{color:var(--fg-2);margin:24px 0;font-size:16px;max-width:840px}
.strategy-points{display:grid;gap:10px}
.strategy-points.two-col{grid-template-columns:repeat(2,1fr)}
.strategy-point{display:grid;grid-template-columns:32px 1fr;column-gap:10px;align-items:start;padding:13px;background:var(--bg-subtle);border-radius:8px}
.strategy-point>span{grid-row:1/3;width:30px;height:30px;border-radius:7px;display:grid;place-items:center;background:var(--bg-elevated);border:1px solid var(--stroke);font-size:11px;color:var(--fg-3);direction:ltr}
.strategy-point strong{font-size:14px}
.strategy-point small{font-size:12px;color:var(--fg-3)}
.route-outcome{margin-top:auto;padding-top:20px;border-top:1px solid var(--stroke);display:flex;flex-direction:column;gap:4px}
.route-outcome span{font-size:12px;color:var(--fg-3)}
.route-outcome strong{font-size:15px}
.portfolio-rule{margin-top:14px;border:1px solid var(--stroke);border-radius:8px;padding:22px;display:grid;grid-template-columns:82px 1fr;gap:18px;align-items:center;background:var(--bg-elevated)}
.portfolio-rule-mark{width:82px;height:82px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-size:30px;font-weight:800}
.portfolio-rule h3{font-size:19px;margin:2px 0 5px}
.portfolio-rule p{margin:0;color:var(--fg-2);font-size:14px}

.tooling-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}
.tooling-copy p{color:var(--fg-2);max-width:540px}
.callout{border-right:3px solid var(--brand);padding:4px 16px 4px 0;margin-top:28px}
.callout strong{font-size:16px}
.callout p{font-size:14px;margin:4px 0 0;color:var(--fg-3)}
.tool-stack{display:grid;gap:10px}
.tool-item{display:grid;grid-template-columns:48px 1fr;align-items:center;gap:12px;padding:16px;border:1px solid var(--stroke);background:var(--bg-elevated);border-radius:8px;transition:.18s ease}
.tool-item:hover{border-color:var(--brand);transform:translateX(-3px)}
.tool-index{width:38px;height:38px;border-radius:8px;background:var(--brand-soft);color:var(--brand-strong);display:grid;place-items:center;font-size:12px;font-weight:800;direction:ltr}
.tool-item div{display:flex;flex-direction:column}
.tool-item strong{font-size:15px;direction:ltr;text-align:right}
.tool-item small{font-size:13px;color:var(--fg-3)}

.platform-hero{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:34px}
.platform-hero>div:first-child{max-width:780px}
.platform-hero p{color:var(--fg-2);max-width:760px}
.platform-pill{font-size:12px;direction:ltr;background:var(--navy);color:#9fe8e8;border:1px solid #2d4b55;border-radius:999px;padding:8px 12px;white-space:nowrap}
.panel-shell{min-height:500px;border:1px solid var(--stroke);border-radius:12px;background:var(--bg-elevated);box-shadow:0 22px 60px rgba(32,49,63,.08);display:grid;grid-template-columns:74px 1fr;overflow:hidden;direction:ltr}
.panel-sidebar{background:var(--navy);padding:18px 14px;display:flex;align-items:center;flex-direction:column;gap:15px}
.panel-logo{width:40px;height:40px;border-radius:10px;background:var(--brand);color:#fff;display:grid;place-items:center;font-weight:800;font-size:13px;margin-bottom:18px}
.panel-nav{width:32px;height:32px;border-radius:8px;border:1px solid #344456;position:relative}
.panel-nav::before{content:"";position:absolute;inset:9px;border:1px solid #6d8194;border-radius:3px}
.panel-nav.active{background:#15383a;border-color:#2f7778}
.panel-content{padding:18px 22px 26px;direction:rtl}
.panel-topbar{height:44px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--stroke);direction:ltr}
.panel-topbar>div:first-child{display:flex;gap:5px}
.panel-topbar>div:first-child span{width:8px;height:8px;border-radius:50%;background:var(--stroke-strong)}
.panel-avatar{width:28px;height:28px;border-radius:50%;background:var(--brand-soft);border:1px solid color-mix(in srgb,var(--brand) 28%,var(--stroke))}
.panel-tabs{display:flex;gap:6px;margin:20px 0}
.panel-tab{border:1px solid var(--stroke);background:var(--bg-elevated);border-radius:7px;padding:7px 12px;cursor:pointer;font-size:13px;color:var(--fg-2)}
.panel-tab:hover,.panel-tab:focus-visible{border-color:var(--brand);outline:none}
.panel-tab.is-active{background:var(--brand-soft);border-color:color-mix(in srgb,var(--brand) 40%,var(--stroke));color:var(--brand-strong);font-weight:700}
.panel-modules{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.panel-modules.is-hidden{display:none}
.panel-modules article{min-height:130px;padding:14px;border:1px solid var(--stroke);border-radius:8px;background:var(--bg-subtle);display:flex;flex-direction:column}
.module-icon{width:31px;height:31px;border:1px solid var(--stroke);border-radius:7px;background:var(--bg-elevated);display:grid;place-items:center;font-size:11px;color:var(--brand-strong);font-weight:800;direction:ltr;margin-bottom:16px}
.panel-modules strong{font-size:14px;direction:ltr;text-align:right}
.panel-modules small{font-size:12px;color:var(--fg-3);margin-top:4px}

.timeline{position:relative;display:grid;gap:12px}
.timeline::before{content:"";position:absolute;right:24px;top:28px;bottom:28px;width:1px;background:var(--stroke-strong)}
.timeline-item{display:grid;grid-template-columns:50px 1fr;gap:14px;position:relative}
.timeline-marker{width:50px;height:50px;border-radius:50%;background:var(--bg-elevated);border:1px solid var(--stroke-strong);display:grid;place-items:center;font-weight:800;z-index:2;color:var(--brand-strong)}
.timeline-card{padding:20px 22px}
.timeline-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:8px}
.timeline-head span{font-size:12px;direction:ltr;color:var(--brand-strong);font-weight:700}
.timeline-head strong{font-size:16px}
.timeline-card p{margin:0;color:var(--fg-2);font-size:14px}
.timeline-meta{display:flex;align-items:center;gap:10px;padding-top:12px;margin-top:12px;border-top:1px solid var(--stroke);font-size:12px}
.timeline-meta span{color:var(--fg-3)}
.timeline-meta strong{direction:ltr;text-align:right;font-size:12px;color:var(--fg-2)}

.measure-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.measure-card{border:1px solid var(--stroke);border-radius:8px;padding:18px;background:var(--bg-elevated);display:grid;grid-template-columns:42px 1fr;column-gap:12px;align-items:center}
.measure-card>span{grid-row:1/3;width:38px;height:38px;border-radius:8px;background:var(--bg-subtle);display:grid;place-items:center;color:var(--fg-3);font-weight:800;font-size:12px;direction:ltr}
.measure-card strong{font-size:14px;direction:ltr;text-align:right}
.measure-card small{font-size:12px;color:var(--fg-3)}

.closing{padding-top:32px}
.closing-card{background:var(--navy);color:#fff;border-radius:14px;padding:42px;display:flex;align-items:end;justify-content:space-between;gap:50px;overflow:hidden;position:relative}
.closing-card::after{content:"";position:absolute;width:320px;height:320px;border:1px solid #284158;border-radius:50%;left:-130px;bottom:-190px;box-shadow:0 0 0 60px rgba(40,65,88,.18),0 0 0 120px rgba(40,65,88,.09)}
.closing-card>div{max-width:760px;position:relative;z-index:2}
.closing-card h2{margin-top:5px}
.closing-card p{color:#aebbc8;margin-bottom:0}
.button-light{background:#fff;color:#10202f;position:relative;z-index:2;white-space:nowrap}
.button-light:hover{background:#dff8f8}
.site-footer{border-top:1px solid var(--stroke);padding:24px 0;color:var(--fg-3);font-size:12px}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.footer-inner span:first-child{direction:ltr}

.reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}
.reveal.is-visible{opacity:1;transform:none}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button,.tool-item,.kpi-card{transition:none}}

@media (max-width:1024px){
  .section-pad{padding:76px 0}
  .hero-grid{grid-template-columns:1fr;gap:38px}
  .hero-copy{max-width:820px}
  .hero-architecture{max-width:720px;width:100%;margin-inline:auto}
  .kpi-grid{grid-template-columns:repeat(2,1fr)}
  .analytics-grid{grid-template-columns:1fr}
  .analytics-side{grid-template-columns:1fr 1fr;grid-template-rows:none}
  .merge-grid{grid-template-columns:1fr;gap:34px}
  .strategy-grid{grid-template-columns:1.25fr .9fr}
  .strategy-points.two-col{grid-template-columns:1fr}
  .tooling-grid{gap:38px}
  .panel-modules{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:760px){
  .container{width:min(calc(100% - 28px),var(--container))}
  .section-pad{padding:62px 0}
  .desktop-nav{display:none}
  .header-inner{min-height:64px}
  .brand-copy small{display:none}
  .hero{padding-top:50px}
  .hero-grid{min-height:auto}
  .hero h1{font-size:42px;letter-spacing:-1px}
  .hero-lead{font-size:17px}
  .hero-metrics{grid-template-columns:1fr 1fr 1fr}
  .hero-metric{padding:12px}
  .hero-metric strong{font-size:16px}
  .hero-metric-primary strong{font-size:23px}
  .hero-metric span{font-size:12px}
  .hero-actions{display:grid;grid-template-columns:1fr 1fr}
  .growth-card{padding:16px}
  .network-target{grid-template-columns:82px 1fr}
  .target-ring{width:78px;height:78px}
  .target-ring::before{width:58px;height:58px}
  .growth-routes{grid-template-columns:1fr 1fr}
  .growth-route{min-height:176px}
  .growth-route h3{font-size:19px}
  .section-heading{display:block;margin-bottom:26px}
  .section-heading>p{margin-top:10px}
  .section-heading h2,.merge-copy h2,.tooling-copy h2,.platform-hero h2,.closing h2{font-size:30px}
  .kpi-grid{grid-template-columns:1fr 1fr}
  .kpi-card{min-height:160px}
  .kpi-value{font-size:26px}
  .chart-card{min-height:auto;padding:16px}
  .bar-chart{height:310px;gap:4px}
  .chart-bars{height:255px;gap:3px}
  .chart-bar{width:min(15px,40%)}
  .chart-label{font-size:8px}
  .analytics-side{grid-template-columns:1fr}
  .merge-flow{grid-template-columns:1fr auto 1fr;gap:8px}
  .merge-arrow{grid-column:1/4;transform:rotate(-90deg);justify-self:center;height:28px}
  .merge-result{grid-column:1/4}
  .strategy-grid{grid-template-columns:1fr}
  .strategy-card{min-height:auto;padding:18px}
  .strategy-saas{order:1}.strategy-reseller{order:2}
  .strategy-topline{display:block}
  .weight-chip{display:inline-flex;margin-top:12px}
  .portfolio-rule{grid-template-columns:64px 1fr;padding:16px}
  .portfolio-rule-mark{width:64px;height:64px;font-size:24px}
  .tooling-grid{grid-template-columns:1fr}
  .platform-hero{display:block}
  .platform-pill{display:inline-block;margin-top:12px}
  .panel-shell{grid-template-columns:48px 1fr;min-height:auto}
  .panel-sidebar{padding:12px 8px}
  .panel-logo{width:32px;height:32px;font-size:10px}
  .panel-nav{width:28px;height:28px}
  .panel-content{padding:12px}
  .panel-modules{grid-template-columns:1fr}
  .panel-modules article{min-height:105px}
  .measure-grid{grid-template-columns:1fr 1fr}
  .closing-card{padding:28px;display:block}
  .closing-card .button{margin-top:24px}
  .footer-inner{display:block}
  .footer-inner span{display:block;margin:3px 0}
}

@media (max-width:480px){
  .hero h1{font-size:36px;line-height:1.28}
  .hero-actions{grid-template-columns:1fr}
  .hero-note{align-items:flex-start}
  .hero-metrics{grid-template-columns:1fr 1fr}
  .hero-metric:first-child{grid-column:1/3}
  .hero-metric{border-left:1px solid var(--stroke);border-top:1px solid var(--stroke)}
  .hero-metric:first-child{border-top:0;border-left:0}
  .hero-metric:last-child{border-left:0}
  .growth-card-head{align-items:flex-start}
  .growth-status{font-size:11px}
  .network-target{grid-template-columns:70px 1fr;gap:13px}
  .target-ring{width:66px;height:66px}
  .target-ring::before{width:48px;height:48px}
  .target-copy>div strong{font-size:38px}
  .growth-routes{grid-template-columns:1fr}
  .growth-route{min-height:164px}
  .growth-foundation{grid-template-columns:36px 1fr;padding:11px}
  .foundation-icon{width:34px;height:34px}
  .growth-foundation small{white-space:normal}
  .kpi-grid{grid-template-columns:1fr}
  .kpi-card{min-height:142px}
  .card-head{display:block}
  .legend{margin-top:10px}
  .bar-chart{overflow-x:auto;justify-content:flex-start}
  .chart-group{min-width:52px}
  .merge-flow{grid-template-columns:1fr}
  .merge-plus,.merge-arrow{transform:none;grid-column:auto;justify-self:center}
  .merge-result{grid-column:auto}
  .portfolio-rule{grid-template-columns:1fr}
  .portfolio-rule-mark{width:60px;height:60px}
  .panel-shell{grid-template-columns:1fr}
  .panel-sidebar{display:none}
  .panel-tabs{overflow-x:auto}
  .panel-tab{white-space:nowrap}
  .timeline-item{grid-template-columns:42px 1fr;gap:9px}
  .timeline-marker{width:42px;height:42px}
  .timeline::before{right:20px}
  .timeline-head{display:block}
  .timeline-head span{display:block;margin-bottom:4px}
  .timeline-meta{display:block}
  .timeline-meta strong{display:block;margin-top:4px}
  .measure-grid{grid-template-columns:1fr}
}

/* v3 — cleaner Sorkhab-inspired hero + leadership snapshot */
.hero{background:var(--bg);border-bottom:1px solid var(--stroke)}
.hero::before,.hero::after{display:none}
.hero-grid-pattern{opacity:.24;background-size:64px 64px;mask-image:linear-gradient(to left,rgba(0,0,0,.34),transparent 58%)}
.hero-grid{min-height:620px;gap:56px}
.eyebrow{background:var(--brand-soft);border-color:color-mix(in srgb,var(--brand) 30%,var(--stroke));color:var(--brand-strong)}
.hero h1{max-width:700px;letter-spacing:-1.4px}
.hero h1 .accent::after{height:7px;bottom:5px}
.hero-lead{max-width:720px}
.hero-metrics{border-radius:8px;box-shadow:none;background:var(--bg-elevated)}
.hero-metric{padding:15px 17px}
.hero-metric span{font-size:13px}
.hero-note{font-size:14px;max-width:720px}
.growth-card{border-radius:10px;padding:0;box-shadow:0 18px 50px rgba(28,42,56,.08);background:var(--bg-elevated)}
.growth-card::before{display:none}
.growth-card-head{padding:18px 20px;background:var(--bg-subtle);border-bottom:1px solid var(--stroke)}
.growth-card-head>div strong{font-size:16px}
.growth-card-head>div span{font-size:13px}
.growth-status{font-size:12px}
.network-target{padding:24px 20px 20px;grid-template-columns:90px 1fr}
.target-copy>span{font-size:13px}
.target-copy>div strong{font-size:38px}
.target-copy p{font-size:13px}
.growth-routes{padding:0 20px 12px;gap:12px}
.growth-route{border-radius:8px;min-height:188px;padding:16px}
.growth-route h3{font-size:22px}
.growth-route p{font-size:14px}
.growth-route-foot span,.growth-route-foot strong{font-size:13px}
.growth-foundation{margin:0 20px 20px;border-radius:8px;padding:15px 16px}
.growth-foundation>div:last-child>span{font-size:12px}
.growth-foundation strong{font-size:16px}
.growth-foundation small{font-size:12px}

.snapshot-section{background:var(--bg-subtle);border-block:1px solid var(--stroke)}
.snapshot-heading{align-items:end}
.snapshot-map{display:grid;grid-template-columns:minmax(0,1fr) 220px minmax(0,1fr);gap:14px;align-items:stretch}
.snapshot-state,.snapshot-transition{border:1px solid var(--stroke);border-radius:8px;background:var(--bg-elevated)}
.snapshot-state{padding:26px;display:flex;flex-direction:column;min-height:390px}
.snapshot-state-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}
.snapshot-step{font-size:13px;font-weight:800;color:var(--fg-3)}
.snapshot-state h3{font-size:24px;line-height:1.55;margin:0 0 10px;letter-spacing:-.3px}
.snapshot-state>p{font-size:15px;line-height:1.9;color:var(--fg-2);margin:0 0 24px}
.snapshot-bars{display:grid;gap:16px;margin-top:auto}
.snapshot-bar-row>div:first-child{display:flex;align-items:center;justify-content:space-between;direction:ltr;margin-bottom:7px}
.snapshot-bar-row strong{font-size:14px}.snapshot-bar-row span{font-size:13px;color:var(--fg-3)}
.snapshot-bar-track{height:8px;border-radius:999px;background:var(--bg-subtle);overflow:hidden;border:1px solid var(--stroke)}
.snapshot-bar-fill{display:block;height:100%;border-radius:999px}
.fill-eb{background:var(--eb)}.fill-apn{background:var(--brand)}
.snapshot-total,.snapshot-target{margin-top:22px;padding-top:16px;border-top:1px solid var(--stroke);display:flex;align-items:end;justify-content:space-between;gap:18px}
.snapshot-total span,.snapshot-target span{font-size:13px;color:var(--fg-3)}
.snapshot-total strong,.snapshot-target strong{font-size:22px;line-height:1.2}
.snapshot-transition{padding:22px 18px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:linear-gradient(180deg,var(--navy),var(--navy-2));color:#fff;border-color:transparent}
.snapshot-transition .snapshot-step{color:#93a7b9;margin-bottom:22px}
.transition-source{display:flex;align-items:center;gap:8px;direction:ltr}
.transition-source span{border:1px solid #385064;border-radius:7px;padding:6px 9px;font-size:12px;color:#d3e0e8;background:rgba(255,255,255,.03)}
.transition-source b{color:#79dddd;font-weight:500}
.transition-line{height:62px;width:1px;background:#385064;position:relative;margin:12px 0}
.transition-line i{position:absolute;bottom:-1px;left:50%;width:8px;height:8px;border-left:1px solid #79dddd;border-bottom:1px solid #79dddd;transform:translateX(-50%) rotate(-45deg)}
.snapshot-transition>strong{font-size:17px;direction:ltr}
.snapshot-transition>small{font-size:12px;color:#9fb0bd;margin-top:5px}
.snapshot-route-list{display:grid;gap:10px;margin-top:auto}
.snapshot-route-item{display:grid;grid-template-columns:74px 1fr;gap:12px;align-items:center;border:1px solid var(--stroke);border-radius:8px;padding:13px;background:var(--bg-subtle)}
.snapshot-route-item>span{font-size:13px;font-weight:800;direction:ltr;border-left:1px solid var(--stroke);padding-left:12px}
.snapshot-route-item>div{display:flex;flex-direction:column}.snapshot-route-item strong{font-size:14px}.snapshot-route-item small{font-size:12px;color:var(--fg-3);margin-top:2px}
.route-saas>span{color:var(--brand-strong)}.route-reseller>span{color:var(--eb)}

@media (max-width:1024px){
  .snapshot-map{grid-template-columns:1fr 1fr}
  .snapshot-transition{grid-column:1/-1;min-height:190px;display:grid;grid-template-columns:auto auto 90px 1fr;align-items:center;justify-content:center;column-gap:16px;text-align:right}
  .snapshot-transition .snapshot-step{margin:0}.transition-line{height:1px;width:90px;margin:0}.transition-line i{right:-1px;left:auto;bottom:50%;transform:translateY(50%) rotate(45deg)}
  .snapshot-transition>small{grid-column:4;margin:4px 0 0}
}
@media (max-width:760px){
  .hero-grid{gap:30px}.growth-card-head{padding:16px}.network-target{padding:20px 16px 16px}.growth-routes{padding:0 16px 10px}.growth-foundation{margin:0 16px 16px}
  .snapshot-map{grid-template-columns:1fr}.snapshot-state{min-height:auto;padding:20px}.snapshot-transition{grid-column:auto;min-height:220px;display:flex;text-align:center}.snapshot-transition .snapshot-step{margin-bottom:16px}.transition-line{height:54px;width:1px;margin:10px 0}.transition-line i{right:auto;left:50%;bottom:-1px;transform:translateX(-50%) rotate(-45deg)}.snapshot-transition>small{margin-top:4px}
}


/* v4 — rebuilt hero, strategic direction, and responsive navigation */
.header-actions{display:flex;align-items:center;gap:8px}
.nav-toggle{display:none;width:40px;height:40px;border:1px solid var(--stroke);background:var(--bg-elevated);border-radius:8px;align-items:center;justify-content:center;gap:4px;flex-direction:column;cursor:pointer}
.nav-toggle span{display:block;width:18px;height:1.5px;border-radius:999px;background:var(--fg);transition:transform .2s ease,opacity .2s ease}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(5.5px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-5.5px) rotate(-45deg)}
.nav-toggle:hover,.nav-toggle:focus-visible{border-color:var(--brand);outline:3px solid color-mix(in srgb,var(--brand) 16%,transparent)}
.mobile-nav{display:none;background:var(--bg);border-bottom:1px solid var(--stroke)}
.mobile-nav-inner{display:grid;padding-top:10px;padding-bottom:14px}
.mobile-nav a{display:flex;align-items:center;gap:12px;min-height:52px;padding:8px 4px;border-bottom:1px solid var(--stroke);font-size:15px;font-weight:700;color:var(--fg)}
.mobile-nav a:last-child{border-bottom:0}
.mobile-nav a span{width:28px;color:var(--fg-3);font-size:12px;font-weight:500}

.ep-hero{position:relative;overflow:hidden;background:var(--bg);border-bottom:1px solid var(--stroke)}
.ep-hero::before{content:"";position:absolute;inset:0 0 auto 0;height:5px;background:linear-gradient(90deg,var(--brand) 0 38%,color-mix(in srgb,var(--brand) 36%,transparent) 38% 58%,transparent 58%)}
.ep-hero-accent{position:absolute;width:620px;height:620px;left:-380px;top:-350px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--brand) 10%,transparent),transparent 68%);pointer-events:none}
.ep-hero-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.96fr) minmax(480px,1.04fr);gap:72px;align-items:center;min-height:650px}
.ep-kicker{display:inline-flex;align-items:center;gap:9px;margin-bottom:22px;color:var(--fg-2);font-size:13px}
.ep-kicker>span{width:8px;height:8px;border-radius:2px;background:var(--brand)}
.ep-kicker b{font-size:13px;color:var(--fg);direction:ltr}
.ep-kicker small{padding-right:9px;border-right:1px solid var(--stroke);color:var(--fg-3);direction:ltr}
.ep-hero h1{font-size:clamp(48px,5vw,72px);line-height:1.16;letter-spacing:-1.7px;margin:0;max-width:760px}
.ep-hero h1 span{color:var(--brand-strong)}
.ep-hero-lead{font-size:19px;line-height:2.05;color:var(--fg-2);max-width:760px;margin:24px 0 28px}
.ep-hero-lead strong{color:var(--fg);font-weight:800}
.ep-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}
.ep-hero-principle{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start;max-width:760px;padding-top:20px;border-top:1px solid var(--stroke)}
.ep-hero-principle>span{font-size:12px;font-weight:800;color:var(--brand-strong);background:var(--brand-soft);border:1px solid color-mix(in srgb,var(--brand) 28%,var(--stroke));border-radius:6px;padding:5px 8px;white-space:nowrap}
.ep-hero-principle p{margin:0;color:var(--fg-2);font-size:14px;line-height:1.9}

.ep-blueprint{background:var(--bg-elevated);border:1px solid var(--stroke-strong);border-radius:10px;box-shadow:0 22px 70px rgba(27,44,58,.09);overflow:hidden}
.ep-blueprint-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:22px 24px;background:var(--bg-subtle);border-bottom:1px solid var(--stroke)}
.ep-target{display:flex;flex-direction:column}
.ep-target>span{font-size:12px;color:var(--fg-3);font-weight:700}
.ep-target strong{font-size:38px;line-height:1.1;margin-top:4px;color:var(--fg);font-weight:800}
.ep-target strong small{font-size:14px;color:var(--fg-2);font-weight:600}
.ep-blueprint-label{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--fg-2)}
.ep-blueprint-label i{width:7px;height:7px;border-radius:50%;background:var(--success);box-shadow:0 0 0 4px color-mix(in srgb,var(--success) 12%,transparent)}
.ep-foundation{margin:20px 24px 0;padding:15px 16px;border:1px solid color-mix(in srgb,var(--brand) 30%,var(--stroke));background:var(--brand-soft);border-radius:8px;display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center}
.ep-foundation-icon{width:40px;height:40px;border-radius:8px;background:var(--bg-elevated);border:1px solid color-mix(in srgb,var(--brand) 25%,var(--stroke));display:flex;align-items:flex-end;justify-content:center;gap:3px;padding-bottom:9px}
.ep-foundation-icon span{width:4px;border-radius:2px 2px 0 0;background:var(--brand)}
.ep-foundation-icon span:nth-child(1){height:8px}.ep-foundation-icon span:nth-child(2){height:14px}.ep-foundation-icon span:nth-child(3){height:20px}
.ep-foundation small{display:block;font-size:11px;color:var(--fg-3)}
.ep-foundation strong{display:block;font-size:16px;line-height:1.3;direction:ltr;text-align:right;margin:2px 0}
.ep-foundation p{margin:0;font-size:12px;color:var(--fg-2);line-height:1.7}
.ep-route-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:12px;padding:12px 24px}
.ep-route{border:1px solid var(--stroke);background:var(--bg);border-radius:8px;padding:18px;min-height:230px;display:flex;flex-direction:column}
.ep-route-primary{border-color:color-mix(in srgb,var(--brand) 46%,var(--stroke));box-shadow:inset 0 3px 0 var(--brand)}
.ep-route-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
.ep-route-meta>span{font-size:11px;color:var(--fg-3);font-weight:700}
.ep-route-meta b{font-size:11px;color:var(--brand-strong);background:var(--brand-soft);border-radius:5px;padding:4px 7px}
.ep-route-meta b.neutral{color:var(--fg-2);background:var(--bg-subtle)}
.ep-route h2{font-size:28px;line-height:1.15;margin:0 0 10px;direction:ltr;text-align:right}
.ep-route p{font-size:13px;line-height:1.85;color:var(--fg-2);margin:0 0 18px}
.ep-route-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto}
.ep-route-tags span{font-size:10.5px;color:var(--fg-3);background:var(--bg-subtle);border:1px solid var(--stroke);border-radius:5px;padding:4px 7px;white-space:nowrap}
.ep-blueprint-foot{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--stroke);background:var(--bg-subtle)}
.ep-blueprint-foot>div{padding:13px 14px;border-left:1px solid var(--stroke);min-width:0}
.ep-blueprint-foot>div:last-child{border-left:0}
.ep-blueprint-foot span{display:block;font-size:11px;font-weight:800;color:var(--fg);direction:ltr;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ep-blueprint-foot small{display:block;font-size:10.5px;color:var(--fg-3);margin-top:3px}

.direction-section{background:var(--bg-subtle);border-block:1px solid var(--stroke)}
.direction-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:56px;margin-bottom:32px}
.direction-heading>div{max-width:650px}
.direction-heading h2{font-size:clamp(34px,3.5vw,48px);line-height:1.35;letter-spacing:-.8px;margin:6px 0 0}
.direction-heading>p{max-width:530px;margin:0;color:var(--fg-2);font-size:16px;line-height:1.9}
.direction-board{display:grid;grid-template-columns:minmax(0,.92fr) 168px minmax(0,1.08fr);align-items:stretch;gap:12px}
.direction-panel{background:var(--bg-elevated);border:1px solid var(--stroke);border-radius:8px;padding:26px;min-height:430px;display:flex;flex-direction:column;box-shadow:0 8px 30px rgba(27,44,58,.035)}
.direction-future{border-color:color-mix(in srgb,var(--brand) 36%,var(--stroke));box-shadow:inset 0 3px 0 var(--brand),0 8px 30px rgba(27,44,58,.035)}
.direction-panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}
.direction-panel-head>div{display:flex;align-items:center;gap:10px}
.direction-index{font-size:12px;color:var(--fg-3);font-weight:800}
.direction-panel-head small{font-size:12px;font-weight:800;color:var(--fg-2)}
.direction-badge{font-size:11px;color:var(--fg-3);border:1px solid var(--stroke);background:var(--bg-subtle);border-radius:5px;padding:4px 7px}
.direction-badge-brand{color:var(--brand-strong);border-color:color-mix(in srgb,var(--brand) 28%,var(--stroke));background:var(--brand-soft)}
.direction-panel h3{font-size:26px;line-height:1.5;margin:0 0 10px;letter-spacing:-.3px}
.direction-panel>p{font-size:14px;line-height:1.95;color:var(--fg-2);margin:0 0 22px}
.direction-total{padding:16px;border:1px solid var(--stroke);border-radius:8px;background:var(--bg-subtle);display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-top:auto}
.direction-total span{font-size:12px;color:var(--fg-3)}
.direction-total strong{font-size:26px;line-height:1;color:var(--fg)}
.direction-bars{display:grid;gap:13px;margin-top:18px}
.direction-bar-label{display:flex;align-items:center;justify-content:space-between;direction:ltr;margin-bottom:6px}
.direction-bar-label b{font-size:12px}.direction-bar-label span{font-size:11px;color:var(--fg-3)}
.direction-bar-track{height:7px;background:var(--bg-subtle);border:1px solid var(--stroke);border-radius:999px;overflow:hidden}
.direction-bar-track i{display:block;height:100%;border-radius:inherit}
.direction-bar-track .bar-eb{background:var(--eb)}.direction-bar-track .bar-apn{background:var(--brand)}
.direction-bridge{background:var(--navy);border-radius:8px;padding:22px 14px;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:430px}
.bridge-source{display:flex;align-items:center;gap:6px;direction:ltr}
.bridge-source span{min-width:45px;padding:6px 7px;border:1px solid #344658;border-radius:6px;background:rgba(255,255,255,.03);font-size:11px;color:#d7e2ea}
.bridge-source b{font-weight:500;color:#73d7d7}
.bridge-line{width:1px;height:80px;background:#344658;position:relative;margin:15px 0}
.bridge-line::after{content:"";position:absolute;left:50%;top:25%;width:5px;height:5px;border-radius:50%;background:#6fd7d7;transform:translateX(-50%);box-shadow:0 0 0 5px rgba(111,215,215,.08)}
.bridge-line i{position:absolute;left:50%;bottom:0;width:8px;height:8px;border-left:1px solid #73d7d7;border-bottom:1px solid #73d7d7;transform:translateX(-50%) rotate(-45deg)}
.bridge-result small{display:block;font-size:10.5px;color:#91a4b5;margin-bottom:5px}
.bridge-result strong{display:block;font-size:15px;line-height:1.35;direction:ltr}
.future-lanes{display:grid;gap:10px;margin-top:auto}
.future-lane{border:1px solid var(--stroke);background:var(--bg-subtle);border-radius:8px;padding:14px 15px}
.future-lane-primary{border-color:color-mix(in srgb,var(--brand) 32%,var(--stroke));background:color-mix(in srgb,var(--brand-soft) 72%,var(--bg))}
.future-lane-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:7px}
.future-lane-title span{font-size:13px;font-weight:800;direction:ltr}
.future-lane-title b{font-size:10.5px;color:var(--fg-3);font-weight:700}
.future-lane-primary .future-lane-title span,.future-lane-primary .future-lane-title b{color:var(--brand-strong)}
.future-lane>strong{display:block;font-size:14px;margin-bottom:3px}
.future-lane>small{display:block;font-size:11.5px;color:var(--fg-3);line-height:1.7}
.direction-decision{margin-top:12px;background:var(--bg-elevated);border:1px solid var(--stroke);border-radius:8px;padding:18px 20px;display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start}
.decision-mark{width:40px;height:40px;border-radius:8px;background:var(--brand-soft);color:var(--brand-strong);display:grid;place-items:center;font-size:21px;font-weight:800;direction:ltr}
.direction-decision span{display:block;font-size:11px;font-weight:800;color:var(--brand-strong);margin-bottom:3px}
.direction-decision strong{display:block;font-size:16px;margin-bottom:3px}
.direction-decision p{margin:0;color:var(--fg-2);font-size:13px;line-height:1.85}

@media (max-width:1100px){
  .ep-hero-layout{grid-template-columns:1fr;gap:42px;min-height:auto}
  .ep-hero-copy{max-width:850px}
  .ep-blueprint{width:min(100%,820px);margin-inline:auto}
  .direction-board{grid-template-columns:1fr 1fr}
  .direction-bridge{grid-column:1/-1;min-height:126px;display:grid;grid-template-columns:auto 1fr auto;gap:18px;text-align:right;padding:20px 24px}
  .bridge-line{width:auto;height:1px;margin:0;background:#344658}
  .bridge-line::after{top:50%;left:50%;transform:translate(-50%,-50%)}
  .bridge-line i{left:0;bottom:50%;transform:translateY(50%) rotate(45deg)}
}

@media (max-width:760px){
  .site-header{backdrop-filter:blur(14px)}
  .header-inner{min-height:64px;gap:12px}
  .brand{margin-left:auto;gap:9px;min-width:0}
  .brand-mark{width:34px;height:34px;border-radius:8px;font-size:12px;flex:0 0 34px}
  .brand-copy{min-width:0}
  .brand-copy strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .brand-copy small{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .desktop-nav{display:none}
  .nav-toggle{display:flex;flex:0 0 40px}
  .theme-toggle{flex:0 0 40px}
  .mobile-nav.is-open{display:block}
  .mobile-nav{position:fixed;top:64px;right:0;left:0;z-index:99;box-shadow:0 18px 36px rgba(17,27,42,.08)}
  body.nav-open{overflow:hidden}
  .ep-hero{padding:58px 0 62px}
  .ep-hero-layout{gap:34px}
  .ep-kicker{margin-bottom:16px}
  .ep-hero h1{font-size:clamp(38px,11vw,50px);line-height:1.28;letter-spacing:-1px}
  .ep-hero-lead{font-size:17px;line-height:1.95;margin:20px 0 24px}
  .ep-hero-actions{display:grid;grid-template-columns:1fr 1fr;margin-bottom:24px}
  .ep-hero-principle{grid-template-columns:1fr;gap:8px}
  .ep-hero-principle>span{justify-self:start}
  .ep-blueprint-head{padding:18px}
  .ep-target strong{font-size:32px}
  .ep-foundation{margin:16px 18px 0}
  .ep-route-grid{grid-template-columns:1fr;padding:10px 18px;gap:10px}
  .ep-route{min-height:auto;padding:16px}
  .ep-route h2{font-size:25px}
  .ep-blueprint-foot{grid-template-columns:1fr}
  .ep-blueprint-foot>div{border-left:0;border-bottom:1px solid var(--stroke);padding:11px 18px}
  .ep-blueprint-foot>div:last-child{border-bottom:0}
  .direction-heading{display:block;margin-bottom:24px}
  .direction-heading h2{font-size:32px}
  .direction-heading>p{margin-top:10px;font-size:15px;line-height:1.9}
  .direction-board{grid-template-columns:1fr;gap:10px}
  .direction-panel{min-height:auto;padding:16px}
  .direction-panel h3{font-size:23px}
  .direction-bridge{grid-column:auto;min-height:190px;display:flex;text-align:center;padding:20px}
  .bridge-line{width:1px;height:55px;margin:12px 0}
  .bridge-line::after{top:50%;left:50%;transform:translate(-50%,-50%)}
  .bridge-line i{left:50%;bottom:0;transform:translateX(-50%) rotate(-45deg)}
  .direction-decision{padding:16px;grid-template-columns:36px 1fr}
  .decision-mark{width:34px;height:34px;font-size:18px}
}

@media (max-width:480px){
  .container{width:min(calc(100% - 28px),var(--container))}
  .brand-copy small{display:none}
  .ep-hero{padding-top:48px}
  .ep-hero h1{font-size:36px}
  .ep-hero-actions{grid-template-columns:1fr}
  .ep-blueprint-head{align-items:center}
  .ep-foundation{grid-template-columns:36px 1fr;padding:13px}
  .ep-foundation-icon{width:34px;height:34px}
  .ep-foundation p{font-size:11px}
  .ep-route-grid{padding-inline:14px}
  .ep-foundation{margin-inline:14px}
  .direction-panel-head{align-items:flex-start}
  .direction-total{display:block}
  .direction-total strong{display:block;margin-top:8px;font-size:30px}
  .future-lane-title{align-items:flex-start}
  .future-lane-title b{max-width:110px;text-align:left}
}


/* v5 — stability, hero/direction redesign, mobile hardening */
html,body{max-width:100%;overflow-x:hidden}
body{overflow-wrap:break-word}
main,section,header,footer,.container{max-width:100%}
.site-header,.ep-hero,.direction-section,.panel-shell,.analytics-grid,.strategy-grid,.tooling-grid,.measure-grid,.timeline{overflow-x:clip}

@media (min-width:761px){
  .mobile-nav{display:none !important}
  .nav-toggle{display:none !important}
}

.site-header{width:100%;isolation:isolate;background:rgba(255,255,255,.92)}
html[data-theme='dark'] .site-header{background:rgba(14,20,27,.92)}
.header-inner{justify-content:space-between;flex-wrap:nowrap;gap:18px}
.brand{flex:0 1 auto;min-width:0}
.desktop-nav{flex:1 1 auto;min-width:0;justify-content:flex-start;flex-wrap:wrap}
.header-actions{flex:0 0 auto}

.mobile-nav{display:none;overflow:auto;max-height:calc(100vh - 64px)}
.mobile-nav-inner{display:grid;gap:0}
.mobile-nav a{background:var(--bg)}

.ep-hero{padding:104px 0 92px;background:
  radial-gradient(circle at 85% 18%, rgba(0,167,167,.10), transparent 0 24%),
  radial-gradient(circle at 18% 12%, rgba(73,101,127,.08), transparent 0 18%),
  linear-gradient(180deg,#f8fbfc 0%,#ffffff 68%);
  border-bottom:1px solid var(--stroke)}
html[data-theme='dark'] .ep-hero{background:
  radial-gradient(circle at 85% 18%, rgba(32,195,195,.12), transparent 0 24%),
  radial-gradient(circle at 18% 12%, rgba(131,163,191,.08), transparent 0 18%),
  linear-gradient(180deg,#101820 0%,#0e141b 68%)}
.ep-hero::after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.42;background-image:linear-gradient(rgba(21,27,35,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(21,27,35,.05) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to left,rgba(0,0,0,.5),transparent 52%)}
html[data-theme='dark'] .ep-hero::after{background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px)}
.ep-hero-layout{grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:36px;align-items:stretch;min-height:auto}
.ep-hero-copy{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;padding:36px;border:1px solid rgba(0,167,167,.16);border-radius:24px;background:rgba(255,255,255,.76);backdrop-filter:blur(12px);box-shadow:0 18px 52px rgba(26,43,56,.07)}
html[data-theme='dark'] .ep-hero-copy{background:rgba(22,33,44,.78);border-color:rgba(32,195,195,.22)}
.ep-kicker{margin-bottom:18px}
.ep-kicker>span{border-radius:999px;box-shadow:0 0 0 6px rgba(0,167,167,.12)}
.ep-hero h1{font-size:clamp(50px,5vw,76px);line-height:1.12;margin-bottom:0}
.ep-hero h1 span{display:inline-block;position:relative}
.ep-hero h1 span::after{content:"";position:absolute;right:0;left:0;bottom:6px;height:10px;border-radius:999px;background:rgba(0,167,167,.12);z-index:-1}
.ep-hero-lead{font-size:19px;line-height:2.02;margin:22px 0 28px}
.ep-hero-actions{margin-bottom:24px}
.ep-hero-principle{padding:18px 0 0;border-top:1px solid rgba(0,0,0,.08)}
html[data-theme='dark'] .ep-hero-principle{border-top-color:rgba(255,255,255,.09)}
.ep-blueprint{position:relative;z-index:1;border-radius:24px;border:1px solid rgba(0,0,0,.08);background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(247,250,251,.98));box-shadow:0 26px 72px rgba(18,34,45,.12)}
html[data-theme='dark'] .ep-blueprint{background:linear-gradient(180deg,rgba(22,33,44,.98),rgba(16,24,32,.98));border-color:rgba(255,255,255,.08)}
.ep-blueprint-head{padding:24px 24px 18px;background:transparent}
.ep-foundation{margin:0 24px 4px}
.ep-route-grid{padding:16px 24px 24px;gap:14px}
.ep-route{border-radius:18px;padding:22px;background:#fff;box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}
html[data-theme='dark'] .ep-route{background:rgba(9,16,24,.55);box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)}
.ep-route-primary{background:linear-gradient(180deg,rgba(231,248,248,.98),rgba(255,255,255,1))}
html[data-theme='dark'] .ep-route-primary{background:linear-gradient(180deg,rgba(20,53,54,.95),rgba(22,33,44,.98))}
.ep-route h2{font-size:30px}
.ep-blueprint-foot{background:transparent}
.ep-blueprint-foot>div{padding:16px 18px}

.direction-section{padding:92px 0;background:
 linear-gradient(180deg,#f6f9fb 0%,#ffffff 48%,#f8fbfc 100%)}
html[data-theme='dark'] .direction-section{background:linear-gradient(180deg,#0f1821 0%,#0e141b 45%,#101820 100%)}
.direction-heading{margin-bottom:34px}
.direction-heading h2{font-size:clamp(36px,3.6vw,52px)}
.direction-board{grid-template-columns:minmax(0,1fr) 150px minmax(0,1fr);gap:18px}
.direction-panel{min-height:470px;padding:30px;border-radius:24px;border:1px solid rgba(0,0,0,.08);box-shadow:0 22px 58px rgba(22,39,51,.07);background:rgba(255,255,255,.92)}
html[data-theme='dark'] .direction-panel{background:rgba(22,33,44,.92);border-color:rgba(255,255,255,.08)}
.direction-future{border-color:rgba(0,167,167,.28);box-shadow:inset 0 4px 0 var(--brand),0 22px 58px rgba(22,39,51,.07)}
.direction-panel h3{font-size:28px;line-height:1.45}
.direction-total{margin-top:8px;border-radius:16px;padding:18px 20px}
.direction-total strong{font-size:30px}
.direction-bars{gap:15px;margin-top:22px}
.direction-bar-track{height:10px;border:none;background:#ebf0f3}
html[data-theme='dark'] .direction-bar-track{background:#213141}
.direction-bar-track i{box-shadow:0 10px 18px rgba(0,0,0,.06)}
.direction-bridge{min-height:470px;border-radius:24px;padding:28px 16px;background:linear-gradient(180deg,#152130,#101822);box-shadow:0 26px 72px rgba(17,27,42,.22)}
.direction-bridge .bridge-source span{background:rgba(255,255,255,.04)}
.future-lanes{gap:12px}
.future-lane{border-radius:16px;padding:16px 16px 15px}
.direction-decision{margin-top:18px;border-radius:20px;padding:20px 22px;box-shadow:0 14px 40px rgba(22,39,51,.06)}

.bar-chart,.chart-card,.donut-card,.progress-card,.timeline-card,.measure-card,.strategy-card,.tool-item,.panel-shell,.portfolio-rule,.insight-strip{max-width:100%}
.chart-group,.chart-bars,.chart-label,.legend,.donut-wrap,.platform-pill,.panel-tabs,.panel-modules,.module-icon{min-width:0}

@media (max-width:1100px){
  .ep-hero-layout{grid-template-columns:1fr;gap:28px}
  .ep-blueprint{width:min(100%,860px);margin-inline:auto}
  .direction-board{grid-template-columns:1fr}
  .direction-bridge{min-height:190px;display:flex;grid-column:auto}
}

@media (max-width:760px){
  .site-header{background:rgba(255,255,255,.97)}
  html[data-theme='dark'] .site-header{background:rgba(14,20,27,.97)}
  .header-inner{min-height:64px;gap:10px}
  .brand{max-width:calc(100% - 96px)}
  .brand-copy strong{font-size:13px}
  .brand-copy small{display:none}
  .desktop-nav{display:none !important}
  .nav-toggle{display:flex !important}
  .mobile-nav{position:fixed;top:64px;right:0;left:0;z-index:99;border-top:1px solid var(--stroke);box-shadow:0 22px 48px rgba(17,27,42,.12)}
  body.nav-open{overflow:hidden}

  .ep-hero{padding:78px 0 66px}
  .ep-hero-layout{grid-template-columns:1fr;gap:22px}
  .ep-hero-copy{padding:24px 20px;border-radius:20px}
  .ep-hero h1{font-size:clamp(38px,11vw,52px);line-height:1.22}
  .ep-hero h1 span::after{height:8px;bottom:4px}
  .ep-hero-lead{font-size:16px;line-height:1.95;margin:18px 0 22px}
  .ep-hero-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .button{width:100%}
  .ep-hero-principle{grid-template-columns:1fr;gap:8px}
  .ep-hero-principle>span{justify-self:start}
  .ep-blueprint{border-radius:20px}
  .ep-blueprint-head{padding:18px}
  .ep-target strong{font-size:32px}
  .ep-foundation{margin:0 18px 6px;padding:14px}
  .ep-route-grid{grid-template-columns:1fr;padding:12px 18px 18px}
  .ep-route{padding:18px;border-radius:16px}
  .ep-route h2{font-size:26px}
  .ep-blueprint-foot{grid-template-columns:1fr}
  .ep-blueprint-foot>div{border-left:0;border-bottom:1px solid var(--stroke)}
  .ep-blueprint-foot>div:last-child{border-bottom:0}

  .direction-section{padding:72px 0}
  .direction-heading{display:block;margin-bottom:24px}
  .direction-heading>p{margin-top:12px;font-size:15px}
  .direction-board{grid-template-columns:1fr;gap:14px}
  .direction-panel{min-height:auto;padding:22px;border-radius:20px}
  .direction-panel h3{font-size:24px}
  .direction-total{display:block}
  .direction-total strong{display:block;margin-top:8px;font-size:28px}
  .direction-bridge{min-height:180px;border-radius:20px;padding:22px}
  .bridge-line{width:1px;height:54px;margin:12px 0}
  .bridge-line i{left:50%;bottom:0;transform:translateX(-50%) rotate(-45deg)}
  .direction-decision{grid-template-columns:36px 1fr;padding:18px}

  .hero-grid,.growth-routes,.analytics-grid,.analytics-side,.merge-grid,.strategy-grid,.tooling-grid,.kpi-grid,.measure-grid,.panel-modules,.timeline{grid-template-columns:1fr !important}
  .section-heading,.platform-hero,.closing-card,.progress-head,.card-head{max-width:100%}
  .bar-chart{overflow-x:auto;padding-bottom:6px}
  .timeline-item{min-width:0}
}

@media (max-width:480px){
  .container{width:min(calc(100% - 24px),var(--container))}
  .brand-mark{width:32px;height:32px;flex:0 0 32px}
  .theme-toggle,.nav-toggle{width:38px;height:38px;flex:0 0 38px}
  .ep-hero{padding-top:70px}
  .ep-hero-copy{padding:20px 16px}
  .ep-kicker{font-size:12px;gap:8px}
  .ep-hero h1{font-size:34px}
  .ep-foundation{margin-inline:14px;grid-template-columns:34px 1fr}
  .ep-foundation-icon{width:34px;height:34px}
  .ep-route-grid{padding-inline:14px}
  .direction-panel{padding:18px}
  .direction-panel-head{align-items:flex-start}
  .direction-heading h2{font-size:30px}
  .section-heading h2,.merge-copy h2,.tooling-copy h2,.platform-hero h2,.closing h2{font-size:28px}
}
