:root {
  --ink: #10213e;
  --muted: #52617a;
  --paper: #f5f7ff;
  --line: #dce3f2;
  --blue: #1758c9;
  --violet: #7038c5;
  --orange: #ef8c16;
  --teal: #087b82;
  --navy: #095261;
  --purple: #5b35b5;
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
button, a { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 100px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: fixed; inset: 0 0 auto; height: 76px; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - 1160px)/2)); background: rgba(255,255,255,.91); border-bottom: 1px solid rgba(23,88,201,.1); backdrop-filter: blur(18px); }
.brand { display: flex; gap: 12px; align-items: center; text-decoration: none; color: var(--ink); }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; color: white; font-size: 13px; font-weight: 800; border-radius: 13px; background: linear-gradient(135deg, var(--blue), var(--violet)); box-shadow: 0 9px 22px rgba(45,68,170,.25); }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 15px; }
.brand small { margin-top: 2px; color: var(--muted); font-size: 11px; }
.main-nav { display: flex; gap: 8px; }
.main-nav button { border: 0; background: transparent; padding: 10px 13px; border-radius: 12px; font-weight: 700; font-size: 13px; cursor: pointer; }
.main-nav button:hover, .main-nav button:focus-visible { color: var(--blue); background: #eef3ff; outline: none; }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; background: white; padding: 10px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--ink); }

.hero { position: relative; min-height: 850px; overflow: hidden; padding: 170px 0 110px; color: white; background: linear-gradient(135deg, #073a9e 0%, #204ec4 48%, #6734b4 100%); }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .16; background-image: radial-gradient(circle at center, white 1px, transparent 1.3px); background-size: 25px 25px; mask-image: linear-gradient(90deg, transparent, black); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .35; }
.hero-glow.one { width: 520px; height: 520px; top: -200px; left: -160px; background: #00c1ff; }
.hero-glow.two { width: 460px; height: 460px; right: -100px; bottom: -220px; background: #d55cff; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.kicker, .section-label { margin: 0 0 20px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero .kicker { color: #cfe4ff; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(44px, 5vw, 72px); line-height: 1.01; letter-spacing: -.045em; }
.hero h1 span { color: #ffbd45; }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: #e2eafe; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; padding: 0 22px; border: 0; border-radius: 15px; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #12346f; background: #ffbd45; box-shadow: 0 15px 34px rgba(3,23,75,.28); }
.button.ghost { color: white; border: 1px solid rgba(255,255,255,.38); background: rgba(255,255,255,.08); }
.hero-principle { display: flex; gap: 13px; align-items: center; max-width: 540px; margin-top: 40px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); }
.hero-principle span { display: grid; place-items: center; flex: 0 0 38px; height: 38px; color: #ffbd45; border-radius: 12px; background: rgba(255,255,255,.1); }
.hero-principle p { margin: 0; color: #dce7ff; font-size: 14px; line-height: 1.5; }
.hero-principle strong { color: white; }

.hero-visual { position: relative; min-height: 540px; }
#orbit-methods { display: contents; }
.orbit { position: absolute; width: 430px; height: 430px; top: 55px; left: 45px; border: 1px dashed rgba(255,255,255,.38); border-radius: 50%; }
.orbit::before, .orbit::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); }
.orbit::before { inset: 42px; }.orbit::after { inset: 92px; }
.center-message { position: absolute; top: 205px; left: 175px; display: grid; place-items: center; width: 170px; height: 170px; color: var(--ink); text-align: center; border: 8px solid rgba(255,255,255,.22); border-radius: 50%; background: white; box-shadow: 0 25px 60px rgba(4,22,75,.34); }
.center-message span { color: var(--blue); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.center-message strong { margin: -17px 0; font-size: 20px; }.center-message small { color: var(--muted); font-size: 11px; }
.orbit-node { position: absolute; z-index: 2; width: 142px; min-height: 68px; padding: 10px 12px; color: white; border: 1px solid rgba(255,255,255,.55); border-radius: 17px; cursor: pointer; box-shadow: 0 13px 28px rgba(5,24,78,.3); transition: transform .2s; }
.orbit-node:hover { transform: translateY(-4px) scale(1.03); }
.orbit-node strong, .orbit-node small { display: block; }.orbit-node strong { font-size: 17px; }.orbit-node small { margin-top: 3px; font-size: 10px; opacity: .88; }
.node-1 { top: 0; left: 190px; }.node-2 { top: 110px; right: -8px; }.node-3 { top: 330px; right: 2px; }.node-4 { bottom: 0; left: 190px; }.node-5 { top: 330px; left: -10px; }.node-6 { top: 110px; left: -18px; }
.blue { --accent: var(--blue); --soft: #eef4ff; }.violet { --accent: var(--violet); --soft: #f4efff; }.orange { --accent: var(--orange); --soft: #fff5e7; }.teal { --accent: var(--teal); --soft: #eaf8f7; }.navy { --accent: var(--navy); --soft: #eaf5f6; }.purple { --accent: var(--purple); --soft: #f2efff; }
.orbit-node.blue,.route-card.blue { background: var(--blue); }.orbit-node.violet,.route-card.violet { background: var(--violet); }.orbit-node.orange,.route-card.orange { background: var(--orange); }.orbit-node.teal,.route-card.teal { background: var(--teal); }.orbit-node.navy,.route-card.navy { background: var(--navy); }.orbit-node.purple,.route-card.purple { background: var(--purple); }

.split-heading { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.split-heading h2, .centered-heading h2, .selector h2, .case-heading h2, .closing-card h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.08; letter-spacing: -.035em; }
.intro-text { color: var(--muted); font-size: 18px; line-height: 1.75; }.intro-text p { margin: 0 0 18px; }
.principle-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 58px; }
.principle-cards article { min-height: 210px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 14px 35px rgba(32,51,101,.07); }
.principle-cards span { color: var(--blue); font-size: 12px; font-weight: 900; }.principle-cards h3 { margin: 25px 0 11px; font-size: 20px; }.principle-cards p { margin: 0; color: var(--muted); line-height: 1.6; }

.route-section { color: white; background: #0f2143; }
.centered-heading { max-width: 750px; text-align: center; }.centered-heading h2 { color: white; }.centered-heading > p:last-child { margin: 20px auto 0; color: #bfcbe1; font-size: 17px; }
.section-label.light { color: #ffbd45; }
.route-track { display: grid; grid-template-columns: repeat(6, 1fr); gap: 28px; margin-top: 60px; }
.route-item { position: relative; }
.route-card { position: relative; width: 100%; min-height: 180px; padding: 20px 16px; color: white; text-align: left; border: 0; border-radius: 20px; cursor: pointer; box-shadow: 0 15px 30px rgba(0,0,0,.18); transition: transform .2s; }
.route-card:hover { transform: translateY(-6px); }.route-card span,.route-card strong,.route-card small { display: block; }.route-number { opacity: .67; font-size: 11px; font-weight: 800; }.route-card strong { margin-top: 30px; font-size: 21px; }.route-card small { margin-top: 8px; line-height: 1.35; opacity: .9; }.route-arrow { position: absolute; right: 14px; bottom: 12px; font-size: 20px; }
.connector { position: absolute; z-index: 3; top: 78px; right: -23px; color: #8aa0c8; }
.route-note { margin-top: 42px; padding: 18px 22px; color: #cdd8eb; font-size: 14px; line-height: 1.6; border: 1px solid #2d4268; border-radius: 15px; background: #142a51; }.route-note span { margin-right: 8px; color: #ffbd45; font-weight: 800; }

.selector { background: #f6f8fd; }
.selector-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 70px; align-items: center; }
.selector-copy > p:not(.section-label) { color: var(--muted); font-size: 17px; line-height: 1.6; }
.need-buttons { display: grid; gap: 8px; margin-top: 28px; }
.need-buttons button { display: flex; gap: 12px; align-items: center; padding: 14px 16px; color: var(--muted); text-align: left; border: 1px solid transparent; border-radius: 13px; background: transparent; cursor: pointer; }
.need-buttons button:hover, .need-buttons button.active { color: var(--blue); border-color: #cbd9fa; background: white; box-shadow: 0 8px 25px rgba(30,64,138,.07); }.need-buttons span { color: var(--blue); }
.recommendation { padding: 42px; color: white; border-radius: 30px; background: var(--accent); box-shadow: 0 26px 60px color-mix(in srgb, var(--accent) 28%, transparent); }
.recommendation > p:first-child { margin: 0; opacity: .75; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }.recommendation-name { margin: 20px 0; font-size: 58px; font-weight: 900; letter-spacing: -.05em; }.recommendation h3 { margin: 0 0 15px; font-size: 25px; line-height: 1.25; }.recommendation p { line-height: 1.65; opacity: .9; }.recommendation button { margin-top: 16px; padding: 13px 0; color: white; border: 0; border-bottom: 1px solid rgba(255,255,255,.5); background: transparent; font-weight: 800; cursor: pointer; }.recommendation button span { margin-left: 20px; }

.methods-section { padding-bottom: 0; background: white; }.centered-heading.dark h2 { color: var(--ink); }.centered-heading.dark > p:last-child { color: var(--muted); }
.methods-list { margin-top: 75px; }.method-block { position: relative; padding: 105px 0; overflow: hidden; background: white; }.method-block:nth-child(even) { background: #f7f9fd; }.method-block::before { content: attr(id); position: absolute; top: 20px; right: -20px; color: var(--accent); opacity: .035; font-size: 180px; font-weight: 900; text-transform: uppercase; }
.method-grid { display: grid; grid-template-columns: 1.1fr .7fr; gap: 90px; align-items: center; }.method-block:nth-child(even) .method-copy { order: 2; }.method-block:nth-child(even) .method-visual { order: 1; }
.method-topline { display: flex; gap: 12px; align-items: center; }.method-topline span { display: grid; place-items: center; width: 35px; height: 35px; color: white; border-radius: 10px; background: var(--accent); font-size: 11px; font-weight: 900; }.method-topline p { margin: 0; color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.method-copy > h2 { margin: 20px 0 4px; color: var(--accent); font-size: clamp(48px, 6vw, 76px); line-height: .95; letter-spacing: -.055em; }.method-copy > h3 { max-width: 620px; margin: 18px 0 0; font-size: 27px; line-height: 1.2; }.method-description { max-width: 680px; margin: 18px 0 32px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.steps-list { display: grid; gap: 9px; }.step { display: grid; grid-template-columns: 47px 1fr; gap: 14px; align-items: center; padding: 12px 14px; border: 1px solid color-mix(in srgb, var(--accent) 18%, white); border-radius: 14px; background: var(--soft); }.step > span { display: grid; place-items: center; width: 42px; height: 42px; color: white; border-radius: 11px; background: var(--accent); font-size: 18px; font-weight: 900; }.step strong { font-size: 15px; }.step p { margin: 3px 0 0; color: var(--muted); font-size: 13px; line-height: 1.4; }
.roles-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }.roles-grid > div { padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: white; }.roles-grid span { margin-right: 7px; color: var(--accent); }.roles-grid strong { font-size: 13px; }.roles-grid p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.method-details { margin-top: 12px; border: 1px solid var(--line); border-radius: 14px; background: white; }.method-details summary { padding: 15px 18px; font-weight: 800; font-size: 13px; cursor: pointer; }.method-details div { padding: 0 18px 14px; }.method-details p { margin: 7px 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.method-visual { position: relative; }.method-visual::before { content: ""; position: absolute; inset: 7% -8% -5% 12%; border-radius: 35px; background: var(--accent); opacity: .11; transform: rotate(5deg); }
.image-frame { position: relative; width: min(100%, 390px); margin: 0 auto; padding: 0; overflow: hidden; border: 0; border-radius: 24px; background: white; box-shadow: 0 26px 60px rgba(24,44,92,.2); cursor: zoom-in; }.image-frame img { width: 100%; aspect-ratio: 2 / 2.9; object-fit: cover; object-position: top; transition: transform .35s; }.image-frame:hover img { transform: scale(1.02); }.image-frame > span { position: absolute; right: 14px; bottom: 14px; padding: 10px 13px; color: white; border-radius: 11px; background: rgba(15,33,67,.88); font-size: 11px; font-weight: 800; }

.case-section { color: white; background: linear-gradient(145deg, #092f6f, #341c6a); }.case-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: center; }.case-heading blockquote { margin: 0; padding: 28px 30px; color: #eff4ff; font-size: 17px; line-height: 1.7; border-left: 4px solid #ffbd45; border-radius: 0 18px 18px 0; background: rgba(255,255,255,.08); }
.case-timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 55px; }.case-timeline article { display: flex; gap: 17px; min-height: 190px; padding: 23px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.07); }.case-timeline article > span { display: grid; place-items: center; flex: 0 0 34px; height: 34px; color: #17345f; border-radius: 10px; background: #ffbd45; font-size: 12px; font-weight: 900; }.case-timeline strong { color: #ffbd45; font-size: 11px; letter-spacing: .12em; }.case-timeline h3 { margin: 10px 0 8px; font-size: 18px; }.case-timeline p { margin: 0; color: #cbd6e9; font-size: 13px; line-height: 1.55; }
.case-outcome { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; margin-top: 18px; padding: 28px 32px; color: var(--ink); border-radius: 19px; background: #ffbd45; }.case-outcome span { font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }.case-outcome h3 { margin: 8px 0 0; font-size: 22px; }.case-outcome p { margin: 0; line-height: 1.6; }

.resources-section { background: #f5f7fc; }.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 55px; }.resource-card { display: grid; grid-template-columns: 115px 1fr; gap: 18px; align-items: center; padding: 14px; text-align: left; border: 1px solid var(--line); border-radius: 20px; background: white; cursor: pointer; transition: transform .2s, box-shadow .2s; }.resource-card:hover { transform: translateY(-4px); box-shadow: 0 16px 35px rgba(23,48,104,.12); }.resource-image { height: 145px; overflow: hidden; border-radius: 13px; background: var(--soft); }.resource-image img { width: 100%; height: 100%; object-fit: cover; object-position: top; }.resource-card span,.resource-card strong,.resource-card small { display: block; }.resource-card span { color: var(--accent); font-size: 10px; font-weight: 800; text-transform: uppercase; }.resource-card strong { margin-top: 9px; color: var(--accent); font-size: 23px; }.resource-card small { margin-top: 19px; color: var(--muted); font-size: 11px; }

.closing-section { background: white; }.closing-card { display: flex; gap: 60px; align-items: flex-end; justify-content: space-between; padding: 60px; color: white; border-radius: 34px; background: linear-gradient(125deg, #1758c9, #6534b4); box-shadow: 0 25px 65px rgba(45,64,148,.22); }.closing-card > div { max-width: 780px; }.closing-card h2 { font-size: clamp(35px, 4vw, 51px); }.closing-card p:not(.section-label) { margin: 22px 0 0; color: #e5eaff; font-size: 17px; line-height: 1.7; }.light-button { flex: 0 0 auto; color: #193b77; background: white; }
footer { padding: 35px 0; color: #c4cee0; background: #0c1e3c; }.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }.footer-inner strong { color: white; }.footer-inner p { margin: 5px 0 0; font-size: 12px; line-height: 1.5; }.footer-inner > p { text-align: right; }

.modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 28px; background: rgba(5,13,32,.91); backdrop-filter: blur(8px); }.modal-content { max-width: min(690px, 90vw); max-height: 90vh; overflow: auto; border-radius: 18px; box-shadow: 0 30px 80px #000; }.modal-content img { width: 100%; }.modal-close { position: fixed; top: 20px; right: 24px; z-index: 2; width: 48px; height: 48px; color: white; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(255,255,255,.1); font-size: 30px; cursor: pointer; }
.modal[hidden] { display: none; }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr; }.hero { padding-bottom: 70px; }.hero-copy { max-width: 800px; }.hero-visual { width: 520px; margin: 20px auto 0; }
  .route-track { grid-template-columns: repeat(3, 1fr); }.connector { display: none; }
  .method-grid { gap: 45px; }.case-timeline { grid-template-columns: repeat(2, 1fr); }.resource-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 620px); }.section { padding: 72px 0; }.site-header { height: 68px; padding: 0 15px; }.brand small { display: none; }.menu-button { display: block; }
  .main-nav { position: absolute; top: 68px; left: 14px; right: 14px; display: none; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 18px 40px rgba(17,35,76,.18); }.main-nav.open { display: grid; }.main-nav button { text-align: left; }
  .hero { min-height: 0; padding: 125px 0 80px; }.hero h1 { font-size: 46px; }.hero-lead { font-size: 17px; }.hero-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; width: 100%; min-height: 0; margin-top: 55px; }.orbit,.center-message { display: none; }.orbit-node { position: static; width: 100%; min-height: 74px; }
  .split-heading, .selector-grid, .method-grid, .case-heading, .case-outcome { grid-template-columns: 1fr; gap: 35px; }.principle-cards { grid-template-columns: 1fr; }.route-track { grid-template-columns: 1fr 1fr; gap: 12px; }.route-card { min-height: 150px; }
  .recommendation { padding: 30px; }.recommendation-name { font-size: 48px; }.methods-list { margin-top: 45px; }.method-block { padding: 76px 0; }.method-block:nth-child(even) .method-copy,.method-block:nth-child(even) .method-visual { order: initial; }.method-grid { gap: 42px; }.method-copy > h2 { font-size: 55px; }.method-copy > h3 { font-size: 23px; }.roles-grid { grid-template-columns: 1fr; }.method-visual { order: 2; }.image-frame { max-width: 350px; }
  .case-timeline, .resource-grid { grid-template-columns: 1fr; }.case-outcome { gap: 18px; }.closing-card { display: block; padding: 38px 27px; }.closing-card .button { margin-top: 30px; }.footer-inner { display: block; }.footer-inner > p { margin-top: 20px; text-align: left; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 40px; }.hero-actions .button { width: 100%; }.route-track { grid-template-columns: 1fr; }.route-card { min-height: 125px; }.route-card strong { margin-top: 18px; }.method-copy > h2 { font-size: 48px; }.resource-card { grid-template-columns: 90px 1fr; }.resource-image { height: 125px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }
