/* My K-Med service-first health check-up navigator */
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0}
a{text-decoration:none;color:inherit}
:root{
  --ink:#142033;
  --muted:#5E6B78;
  --line:#DDE5EC;
  --surface:#FFFFFF;
  --surface-soft:#F3F7FA;
  --sky:#DCEFFC;
  --sky-strong:#B9DDF5;
  --mint:#DDF4EA;
  --amber:#FFF1CC;
  --rose:#FBE7E4;
  --shadow:0 22px 64px rgba(15,36,64,.12);
}

body{color:var(--ink);background:var(--surface)}
:focus-visible{outline:3px solid #0B5F8F;outline-offset:3px}
.section-dark :focus-visible,.service-hero :focus-visible{outline-color:#FFFFFF;box-shadow:0 0 0 5px rgba(11,95,143,.9)}
.nav-brand-group{display:flex;align-items:center;gap:.55rem}
.footer-contact-btn{padding:0;background:transparent;font:inherit;cursor:pointer}
.nav-product{padding-left:.65rem;border-left:1px solid var(--line);color:var(--navy);font-size:13px;font-weight:800;letter-spacing:-.2px}
html[dir="rtl"] .nav-product{padding-left:0;padding-right:.65rem;border-left:0;border-right:1px solid var(--line)}
.view-panel[hidden]{display:none!important}
.view-panel.active{animation:view-in .28s ease both}
.view-panel h1[tabindex="-1"]:focus,.view-panel h2[tabindex="-1"]:focus{outline:none}
@keyframes view-in{from{opacity:.2;transform:translateY(8px)}to{opacity:1;transform:none}}
.category-switch{position:relative;display:flex;align-items:center}
.category-trigger{display:none;min-height:44px;align-items:center;gap:5px;padding:0 .7rem;border:0;background:transparent;color:var(--gray-600);font:inherit;font-size:13px;font-weight:700;cursor:pointer}
.category-trigger svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s}
.category-switch.open .category-trigger svg{transform:rotate(180deg)}
.category-menu{display:flex;align-items:center;gap:1.1rem}
.category-link{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:0;background:transparent;color:var(--gray-600);box-shadow:none;font:inherit;font-size:13px;font-weight:600;white-space:nowrap;cursor:pointer;transition:color .18s}
.category-link:hover,.category-link:active{background:transparent;color:var(--navy);box-shadow:none}
.category-link.active,.category-link[aria-current="page"]{background:transparent;color:var(--navy);box-shadow:none}
.category-mobile-only{display:none}
.wrap{max-width:1160px;margin:0 auto;padding:0 1.5rem}
.section{padding:5.5rem 0}
.section-soft{background:var(--surface-soft)}
.section-dark{background:var(--navy-deep);color:#fff}
.section-head{max-width:760px;margin:0 auto 2.6rem;text-align:center}
.eyebrow{display:block;margin-bottom:.75rem;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:3px;text-transform:uppercase}
.section-dark .eyebrow{color:#8FC9F1}
.section-head h2{color:var(--navy);font-size:clamp(1.8rem,4vw,2.65rem);line-height:1.18;letter-spacing:-1px}
.section-dark .section-head h2{color:#fff}
.section-head p{margin-top:1rem;color:var(--muted);font-size:16px;line-height:1.8}
.section-dark .section-head p{color:rgba(255,255,255,.72)}

/* Hero */
.service-hero{min-height:650px;padding:6.8rem 0 4rem;display:block;overflow:hidden}
.service-hero .hero-art{right:2%;width:38%;max-width:500px;min-width:280px;transform:none}
html[dir="rtl"] .service-hero .hero-art{left:2%;right:auto;transform:none}
.service-hero::before{background:radial-gradient(620px 360px at 84% 28%,rgba(101,184,232,.18),transparent 70%),radial-gradient(520px 360px at 12% 92%,rgba(201,162,39,.12),transparent 72%)}
.hero-layout{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.82fr);align-items:center;gap:4rem}
.hero-copy{max-width:700px}
.service-hero .hero-emblem{width:82px;height:82px;margin:0 0 1rem;box-shadow:0 12px 38px rgba(0,0,0,.32)}
.service-hero .badge{display:block;margin:0 0 1rem;color:#9DD4F7;letter-spacing:2.6px}
.service-hero h1{max-width:720px;color:#fff;font-size:clamp(2.35rem,4.25vw,3.7rem);line-height:1.05;letter-spacing:-1.8px;text-align:left}
.service-hero .hero-sub{max-width:690px;margin:1.15rem 0 0;color:rgba(255,255,255,.84);font-size:clamp(.98rem,1.45vw,1.08rem);line-height:1.68;text-align:left}
.cta-row{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.65rem}
.btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:.78rem 1.25rem;border:1px solid transparent;border-radius:999px;font:inherit;font-size:13px;font-weight:800;line-height:1.2;cursor:pointer;transition:transform .2s,background .2s,box-shadow .2s}
.btn-p{background:#fff;color:var(--navy);box-shadow:0 8px 22px rgba(0,0,0,.12)}
.btn-p:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(0,0,0,.2)}
.service-hero .cta-row{justify-content:flex-start;margin-top:2rem}
.btn-secondary{border:1px solid rgba(255,255,255,.5);color:#fff;background:rgba(255,255,255,.06)}
.btn-secondary:hover{background:rgba(255,255,255,.13);transform:translateY(-2px)}
.service-hero .boundary{max-width:720px;margin:1.75rem 0 0;padding:.9rem 1rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.22);border-left:3px solid #8FC9F1;border-radius:10px;box-shadow:none;color:rgba(255,255,255,.85)!important;font-size:12.5px!important;line-height:1.7;text-align:left}
html[dir="rtl"] .service-hero h1,html[dir="rtl"] .service-hero .hero-sub,html[dir="rtl"] .service-hero .boundary{text-align:right}
html[dir="rtl"] .service-hero .boundary{border-left:1px solid rgba(255,255,255,.22);border-right:3px solid #8FC9F1}

.hero-preview{position:relative;border:1px solid rgba(255,255,255,.2);border-radius:26px;padding:1.15rem;background:rgba(255,255,255,.09);backdrop-filter:blur(18px);box-shadow:0 28px 90px rgba(0,0,0,.3)}
.hero-preview::after{content:'';position:absolute;inset:10px -12px -12px 12px;border:1px solid rgba(143,201,241,.2);border-radius:26px;z-index:-1}
.preview-window{overflow:hidden;border-radius:18px;background:#fff;color:var(--ink)}
.preview-head{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.1rem;border-bottom:1px solid var(--line)}
.preview-brand{display:flex;align-items:center;gap:.65rem;font-size:13px;font-weight:800;color:var(--navy)}
.preview-brand img{width:34px;height:34px;border-radius:50%}
.preview-state{display:inline-flex;align-items:center;gap:.4rem;padding:5px 9px;border-radius:999px;background:var(--mint);color:#126B4E;font-size:9px;font-weight:800;letter-spacing:1px}
.preview-state::before{content:'';width:6px;height:6px;border-radius:50%;background:currentColor}
.preview-body{padding:1.25rem}
.preview-label{color:var(--blue);font-size:9px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}
.preview-title{margin:.35rem 0 1rem;color:var(--navy);font-size:19px;line-height:1.3}
.preview-row{display:grid;grid-template-columns:118px 1fr;gap:.75rem;padding:.8rem 0;border-top:1px solid var(--line);font-size:11.5px;line-height:1.55}
.preview-row strong{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.6px}
.preview-row span{color:var(--ink)}
.preview-note{margin-top:1rem;padding:.85rem;border-radius:12px;background:var(--surface-soft);color:var(--muted);font-size:10.5px;line-height:1.55}

/* Trust rail and jump navigation */
.trust-rail{position:relative;z-index:3;margin-top:-1.7rem}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 18px 50px rgba(15,36,64,.1)}
.trust-item{display:flex;align-items:center;gap:.75rem;min-height:78px;padding:1rem 1.15rem;border-right:1px solid var(--line);color:var(--navy);font-size:12.5px;font-weight:700;line-height:1.45}
.trust-item:last-child{border-right:0}
.trust-check{flex:0 0 27px;width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:var(--sky);color:var(--blue);font-size:14px;font-weight:900}
html[dir="rtl"] .trust-item{border-right:0;border-left:1px solid var(--line)}
html[dir="rtl"] .trust-item:last-child{border-left:0}
.jump-nav{padding:2.5rem 0 0;background:#fff}
.jump-list{display:flex;justify-content:center;gap:.55rem;overflow-x:auto;padding:0 1.5rem .6rem;scrollbar-width:none}
.jump-list::-webkit-scrollbar{display:none}
.jump-list a{flex:0 0 auto;min-height:44px;display:inline-flex;align-items:center;padding:.65rem 1rem;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:12.5px;font-weight:700;background:#fff;transition:.2s}
.jump-list a:hover{border-color:var(--blue);color:var(--blue);background:#F7FBFE}

/* Service-first pilot layer */
.service-head-left{max-width:820px;margin-left:0;text-align:left}
html[dir="rtl"] .service-head-left{margin-left:auto;margin-right:0;text-align:right}
.service-hero .role-line{font-size:12px!important}
.preview-state-review{background:var(--amber);color:#775612}
.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.value-card{position:relative;min-height:285px;padding:1.55rem;border:1px solid var(--line);border-radius:22px;background:#fff;overflow:hidden;transition:transform .2s,box-shadow .2s,border-color .2s}
.value-card::after{content:'';position:absolute;right:-42px;bottom:-54px;width:140px;height:140px;border-radius:50%;background:var(--surface-soft)}
.value-card:hover{transform:translateY(-4px);border-color:#BED6E7;box-shadow:0 18px 45px rgba(15,36,64,.09)}
.value-number{position:relative;z-index:1;width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:var(--navy);color:#fff;font-size:11px;font-weight:900;letter-spacing:1px}
.value-card h3{position:relative;z-index:1;margin:1.25rem 0 .65rem;color:var(--navy);font-size:17px;line-height:1.35}
.value-card p{position:relative;z-index:1;color:var(--muted);font-size:13px;line-height:1.75}

.role-flow{display:grid;grid-template-columns:1fr 36px 1fr 36px 1fr;align-items:stretch;gap:.35rem}
.role-card{min-height:245px;padding:1.45rem;border:1px solid var(--line);border-radius:21px;background:#fff}
.role-card.role-mykmed{border-color:#AFCFE5;background:linear-gradient(145deg,#F8FCFF,#EBF6FC)}
.role-step{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--sky);color:var(--blue);font-size:10px;font-weight:900;letter-spacing:1px}
.role-card h3{margin:1.1rem 0 .55rem;color:var(--navy);font-size:16px;line-height:1.4}
.role-card p{color:var(--muted);font-size:12.5px;line-height:1.75}
.role-arrow{display:grid;place-items:center;color:#82AFCB;font-size:24px;font-weight:300}
html[dir="rtl"] .role-arrow{transform:scaleX(-1)}
.customer-role{max-width:900px;display:grid;grid-template-columns:150px 1fr;gap:1.2rem;align-items:center;margin:1rem auto 0;padding:1rem 1.25rem;border:1px solid #C8DCEB;border-radius:16px;background:var(--navy);color:#fff}
.customer-role span{font-size:10px;font-weight:900;letter-spacing:1.6px;text-transform:uppercase}
.customer-role p{color:rgba(255,255,255,.78);font-size:12.5px;line-height:1.7}

.network-teaser{padding-top:6rem}
.network-teaser-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.75fr);gap:4rem;align-items:center}
.network-teaser h2{max-width:700px;color:var(--navy);font-size:clamp(2rem,4vw,3rem);line-height:1.12;letter-spacing:-1.2px}
.network-teaser p{max-width:700px;margin-top:1.1rem;color:var(--muted);font-size:15px;line-height:1.8}
.teaser-actions{margin-top:1.6rem}
.network-teaser .btn-p,.network-final-card .btn-p{background:var(--navy);color:#fff;box-shadow:none}
.network-teaser .btn-p:hover,.network-final-card .btn-p:hover{background:#193A62}
.btn-outline-dark{border-color:#AFC0CE;background:#fff;color:var(--navy)}
.btn-outline-dark:hover{border-color:var(--navy);background:#F5F8FA;transform:translateY(-2px)}
.gate-card{overflow:hidden;border-radius:24px;background:var(--navy-deep);color:#fff;box-shadow:0 28px 70px rgba(15,36,64,.2)}
.gate-status{display:flex;align-items:center;gap:.65rem;padding:1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.12);color:#9DD4F7;font-size:9px;letter-spacing:1.4px}
.gate-status span{width:8px;height:8px;border-radius:50%;background:#F2C94C;box-shadow:0 0 0 5px rgba(242,201,76,.12)}
.gate-metric{display:flex;align-items:end;gap:.9rem;padding:1.5rem 1.25rem}
.gate-metric strong{font-size:54px;line-height:.8;font-weight:300}
.gate-metric span{max-width:180px;color:rgba(255,255,255,.78);font-size:11.5px;line-height:1.45}
.gate-card ul{list-style:none;border-top:1px solid rgba(255,255,255,.12)}
.gate-card li{display:grid;grid-template-columns:38px 1fr;align-items:center;gap:.75rem;padding:.9rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.1)}
.gate-card li:last-child{border-bottom:0}
.gate-card li span{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:rgba(255,255,255,.09);color:#9DD4F7;font-size:9px;font-weight:900}
.gate-card li b{color:rgba(255,255,255,.82);font-size:11.5px;line-height:1.45}

.pilot-interest-section{padding-top:1rem}
.pilot-interest-card{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center;padding:2.6rem 3rem;border-radius:26px;background:linear-gradient(125deg,var(--navy-deep),#173D67);box-shadow:0 24px 60px rgba(15,36,64,.18)}
.pilot-interest-card .eyebrow{color:#9DD4F7}
.pilot-interest-card h2{max-width:760px;color:#fff;font-size:clamp(1.8rem,3.5vw,2.55rem);line-height:1.16;letter-spacing:-.8px}
.pilot-interest-card p{max-width:800px;margin-top:.8rem;color:rgba(255,255,255,.75);font-size:13.5px;line-height:1.75}
.pilot-interest-card .pilot-warning{padding-left:1rem;border-left:2px solid #F2C94C;color:rgba(255,255,255,.86);font-size:11.5px}
html[dir="rtl"] .pilot-interest-card .pilot-warning{padding-left:0;padding-right:1rem;border-left:0;border-right:2px solid #F2C94C}
.btn-light{min-width:190px;border-color:#fff;background:#fff;color:var(--navy)}
.btn-light:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(0,0,0,.18)}

/* Pilot network view */
.network-hero{padding:9rem 0 6rem;background:radial-gradient(600px 350px at 85% 10%,rgba(105,185,231,.22),transparent 72%),linear-gradient(180deg,#F7FBFE,#FFFFFF)}
html[dir="rtl"] .network-hero{background:radial-gradient(600px 350px at 15% 10%,rgba(105,185,231,.22),transparent 72%),linear-gradient(180deg,#F7FBFE,#FFFFFF)}
.network-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.75fr);gap:4rem;align-items:center}
.status-banner{display:inline-flex;align-items:center;gap:.65rem;padding:.55rem .8rem;border:1px solid #E3C56C;border-radius:999px;background:#FFF9E8;color:#73550C;font-size:9.5px;font-weight:900;letter-spacing:1.3px}
.status-banner i{width:7px;height:7px;border-radius:50%;background:#D6A916;box-shadow:0 0 0 4px rgba(214,169,22,.13)}
.network-hero h1{max-width:750px;margin-top:1.2rem;color:var(--navy);font-size:clamp(2.4rem,5vw,4.2rem);line-height:1.02;letter-spacing:-2px}
.network-lead{max-width:740px;margin-top:1.25rem;color:var(--gray-700);font-size:16px;line-height:1.8}
.network-limitation{max-width:740px;margin-top:1.15rem;padding:1rem 1.15rem;border-left:3px solid var(--blue);border-radius:9px;background:#EEF6FB;color:var(--muted);font-size:12px;line-height:1.7}
html[dir="rtl"] .network-limitation{border-left:0;border-right:3px solid var(--blue)}
.route-template{overflow:hidden;border:1px solid #C9DCE9;border-radius:24px;background:#fff;box-shadow:0 26px 70px rgba(15,36,64,.14)}
.route-template-head{display:flex;justify-content:space-between;gap:.8rem;padding:.9rem 1rem;border-bottom:1px solid var(--line);background:#F7FAFC;font-size:8.5px;font-weight:900;letter-spacing:.9px}
.route-template-head span{color:var(--blue)}
.route-template-head b{color:#8A6412}
.route-name-block{padding:1.35rem 1.2rem;background:var(--navy);color:#fff}
.route-name-block small{display:block;color:#9DD4F7;font-size:8px;font-weight:900;letter-spacing:1.4px}
.route-name-block strong{display:block;margin-top:.45rem;font-size:17px;line-height:1.4}
.route-fields{margin:0}
.route-fields div{display:grid;grid-template-columns:130px 1fr;gap:.75rem;padding:.85rem 1.2rem;border-bottom:1px solid var(--line)}
.route-fields dt{color:var(--muted);font-size:9px;font-weight:900;letter-spacing:.6px;text-transform:uppercase}
.route-fields dd{margin:0;color:var(--ink);font-size:11.5px;line-height:1.5}
.gateway-disabled{width:calc(100% - 2.4rem);min-height:46px;margin:1rem 1.2rem .5rem;padding:.75rem 1rem;border:1px solid #CAD5DD;border-radius:999px;background:#E9EEF2;color:#78838D;font:inherit;font-size:11.5px;font-weight:800;cursor:not-allowed}
.route-template>p{padding:0 1.2rem 1.2rem;color:var(--muted);font-size:9.5px;line-height:1.55;text-align:center}

.criteria-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.criteria-card{min-height:245px;padding:1.4rem;border:1px solid var(--line);border-radius:20px;background:#fff}
.criteria-card>span{display:inline-flex;color:#8EBBD8;font-size:28px;font-weight:300;line-height:1}
.criteria-card h3{margin:1.25rem 0 .55rem;color:var(--navy);font-size:16px;line-height:1.4}
.criteria-card p{color:var(--muted);font-size:12.5px;line-height:1.75}

.handoff-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(350px,.75fr);gap:4rem;align-items:center}
.handoff-copy h2{max-width:700px;color:var(--navy);font-size:clamp(2rem,4vw,3rem);line-height:1.12;letter-spacing:-1px}
.handoff-copy>p{max-width:700px;margin-top:1rem;color:var(--muted);font-size:14.5px;line-height:1.8}
.handoff-list{list-style:none;display:grid;gap:.7rem;margin-top:1.45rem}
.handoff-list li{display:grid;grid-template-columns:28px 1fr;gap:.7rem;align-items:start;color:var(--ink)}
.handoff-list li span{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:var(--mint);color:#126B4E;font-size:11px;font-weight:900}
.handoff-list li b{padding-top:.2rem;font-size:12.5px;line-height:1.6}
.handoff-preview{padding:1.5rem;border:1px solid var(--line);border-radius:24px;background:var(--navy-deep);color:#fff;box-shadow:0 26px 65px rgba(15,36,64,.19)}
.handoff-preview-tag{color:#9DD4F7;font-size:8.5px;font-weight:900;letter-spacing:1.3px}
.handoff-preview h3{margin:.75rem 0 .55rem;font-size:22px;line-height:1.25}
.handoff-preview>p{color:rgba(255,255,255,.78);font-size:11.5px;line-height:1.65}
.handoff-fact{display:grid;grid-template-columns:135px 1fr;gap:.75rem;padding:.8rem 0;border-top:1px solid rgba(255,255,255,.13)}
.handoff-fact:first-of-type{margin-top:1rem}
.handoff-fact span{color:rgba(255,255,255,.74);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.5px}
.handoff-fact strong{font-size:11px;line-height:1.5}
.gateway-disabled-dark{width:100%;margin:1rem 0 0;border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.1);color:rgba(255,255,255,.48)}

.activation-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:4rem;align-items:start}
.activation-section h2{color:#fff;font-size:clamp(2rem,4vw,3rem);line-height:1.12;letter-spacing:-1px}
.activation-section p{max-width:520px;margin-top:1rem;color:rgba(255,255,255,.78);font-size:13.5px;line-height:1.75}
.activation-list{list-style:none;display:grid;border-top:1px solid rgba(255,255,255,.16)}
.activation-list li{display:grid;grid-template-columns:42px 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.16)}
.activation-list li>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.08);color:#9DD4F7;font-size:9px;font-weight:900}
.activation-list strong{display:block;color:#fff;font-size:13px;line-height:1.45}
.activation-list small{display:block;margin-top:.25rem;color:rgba(255,255,255,.74);font-size:10.5px;line-height:1.5}

.network-final-card{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center;padding:2.2rem;border:1px solid #C8DCEB;border-radius:24px;background:#F5FAFD}
.network-final-card h2{max-width:740px;color:var(--navy);font-size:clamp(1.7rem,3vw,2.35rem);line-height:1.18}
.network-final-card p{max-width:740px;margin-top:.7rem;color:var(--muted);font-size:12.5px;line-height:1.7}
.network-final-actions{display:grid;gap:.65rem;min-width:230px}

/* Research workbench */
.research-shell{border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:var(--shadow);overflow:hidden}
.research-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-bottom:1px solid var(--line);background:#F9FBFC}
.research-tab{min-height:74px;padding:1rem 1.15rem;border:0;border-right:1px solid var(--line);background:transparent;color:var(--muted);font:inherit;font-size:13.5px;font-weight:700;cursor:pointer;transition:.2s}
.research-tab:last-child{border-right:0}
.research-tab:hover{background:#F1F7FB;color:var(--navy)}
.research-tab[aria-selected="true"]{background:#fff;color:var(--navy);box-shadow:inset 0 -3px 0 var(--blue)}
html[dir="rtl"] .research-tab{border-right:0;border-left:1px solid var(--line)}
html[dir="rtl"] .research-tab:last-child{border-left:0}
.research-panel{padding:2.5rem}
.research-panel[hidden]{display:none!important}
.panel-kicker{display:inline-flex;padding:5px 9px;border-radius:999px;background:var(--sky);color:var(--blue);font-size:10px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase}
.panel-title{margin:.8rem 0 .65rem;color:var(--navy);font-size:clamp(1.45rem,3vw,2rem);line-height:1.25}
.panel-lead{max-width:820px;color:var(--muted);font-size:15px;line-height:1.75}
.research-columns{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:1.8rem}
.research-card{border:1px solid var(--line);border-radius:18px;padding:1.35rem;background:var(--surface-soft)}
.research-card.ask{background:#F8FBFE;border-color:#CFE0ED}
.research-card h4{display:flex;align-items:center;gap:.55rem;margin-bottom:.85rem;color:var(--navy);font-size:14px}
.research-card h4 span{width:25px;height:25px;display:grid;place-items:center;border-radius:8px;background:#fff;color:var(--blue);box-shadow:0 3px 10px rgba(15,36,64,.08)}
.research-card ul{list-style:none;display:grid;gap:.7rem}
.research-card li{position:relative;padding-left:1.15rem;color:var(--muted);font-size:13px;line-height:1.65}
.research-card li::before{content:'';position:absolute;left:0;top:.65em;width:6px;height:6px;border-radius:50%;background:var(--blue)}
html[dir="rtl"] .research-card li{padding-left:0;padding-right:1.15rem}
html[dir="rtl"] .research-card li::before{left:auto;right:0}
.journey-map{margin-top:1.65rem;padding:1.35rem;border:1px solid #D8E5EF;border-radius:20px;background:linear-gradient(180deg,#FBFDFE 0%,#F4F9FC 100%)}
.journey-head{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:1.5rem;align-items:end}
.journey-kicker{grid-column:1/-1;color:var(--blue);font-size:9px;font-weight:900;letter-spacing:1.5px}
.journey-head h4{margin:.45rem 0 0;color:var(--navy);font-size:18px;line-height:1.35}
.journey-head p{max-width:430px;margin:0;color:var(--muted);font-size:11.5px;line-height:1.55;text-align:end}
.journey-track-wrap{margin-top:1.25rem}
.journey-track{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.55rem}
.journey-track::before{content:'';position:absolute;z-index:0;top:25px;inset-inline:8%;height:2px;background:linear-gradient(90deg,#BFD4E5,#7EB7DA,#BFD4E5)}
html[dir="rtl"] .journey-track::before{background:linear-gradient(270deg,#BFD4E5,#7EB7DA,#BFD4E5)}
.journey-stop{position:relative;z-index:1;min-width:0;min-height:112px;display:flex;align-items:center;flex-direction:column;padding:0 .45rem .75rem;border:1px solid transparent;border-radius:14px;background:transparent;color:var(--muted);font:inherit;text-align:center;cursor:pointer;transition:border-color .18s,color .18s,background-color .18s}
.journey-stop:hover{color:var(--navy);border-color:#D8E5EF;background:rgba(255,255,255,.78)}
.journey-stop[aria-selected="true"]{color:var(--navy);border-color:#BFD4E5;background:#fff}
.journey-number{width:52px;height:52px;display:grid;place-items:center;border:2px solid #BFD4E5;border-radius:50%;background:#fff;color:var(--blue);font-size:12px;font-weight:900;box-shadow:0 5px 15px rgba(15,36,64,.08);transition:.18s}
.journey-stop[aria-selected="true"] .journey-number{border-color:var(--navy);background:var(--navy);color:#fff;box-shadow:0 7px 18px rgba(15,36,64,.2)}
.journey-stop small{display:block;margin-top:.55rem;color:var(--blue);font-size:8px;font-weight:900;line-height:1.25;letter-spacing:.75px}
.journey-stop strong{display:block;margin-top:.25rem;font-size:11.5px;line-height:1.35}
.journey-panels{margin-top:.8rem}
.journey-panel{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(220px,.55fr);border:1px solid #C9DCE9;border-radius:16px;background:#fff;overflow:hidden}
.journey-panel[hidden]{display:none!important}
.journey-copy{padding:1.15rem 1.25rem}
.journey-copy>span,.journey-owner>span{display:block;color:var(--blue);font-size:8.5px;font-weight:900;letter-spacing:1px}
.journey-copy h5{margin:.45rem 0 .35rem;color:var(--navy);font-size:15px;line-height:1.4}
.journey-copy p{color:var(--muted);font-size:12px;line-height:1.65}
.journey-owner{display:flex;justify-content:center;flex-direction:column;padding:1rem 1.15rem;background:var(--navy);color:#fff}
.journey-owner>span{color:#9DD4F7}
.journey-owner strong{display:block;margin-top:.45rem;font-size:11.5px;line-height:1.55}
.journey-boundary{margin:.8rem .15rem 0;color:var(--muted);font-size:10.5px;line-height:1.6}
.case-note{margin-top:1.2rem;padding:1rem 1.1rem;border-radius:14px;background:var(--amber);color:#5B4714;font-size:12.5px;line-height:1.7}
.panel-actions{display:flex;align-items:center;gap:1rem;margin-top:1.3rem;flex-wrap:wrap}
.copy-btn{min-height:44px;padding:.7rem 1rem;border:1px solid var(--navy);border-radius:999px;background:var(--navy);color:#fff;font:inherit;font-size:12.5px;font-weight:800;cursor:pointer}
.copy-btn-secondary{background:#fff;color:var(--navy)}
.local-note{color:var(--muted);font-size:11.5px}
.research-toolkit{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem;margin-top:1.15rem}
.research-toolkit a,.research-toolkit button{min-height:62px;display:flex;align-items:center;gap:.8rem;padding:.8rem 1rem;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--gray-500);font:inherit;text-align:start;cursor:pointer;transition:border-color .18s,color .18s}
.research-toolkit a:hover,.research-toolkit button:hover{border-color:#B8CAD9;color:var(--navy)}
.research-toolkit span{color:var(--blue);font-size:10px;font-weight:800;letter-spacing:1px}
.research-toolkit strong{font-size:13px;font-weight:700}

/* Method */
.method-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.method-card{position:relative;min-height:230px;padding:1.5rem;border:1px solid var(--line);border-radius:20px;background:#fff}
.method-number{width:42px;height:42px;display:grid;place-items:center;margin-bottom:1.15rem;border-radius:13px;background:var(--navy);color:#fff;font-size:15px;font-weight:900}
.method-card h3{margin-bottom:.55rem;color:var(--navy);font-size:16px;line-height:1.4}
.method-card p{color:var(--muted);font-size:13px;line-height:1.7}

/* Source status system */
.status-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.8rem}
.status-card{min-height:190px;padding:1.2rem;border:1px solid rgba(255,255,255,.13);border-radius:17px;background:rgba(255,255,255,.06)}
.status-code{display:inline-flex;padding:5px 8px;border:1px solid rgba(255,255,255,.22);border-radius:999px;color:#fff;font-size:8.5px;font-weight:900;letter-spacing:.7px}
.status-card h3{margin:1rem 0 .45rem;color:#fff;font-size:14px;line-height:1.4}
.status-card p{color:rgba(255,255,255,.66);font-size:12px;line-height:1.65}
.evidence-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:1.4rem;margin-top:2.2rem}
.evidence-example,.source-list{border-radius:20px;padding:1.5rem;background:#fff;color:var(--ink)}
.evidence-example h3,.source-list h3{color:var(--navy);font-size:17px;margin-bottom:1rem}
.evidence-line{display:grid;grid-template-columns:130px 1fr;gap:1rem;padding:.75rem 0;border-top:1px solid var(--line);font-size:12.5px;line-height:1.6}
.evidence-line strong{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.7px}
.evidence-line a{min-height:44px;display:inline-flex;align-items:center;color:var(--blue);font-weight:700;text-decoration:underline;text-underline-offset:3px}
.source-list{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.15)}
.source-list h3{color:#fff}
.source-link{display:block;padding:1rem 0;border-top:1px solid rgba(255,255,255,.14)}
.source-link strong{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:#fff;font-size:13.5px}
.source-link strong::after{content:'↗';color:#9DD4F7}
.source-link span{display:block;margin-top:.35rem;color:rgba(255,255,255,.63);font-size:11.5px;line-height:1.6}
.source-note{margin-top:1rem;color:rgba(255,255,255,.55);font-size:10.5px;line-height:1.6}

/* Seven questions */
.questions-wrap{display:grid;grid-template-columns:minmax(260px,.68fr) minmax(0,1.32fr);gap:3rem;align-items:start}
.questions-intro{position:sticky;top:110px}
.questions-intro .eyebrow{text-align:left}
.questions-intro h2{color:var(--navy);font-size:clamp(1.8rem,4vw,2.55rem);line-height:1.15;letter-spacing:-.8px}
.questions-intro p{margin-top:1rem;color:var(--muted);font-size:14px;line-height:1.75}
html[dir="rtl"] .questions-intro .eyebrow{text-align:right}
.question-list{counter-reset:q;display:grid;gap:.75rem}
.question-item{counter-increment:q;display:grid;grid-template-columns:46px 1fr;gap:1rem;padding:1.15rem;border:1px solid var(--line);border-radius:16px;background:#fff}
.question-item::before{content:counter(q);width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:var(--sky);color:var(--navy);font-weight:900}
.question-item p{color:var(--ink);font-size:13.5px;line-height:1.7}
.question-item strong{color:var(--navy)}

/* Story */
.story-layout{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);gap:4rem;align-items:center}
.story-photo{position:relative;margin:0}
.story-photo::before{content:'';position:absolute;inset:16px -16px -16px 16px;border-radius:26px;background:var(--sky);z-index:0}
.story-photo img{position:relative;z-index:1;width:100%;height:520px;display:block;object-fit:cover;object-position:center 34%;border-radius:26px;box-shadow:var(--shadow)}
.story-photo figcaption{position:relative;z-index:1;margin-top:1rem;color:var(--muted);font-size:11.5px;line-height:1.65}
.story-copy .eyebrow{text-align:left}
.story-copy h2{color:var(--navy);font-size:clamp(1.8rem,4vw,2.7rem);line-height:1.15;letter-spacing:-.9px}
.story-lead{margin-top:1.25rem;color:var(--ink);font-size:17px;font-weight:650;line-height:1.75}
.story-body{margin-top:1rem;color:var(--muted);font-size:14.5px;line-height:1.85}
.story-principle{margin-top:1.3rem;padding:1rem 1.1rem;border-left:3px solid var(--blue);background:#F3F8FC;color:var(--navy);font-size:13px;font-weight:700;line-height:1.65}
html[dir="rtl"] .story-copy .eyebrow{text-align:right}
html[dir="rtl"] .story-principle{border-left:0;border-right:3px solid var(--blue)}
.commercial-disclosure{margin-top:1rem;padding:1.05rem 1.15rem;border:1px solid #D6E2EB;border-radius:16px;background:#fff}
.commercial-disclosure span{display:block;color:var(--blue);font-size:9px;font-weight:900;letter-spacing:1.2px}
.commercial-disclosure strong{display:block;margin-top:.5rem;color:var(--navy);font-size:13px;line-height:1.45}
.commercial-disclosure p{margin-top:.4rem;color:var(--muted);font-size:11.5px;line-height:1.65}

/* Stage */
.about-stage{padding:1.5rem 0 4.5rem}
.about-status{max-width:1000px;margin:0 auto;border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden}
.about-status summary{position:relative;min-height:112px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.35rem 4rem 1.35rem 1.5rem;list-style:none;cursor:pointer}
.about-status summary::-webkit-details-marker{display:none}
.about-status summary::after{content:'+';position:absolute;right:1.45rem;top:50%;transform:translateY(-50%);color:var(--blue);font-size:24px;font-weight:400}
.about-status[open] summary::after{content:'−'}
.about-status[open] summary{border-bottom:1px solid var(--line)}
.about-status-heading{display:grid;gap:.3rem}
.about-status-heading .eyebrow{margin:0}
.about-status-heading strong{max-width:720px;color:var(--navy);font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.4}
.about-status-body{padding:1.5rem}
.about-status-intro{max-width:780px;margin:0 auto 1.4rem;color:var(--muted);font-size:13px;line-height:1.75;text-align:center}
html[dir="rtl"] .about-status summary{padding:1.35rem 1.5rem 1.35rem 4rem}
html[dir="rtl"] .about-status summary::after{right:auto;left:1.45rem}
.stage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.stage-card{padding:1.35rem;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:none}
.state-pill{display:inline-flex;align-items:center;gap:.4rem;padding:5px 9px;border-radius:999px;font-size:9px;font-weight:900;letter-spacing:1.1px;text-transform:uppercase}
.state-pill::before{content:'';width:6px;height:6px;border-radius:50%;background:currentColor}
.state-live{background:var(--mint);color:#126B4E}
.state-build{background:var(--sky);color:#1D6598}
.state-plan{background:var(--amber);color:#7B5A0C}
.state-off{background:var(--rose);color:#984138}
.stage-card h3{margin:.9rem 0 .45rem;color:var(--navy);font-size:15px}
.stage-card p{color:var(--muted);font-size:12.5px;line-height:1.7}
.web-only-note{margin:1.5rem auto 0;max-width:840px;padding:1.15rem 1.3rem;border-radius:16px;background:var(--navy);color:#fff;text-align:center;font-size:13px;line-height:1.7}

/* FAQ and separation */
.faq-list{max-width:850px;margin:0 auto;display:grid;gap:.75rem}
.faq-item{border:1px solid var(--line);border-radius:15px;background:#fff;overflow:hidden}
.faq-item summary{position:relative;list-style:none;padding:1.1rem 3.1rem 1.1rem 1.2rem;color:var(--navy);font-size:14px;font-weight:800;cursor:pointer}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:'+';position:absolute;right:1.2rem;top:50%;transform:translateY(-50%);font-size:22px;font-weight:400;color:var(--blue)}
.faq-item[open] summary::after{content:'−'}
.faq-item p{padding:0 1.2rem 1.15rem;color:var(--muted);font-size:13px;line-height:1.75}
html[dir="rtl"] .faq-item summary{padding:1.1rem 1.2rem 1.1rem 3.1rem}
html[dir="rtl"] .faq-item summary::after{right:auto;left:1.2rem}
.separation-panel{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.6rem 1.8rem;border:1px solid #CFE0ED;border-radius:20px;background:#F3F8FC}
.separation-panel h3{color:var(--navy);font-size:18px;margin-bottom:.35rem}
.separation-panel p{max-width:720px;color:var(--muted);font-size:13px;line-height:1.7}
.separation-panel a{flex:0 0 auto;min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.1rem;border-radius:999px;background:var(--navy);color:#fff;font-size:12.5px;font-weight:800}
.correction-note{max-width:780px;margin:2rem auto 0;text-align:center;color:var(--muted);font-size:12px;line-height:1.7}
.correction-note a{min-height:44px;display:inline-flex;align-items:center;color:var(--blue);font-weight:700;text-decoration:underline;text-underline-offset:3px}
.copy-status{position:fixed;left:50%;bottom:1.5rem;z-index:1000;transform:translate(-50%,20px);padding:.75rem 1rem;border-radius:999px;background:var(--navy-deep);color:#fff;font-size:12px;font-weight:700;opacity:0;pointer-events:none;transition:.2s;box-shadow:0 14px 40px rgba(0,0,0,.2)}
.copy-status.show{opacity:1;transform:translate(-50%,0)}

/* Local-only email inquiry composer */
.dialog-open{overflow:hidden}
.contact-dialog{width:min(620px,calc(100% - 2rem));max-height:min(88vh,760px);padding:0;border:0;border-radius:24px;background:#fff;color:var(--ink);box-shadow:0 32px 100px rgba(15,36,64,.34);overflow:auto}
.contact-dialog::backdrop{background:rgba(15,36,64,.68);backdrop-filter:blur(6px)}
.contact-form{position:relative;display:grid;gap:.65rem;padding:2.2rem}
.contact-close{position:absolute;top:1rem;right:1rem;width:44px;height:44px;border:0;border-radius:50%;background:var(--gray-100);color:var(--navy);font:inherit;font-size:25px;line-height:1;cursor:pointer}
html[dir="rtl"] .contact-close{right:auto;left:1rem}
.contact-kicker{padding-right:3rem;color:var(--blue);font-size:10px;font-weight:900;letter-spacing:2px}
html[dir="rtl"] .contact-kicker{padding-right:0;padding-left:3rem}
.contact-form h2{margin:.05rem 0 .15rem;color:var(--navy);font-size:clamp(1.55rem,4vw,2.1rem);line-height:1.18}
.contact-intro,.contact-helper,.contact-privacy{color:var(--muted);font-size:12.5px;line-height:1.65}
.contact-warning{margin:.55rem 0 .4rem;padding:.9rem 1rem;border:1px solid #E6C96A;border-radius:13px;background:#FFF9E8;color:#55451A;font-size:12px;line-height:1.65}
.contact-form>label:not(.contact-check){margin-top:.4rem;color:var(--navy);font-size:12px;font-weight:800}
.contact-form select,.contact-form input[type="text"],.contact-form textarea{width:100%;min-height:48px;padding:.78rem .9rem;border:1px solid #C9D5DF;border-radius:11px;background:#fff;color:var(--ink);font:inherit;font-size:16px;line-height:1.45}
.contact-form textarea{min-height:122px;resize:vertical}
.contact-check{display:grid;grid-template-columns:22px 1fr;gap:.7rem;align-items:start;margin-top:.4rem;color:var(--gray-700);font-size:12.5px;line-height:1.55;cursor:pointer}
.contact-check input{width:20px;height:20px;margin:0;accent-color:var(--navy)}
.contact-actions{display:flex;justify-content:flex-end;gap:.65rem;margin-top:.55rem}
.contact-cancel,.contact-submit{min-height:46px;padding:.7rem 1rem;border-radius:999px;font:inherit;font-size:12.5px;font-weight:800;cursor:pointer}
.contact-cancel{border:1px solid var(--line);background:#fff;color:var(--navy)}
.contact-submit{border:1px solid var(--navy);background:var(--navy);color:#fff}
.contact-status{min-height:1.2em;color:var(--blue);font-size:12px;font-weight:700;text-align:center}
.contact-email{min-height:44px;display:inline-flex;align-items:center;justify-content:center;color:var(--blue);font-size:12px;font-weight:700;text-decoration:underline;text-underline-offset:3px}
.fixed-contact-links{display:grid;gap:.75rem;margin:.45rem 0}
.fixed-contact-links .contact-submit{min-height:48px;display:flex;align-items:center;justify-content:center;padding:.8rem 1rem;border-radius:11px;text-align:center;font-size:13px;font-weight:800}
html[dir="rtl"] .contact-form select,html[dir="rtl"] .contact-form input[type="text"],html[dir="rtl"] .contact-form textarea{text-align:right}

/* Local-only research brief builder */
.brief-dialog{max-height:min(92vh,880px)}
.brief-form{gap:.8rem}
.brief-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}
.brief-field{display:grid;gap:.4rem;color:var(--navy);font-size:12px;font-weight:800}
.brief-options{display:grid;grid-template-columns:1fr 1fr;gap:.45rem .8rem;margin:0;padding:1rem;border:1px solid var(--line);border-radius:14px}
.brief-options legend{padding:0 .35rem;color:var(--navy);font-size:12px;font-weight:900}
.brief-options label{min-height:44px;display:grid;grid-template-columns:22px 1fr;align-items:center;gap:.6rem;color:var(--gray-700);font-size:12px;line-height:1.45;cursor:pointer}
.brief-options input{width:20px;height:20px;margin:0;accent-color:var(--navy)}
.brief-output{padding:1rem;border:1px solid #BFD4E5;border-radius:15px;background:#F4F9FC}
.brief-output h3{color:var(--navy);font-size:15px}
.brief-output pre{max-height:310px;margin:.7rem 0 1rem;padding:1rem;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--ink);font:500 12px/1.7 Inter,"Noto Sans KR","Noto Sans Arabic",system-ui;white-space:pre-wrap;overflow-wrap:anywhere;overflow:auto}
html[dir="rtl"] .brief-output pre{text-align:right}

@media(max-width:900px){
  .category-trigger{display:inline-flex}
  .category-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:210px;display:flex;align-items:stretch;flex-direction:column;gap:2px;padding:6px;border:1px solid var(--gray-200);border-radius:14px;background:#fff;box-shadow:0 12px 30px rgba(15,36,64,.08);opacity:0;visibility:hidden;transform:translateY(-6px);transition:.2s;z-index:70}
  .category-switch.open .category-menu{opacity:1;visibility:visible;transform:none}
  .category-link{justify-content:flex-start;padding:0 .8rem;font-size:12.5px}
  .category-mobile-only{display:flex}
  .nav-right>.nav-link{display:none}
  .nav-cta{display:none}
  html[dir="rtl"] .category-menu{right:auto;left:0}
}

@media(max-width:980px){
  .hero-layout{grid-template-columns:1fr;gap:2.5rem}.hero-copy{max-width:760px}.hero-preview{max-width:620px;width:100%;margin:0 auto}
  .value-grid,.criteria-grid{grid-template-columns:repeat(2,1fr)}
  .network-teaser-grid,.network-hero-grid,.handoff-grid,.activation-grid{grid-template-columns:1fr;gap:2.5rem}
  .gate-card,.route-template,.handoff-preview{width:100%;max-width:650px;margin:0 auto}
  .activation-section h2,.activation-section p{max-width:720px}
  .network-final-card{grid-template-columns:1fr}.network-final-actions{grid-template-columns:1fr 1fr}
  .status-grid{grid-template-columns:repeat(3,1fr)}.method-grid{grid-template-columns:repeat(2,1fr)}.stage-grid{grid-template-columns:repeat(2,1fr)}
  .questions-wrap{grid-template-columns:1fr;gap:1.8rem}.questions-intro{position:static;max-width:760px}.evidence-grid{grid-template-columns:1fr}
}

@media(max-width:760px){
  .section{padding:4.25rem 0}.wrap{padding:0 1.1rem}
  .service-hero{min-height:auto;padding:7.2rem 0 4.2rem}.hero-layout{gap:2rem}.service-hero .hero-emblem{width:86px;height:86px;margin-left:auto;margin-right:auto}.service-hero .badge{text-align:center}.service-hero h1,.service-hero .hero-sub{text-align:center}.service-hero h1{font-size:clamp(2.15rem,11vw,3.15rem);letter-spacing:-1.5px}.service-hero .cta-row{justify-content:center}.service-hero .boundary{text-align:left;margin-left:auto;margin-right:auto}.hero-preview{padding:.75rem;border-radius:22px}.hero-preview::after{display:none}
  html[dir="rtl"] .service-hero h1,html[dir="rtl"] .service-hero .hero-sub{text-align:center}
  .trust-rail{margin-top:-1.2rem}.trust-grid{grid-template-columns:1fr 1fr}.trust-item{min-height:70px;border-bottom:1px solid var(--line);font-size:11.5px}.trust-item:nth-child(2){border-right:0}.trust-item:nth-last-child(-n+2){border-bottom:0}
  html[dir="rtl"] .trust-item:nth-child(2){border-left:0}
  .service-head-left{text-align:center;margin-left:auto;margin-right:auto}.value-grid,.criteria-grid{grid-template-columns:1fr}.value-card,.criteria-card{min-height:auto}
  .role-flow{grid-template-columns:1fr;gap:.25rem}.role-card{min-height:auto}.role-arrow,.role-arrow[aria-hidden="true"],html[dir="rtl"] .role-arrow{height:28px;transform:rotate(90deg)}.customer-role{grid-template-columns:1fr;gap:.45rem}
  .network-teaser{padding-top:4.25rem}.network-teaser-grid{gap:2rem}.network-teaser h2,.network-teaser p{text-align:center}.network-teaser .eyebrow{text-align:center}.teaser-actions{justify-content:center}
  .pilot-interest-card{grid-template-columns:1fr;gap:1.5rem;padding:2rem 1.35rem}.btn-light{width:100%}
  .network-hero{padding:7.4rem 0 4.5rem}.network-hero h1{font-size:clamp(2.25rem,11vw,3.4rem);letter-spacing:-1.4px}.route-fields div{grid-template-columns:1fr;gap:.25rem}
  .handoff-grid,.activation-grid{gap:2rem}.handoff-copy .eyebrow,.handoff-copy h2,.handoff-copy>p{text-align:center}.handoff-list{margin-top:1.6rem}.handoff-fact{grid-template-columns:115px 1fr}
  .activation-section .eyebrow,.activation-section h2,.activation-section p{text-align:center;margin-left:auto;margin-right:auto}
  .network-final-card{padding:1.5rem}.network-final-card .eyebrow,.network-final-card h2,.network-final-card p{text-align:center}.network-final-actions{grid-template-columns:1fr;width:100%}
  .jump-nav{padding-top:2rem}.jump-list{justify-content:flex-start;padding-left:1.1rem;padding-right:1.1rem}
  .research-tabs{display:flex;overflow-x:auto;scrollbar-width:none}.research-tabs::-webkit-scrollbar{display:none}.research-tab{flex:0 0 72%;min-height:66px}.research-panel{padding:1.5rem 1.1rem}.research-columns{grid-template-columns:1fr}.journey-head{grid-template-columns:1fr}.journey-head p{margin-top:.4rem;text-align:start}.journey-track{grid-template-columns:1fr;gap:.35rem}.journey-track::before{top:24px;bottom:24px;inset-inline-start:25px;inset-inline-end:auto;width:2px;height:auto;background:linear-gradient(180deg,#BFD4E5,#7EB7DA,#BFD4E5)}html[dir="rtl"] .journey-track::before{background:linear-gradient(180deg,#BFD4E5,#7EB7DA,#BFD4E5)}.journey-stop{min-height:58px;align-items:center;flex-direction:row;gap:.75rem;padding:.25rem .6rem;text-align:start}.journey-number{flex:0 0 46px;width:46px;height:46px}.journey-stop small{min-width:88px;margin:0}.journey-stop strong{margin:0}.journey-panel{grid-template-columns:1fr}.journey-owner{min-height:92px}.panel-actions{align-items:flex-start;flex-direction:column}.copy-btn{width:100%}
  .research-toolkit{grid-template-columns:1fr}
  .method-grid,.status-grid,.stage-grid{grid-template-columns:1fr}.method-card{min-height:auto}.status-card{min-height:auto}
  .evidence-example,.source-list{padding:1.2rem}.evidence-line{grid-template-columns:1fr;gap:.3rem}
  .question-item{grid-template-columns:40px 1fr;padding:1rem}.question-item::before{width:36px;height:36px}
  .story-layout{grid-template-columns:1fr;gap:2.3rem}.story-photo{max-width:520px;margin:0 auto}.story-photo img{height:440px}.story-photo::before{inset:10px -8px -10px 8px}.story-copy .eyebrow,.story-copy h2{text-align:center}
  .about-stage{padding:.5rem 0 3.5rem}.about-status summary{min-height:104px;align-items:flex-start;flex-direction:column;gap:.85rem;padding:1.25rem 3.6rem 1.25rem 1.15rem}.about-status-body{padding:1rem}.about-status-intro{text-align:left}html[dir="rtl"] .about-status summary{padding:1.25rem 1.15rem 1.25rem 3.6rem}html[dir="rtl"] .about-status-intro{text-align:right}
  .separation-panel{align-items:flex-start;flex-direction:column}.separation-panel a{width:100%;text-align:center}
  .contact-form{padding:1.7rem 1.15rem}.contact-actions{flex-direction:column-reverse}.contact-cancel,.contact-submit{width:100%}.brief-grid,.brief-options{grid-template-columns:1fr}.brief-output pre{max-height:260px}
}

@media(max-width:430px){
  .nav-product{font-size:12px;padding-left:.45rem}html[dir="rtl"] .nav-product{padding-left:0;padding-right:.45rem}
  .service-hero .cta-row{flex-direction:column}.service-hero .btn{width:100%}.preview-row{grid-template-columns:1fr;gap:.25rem}.preview-head{padding:.85rem}.preview-body{padding:1rem}
  .teaser-actions{flex-direction:column}.teaser-actions .btn,.network-final-actions .btn{width:100%}.gate-metric{align-items:center}.gate-metric strong{font-size:46px}.route-template-head{align-items:flex-start;flex-direction:column}.handoff-fact{grid-template-columns:1fr;gap:.25rem}.status-banner{line-height:1.4}
  .trust-grid{grid-template-columns:1fr}.trust-item,.trust-item:nth-child(2){border-right:0;border-bottom:1px solid var(--line)}.trust-item:last-child{border-bottom:0}
  html[dir="rtl"] .trust-item,html[dir="rtl"] .trust-item:nth-child(2){border-left:0}
  .research-tab{flex-basis:84%}.journey-map{padding:1rem}.journey-stop small{min-width:76px;font-size:7.5px}.story-photo img{height:390px}.web-only-note{text-align:left}html[dir="rtl"] .web-only-note{text-align:right}
}

@media(prefers-reduced-motion:reduce){.journey-stop,.journey-number{transition:none}}

@media print{
  .nav,.jump-nav,.trust-rail,.hero-preview,.cta-row,.copy-btn,footer,.contact-dialog{display:none!important}
  .view-panel[hidden],.journey-panel[hidden]{display:block!important}
  .service-hero{min-height:auto;padding:1.5rem;background:#fff;color:#000}.service-hero h1,.service-hero .hero-sub,.service-hero .boundary{color:#000!important}.service-hero .hero-emblem{box-shadow:none}.section{padding:1.5rem 0}.research-panel[hidden]{display:block!important}.research-tabs{display:none}.research-shell,.research-card{box-shadow:none}.status-card{border-color:#aaa;background:#fff;color:#000}.status-card h3,.status-card p,.status-code{color:#000}.section-dark{background:#fff;color:#000}.section-dark .section-head h2,.section-dark .section-head p{color:#000}.source-list{background:#fff;color:#000;border-color:#aaa}.source-list h3,.source-link strong,.source-link span,.source-note{color:#000}
}
