@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --blue: #073bff;
  --blue-bright: #006dff;
  --blue-deep: #081b95;
  --ink: #071234;
  --muted: #5f6984;
  --line: #e4e9f4;
  --soft: #f5f8ff;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(16, 43, 119, 0.11);
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; overflow-x: clip; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}
body.menu-open { overflow-x: hidden; overflow-x: clip; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.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; }

.page-glow { position: fixed; border-radius: 50%; pointer-events: none; z-index: -2; filter: blur(12px); opacity: .7; }
.page-glow-one { width: 520px; height: 520px; right: -250px; top: 110px; background: radial-gradient(circle, rgba(36,104,255,.14), transparent 70%); }
.page-glow-two { width: 420px; height: 420px; left: -260px; top: 900px; background: radial-gradient(circle, rgba(0,202,255,.09), transparent 70%); }

.site-header { position: sticky; top: 0; z-index: 50; height: 76px; border-bottom: 1px solid transparent; transition: .3s ease; }
.site-header.scrolled { background: rgba(255,255,255,.9); border-color: rgba(222,228,240,.8); box-shadow: 0 8px 30px rgba(15,33,86,.06); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 9px; width: max-content; }
.brand-mark { position: relative; width: 31px; height: 36px; overflow: hidden; flex: 0 0 auto; }
.brand-mark img { position: absolute; width: 67px; max-width: none; left: -18px; top: -13px; }
.brand-word { font-family: "Manrope", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .34em; }
.brand-word span { color: var(--blue); margin-left: 4px; }
.primary-nav { display: flex; align-items: center; gap: 8px; }
.nav-link { position: relative; display: inline-flex; align-items: center; gap: 7px; padding: 12px 15px; border: 0; background: none; color: #293350; font-size: 13px; font-weight: 600; cursor: pointer; }
.nav-link:hover, .nav-link.active { color: var(--blue); }
.nav-trigger span { font-size: 13px; transition: transform .2s ease; }
.nav-trigger[aria-expanded="true"] span { transform: rotate(180deg); }
.nav-group { position: relative; }
.nav-dropdown { position: absolute; top: calc(100% + 12px); left: 50%; width: 230px; padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translate(-50%, 8px); transition: .2s ease; }
.nav-trigger[aria-expanded="true"] + .nav-dropdown, .nav-group:hover .nav-dropdown { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.nav-dropdown a { display: block; padding: 11px 12px; border-radius: 9px; font-size: 13px; color: var(--muted); }
.nav-dropdown a:hover { background: var(--soft); color: var(--blue); }
.header-cta { justify-self: end; }
.nav-mobile-contact { display: none; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: #fff; touch-action: manipulation; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--ink); transition: .2s ease; }
.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 50px; padding: 0 22px; border: 1px solid var(--blue); border-radius: 10px; background: linear-gradient(135deg, var(--blue), #1732dc); color: white; font-size: 13px; font-weight: 700; box-shadow: 0 10px 30px rgba(7,59,255,.22); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 15px 36px rgba(7,59,255,.28); }
.button-small { min-height: 41px; padding: 0 17px; border-radius: 9px; font-size: 12px; }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.8); color: var(--ink); box-shadow: none; }
.button-ghost:hover { border-color: #bac7ed; box-shadow: 0 10px 26px rgba(20,46,120,.08); }
.button-light { border-color: white; background: white; color: var(--blue); box-shadow: 0 16px 35px rgba(0,0,0,.14); }

.hero { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; min-height: 650px; padding-block: 55px 80px; }
.hero-copy { position: relative; z-index: 3; max-width: 600px; }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-family: "Manrope", sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.hero h1, .about-hero h1 { max-width: 670px; margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(48px, 5.5vw, 74px); line-height: .99; letter-spacing: -.055em; }
h1 span, h2 span { color: var(--blue); }
.hero-lede { max-width: 585px; margin: 25px 0 30px; color: var(--muted); font-size: 17px; line-height: 1.72; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-proof { display: flex; gap: 0; margin-top: 48px; }
.hero-proof div { display: flex; flex-direction: column; min-width: 116px; padding-right: 25px; margin-right: 25px; border-right: 1px solid var(--line); }
.hero-proof div:last-child { border-right: 0; }
.hero-proof strong { font-family: "Manrope", sans-serif; font-size: 24px; line-height: 1; }
.hero-proof span { margin-top: 7px; color: var(--muted); font-size: 11px; }
.hero-art { position: relative; height: 540px; }
.hero-grid { position: absolute; inset: -40px -100px -20px -30px; opacity: .45; background-image: linear-gradient(rgba(30,78,194,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(30,78,194,.06) 1px, transparent 1px); background-size: 48px 48px; mask-image: radial-gradient(circle at center, #000 10%, transparent 72%); transform: perspective(700px) rotateX(64deg) translateY(210px); }
.orbit { position: absolute; left: 50%; top: 49%; border: 1px solid rgba(7,59,255,.12); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 410px; height: 410px; animation: orbit 18s linear infinite; }
.orbit-two { width: 510px; height: 510px; border-style: dashed; animation: orbit 30s linear reverse infinite; }
.orbit::before { content: ""; position: absolute; width: 8px; height: 8px; top: 49px; left: 54px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 18px rgba(7,59,255,.8); }
@keyframes orbit { to { transform: translate(-50%,-50%) rotate(360deg); } }
.brand-stage { position: absolute; left: 50%; bottom: 47px; width: 400px; height: 440px; transform: translateX(-50%); }
.hero-logo-wrap { position: absolute; z-index: 3; left: 50%; top: 16px; width: 315px; height: 330px; transform: translateX(-50%); overflow: hidden; filter: drop-shadow(0 28px 28px rgba(7,47,203,.18)); }
.hero-logo-wrap img { position: absolute; width: 530px; max-width: none; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.stage-halo { position: absolute; left: 50%; bottom: 47px; width: 315px; height: 90px; border-radius: 50%; background: rgba(49,118,255,.2); filter: blur(28px); transform: translateX(-50%); }
.stage-top, .stage-base { position: absolute; left: 50%; border-radius: 50%; transform: translateX(-50%); }
.stage-top { z-index: 2; bottom: 55px; width: 280px; height: 68px; border: 1px solid #d6e0fb; background: linear-gradient(#fff, #eef3ff); box-shadow: inset 0 10px 25px white, 0 18px 40px rgba(30,72,170,.14); }
.stage-base-one { bottom: 24px; width: 350px; height: 78px; border: 1px solid #dce4f7; background: linear-gradient(180deg, #fff, #eaf0fc); }
.stage-base-two { bottom: 3px; width: 420px; height: 77px; border: 1px solid #e3e8f2; background: linear-gradient(180deg, #fff, #eff3fa); }
.floating-chip { position: absolute; z-index: 5; display: flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid rgba(201,213,240,.8); border-radius: 10px; background: rgba(255,255,255,.82); color: #30405f; font-size: 11px; font-weight: 600; box-shadow: 0 15px 35px rgba(28,60,140,.1); backdrop-filter: blur(12px); }
.floating-chip span { width: 7px; height: 7px; border-radius: 50%; background: #00a6ff; box-shadow: 0 0 0 4px rgba(0,166,255,.12); }
.chip-one { left: 0; top: 155px; animation: float 5s ease-in-out infinite; }
.chip-two { right: -5px; top: 280px; animation: float 5s ease-in-out 1.2s infinite; }
@keyframes float { 50% { transform: translateY(-10px); } }

.trust-bar { border-block: 1px solid var(--line); background: rgba(249,251,255,.7); }
.trust-inner { display: flex; align-items: center; justify-content: space-between; min-height: 84px; gap: 30px; }
.trust-inner > p { margin: 0; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.trust-logos { display: flex; align-items: center; justify-content: flex-end; gap: clamp(25px,5vw,65px); color: #8b96ad; }
.trust-logos span { font-family: "Manrope", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .02em; }

.section { padding-block: 115px; }
.section-heading { display: grid; grid-template-columns: 1.15fr .6fr; align-items: end; gap: 80px; margin-bottom: 45px; }
.section-heading h2, .firm-statement h2, .faq-heading h2, .contact-copy h2, .cta-section h2 { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(39px,4vw,56px); line-height: 1.06; letter-spacing: -.045em; }
.section-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.72; }
.services-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: 330px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.74); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.service-card:hover { z-index: 2; transform: translateY(-6px); border-color: transparent; box-shadow: 0 22px 60px rgba(22,53,135,.12); }
.card-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 45px; border: 1px solid #dce5ff; border-radius: 13px; background: linear-gradient(145deg,#f9fbff,#edf3ff); color: var(--blue); font-family: "Manrope", sans-serif; font-weight: 800; }
.card-number { position: absolute; top: 30px; right: 30px; margin: 0; color: #a7b1c7; font-size: 11px; }
.service-card h3 { margin: 0 0 13px; font-family: "Manrope", sans-serif; font-size: 21px; letter-spacing: -.025em; }
.service-card > p:not(.card-number) { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.66; }
.service-card a { position: absolute; left: 32px; bottom: 28px; display: flex; align-items: center; justify-content: space-between; width: calc(100% - 64px); color: var(--blue); font-size: 12px; font-weight: 700; opacity: 0; transform: translateY(5px); transition: .25s ease; }
.service-card:hover a { opacity: 1; transform: none; }

.products-section { background: linear-gradient(180deg, #f7f9ff 0%, #fff 100%); border-block: 1px solid var(--line); }
.product-heading { margin-bottom: 55px; }
.product-feature { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; min-height: 360px; margin-bottom: 22px; padding: 55px 65px; border-radius: 24px; overflow: hidden; background: linear-gradient(135deg, #06174c 0%, #073bff 68%, #006fff 100%); color: white; box-shadow: 0 28px 70px rgba(6,46,189,.2); }
.product-kicker { margin: 0 0 13px; color: #8fc8ff; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.product-feature h3 { margin: 0; font-family: "Manrope",sans-serif; font-size: clamp(36px,4vw,54px); line-height: 1.05; letter-spacing: -.045em; }
.product-feature-copy > p:not(.product-kicker) { max-width: 550px; margin: 20px 0; color: #c5d3ff; font-size: 14px; line-height: 1.7; }
.text-link { display: inline-flex; gap: 14px; margin-top: 3px; font-size: 13px; font-weight: 700; }
.ecosystem-visual { position: relative; width: 290px; height: 290px; margin-left: auto; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; animation: orbit 35s linear infinite; }
.ecosystem-visual::before { content: ""; position: absolute; inset: 40px; border: 1px dashed rgba(255,255,255,.2); border-radius: 50%; }
.ecosystem-core { position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 96px; height: 96px; border: 1px solid rgba(255,255,255,.45); border-radius: 28px; background: linear-gradient(145deg,rgba(255,255,255,.3),rgba(255,255,255,.08)); font-family: "Manrope",sans-serif; font-size: 44px; font-weight: 800; transform: translate(-50%,-50%); box-shadow: inset 0 0 35px rgba(255,255,255,.1),0 20px 50px rgba(0,0,0,.17); }
.ecosystem-visual > span { --angle: calc(var(--i) * 60deg); position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 41px; height: 41px; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; background: rgba(255,255,255,.11); font-weight: 800; transform: translate(-50%,-50%) rotate(var(--angle)) translateY(-145px) rotate(calc(var(--angle) * -1)); }
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.product-card { position: relative; min-height: 250px; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: white; transition: .25s ease; }
.product-card:hover { transform: translateY(-5px); border-color: #bfcdf8; box-shadow: 0 18px 45px rgba(20,49,123,.09); }
.product-icon { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 30px; border-radius: 12px; background: #edf3ff; color: var(--blue); font-family: "Manrope",sans-serif; font-weight: 800; }
.product-card > p { margin: 0 0 6px; color: #8b96ad; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-card h3 { margin: 0 0 10px; font-family: "Manrope",sans-serif; font-size: 18px; letter-spacing: -.03em; }
.product-card > span { color: var(--muted); font-size: 12px; line-height: 1.55; }
.product-card a { position: absolute; right: 20px; bottom: 18px; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: var(--blue); background: var(--soft); transition: .2s ease; }
.product-card:hover a { color: white; background: var(--blue); }

.process-section { padding-top: 130px; }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.process-card { min-height: 270px; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(150deg,#fff,#f9fbff); }
.process-card > span { color: var(--blue); font-family: "Manrope",sans-serif; font-size: 12px; font-weight: 800; }
.process-card h3 { margin: 80px 0 12px; font-family: "Manrope",sans-serif; font-size: 24px; }
.process-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.cta-section { position: relative; overflow: hidden; margin-bottom: 110px; padding: 85px 70px; border-radius: 28px; background: #06133f; color: white; text-align: center; }
.cta-section h2 { max-width: 720px; margin-inline: auto; font-size: clamp(42px,5vw,66px); }
.cta-section h2 span { color: #5ec3ff; }
.cta-section > p:not(.eyebrow) { max-width: 580px; margin: 22px auto 28px; color: #bfc9e8; line-height: 1.7; }
.eyebrow-light { color: #70c8ff; }
.cta-glow { position: absolute; width: 440px; height: 440px; right: -170px; top: -210px; border-radius: 50%; background: radial-gradient(circle,#1361ff,transparent 68%); opacity: .65; }
.cta-section > *:not(.cta-glow) { position: relative; z-index: 1; }

.site-footer { padding-top: 75px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3,1fr); gap: 65px; padding-bottom: 60px; }
.footer-brand p { max-width: 310px; margin: 22px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.footer-grid h3 { margin: 5px 0 18px; color: #7d88a1; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { display: block; width: max-content; margin: 10px 0; color: #3e4965; font-size: 13px; }
.footer-grid > div:not(.footer-brand) a:hover { color: var(--blue); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; min-height: 72px; border-top: 1px solid var(--line); color: #929bb0; font-size: 11px; }

.about-hero { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 60px; min-height: 610px; padding-block: 70px 95px; }
.about-hero-copy > p:last-child { max-width: 650px; margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 1.72; }
.about-hero-art { position: relative; height: 440px; }
.about-logo-card { position: absolute; inset: 50px 50px 30px; overflow: hidden; border: 1px solid #dce4fa; border-radius: 26px; background: linear-gradient(145deg,#fff,#eef4ff); box-shadow: var(--shadow); }
.about-logo-card::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(7,59,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(7,59,255,.05) 1px,transparent 1px); background-size: 32px 32px; mask-image: linear-gradient(to bottom right,#000,transparent); }
.about-logo-card img { position: absolute; z-index: 1; width: 450px; max-width: none; left: 50%; top: 50%; transform: translate(-50%,-50%); filter: drop-shadow(0 25px 25px rgba(6,51,211,.16)); }
.about-card-note { position: absolute; z-index: 3; padding: 11px 14px; border: 1px solid #dbe3f6; border-radius: 10px; background: rgba(255,255,255,.88); color: #3b4663; font-size: 11px; font-weight: 600; box-shadow: 0 14px 34px rgba(27,53,120,.12); backdrop-filter: blur(10px); }
.note-one { top: 15px; left: 10px; }
.note-two { right: 0; top: 150px; }
.note-three { left: 0; bottom: 10px; }
.firm-section { display: grid; grid-template-columns: 1fr 1fr; column-gap: 90px; border-top: 1px solid var(--line); }
.firm-copy { padding-top: 34px; }
.firm-copy p { margin: 0 0 24px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.values-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; margin-top: 70px; }
.value-card { min-height: 235px; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(150deg,#fff,#f8faff); }
.value-card > span { color: var(--blue); font-size: 11px; font-weight: 800; }
.value-card h3 { margin: 55px 0 12px; font-family: "Manrope",sans-serif; font-size: 21px; }
.value-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.team-section { border-block: 1px solid var(--line); background: var(--soft); }
.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.team-card { padding: 14px 14px 28px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.team-visual { display: grid; place-items: center; height: 250px; margin-bottom: 25px; border-radius: 13px; overflow: hidden; background-color: #071c68; background-image: radial-gradient(circle at 70% 20%,rgba(0,178,255,.7),transparent 38%),linear-gradient(135deg,transparent 40%,rgba(255,255,255,.08)); }
.team-visual-two { background-color: #061342; background-image: radial-gradient(circle at 20% 75%,rgba(7,59,255,.9),transparent 42%),linear-gradient(45deg,transparent 40%,rgba(255,255,255,.07)); }
.team-visual-three { background-color: #0c2aad; background-image: radial-gradient(circle at 75% 70%,rgba(0,213,255,.7),transparent 38%),linear-gradient(155deg,transparent 40%,rgba(255,255,255,.09)); }
.team-visual span { font-family: "Manrope",sans-serif; font-size: 86px; font-weight: 800; color: rgba(255,255,255,.92); text-shadow: 0 15px 35px rgba(0,0,0,.25); }
.team-card > p { margin: 0 14px 8px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.team-card h3 { margin: 0 14px 10px; font-family: "Manrope",sans-serif; font-size: 21px; }
.team-card > span { display: block; margin: 0 14px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-heading { position: sticky; top: 120px; align-self: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 86px; padding: 20px 0; border: 0; background: none; color: var(--ink); text-align: left; cursor: pointer; }
.faq-item button span { padding-right: 30px; font-family: "Manrope",sans-serif; font-size: 17px; font-weight: 700; }
.faq-item button i { display: grid; place-items: center; width: 30px; height: 30px; flex: 0 0 auto; border-radius: 50%; background: var(--soft); color: var(--blue); font-style: normal; transition: .25s ease; }
.faq-item.open button i { color: white; background: var(--blue); transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: .3s ease; }
.faq-answer p { overflow: hidden; margin: 0; color: var(--muted); line-height: 1.7; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding: 0 55px 25px 0; }
.contact-section { position: relative; overflow: hidden; padding-block: 110px; background: linear-gradient(135deg,#06133f,#073bff); color: white; }
.contact-section::after { content: ""; position: absolute; right: -220px; top: -260px; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle,rgba(0,210,255,.6),transparent 65%); opacity: .4; }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.contact-copy { padding-top: 15px; }
.contact-copy h2 span { color: #5ec3ff; }
.contact-copy > p:not(.eyebrow) { margin: 25px 0; color: #c5d0ee; font-size: 15px; line-height: 1.75; }
.contact-copy > a { display: inline-flex; gap: 16px; margin-top: 10px; font-weight: 700; }
.contact-form { padding: 35px; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: rgba(255,255,255,.1); backdrop-filter: blur(18px); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: block; margin-bottom: 18px; color: #d9e1f7; font-size: 11px; font-weight: 600; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 8px; border: 1px solid rgba(255,255,255,.22); border-radius: 9px; outline: 0; background: rgba(255,255,255,.1); color: white; transition: .2s ease; }
.contact-form input, .contact-form select { height: 47px; padding: 0 13px; }
.contact-form textarea { padding: 13px; resize: vertical; }
.contact-form select option { color: var(--ink); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #80cfff; box-shadow: 0 0 0 3px rgba(80,195,255,.14); }
.form-note { margin: 13px 0 0; color: #b6c4e8; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.services-grid .reveal:nth-child(2), .products-grid .reveal:nth-child(2), .team-grid .reveal:nth-child(2) { transition-delay: .07s; }
.services-grid .reveal:nth-child(3), .products-grid .reveal:nth-child(3), .team-grid .reveal:nth-child(3) { transition-delay: .14s; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 780px); }
  body { padding-top: 68px; }
  .site-header { position: fixed; inset: 0 0 auto; width: 100%; height: 68px; background: rgba(255,255,255,.96); border-bottom-color: var(--line); backdrop-filter: blur(18px); }
  .site-header.menu-active { box-shadow: 0 12px 32px rgba(15,33,86,.1); }
  .header-inner { grid-template-columns: 1fr auto; }
  .menu-toggle { position: relative; z-index: 3; display: block; grid-column: 2; grid-row: 1; }
  .header-cta { display: none; }
  html { scroll-behavior: auto; }
  body { overscroll-behavior-x: none; -webkit-overflow-scrolling: touch; }
  .primary-nav { position: fixed; inset: 68px 0 auto; display: block; max-height: 0; padding: 0 18px; overflow: hidden; visibility: hidden; pointer-events: none; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 24px 45px rgba(16,39,100,.11); transition: max-height .3s ease, padding .3s ease, visibility 0s linear .3s; }
  .primary-nav.open { max-height: calc(100dvh - 68px); padding-block: 18px 28px; overflow-y: auto; visibility: visible; pointer-events: auto; transition-delay: 0s; }
  .nav-link { width: 100%; justify-content: space-between; min-height: 50px; padding: 10px 5px; border-bottom: 1px solid var(--line); font-size: 15px; }
  .nav-group:hover .nav-dropdown { opacity: 0; visibility: hidden; }
  .nav-trigger[aria-expanded="true"] + .nav-dropdown { position: static; width: 100%; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 5px 0 12px 15px; }
  .nav-mobile-contact { display: flex; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; text-align: center; }
  .hero-copy, .hero h1, .hero-lede { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-art { height: 500px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading > p { max-width: 630px; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .products-grid { grid-template-columns: repeat(2,1fr); }
  .product-feature { grid-template-columns: 1fr; gap: 45px; }
  .ecosystem-visual { margin: 0 auto; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 220px; }
  .process-card h3 { margin-top: 55px; }
  .footer-grid { grid-template-columns: 1.7fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
  .about-hero { grid-template-columns: 1fr; padding-top: 75px; }
  .about-hero-copy { text-align: center; }
  .about-hero-copy h1, .about-hero-copy > p:last-child { margin-inline: auto; }
  .about-hero-art { max-width: 600px; width: 100%; margin: 0 auto; }
  .firm-section { grid-template-columns: 1fr; gap: 20px; }
  .values-grid { grid-column: auto; }
  .team-grid { grid-template-columns: 1fr; }
  .team-card { display: grid; grid-template-columns: 260px 1fr; column-gap: 25px; align-items: center; }
  .team-visual { grid-row: 1 / span 3; height: 240px; margin: 0; }
  .team-card > p, .team-card h3, .team-card > span { margin-inline: 0 18px; }
  .faq-section { grid-template-columns: 1fr; gap: 45px; }
  .faq-heading { position: static; }
  .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .series-orbit, .ecosystem-visual { animation: none; pointer-events: none; touch-action: pan-y; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); }
  .brand-word { font-size: 12px; }
  .hero { min-height: auto; padding-top: 62px; padding-bottom: 50px; }
  .hero h1, .about-hero h1 { font-size: 45px; }
  .hero-lede { font-size: 15px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { margin-top: 38px; }
  .hero-proof div { min-width: auto; flex: 1; padding-right: 11px; margin-right: 11px; }
  .hero-proof strong { font-size: 20px; }
  .hero-art { height: 390px; margin-top: 15px; }
  .brand-stage { width: 330px; height: 360px; bottom: 20px; }
  .hero-logo-wrap { width: 255px; height: 260px; }
  .hero-logo-wrap img { width: 420px; }
  .stage-top { bottom: 45px; width: 230px; }
  .stage-base-one { bottom: 18px; width: 280px; }
  .stage-base-two { bottom: 0; width: 330px; }
  .orbit-one { width: 320px; height: 320px; }
  .orbit-two { width: 390px; height: 390px; }
  .floating-chip { font-size: 9px; }
  .chip-one { left: -5px; top: 100px; }
  .chip-two { right: -3px; top: 225px; }
  .trust-inner { flex-direction: column; justify-content: center; padding-block: 24px; }
  .trust-logos { width: 100%; justify-content: space-between; gap: 10px; }
  .trust-logos span { font-size: 10px; }
  .section { padding-block: 82px; }
  .section-heading h2, .firm-statement h2, .faq-heading h2, .contact-copy h2, .cta-section h2 { font-size: 38px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 310px; }
  .service-card a { opacity: 1; transform: none; }
  .product-feature { padding: 38px 25px; }
  .product-feature h3 { font-size: 38px; }
  .ecosystem-visual { width: 235px; height: 235px; }
  .ecosystem-visual > span { transform: translate(-50%,-50%) rotate(var(--angle)) translateY(-117px) rotate(calc(var(--angle) * -1)); }
  .products-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 235px; }
  .cta-section { margin-bottom: 80px; padding: 65px 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 7px; }
  .footer-bottom p { margin: 0; }
  .about-hero { min-height: auto; padding-block: 65px; }
  .about-hero-copy > p:last-child { font-size: 16px; }
  .about-hero-art { height: 350px; }
  .about-logo-card { inset: 42px 20px 25px; }
  .about-logo-card img { width: 370px; }
  .note-one { left: 0; }
  .note-two { right: -2px; }
  .note-three { left: 3px; }
  .values-grid { grid-template-columns: 1fr; }
  .team-card { display: block; }
  .team-visual { height: 230px; margin-bottom: 24px; }
  .team-card > p, .team-card h3, .team-card > span { margin-inline: 12px; }
  .faq-item button span { font-size: 15px; }
  .contact-section { padding-block: 80px; }
  .contact-form { padding: 23px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
}

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

/* Multi-page architecture */
.breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin: 0 0 28px; color: #8791a9; font-size: 11px; font-weight: 600; }
.breadcrumb a:hover { color: var(--blue); }
.breadcrumb-light { color: rgba(255,255,255,.62); }
.breadcrumb-light a:hover { color: white; }
.button-outline-light { border-color: rgba(255,255,255,.38); background: transparent; color: white; box-shadow: none; }
.button-outline-light:hover { border-color: white; box-shadow: none; }
.center-actions { justify-content: center; }

.home-intro { padding-top: 130px; }
.path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.path-card { position: relative; display: grid; grid-template-columns: 55px 1fr; gap: 30px; min-height: 390px; padding: 42px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg,#fff,#f5f8ff); transition: transform .3s ease, box-shadow .3s ease; }
.path-card::after { content: ""; position: absolute; width: 310px; height: 310px; right: -150px; bottom: -180px; border-radius: 50%; background: radial-gradient(circle,rgba(0,115,255,.2),transparent 68%); transition: transform .4s ease; }
.path-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.path-card:hover::after { transform: scale(1.18); }
.path-number { color: #a2acc0; font-family: "Manrope",sans-serif; font-size: 12px; font-weight: 800; }
.path-card > div:last-child { display: flex; flex-direction: column; }
.path-card h3 { max-width: 470px; margin: 6px 0 30px; font-family: "Manrope",sans-serif; font-size: clamp(27px,3vw,40px); line-height: 1.13; letter-spacing: -.04em; }
.path-card > div:last-child > span { display: inline-flex; align-items: center; gap: 13px; margin-top: auto; color: var(--blue); font-size: 13px; font-weight: 700; }
.path-card i, .card-link i { font-style: normal; transition: transform .2s ease; }
.path-card:hover i, .service-card:hover .card-link i { transform: translateX(5px); }
.path-card-products { border-color: transparent; background: linear-gradient(145deg,#06133f,#073bff); color: white; box-shadow: 0 25px 65px rgba(7,59,255,.16); }
.path-card-products .path-number { color: #81b8ff; }
.path-card-products > div:last-child > span { color: white; }
.home-firm { padding-block: 110px; border-block: 1px solid var(--line); background: var(--soft); }
.home-firm-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.home-firm-visual { position: relative; height: 420px; overflow: hidden; border: 1px solid #dce4f6; border-radius: 26px; background: linear-gradient(145deg,#fff,#eaf1ff); box-shadow: var(--shadow); }
.home-firm-visual::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(7,59,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(7,59,255,.05) 1px,transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(135deg,#000,transparent); }
.home-firm-visual img { position: absolute; z-index: 1; left: 50%; top: 50%; width: 560px; max-width: none; transform: translate(-50%,-50%); filter: drop-shadow(0 28px 30px rgba(7,59,255,.18)); }
.home-firm h2 { margin: 0; font-family: "Manrope",sans-serif; font-size: clamp(40px,4.6vw,60px); line-height: 1.05; letter-spacing: -.05em; }
.home-firm p:not(.eyebrow) { max-width: 610px; margin: 24px 0; color: var(--muted); font-size: 16px; line-height: 1.8; }

.overview-hero { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 80px; min-height: 610px; padding-block: 75px 105px; }
.overview-copy h1, .series-hero h1, .detail-hero h1, .contact-copy h1, .empty-state h1 { max-width: 780px; margin: 0; font-family: "Manrope",sans-serif; font-size: clamp(48px,5.8vw,76px); line-height: 1; letter-spacing: -.055em; }
.overview-copy > p:not(.eyebrow) { max-width: 650px; margin: 26px 0 30px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.overview-art { position: relative; display: grid; place-items: center; height: 430px; border: 1px solid #dce4f6; border-radius: 28px; background: linear-gradient(145deg,#fff,#edf3ff); box-shadow: var(--shadow); }
.overview-art div { display: grid; place-items: center; width: 118px; height: 118px; border-radius: 32px; background: linear-gradient(145deg,#0c56ff,#071b9b); color: white; font-family: "Manrope",sans-serif; font-size: 42px; font-weight: 800; box-shadow: 0 25px 50px rgba(7,59,255,.28); }
.overview-art > span { position: absolute; padding: 11px 15px; border: 1px solid #dce4f6; border-radius: 11px; background: rgba(255,255,255,.88); color: #405071; font-size: 11px; font-weight: 700; box-shadow: 0 15px 35px rgba(20,45,110,.1); }
.overview-art > span:nth-child(1) { left: 45px; top: 65px; }.overview-art > span:nth-child(2) { right: 36px; top: 100px; }.overview-art > span:nth-child(3) { left: 30px; bottom: 88px; }.overview-art > span:nth-child(4) { right: 45px; bottom: 55px; }
.service-card .card-link { position: absolute; left: 32px; bottom: 28px; display: flex; justify-content: space-between; width: calc(100% - 64px); color: var(--blue); font-size: 12px; font-weight: 700; opacity: 0; transform: translateY(5px); transition: .25s ease; }
.service-card:hover .card-link { opacity: 1; transform: none; }
.service-method { margin-bottom: 110px; padding-block: 110px; background: #06133f; color: white; }
.service-method-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.service-method h2 { margin: 0; font-family: "Manrope",sans-serif; font-size: clamp(40px,4.5vw,58px); line-height: 1.05; letter-spacing: -.05em; }
.service-method h2 span { color: #65c6ff; }
.method-list { border-top: 1px solid rgba(255,255,255,.18); }
.method-list article { display: grid; grid-template-columns: 45px 1fr; gap: 28px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.method-list article > span { color: #68c6ff; font-size: 11px; font-weight: 800; }
.method-list h3 { margin: 0 0 8px; font-family: "Manrope",sans-serif; font-size: 20px; }
.method-list p { margin: 0; color: #bfc9e8; font-size: 14px; line-height: 1.7; }

.series-hero { overflow: hidden; overflow: clip; padding-block: 95px 115px; background: linear-gradient(135deg,#06133f,#073bff 72%,#006eff); color: white; }
.series-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 80px; }
.series-hero h1 span { color: #69caff; }
.series-hero .overview-copy > p:not(.eyebrow) { color: #c7d3f2; }
.series-orbit { position: relative; width: 390px; height: 390px; margin-left: auto; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; animation: orbit 42s linear infinite; pointer-events: none; touch-action: pan-y; }
.series-orbit::before { content: ""; position: absolute; inset: 55px; border: 1px dashed rgba(255,255,255,.22); border-radius: 50%; }
.series-core { position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 125px; height: 125px; border: 1px solid rgba(255,255,255,.45); border-radius: 35px; background: linear-gradient(145deg,rgba(255,255,255,.28),rgba(255,255,255,.08)); font-family: "Manrope",sans-serif; font-size: 55px; font-weight: 800; transform: translate(-50%,-50%); box-shadow: 0 25px 55px rgba(0,0,0,.18); }
.series-orbit > span { --angle: calc(var(--i) * 60deg); position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.28); border-radius: 14px; background: rgba(255,255,255,.12); font-weight: 800; transform: translate(-50%,-50%) rotate(var(--angle)) translateY(-195px) rotate(calc(var(--angle) * -1)); }
.product-arrow { position: absolute; right: 20px; bottom: 18px; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--soft); color: var(--blue); font-style: normal; transition: .2s ease; }
.product-card:hover .product-arrow { color: white; background: var(--blue); transform: translateX(3px); }
#intellaseries { scroll-margin-top: 76px; }
.series-principles { margin-bottom: 110px; padding-block: 110px; background: #06133f; color: white; }
.series-principles .section-heading > p { color: #bdc9e9; }
.series-principles h2 span { color: #65c6ff; }
.principle-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.principle-grid article { min-height: 270px; padding: 30px; border: 1px solid rgba(255,255,255,.17); border-radius: 18px; background: rgba(255,255,255,.05); }
.principle-grid strong { color: #65c6ff; font-size: 11px; }
.principle-grid h3 { margin: 76px 0 12px; font-family: "Manrope",sans-serif; font-size: 22px; }
.principle-grid p { margin: 0; color: #bdc9e9; font-size: 14px; line-height: 1.7; }

.detail-hero { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 80px; min-height: 640px; padding-block: 70px 95px; }
.detail-copy h1 { max-width: 820px; font-size: clamp(46px,5vw,68px); }
.detail-lede { max-width: 680px; margin: 27px 0 31px; color: var(--muted); font-size: 18px; line-height: 1.78; }
.detail-visual { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 460px; overflow: hidden; border: 1px solid #dce4f6; border-radius: 28px; background: linear-gradient(145deg,#fff,#eaf1ff); box-shadow: var(--shadow); }
.detail-visual::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(7,59,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(7,59,255,.05) 1px,transparent 1px); background-size: 38px 38px; mask-image: radial-gradient(circle,#000,transparent 75%); }
.detail-orbit { position: absolute; width: 330px; height: 330px; border: 1px dashed rgba(7,59,255,.16); border-radius: 50%; animation: orbit 35s linear infinite; }
.detail-icon { position: relative; z-index: 2; display: grid; place-items: center; width: 135px; height: 135px; border-radius: 38px; background: linear-gradient(145deg,#0a58ff,#07188d); color: white; font-family: "Manrope",sans-serif; font-size: 42px; font-weight: 800; box-shadow: 0 28px 55px rgba(7,59,255,.3); }
.detail-visual > p { position: relative; z-index: 2; margin: 28px 0 6px; font-family: "Manrope",sans-serif; font-size: 22px; font-weight: 800; }
.detail-visual > span { position: relative; z-index: 2; color: var(--muted); font-size: 12px; }
.detail-proof { border-block: 1px solid var(--line); background: rgba(247,249,255,.75); }
.detail-proof-grid { display: grid; grid-template-columns: repeat(3,1fr); min-height: 120px; }
.detail-proof-grid > div { display: flex; flex-direction: column; justify-content: center; padding: 25px 38px; border-right: 1px solid var(--line); }
.detail-proof-grid > div:first-child { border-left: 1px solid var(--line); }
.detail-proof-grid strong { font-family: "Manrope",sans-serif; font-size: 17px; }
.detail-proof-grid span { margin-top: 6px; color: var(--muted); font-size: 11px; }
.detail-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.detail-intro h2, .fit-card h2 { margin: 0; font-family: "Manrope",sans-serif; font-size: clamp(38px,4vw,54px); line-height: 1.08; letter-spacing: -.045em; }
.detail-intro > div:last-child { padding-top: 30px; }
.detail-intro > div:last-child p { margin: 0 0 25px; color: var(--muted); font-size: 16px; line-height: 1.82; }
.detail-features { border-block: 1px solid var(--line); background: var(--soft); }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.feature-card { min-height: 300px; padding: 32px; border: 1px solid var(--line); border-radius: 19px; background: white; }
.feature-card > span { color: var(--blue); font-size: 11px; font-weight: 800; }
.feature-card h3 { margin: 85px 0 13px; font-family: "Manrope",sans-serif; font-size: 22px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.fit-card { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; padding: 65px; border-radius: 25px; background: linear-gradient(135deg,#06133f,#073bff); color: white; box-shadow: 0 25px 65px rgba(7,59,255,.18); }
.fit-card h2 { max-width: 620px; }
.fit-card > div > p:last-child { max-width: 590px; margin: 22px 0 0; color: #bdc9e9; line-height: 1.75; }
.fit-card ul { display: grid; gap: 0; align-self: center; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.fit-card li { position: relative; padding: 17px 0 17px 28px; border-bottom: 1px solid rgba(255,255,255,.18); color: #e7ecfb; font-size: 13px; }
.fit-card li::before { content: ""; position: absolute; left: 2px; top: 22px; width: 7px; height: 7px; border-radius: 50%; background: #66c9ff; }
.next-page { margin-bottom: 110px; padding-block: 28px; border-block: 1px solid var(--line); }
.next-page > p { margin: 0 0 10px; color: #8c96ac; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.next-page a { display: flex; align-items: center; justify-content: space-between; font-family: "Manrope",sans-serif; font-size: clamp(23px,3vw,36px); font-weight: 700; }
.next-page a:hover { color: var(--blue); }
.next-page i { font-style: normal; }
.empty-state { min-height: 65vh; }

.contact-page-section { min-height: calc(100vh - 76px); padding-block: 90px 110px; }
.contact-page-section .contact-copy h1 span { color: #65c6ff; }
.contact-expect { display: grid; gap: 12px; margin-top: 55px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.18); }
.contact-expect strong { margin-bottom: 3px; color: #75cbff; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.contact-expect span { color: #d0d8ef; font-size: 13px; }
.contact-expect span::before { content: "\2713"; margin-right: 10px; color: #75cbff; }

@media (max-width: 980px) {
  .path-grid, .home-firm-grid, .overview-hero, .series-hero-grid, .detail-hero, .detail-intro, .service-method-grid, .fit-card { grid-template-columns: 1fr; }
  .path-card { min-height: 340px; }
  .home-firm-grid, .overview-hero, .detail-hero { gap: 55px; }
  .home-firm-visual, .overview-art, .detail-visual { width: min(100%,620px); margin-inline: auto; }
  .overview-copy { text-align: center; }
  .overview-copy h1, .overview-copy > p:not(.eyebrow), .overview-copy .breadcrumb { margin-inline: auto; justify-content: center; }
  .series-hero .overview-copy { text-align: left; }
  .series-hero .overview-copy .breadcrumb { justify-content: flex-start; margin-inline: 0; }
  .series-orbit { margin: 30px auto 0; animation: none; pointer-events: none; touch-action: pan-y; }
  .service-method-grid { gap: 60px; }
  .principle-grid, .feature-grid { grid-template-columns: 1fr; }
  .principle-grid article, .feature-card { min-height: 230px; }
  .principle-grid h3, .feature-card h3 { margin-top: 55px; }
  .detail-copy { text-align: center; }
  .detail-copy .breadcrumb, .detail-copy .hero-actions { justify-content: center; }
  .detail-copy h1, .detail-lede { margin-inline: auto; }
  .detail-intro { gap: 25px; }
  .fit-card { gap: 45px; }
}

@media (max-width: 640px) {
  .home-intro { padding-top: 85px; }
  .path-grid { grid-template-columns: 1fr; }
  .path-card { grid-template-columns: 1fr; gap: 18px; min-height: 330px; padding: 28px; }
  .path-card h3 { font-size: 30px; }
  .home-firm { padding-block: 80px; }
  .home-firm-grid { gap: 45px; }
  .home-firm-visual { height: 330px; }
  .home-firm-visual img { width: 450px; }
  .home-firm h2 { font-size: 39px; }
  .overview-hero { min-height: auto; padding-block: 60px 80px; gap: 45px; }
  .overview-copy h1, .series-hero h1, .detail-hero h1, .contact-copy h1 { font-size: 43px; }
  .overview-copy > p:not(.eyebrow), .detail-lede { font-size: 16px; }
  .overview-art, .detail-visual { height: 350px; }
  .service-card .card-link { opacity: 1; transform: none; }
  .service-method { margin-bottom: 80px; padding-block: 80px; }
  .service-method-grid { gap: 45px; }
  .series-hero { padding-block: 65px 90px; }
  .series-orbit { width: 270px; height: 270px; }
  .series-core { width: 95px; height: 95px; border-radius: 26px; font-size: 42px; }
  .series-orbit > span { width: 42px; height: 42px; transform: translate(-50%,-50%) rotate(var(--angle)) translateY(-135px) rotate(calc(var(--angle) * -1)); }
  .series-principles { margin-bottom: 80px; padding-block: 80px; }
  .detail-hero { min-height: auto; padding-block: 55px 75px; gap: 45px; }
  .detail-proof-grid { grid-template-columns: 1fr; padding-block: 12px; }
  .detail-proof-grid > div, .detail-proof-grid > div:first-child { min-height: 90px; padding: 20px 12px; border: 0; border-bottom: 1px solid var(--line); text-align: center; }
  .detail-proof-grid > div:last-child { border-bottom: 0; }
  .detail-intro h2, .fit-card h2 { font-size: 37px; }
  .fit-card { padding: 38px 24px; }
  .next-page { margin-bottom: 80px; }
  .contact-page-section { padding-block: 65px 80px; }
  .center-actions .button { width: 100%; }
}

/* Nationwide service-location network */
.location-hero { position: relative; overflow: hidden; padding-block: 94px 110px; background: linear-gradient(135deg,#06133f 0%,#073bff 70%,#0071ff 100%); color: white; }
.location-hero::after { content: ""; position: absolute; width: 650px; height: 650px; right: -260px; top: -350px; border-radius: 50%; background: radial-gradient(circle,rgba(77,209,255,.72),transparent 66%); opacity: .52; pointer-events: none; }
.location-hero-inner { position: relative; z-index: 1; }
.location-hero .breadcrumb { color: rgba(255,255,255,.65); }
.location-hero .breadcrumb a:hover { color: white; }
.location-hero h1 { max-width: 900px; margin: 0; font-family: "Manrope",sans-serif; font-size: clamp(52px,6vw,82px); line-height: .99; letter-spacing: -.058em; }
.location-hero h1 span { color: #6dd0ff; }
.location-hero-inner > p:not(.eyebrow) { max-width: 725px; margin: 27px 0 32px; color: #c9d5f3; font-size: 18px; line-height: 1.75; }
.location-outline-button { border-color: rgba(255,255,255,.42); background: transparent; color: white; box-shadow: none; }
.location-outline-button:hover { border-color: white; box-shadow: none; }
.location-facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); max-width: 770px; margin-top: 58px; border-block: 1px solid rgba(255,255,255,.2); }
.location-facts > div { display: flex; flex-direction: column; justify-content: center; min-height: 105px; padding: 20px 30px; border-right: 1px solid rgba(255,255,255,.2); }
.location-facts > div:first-child { padding-left: 0; }
.location-facts > div:last-child { border-right: 0; }
.location-facts strong { font-family: "Manrope",sans-serif; font-size: 25px; }
.location-facts span { margin-top: 6px; color: #aebce2; font-size: 11px; }

.state-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.state-card, .city-card { position: relative; display: flex; align-items: center; gap: 20px; min-height: 130px; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg,#fff,#f8faff); transition: transform .25s ease,border-color .25s ease,box-shadow .25s ease; }
.state-card:hover, .city-card:hover { transform: translateY(-4px); border-color: #bdcaf3; box-shadow: 0 17px 42px rgba(20,49,123,.09); }
.state-card > span { display: grid; place-items: center; width: 45px; height: 45px; flex: 0 0 auto; border-radius: 13px; background: #edf3ff; color: var(--blue); font-family: "Manrope",sans-serif; font-size: 12px; font-weight: 800; }
.state-card h2, .city-card h2 { margin: 0 0 5px; font-family: "Manrope",sans-serif; font-size: 18px; letter-spacing: -.025em; }
.state-card p, .city-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.state-card > i, .city-card > i { margin-left: auto; color: var(--blue); font-style: normal; transition: transform .2s ease; }
.state-card:hover > i, .city-card:hover > i { transform: translateX(4px); }

.location-services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.location-service-card { display: flex; flex-direction: column; min-height: 315px; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(150deg,#fff,#f8faff); transition: transform .25s ease,border-color .25s ease,box-shadow .25s ease; }
.location-service-card:hover { transform: translateY(-5px); border-color: #bdcaf3; box-shadow: 0 20px 50px rgba(20,49,123,.1); }
.location-service-card > p { margin: 0 0 13px; font-family: "Manrope",sans-serif; font-size: 20px; font-weight: 800; letter-spacing: -.025em; }
.location-service-card > span { color: var(--muted); font-size: 14px; line-height: 1.68; }
.location-service-card > strong { display: flex; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 28px; color: var(--blue); font-size: 12px; }
.location-service-card > strong i { font-style: normal; }

.location-standard { border-block: 1px solid var(--line); background: var(--soft); }
.location-standard-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.location-standard h2 { max-width: 570px; margin: 0; font-family: "Manrope",sans-serif; font-size: clamp(39px,4vw,56px); line-height: 1.06; letter-spacing: -.045em; }
.location-standard-grid > div:last-child { padding-top: 29px; }
.location-standard-grid > div:last-child p { margin: 0 0 22px; color: var(--muted); font-size: 16px; line-height: 1.82; }

.location-city-section { border-block: 1px solid var(--line); background: var(--soft); }
.city-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.city-card { min-height: 116px; background: white; }
.city-rank { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; border-radius: 50%; background: var(--soft); color: var(--blue); font-family: "Manrope",sans-serif; font-size: 11px; font-weight: 800; }
.source-note { margin: 30px 0 0; color: #8b96ad; font-size: 10px; line-height: 1.65; }

.location-faq { border-block: 1px solid var(--line); background: var(--soft); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.related-locations .section-heading { align-items: end; }
.related-city-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.related-city { display: flex; align-items: center; justify-content: space-between; min-height: 78px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 14px; background: white; font-family: "Manrope",sans-serif; font-size: 14px; font-weight: 700; transition: .2s ease; }
.related-city:hover { border-color: #bdcaf3; color: var(--blue); transform: translateY(-3px); }
.related-city i { color: var(--blue); font-style: normal; }
.detail-location-callout { display: flex; align-items: center; justify-content: space-between; gap: 65px; margin-bottom: 100px; padding: 52px 58px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg,#f7faff,#edf3ff); }
.detail-location-callout h2 { max-width: 720px; margin: 0; font-family: "Manrope",sans-serif; font-size: clamp(32px,3.4vw,46px); line-height: 1.08; letter-spacing: -.043em; }
.detail-location-callout p:not(.eyebrow) { max-width: 740px; margin: 18px 0 0; color: var(--muted); line-height: 1.75; }
.detail-location-callout > .button { flex: 0 0 auto; }

@media (max-width: 980px) {
  .state-grid, .city-grid, .location-services-grid { grid-template-columns: repeat(2,1fr); }
  .location-standard-grid, .faq-layout { grid-template-columns: 1fr; gap: 45px; }
  .location-standard-grid > div:last-child { padding-top: 0; }
  .related-city-grid { grid-template-columns: repeat(2,1fr); }
  .detail-location-callout { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .location-hero { padding-block: 65px 78px; }
  .location-hero h1 { font-size: 43px; }
  .location-hero-inner > p:not(.eyebrow) { font-size: 16px; }
  .location-hero .hero-actions .button { width: 100%; }
  .location-facts { grid-template-columns: 1fr; margin-top: 43px; }
  .location-facts > div, .location-facts > div:first-child { min-height: 84px; padding: 16px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .location-facts > div:last-child { border-bottom: 0; }
  .state-grid, .city-grid, .location-services-grid, .related-city-grid { grid-template-columns: 1fr; }
  .state-card, .city-card { min-height: 112px; padding: 19px; }
  .location-service-card { min-height: 285px; padding: 25px; }
  .location-standard h2 { font-size: 38px; }
  .related-locations .section-heading > a { margin-top: 5px; }
  .detail-location-callout { margin-bottom: 75px; padding: 34px 24px; }
  .detail-location-callout > .button { width: 100%; }
}
