:root {
  --navy: #202b3e;
  --navy-brand: #202b3e;
  --navy-dark: #08111f;
  --teal: #15b8a8;
  --teal-light: #def7f3;
  --gold: #58f29d;
  --ink: #172033;
  --muted: #637083;
  --line: #dfe5ec;
  --paper: #ffffff;
  --soft: #f4f7fa;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(16,44,92,.12);
  --max: 1180px;
}

* { box-sizing: border-box; }
html, body { max-width: 100%; overflow-x: clip; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Vazirmatn, Tahoma, Arial, sans-serif; font-size: 16px; line-height: 1.8; -webkit-font-smoothing: antialiased; }
html[lang="en"] body { font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.7; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.section-shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.section { padding-block: 110px; }
.skip-link { position: fixed; inset: 12px auto auto 12px; z-index: 999; transform: translateY(-150%); background: var(--navy); color: white; padding: 8px 14px; border-radius: 8px; }
.skip-link:focus { transform: none; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.noscript-nav { min-height: 72px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px 24px; padding-block: 14px; border-bottom: 1px solid var(--line); color: var(--navy); font-size: 14px; font-weight: 600; }
.noscript-nav a:hover, .noscript-nav a:focus { color: var(--teal); text-decoration: underline; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(223,229,236,.8); backdrop-filter: blur(16px); }
.header-inner { height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; }
.brand { justify-self: start; display: inline-flex; direction: ltr; align-items: center; }
.brand-logo { display: block; width: 145px; height: 57px; object-fit: contain; border-radius: 12px; }
.brand-wordmark { display: inline-flex; align-items: center; gap: 11px; color: var(--navy-dark); }
.english-brand-mark { width: 38px; height: 38px; display: block; flex: 0 0 auto; object-fit: contain; }
.brand-emblem { width: 38px; height: 38px; display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); gap: 3px; padding: 7px; border-radius: 10px; background: var(--teal); }
.brand-emblem i { display: block; border-radius: 2px; background: white; }
.brand-emblem i:first-child { grid-row: 1 / 3; }
.brand-emblem i:nth-child(2) { background: var(--navy-dark); }
.brand-name { display: flex; flex-direction: column; line-height: 1; white-space: nowrap; }
.brand-name strong { font-size: 16px; font-weight: 800; letter-spacing: -.45px; }
.brand-name small { margin-top: 5px; color: var(--teal); font-size: 10px; font-weight: 800; letter-spacing: 2.7px; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 16px; }
.main-nav a { position: relative; color: #4b5769; font-size: 13px; font-weight: 500; padding-block: 29px; white-space: nowrap; transition: color .2s; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--navy); }
.main-nav .language-link { min-width: 38px; padding: 7px 10px; border: 1px solid var(--line); border-radius: 8px; color: var(--navy); text-align: center; font-weight: 700; }
.main-nav .language-link:hover { border-color: var(--teal); background: var(--teal-light); color: #08786d; }
.main-nav .language-link::after { display: none; }
.main-nav a[aria-current="page"]::after { content: ''; position: absolute; left: 50%; bottom: 18px; width: 5px; height: 5px; border-radius: 99px; background: var(--teal); }
.header-cta { justify-self: end; display: flex; align-items: center; gap: 14px; color: var(--navy); font-size: 14px; font-weight: 700; }
.header-cta span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--teal-light); color: var(--teal); transition: .2s; }
.header-cta:hover span { transform: translateX(-4px); background: var(--teal); color: white; }
.menu-toggle { display: none; }

.hero { min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; padding-block: 78px 94px; }
.hero > * { min-width: 0; }
.hero-copy { padding-top: 12px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--navy-brand); font-size: 12px; font-weight: 700; letter-spacing: .3px; }
.eyebrow span { width: 28px; height: 2px; background: var(--teal); }
.eyebrow.light { color: white; }
.eyebrow.light span { background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin-bottom: 26px; color: var(--navy-dark); font-size: clamp(58px, 6.2vw, 92px); line-height: 1.06; letter-spacing: -3px; font-weight: 800; }
.hero h1 em { color: var(--teal); font-style: normal; }
.hero-lead { max-width: 620px; margin-bottom: 35px; color: var(--muted); font-size: 18px; line-height: 2; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-bottom: 36px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 15px; min-height: 52px; padding: 12px 23px; border: 0; border-radius: 10px; cursor: pointer; font-size: 14px; font-weight: 700; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy-brand); color: white; box-shadow: 0 12px 30px rgba(26,61,124,.2); }
.button-primary:hover { background: var(--navy-dark); box-shadow: 0 15px 36px rgba(26,61,124,.28); }
.button-secondary { background: var(--teal-light); color: #08705f; }
.button-light { background: white; color: var(--navy); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 14px; font-weight: 700; }
.text-link span { color: var(--teal); transition: transform .2s; }
.text-link:hover span { transform: translateX(-5px); }
.trust-list { display: flex; gap: 25px; padding: 0; margin: 0; list-style: none; color: var(--muted); font-size: 12px; }
.trust-list li { display: flex; align-items: center; gap: 8px; }
.trust-list li::before { content: '✓'; color: var(--teal); font-weight: 800; }

.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.hero-visual::before { content: ''; position: absolute; width: 410px; height: 410px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #effbf8, #d8f0ec 52%, #cae7e8); }
.signal-card { position: relative; z-index: 3; width: 340px; padding: 26px; border-radius: 22px; background: rgba(255,255,255,.95); box-shadow: var(--shadow); transform: rotate(-3deg); }
.signal-label { color: var(--navy); font-size: 13px; font-weight: 700; }
.mini-chart { height: 165px; display: flex; align-items: end; gap: 13px; padding: 25px 7px 16px; border-bottom: 1px solid var(--line); }
.mini-chart span { flex: 1; border-radius: 7px 7px 2px 2px; background: linear-gradient(180deg, var(--teal), #87d6c7); }
.mini-chart span:last-child { background: linear-gradient(180deg, var(--gold), #f3dca6); }
.signal-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 17px; color: var(--navy); font-size: 11px; }
.signal-footer i { flex: 1; height: 1px; margin: 0 8px; background: var(--line); }
.floating-note { position: absolute; z-index: 5; padding: 10px 15px; border-radius: 11px; background: var(--navy); color: white; box-shadow: 0 15px 35px rgba(16,44,92,.2); font-size: 11px; }
.floating-note span { margin-left: 8px; color: var(--gold); font: 700 10px Arial; }
.note-one { top: 70px; right: 7px; transform: rotate(3deg); }
.note-two { bottom: 70px; left: 0; transform: rotate(-2deg); background: var(--teal); }
.orbit { position: absolute; z-index: 1; border: 1px solid rgba(26,61,124,.16); border-radius: 50%; }
.orbit-one { width: 490px; height: 490px; }
.orbit-two { width: 555px; height: 350px; transform: rotate(32deg); }
.dot-grid { position: absolute; right: 0; bottom: 58px; width: 92px; height: 92px; opacity: .35; background-image: radial-gradient(var(--navy) 1.5px, transparent 1.5px); background-size: 12px 12px; }

body[data-page="home"] .hero h1 { font-size: clamp(48px, 5.3vw, 76px); line-height: 1.25; letter-spacing: -2px; }
.hero-map-preview { width: 100%; min-width: 0; margin: 0; isolation: isolate; overflow: visible; }
.hero-map-preview::before { display: none; }
.home-map-artboard { position: relative; width: min(100%, 560px); aspect-ratio: 1; margin: 0 auto; }
.home-map-artboard > img { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 18px 20px rgba(8,17,31,.17)); }
.home-map-stage-labels { position: absolute; inset: 0; padding: 0; margin: 0; list-style: none; }
.home-map-stage-labels li { position: absolute; left: var(--map-x); top: var(--map-y); width: 13.25%; aspect-ratio: 1; transform: translate(-50%, -50%); }
.home-map-stage-labels span { width: 100%; height: 100%; display: grid; place-items: center; border: 1px solid rgba(8,17,31,.12); border-radius: 50%; box-shadow: 0 6px 14px rgba(8,17,31,.16); font-size: clamp(11px, 1vw, 14px); font-weight: 800; line-height: 1.2; text-align: center; }
.home-map-stage-labels li:nth-child(odd) span { background: var(--teal); color: var(--navy-dark); }
.home-map-stage-labels li:nth-child(even) span { border-color: rgba(255,255,255,.2); background: var(--navy); color: white; }

.intro-band { padding-block: 76px; background: var(--navy-dark); color: white; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; }
.intro-grid h2 { margin-bottom: 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.5; }
.intro-grid > p { margin-bottom: 0; color: #cbd6e8; font-size: 16px; line-height: 2.1; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 50px; }
.section-heading h2, .process-copy h2, .engagement-grid h2, .story-copy h2, .founder-copy h2, .faq-layout h2, .contact-info h2 { max-width: 700px; margin-bottom: 0; color: var(--navy-dark); font-size: clamp(30px, 3.5vw, 46px); line-height: 1.45; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-grid-labs { grid-template-columns: repeat(3, 1fr); }
.service-card { position: relative; min-height: 320px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: .25s; }
.service-card:hover { transform: translateY(-7px); border-color: #b8d8d3; box-shadow: 0 20px 50px rgba(16,44,92,.09); }
.service-card.featured { background: var(--navy); color: white; border-color: var(--navy); transform: translateY(-12px); }
.service-card.featured:hover { transform: translateY(-18px); }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 37px; border-radius: 14px; background: var(--teal-light); color: var(--teal); font: 700 20px Arial; }
.featured .service-icon { background: rgba(255,255,255,.12); color: var(--gold); }
.card-number { position: absolute; top: 31px; left: 28px; color: #a8b1bd; font: 700 10px Arial; }
.service-card h3 { margin-bottom: 14px; font-size: 19px; }
.service-card p { color: var(--muted); font-size: 13px; line-height: 2; }
.service-card.featured p { color: #cdd8e8; }
.service-card a { margin-top: auto; color: var(--teal); font-size: 12px; font-weight: 700; }
.service-card a span { margin-right: 6px; }
.featured a { color: var(--gold); }
.section-muted { background: var(--soft); }
.process-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.process-copy { position: sticky; top: 130px; }
.process-copy p:not(.eyebrow) { max-width: 470px; margin: 23px 0 30px; color: var(--muted); }
.process-steps { padding: 0; margin: 0; list-style: none; }
.process-steps li { display: grid; grid-template-columns: 58px 1fr; gap: 28px; padding: 0 0 32px; margin-bottom: 32px; border-bottom: 1px solid var(--line); }
.process-steps li:last-child { margin-bottom: 0; }
.process-steps > li > span { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid #c8d5e2; border-radius: 50%; color: var(--teal); font: 700 11px Arial; }
.process-steps h3 { margin-bottom: 7px; color: var(--navy); font-size: 18px; }
.process-steps p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.audience-section { padding-bottom: 70px; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.audience-item { padding: 39px 32px; border-left: 1px solid var(--line); }
.audience-item:last-child { border-left: 0; }
.audience-item span { color: var(--teal); font: 700 10px Arial; }
.audience-item h3 { margin: 14px 0 10px; color: var(--navy); font-size: 18px; }
.audience-item p { margin: 0; color: var(--muted); font-size: 13px; }
.resource-promo { display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: center; padding-block: 70px; }
.resource-promo-mark img { display: block; width: 110px; height: 110px; border-radius: 25px; }
.resource-promo h2 { margin-bottom: 10px; color: var(--navy-dark); font-size: clamp(27px, 3vw, 39px); }
.resource-promo p:last-child { max-width: 650px; margin-bottom: 0; color: var(--muted); font-size: 14px; }
.cta-section { min-height: 220px; display: flex; align-items: center; justify-content: space-between; gap: 50px; margin-top: 50px; margin-bottom: 90px; padding: 50px 65px; border-radius: 25px; overflow: hidden; background: linear-gradient(125deg, var(--navy-dark), var(--navy-brand)); color: white; position: relative; }
.cta-section::after { content: ''; position: absolute; left: -60px; top: -100px; width: 300px; height: 300px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.cta-section h2 { max-width: 680px; margin-bottom: 0; font-size: clamp(27px, 3vw, 39px); line-height: 1.5; }
.cta-section .button { position: relative; z-index: 2; flex: 0 0 auto; }

.page-hero { min-height: 470px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 80px; padding-block: 85px; border-bottom: 1px solid var(--line); }
.page-hero-copy { max-width: 770px; }
.page-hero h1 { margin-bottom: 25px; color: var(--navy-dark); font-size: clamp(45px, 5vw, 68px); line-height: 1.3; letter-spacing: -2px; }
.page-hero-copy > p:last-child { max-width: 690px; margin-bottom: 0; color: var(--muted); font-size: 17px; line-height: 2.1; }
.page-index { width: 155px; height: 155px; display: grid; place-items: center; align-content: center; gap: 7px; border-radius: 50%; border: 1px solid var(--line); color: var(--navy); }
.page-index span { color: var(--teal); font: 700 32px Arial; }
.page-index b { font: 700 9px Arial; letter-spacing: 3px; }
.detail-list { padding-top: 60px; }
.lab-overview { padding-bottom: 45px; }
.lab-overview + .detail-list { padding-top: 0; }
.service-detail { display: grid; grid-template-columns: 60px 1fr .9fr; gap: 45px; align-items: start; padding: 55px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 100px; }
.detail-number { color: var(--teal); font: 700 12px Arial; padding-top: 12px; }
.detail-main h2 { margin-bottom: 15px; color: var(--navy); font-size: 29px; }
.detail-main > p:last-child { max-width: 510px; margin-bottom: 0; color: var(--muted); font-size: 14px; }
.check-list { display: grid; grid-template-columns: 1fr; gap: 10px; padding: 0; margin: 6px 0 0; list-style: none; color: #425066; font-size: 13px; }
.check-list li { display: flex; align-items: center; gap: 10px; }
.check-list li::before { content: '✓'; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: var(--teal-light); color: var(--teal); font-size: 11px; font-weight: 800; }
.engagement-grid { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 17px; align-items: stretch; }
.engagement-grid > div:first-child { padding: 25px 0; }
.engagement-card { padding: 30px 25px; border-radius: 18px; background: white; }
.engagement-card span { color: var(--teal); font: 700 10px Arial; }
.engagement-card h3 { margin: 28px 0 12px; color: var(--navy); font-size: 17px; }
.engagement-card p { margin: 0; color: var(--muted); font-size: 13px; }

.story-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: center; }
.story-mark { min-height: 380px; display: flex; flex-direction: column; justify-content: space-between; padding: 45px; border-radius: 25px; background: var(--teal-light); color: var(--navy); }
.story-logo { width: 170px; height: 170px; object-fit: contain; border-radius: 24px; }
.story-mark p { margin: 0; direction: ltr; font: 700 20px/1.4 Arial; letter-spacing: 1px; }
.story-mark-english { background: linear-gradient(145deg, var(--teal-light), #edf8f7); }
.story-wordmark { display: flex; align-items: center; gap: 15px; }
.story-wordmark .english-brand-mark { width: 64px; height: 64px; }
.story-wordmark strong { max-width: 190px; color: var(--navy-dark); font-size: 27px; line-height: 1.08; letter-spacing: -1px; }
.story-copy > p:not(.eyebrow) { color: var(--muted); }
.section-navy { background: var(--navy-dark); color: white; }
.values-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.values-layout h2 { font-size: 42px; }
.values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 35px 45px; }
.values-grid article { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.17); }
.values-grid span { color: var(--gold); font: 700 10px Arial; }
.values-grid h3 { margin: 16px 0 8px; font-size: 18px; }
.values-grid p { margin: 0; color: #b9c7da; font-size: 13px; }
.founder-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.founder-visual { min-height: 480px; margin: 0; position: relative; }
.founder-photo { width: 100%; height: 480px; display: block; object-fit: cover; object-position: center 35%; border-radius: 25px; box-shadow: 0 24px 65px rgba(8,17,31,.14); }
.founder-visual figcaption { position: absolute; right: 22px; bottom: 20px; padding: 9px 14px; border-radius: 9px; background: rgba(8,17,31,.82); color: white; backdrop-filter: blur(8px); font-size: 10px; }
.portrait-placeholder { width: 100%; height: 480px; display: grid; place-items: center; align-content: center; gap: 15px; border-radius: 25px; background: linear-gradient(135deg, #d8ede9, #edf4f6); color: var(--navy); }
.portrait-placeholder span { width: 140px; height: 140px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: white; font: 700 41px Arial; letter-spacing: 4px; }
.portrait-placeholder small { color: #7c8c9f; font: 600 9px Arial; letter-spacing: 2px; text-transform: uppercase; }
.founder-role { color: var(--teal); font-weight: 600; }
.founder-copy > p:not(.eyebrow):not(.founder-role) { color: var(--muted); }
.expertise-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.expertise-tags span { padding: 7px 13px; border: 1px solid var(--line); border-radius: 99px; color: var(--navy); font-size: 11px; }
.about-hero { min-height: 500px; grid-template-columns: 1fr; background: radial-gradient(circle at 15% 50%, rgba(21,184,168,.11), transparent 34%); }
.about-hero .page-hero-copy { max-width: 960px; }
.about-hero h1 em, .about-origin-copy h2 em { color: #08786d; font-style: normal; }
.about-origin { display: grid; grid-template-columns: 1.2fr .8fr; gap: 85px; align-items: center; }
.about-origin-copy h2, .about-companion-copy h2 { margin-bottom: 20px; color: var(--navy-dark); font-size: clamp(30px, 3.6vw, 47px); line-height: 1.5; }
.about-origin-copy > p:not(.eyebrow), .about-companion-copy > p:not(.eyebrow):not(.founder-role) { color: var(--muted); font-size: 16px; line-height: 2.1; }
.about-club-statement { min-height: 390px; display: flex; flex-direction: column; justify-content: space-between; padding: 38px; border: 1px solid #b9e2dc; border-radius: 25px; background: linear-gradient(145deg, #effbf9, var(--teal-light)); color: var(--navy-dark); box-shadow: 0 22px 55px rgba(16,44,92,.08); }
.about-club-statement img { width: 78px; height: 78px; display: block; border-radius: 18px; }
.about-club-statement blockquote { margin: 42px 0 25px; font-size: 22px; font-weight: 800; line-height: 1.9; }
.about-club-statement > p { margin: 0; color: #08786d; font-size: 14px; font-weight: 800; }
.about-learning-heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: end; margin-bottom: 50px; }
.about-learning-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -38px; }
.about-learning-heading h2 { margin: 0; color: white; font-size: clamp(31px, 3.7vw, 48px); line-height: 1.5; }
.about-learning-heading h2 em { color: #79e9dc; font-style: normal; }
.about-learning-heading > p:last-child { margin: 0; color: #cbd6e8; font-size: 16px; line-height: 2.1; }
.about-learning-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.about-learning-grid article { min-height: 215px; padding: 27px 29px; overflow: hidden; position: relative; border: 1px solid var(--learning-border, rgba(255,255,255,.14)); border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,.065), var(--learning-tint, rgba(255,255,255,.025))); }
.about-learning-card--curiosity { --learning-accent: #15b8a8; --learning-border: rgba(21,184,168,.48); --learning-tint: rgba(21,184,168,.09); }
.about-learning-card--decision { --learning-accent: #52d6ca; --learning-border: rgba(82,214,202,.4); --learning-tint: rgba(82,214,202,.07); }
.about-learning-card--practice { --learning-accent: #58f29d; --learning-border: rgba(88,242,157,.38); --learning-tint: rgba(88,242,157,.065); }
.about-learning-card--independence { --learning-accent: #b8f0ea; --learning-border: rgba(184,240,234,.35); --learning-tint: rgba(184,240,234,.055); }
.about-learning-mark { width: 170px; height: 170px; display: block; margin: 0; position: absolute; left: -52px; bottom: -76px; z-index: 0; border-radius: 50%; opacity: .11; pointer-events: none; }
.about-learning-mark img { width: 100%; height: 100%; display: block; border-radius: 50%; }
.about-learning-grid h3 { margin-bottom: 10px; color: white; font-size: 20px; line-height: 1.6; }
.about-learning-grid p { margin: 0; color: #b9c7da; font-size: 16px; line-height: 2; }
.about-learning-grid h3, .about-learning-grid p { position: relative; z-index: 1; }
.about-contact-bridge { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 35px; margin-top: 24px; padding: 25px 28px; border: 1px solid rgba(121,233,220,.28); border-radius: 18px; background: rgba(21,184,168,.075); }
.about-contact-bridge strong { display: block; margin-bottom: 4px; color: white; font-size: 17px; line-height: 1.7; }
.about-contact-bridge p { max-width: 760px; margin: 0; color: #b9c7da; font-size: 15px; line-height: 1.9; }
.about-contact-bridge .button { min-width: 175px; }
.about-companion { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.about-companion-copy .founder-role { margin-bottom: 22px; color: #08786d; font-size: 15px; line-height: 2; font-weight: 800; }
.about-companion-role { margin-top: 25px; padding: 24px 26px; border: 1px solid #b9e2dc; border-radius: 17px; background: #f3fbfa; }
.about-companion-role strong { display: block; margin-bottom: 7px; color: var(--navy-dark); font-size: 17px; }
.about-companion-role p { margin: 0; color: var(--muted); font-size: 15px; line-height: 2; }
.about-companion .expertise-tags span { color: var(--navy); font-size: 14px; }
.about-next-step { min-height: 245px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 55px; margin-bottom: 90px; padding: 48px 58px; overflow: hidden; position: relative; border: 1px solid var(--navy); border-radius: 25px; background: linear-gradient(125deg, var(--navy-dark), var(--navy)); color: white; }
.about-next-step::after { content: ''; position: absolute; left: -100px; bottom: -210px; width: 380px; height: 380px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.about-next-step > * { position: relative; z-index: 1; }
.about-next-step h2 { margin-bottom: 8px; color: white; font-size: clamp(28px, 3.2vw, 41px); line-height: 1.5; }
.about-next-step div > p:last-child { max-width: 690px; margin: 0; color: #cbd6e8; font-size: 15px; line-height: 2; }
.about-next-step .button { min-width: 245px; }

.contact-hero { min-height: 385px; grid-template-columns: minmax(0, 1fr); padding-block: 82px 64px; }
.contact-hero .page-hero-copy { max-width: 940px; }
.contact-hero h1 { max-width: 860px; margin-bottom: 21px; font-size: clamp(42px, 5.1vw, 65px); }
.contact-hero h1 em { color: #08786d; font-style: normal; }
.contact-hero .page-hero-copy > p:last-child { max-width: 900px; font-size: 17px; line-height: 2; }
.contact-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 64px; align-items: start; padding-top: 60px; }
.contact-info { position: sticky; top: 118px; }
.contact-info h2 { margin-bottom: 17px; font-size: clamp(29px, 3.2vw, 43px); }
.contact-info > p:not(.eyebrow) { margin-bottom: 27px; color: var(--muted); font-size: 16px; line-height: 2; }
.contact-route-note { margin-bottom: 18px; padding: 24px 25px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.contact-route-note strong { display: block; margin-bottom: 11px; color: var(--navy); font-size: 17px; }
.contact-route-note ul { display: grid; gap: 7px; padding: 0 20px 0 0; margin: 0 0 18px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.contact-route-note li::marker { color: var(--teal); }
.contact-route-note .text-link { color: #08786d; font-size: 14px; }
.contact-route-note .text-link:hover span { transform: translateY(4px); }
.contact-booking-card { margin: 0 0 20px; padding: 27px; border: 1px solid #314158; border-radius: 19px; background: linear-gradient(135deg, var(--navy-dark), var(--navy)); color: white; box-shadow: 0 18px 45px rgba(8,17,31,.14); }
.contact-booking-label { display: inline-flex; margin-bottom: 16px; padding: 5px 10px; border-radius: 99px; background: rgba(121,233,220,.12); color: #9af2e8; font-size: 12px; font-weight: 800; }
.contact-booking-card h3 { margin-bottom: 9px; color: white; font-size: 21px; line-height: 1.6; }
.contact-booking-card > p { margin-bottom: 20px; color: #c3cfde; font-size: 14px; line-height: 1.95; }
.contact-booking-button { width: 100%; min-height: 56px; border: 1px solid #69ded3; background: var(--teal); color: var(--navy-dark); box-shadow: 0 12px 28px rgba(0,0,0,.18); font-size: 14px; font-weight: 800; }
.contact-booking-button:hover { background: #42d5c8; box-shadow: 0 16px 32px rgba(0,0,0,.24); }
.contact-booking-button:focus-visible { outline: 3px solid rgba(255,255,255,.75); outline-offset: 4px; }
.contact-facts { padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }
.contact-facts li { display: flex; gap: 14px; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--line); }
.method-icon { width: 41px; height: 41px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; background: var(--teal-light); color: #08786d; font: 800 15px/1 Arial, sans-serif; }
.contact-facts small { display: block; color: #7a8799; font-size: 12px; font-weight: 600; }
.contact-facts a, .contact-facts p { margin: 0; color: var(--navy); font-size: 15px; font-weight: 700; }
.contact-facts a { direction: ltr; }
.contact-form { scroll-margin-top: 110px; padding: 40px; border: 1px solid var(--line); border-radius: 25px; background: var(--soft); box-shadow: 0 20px 55px rgba(16,44,92,.07); }
.contact-form-heading { margin-bottom: 30px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.contact-form-heading .eyebrow { margin-bottom: 13px; }
.contact-form-heading h2 { margin-bottom: 8px; color: var(--navy-dark); font-size: 31px; line-height: 1.55; }
.contact-form-heading > p:last-child { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.95; }
.contact-selection-note { display: grid; gap: 3px; margin-bottom: 25px; padding: 17px 19px; border: 1px solid #9bd8d1; border-radius: 13px; background: #edf9f7; }
.contact-selection-note[hidden] { display: none; }
.contact-selection-note span { color: #08786d; font-size: 12px; font-weight: 800; }
.contact-selection-note strong { color: var(--navy); font-size: 17px; line-height: 1.7; }
.contact-selection-note small { color: var(--muted); font-size: 13px; }
.contact-form label { display: block; margin-bottom: 22px; color: var(--navy); font-size: 15px; font-weight: 700; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 8px; padding: 14px 15px; border: 1px solid #cfd9e4; border-radius: 10px; outline: none; background: white; color: var(--ink); font-size: 16px; line-height: 1.7; transition: border .2s, box-shadow .2s, background .2s; }
.contact-form select { min-height: 55px; }
.contact-form textarea { resize: vertical; min-height: 155px; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #8a96a5; opacity: 1; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(24,168,139,.12); }
.contact-form .invalid input, .contact-form .invalid select, .contact-form .invalid textarea { border-color: #bf4e51; }
.field-error { display: none; margin-top: 6px; color: #a43a3d; font-size: 13px; font-weight: 600; }
.invalid .field-error { display: block; }
.form-submit { width: 100%; min-height: 57px; background: #08786d; font-size: 15px; }
.form-submit:hover { background: #06685f; }
.form-submit:disabled { cursor: wait; opacity: .72; transform: none; box-shadow: none; }
.form-privacy { margin: 15px 0 0; text-align: center; color: var(--muted); font-size: 13px; line-height: 1.8; }
.form-privacy a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.form-message { display: none; margin-top: 15px; padding: 13px; border-radius: 9px; text-align: center; font-size: 14px; font-weight: 700; }
.form-message.show { display: block; }
.form-message.success { background: var(--teal-light); color: #08705f; }
.form-message.error { background: #fdebed; color: #96373b; }
.faq-section { padding-block: 100px; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.accordion-list details { border-top: 1px solid var(--line); }
.accordion-list details:last-child { border-bottom: 1px solid var(--line); }
.accordion-list summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; color: var(--navy); cursor: pointer; font-weight: 600; list-style: none; }
.accordion-list summary::-webkit-details-marker { display: none; }
.accordion-list summary span { color: var(--teal); font-size: 20px; font-weight: 300; }
.accordion-list details p { padding: 0 0 24px; margin: 0; color: var(--muted); font-size: 13px; }

.site-footer { background: #071731; color: white; }
.footer-main { display: grid; grid-template-columns: 1.5fr .65fr .85fr 1fr; gap: 55px; padding-block: 70px; }
.footer-logo { display: block; width: 105px; height: 105px; object-fit: contain; border-radius: 22px; }
.footer-brand .brand-wordmark { margin-bottom: 22px; color: white; }
.footer-brand .brand-wordmark + p { margin-top: 0; }
.footer-brand .english-brand-mark { width: 44px; height: 44px; }
.footer-brand .brand-name strong { font-size: 18px; }
.footer-brand .brand-name small { color: var(--gold); }
.brand-light .brand-emblem i:nth-child(2) { background: var(--navy-dark); }
.footer-brand p { max-width: 300px; margin: 25px 0 0; color: #a9b8cd; font-size: 13px; }
.footer-main h3 { margin-bottom: 20px; color: white; font-size: 13px; }
.footer-nav { display: flex; flex-direction: column; gap: 8px; }
.footer-nav a { color: #a9b8cd; font-size: 12px; }
.footer-nav a:hover { color: var(--gold); }
.footer-contact > a:first-of-type { display: block; color: #c5d0df; direction: ltr; text-align: right; font: 500 13px Arial; }
.footer-social { display: flex; align-items: center; gap: 10px; margin-top: 18px; }
.social-link { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: #d5dfec; transition: transform .2s ease, color .2s ease, border-color .2s ease, background .2s ease; }
.social-link svg { width: 20px; height: 20px; fill: currentColor; }
.social-link:hover, .social-link:focus-visible { transform: translateY(-2px); color: white; border-color: transparent; outline: none; }
.social-linkedin:hover, .social-linkedin:focus-visible { background: #0a66c2; }
.social-whatsapp:hover, .social-whatsapp:focus-visible { background: #25d366; }
.footer-arrow { width: 45px; height: 45px; display: grid; place-items: center; margin-top: 27px; border-radius: 50%; background: var(--teal); color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.09); color: #8191a9; font-size: 10px; }
html[dir="ltr"] .contact-methods a, html[dir="ltr"] .contact-methods p { text-align: left; }
html[dir="ltr"] .footer-contact > a:first-of-type { text-align: left; }
html[dir="ltr"] .resource-search span { right: auto; left: 16px; }
html[dir="ltr"] .resource-search input { padding: 10px 16px 10px 48px; }
html[dir="ltr"] .founder-visual figcaption { right: auto; left: 22px; }
html[dir="ltr"] .story-mark p { text-align: left; }
.resources-hero { background: radial-gradient(circle at 18% 50%, rgba(21,184,168,.11), transparent 34%); }
.resources-section { padding-top: 70px; }
.resource-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 25px; margin-bottom: 42px; }
.resource-search { width: min(360px, 100%); position: relative; }
.resource-search span { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: var(--teal); font-size: 20px; }
.resource-search input { width: 100%; height: 48px; padding: 10px 48px 10px 16px; border: 1px solid var(--line); border-radius: 12px; outline: none; background: var(--soft); color: var(--ink); font-size: 12px; }
.resource-search input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(21,184,168,.1); }
.resource-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.resource-filters button { padding: 9px 15px; border: 1px solid var(--line); border-radius: 99px; background: white; color: var(--muted); cursor: pointer; font-size: 11px; transition: .2s; }
.resource-filters button:hover, .resource-filters button.active { border-color: var(--navy); background: var(--navy); color: white; }
.resources-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.resource-card { min-height: 335px; display: flex; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: white; transition: .25s; }
.resource-card:hover { transform: translateY(-6px); border-color: rgba(21,184,168,.5); box-shadow: 0 20px 50px rgba(8,17,31,.09); }
.resource-card[hidden] { display: none; }
.resource-card-top { display: flex; justify-content: space-between; align-items: center; }
.resource-type { padding: 5px 10px; border-radius: 99px; background: var(--teal-light); color: #08786d; font-size: 9px; font-weight: 700; }
.resource-number { color: #9da8b6; font: 700 10px Arial; }
.resource-symbol { width: 52px; height: 52px; display: grid; place-items: center; margin-top: 30px; border-radius: 14px; background: var(--navy); color: var(--gold); font-size: 22px; font-weight: 800; }
.resource-card h2 { margin: 20px 0 10px; color: var(--navy); font-size: 18px; }
.resource-card p { margin-bottom: 20px; color: var(--muted); font-size: 12px; line-height: 1.9; }
.resource-card a { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); color: var(--navy); font-size: 11px; font-weight: 700; }
.resource-card a span { color: var(--teal); font-size: 17px; }
.resource-empty { padding: 45px; border-radius: 18px; background: var(--soft); text-align: center; color: var(--muted); }
.resource-note { min-height: 240px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 35px; margin-bottom: 90px; padding: 45px 55px; overflow: hidden; border-radius: 25px; background: var(--navy-dark); color: white; }
.resource-note > img { width: 105px; height: 105px; border-radius: 23px; }
.resource-note h2 { margin-bottom: 7px; font-size: clamp(25px, 3vw, 36px); }
.resource-note p:last-child { margin: 0; color: #acb9cb; font-size: 13px; }
.coming-soon-section { padding-top: 70px; }
.coming-soon-card { min-height: 470px; display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 75px; padding: 65px; overflow: hidden; border-radius: 28px; background: linear-gradient(135deg, var(--navy-dark), var(--navy)); color: white; position: relative; }
.coming-soon-card::after { content: ''; position: absolute; right: -120px; bottom: -170px; width: 380px; height: 380px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.coming-soon-mark { position: relative; z-index: 1; display: grid; place-items: center; }
.coming-soon-mark::before { content: ''; position: absolute; width: 310px; height: 310px; border-radius: 50%; background: rgba(21,184,168,.12); }
.coming-soon-mark img { position: relative; width: min(260px, 100%); height: auto; filter: drop-shadow(0 22px 45px rgba(0,0,0,.22)); }
.coming-soon-copy { position: relative; z-index: 1; }
.coming-soon-copy h2 { max-width: 650px; margin-bottom: 20px; font-size: clamp(32px, 4vw, 50px); line-height: 1.25; }
.coming-soon-copy > p:not(.eyebrow) { max-width: 690px; color: #c3cfdf; font-size: 15px; }
.coming-soon-topics { display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 28px 0 34px; list-style: none; }
.coming-soon-topics li { padding: 8px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 99px; color: #dce5ef; font-size: 11px; }
.coming-soon-actions { display: flex; align-items: center; gap: 27px; }
.text-link-light { color: white; }
.blog-hero { background: radial-gradient(circle at 18% 50%, rgba(21,184,168,.12), transparent 35%); }
.blog-latest { padding-top: 70px; }
.blog-empty { min-height: 330px; display: grid; grid-template-columns: 210px 1fr; align-items: center; gap: 55px; padding: 48px 55px; border: 1px solid var(--line); border-radius: 25px; background: linear-gradient(135deg, #f7fafc, #edf7f5); }
.blog-empty > img { width: 190px; height: 190px; object-fit: contain; filter: drop-shadow(0 20px 38px rgba(8,17,31,.15)); }
.blog-status { display: inline-flex; margin-bottom: 16px; padding: 6px 11px; border-radius: 99px; background: var(--teal-light); color: #08786d; font-size: 10px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.blog-empty h3 { max-width: 720px; margin-bottom: 13px; color: var(--navy-dark); font-size: clamp(25px, 3vw, 37px); line-height: 1.35; }
.blog-empty p { max-width: 760px; margin-bottom: 25px; color: var(--muted); font-size: 14px; }
.blog-topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.blog-topic-card { min-height: 285px; padding: 34px 30px; border: 1px solid var(--line); border-radius: 21px; background: white; }
.blog-topic-card.featured { border-color: var(--navy); background: var(--navy); color: white; }
.blog-topic-card > span { color: var(--teal); font-size: 10px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; }
.blog-topic-card.featured > span { color: var(--gold); }
.blog-topic-card h3 { margin: 36px 0 13px; color: var(--navy); font-size: 20px; line-height: 1.45; }
.blog-topic-card.featured h3 { color: white; }
.blog-topic-card p { margin: 0; color: var(--muted); font-size: 13px; }
.blog-topic-card.featured p { color: #cbd6e6; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

.policy-content { max-width: 820px; }
.policy-content h2 { margin: 34px 0 10px; font-size: clamp(22px, 3vw, 30px); }
.policy-content p { color: var(--muted); font-size: 16px; line-height: 1.9; }
.policy-content a { color: var(--teal-dark); text-decoration: underline; text-underline-offset: 3px; }
.policy-updated { margin-bottom: 38px; font-weight: 700; }

/* Persian research pathway and pricing */
.research-hero, .pricing-hero { min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 75px; padding-block: 80px 95px; }
.research-hero-copy, .pricing-hero-copy { max-width: 700px; }
.research-hero h1, .pricing-hero h1 { margin-bottom: 26px; color: var(--navy-dark); font-size: clamp(48px, 5.4vw, 76px); line-height: 1.24; letter-spacing: -2.2px; }
.research-hero h1 em, .pricing-hero h1 em { color: var(--teal); font-style: normal; }
.research-hero-lead, .pricing-hero-copy > p:not(.eyebrow) { max-width: 670px; margin-bottom: 32px; color: var(--muted); font-size: 17px; line-height: 2.05; }
.research-trust { row-gap: 8px; }
.path-preview { min-height: 530px; padding: 34px; border: 1px solid rgba(21,184,168,.2); border-radius: 29px; background: linear-gradient(145deg, #f7fbfc, #e8f6f4); box-shadow: 0 25px 75px rgba(8,17,31,.11); position: relative; overflow: hidden; scroll-margin-top: 105px; }
.path-preview::before { content: ''; position: absolute; left: -120px; top: -130px; width: 320px; height: 320px; border: 1px solid rgba(21,184,168,.2); border-radius: 50%; }
.path-preview-title { position: relative; display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.path-preview-title span { color: var(--navy); font-weight: 800; }
.path-preview-title b { padding: 6px 11px; border-radius: 99px; background: var(--navy); color: white; font-size: 10px; }
.path-preview ol { position: relative; padding: 0; margin: 0; list-style: none; }
.path-preview li { min-height: 68px; display: grid; grid-template-columns: 46px 1fr; align-items: center; gap: 15px; position: relative; }
.path-preview li:not(:last-child)::after { content: ''; position: absolute; right: 22px; top: 49px; bottom: -18px; width: 1px; background: #c7ddd9; }
.path-preview li span { width: 44px; height: 44px; display: grid; place-items: center; z-index: 1; border: 1px solid #c8ddd9; border-radius: 50%; background: white; color: #80908f; font: 700 10px Arial; }
.path-preview li b { color: #445166; font-size: 13px; }
.path-preview li.active span { border-color: var(--teal); background: var(--teal); color: white; box-shadow: 0 8px 22px rgba(21,184,168,.24); }
.path-preview li.active b { color: var(--navy); }

.integrity-strip { border-block: 1px solid #cce9e5; background: #effaf8; }
.integrity-strip .section-shell { min-height: 86px; display: flex; align-items: center; gap: 16px; padding-block: 17px; }
.integrity-strip p { margin: 0; color: #31504f; font-size: 13px; }
.integrity-strip strong { color: var(--navy); }
.integrity-icon { width: 35px; height: 35px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--teal); color: white; font-weight: 800; }
.path-heading > p, .pricing-heading > p, .decision-guides .section-heading > p, .scope-section .section-heading > p { max-width: 500px; margin: 0; color: var(--muted); font-size: 14px; }
.path-heading, .pricing-heading { align-items: flex-start; flex-direction: column; gap: 12px; margin-bottom: 38px; }
.path-heading h2, .pricing-heading h2 { max-width: none; }
.path-heading > p, .pricing-heading > p { max-width: 760px; }
.path-heading, .path-builder, .timeline-heading, .panel-header, .pricing-heading, .pricing-stage-nav, .pricing-selection-summary { scroll-margin-top: 112px; }

.path-controls { display: grid; gap: 25px; margin-bottom: 26px; }
.choice-group { padding: 27px; border: 1px solid var(--line); border-radius: 21px; background: white; }
.choice-group legend { padding: 0 8px; color: var(--navy); font-size: 15px; font-weight: 800; }
.choice-group legend span { width: 27px; height: 27px; display: inline-grid; place-items: center; margin-left: 8px; border-radius: 50%; background: var(--navy); color: white; font: 700 10px Arial; }
.choice-grid { display: grid; gap: 12px; margin-top: 7px; }
.choice-grid-three { grid-template-columns: repeat(3, 1fr); }
.choice-card { min-height: 114px; display: block; position: relative; cursor: pointer; }
.choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card > span { height: 100%; display: flex; flex-direction: column; justify-content: center; padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: var(--soft); transition: border-color .2s, background .2s, box-shadow .2s, transform .2s; }
.choice-card b { margin-bottom: 6px; color: var(--navy); font-size: 14px; }
.choice-card small { color: var(--muted); font-size: 11px; line-height: 1.75; }
.choice-card:hover > span { transform: translateY(-2px); border-color: #a8dcd5; }
.choice-card.selected > span { border-color: var(--teal); background: #effaf8; box-shadow: 0 0 0 3px rgba(21,184,168,.1); }
.choice-card.selected b::before { content: '✓'; margin-left: 7px; color: var(--teal); }
.choice-card input:focus-visible + span { outline: 3px solid rgba(21,184,168,.32); outline-offset: 2px; }
.route-choice-editor[hidden], .route-choice-summary[hidden], .route-choice-actions[hidden] { display: none !important; }
.route-choice-actions { display: flex; margin: 14px 0 18px; }
.route-choice-actions .button { width: 100%; min-height: 54px; background: #08786d; color: white; box-shadow: 0 10px 24px rgba(8,120,109,.18); }
.route-choice-actions .button:hover { background: var(--teal); color: var(--navy-dark); }
.route-choice-summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 26px; padding: 18px 20px; border: 1px solid #a7d9d3; border-radius: 15px; background: #effaf8; }
.route-choice-summary > div { display: flex; flex-direction: column; gap: 3px; }
.route-choice-summary span { color: #4f6f6b; font-size: 11px; }
.route-choice-summary strong { color: var(--navy); font-size: 16px; }
.route-choice-summary button, .selected-program-action { min-height: 42px; padding: 9px 14px; border: 1px solid #08786d; border-radius: 9px; background: transparent; color: #08786d; font-family: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.route-choice-summary button:hover, .selected-program-action:hover { background: #08786d; color: white; }
.route-choice-summary button:focus-visible, .selected-program-action:focus-visible { outline: 3px solid rgba(21,184,168,.35); outline-offset: 2px; }
.path-status { margin: 25px 0; padding: 15px 18px; border-radius: 12px; background: #fff8e9; color: #725c2d; }
.path-status > div { display: flex; align-items: center; gap: 11px; }
.path-status p { margin: 0; font-size: 12px; }
.status-dot { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: #e2a93c; box-shadow: 0 0 0 5px rgba(226,169,60,.14); }
.timeline-summary { display: grid; grid-template-columns: 1fr auto; gap: 14px 35px; align-items: center; margin: 25px 0; padding: 22px 25px; border-radius: 17px; background: var(--navy-dark); color: white; }
.timeline-summary > div { display: flex; flex-direction: column; }
.timeline-summary small { color: #91a2b9; font-size: 10px; }
.timeline-summary strong { margin-top: 2px; font-size: 15px; }
.timeline-summary > div:nth-child(2) { text-align: left; }
.timeline-summary > div:nth-child(2) strong { color: var(--gold); font-size: 18px; }
.timeline-summary p { grid-column: 1 / -1; margin: 0; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.1); color: #aebbc9; font-size: 10px; }

.milestone-workspace { display: grid; grid-template-columns: 275px 1fr; gap: 22px; align-items: start; margin-top: 28px; }
.milestone-nav { display: grid; gap: 8px; position: sticky; top: 105px; }
.milestone-button { min-height: 88px; display: grid; grid-template-columns: 39px 1fr; gap: 3px 12px; align-items: center; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: white; color: var(--navy); text-align: right; cursor: pointer; transition: .2s; }
.milestone-button > span { width: 38px; height: 38px; display: grid; grid-row: 1 / 3; place-items: center; border-radius: 11px; background: var(--soft); color: #7f8b9c; font: 700 10px Arial; }
.milestone-button b { align-self: end; font-size: 12px; }
.milestone-button small { align-self: start; color: var(--muted); font-size: 9px; }
.milestone-duration { display: none; grid-column: 2; color: var(--teal); font-size: 9px; font-style: normal; font-weight: 700; }
.milestone-button:hover { border-color: #abdcd6; transform: translateX(-2px); }
.milestone-button.active { border-color: var(--navy); background: var(--navy); color: white; box-shadow: 0 14px 32px rgba(8,17,31,.13); }
.milestone-button.active > span { background: var(--teal); color: white; }
.milestone-button.active small { display: none; color: #bdcad9; }
.milestone-button.active .milestone-duration { display: block; }
.milestone-button:focus-visible { outline: 3px solid rgba(21,184,168,.35); outline-offset: 2px; }
.milestone-panel { min-height: 0; padding: 38px; border: 1px solid var(--line); border-radius: 23px; background: white; box-shadow: 0 20px 60px rgba(8,17,31,.07); scroll-margin-top: 105px; }
.milestone-panel:focus { outline: none; }
.panel-empty { min-height: 570px; display: grid; place-items: center; align-content: center; text-align: center; }
.panel-empty > span { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 18px; background: var(--teal-light); color: var(--teal); font-size: 25px; }
.panel-empty h3 { margin-bottom: 8px; color: var(--navy); font-size: 24px; }
.panel-empty p { max-width: 470px; margin: 0; color: var(--muted); font-size: 13px; }
.panel-header { display: flex; justify-content: space-between; align-items: start; gap: 30px; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.stage-kicker { color: var(--teal); font-size: 10px; font-weight: 800; }
.panel-header h3 { margin: 8px 0 0; color: var(--navy-dark); font-size: clamp(26px, 3vw, 37px); }
.panel-route-context { margin: 7px 0 0; color: var(--muted); font-size: 12px; font-weight: 700; }
.stage-duration { min-width: 150px; padding: 12px 14px; border-radius: 12px; background: var(--soft); text-align: center; }
.stage-duration small { display: block; color: var(--muted); font-size: 9px; }
.stage-duration strong { color: var(--navy); font-size: 14px; }
.panel-lead { margin: 25px 0; color: #4f5c6e; font-size: 15px; line-height: 2; }
.panel-primary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 18px; }
.panel-primary-grid section { padding: 22px; border-radius: 16px; background: var(--soft); }
.panel-primary-grid h4 { margin-bottom: 13px; color: var(--navy); font-size: 13px; }
.panel-primary-grid ul { padding: 0 18px 0 0; margin: 0; color: var(--muted); font-size: 11px; }
.panel-primary-grid li { margin-bottom: 7px; }
.method-focus { background: #eef9f7 !important; }
.method-focus > span { display: inline-flex; padding: 4px 9px; border-radius: 99px; background: var(--teal); color: white; font-size: 9px; font-weight: 800; }
.method-focus h4 { margin: 11px 0 7px; }
.method-focus p { margin: 0; color: #4c6562; font-size: 11px; line-height: 1.9; }
.decision-note { margin: 18px 0; padding: 19px 21px; border-right: 4px solid var(--teal); border-radius: 10px; background: #f2f8fb; }
.decision-note b { color: var(--navy); font-size: 12px; }
.decision-note p { margin: 4px 0 0; color: var(--muted); font-size: 11px; }
.output-emphasis { padding: 12px 14px; border-radius: 10px; background: var(--soft); }
.defensible-output { display: flex; gap: 12px; align-items: start; margin-top: 19px; padding: 18px; border-radius: 13px; background: var(--navy); color: white; }
.defensible-output > span { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--teal); font-size: 11px; }
.defensible-output p { margin: 0; color: #dbe4ef; font-size: 11px; }
.defensible-output b { color: white; }
.noscript-tool-note, .noscript-price-list { margin-top: 25px; padding: 25px; border: 1px solid #f0d290; border-radius: 15px; background: #fff9ec; color: #66552f; font-size: 13px; }
.noscript-tool-note a, .noscript-price-list a { text-decoration: underline; }

.decision-guide-grid, .scope-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.decision-guide { padding: 32px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.decision-number { color: var(--teal); font: 800 11px Arial; }
.decision-guide h3 { margin: 22px 0 10px; color: var(--navy); font-size: 21px; }
.decision-guide > p { color: var(--muted); font-size: 12px; }
.decision-guide ol { display: grid; gap: 7px; padding: 0; margin: 20px 0 24px; list-style-position: inside; color: #4c5b6e; font-size: 11px; }
.ethics-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.ethics-copy h2 { color: var(--navy-dark); font-size: clamp(30px, 4vw, 47px); line-height: 1.5; }
.ethics-copy > p:last-child { color: var(--muted); font-size: 14px; }
.ethics-list { display: grid; gap: 10px; }
.ethics-list > div { display: grid; grid-template-columns: 39px 1fr; gap: 14px; align-items: start; padding: 20px; border: 1px solid var(--line); border-radius: 15px; }
.ethics-list span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: var(--teal-light); color: var(--teal); font-weight: 800; }
.ethics-list p { margin: 0; color: var(--muted); font-size: 12px; }
.ethics-list b { display: block; color: var(--navy); }
.booking-cta { min-height: 290px; display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 55px; margin-top: 35px; margin-bottom: 90px; padding: 55px 65px; border-radius: 27px; overflow: hidden; background: linear-gradient(125deg, var(--navy-dark), var(--navy)); color: white; position: relative; }
.booking-cta::after { content: ''; position: absolute; left: -100px; bottom: -180px; width: 370px; height: 370px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.booking-cta > div { position: relative; z-index: 1; }
.booking-cta h2 { margin-bottom: 10px; font-size: clamp(28px, 3vw, 40px); line-height: 1.5; }
.booking-cta p:not(.eyebrow) { max-width: 740px; margin: 0; color: #becadc; font-size: 13px; }
.booking-actions { display: flex; align-items: stretch; flex-direction: column; gap: 11px; }
.booking-direct { width: 100%; white-space: nowrap; }

.pricing-hero { min-height: 620px; }
.pricing-principles { display: grid; gap: 12px; }
.pricing-principles > div { display: grid; grid-template-columns: 48px 1fr; gap: 17px; align-items: center; padding: 21px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 13px 40px rgba(8,17,31,.05); }
.pricing-principles span { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 13px; background: var(--teal-light); color: var(--teal); font: 800 10px Arial; }
.pricing-principles p { margin: 0; color: var(--muted); font-size: 12px; }
.pricing-principles b { display: block; color: var(--navy); font-size: 13px; }
.pricing-integrity .section-shell { min-height: 92px; }
.pricing-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.segment-control { min-width: 0; padding: 20px; border: 1px solid var(--line); border-radius: 17px; }
.segment-control legend { padding: 0 8px; color: var(--navy); font-size: 12px; font-weight: 800; }
.segment-control > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.segment-control label { position: relative; cursor: pointer; }
.segment-control input { position: absolute; opacity: 0; pointer-events: none; }
.segment-control label span { min-height: 45px; display: grid; place-items: center; padding: 8px; border: 1px solid var(--line); border-radius: 10px; background: var(--soft); color: var(--muted); text-align: center; font-size: 11px; font-weight: 700; transition: .2s; }
.segment-control label.selected span { border-color: var(--navy); background: var(--navy); color: white; }
.segment-control input:focus-visible + span { outline: 3px solid rgba(21,184,168,.35); outline-offset: 2px; }
.price-note { display: flex; justify-content: space-between; align-items: center; gap: 25px; margin: 20px 0 32px; padding: 15px 18px; border-radius: 13px; background: #eef9f7; }
.price-note > div { display: flex; align-items: center; gap: 10px; }
.price-note span { width: 26px; height: 26px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--teal); color: white; font: 800 11px Arial; }
.price-note p { margin: 0; color: #526965; font-size: 10px; }
.price-note > p { max-width: 450px; text-align: left; }
.pricing-stage-nav { display: grid; grid-template-columns: repeat(6, 1fr); gap: 7px; margin: 24px 0 18px; }
.pricing-stage-nav button { min-height: 73px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; padding: 9px; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--muted); cursor: pointer; font-size: 10px; font-weight: 700; transition: .2s; }
.pricing-stage-nav span { color: var(--teal); font: 800 9px Arial; }
.pricing-stage-nav button:hover { border-color: #a7d9d3; }
.pricing-stage-nav button.active { border-color: var(--navy); background: var(--navy); color: white; }
.pricing-stage-nav button.active span { color: var(--gold); }
.pricing-stage-nav button:focus-visible { outline: 3px solid rgba(21,184,168,.35); outline-offset: 2px; }
.pricing-selection-summary { display: flex; justify-content: space-between; align-items: center; gap: 25px; margin-bottom: 22px; padding: 19px 22px; border-radius: 14px; background: var(--soft); }
.pricing-selection-summary > div { display: flex; flex-direction: column; }
.pricing-selection-summary span { color: var(--teal); font-size: 9px; font-weight: 800; }
.pricing-selection-summary b { color: var(--navy); font-size: 17px; }
.pricing-selection-summary p { margin: 0; color: var(--muted); font-size: 11px; }
.package-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; align-items: start; }
.package-card { min-height: 100%; display: flex; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: white; transition: border-color .2s, box-shadow .2s, transform .2s; }
.package-card:hover { transform: translateY(-3px); border-color: #afdcd7; box-shadow: 0 18px 50px rgba(8,17,31,.07); }
.package-featured { border-color: rgba(21,184,168,.55); }
.package-targeted { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(21,184,168,.14), 0 18px 50px rgba(8,17,31,.08); }
.package-card > header { display: flex; justify-content: space-between; align-items: start; gap: 15px; }
.package-badge { display: inline-flex; padding: 5px 9px; border-radius: 99px; background: var(--teal-light); color: #08786d; font-size: 9px; font-weight: 800; }
.package-price { display: flex; flex-direction: column; text-align: left; }
.package-price small { color: var(--muted); font-size: 8px; }
.package-price strong { color: var(--navy); font-size: 16px; white-space: nowrap; }
.package-card h3 { margin: 24px 0 9px; color: var(--navy-dark); font-size: 20px; line-height: 1.55; }
.package-description { color: var(--muted); font-size: 12px; }
.package-condition { padding: 12px 14px; border-radius: 10px; background: #fff8e9; color: #6c5a33; font-size: 10px; }
.package-condition b { color: #4f421f; }
.package-details { padding-top: 15px; border-top: 1px solid var(--line); }
.package-details h4 { margin-bottom: 8px; color: var(--navy); font-size: 11px; }
.package-details > ul { padding: 0 17px 0 0; margin: 0 0 14px; color: var(--muted); font-size: 10px; }
.package-details li { margin-bottom: 5px; }
.package-scope { margin-bottom: 15px; padding: 11px 12px; border-radius: 9px; background: var(--soft); color: var(--muted); font-size: 9px; }
.package-credit { margin-bottom: 15px; padding: 11px 12px; border-radius: 9px; background: #eef9f7; color: #3f615c; font-size: 9px; font-weight: 700; }
.price-comparison ul { padding: 0; margin: 0 0 15px; list-style: none; }
.price-comparison li { display: flex; justify-content: space-between; gap: 20px; padding: 7px 9px; border-radius: 8px; color: var(--muted); font-size: 9px; }
.price-comparison li.current { background: var(--teal-light); color: var(--navy); }
.price-comparison b { font-size: 9px; }
.package-card > footer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 10px; margin-top: auto; padding-top: 20px; }
.package-card .text-link { font-size: 10px; }
.package-contact { padding: 8px 11px; border: 1px solid var(--line); border-radius: 8px; color: var(--navy); font-size: 9px; font-weight: 700; }
.package-contact:hover { border-color: var(--teal); background: var(--teal-light); }
.package-start { min-height: 42px; padding: 9px 12px; border: 1px solid #08786d; border-radius: 8px; background: #08786d; color: white; font-family: inherit; font-size: 10px; font-weight: 800; cursor: pointer; }
.package-start:hover, .package-start[aria-pressed="true"] { border-color: var(--teal); background: var(--teal); }
.noscript-price-list table { width: 100%; margin: 15px 0; border-collapse: collapse; }
.noscript-price-list th, .noscript-price-list td { padding: 9px; border: 1px solid #e5d4a9; text-align: right; }
.scope-card { padding: 32px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.scope-card > span { color: var(--teal); font-size: 9px; font-weight: 800; }
.scope-card h3 { margin: 20px 0 9px; color: var(--navy); font-size: 21px; }
.scope-card > p { color: var(--muted); font-size: 12px; }
.scope-credit { padding: 12px; border-radius: 10px; background: var(--teal-light); color: #42625e !important; font-weight: 700; }
.scope-card button { display: inline-flex; gap: 9px; padding: 0; border: 0; background: transparent; color: var(--navy); cursor: pointer; font-size: 11px; font-weight: 800; }
.scope-card button span { color: var(--teal); }
.boundary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.boundary-card { padding: 34px; border: 1px solid var(--line); border-radius: 21px; }
.boundary-card > span { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; font-weight: 800; }
.boundary-card.included > span { background: var(--teal-light); color: var(--teal); }
.boundary-card.excluded > span { background: #fdebed; color: #a94449; }
.boundary-card h2 { margin: 20px 0 14px; color: var(--navy); font-size: 25px; }
.boundary-card ul { display: grid; gap: 7px; padding: 0 18px 0 0; margin: 0; color: var(--muted); font-size: 12px; }

.research-entry { min-height: 240px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 48px; margin-top: 80px; margin-bottom: 10px; padding: 40px 45px; border: 1px solid #cae7e3; border-radius: 24px; background: linear-gradient(135deg, #f6fbfb, #eaf8f5); }
#programs-summary { scroll-margin-top: 110px; }
#support-programs { scroll-margin-top: 0; }
.research-entry h2 { margin-bottom: 9px; color: var(--navy-dark); font-size: clamp(26px, 3vw, 38px); }
.research-entry-copy > p:last-child { max-width: 700px; margin: 0; color: var(--muted); font-size: 16px; line-height: 2; }
.research-entry-actions { display: flex; align-items: stretch; flex-direction: column; gap: 14px; min-width: 220px; }
.research-entry-actions .text-link { justify-content: center; font-size: 14px; }
.support-programs-heading { align-items: start; margin-bottom: 38px; }
.support-programs-heading > div { max-width: 850px; }
.support-programs-intro { max-width: 800px; margin: 19px 0 0; color: var(--muted); font-size: 16px; line-height: 2; }
.support-program-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.support-program-card { position: relative; min-height: 305px; display: flex; flex-direction: column; padding: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 15px 38px rgba(16,44,92,.045); transition: transform .22s, border-color .22s, box-shadow .22s; }
.support-program-card::before { content: ''; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--teal), #08786d); opacity: .8; }
.support-program-card:hover { transform: translateY(-4px); border-color: #9bd8d1; box-shadow: 0 22px 52px rgba(16,44,92,.09); }
.support-program-card:focus-visible, .ongoing-support-band:focus-visible { outline: 3px solid rgba(21,184,168,.35); outline-offset: 5px; }
.support-program-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.support-program-tags span { padding: 5px 11px; border: 1px solid #cbe9e5; border-radius: 99px; background: var(--teal-light); color: #08786d; font-size: 13px; font-weight: 800; line-height: 1.5; }
.support-program-card h3 { margin-bottom: 12px; color: var(--navy-dark); font-size: 24px; line-height: 1.55; }
.support-program-card > p { margin-bottom: 27px; color: var(--muted); font-size: 16px; line-height: 2; }
.support-program-link { display: inline-flex; align-items: center; gap: 9px; align-self: flex-start; margin-top: auto; color: #08786d; font-size: 14px; font-weight: 800; }
.support-program-link b, .ongoing-support-link b { color: var(--teal); font-size: 18px; transition: transform .2s; }
.support-program-card:hover .support-program-link b, .ongoing-support-band:hover .ongoing-support-link b { transform: translateX(-5px); }
.ongoing-support-band { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 55px; margin-top: 22px; padding: 32px 36px; border: 1px solid var(--navy); border-radius: 22px; background: linear-gradient(125deg, var(--navy), var(--navy-dark)); color: white; box-shadow: 0 18px 42px rgba(8,17,31,.12); transition: transform .22s, box-shadow .22s; }
.ongoing-support-band:hover { transform: translateY(-3px); box-shadow: 0 23px 50px rgba(8,17,31,.18); }
.ongoing-support-band .eyebrow { margin-bottom: 12px; }
.ongoing-support-band h3 { margin-bottom: 8px; color: white; font-size: 24px; line-height: 1.55; }
.ongoing-support-band div > p:last-child { max-width: 780px; margin-bottom: 0; color: #cbd6e8; font-size: 15px; line-height: 2; }
.ongoing-support-link { display: inline-flex; align-items: center; gap: 9px; color: white; font-size: 14px; font-weight: 800; white-space: nowrap; }
.home-collaboration { padding-block: 92px; }
.home-collaboration-heading { max-width: 780px; margin-bottom: 38px; }
.home-collaboration-heading h2 { margin-bottom: 13px; color: var(--navy-dark); font-size: clamp(29px, 3.4vw, 43px); line-height: 1.5; }
.home-collaboration-heading > p:last-child { margin: 0; color: var(--muted); font-size: 16px; line-height: 2; }
.home-collaboration-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; padding: 0; margin: 0; list-style: none; }
.home-collaboration-card { min-height: 240px; padding: 30px 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); box-shadow: 0 14px 36px rgba(16,44,92,.045); }
.home-collaboration-card > span { display: inline-flex; margin-bottom: 24px; padding: 5px 11px; border-radius: 99px; background: var(--teal-light); color: #08786d; font-size: 13px; font-weight: 800; }
.home-collaboration-card h3 { margin-bottom: 11px; color: var(--navy-dark); font-size: 21px; line-height: 1.65; }
.home-collaboration-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 2; }
.home-consultation { min-height: 270px; display: grid; grid-template-columns: minmax(0, 1fr) 290px; align-items: center; gap: 55px; margin-top: 80px; margin-bottom: 90px; padding: 52px 58px; overflow: hidden; position: relative; border: 1px solid var(--navy); border-radius: 25px; background: linear-gradient(125deg, var(--navy-dark), var(--navy)); color: white; }
.home-consultation::after { content: ''; position: absolute; left: -110px; bottom: -210px; width: 390px; height: 390px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.home-consultation-copy, .home-consultation-actions { position: relative; z-index: 1; }
.home-consultation-copy h2 { margin-bottom: 12px; color: white; font-size: clamp(28px, 3.2vw, 42px); line-height: 1.5; }
.home-consultation-copy > p:last-child { max-width: 720px; margin: 0; color: #cbd6e8; font-size: 15px; line-height: 2; }
.home-consultation-actions { display: flex; align-items: stretch; flex-direction: column; gap: 14px; }
.home-consultation-actions .button { width: 100%; }
.home-booking-button { min-height: 58px; border: 1px solid #69ded3; background: var(--teal); color: var(--navy-dark); box-shadow: 0 13px 28px rgba(0,0,0,.2); font-size: 15px; font-weight: 800; }
.home-booking-button:hover { background: #42d5c8; box-shadow: 0 16px 34px rgba(0,0,0,.25); }
.home-booking-button:focus-visible { outline: 3px solid rgba(255,255,255,.75); outline-offset: 4px; }
.home-booking-button span { font-size: 18px; }
.home-consultation-question { align-self: center; color: #dce8f5; font-size: 13px; font-weight: 700; text-align: center; text-decoration: underline; text-decoration-color: rgba(255,255,255,.38); text-underline-offset: 5px; }
.home-consultation-question:hover { color: white; text-decoration-color: white; }
.home-consultation-question:focus-visible { outline: 3px solid rgba(255,255,255,.38); outline-offset: 5px; }
.services-hero { min-height: auto; grid-template-columns: minmax(0, 1fr); gap: 0; padding-block: 65px 34px; }
.services-hero .page-hero-copy { max-width: 970px; }
.services-hero h1 { max-width: 900px; margin-bottom: 20px; font-size: clamp(42px, 5vw, 64px); }
.services-hero h1 em { color: #08786d; font-style: normal; font-weight: 800; }
.services-hero .page-hero-copy > p:last-child { max-width: 880px; font-size: 17px; line-height: 2; }
.service-stage-card > a:focus-visible { outline: 3px solid rgba(21,184,168,.3); outline-offset: 4px; }
.services-stage-section { padding-top: 28px; }
.service-formats-heading > p { max-width: 470px; margin: 0; color: var(--muted); font-size: 15px; line-height: 2; }
.service-stage-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.service-stage-card { min-height: 380px; display: flex; flex-direction: column; padding: 35px; border: 1px solid var(--line); border-radius: 22px; background: white; scroll-margin-top: 110px; transition: transform .2s, border-color .2s, box-shadow .2s; }
.service-stage-card:hover { transform: translateY(-4px); border-color: #9bd8d1; box-shadow: 0 20px 48px rgba(16,44,92,.08); }
.service-stage-label { margin: 0 0 18px; color: #08786d; font: 800 12px/1.4 Inter, Arial, sans-serif; letter-spacing: .9px; text-transform: uppercase; }
.service-stage-card h2 { margin-bottom: 12px; color: var(--navy); font-size: 25px; line-height: 1.55; }
.service-stage-card > p:not(.service-stage-label) { margin-bottom: 20px; color: var(--muted); font-size: 15px; line-height: 2; }
.service-stage-card ul { display: grid; gap: 8px; padding: 0; margin: 0 0 26px; list-style: none; color: #435168; font-size: 15px; line-height: 1.85; }
.service-stage-card li { position: relative; padding-inline-start: 22px; }
.service-stage-card li::before { content: ''; position: absolute; inset-inline-start: 0; top: .82em; width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px var(--teal-light); }
.service-stage-card > a { display: inline-flex; align-items: center; gap: 9px; align-self: flex-start; margin-top: auto; color: #08786d; font-size: 14px; font-weight: 800; }
.service-stage-card > a span { color: var(--teal); font-size: 18px; transition: transform .2s; }
.service-stage-card > a:hover span { transform: translateX(-5px); }
.service-formats-heading { align-items: end; }
.service-formats-heading h2 em { color: #08786d; font-style: normal; }
.service-format-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-format-grid .engagement-card { min-height: 250px; display: flex; flex-direction: column; padding: 32px 28px; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 14px 35px rgba(16,44,92,.05); }
.service-format-grid .engagement-card h3 { margin: 7px 0 14px; font-size: 20px; line-height: 1.6; }
.service-format-grid .engagement-card > p:last-child { color: var(--muted); font-size: 15px; line-height: 2; }
.services-cta-actions { position: relative; z-index: 2; display: flex; flex: 0 0 auto; flex-direction: column; align-items: stretch; gap: 14px; min-width: 260px; }
.services-cta-actions .button { justify-content: center; }
.services-cta-secondary { align-self: center; color: white; font-size: 14px; font-weight: 800; text-decoration: underline; text-decoration-color: rgba(255,255,255,.45); text-underline-offset: 6px; }
.services-cta-secondary:hover { text-decoration-color: white; }
.services-cta-secondary:focus-visible { outline: 3px solid rgba(255,255,255,.4); outline-offset: 5px; }

/* Persian educational articles */
.articles-hero { min-height: 520px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(310px, .65fr); align-items: center; gap: 75px; padding-block: 82px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 8% 45%, rgba(21,184,168,.11), transparent 30%); }
.articles-hero-copy { max-width: 780px; }
.articles-hero h1 { margin-bottom: 22px; color: var(--navy-dark); font-size: clamp(44px, 5vw, 68px); line-height: 1.38; letter-spacing: -1.8px; }
.articles-hero h1 em { color: #08786d; font-style: normal; }
.articles-hero-copy > p:last-child { max-width: 730px; margin-bottom: 0; color: var(--muted); font-size: 17px; line-height: 2.05; }
.articles-cadence { min-height: 205px; display: grid; grid-template-columns: 76px 1fr; align-items: center; gap: 23px; padding: 31px; border: 1px solid #b8dfda; border-radius: 24px; background: linear-gradient(145deg,#f7fbfb,#e9f7f4); box-shadow: 0 22px 55px rgba(8,17,31,.08); }
.articles-cadence img { width: 76px; height: 76px; object-fit: contain; border-radius: 17px; }
.articles-cadence div { display: flex; flex-direction: column; }
.articles-cadence span { margin-bottom: 7px; color: #08786d; font-size: 12px; font-weight: 800; }
.articles-cadence strong { color: var(--navy); font-size: 19px; line-height: 1.7; }
.articles-cadence small { margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.articles-topics { margin-top: -29px; position: relative; z-index: 2; }
.articles-topics ul { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); padding: 8px; margin: 0; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: 0 15px 40px rgba(8,17,31,.07); list-style: none; }
.articles-topics li { min-height: 68px; display: grid; place-items: center; padding: 13px 18px; border-inline-start: 1px solid var(--line); color: var(--navy); font-size: 13px; font-weight: 700; text-align: center; }
.articles-topics li:first-child { border-inline-start: 0; }
.articles-latest { padding-top: 90px; }
.articles-section-heading { display: grid; grid-template-columns: 1fr minmax(280px,450px); align-items: end; gap: 70px; margin-bottom: 42px; }
.articles-section-heading h2 { max-width: 650px; margin-bottom: 0; color: var(--navy-dark); font-size: clamp(30px,3.6vw,46px); line-height: 1.5; }
.articles-section-heading > p { margin-bottom: 0; color: var(--muted); font-size: 15px; line-height: 2; }
.article-feature-card { min-height: 390px; display: grid; grid-template-columns: minmax(250px,.62fr) minmax(0,1.38fr); overflow: hidden; border: 1px solid var(--line); border-radius: 27px; background: var(--paper); box-shadow: 0 22px 60px rgba(8,17,31,.08); }
.article-feature-mark { display: grid; place-items: center; overflow: hidden; position: relative; background: linear-gradient(145deg,var(--navy-dark),var(--navy)); }
.article-feature-mark::before, .article-feature-mark::after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.article-feature-mark::before { width: 290px; height: 290px; }
.article-feature-mark::after { width: 390px; height: 390px; }
.article-feature-mark img { position: relative; z-index: 1; width: 148px; height: 148px; object-fit: contain; filter: drop-shadow(0 18px 30px rgba(0,0,0,.3)); }
.article-feature-content { display: flex; flex-direction: column; justify-content: center; padding: 48px 55px; }
.article-card-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-bottom: 22px; color: var(--muted); font-size: 12px; }
.article-card-meta span:first-child { color: #08786d; font-weight: 800; }
.article-feature-content h3 { max-width: 740px; margin-bottom: 14px; color: var(--navy-dark); font-size: clamp(26px,3.2vw,39px); line-height: 1.55; }
.article-feature-content h3 a:hover { color: #08786d; }
.article-feature-content > p { max-width: 760px; margin-bottom: 28px; color: var(--muted); font-size: 16px; line-height: 2; }
.article-read-link { display: inline-flex; align-items: center; gap: 11px; align-self: flex-start; padding-bottom: 5px; border-bottom: 2px solid var(--teal); color: var(--navy); font-size: 14px; font-weight: 800; }
.article-read-link span { color: var(--teal); font-size: 18px; transition: transform .2s; }
.article-read-link:hover span { transform: translateX(-5px); }
.articles-path-bridge { min-height: 255px; display: flex; align-items: center; justify-content: space-between; gap: 55px; margin-bottom: 90px; padding: 48px 55px; border-radius: 27px; background: linear-gradient(125deg,var(--navy-dark),var(--navy)); color: white; }
.articles-path-bridge > div { max-width: 760px; }
.articles-path-bridge h2 { margin-bottom: 10px; font-size: clamp(27px,3.4vw,40px); line-height: 1.55; }
.articles-path-bridge > div > p:last-child { margin-bottom: 0; color: #c3cede; font-size: 15px; line-height: 2; }
.articles-path-bridge .button { flex: 0 0 auto; }

.educational-article { padding-bottom: 90px; }
.article-header { max-width: 940px; padding-top: 75px; padding-bottom: 58px; text-align: center; }
.article-breadcrumb { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; color: var(--muted); font-size: 13px; }
.article-breadcrumb a { color: #08786d; font-weight: 700; }
.article-header .eyebrow { justify-content: center; }
.article-header h1 { margin-bottom: 25px; color: var(--navy-dark); font-size: clamp(42px,5.5vw,67px); line-height: 1.38; letter-spacing: -1.7px; }
.article-deck { max-width: 820px; margin: 0 auto 28px; color: var(--muted); font-size: 19px; line-height: 2.05; }
.article-byline { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px 28px; color: var(--muted); font-size: 13px; }
.article-byline span:first-child { color: var(--navy); font-weight: 800; }
.article-layout { max-width: 1040px; display: grid; grid-template-columns: 190px minmax(0,760px); justify-content: center; align-items: start; gap: 60px; padding-block: 60px 90px; border-top: 1px solid var(--line); }
.article-toc { position: sticky; top: 115px; display: flex; flex-direction: column; gap: 10px; padding: 21px; border: 1px solid var(--line); border-radius: 16px; background: var(--soft); }
.article-toc strong { margin-bottom: 5px; color: var(--navy); font-size: 14px; }
.article-toc a { color: var(--muted); font-size: 12px; line-height: 1.75; }
.article-toc a:hover { color: #08786d; }
.article-content { min-width: 0; }
.article-content > section { margin-bottom: 52px; scroll-margin-top: 115px; }
.article-content h2 { margin-bottom: 18px; color: var(--navy-dark); font-size: clamp(27px,3.2vw,36px); line-height: 1.65; }
.article-content h3 { color: var(--navy); font-size: 20px; }
.article-content p, .article-content li { color: #425066; font-size: 17px; line-height: 2.15; }
.approach-cards { display: grid; gap: 14px; margin-top: 27px; }
.approach-cards article { padding: 26px 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--soft); }
.approach-cards article > span { display: inline-flex; margin-bottom: 8px; padding: 5px 10px; border-radius: 99px; background: var(--teal-light); color: #08786d; font-size: 12px; font-weight: 800; }
.approach-cards h3 { margin-bottom: 8px; }
.approach-cards p { margin-bottom: 10px; font-size: 16px; }
.approach-cards small { color: var(--muted); font-size: 13px; }
.article-criteria { display: grid; gap: 12px; padding: 0; margin: 25px 0 0; list-style: none; counter-reset: criteria; }
.article-criteria li { position: relative; padding: 19px 61px 19px 21px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); counter-increment: criteria; }
.article-criteria li::before { content: counter(criteria, persian); position: absolute; right: 18px; top: 19px; width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px; background: var(--navy); color: white; font-size: 12px; font-weight: 800; }
.article-criteria strong { color: var(--navy); }
.article-principle { margin: 15px 0 52px; padding: 27px 29px; border: 1px solid #dfbd6c; border-radius: 18px; background: #fff8e9; color: #654d1e; scroll-margin-top: 115px; }
.article-principle strong { display: block; margin-bottom: 7px; font-size: 18px; }
.article-principle p { margin: 0; color: inherit; font-size: 16px; line-height: 2; }
.article-references { padding-top: 30px; border-top: 1px solid var(--line); }
.article-references p { padding: 20px; border-radius: 14px; background: var(--soft); font: 14px/1.9 Inter,Arial,sans-serif; text-align: left; }
.article-next { min-height: 270px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 55px; padding: 48px 55px; border-radius: 27px; background: linear-gradient(125deg,var(--navy-dark),var(--navy)); color: white; }
.article-next > div:first-child { max-width: 720px; }
.article-next h2 { margin-bottom: 9px; font-size: clamp(27px,3.5vw,41px); line-height: 1.55; }
.article-next > div:first-child > p:last-child { margin-bottom: 0; color: #c3cede; font-size: 15px; }
.article-next-actions { display: flex; align-items: center; flex-direction: column; gap: 15px; }
.article-next-actions > a:last-child { color: #d7e1ed; font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }

@media (max-width: 1000px) {
  .articles-hero { grid-template-columns: 1fr; gap: 35px; }
  .articles-cadence { width: min(100%,620px); }
  .articles-section-heading { grid-template-columns: 1fr; gap: 18px; }
  .article-layout { grid-template-columns: minmax(0,760px); }
  .article-toc { position: static; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .article-toc strong { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .articles-hero { min-height: auto; gap: 28px; padding-block: 58px 67px; }
  .articles-hero h1 { font-size: 38px; line-height: 1.55; letter-spacing: -.8px; }
  .articles-hero-copy > p:last-child { font-size: 16px; }
  .articles-cadence { grid-template-columns: 58px 1fr; gap: 17px; min-height: 0; padding: 23px 20px; }
  .articles-cadence img { width: 58px; height: 58px; border-radius: 13px; }
  .articles-cadence strong { font-size: 17px; }
  .articles-cadence small { font-size: 14px; }
  .articles-topics { margin-top: -24px; }
  .articles-topics ul { grid-template-columns: 1fr; padding: 5px 17px; }
  .articles-topics li { min-height: 54px; justify-items: start; padding-inline: 3px; border-inline-start: 0; border-bottom: 1px solid var(--line); font-size: 14px; text-align: start; }
  .articles-topics li:last-child { border-bottom: 0; }
  .articles-latest { padding-top: 67px; }
  .articles-section-heading { margin-bottom: 30px; }
  .articles-section-heading h2 { font-size: 29px; }
  .articles-section-heading > p { font-size: 16px; }
  .article-feature-card { grid-template-columns: 1fr; }
  .article-feature-mark { min-height: 190px; }
  .article-feature-mark img { width: 105px; height: 105px; }
  .article-feature-content { padding: 29px 23px 34px; }
  .article-card-meta { gap: 7px 15px; font-size: 13px; }
  .article-feature-content h3 { font-size: 26px; }
  .article-feature-content > p { font-size: 16px; }
  .article-read-link { font-size: 15px; }
  .articles-path-bridge { min-height: 0; align-items: stretch; flex-direction: column; gap: 27px; margin-bottom: 70px; padding: 36px 23px; }
  .articles-path-bridge h2 { font-size: 28px; }
  .articles-path-bridge > div > p:last-child { font-size: 16px; }
  .articles-path-bridge .button { width: 100%; }
  .article-header { padding-top: 54px; padding-bottom: 43px; text-align: right; }
  .article-breadcrumb { justify-content: flex-start; margin-bottom: 29px; font-size: 14px; }
  .article-header .eyebrow { justify-content: flex-start; }
  .article-header h1 { font-size: 37px; line-height: 1.55; letter-spacing: -.7px; }
  .article-deck { font-size: 17px; }
  .article-byline { justify-content: flex-start; gap: 7px 17px; font-size: 14px; }
  .article-layout { gap: 40px; padding-block: 42px 65px; }
  .article-toc { grid-template-columns: 1fr; padding: 20px; }
  .article-toc strong { grid-column: auto; font-size: 16px; }
  .article-toc a { font-size: 14px; }
  .article-content > section { margin-bottom: 44px; }
  .article-content h2 { font-size: 27px; }
  .article-content h3 { font-size: 20px; }
  .article-content p, .article-content li { font-size: 16px; line-height: 2.05; }
  .approach-cards article { padding: 23px 20px; }
  .approach-cards p { font-size: 16px; }
  .approach-cards small { font-size: 14px; }
  .article-criteria li { padding: 18px 54px 18px 16px; }
  .article-criteria li::before { right: 14px; top: 18px; }
  .article-principle { padding: 23px 20px; }
  .article-principle p { font-size: 16px; }
  .article-references p { font-size: 13px; overflow-wrap: anywhere; }
  .article-next { min-height: 0; grid-template-columns: 1fr; gap: 27px; padding: 36px 23px; }
  .article-next h2 { font-size: 28px; }
  .article-next > div:first-child > p:last-child { font-size: 16px; }
  .article-next-actions { align-items: stretch; }
  .article-next-actions .button { width: 100%; }
  .educational-article { padding-bottom: 70px; }
}

@media (max-width: 1000px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .main-nav { position: fixed; inset: 84px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 30px 24px; background: white; transform: translateX(110%); transition: transform .3s; }
  .main-nav.open { transform: none; }
  .main-nav a { padding: 18px 5px; border-bottom: 1px solid var(--line); font-size: 17px; }
  .main-nav .language-link { margin-top: 18px; padding: 11px 14px; border: 1px solid var(--line); }
  .main-nav a[aria-current="page"]::after { right: auto; left: 7px; bottom: 50%; }
  .menu-toggle { display: grid; width: 44px; height: 44px; place-content: center; gap: 7px; border: 0; border-radius: 10px; background: var(--soft); }
  .menu-toggle span { width: 22px; height: 2px; background: var(--navy); }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-block: 70px; }
  .hero-visual { min-height: 460px; }
  .hero-map-preview { min-height: 500px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card.featured { transform: none; }
  .process-layout, .story-grid, .founder-grid, .contact-layout, .faq-layout { gap: 60px; }
  .engagement-grid { grid-template-columns: 1fr 1fr; }
  .resources-grid { grid-template-columns: 1fr 1fr; }
  .blog-topic-grid { grid-template-columns: 1fr 1fr; }
  .blog-topic-card:last-child { grid-column: 1 / -1; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; }
  .research-hero, .pricing-hero { min-height: auto; grid-template-columns: 1fr; gap: 45px; padding-block: 70px; }
  .path-preview { min-height: auto; }
  .milestone-workspace { grid-template-columns: 1fr; }
  .milestone-nav { grid-template-columns: repeat(3, 1fr); position: static; }
  .milestone-button { min-height: 78px; }
  .ethics-section { gap: 45px; }
  .booking-cta { grid-template-columns: 1fr; }
  .package-grid { grid-template-columns: 1fr 1fr; }
  .research-entry { grid-template-columns: 1fr; }
  .research-entry-actions { grid-column: auto; width: 100%; align-items: center; flex-direction: row; }
  .ongoing-support-band { grid-template-columns: 1fr; gap: 22px; }
  .ongoing-support-link { justify-self: start; }
  .home-consultation { grid-template-columns: 1fr; gap: 30px; }
  .home-consultation-actions { width: min(100%, 430px); }
  .about-origin, .about-companion { gap: 55px; }
  .about-learning-heading { gap: 45px; }
  .about-next-step { grid-template-columns: 1fr; gap: 28px; }
  .about-next-step .button { justify-self: start; }
  .contact-layout { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .contact-info { position: static; }
  .contact-info > p:not(.eyebrow) { max-width: 760px; }
  .contact-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 0; }
  .contact-facts li { align-items: flex-start; padding: 17px 14px; border: 1px solid var(--line); }
  .contact-facts li + li { border-inline-start: 0; }
}

@media (max-width: 720px) {
  .section-shell { width: min(calc(100% - 32px), var(--max)); }
  .section { padding-block: 75px; }
  .header-inner { height: 72px; }
  .main-nav { inset-block-start: 72px; }
  .brand-logo { width: 125px; height: 50px; }
  .brand-wordmark { gap: 8px; }
  .english-brand-mark { width: 34px; height: 34px; }
  .brand-emblem { width: 34px; height: 34px; }
  .brand-name strong { font-size: 14px; }
  .brand-name small { font-size: 8px; letter-spacing: 2.2px; }
  body[data-page="home"] .hero { gap: 0; padding-top: 55px; }
  body[data-page="home"] .hero-copy { display: contents; }
  body[data-page="home"] .hero-copy > .eyebrow { order: 1; }
  body[data-page="home"] .hero-copy > h1 { order: 2; }
  body[data-page="home"] .hero-copy > .hero-lead { order: 3; margin-bottom: 12px; }
  body[data-page="home"] .hero-map-preview { order: 4; margin-bottom: 16px; }
  body[data-page="home"] .hero-copy > .hero-actions { order: 5; }
  body[data-page="home"] .hero-copy > .trust-list { order: 6; }
  .hero { gap: 25px; padding-top: 55px; }
  .hero h1 { font-size: 54px; letter-spacing: -2px; }
  body[data-page="home"] .hero h1 { font-size: 44px; line-height: 1.4; letter-spacing: -1px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .text-link { justify-content: center; }
  .trust-list { flex-wrap: wrap; gap: 10px 20px; }
  .hero-visual { min-height: 380px; transform: scale(.82); margin-inline: -40px; }
  .hero-map-preview { min-height: auto; margin: 5px 0 0; padding: 0; transform: none; }
  .home-map-artboard { width: min(100%, 430px); }
  .home-map-stage-labels li { width: 14%; }
  .home-map-stage-labels span { font-size: clamp(10px, 3.1vw, 13px); }
  .intro-grid, .process-layout, .story-grid, .values-layout, .founder-grid, .contact-layout, .faq-layout { grid-template-columns: 1fr; gap: 45px; }
  .intro-grid { gap: 25px; }
  .section-heading { align-items: start; flex-direction: column; gap: 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .support-program-grid { grid-template-columns: 1fr; }
  .support-program-card { min-height: 0; padding: 28px 23px; }
  .support-program-tags { margin-bottom: 24px; }
  .support-program-tags span { font-size: 13px; }
  .support-program-card h3 { font-size: 22px; }
  .support-program-card > p { font-size: 16px; }
  .support-program-link { font-size: 14px; }
  .ongoing-support-band { padding: 29px 23px; }
  .ongoing-support-band h3 { font-size: 22px; }
  .ongoing-support-band div > p:last-child { font-size: 16px; }
  .ongoing-support-link { white-space: normal; }
  .home-collaboration { padding-block: 72px; }
  .home-collaboration-heading { margin-bottom: 30px; }
  .home-collaboration-heading h2 { font-size: 29px; }
  .home-collaboration-heading > p:last-child { font-size: 16px; }
  .home-collaboration-grid { grid-template-columns: 1fr; }
  .home-collaboration-card { min-height: 0; padding: 27px 23px; }
  .home-collaboration-card > span { margin-bottom: 18px; }
  .home-collaboration-card h3 { font-size: 21px; }
  .home-collaboration-card p { font-size: 16px; }
  .home-consultation { min-height: 0; gap: 28px; margin-top: 60px; margin-bottom: 70px; padding: 37px 24px; }
  .home-consultation-copy h2 { font-size: 29px; }
  .home-consultation-copy > p:last-child { font-size: 16px; }
  .home-consultation-actions { width: 100%; }
  .home-consultation-question { font-size: 14px; }
  .resource-promo, .resource-note { grid-template-columns: 1fr; justify-items: start; }
  .coming-soon-card { grid-template-columns: 1fr; gap: 38px; padding: 42px 28px; }
  .coming-soon-mark img { width: 190px; }
  .coming-soon-mark::before { width: 230px; height: 230px; }
  .coming-soon-actions { align-items: stretch; flex-direction: column; }
  .resource-toolbar { align-items: stretch; flex-direction: column; }
  .resource-search { width: 100%; }
  .resources-grid { grid-template-columns: 1fr; }
  .blog-empty { grid-template-columns: 1fr; gap: 28px; padding: 35px 27px; }
  .blog-empty > img { width: 145px; height: 145px; }
  .blog-topic-grid { grid-template-columns: 1fr; }
  .blog-topic-card:last-child { grid-column: auto; }
  .service-card { min-height: 280px; }
  .process-copy { position: static; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-item { border-left: 0; border-bottom: 1px solid var(--line); }
  .audience-item:last-child { border-bottom: 0; }
  .cta-section { align-items: stretch; flex-direction: column; margin-bottom: 70px; padding: 38px 28px; }
  .page-hero { min-height: 440px; grid-template-columns: 1fr; gap: 25px; padding-block: 65px; }
  .page-hero h1 { font-size: 42px; }
  .page-index { width: 90px; height: 90px; justify-self: end; }
  .page-index span { font-size: 22px; }
  .service-detail { grid-template-columns: 38px 1fr; gap: 15px; }
  .service-detail .check-list { grid-column: 2; }
  .engagement-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .founder-visual, .founder-photo, .portrait-placeholder { min-height: 380px; height: 380px; }
  .about-hero { min-height: auto; padding-block: 65px; }
  .about-origin, .about-companion, .about-learning-heading { grid-template-columns: 1fr; gap: 32px; }
  .about-origin, .about-companion { padding-block: 72px; }
  .about-club-statement { min-height: 0; padding: 29px 24px; }
  .about-club-statement blockquote { margin: 32px 0 20px; font-size: 20px; }
  .about-learning-heading .eyebrow { grid-column: auto; margin-bottom: 0; }
  .about-learning-grid { grid-template-columns: 1fr; }
  .about-learning-grid article { min-height: 0; padding: 25px 23px; }
  .about-contact-bridge { grid-template-columns: 1fr; gap: 20px; padding: 24px 22px; }
  .about-contact-bridge p { font-size: 16px; }
  .about-contact-bridge .button { width: 100%; min-width: 0; }
  .about-companion-role { padding: 22px 20px; }
  .about-companion-copy .founder-role, .about-companion-role p, .about-next-step div > p:last-child { font-size: 16px; }
  .about-next-step { min-height: 0; gap: 27px; margin-bottom: 70px; padding: 37px 24px; }
  .about-next-step .button { width: 100%; min-width: 0; }
  .contact-hero { min-height: auto; padding-block: 58px 38px; }
  .contact-hero h1 { font-size: 38px; line-height: 1.55; }
  .contact-hero .page-hero-copy > p:last-child { font-size: 16px; }
  .contact-layout { gap: 38px; padding-top: 46px; }
  .contact-info h2 { font-size: 29px; }
  .contact-info > p:not(.eyebrow) { font-size: 16px; }
  .contact-route-note { padding: 23px 20px; }
  .contact-route-note ul { font-size: 15px; }
  .contact-booking-card { padding: 25px 21px; }
  .contact-booking-card h3 { font-size: 20px; }
  .contact-booking-card > p { font-size: 15px; }
  .contact-facts { grid-template-columns: 1fr; border-top: 1px solid var(--line); }
  .contact-facts li { align-items: center; padding: 15px 0; border: 0; border-bottom: 1px solid var(--line); }
  .contact-facts li + li { border-inline-start: 0; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { scroll-margin-top: 88px; padding: 28px 21px; border-radius: 20px; }
  .contact-form-heading h2 { font-size: 27px; }
  .contact-form-heading > p:last-child, .contact-form label, .contact-form input, .contact-form select, .contact-form textarea { font-size: 16px; }
  .contact-selection-note { padding: 16px; }
  .contact-selection-note strong { font-size: 16px; }
  .contact-selection-note small, .field-error, .form-privacy { font-size: 13px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 45px 30px; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { align-items: center; flex-direction: column; gap: 8px; }
  .research-hero h1, .pricing-hero h1 { font-size: 43px; letter-spacing: -1px; }
  .research-hero-lead, .pricing-hero-copy > p:not(.eyebrow) { font-size: 14px; }
  .path-preview { padding: 25px 20px; border-radius: 21px; }
  .integrity-strip .section-shell { align-items: flex-start; }
  .choice-group { padding: 20px 14px; }
  .choice-grid-three { grid-template-columns: 1fr; }
  .choice-card { min-height: 92px; }
  .timeline-summary { grid-template-columns: 1fr; }
  .timeline-summary > div:nth-child(2) { text-align: right; }
  .milestone-nav { display: grid; grid-auto-flow: column; grid-auto-columns: 235px; grid-template-columns: none; overflow-x: auto; overscroll-behavior-inline: contain; padding: 2px 2px 9px; scroll-snap-type: inline mandatory; }
  .milestone-button { scroll-snap-align: start; }
  .milestone-panel { min-height: 0; padding: 25px 19px; }
  .panel-empty { min-height: 380px; }
  .panel-header { align-items: stretch; flex-direction: column; }
  .stage-duration { text-align: right; }
  .panel-primary-grid { grid-template-columns: 1fr; }
  .decision-guide-grid, .scope-grid, .ethics-section, .boundary-grid { grid-template-columns: 1fr; }
  .booking-cta { margin-bottom: 70px; padding: 38px 25px; }
  .pricing-controls { grid-template-columns: 1fr; }
  .segment-control { padding: 16px 12px; }
  .segment-control label span { font-size: 10px; }
  .price-note { align-items: start; flex-direction: column; }
  .price-note > p { text-align: right; }
  .pricing-stage-nav { display: grid; grid-auto-flow: column; grid-auto-columns: 125px; grid-template-columns: none; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: inline mandatory; }
  .pricing-stage-nav button { scroll-snap-align: start; }
  .pricing-selection-summary { align-items: start; flex-direction: column; }
  .package-grid { grid-template-columns: 1fr; }
  .package-card { padding: 23px 18px; }
  .package-card > header, .package-card > footer { align-items: start; flex-direction: column; }
  .package-price { text-align: right; }
  .research-entry { grid-template-columns: 1fr; justify-items: start; margin-top: 55px; padding: 30px 23px; }
  .research-entry-actions { grid-column: auto; width: 100%; align-items: stretch; flex-direction: column; }
  .services-hero { min-height: auto; padding-block: 50px 26px; }
  .services-hero h1 { font-size: 36px; line-height: 1.45; letter-spacing: -1px; }
  .services-hero .page-hero-copy > p:last-child { font-size: 16px; line-height: 2; }
  .services-stage-section { padding-top: 20px; }
  .service-stage-grid { grid-template-columns: 1fr; }
  .service-stage-card { min-height: 0; padding: 28px 23px; }
  .service-stage-card h2 { font-size: 23px; }
  .service-stage-card > p:not(.service-stage-label), .service-stage-card ul, .service-stage-card > a { font-size: 16px; }
  .service-format-grid { grid-template-columns: 1fr; }
  .service-format-grid .engagement-card { min-height: 0; }
  .services-cta-actions { width: 100%; min-width: 0; }
}

/* Final interactive Persian research and pricing experience */
.brand-lockup { justify-self: start; display: flex; align-items: center; gap: 18px; min-width: 0; }
.service-promise { display: flex; flex-direction: column; padding-inline-start: 18px; border-inline-start: 1px solid var(--line); line-height: 1.45; white-space: nowrap; }
.service-promise strong { color: var(--navy); font-size: 12px; }
.service-promise small { color: var(--muted); font-size: 9px; }

body[data-page="researchPath"], body[data-page="pricing"] { --action: #08786d; }
body[data-page="researchPath"] main, body[data-page="pricing"] main { overflow: clip; }
.research-hero-guidance { display: flex; align-items: center; gap: 9px; color: #08786d; font-size: 12px; font-weight: 700; }
.research-hero-guidance span { font-size: 20px; }
.path-preview ol { display: grid; gap: 5px; }
.path-preview li { min-height: 0; display: block; }
.path-preview li::after { display: none; }
.path-preview li button { width: 100%; min-height: 65px; display: grid; grid-template-columns: 48px 1fr; gap: 1px 14px; align-items: center; padding: 8px 10px; border: 1px solid transparent; border-radius: 13px; background: transparent; color: #445166; text-align: right; cursor: pointer; transition: background .2s, border-color .2s, transform .2s; }
.path-preview li button:hover { border-color: #b7dcd7; background: rgba(255,255,255,.7); transform: translateX(-3px); }
.path-preview li button:focus-visible { outline: 3px solid rgba(21,184,168,.28); outline-offset: 2px; }
.path-preview li button > span { width: 45px; height: 45px; display: grid; grid-row: 1 / 3; place-items: center; border: 1px solid #c8ddd9; border-radius: 50%; background: white; color: #506173; font: 800 20px Vazirmatn, Tahoma, sans-serif; }
.path-preview li button b { align-self: end; color: var(--navy); font-size: 13px; }
.path-preview li button small { align-self: start; color: var(--muted); font-size: 9px; }
.path-preview li button[aria-pressed="true"] { border-color: var(--teal); background: white; box-shadow: 0 8px 22px rgba(21,184,168,.12); }
.path-preview li button[aria-pressed="true"] > span { border-color: var(--teal); background: var(--teal); color: white; }
.hero-stage-status { min-height: 25px; margin: 12px 0 0; color: #08786d; font-size: 10px; text-align: center; }

.method-choice-guide { margin: 0 0 26px; padding: 19px 22px; border-right: 4px solid #d6a23e; border-radius: 14px; background: #fff8e9; color: #5e4a26; }
.method-choice-guide summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #493a20; font-size: 16px; font-weight: 800; cursor: pointer; list-style: none; }
.method-choice-guide summary::-webkit-details-marker { display: none; }
.method-choice-guide summary span { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: rgba(214,162,62,.16); color: #725315; }
.method-choice-guide summary span::before { content: '+'; }
.method-choice-guide[open] summary span::before { content: '−'; }
.method-choice-guide > p { margin: 16px 0 13px; font-size: 12px; line-height: 2; }
.method-guide-actions { display: flex; flex-wrap: wrap; gap: 11px; margin: 0; }
.method-guide-actions a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 9px 14px; border-radius: 9px; background: #08786d; color: white; font-size: 12px; font-weight: 800; text-decoration: none; }
.method-guide-actions a:hover { background: var(--teal); color: var(--navy-dark); }
.timeline-heading { margin: 55px 0 22px; }
.timeline-heading h2 { margin: 0; color: var(--navy-dark); font-size: clamp(27px, 3vw, 40px); }
.milestone-button > span { border-radius: 50%; font: 800 17px Vazirmatn, Tahoma, sans-serif; }
.stage-kicker { color: #08786d; }

.stage-decision { margin: 25px 0; padding: 24px; border: 1px solid #e2c97d; border-radius: 15px; background: #fff8e9; color: #5e4a26; }
.stage-decision > small { color: #8b6720; font-size: 10px; font-weight: 800; }
.stage-decision h4 { margin: 7px 0 6px; color: #493a20; font-size: 17px; }
.stage-decision > p { margin-bottom: 16px; font-size: 12px; }
.stage-decision-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.stage-decision-actions button { min-height: 48px; padding: 9px 13px; border: 1px solid #d2b65f; border-radius: 9px; background: white; color: #5e4a26; cursor: pointer; font-size: 11px; font-weight: 700; }
.stage-decision-actions button[aria-pressed="true"] { border-color: var(--action); background: var(--action); color: white; }
.stage-decision-result { margin-top: 18px; }
.stage-decision-result[hidden] { display: none; }
.decision-result-note, .research-program-intro { margin: 0 0 12px; color: var(--muted); font-size: 11px; }
.research-programs { margin-top: 25px; padding-top: 22px; border-top: 1px solid var(--line); }
.research-programs > header { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 15px; }
.research-programs > header h4 { margin: 0; color: var(--navy); font-size: 17px; }
.research-programs > header a { color: #08786d; font-size: 10px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.research-programs > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.research-programs > .program-count-1 { grid-template-columns: minmax(0, 1fr); }
.research-programs > .program-count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.research-program-card { min-width: 0; display: flex; flex-direction: column; padding: 16px; border: 1px solid var(--line); border-radius: 13px; background: var(--paper); }
.research-program-card > span { color: #08786d; font-size: 10px; font-weight: 800; }
.research-program-card h5 { margin: 0 0 6px; color: var(--navy); font-size: 13px; line-height: 1.7; }
.research-program-card p { flex: 1; margin-bottom: 12px; color: var(--muted); font-size: 10px; }
.research-program-card strong { color: #08786d; font-size: 14px; }
.research-program-card a { display: flex; justify-content: center; margin-top: 15px; padding: 10px 12px; border: 1px solid #08786d; border-radius: 9px; background: #08786d; color: white; font-size: 10px; font-weight: 800; text-align: center; }
.research-program-card.featured { border-color: #9ed9d2; background: #f3fbf9; }
.analysis-quality-gate { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: 25px 0; padding: 20px; border-radius: 14px; background: var(--navy); color: white; }
.analysis-quality-gate small, .analysis-quality-gate strong { display: block; }
.analysis-quality-gate small { color: #5eead4; font-size: 10px; }
.analysis-quality-gate strong { margin-top: 3px; }
.analysis-quality-gate p { margin: 5px 0 0; color: #cbd5e1; font-size: 10px; }
.analysis-quality-gate button { min-height: 44px; flex: 0 0 auto; padding: 8px 13px; border: 1px solid #5eead4; border-radius: 9px; background: #08786d; color: white; cursor: pointer; font-size: 10px; font-weight: 800; }
.reporting-program-heading { margin: 24px 0 0; }
.reporting-program-heading h4 { margin-bottom: 5px; color: var(--navy); font-size: 18px; }
.reporting-program-heading p { color: var(--muted); font-size: 11px; }

.integrity-boundaries { background: var(--soft); }
.integrity-heading { margin-bottom: 22px; }
.integrity-heading h3 { margin-bottom: 6px; color: var(--navy-dark); font-size: clamp(22px, 3vw, 32px); }
.integrity-heading > p:last-child { max-width: 760px; color: var(--muted); font-size: 12px; }
.integrity-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.integrity-principles article { padding: 23px; border-top: 3px solid var(--teal); border-radius: 14px; background: var(--paper); }
.integrity-principles article.not-provided { border-top-color: #b85b55; background: #fff3f2; }
.principle-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--teal-light); color: #08786d; font-size: 20px; font-weight: 800; }
.integrity-principles h3 { margin: 13px 0 12px; color: var(--navy); font-size: 16px; }
.integrity-principles ul { margin: 0; padding: 0 20px 0 0; color: var(--muted); font-size: 11px; }
.integrity-principles li + li { margin-top: 7px; }
.collaboration-process { margin-top: 0; }
.collaboration-process h3 { margin-bottom: 16px; color: var(--navy-dark); font-size: 24px; }
.collaboration-step-nav { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.collaboration-step-nav button { min-height: 76px; display: flex; align-items: center; gap: 10px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); color: var(--navy); text-align: right; cursor: pointer; }
.collaboration-step-nav button span { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--soft); color: #08786d; font-weight: 800; }
.collaboration-step-nav button b { font-size: 11px; }
.collaboration-step-nav button[aria-pressed="true"] { border-color: var(--teal); background: #effaf8; color: #063f3a; }
.collaboration-step-nav button[aria-pressed="true"] span { background: var(--teal); color: white; }
.collaboration-step-panel { min-height: 112px; display: flex; align-items: flex-start; margin-top: 11px; padding: 22px 24px; border-radius: 14px; background: #effaf8; }
.collaboration-step-panel strong { color: var(--navy-dark); font-size: 13px; }
.collaboration-step-panel p { margin: 5px 0 0; color: var(--muted); font-size: 11px; }
.confidentiality-note { display: block; margin-top: 14px; padding: 18px 20px; border-radius: 13px; background: #fff8e9; color: #6f5522; font-size: 11px; }
.confidentiality-note p { margin: 0; }
.start-collaboration { margin-block: 75px 90px; padding: 48px 55px; border-radius: 25px; background: var(--navy); color: white; }
.start-collaboration-copy h2 { margin-bottom: 8px; font-size: clamp(27px, 3vw, 38px); }
.start-collaboration-copy > p:last-child { max-width: 780px; color: #cbd5e1; font-size: 12px; }
.start-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 25px; }
.start-options article { display: flex; flex-direction: column; align-items: stretch; padding: 23px; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; background: rgba(255,255,255,.06); }
.start-options article > span { width: 46px; height: 46px; display: grid; grid-row: 1 / 3; place-items: center; border-radius: 12px; background: #08786d; color: white; font-size: 16px; font-weight: 800; }
.start-options h3 { margin-bottom: 4px; font-size: 15px; }
.start-options p { margin: 0; color: #cbd5e1; font-size: 10px; }
.start-options .button { width: 100%; margin-top: auto; }
.start-options .button-secondary { background: #08786d; color: white; }
.pricing-start { margin: 34px 0 0; scroll-margin-top: 110px; }
.pricing-start[hidden] { display: none !important; }
.start-options article[hidden] { display: none !important; }
.start-options article[hidden] + article { grid-column: 1 / -1; }
.selected-program-summary { display: grid; grid-template-columns: 1fr auto; gap: 4px 20px; align-items: center; margin-top: 24px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.07); }
.selected-program-summary > div { display: flex; flex-direction: column; gap: 4px; }
.selected-program-summary span, .selected-program-summary small { color: #cbd5e1; }
.selected-program-summary span { font-size: 11px; }
.selected-program-summary strong { font-size: 17px; }
.selected-program-summary small { font-size: 11px; }
.selected-program-summary b { grid-column: 2; grid-row: 1 / 3; color: #5eead4; font-size: 18px; }
.selected-program-action { border-color: #5eead4; color: #d9fffa; }
body[data-page="pricing"] .pricing-builder { padding-bottom: 52px; }
body[data-page="pricing"] .faq-section { padding-top: 60px; }
.research-program-help { margin-block: 55px 75px; }

.pricing-builder-status { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 18px 0; padding: 20px; border-radius: 15px; background: var(--navy); color: #cbd5e1; font-size: 11px; }
.pricing-builder-status span.complete { color: #86efdd; }
.pricing-builder-status p { width: 100%; margin: 2px 0 0; }
.pricing-helper { display: flex; gap: 10px; margin: 15px 0; padding: 15px 17px; border-radius: 12px; background: #fff8e9; color: #6f5522; font-size: 11px; }
.pricing-helper p { margin: 0; }
.pricing-helper a { font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.pricing-stage-nav[hidden], .pricing-selection-summary[hidden] { display: none !important; }
.pricing-selection-summary { display: grid; grid-template-columns: 1fr auto; gap: 4px 18px; }
.pricing-selection-summary .stage-guide-link { grid-column: 2; grid-row: 1 / 3; align-self: center; padding: 10px 13px; border: 1px solid #08786d; border-radius: 9px; background:#08786d; color: white; font-size: 10px; font-weight: 800; }
.pricing-booking { display: grid; grid-template-columns: 1fr 270px; gap: 28px; align-items: center; margin-top: 25px; padding: 24px; border-radius: 16px; background: var(--navy); color: white; }
.pricing-booking > div:first-child { display: flex; gap: 13px; }
.pricing-booking > div:first-child p { margin: 0; }
.pricing-booking > div:first-child > span { color: #5eead4; font-size: 25px; }
.pricing-booking strong, .pricing-booking small { display: block; }
.pricing-booking small { margin-top: 3px; color: #cbd5e1; font-size: 10px; }
.faq-intro > p { color: var(--muted); font-size: 12px; }
.faq-intro aside { margin-top: 22px; padding: 20px; border-radius: 14px; background: var(--navy); color: white; }
.faq-intro aside strong, .faq-intro aside span { display: block; }
.faq-intro aside span { margin: 5px 0 14px; color: #cbd5e1; font-size: 10px; }
.faq-intro aside .button { width: 100%; background: #08786d; }

.research-method-resource { margin-bottom: 70px; padding: 45px; border: 1px solid var(--line); border-radius: 24px; background: var(--soft); scroll-margin-top: 110px; }
.research-method-resource > header { max-width: 850px; }
.research-method-resource > header h2 { margin-bottom: 10px; color: var(--navy-dark); font-size: clamp(28px, 3.5vw, 43px); }
.research-method-resource > header > p:last-child { color: var(--muted); }
.method-resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin: 30px 0; }
.method-resource-grid section { padding: 23px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); }
.method-resource-grid span { color: #08786d; font-weight: 800; }
.method-resource-grid h3 { margin: 9px 0 6px; color: var(--navy); }
.method-resource-grid p { margin: 0; color: var(--muted); font-size: 12px; }
.method-selection-criteria { padding: 24px; border-radius: 15px; background: var(--paper); }
.method-selection-criteria h3 { color: var(--navy); }
.method-selection-criteria ul { columns: 2; color: var(--muted); font-size: 12px; }
.research-method-resource > aside { margin-top: 14px; padding: 18px 20px; border-radius: 13px; background: #fff8e9; color: #6f5522; font-size: 12px; }
.research-method-resource > aside p { margin: 0; }
.research-method-resource footer { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-top: 24px; }
.research-method-resource cite { max-width: 690px; color: var(--muted); font: 10px/1.7 Inter, Arial, sans-serif; text-align: left; }

@media (max-width: 1180px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .site-header { z-index: 1000; }
  .main-nav { position: fixed; z-index: 999; inset: 84px 0 0; height: calc(100dvh - 84px); display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 22px 24px 40px; overflow-y: auto; overscroll-behavior: contain; background: var(--paper); box-shadow: 0 24px 48px rgba(8,17,31,.18); visibility: hidden; pointer-events: none; transform: translateX(110%); transition: transform .3s, visibility 0s linear .3s; }
  .main-nav.open { visibility: visible; pointer-events: auto; transform: none; transition-delay: 0s; }
  .main-nav a { padding: 18px 5px; border-bottom: 1px solid var(--line); font-size: 17px; }
  .main-nav .language-link { margin-top: 18px; padding: 11px 14px; border: 1px solid var(--line); }
  .main-nav a[aria-current="page"]::after { right: auto; left: 7px; bottom: 50%; }
  .menu-toggle { display: grid; width: 44px; height: 44px; place-content: center; gap: 7px; border: 0; border-radius: 10px; background: var(--soft); }
  .menu-toggle span { width: 22px; height: 2px; background: var(--navy); }
}

@media (max-width: 720px) {
  .brand-lockup { gap: 9px; }
  .service-promise { padding-inline-start: 9px; }
  .service-promise strong { font-size: 9px; }
  .service-promise small { font-size: 7px; }
  .path-preview-title { align-items: start; gap: 10px; }
  .path-preview-title span { font-size: 14px; }
  .path-controls { gap: 16px; }
  .research-programs > header, .research-method-resource footer { align-items: stretch; flex-direction: column; }
  .research-programs > div, .research-programs > .program-count-1, .research-programs > .program-count-2, .integrity-principles, .start-options, .method-resource-grid { grid-template-columns: 1fr; }
  .stage-decision-actions, .collaboration-step-nav { grid-template-columns: 1fr; }
  .analysis-quality-gate { align-items: stretch; flex-direction: column; }
  .analysis-quality-gate button { width: 100%; }
  .integrity-principles article { padding: 20px; }
  .collaboration-step-nav { grid-template-columns: 1fr 1fr; }
  .start-collaboration { padding: 35px 20px; }
  .main-nav { inset-block-start: 72px; height: calc(100dvh - 72px); }
  .pricing-selection-summary { grid-template-columns: 1fr; }
  .pricing-selection-summary .stage-guide-link { grid-column: 1; grid-row: auto; width: 100%; text-align: center; }
  .pricing-booking { grid-template-columns: 1fr; }
  .package-card > footer { grid-template-columns: 1fr; }
  .package-start, .package-contact { width: 100%; text-align: center; }
  .selected-program-summary { grid-template-columns: 1fr; }
  .selected-program-summary b { grid-column: 1; grid-row: auto; }
  .route-choice-summary { align-items: stretch; flex-direction: column; }
  .route-choice-summary button, .route-choice-actions .button, .selected-program-action { width: 100%; }
  body[data-page="pricing"] .pricing-builder { padding-bottom: 42px; }
  body[data-page="pricing"] .faq-section { padding-top: 52px; }
  .research-method-resource { padding: 30px 18px; }
  .method-selection-criteria ul { columns: 1; }
  .research-method-resource footer .button { width: 100%; }
  body[data-page="researchPath"] .eyebrow, body[data-page="pricing"] .eyebrow { font-size: 13px; }
  .research-hero-lead, .pricing-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .research-hero-guidance { font-size: 14px; line-height: 1.9; }
  .path-preview-title span { font-size: 16px; }
  .path-preview-title b { font-size: 12px; }
  .path-preview li button b { font-size: 15px; }
  .path-preview li button small { font-size: 13px; }
  .hero-stage-status { font-size: 13px; }
  .path-heading > p, .pricing-heading > p { font-size: 15px; }
  .choice-group legend { font-size: 16px; }
  .choice-card b { font-size: 16px; }
  .choice-card small { font-size: 14px; }
  .method-choice-guide summary { font-size: 19px; }
  .method-choice-guide > p, .method-guide-actions a { font-size: 14px; }
  .path-status p { font-size: 14px; }
  .milestone-nav { grid-auto-columns: min(86vw, 290px); }
  .milestone-button { min-height: 96px; grid-template-columns: 44px 1fr; }
  .milestone-button > span { width: 43px; height: 43px; font-size: 20px; }
  .milestone-button b { font-size: 15px; }
  .milestone-button small, .milestone-duration { font-size: 12px; }
  .stage-kicker { font-size: 13px; }
  .panel-route-context, .stage-duration small { font-size: 12px; }
  .stage-duration strong { font-size: 17px; }
  .panel-lead { font-size: 16px; }
  .panel-primary-grid h4 { font-size: 16px; }
  .panel-primary-grid ul, .method-focus p { font-size: 15px; }
  .method-focus > span { font-size: 12px; }
  .defensible-output p { font-size: 15px; }
  .stage-decision > small { font-size: 13px; }
  .stage-decision h4 { font-size: 19px; }
  .stage-decision > p, .stage-decision-actions button { font-size: 15px; }
  .decision-result-note, .research-program-intro { font-size: 14px; }
  .research-programs > header h4 { font-size: 20px; }
  .research-programs > header a { font-size: 14px; }
  .research-program-card h5 { font-size: 17px; }
  .research-program-card p { font-size: 15px; }
  .research-program-card strong { font-size: 18px; }
  .research-program-card a { min-height: 46px; align-items: center; font-size: 14px; }
  .analysis-quality-gate small { font-size: 13px; }
  .analysis-quality-gate strong { font-size: 17px; }
  .analysis-quality-gate p, .analysis-quality-gate button { font-size: 14px; }
  .reporting-program-heading p { font-size: 14px; }
  .collaboration-step-nav button b { font-size: 14px; }
  .collaboration-step-panel strong { font-size: 16px; }
  .collaboration-step-panel p, .confidentiality-note { font-size: 14px; }
  .start-collaboration-copy > p:last-child { font-size: 15px; }
  .start-options h3 { font-size: 18px; }
  .start-options p { margin-bottom: 18px; font-size: 14px; }
  .pricing-principles span { font: 800 19px Vazirmatn, Tahoma, sans-serif; }
  .pricing-principles b { font-size: 16px; }
  .pricing-principles p { font-size: 14px; }
  .segment-control legend { font-size: 15px; }
  .segment-control label span { min-height: 52px; font-size: 14px; }
  .price-note p { font-size: 14px; }
  .pricing-stage-nav { grid-auto-columns: 150px; }
  .pricing-stage-nav button { min-height: 84px; font-size: 14px; }
  .pricing-stage-nav span { font: 800 17px Vazirmatn, Tahoma, sans-serif; }
  .pricing-selection-summary span { font-size: 12px; }
  .pricing-selection-summary b { font-size: 20px; }
  .pricing-selection-summary p, .pricing-selection-summary .stage-guide-link { font-size: 14px; }
  .package-badge { font-size: 12px; }
  .package-price small { font-size: 12px; }
  .package-price strong { font-size: 19px; }
  .package-card h3 { font-size: 22px; }
  .package-description { font-size: 15px; }
  .package-condition { font-size: 14px; }
  .package-details h4, .package-details > ul { font-size: 14px; }
  .package-scope, .package-credit, .package-contact, .package-start { font-size: 14px; }
  .selected-program-summary span, .selected-program-summary small { font-size: 14px; }
  .selected-program-summary strong { font-size: 18px; }
  .selected-program-summary b { font-size: 17px; }
  .route-choice-summary span { font-size: 13px; }
  .route-choice-summary strong { font-size: 17px; }
  .route-choice-summary button, .selected-program-action { font-size: 14px; }
  .pricing-booking strong { font-size: 17px; }
  .pricing-booking small { font-size: 14px; }
  .faq-intro > p, .faq-intro aside span { font-size: 14px; }
  body[data-page="researchPath"] .accordion-list summary, body[data-page="pricing"] .accordion-list summary { font-size: 16px; }
  body[data-page="researchPath"] .accordion-list details p, body[data-page="pricing"] .accordion-list details p { font-size: 15px; }
}

@media (min-width: 721px) {
  .research-hero-guidance { font-size: 14px; }
  body[data-page="researchPath"] .eyebrow, body[data-page="pricing"] .eyebrow { font-size: 14px; }
  .service-promise strong { font-size: 13px; }
  .service-promise small { font-size: 10px; }
  .path-preview-title span { font-size: 17px; }
  .path-preview-title b { font-size: 12px; }
  .path-preview li button b { font-size: 15px; }
  .path-preview li button small { font-size: 12px; }
  .hero-stage-status { font-size: 13px; }
  .choice-group legend { font-size: 17px; }
  .choice-group legend span { font-size: 13px; }
  .choice-card b { font-size: 16px; }
  .choice-card small { font-size: 13px; }
  .method-choice-guide summary { font-size: 19px; }
  .method-choice-guide > p, .method-guide-actions a { font-size: 14px; }
  .path-status p { font-size: 14px; }
  .milestone-button { min-height: 96px; grid-template-columns: 44px 1fr; }
  .milestone-button > span { width: 43px; height: 43px; font-size: 20px; }
  .milestone-button b { font-size: 14px; }
  .milestone-button small, .milestone-duration { font-size: 11px; }
  .stage-kicker { font-size: 13px; }
  .stage-duration small { font-size: 11px; }
  .stage-duration strong { font-size: 16px; }
  .panel-lead { font-size: 17px; }
  .panel-primary-grid h4 { font-size: 15px; }
  .panel-primary-grid ul, .method-focus p { font-size: 14px; }
  .method-focus > span { font-size: 11px; }
  .defensible-output p { font-size: 14px; }
  .stage-decision > small { font-size: 12px; }
  .stage-decision h4 { font-size: 20px; }
  .stage-decision > p, .stage-decision-actions button { font-size: 14px; }
  .decision-result-note, .research-program-intro { font-size: 13px; }
  .research-programs > header a { font-size: 12px; }
  .research-programs > header h4 { font-size: 20px; }
  .research-program-card > span { font-size: 13px; }
  .research-program-card h5 { font-size: 16px; }
  .research-program-card p, .research-program-card a { font-size: 13px; }
  .research-program-card strong { font-size: 17px; }
  .analysis-quality-gate small { font-size: 12px; }
  .analysis-quality-gate strong { font-size: 16px; }
  .analysis-quality-gate p, .analysis-quality-gate button { font-size: 13px; }
  .reporting-program-heading p { font-size: 14px; }
  .collaboration-process { margin-top: 34px; }
  .collaboration-step-nav button b { font-size: 14px; }
  .collaboration-step-panel strong { font-size: 16px; }
  .collaboration-step-panel p, .confidentiality-note { font-size: 14px; }
  .start-collaboration-copy > p:last-child { font-size: 15px; }
  .start-options h3 { font-size: 18px; }
  .start-options p { margin-bottom: 18px; font-size: 13px; }
  .pricing-principles span { font: 800 20px Vazirmatn, Tahoma, sans-serif; }
  .pricing-principles p { font-size: 14px; }
  .pricing-principles b { font-size: 16px; }
  .segment-control legend { font-size: 15px; }
  .segment-control label span { min-height: 52px; font-size: 14px; }
  .pricing-stage-nav button { min-height: 84px; font-size: 13px; }
  .pricing-stage-nav span { font: 800 17px Vazirmatn, Tahoma, sans-serif; }
  .pricing-selection-summary span { font-size: 11px; }
  .pricing-selection-summary b { font-size: 20px; }
  .pricing-selection-summary p, .pricing-selection-summary .stage-guide-link { font-size: 13px; }
  .package-badge { font-size: 11px; }
  .package-price small { font-size: 11px; }
  .package-price strong { font-size: 19px; }
  .package-card h3 { font-size: 22px; }
  .package-description { font-size: 14px; }
  .package-condition { font-size: 12px; }
  .package-details h4, .package-details > ul { font-size: 13px; }
  .package-scope, .package-credit, .price-comparison li, .price-comparison b, .package-contact, .package-start { font-size: 12px; }
  .selected-program-summary span, .selected-program-summary small { font-size: 13px; }
  .selected-program-summary strong { font-size: 18px; }
  .route-choice-summary span { font-size: 12px; }
  .route-choice-summary strong { font-size: 17px; }
  .pricing-booking strong { font-size: 17px; }
  .pricing-booking small { font-size: 13px; }
  .faq-intro > p { font-size: 14px; }
  .faq-intro aside span { font-size: 13px; }
  body[data-page="researchPath"] .accordion-list summary, body[data-page="pricing"] .accordion-list summary { font-size: 16px; }
  body[data-page="researchPath"] .accordion-list details p, body[data-page="pricing"] .accordion-list details p { font-size: 14px; }
}

@media (min-width: 1001px) {
  .milestone-workspace { grid-template-columns: 310px 1fr; gap: 26px; }
}

@media (max-width: 360px) {
  .brand-logo { width: 105px; height: 44px; }
  .brand-lockup { gap: 7px; }
  .service-promise { padding-inline-start: 7px; }
  .service-promise strong { font-size: 8px; }
  .service-promise small { display: none; }
  .menu-toggle { width: 40px; height: 40px; }
}

@media (prefers-color-scheme: dark) {
  body[data-page="home"] { --paper:#0d1521; --soft:#121a27; --ink:#eef4fb; --muted:#b8c5d6; --line:#354357; --teal-light:#12312f; background:#0d1521; color:#eef4fb; color-scheme:dark; }
  body[data-page="home"] .site-header { background:rgba(13,21,33,.94); border-color:#354357; }
  body[data-page="home"] .main-nav { background-color:#0d1521 !important; }
  body[data-page="home"] .main-nav a, body[data-page="home"] .header-cta, body[data-page="home"] .text-link { color:#dfe8f5; }
  body[data-page="home"] .service-promise strong { color:#dfe8f5; }
  body[data-page="home"] .service-promise small { color:#b8c5d6; }
  body[data-page="home"] .menu-toggle { background:#182231; }
  body[data-page="home"] .menu-toggle span { background:#dfe8f5; }
  body[data-page="home"] h1, body[data-page="home"] h2, body[data-page="home"] h3 { color:#eef4fb; }
  body[data-page="home"] .eyebrow { color:#cbd5e1; }
  body[data-page="home"] .hero-lead, body[data-page="home"] .trust-list, body[data-page="home"] .research-entry-copy > p:last-child, body[data-page="home"] .support-programs-intro, body[data-page="home"] .support-program-card > p, body[data-page="home"] .service-card p, body[data-page="home"] .process-copy p:not(.eyebrow), body[data-page="home"] .process-steps p, body[data-page="home"] .audience-item p, body[data-page="home"] .resource-promo p:last-child { color:#b8c5d6; }
  body[data-page="home"] .button-primary { background:#08786d; box-shadow:0 12px 30px rgba(8,120,109,.25); }
  body[data-page="home"] .button-primary:hover { background:#0a6b62; }
  body[data-page="home"] .button-secondary { background:#12312f; color:#dffbf7; }
  body[data-page="home"] .home-map-artboard > img { filter:drop-shadow(0 22px 28px rgba(0,0,0,.32)); }
  body[data-page="home"] .research-entry { border-color:#355b58; background:linear-gradient(135deg,#141e2c,#12312f); }
  body[data-page="home"] .support-program-card { border-color:#354357; background:#141e2c; box-shadow:0 15px 38px rgba(0,0,0,.16); }
  body[data-page="home"] .support-program-card:hover { border-color:#3f8f87; box-shadow:0 22px 52px rgba(0,0,0,.26); }
  body[data-page="home"] .support-program-tags span { border-color:#355b58; background:#12312f; color:#dffbf7; }
  body[data-page="home"] .support-program-link { color:#65dfd4; }
  body[data-page="home"] .ongoing-support-band { border-color:#355b58; background:linear-gradient(125deg,#182231,#12312f); }
  body[data-page="home"] .home-collaboration-card { border-color:#354357; background:#141e2c; box-shadow:0 14px 36px rgba(0,0,0,.15); }
  body[data-page="home"] .home-collaboration-card > span { background:#12312f; color:#dffbf7; }
  body[data-page="home"] .home-collaboration-heading > p:last-child, body[data-page="home"] .home-collaboration-card p { color:#b8c5d6; }
  body[data-page="home"] .home-consultation { border-color:#355b58; background:linear-gradient(125deg,#182231,#12312f); }
  body[data-page="home"] .service-card { border-color:#354357; background:#141e2c; }
  body[data-page="home"] .service-card:hover { border-color:#3f8f87; box-shadow:0 20px 48px rgba(0,0,0,.25); }
  body[data-page="home"] .service-card.featured { border-color:#355b58; background:#12312f; }
  body[data-page="home"] .service-card.featured p { color:#cbd8e5; }
  body[data-page="home"] .service-icon { background:#12312f; }
  body[data-page="home"] .service-card.featured .service-icon { background:#182231; }
  body[data-page="home"] .resource-promo-mark img { box-shadow:0 16px 42px rgba(0,0,0,.22); }
  body[data-page="home"] .cta-section { border:1px solid #354357; background:linear-gradient(125deg,#182231,#12312f); }
  body[data-page="about"] { --paper:#0d1521; --soft:#121a27; --ink:#eef4fb; --muted:#b8c5d6; --line:#354357; --teal-light:#12312f; background:#0d1521; color:#eef4fb; color-scheme:dark; }
  body[data-page="about"] .site-header { background:rgba(13,21,33,.94); border-color:#354357; }
  body[data-page="about"] .main-nav { background-color:#0d1521 !important; }
  body[data-page="about"] .main-nav a, body[data-page="about"] .header-cta, body[data-page="about"] .service-promise strong { color:#dfe8f5; }
  body[data-page="about"] .service-promise small { color:#b8c5d6; }
  body[data-page="about"] .menu-toggle { background:#182231; }
  body[data-page="about"] .menu-toggle span { background:#dfe8f5; }
  body[data-page="about"] h1, body[data-page="about"] h2, body[data-page="about"] h3 { color:#eef4fb; }
  body[data-page="about"] .about-hero h1 em, body[data-page="about"] .about-origin-copy h2 em { color:#79e9dc; }
  body[data-page="about"] .eyebrow { color:#cbd5e1; }
  body[data-page="about"] .page-hero-copy > p:last-child, body[data-page="about"] .about-origin-copy > p:not(.eyebrow), body[data-page="about"] .about-companion-copy > p:not(.eyebrow):not(.founder-role), body[data-page="about"] .about-companion-role p { color:#b8c5d6; }
  body[data-page="about"] .about-club-statement { border-color:#355b58; background:linear-gradient(145deg,#141e2c,#12312f); color:#eef4fb; box-shadow:0 22px 55px rgba(0,0,0,.2); }
  body[data-page="about"] .about-club-statement > p, body[data-page="about"] .about-companion-copy .founder-role { color:#79e9dc; }
  body[data-page="about"] .about-companion-role { border-color:#355b58; background:#141e2c; }
  body[data-page="about"] .about-companion-role strong { color:#eef4fb; }
  body[data-page="about"] .about-companion .expertise-tags span { border-color:#355b58; background:#12312f; color:#dffbf7; }
  body[data-page="about"] .founder-photo { box-shadow:0 25px 65px rgba(0,0,0,.26); }
  body[data-page="about"] .about-next-step { border-color:#355b58; background:linear-gradient(125deg,#182231,#12312f); }
  body[data-page="researchPath"], body[data-page="pricing"] { --paper:#0d1521; --soft:#121a27; --ink:#eef4fb; --muted:#b8c5d6; --line:#354357; --teal-light:#12312f; background:#0d1521; color:#eef4fb; color-scheme:dark; }
  body[data-page="researchPath"] .site-header, body[data-page="pricing"] .site-header { background:rgba(13,21,33,.94); border-color:#354357; }
  body[data-page="researchPath"] .main-nav, body[data-page="pricing"] .main-nav { background-color:#0d1521 !important; }
  body[data-page="researchPath"] .main-nav a, body[data-page="pricing"] .main-nav a, body[data-page="researchPath"] .service-promise strong, body[data-page="pricing"] .service-promise strong { color:#dfe8f5; }
  body[data-page="researchPath"] .service-promise small, body[data-page="pricing"] .service-promise small { color:#b8c5d6; }
  body[data-page="researchPath"] .menu-toggle, body[data-page="pricing"] .menu-toggle { background:#182231; }
  body[data-page="researchPath"] .menu-toggle span, body[data-page="pricing"] .menu-toggle span { background:#dfe8f5; }
  body[data-page="researchPath"] .header-cta, body[data-page="pricing"] .header-cta, body[data-page="pricing"] .hero-actions .text-link { color:#eef4fb; }
  body[data-page="pricing"] .hero-actions .button-primary { background:#08786d; box-shadow:0 12px 30px rgba(8,120,109,.25); }
  body[data-page="researchPath"] h1, body[data-page="researchPath"] h2, body[data-page="researchPath"] h3, body[data-page="researchPath"] h4, body[data-page="researchPath"] h5, body[data-page="pricing"] h1, body[data-page="pricing"] h2, body[data-page="pricing"] h3, body[data-page="pricing"] h4 { color:#eef4fb; }
  body[data-page="researchPath"] .eyebrow, body[data-page="pricing"] .eyebrow { color:#cbd5e1; }
  .path-preview { border-color:#355b58; background:linear-gradient(145deg,#141e2c,#11302e); box-shadow:0 25px 75px rgba(0,0,0,.28); }
  .path-preview-title span, .path-preview li button b { color:#eef4fb; }
  .path-preview li button { color:#d4deea; }
  .path-preview li button:hover, .path-preview li button[aria-pressed="true"], .path-preview li button > span { background:#182231; }
  .path-preview li button > span { border-color:#4b5a6e; color:#dce6f1; }
  .method-choice-guide, .stage-decision, .pricing-helper, .confidentiality-note, .research-method-resource > aside { border-color:#6f5723; background:#332a17; color:#f4d58d; }
  .method-choice-guide summary, .stage-decision h4 { color:#fff0bd; }
  .method-choice-guide summary span { background:#4b3a18; color:#efd58d; }
  .method-choice-guide .method-booking-link { background:#08786d; color:#fff; }
  .choice-group, .choice-card > span, .milestone-button, .milestone-panel, .research-program-card, .integrity-principles article, .collaboration-step-nav button, .method-resource-grid section, .method-selection-criteria, .package-card, .pricing-stage-nav button { background:#141e2c; border-color:#354357; }
  .choice-card.selected > span, .research-program-card.featured, .collaboration-step-nav button[aria-pressed="true"] { background:#12312f; color:#d9fffa; }
  .route-choice-summary { border-color:#355b58; background:#12312f; }
  .route-choice-summary span { color:#a7d6cf; }
  .route-choice-summary strong { color:#eef4fb; }
  .route-choice-summary button { border-color:#5eead4; color:#d9fffa; }
  .choice-card b, .choice-group legend, .milestone-button, .research-programs > header h4, .research-program-card h5, .reporting-program-heading h4, .integrity-principles h3, .collaboration-step-nav button, .method-resource-grid h3, .method-selection-criteria h3, .segment-control legend, .segment-control label span, .pricing-principles b, .pricing-selection-summary b, .package-price strong, .package-details h4, .price-comparison li.current { color:#eef4fb; }
  .pricing-stage-nav button { color:#c8d4e3; }
  .pricing-stage-nav button.active { background:#202b3e; color:#fff; }
  .timeline-summary, .analysis-quality-gate, .pricing-builder-status, .pricing-selection-summary, .pricing-booking, .start-collaboration, .faq-intro aside { background:#202b3e; color:#f7fbff; }
  .panel-primary-grid > section, .defensible-output, .collaboration-step-panel { background:#182231; border-color:#354357; }
  .method-focus { background:#12312f !important; }
  .method-focus p, .panel-lead { color:#b8c5d6; }
  .stage-duration { background:#182231; }
  .stage-duration strong { color:#eef4fb; }
  .research-program-card a { color:#fff; }
  .research-programs > header a, .package-contact, .pricing-selection-summary .stage-guide-link { color:#dffbf7; }
  .path-status, .price-note, .package-condition { background:#332a17; color:#f4d58d; }
  .price-note p, .package-condition b { color:#f4d58d; }
  .collaboration-step-panel strong { color:#eef4fb; }
  .integrity-principles article.not-provided { background:#331e21; }
  .package-description, .package-scope, .package-details, .pricing-hero-copy > p, .pricing-principles p { color:#b8c5d6; }
  .package-scope { background:#182231; }
  .package-credit { background:#12312f; color:#a7f3e7; }
  .package-badge, .price-comparison li.current { background:#12312f; }
  .package-contact { border-color:#4a5a70; color:#eef4fb; }
  .package-start { border-color:#0f8f82; background:#08786d; color:#fff; }
  .selected-program-summary { border-color:#4a5a70; background:#182231; }
  .segment-control label span { background:#182231; border-color:#354357; }
  .pricing-principles > div { background:#141e2c; border-color:#354357; }
  .faq-section.section-muted { background:#121a27; }
  body[data-page="researchPath"] .accordion-list summary, body[data-page="pricing"] .accordion-list summary { color:#eef4fb; }
  body[data-page="researchPath"] .accordion-list details p, body[data-page="pricing"] .accordion-list details p { color:#b8c5d6; }
  body[data-page="contact"] { --paper:#0d1521; --soft:#121a27; --ink:#eef4fb; --muted:#b8c5d6; --line:#354357; --teal-light:#12312f; background:#0d1521; color:#eef4fb; color-scheme:dark; }
  body[data-page="contact"] .site-header { background:rgba(13,21,33,.94); border-color:#354357; }
  body[data-page="contact"] .main-nav { background-color:#0d1521 !important; }
  body[data-page="contact"] .main-nav a, body[data-page="contact"] .header-cta, body[data-page="contact"] .service-promise strong { color:#dfe8f5; }
  body[data-page="contact"] .service-promise small { color:#b8c5d6; }
  body[data-page="contact"] .menu-toggle { background:#182231; }
  body[data-page="contact"] .menu-toggle span { background:#dfe8f5; }
  body[data-page="contact"] h1, body[data-page="contact"] h2, body[data-page="contact"] h3 { color:#eef4fb; }
  body[data-page="contact"] .contact-hero h1 em { color:#79e9dc; }
  body[data-page="contact"] .eyebrow { color:#cbd5e1; }
  body[data-page="contact"] .contact-route-note, body[data-page="contact"] .contact-form { border-color:#354357; background:#141e2c; box-shadow:0 20px 55px rgba(0,0,0,.18); }
  body[data-page="contact"] .contact-route-note strong, body[data-page="contact"] .contact-facts a, body[data-page="contact"] .contact-facts p, body[data-page="contact"] .contact-form label, body[data-page="contact"] .contact-selection-note strong { color:#eef4fb; }
  body[data-page="contact"] .contact-route-note .text-link { color:#79e9dc; }
  body[data-page="contact"] .contact-booking-card { border-color:#355b58; background:linear-gradient(135deg,#182231,#12312f); box-shadow:0 18px 45px rgba(0,0,0,.24); }
  body[data-page="contact"] .contact-facts small { color:#9daec3; }
  body[data-page="contact"] .contact-selection-note { border-color:#355b58; background:#12312f; }
  body[data-page="contact"] .contact-selection-note span { color:#79e9dc; }
  body[data-page="contact"] .contact-form input, body[data-page="contact"] .contact-form select, body[data-page="contact"] .contact-form textarea { border-color:#4a5a70; background:#0f1826; color:#eef4fb; }
  body[data-page="contact"] .contact-form input::placeholder, body[data-page="contact"] .contact-form textarea::placeholder { color:#8fa0b6; }
  body[data-page="contact"] .contact-form input:focus, body[data-page="contact"] .contact-form select:focus, body[data-page="contact"] .contact-form textarea:focus { border-color:#5eead4; box-shadow:0 0 0 4px rgba(94,234,212,.12); }
  body[data-page="contact"] .form-message.success { background:#12312f; color:#b6fff5; }
  body[data-page="contact"] .form-message.error { background:#331e21; color:#ffc7ca; }
  body[data-page="contact"] .faq-section.section-muted { background:#121a27; }
  body[data-page="contact"] .accordion-list summary { color:#eef4fb; }
  body[data-page="contact"] .accordion-list details p { color:#b8c5d6; }
  body[data-page="services"] { --paper:#0d1521; --soft:#121a27; --ink:#eef4fb; --muted:#b8c5d6; --line:#354357; --teal-light:#12312f; background:#0d1521; color:#eef4fb; color-scheme:dark; }
  body[data-page="services"] .site-header { background:rgba(13,21,33,.94); border-color:#354357; }
  body[data-page="services"] .main-nav { background-color:#0d1521 !important; }
  body[data-page="services"] .main-nav a, body[data-page="services"] .service-promise strong { color:#dfe8f5; }
  body[data-page="services"] .service-promise small { color:#b8c5d6; }
  body[data-page="services"] .menu-toggle { background:#182231; }
  body[data-page="services"] .menu-toggle span { background:#dfe8f5; }
  body[data-page="services"] .header-cta { color:#eef4fb; }
  body[data-page="services"] h1, body[data-page="services"] h2, body[data-page="services"] h3 { color:#eef4fb; }
  body[data-page="services"] .services-hero .eyebrow, body[data-page="services"] .section-heading .eyebrow { color:#cbd5e1; }
  body[data-page="services"] .service-stage-card, body[data-page="services"] .engagement-card { border-color:#354357; background:#141e2c; box-shadow:0 16px 42px rgba(0,0,0,.16); }
  body[data-page="services"] .service-stage-card:hover { border-color:#3f8f87; box-shadow:0 20px 48px rgba(0,0,0,.25); }
  body[data-page="services"] .services-hero h1 em, body[data-page="services"] .service-formats-heading h2 em, body[data-page="services"] .service-stage-label, body[data-page="services"] .service-stage-card > a, body[data-page="services"] .service-stage-card > a span { color:#79e9dc; }
  body[data-page="services"] .service-formats-heading > p, body[data-page="services"] .service-stage-card > p:not(.service-stage-label), body[data-page="services"] .service-format-grid .engagement-card > p:last-child { color:#b8c5d6; }
  body[data-page="services"] .service-stage-card ul { color:#d2dce9; }
  body[data-page="services"] .service-formats.section-muted { background:#121a27; }
  body[data-page="services"] .cta-section { border:1px solid #354357; background:linear-gradient(125deg,#182231,#12312f); }
}

@media (prefers-color-scheme: dark) {
  html[lang="fa"] body[data-page="resources"] { --paper:#0d1521; --soft:#121a27; --ink:#eef4fb; --muted:#b8c5d6; --line:#354357; --teal-light:#12312f; background:#0d1521; color:#eef4fb; color-scheme:dark; }
  html[lang="fa"] body[data-page="resources"] .site-header { background:rgba(13,21,33,.94); border-color:#354357; }
  html[lang="fa"] body[data-page="resources"] .main-nav { background-color:#0d1521 !important; }
  html[lang="fa"] body[data-page="resources"] .main-nav a, html[lang="fa"] body[data-page="resources"] .header-cta, html[lang="fa"] body[data-page="resources"] .service-promise strong { color:#dfe8f5; }
  html[lang="fa"] body[data-page="resources"] .service-promise small { color:#b8c5d6; }
  html[lang="fa"] body[data-page="resources"] .menu-toggle { background:#182231; }
  html[lang="fa"] body[data-page="resources"] .menu-toggle span { background:#dfe8f5; }
  html[lang="fa"] body[data-page="resources"] h1, html[lang="fa"] body[data-page="resources"] h2, html[lang="fa"] body[data-page="resources"] h3 { color:#eef4fb; }
  html[lang="fa"] body[data-page="resources"] .eyebrow { color:#cbd5e1; }
  html[lang="fa"] body[data-page="resources"] .articles-hero h1 em { color:#79e9dc; }
  html[lang="fa"] body[data-page="resources"] .articles-hero-copy > p:last-child, html[lang="fa"] body[data-page="resources"] .articles-section-heading > p, html[lang="fa"] body[data-page="resources"] .article-feature-content > p, html[lang="fa"] body[data-page="resources"] .article-deck, html[lang="fa"] body[data-page="resources"] .article-byline, html[lang="fa"] body[data-page="resources"] .article-content p, html[lang="fa"] body[data-page="resources"] .article-content li { color:#b8c5d6; }
  html[lang="fa"] body[data-page="resources"] .articles-cadence { border-color:#355b58; background:linear-gradient(145deg,#141e2c,#12312f); box-shadow:0 22px 55px rgba(0,0,0,.2); }
  html[lang="fa"] body[data-page="resources"] .articles-cadence span, html[lang="fa"] body[data-page="resources"] .article-card-meta span:first-child, html[lang="fa"] body[data-page="resources"] .article-breadcrumb a, html[lang="fa"] body[data-page="resources"] .article-read-link { color:#79e9dc; }
  html[lang="fa"] body[data-page="resources"] .articles-cadence strong, html[lang="fa"] body[data-page="resources"] .articles-topics li, html[lang="fa"] body[data-page="resources"] .article-feature-content h3, html[lang="fa"] body[data-page="resources"] .article-byline span:first-child, html[lang="fa"] body[data-page="resources"] .article-toc strong, html[lang="fa"] body[data-page="resources"] .article-content h2, html[lang="fa"] body[data-page="resources"] .article-content h3, html[lang="fa"] body[data-page="resources"] .article-criteria strong { color:#eef4fb; }
  html[lang="fa"] body[data-page="resources"] .articles-topics ul, html[lang="fa"] body[data-page="resources"] .article-feature-card, html[lang="fa"] body[data-page="resources"] .article-criteria li { border-color:#354357; background:#141e2c; box-shadow:0 16px 42px rgba(0,0,0,.14); }
  html[lang="fa"] body[data-page="resources"] .articles-path-bridge, html[lang="fa"] body[data-page="resources"] .article-next { border:1px solid #354357; background:linear-gradient(125deg,#182231,#12312f); }
  html[lang="fa"] body[data-page="resources"] .article-feature-mark { background:linear-gradient(145deg,#07111e,#12312f); }
  html[lang="fa"] body[data-page="resources"] .article-toc, html[lang="fa"] body[data-page="resources"] .approach-cards article, html[lang="fa"] body[data-page="resources"] .article-references p { border-color:#354357; background:#141e2c; }
  html[lang="fa"] body[data-page="resources"] .approach-cards article > span { background:#12312f; color:#79e9dc; }
  html[lang="fa"] body[data-page="resources"] .article-criteria li::before { background:#08786d; }
  html[lang="fa"] body[data-page="resources"] .article-principle { border-color:#6f5723; background:#332a17; color:#f4d58d; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
