:root {
  --ink: #0b1633;
  --ink-2: #182543;
  --blue: #4776ed;
  --teal: #24b9aa;
  --violet: #925ee9;
  --paper: #f6f7fb;
  --white: #ffffff;
  --muted: #647089;
  --line: #dfe4ee;
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
  --shadow: 0 24px 70px rgba(24, 37, 67, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--body); line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: calc(100% - 48px); max-width: 1160px; width: min(1160px, calc(100% - 48px)); margin-right: auto; margin-left: auto; margin-inline: auto; }
.section-pad { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
:where(a, button, input, select, textarea):focus-visible { outline: 3px solid #5de0d0; outline-offset: 3px; }
button, .button, a { -webkit-tap-highlight-color: rgba(71, 118, 237, .2); touch-action: manipulation; }

.site-header { position: absolute; z-index: 50; top: 0; left: 0; width: 100%; padding-top: env(safe-area-inset-top); }
.nav-shell { width: calc(100% - 48px); max-width: 1240px; width: min(1240px, calc(100% - 48px)); min-height: 88px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-family: var(--display); font-size: 19px; font-weight: 500; letter-spacing: -0.5px; }
.brand strong { font-weight: 800; }
.brand-mark { width: 39px; height: 39px; flex: none; }
.primary-nav { display: flex; align-items: center; gap: 32px; color: rgba(255,255,255,.82); font-size: 14px; font-weight: 600; }
.primary-nav > a:not(.button) { position: relative; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: #42d7c6; transition: width .25s ease; }
.primary-nav > a:not(.button):hover::after { width: 100%; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 11px; min-height: 52px; padding: 0 25px; border: 0; border-radius: 9px; background: linear-gradient(110deg, #4878ef, #7267ed); color: #fff; box-shadow: 0 12px 28px rgba(71,118,237,.25); font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(71,118,237,.32); }
.button-small { min-height: 42px; padding: 0 19px; font-size: 13px; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.22); box-shadow: none; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 7px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: white; }

.hero { min-height: 790px; position: relative; display: flex; align-items: center; overflow: hidden; padding-top: 155px; color: #fff; background:
  radial-gradient(circle at 75% 18%, rgba(78,89,218,.28), transparent 34%),
  linear-gradient(135deg, #07132f 0%, #0b1837 58%, #101b3e 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 56px 56px; -webkit-mask-image: linear-gradient(to right, black, transparent 75%); mask-image: linear-gradient(to right, black, transparent 75%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; color: #93a6cc; font-size: 12px; font-weight: 700; letter-spacing: 1.7px; text-transform: uppercase; }
.eyebrow span { width: 25px; height: 2px; background: linear-gradient(90deg, var(--teal), var(--blue)); }
.eyebrow.dark { color: #65708a; }
.hero h1 { max-width: 670px; margin: 0 0 24px; font-family: var(--display); font-size: 62px; font-size: clamp(52px, 6vw, 78px); line-height: 1.04; letter-spacing: -3.9px; }
.hero h1 em { display: block; color: transparent; background: linear-gradient(90deg, #4edac8, #72a0ff 52%, #bc72ff); -webkit-background-clip: text; background-clip: text; font-style: normal; }
.hero-lede { max-width: 620px; margin: 0 0 34px; color: #aebbd4; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { color: #d5dcec; font-size: 14px; font-weight: 600; }
.text-link span { display: inline-block; margin-left: 5px; color: #5fd7ca; transition: transform .2s; }
.text-link:hover span { transform: translate(3px, 3px); }
.trust-row { display: flex; gap: 45px; margin-top: 54px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.09); }
.trust-row > div { display: flex; align-items: center; gap: 10px; }
.trust-row strong { font-family: var(--display); font-size: 22px; }
.trust-row span { max-width: 74px; color: #8291ae; font-size: 11px; line-height: 1.25; text-transform: uppercase; letter-spacing: .5px; }

.hero-visual { position: relative; min-height: 500px; }
.core-card { position: absolute; z-index: 5; top: 116px; left: 50%; width: 258px; height: 283px; transform: translateX(-50%); padding: 27px; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: linear-gradient(145deg, rgba(28,44,87,.94), rgba(15,26,59,.96)); box-shadow: 0 35px 80px rgba(1,8,24,.5); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.core-logo { width: 49px; height: 49px; margin-bottom: 24px; padding: 7px; border-radius: 12px; background: rgba(255,255,255,.06); }
.core-logo svg { width: 100%; height: 100%; }
.core-card > span { display: block; color: #8795b0; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }
.core-card > strong { display: block; margin: 4px 0 22px; font-family: var(--display); font-size: 23px; }
.chart { height: 74px; display: flex; align-items: end; gap: 10px; }
.chart span { width: 20%; height: var(--h); border-radius: 5px 5px 2px 2px; background: linear-gradient(to top, #4776ed, #38cfc1); opacity: .9; }
.data-card { position: absolute; z-index: 7; display: grid; grid-template-columns: 38px auto; column-gap: 11px; align-items: center; min-width: 185px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; background: rgba(17,31,67,.88); box-shadow: 0 20px 50px rgba(1,8,24,.36); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); font-size: 12px; }
.data-card-a { top: 69px; left: 3px; }
.data-card-b { right: -4px; bottom: 51px; }
.mini-icon { grid-row: span 2; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 9px; color: #55ddce; background: rgba(56,207,193,.1); font-size: 20px; }
.data-card i { color: #6b7e9f; font-size: 10px; font-style: normal; }
.visual-orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(84,211,197,.16); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 420px; height: 420px; }
.orbit-two { width: 535px; height: 535px; border-color: rgba(106,123,237,.1); }
.signal { position: absolute; z-index: 2; width: 8px; height: 8px; border-radius: 50%; background: #45d5c5; box-shadow: 0 0 17px #45d5c5; }
.signal-a { top: 64px; right: 80px; }.signal-b { bottom: 101px; left: 36px; background: #806bf4; }.signal-c { top: 230px; right: -3px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 300px; height: 300px; right: -170px; top: 270px; background: rgba(78,85,212,.18); }
.hero-glow-two { width: 250px; height: 250px; left: -170px; bottom: -40px; background: rgba(40,204,186,.1); }

.sector-strip { background: #0f1d40; color: #8897b5; border-top: 1px solid rgba(255,255,255,.05); }
.sector-row { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 13px; }
.sector-row span:first-child { color: #566682; font-size: 10px; text-transform: uppercase; letter-spacing: 1.4px; }
.sector-row span:not(:first-child) { position: relative; padding-left: 16px; }
.sector-row span:not(:first-child)::before { content: ""; position: absolute; left: 0; top: 50%; width: 5px; height: 5px; border-radius: 50%; background: #40cdbc; transform: translateY(-50%); }

.services, .packages, .products { background: var(--paper); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 56px; }
.section-heading > div { max-width: 670px; }
.section-heading h2, .assessment h2, .training h2, .approach h2, .experience h2, .faq h2, .contact h2 { margin: 0; font-family: var(--display); font-size: 46px; font-size: clamp(38px, 4.5vw, 54px); line-height: 1.13; letter-spacing: -2.5px; }
.section-heading > p { max-width: 390px; margin: 0 0 6px; color: var(--muted); font-size: 16px; }
.fit-check { background: #fff; }
.fit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fit-card { position: relative; min-height: 255px; padding: 34px; border: 1px solid var(--line); border-radius: 15px; background: linear-gradient(145deg, #fff, #fafbfe); }
.fit-card > span { display: inline-grid; place-items: center; width: 37px; height: 37px; margin-bottom: 38px; border-radius: 50%; color: #4169ce; background: #edf2ff; font-size: 10px; font-weight: 800; }
.fit-card h3 { margin: 0 0 10px; font-family: var(--display); font-size: 20px; letter-spacing: -.5px; }
.fit-card p { margin: 0; color: var(--muted); font-size: 14px; }
.fit-cta { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 24px; padding: 22px 26px; border-left: 4px solid var(--teal); border-radius: 0 10px 10px 0; background: #f4f8fb; }
.fit-cta p { margin: 0; color: #556078; font-size: 14px; }
.fit-cta strong { color: var(--ink); }
.fit-cta a { flex: none; color: #3566d8; font-size: 13px; font-weight: 800; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 305px; padding: 34px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.service-card:hover { z-index: 2; transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card.featured { color: #fff; background: linear-gradient(145deg, #142653, #243d7e); }
.service-card.featured::after { content: ""; position: absolute; width: 180px; height: 180px; right: -75px; bottom: -85px; border: 1px solid rgba(82,219,202,.25); border-radius: 50%; box-shadow: 0 0 0 35px rgba(75,120,239,.08); }
.service-number { position: absolute; top: 25px; right: 28px; color: #a7b0c0; font-size: 11px; letter-spacing: 1px; }
.service-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 28px; border-radius: 10px; color: var(--blue); background: #edf1fc; font-size: 24px; }
.featured .service-icon { color: #5de0d0; background: rgba(255,255,255,.08); }
.service-card h3 { margin: 0 0 12px; font-family: var(--display); font-size: 20px; letter-spacing: -.6px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.service-card.featured p { color: #aebbd5; }
.service-card a { display: inline-block; margin-top: 22px; color: #62dfd0; font-size: 13px; font-weight: 700; }

.assessment { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg, #0b1838, #152655); }
.assessment::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 0 100%, rgba(41,195,178,.14), transparent 35%), radial-gradient(circle at 100% 0, rgba(111,95,226,.16), transparent 30%); }
.assessment-grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 100px; }
.assessment-copy > p { max-width: 600px; margin: 22px 0; color: #aebbd4; font-size: 17px; }
.check-list { list-style: none; margin: 28px 0 36px; padding: 0; }
.check-list li { position: relative; margin: 13px 0; padding-left: 30px; color: #d5ddeb; font-size: 14px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; color: #42d3c2; background: rgba(66,211,194,.1); font-size: 11px; font-weight: 700; }
.button-light { background: #fff; color: #142451; box-shadow: 0 12px 28px rgba(0,0,0,.16); }
.price-card { padding: 38px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(255,255,255,.075); box-shadow: 0 30px 60px rgba(0,0,0,.22); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.price-label { color: #7fe0d5; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.3px; }
.price { display: grid; grid-template-columns: auto 1fr; align-items: end; margin: 17px 0 26px; }
.price span { grid-column: 1 / -1; color: #92a2c0; font-size: 12px; }
.price strong { font-family: var(--display); font-size: 48px; letter-spacing: -2px; line-height: 1.2; }
.price small { margin: 0 0 8px 8px; color: #7f90ae; }
.price-meta { border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.price-meta > div { display: flex; justify-content: space-between; padding: 13px 0; color: #8999b6; font-size: 12px; }
.price-meta strong { color: #e7ebf4; font-weight: 600; }
.price-card > p { margin: 22px 0 0; color: #8494b1; font-size: 12px; }

.section-heading.centered { max-width: 720px; margin-inline: auto; display: block; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered > p { max-width: 600px; margin: 18px auto 0; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.package-card { position: relative; padding: 34px; border: 1px solid var(--line); border-radius: 16px; background: #fff; transition: transform .25s, box-shadow .25s; }
.package-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.package-card.popular { border: 1px solid #577eee; box-shadow: 0 18px 50px rgba(71,118,237,.12); }
.package-card.popular::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; border-radius: 16px 0 0 16px; background: linear-gradient(var(--teal), var(--blue), var(--violet)); }
.package-tag { display: inline-block; margin-bottom: 25px; padding: 6px 10px; border-radius: 20px; color: #52617c; background: #eff2f8; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; }
.popular .package-tag { color: #315fd0; background: #ecf1ff; }
.package-card h3 { margin: 0 0 10px; font-family: var(--display); font-size: 22px; }
.package-card > p { min-height: 68px; margin: 0; color: var(--muted); font-size: 14px; }
.package-price { margin: 24px 0; padding: 17px 0; border-top: 1px solid #edf0f5; border-bottom: 1px solid #edf0f5; color: #7a8498; font-size: 12px; }
.package-price strong { margin-left: 5px; color: var(--ink); font-family: var(--display); font-size: 24px; }
.package-card ul { list-style: none; padding: 0; margin: 0 0 27px; color: #58647a; font-size: 13px; }
.package-card li { position: relative; margin: 9px 0; padding-left: 20px; }
.package-card li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 700; }
.package-card a, .product-content a { color: #3e6de0; font-size: 13px; font-weight: 700; }
.package-card a span, .product-content a b { margin-left: 6px; }
.pricing-note { margin: 26px auto 0; color: #7e8798; text-align: center; font-size: 11px; }

.training { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg, #0b1937, #17305f); }
.training::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 12% 80%, rgba(41,195,178,.13), transparent 34%), radial-gradient(circle at 92% 8%, rgba(146,94,233,.14), transparent 30%); }
.training-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.training-intro > p { max-width: 550px; margin: 22px 0 26px; color: #a9b7d0; font-size: 16px; }
.training-formats { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 32px; }
.training-formats span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; color: #b9c6da; background: rgba(255,255,255,.05); font-size: 11px; }
.training-paths { display: grid; gap: 13px; }
.training-card { padding: 27px 29px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.065); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.training-card > span { color: #61d9ca; font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.training-card h3 { margin: 7px 0 6px; font-family: var(--display); font-size: 20px; }
.training-card p { margin: 0; color: #9facbf; font-size: 13px; }

.approach { background: #fff; }
.approach-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.approach-intro { position: sticky; top: 40px; align-self: start; }
.approach-intro p { max-width: 490px; color: var(--muted); font-size: 16px; }
.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.steps li > span { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 50%; color: #5174d4; background: #edf1fc; font-size: 10px; font-weight: 700; }
.steps h3 { margin: 2px 0 5px; font-family: var(--display); font-size: 19px; }
.steps p { margin: 0; color: var(--muted); font-size: 14px; }

.experience { color: #fff; background: #101d3e; }
.experience-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.experience-card { position: relative; min-height: 430px; display: flex; flex-direction: column; justify-content: flex-end; padding: 45px; border-radius: 4px 60px 4px 4px; overflow: hidden; background:
 linear-gradient(to top, rgba(12,27,58,.98), rgba(12,27,58,.15)),
 radial-gradient(circle at 65% 25%, #4777a8, #20365c 42%, #111e3b 70%); }
.experience-card::after { content: ""; position: absolute; width: 220px; height: 220px; top: 50px; right: 60px; border: 1px solid rgba(100,226,211,.22); border-radius: 50%; box-shadow: 0 0 0 35px rgba(96,118,237,.08), 0 0 0 70px rgba(96,118,237,.04); }
.quote-mark { position: relative; z-index: 2; color: #62dcce; font-family: Georgia, serif; font-size: 52px; line-height: .8; }
.experience-card blockquote { position: relative; z-index: 2; margin: 13px 0; font-family: var(--display); font-size: 21px; line-height: 1.45; }
.experience-card p { position: relative; z-index: 2; margin: 0; color: #8fa0be; font-size: 12px; }
.experience-copy .eyebrow { color: #8c9ab4; }
.experience-copy h2 { margin-bottom: 30px; }
.experience-list > div { display: grid; grid-template-columns: 40px 1fr; gap: 13px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.08); }
.experience-list span { color: #48cfc0; font-size: 10px; }
.experience-list p { margin: 0; color: #a5b2c9; font-size: 14px; }
.experience-list strong { color: #fff; }
.case-study-heading { display: flex; align-items: end; justify-content: space-between; gap: 45px; margin: 85px 0 28px; padding-top: 38px; border-top: 1px solid rgba(255,255,255,.1); }
.case-study-heading span { color: #58d4c5; font-size: 10px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.case-study-heading h3 { max-width: 620px; margin: 8px 0 0; font-family: var(--display); font-size: 34px; line-height: 1.2; letter-spacing: -1.4px; }
.case-study-heading > p { max-width: 300px; margin: 0; color: #8392ae; font-size: 12px; }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.case-card { padding: 29px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.045); }
.case-card > span { color: #61d9ca; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.case-card h3 { min-height: 64px; margin: 10px 0 12px; font-family: var(--display); font-size: 19px; line-height: 1.35; }
.case-card p { min-height: 88px; margin: 0 0 18px; color: #9eabc1; font-size: 13px; }
.case-card ul { display: flex; flex-wrap: wrap; gap: 7px; list-style: none; margin: 0; padding: 0; }
.case-card li { padding: 5px 8px; border-radius: 5px; color: #b9c5d8; background: rgba(255,255,255,.06); font-size: 9px; }

.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.product-card { display: grid; grid-template-columns: .75fr 1.25fr; min-height: 300px; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: #fff; }
.product-card-wide { grid-column: 1 / -1; grid-template-columns: .38fr 1.62fr; min-height: 260px; }
.product-visual { position: relative; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #142750, #243e80); }
.product-visual::before { content: ""; position: absolute; width: 200px; height: 200px; border: 1px solid rgba(65,214,197,.22); border-radius: 50%; box-shadow: 0 0 0 30px rgba(70,117,237,.09); }
.mock-window { z-index: 2; width: 125px; height: 145px; padding: 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 9px; background: rgba(255,255,255,.08); transform: rotate(-4deg); }
.mock-window i { display: inline-block; width: 5px; height: 5px; margin-right: 3px; border-radius: 50%; background: #5addcd; }
.mock-window span { display: block; height: 10px; margin-top: 16px; border-radius: 3px; background: rgba(255,255,255,.2); }
.mock-window span:nth-of-type(2) { width: 75%; }.mock-window span:nth-of-type(3) { width: 87%; }
.civic-chart { z-index: 2; width: 130px; height: 145px; display: flex; align-items: end; justify-content: center; gap: 10px; padding: 20px 17px; border: 1px solid rgba(255,255,255,.2); border-radius: 9px; background: rgba(255,255,255,.08); }
.civic-chart span { width: 16px; border-radius: 3px 3px 0 0; background: linear-gradient(#48d5c5, #5779e7); }
.civic-chart span:nth-child(1) { height: 35%; }.civic-chart span:nth-child(2) { height: 57%; }.civic-chart span:nth-child(3) { height: 78%; }.civic-chart span:nth-child(4) { height: 94%; }
.heritage-visual { background: linear-gradient(145deg, #123b4c, #225d6b 48%, #284c7a); }
.heritage-book { position: relative; z-index: 2; width: 140px; height: 100px; display: grid; grid-template-columns: 1fr 1fr; gap: 3px; padding: 13px; border: 1px solid rgba(255,255,255,.24); border-radius: 8px 8px 14px 14px; background: rgba(255,255,255,.1); box-shadow: 0 18px 35px rgba(1,16,28,.28); transform: rotate(-3deg); }
.heritage-book::after { content: ""; position: absolute; top: 11px; bottom: 9px; left: 50%; width: 1px; background: rgba(255,255,255,.22); }
.heritage-book > span { padding: 8px 7px; border-radius: 4px; background: rgba(255,255,255,.07); }
.heritage-book i { display: block; height: 5px; margin: 7px 0; border-radius: 3px; background: rgba(255,255,255,.38); }
.heritage-book i:nth-child(2) { width: 75%; }.heritage-book i:nth-child(3) { width: 88%; background: #5de0d0; }
.heritage-sound { position: absolute; z-index: 3; right: 28px; bottom: 32px; height: 35px; display: flex; align-items: center; gap: 4px; padding: 7px 9px; border-radius: 8px; background: rgba(7,22,42,.74); }
.heritage-sound i { width: 3px; height: 9px; border-radius: 3px; background: #6ce2d4; }
.heritage-sound i:nth-child(2), .heritage-sound i:nth-child(4) { height: 18px; }.heritage-sound i:nth-child(3) { height: 24px; }
.product-content { align-self: center; padding: 34px; }
.product-content > span { color: #7e5fd6; font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.product-content h3 { margin: 9px 0; font-family: var(--display); font-size: 22px; }
.product-content p { margin: 0 0 22px; color: var(--muted); font-size: 13px; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 95px; align-items: start; }
.faq-intro { position: sticky; top: 40px; }
.faq-intro > p { max-width: 430px; color: var(--muted); }
.faq-intro > a { display: inline-block; margin-top: 13px; color: #3566d8; font-size: 13px; font-weight: 800; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 42px 24px 0; list-style: none; font-family: var(--display); font-size: 17px; font-weight: 700; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 22px; right: 4px; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; color: #426fdc; background: #edf2ff; font-family: var(--body); font-size: 18px; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 700px; margin: -5px 45px 24px 0; color: var(--muted); font-size: 14px; }

.contact { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg, #0a1735, #15285b); }
.contact::after { content: ""; position: absolute; width: 500px; height: 500px; left: -200px; bottom: -300px; border: 1px solid rgba(55,210,193,.18); border-radius: 50%; box-shadow: 0 0 0 65px rgba(55,210,193,.035), 0 0 0 130px rgba(75,112,230,.03); }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.contact-copy > p { max-width: 500px; color: #a4b2cc; }
.contact-details { margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); }
.contact-details div { display: flex; justify-content: space-between; max-width: 430px; padding: 9px 0; font-size: 13px; }
.contact-details span { color: #7f90ad; }.contact-details strong { color: #dbe1ed; }
.booking-direct { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; padding-bottom: 5px; border-bottom: 1px solid #47d3c3; color: #72e3d5; font-size: 13px; font-weight: 800; }
.booking-direct span { transition: transform .2s ease; }
.booking-direct:hover span { transform: translate(2px, -2px); }
.contact-form { padding: 38px; border-radius: 18px; color: var(--ink); background: #fff; box-shadow: 0 35px 80px rgba(0,0,0,.25); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; margin-bottom: 17px; color: #46526a; font-size: 12px; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 12px 13px; border: 1px solid #d9dfeb; border-radius: 7px; outline: 0; color: var(--ink); background: #fbfcfe; font-size: 14px; transition: border .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #6487e6; box-shadow: 0 0 0 3px rgba(71,118,237,.1); }
.contact-form textarea { resize: vertical; }
.consent-group { min-width: 0; margin: 4px 0 19px; padding: 16px; border: 1px solid #dce2ed; border-radius: 8px; background: #f7f9fc; }
.consent-group legend { padding: 0 6px; color: #46526a; font-size: 11px; font-weight: 700; }
.contact-form .checkbox-label { display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 10px; align-items: start; margin: 2px 0 13px; color: #59657b; font-size: 11px; font-weight: 500; line-height: 1.45; cursor: pointer; }
.contact-form .checkbox-label:last-of-type { margin-bottom: 0; }
.contact-form .checkbox-label input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: #4776ed; }
.contact-form .checkbox-label a { color: #315fcf; text-decoration: underline; text-underline-offset: 2px; }
.contact-form .checkbox-label strong { color: #34415a; }
.optional-consent { padding-top: 12px; border-top: 1px solid #e1e6ef; }
.form-submit { width: 100%; }
.form-note, .form-status { margin: 12px 0 0; color: #818b9e; text-align: center; font-size: 11px; }
.form-status { min-height: 17px; color: #178f82; font-weight: 700; }

.site-footer { padding-top: 66px; color: #a6b1c6; background: #071128; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr 1fr; gap: 60px; padding-bottom: 55px; }
.footer-brand { margin-bottom: 14px; }.footer-grid > div:first-child p { margin: 0; color: #6e7c98; font-size: 13px; }
.footer-links { display: flex; flex-direction: column; gap: 9px; font-size: 12px; }
.footer-links strong, .footer-cta strong { margin-bottom: 6px; color: #fff; font-size: 12px; }
.footer-links a:hover { color: #57d6c7; }
.footer-cta { display: flex; flex-direction: column; align-items: start; }
.footer-cta a { margin-top: 13px; padding-bottom: 5px; border-bottom: 1px solid #3ec9b9; color: #6ee0d2; font-size: 12px; font-weight: 700; }
.trademark-note { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.07); color: #5f6c86; font-size: 9px; line-height: 1.55; }
.footer-bottom { display: flex; justify-content: space-between; padding: 20px 0 28px; border-top: 1px solid rgba(255,255,255,.07); color: #5f6c86; font-size: 10px; }
.footer-legal-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 16px; }
.footer-legal-links a { color: #8d99b0; }
.footer-legal-links a:hover { color: #57d6c7; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }

@media (max-width: 1000px) {
  .primary-nav { gap: 18px; }
  .hero-grid { gap: 20px; }
  .hero-visual { transform: scale(.87); }
  .trust-row { gap: 22px; }
  .fit-card { padding: 28px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .assessment-grid, .contact-grid { gap: 55px; }
  .package-card { padding: 27px; }
  .training-grid { gap: 55px; }
  .experience-grid { gap: 55px; }
  .case-card { padding: 24px; }
  .faq-grid { gap: 55px; }
  .product-card { grid-template-columns: 1fr; }
  .product-visual { min-height: 190px; }
  .footer-grid { grid-template-columns: 1.3fr .7fr .8fr; }
  .footer-cta { display: none; }
}

@media (max-width: 780px) {
  .container, .nav-shell { width: calc(100% - 34px); max-width: 640px; width: min(calc(100% - 34px), 640px); }
  .section-pad { padding: 80px 0; }
  .site-header { position: absolute; }
  .js .menu-toggle { display: block; z-index: 3; }
  .primary-nav { position: absolute; top: 74px; left: 17px; right: 17px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(8,19,45,.97); box-shadow: 0 20px 50px rgba(0,0,0,.3); }
  .js .primary-nav.open { display: flex; }
  .primary-nav a { padding: 12px; }
  .primary-nav .button { margin-top: 5px; }
  .hero { min-height: auto; padding-top: 145px; padding-bottom: 85px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(45px, 13vw, 64px); letter-spacing: -3px; }
  .hero-visual { display: none; }
  .trust-row { flex-wrap: wrap; }
  .sector-row { justify-content: flex-start; overflow-x: auto; white-space: nowrap; }
  .sector-row span { flex: none; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 20px; }
  .section-heading h2, .assessment h2, .training h2, .approach h2, .experience h2, .faq h2, .contact h2 { font-size: 38px; letter-spacing: -1.8px; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-card { min-height: auto; }
  .fit-card > span { margin-bottom: 24px; }
  .fit-cta { align-items: flex-start; flex-direction: column; gap: 10px; }
  .service-grid, .package-grid, .assessment-grid, .training-grid, .approach-grid, .experience-grid, .faq-grid, .product-grid, .contact-grid { grid-template-columns: 1fr; }
  .package-grid { gap: 16px; }
  .assessment-grid, .training-grid, .approach-grid, .experience-grid, .faq-grid, .contact-grid { gap: 50px; }
  .approach-intro, .faq-intro { position: static; }
  .experience-card { min-height: 380px; }
  .case-study-heading { display: block; margin-top: 65px; }
  .case-study-heading > p { margin-top: 12px; }
  .case-grid { grid-template-columns: 1fr; }
  .case-card h3, .case-card p { min-height: 0; }
  .product-card { grid-template-columns: .85fr 1.15fr; }
  .product-card-wide { grid-template-columns: .85fr 1.15fr; }
  .product-visual { min-height: 270px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 30px; }
  .contact-form input, .contact-form select, .contact-form textarea { font-size: 16px; }
  .contact-form .checkbox-label { font-size: 12px; }
}

@media (max-width: 540px) {
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 275px; }
  .price-card, .contact-form { padding: 27px; }
  .price strong { font-size: 41px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .product-card { grid-template-columns: 1fr; }
  .product-card-wide { grid-template-columns: 1fr; }
  .product-visual { min-height: 190px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 6px; }
  .footer-legal-links { justify-content: flex-start; margin: 7px 0; }
}

@media (max-width: 400px) {
  .site-header .brand { gap: 7px; font-size: 16px; }
  .site-header .brand-mark { width: 34px; height: 34px; }
}

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

@media (forced-colors: active) {
  .button, .service-icon, .steps li > span { border: 1px solid ButtonText; }
  .hero h1 em { color: inherit; background: none; }
}
