:root {
  --bg: #f5f5f7;
  --paper: #ffffff;
  --mist: #fbfbfd;
  --ink: #111114;
  --graphite: #2b2b31;
  --muted: #6e6e73;
  --line: rgba(17, 17, 20, 0.10);
  --line-strong: rgba(17, 17, 20, 0.17);
  --blue: #0071e3;
  --blue-soft: #e8f2ff;
  --violet: #7b61ff;
  --violet-soft: #f1efff;
  --shadow: 0 32px 90px rgba(18, 23, 35, 0.10);
  --shadow-soft: 0 18px 45px rgba(18, 23, 35, 0.07);
  --radius-xl: 44px;
  --radius-lg: 30px;
  --radius-md: 22px;
  --header-height: 72px;
  --mobile-nav-offset: calc(68px + env(safe-area-inset-top, 0px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  min-height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 138px;
  overflow-x: clip;
}
body {
  margin: 0;
  min-height: 100vh;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 4%, rgba(0,113,227,.12), transparent 26%),
    radial-gradient(circle at 88% 7%, rgba(123,97,255,.12), transparent 27%),
    linear-gradient(180deg, #fff 0%, var(--bg) 40%, #fff 100%);
  overflow-x: clip;
  overflow-y: visible;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body.intro-running {
  overflow-x: clip;
  overflow-y: visible;
}
body.intro-complete {
  overflow-x: clip;
  overflow-y: visible;
}

a { color: inherit; text-decoration: none; }
button,
input,
textarea,
select {
  max-width: 100%;
  font: inherit;
}
img,
svg,
video,
canvas {
  max-width: 100%;
}
main,
section,
header,
footer {
  max-width: 100%;
}

@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

.intro-screen {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #f5f5f7;
  transition: opacity .58s ease, visibility .58s ease;
}
.intro-circle {
  width: 172px;
  height: 172px;
  display: grid;
  place-items: center;
  align-content: center;
  border-radius: 50%;
  color: white;
  text-align: center;
  background: radial-gradient(circle at 33% 21%, rgba(255,255,255,.22), transparent 24%), #050507;
  box-shadow: 0 36px 95px rgba(0,0,0,.26), inset 0 0 0 1px rgba(255,255,255,.12);
  animation: introCircleGrow 2.15s cubic-bezier(.78,0,.12,1) forwards;
}
.intro-circle span {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .08em;
}
.intro-circle small {
  margin-top: 7px;
  color: rgba(255,255,255,.64);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.intro-circle span,
.intro-circle small {
  animation: introTextFade 2.15s ease forwards;
}
body.intro-running .site-header,
body.intro-running main,
body.intro-running .footer {
  opacity: 0;
  transform: translateY(14px);
}
body.intro-complete .intro-screen {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
body.intro-complete .site-header,
body.intro-complete main,
body.intro-complete .footer {
  opacity: 1;
}
.site-header,
main,
.footer {
  transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1);
}

.page-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image: repeating-linear-gradient(45deg, rgba(17,17,20,.018) 0 1px, transparent 1px 9px);
  opacity: .34;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 80;
  width: min(1160px, calc(100% - 28px));
  min-height: var(--header-height);
  margin: 14px auto 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 10px 12px 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(255,255,255,.90);
  backdrop-filter: blur(28px) saturate(170%);
  box-shadow: 0 18px 55px rgba(18, 23, 35, .09);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 860;
  letter-spacing: -.055em;
  font-size: 18px;
  white-space: nowrap;
}
.brand-mark {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  font-size: 13px;
  background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.72), transparent 21%), linear-gradient(145deg, #111114, #43434d);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.2), 0 14px 28px rgba(17,17,20,.18);
}
.nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  max-width: 100%;
  border-radius: 999px;
  background: rgba(245,245,247,.76);
  border: 1px solid rgba(17,17,20,.06);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.nav::-webkit-scrollbar { display: none; }
.nav a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  min-height: 38px;
  padding: 0 13px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 720;
  white-space: nowrap;
  transition: color .22s ease, background .22s ease, box-shadow .22s ease, transform .22s ease;
}
.nav a:hover,
.nav a.active {
  color: var(--ink);
  background: rgba(255,255,255,.96);
  box-shadow: 0 10px 22px rgba(18, 23, 35, .08);
}
.nav a:hover { transform: translateY(-1px); }
.nav-cta {
  height: 44px;
  min-height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 15px 35px rgba(17,17,20,.16);
  white-space: nowrap;
}
.cta-short { display: none; }
.menu-toggle,
.nav-menu-cta {
  display: none;
}

.menu-toggle {
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: rgba(245,245,247,.88);
  cursor: pointer;
}
.menu-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .18s ease, opacity .18s ease;
}
.site-header.menu-open .menu-toggle span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}
.site-header.menu-open .menu-toggle span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.section,
.hero {
  width: min(1160px, calc(100% - 28px));
  margin: 0 auto;
  padding: 86px 0;
  scroll-margin-top: 138px;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(36px, 6vw, 76px);
  min-height: calc(100vh - 96px);
  padding-top: 60px;
  padding-bottom: 72px;
}
.eyebrow {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 860;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 26px;
  font-size: clamp(54px, 6.4vw, 92px);
  line-height: .9;
  letter-spacing: -.07em;
}
h2 {
  margin-bottom: 18px;
  font-size: clamp(38px, 4.4vw, 64px);
  line-height: .94;
  letter-spacing: -.06em;
}
h3 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -.05em;
}
.lead,
.section-heading p,
.split-panel p,
.security-copy p,
.contact-copy p {
  max-width: 690px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.5;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 30px;
}
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 820;
  transition: transform .26s cubic-bezier(.22,1,.36,1), box-shadow .26s ease, background .26s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary {
  color: white;
  background: linear-gradient(135deg, #111114, #32323b);
  box-shadow: 0 18px 45px rgba(17,17,20,.18);
}
.button.secondary {
  color: var(--ink);
  background: rgba(255,255,255,.88);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.trust-row span,
.logo-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--graphite);
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(255,255,255,.90);
  box-shadow: 0 12px 28px rgba(18, 23, 35, .06);
  font-size: 13px;
  font-weight: 740;
}

.hero-copy,
.hero-visual,
.split-panel > *,
.security-card > *,
.contact-card > *,
.feature-card,
.process-step {
  min-width: 0;
}
.deal-orbit-card {
  position: relative;
  min-height: min(560px, 74vw);
  padding: 26px;
  border-radius: 58px;
  background:
    radial-gradient(circle at 50% 36%, rgba(255,255,255,.96), rgba(255,255,255,.44) 36%, transparent 58%),
    linear-gradient(145deg, rgba(255,255,255,.82), rgba(234,237,245,.64));
  border: 1px solid rgba(255,255,255,.92);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.deal-orbit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 55% 10%, rgba(0,113,227,.11), transparent 28%);
  pointer-events: none;
}
.orbit-stage {
  position: relative;
  height: clamp(320px, 35vw, 405px);
  isolation: isolate;
}
.orbit-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.ring {
  fill: none;
  stroke: var(--line-strong);
  stroke-width: 1.15;
  transform-origin: 260px 260px;
}
.ring-a { stroke: url(#ringGradient); animation: ringSpin 36s linear infinite; }
.ring-b { stroke-dasharray: 3 7; animation: ringSpinReverse 30s linear infinite; }
.ring-c { stroke: rgba(17,17,20,.08); animation: ringSpin 22s linear infinite; }
.soft-arc {
  fill: none;
  stroke: rgba(0,113,227,.23);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 2 10;
  animation: dashMove 12s linear infinite;
}
.arc-two { stroke: rgba(123,97,255,.18); animation-direction: reverse; }
.orbit-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: 164px;
  height: 164px;
  display: grid;
  place-items: center;
  align-content: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  color: white;
  text-align: center;
  font-weight: 880;
  letter-spacing: -.04em;
  font-size: 27px;
  background: radial-gradient(circle at 30% 18%, rgba(255,255,255,.38), transparent 23%), linear-gradient(145deg, #111114, #41414a);
  box-shadow: 0 32px 72px rgba(17,17,20,.23), inset 0 0 0 1px rgba(255,255,255,.20);
  animation: corePulse 4.5s ease-in-out infinite;
}
.orbit-core span { display: block; line-height: 1.05; }
.orbit-logo {
  width: 90px;
  height: 90px;
  object-fit: contain;
  border-radius: 50%;
  padding: 18px;
  background: radial-gradient(circle at 36% 32%, rgba(255,255,255,.2) 0%, transparent 45%), #111114;
  box-shadow: inset 0 0 0 4px #111114, inset 0 0 0 6px rgba(255,255,255,.6), 0 6px 20px rgba(0,0,0,.4);
}
.orbit-node {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  min-width: 106px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--graphite);
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(255,255,255,.95);
  box-shadow: 0 18px 45px rgba(18, 23, 35, .11);
  backdrop-filter: blur(16px);
  font-size: 15px;
  font-weight: 830;
  will-change: transform;
}
.deal-summary {
  position: relative;
  z-index: 7;
  margin-top: 16px;
  padding: 22px 26px;
  border-radius: 32px;
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(255,255,255,.92);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 55px rgba(18, 23, 35, .10);
}
.deal-summary small {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 760;
}
.deal-summary strong {
  display: block;
  color: var(--ink);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
  letter-spacing: -.055em;
}

.logo-strip {
  width: min(1160px, calc(100% - 28px));
  margin: -30px auto 0;
  padding: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.92);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.section-heading { max-width: 850px; margin-bottom: 42px; }
.section-heading.centered {
  width: min(850px, 100%);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-heading.centered p,
.section-heading.centered h2 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#process .section-heading.centered h2 {
  max-width: 760px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.feature-card,
.process-step,
.review-card,
.team-card {
  border-radius: var(--radius-xl);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.92);
  box-shadow: var(--shadow-soft);
}
.feature-card:hover,
.process-step:hover,
.review-card:hover,
.team-card:hover {
  border-color: rgba(0,113,227,.18);
}
.feature-card { padding: 32px; min-height: 245px; }
.feature-card span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 46px;
  border-radius: 50%;
  color: var(--blue);
  background: var(--blue-soft);
  font-size: 13px;
  font-weight: 900;
}
.feature-card p,
.process-step p,
.team-card p { color: var(--muted); line-height: 1.62; }
.feature-card.featured {
  color: white;
  background: #000;
}
.feature-card.featured p { color: rgba(255,255,255,.72); }
.feature-card.featured span { color: white; background: rgba(255,255,255,.14); }

.orbit-section { width: min(1220px, calc(100% - 28px)); }
.split-panel,
.security-card,
.contact-card {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 18px;
  padding: 18px;
  border-radius: 56px;
  background: rgba(255,255,255,.68);
  border: 1px solid rgba(255,255,255,.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}
.split-panel > div:first-child,
.contact-copy,
.security-copy {
  padding: 46px;
  border-radius: 42px;
  background: rgba(245,245,247,.82);
}
.approach-list {
  margin-top: 34px;
  display: grid;
  gap: 14px;
}
.approach-item {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(255,255,255,.92);
}
.approach-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: linear-gradient(145deg, #111114, #3b3b43);
  font-size: 12px;
  font-weight: 900;
}
.approach-item h3 {
  margin-bottom: 6px;
  font-size: 20px;
}
.approach-item p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}
.image-holder {
  position: relative;
  margin: 0;
  min-height: 430px;
  border-radius: 42px;
  overflow: hidden;
  background: linear-gradient(145deg, #f7f7f9, #e8e9ee);
  border: 1px solid rgba(17,17,20,.08);
  box-shadow: 0 24px 70px rgba(18, 23, 35, .12);
}
.image-holder img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}
.logo-showcase {
  display: grid;
  place-items: center;
  background: #fff;
}
.logo-showcase .approach-logo {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}
.image-holder::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: inherit;
}
.placeholder-copy {
  position: absolute;
  inset: 28px;
  z-index: 2;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 8px;
  border-radius: 30px;
  border: 1px dashed rgba(17,17,20,.20);
  color: var(--ink);
  text-align: center;
}
.placeholder-copy strong {
  font-size: clamp(24px, 4vw, 38px);
  line-height: 1;
  letter-spacing: -.05em;
}
.placeholder-copy span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.process-step { padding: 28px; text-align: center; }
.process-step b {
  display: inline-grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin-bottom: 22px;
  border-radius: 50%;
  color: white;
  background: linear-gradient(145deg, #111114, #3f3f48);
  box-shadow: 0 18px 42px rgba(17,17,20,.18);
}

.security-section { width: min(1220px, calc(100% - 28px)); }
.security-card {
  color: white;
  background:
    radial-gradient(circle at 85% 15%, rgba(0,113,227,.2), transparent 35%),
    radial-gradient(circle at 10% 85%, rgba(123,97,255,.15), transparent 35%),
    #000;
}
.security-copy { background: rgba(255,255,255,.08); }
.security-copy .eyebrow { color: var(--violet); }
.security-copy p { color: rgba(255,255,255,.70); }
.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.trust-card {
  min-height: 174px;
  padding: 24px;
  border-radius: 28px;
  background: #f5f5f7;
  border: 1px solid rgba(17,17,20,.08);
  color: var(--ink);
}
/* Left column cards: white */
.trust-card:nth-child(odd) {
  background: #f5f5f7;
  color: var(--ink);
}
/* Right column cards: black */
.trust-card:nth-child(even) {
  background: #111114;
  color: #fff;
  border: 1px solid rgba(255,255,255,.1);
}
.trust-card span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 28px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 900;
}
/* Left column: white outer, black inner */
.trust-card:nth-child(odd) span {
  color: #fff;
  background:
    radial-gradient(circle at 36% 32%, rgba(255,255,255,.35) 0%, transparent 45%),
    radial-gradient(circle, #111114 46%, #e8e8ea 46%);
  box-shadow: 0 6px 16px rgba(0,0,0,.18), 0 2px 4px rgba(0,0,0,.1), 0 0 0 2px rgba(17,17,20,.1);
}
/* Right column: black outer, white inner */
.trust-card:nth-child(even) span {
  color: var(--ink);
  background:
    radial-gradient(circle at 36% 32%, rgba(255,255,255,.45) 0%, transparent 45%),
    radial-gradient(circle, #fff 46%, #111114 46%);
  box-shadow: 0 6px 16px rgba(0,0,0,.35), 0 2px 4px rgba(0,0,0,.2);
}
.trust-card h3 {
  color: inherit;
  font-size: 22px;
}
.trust-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}
.trust-card:nth-child(even) p {
  color: rgba(255,255,255,.6);
}

.review-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 16px;
  align-items: stretch;
}
.review-card { padding: 32px; }
.review-card.big { background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(232,242,255,.65)); }
.review-card p { color: var(--graphite); font-size: 19px; line-height: 1.5; }
.review-card b { display: block; margin-top: 26px; }
.review-card span { color: var(--muted); }

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.team-card { padding: 16px; overflow: hidden; }
.avatar {
  height: 240px;
  border-radius: 32px;
  margin-bottom: 24px;
  position: relative;
  background: linear-gradient(145deg, #e8f2ff, #d9dce5);
  overflow: hidden;
}
.avatar::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 125px;
  height: 165px;
  transform: translateX(-50%);
  border-radius: 70px 70px 0 0;
  background: radial-gradient(circle at 50% 28%, rgba(17,17,20,.42) 0 28px, transparent 29px), linear-gradient(180deg, rgba(17,17,20,.88), rgba(17,17,20,.64));
}
.a2 { background: linear-gradient(145deg, #f1efff, #dce7ff); }
.a3 { background: linear-gradient(145deg, #e4f8f0, #e8e9ee); }
.team-card h3,
.team-card span,
.team-card p { margin-left: 12px; margin-right: 12px; }
.team-card span { display: block; color: var(--blue); font-weight: 820; margin-bottom: 12px; }

.contact-card { align-items: stretch; }
.contact-form {
  display: grid;
  gap: 14px;
  padding: 28px;
}
.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--graphite);
  font-size: 13px;
  font-weight: 820;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.84);
  color: var(--ink);
  outline: none;
  padding: 17px 18px;
  transition: border .18s ease, box-shadow .18s ease, background .18s ease;
}
.contact-form textarea { min-height: 146px; resize: vertical; }
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: rgba(0,113,227,.46);
  box-shadow: 0 0 0 5px rgba(0,113,227,.10);
  background: white;
}
.form-message { min-height: 24px; margin: 0; color: var(--blue); font-weight: 780; }

.footer {
  width: min(1160px, calc(100% - 28px));
  margin: 0 auto;
  padding: 30px 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 14px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-logo {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.footer a { color: var(--ink); font-weight: 800; }

.reveal { opacity: 1; transform: none; filter: none; }

@keyframes ringSpin { to { transform: rotate(360deg); } }
@keyframes ringSpinReverse { to { transform: rotate(-360deg); } }
@keyframes dashMove { to { stroke-dashoffset: -120; } }
@keyframes introCircleGrow {
  0% { transform: scale(.42); }
  32% { transform: scale(1); }
  64% { transform: scale(1); }
  100% { transform: scale(22); }
}
@keyframes introTextFade {
  0%, 52% { opacity: 1; transform: translateY(0); }
  72%, 100% { opacity: 0; transform: translateY(-6px); }
}
@keyframes corePulse {
  0%, 100% { box-shadow: 0 32px 72px rgba(17,17,20,.23), inset 0 0 0 1px rgba(255,255,255,.20), 0 0 0 0 rgba(0,113,227,0); }
  50% { box-shadow: 0 34px 78px rgba(17,17,20,.26), inset 0 0 0 1px rgba(255,255,255,.24), 0 0 0 18px rgba(0,113,227,.06); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .intro-screen { display: none !important; }
  body.intro-running .site-header,
  body.intro-running main,
  body.intro-running .footer { opacity: 1 !important; transform: none !important; }
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    width: min(100% - 24px, 920px);
    border-radius: 30px;
    gap: 10px 12px;
  }

  .nav {
    grid-column: 1 / -1;
    justify-self: stretch;
    justify-content: flex-start;
    order: 3;
    width: 100%;
  }

  .nav-cta {
    grid-column: 2;
  }

  .hero,
  .split-panel,
  .security-card,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 56px;
  }

  .service-grid,
  .team-grid,
  .process-grid,
  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 768px) {
  html {
    scroll-padding-top: 128px;
  }

  .section,
  .hero {
    padding: 72px 0;
    scroll-margin-top: 128px;
  }

  .split-panel,
  .security-card,
  .contact-card {
    border-radius: 42px;
  }

  .split-panel > div:first-child,
  .contact-copy,
  .security-copy {
    padding: 34px;
    border-radius: 32px;
  }

  .image-holder {
    min-height: 360px;
  }
}

@media (max-width: 660px) {
  :root {
    --header-height: var(--mobile-nav-offset);
  }

  html {
    scroll-padding-top: calc(var(--mobile-nav-offset) + 18px);
  }

  body {
    padding-top: var(--mobile-nav-offset);
  }

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: var(--mobile-nav-offset);
    margin: 0;
    padding:
      calc(8px + env(safe-area-inset-top, 0px))
      max(10px, env(safe-area-inset-right, 0px))
      8px
      max(10px, env(safe-area-inset-left, 0px));
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 8px;
    border: 0;
    border-bottom: 1px solid rgba(17,17,20,.08);
    border-radius: 0;
    background: rgba(255,255,255,.96);
    backdrop-filter: none;
    box-shadow: 0 10px 28px rgba(18, 23, 35, .08);
  }

  .brand {
    gap: 8px;
    font-size: clamp(14px, 4.3vw, 16px);
    letter-spacing: -.045em;
    overflow: hidden;
  }

  .brand span:last-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    font-size: 12px;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .nav {
    position: absolute;
    top: calc(100% + 8px);
    left: max(10px, env(safe-area-inset-left, 0px));
    right: max(10px, env(safe-area-inset-right, 0px));
    z-index: 90;
    display: grid;
    gap: 6px;
    width: auto;
    min-width: 0;
    max-height: calc(100dvh - var(--mobile-nav-offset) - 18px);
    padding: 8px;
    border-radius: 22px;
    background: rgba(255,255,255,.98);
    border: 1px solid rgba(17,17,20,.08);
    box-shadow: 0 18px 50px rgba(18,23,35,.15);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s;
  }

  .site-header.menu-open .nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }

  .nav a {
    height: 44px;
    min-height: 44px;
    justify-content: flex-start;
    padding: 0 14px;
    font-size: 12px;
    background: rgba(245,245,247,.78);
  }

  .nav a:hover {
    transform: none;
  }

  .nav-cta {
    display: none;
  }

  .nav-menu-cta {
    display: inline-flex;
    justify-content: center !important;
    color: #fff !important;
    background: var(--ink) !important;
    font-weight: 840;
  }

  .section,
  .hero,
  .logo-strip {
    width: calc(100% - 18px);
  }

  .section,
  .hero {
    padding: 58px 0;
    scroll-margin-top: calc(var(--mobile-nav-offset) + 18px);
  }

  .hero {
    gap: 34px;
    padding-top: 32px;
    padding-bottom: 56px;
  }

  .eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: .13em;
  }

  h1 {
    margin-bottom: 20px;
    font-size: clamp(42px, 13vw, 58px);
    line-height: .94;
    letter-spacing: -.058em;
  }

  h2 {
    font-size: clamp(32px, 10vw, 46px);
    line-height: 1;
    letter-spacing: -.052em;
  }

  h3 {
    font-size: 22px;
  }

  .lead,
  .section-heading p,
  .split-panel p,
  .security-copy p,
  .contact-copy p {
    font-size: 17px;
    line-height: 1.55;
  }

  .hero-actions {
    gap: 10px;
    margin: 26px 0 24px;
  }

  .button {
    min-height: 48px;
    padding: 0 17px;
    font-size: 14px;
  }

  .trust-row span,
  .logo-strip span {
    min-height: 34px;
    padding: 0 10px;
    font-size: 12px;
  }

  .deal-orbit-card {
    min-height: 0;
    padding: 14px;
    border-radius: 30px;
  }

  .orbit-stage {
    height: auto;
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .orbit-core {
    width: clamp(104px, 32vw, 132px);
    height: clamp(104px, 32vw, 132px);
    font-size: clamp(18px, 5.5vw, 22px);
  }

  .orbit-node {
    min-width: clamp(68px, 21vw, 82px);
    min-height: 38px;
    padding: 0 10px;
    font-size: 12px;
    backdrop-filter: none;
  }

  .deal-summary {
    margin-top: 12px;
    padding: 17px;
    border-radius: 22px;
    backdrop-filter: none;
  }

  .deal-summary small {
    font-size: 13px;
  }

  .deal-summary strong {
    font-size: clamp(21px, 7vw, 26px);
    line-height: 1.12;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .service-grid,
  .process-grid,
  .review-grid,
  .team-grid,
  .trust-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .feature-card,
  .process-step,
  .review-card,
  .team-card {
    border-radius: 28px;
  }

  .feature-card,
  .process-step {
    min-height: 0;
    padding: 22px;
  }

  .feature-card span {
    width: 40px;
    height: 40px;
    margin-bottom: 24px;
  }

  .split-panel,
  .security-card,
  .contact-card {
    gap: 10px;
    padding: 8px;
    border-radius: 28px;
    backdrop-filter: none;
  }

  .split-panel > div:first-child,
  .contact-copy,
  .security-copy {
    padding: 22px;
    border-radius: 22px;
  }

  .approach-list {
    margin-top: 24px;
    gap: 10px;
  }

  .approach-item {
    grid-template-columns: 42px 1fr;
    gap: 12px;
    padding: 15px;
    border-radius: 20px;
  }

  .approach-icon {
    width: 40px;
    height: 40px;
  }

  .image-holder {
    min-height: 0;
    height: clamp(260px, 72vw, 340px);
    border-radius: 24px;
    box-shadow: 0 14px 34px rgba(18,23,35,.10);
  }

  .process-step b {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
  }

  .trust-card {
    min-height: 0;
    padding: 20px;
    border-radius: 22px;
  }

  .trust-card span {
    margin-bottom: 22px;
  }

  .contact-form {
    padding: 18px 6px 6px;
  }

  .contact-form input,
  .contact-form textarea,
  .contact-form select {
    min-height: 48px;
    padding: 14px 15px;
    border-radius: 16px;
  }

  .contact-form textarea {
    min-height: 132px;
  }

  .footer {
    width: calc(100% - 18px);
    padding: 22px 0 36px;
  }
}

@media (max-width: 430px) {
  html {
    scroll-padding-top: calc(var(--mobile-nav-offset) + 18px);
  }

  .section,
  .hero {
    scroll-margin-top: calc(var(--mobile-nav-offset) + 18px);
  }

  .hero-actions .button {
    flex: 1 1 150px;
  }
}

@media (max-width: 360px) {
  .nav a {
    padding: 0 10px;
  }

  .section,
  .hero,
  .logo-strip,
  .footer {
    width: calc(100% - 14px);
  }

}


/* === ShadeTools full light/dark design haul === */
:root,
html[data-theme="light"] {
  color-scheme: light;
  --bg: #f5f5f7;
  --paper: #ffffff;
  --mist: #fbfbfd;
  --ink: #111114;
  --graphite: #2b2b31;
  --muted: #686a72;
  --line: rgba(17, 17, 20, 0.10);
  --line-strong: rgba(17, 17, 20, 0.16);
  --blue: #006fe6;
  --violet: #6f5bff;
  --shadow: 0 32px 90px rgba(18, 23, 35, 0.10);
  --shadow-soft: 0 18px 45px rgba(18, 23, 35, 0.07);
  --page-bg: radial-gradient(circle at 14% 4%, rgba(0,113,227,.08), transparent 27%), radial-gradient(circle at 86% 5%, rgba(123,97,255,.06), transparent 28%), linear-gradient(180deg, #ffffff 0%, #f5f5f7 42%, #ffffff 100%);
  --header-bg: rgba(255,255,255,.82);
  --header-border: rgba(17,17,20,.07);
  --header-shadow: 0 18px 55px rgba(18, 23, 35, .09);
  --nav-bg: rgba(245,245,247,.84);
  --nav-link: #666873;
  --nav-active-bg: rgba(255,255,255,.98);
  --panel-bg: rgba(255,255,255,.82);
  --panel-border: rgba(17,17,20,.075);
  --panel-inner: rgba(245,245,247,.82);
  --small-card-bg: radial-gradient(circle at 0% 100%, rgba(123,97,255,.072), transparent 34%), radial-gradient(circle at 9% 92%, rgba(0,113,227,.030), transparent 40%), linear-gradient(180deg, rgba(255,255,255,.94), rgba(247,247,250,.84));
  --small-card-border: rgba(17,17,20,.08);
  --small-card-shadow: 0 18px 44px rgba(18,23,35,.075);
  --small-card-text: #111114;
  --small-card-muted: #6d6f79;
  --dark-card-bg: radial-gradient(circle at 0% 100%, rgba(123,97,255,.10), transparent 35%), radial-gradient(circle at 10% 92%, rgba(0,113,227,.045), transparent 40%), linear-gradient(145deg, #111114, #191a22);
  --dark-card-border: rgba(255,255,255,.10);
  --dark-card-muted: rgba(255,255,255,.68);
  --security-bg: radial-gradient(circle at 0% 100%, rgba(123,97,255,.11), transparent 35%), radial-gradient(circle at 88% 12%, rgba(0,113,227,.08), transparent 36%), #050507;
  --security-copy-bg: rgba(255,255,255,.07);
  --security-eyebrow: #ffffff;
  --field-bg: rgba(255,255,255,.86);
  --field-text: #111114;
  --field-border: rgba(17,17,20,.10);
}

html[data-theme="dark"] {
  color-scheme: dark;
  --bg: #07080d;
  --paper: #11131a;
  --mist: #151720;
  --ink: #f5f6fb;
  --graphite: #e1e3eb;
  --muted: #a6aab6;
  --line: rgba(255,255,255,.10);
  --line-strong: rgba(255,255,255,.16);
  --blue: #a9ceff;
  --violet: #b9adff;
  --shadow: 0 34px 90px rgba(0,0,0,.42);
  --shadow-soft: 0 18px 46px rgba(0,0,0,.28);
  --page-bg: radial-gradient(circle at 16% 4%, rgba(106,149,255,.055), transparent 30%), radial-gradient(circle at 88% 6%, rgba(153,132,255,.050), transparent 32%), linear-gradient(180deg, #05060a 0%, #090a10 44%, #05060a 100%);
  --header-bg: rgba(11,12,18,.88);
  --header-border: rgba(255,255,255,.10);
  --header-shadow: 0 18px 55px rgba(0,0,0,.34);
  --nav-bg: rgba(255,255,255,.052);
  --nav-link: #b7bac7;
  --nav-active-bg: rgba(255,255,255,.105);
  --panel-bg: rgba(17,18,26,.84);
  --panel-border: rgba(255,255,255,.085);
  --panel-inner: rgba(255,255,255,.045);
  --small-card-bg: radial-gradient(circle at 0% 100%, rgba(185,173,255,.105), transparent 36%), radial-gradient(circle at 9% 92%, rgba(169,206,255,.038), transparent 42%), linear-gradient(180deg, rgba(21,22,31,.94), rgba(17,18,26,.90));
  --small-card-border: rgba(255,255,255,.085);
  --small-card-shadow: 0 18px 44px rgba(0,0,0,.26);
  --small-card-text: #f5f6fb;
  --small-card-muted: #a7abb7;
  --dark-card-bg: radial-gradient(circle at 0% 100%, rgba(185,173,255,.12), transparent 36%), radial-gradient(circle at 10% 92%, rgba(169,206,255,.050), transparent 42%), linear-gradient(145deg, #141620, #0d0e14);
  --dark-card-border: rgba(255,255,255,.095);
  --dark-card-muted: #a7abb7;
  --security-bg: radial-gradient(circle at 0% 100%, rgba(185,173,255,.12), transparent 36%), radial-gradient(circle at 88% 12%, rgba(169,206,255,.060), transparent 36%), #0a0b11;
  --security-copy-bg: rgba(255,255,255,.050);
  --security-eyebrow: #ffffff;
  --field-bg: rgba(255,255,255,.94);
  --field-text: #111114;
  --field-border: rgba(255,255,255,.78);
}

html[data-theme] body {
  color: var(--ink) !important;
  background: var(--page-bg) !important;
}

html[data-theme] .intro-screen {
  background: var(--bg) !important;
}

html[data-theme] .page-glow {
  background-image: repeating-linear-gradient(45deg, color-mix(in srgb, var(--ink) 6%, transparent) 0 1px, transparent 1px 9px) !important;
  opacity: .22 !important;
}

html[data-theme] .site-header {
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  background: var(--header-bg) !important;
  border-color: var(--header-border) !important;
  box-shadow: var(--header-shadow) !important;
  color: var(--ink) !important;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
}

.brand {
  gap: 0 !important;
  min-width: 0;
}

.brand-logo-wrap {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: clamp(126px, 13vw, 148px);
  height: 34px;
  overflow: hidden;
}

.brand-logo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  transition: opacity .22s ease, transform .22s ease;
}

.brand-fallback {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html[data-theme="light"] .brand-logo-dark,
html[data-theme="light"] .footer-logo-dark,
html[data-theme="light"] .approach-logo-dark { opacity: 0; pointer-events: none; }
html[data-theme="dark"] .brand-logo-light,
html[data-theme="dark"] .footer-logo-light,
html[data-theme="dark"] .approach-logo-light { opacity: 0; pointer-events: none; }
html[data-theme="dark"] .brand-logo-dark,
html[data-theme="dark"] .footer-logo-dark,
html[data-theme="dark"] .approach-logo-dark,
html[data-theme="light"] .brand-logo-light,
html[data-theme="light"] .footer-logo-light,
html[data-theme="light"] .approach-logo-light { opacity: 1; }

html[data-theme] .nav {
  background: var(--nav-bg) !important;
  border-color: var(--header-border) !important;
}
html[data-theme] .nav a {
  color: var(--nav-link) !important;
  background: transparent !important;
}
html[data-theme] .nav a:hover,
html[data-theme] .nav a.active {
  color: var(--ink) !important;
  background: var(--nav-active-bg) !important;
  box-shadow: var(--shadow-soft) !important;
}

.theme-toggle {
  height: 44px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--header-border);
  border-radius: 999px;
  background: var(--nav-bg);
  color: var(--ink);
  cursor: pointer;
  padding: 0 13px;
  font-size: 13px;
  font-weight: 820;
  white-space: nowrap;
  transition: background .22s ease, color .22s ease, border-color .22s ease, transform .22s ease;
}
.theme-toggle:hover { transform: translateY(-1px); }
.theme-toggle-knob {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(145deg, #111114, #454650);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18), 0 7px 14px rgba(0,0,0,.16);
}
html[data-theme="dark"] .theme-toggle-knob {
  background: linear-gradient(145deg, #ffffff, #d9dce5);
  box-shadow: 0 7px 16px rgba(255,255,255,.08);
}

html[data-theme] .nav-cta,
html[data-theme] .button.primary,
html[data-theme] .nav-menu-cta {
  color: #fff !important;
  background: linear-gradient(135deg, #111114, #32323b) !important;
  box-shadow: 0 15px 35px rgba(17,17,20,.16) !important;
}
html[data-theme="dark"] .nav-cta,
html[data-theme="dark"] .button.primary,
html[data-theme="dark"] .nav-menu-cta {
  color: #111114 !important;
  background: linear-gradient(135deg, #ffffff, #dfe2eb) !important;
  box-shadow: 0 15px 35px rgba(255,255,255,.08) !important;
}

html[data-theme] h1,
html[data-theme] h2,
html[data-theme] h3,
html[data-theme] .deal-summary strong,
html[data-theme] .footer a {
  color: var(--ink) !important;
}
html[data-theme] .lead,
html[data-theme] .section-heading p,
html[data-theme] .split-panel p,
html[data-theme] .contact-copy p,
html[data-theme] .feature-card p,
html[data-theme] .process-step p,
html[data-theme] .team-card p,
html[data-theme] .review-card span,
html[data-theme] .deal-summary small,
html[data-theme] .footer {
  color: var(--muted) !important;
}
html[data-theme] .eyebrow { color: var(--blue) !important; }

html[data-theme] .deal-orbit-card,
html[data-theme] .split-panel,
html[data-theme] .contact-card,
html[data-theme] .logo-strip,
html[data-theme] .review-card,
html[data-theme] .team-card {
  background: var(--panel-bg) !important;
  border-color: var(--panel-border) !important;
  box-shadow: var(--shadow) !important;
}
html[data-theme] .split-panel > div:first-child,
html[data-theme] .contact-copy,
html[data-theme] .deal-summary {
  background: var(--panel-inner) !important;
  border: 1px solid var(--panel-border) !important;
}
html[data-theme] .logo-showcase,
html[data-theme] .image-holder {
  background: var(--panel-bg) !important;
  border-color: var(--panel-border) !important;
}

.logo-showcase .approach-logo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: opacity .22s ease;
}

html[data-theme] .feature-card,
html[data-theme] .process-step,
html[data-theme] .approach-item,
html[data-theme] .trust-row span,
html[data-theme] .logo-strip span,
html[data-theme] .orbit-node {
  color: var(--small-card-text) !important;
  background: var(--small-card-bg) !important;
  border-color: var(--small-card-border) !important;
  box-shadow: var(--small-card-shadow) !important;
}
html[data-theme] .feature-card p,
html[data-theme] .process-step p,
html[data-theme] .approach-item p {
  color: var(--small-card-muted) !important;
}

html[data-theme] .feature-card.featured {
  color: #fff !important;
  background: var(--dark-card-bg) !important;
  border-color: var(--dark-card-border) !important;
}
html[data-theme] .feature-card.featured h3 { color: #fff !important; }
html[data-theme] .feature-card.featured p { color: var(--dark-card-muted) !important; }

html[data-theme] .security-card {
  color: #fff !important;
  background: var(--security-bg) !important;
  border-color: var(--dark-card-border) !important;
  box-shadow: var(--shadow) !important;
}
html[data-theme] .security-copy {
  background: var(--security-copy-bg) !important;
  border-color: rgba(255,255,255,.07) !important;
}
html[data-theme] .security-copy .eyebrow { color: var(--security-eyebrow) !important; }
html[data-theme] .security-copy h2 { color: #fff !important; }
html[data-theme] .security-copy p { color: rgba(255,255,255,.72) !important; }

html[data-theme] .trust-card {
  background: var(--small-card-bg) !important;
  color: var(--small-card-text) !important;
  border-color: var(--small-card-border) !important;
  box-shadow: var(--small-card-shadow) !important;
}
html[data-theme] .trust-card:nth-child(even) {
  color: #fff !important;
  background: var(--dark-card-bg) !important;
  border-color: var(--dark-card-border) !important;
}
html[data-theme="dark"] .trust-card:nth-child(odd) {
  background: radial-gradient(circle at 0% 100%, rgba(185,173,255,.095), transparent 36%), radial-gradient(circle at 9% 92%, rgba(169,206,255,.034), transparent 42%), linear-gradient(180deg, rgba(24,25,35,.94), rgba(18,19,28,.90)) !important;
}
html[data-theme] .trust-card h3 { color: inherit !important; }
html[data-theme] .trust-card p { color: var(--small-card-muted) !important; }
html[data-theme] .trust-card:nth-child(even) p { color: var(--dark-card-muted) !important; }

/* Smaller billiard-ball number badges used everywhere. */
html[data-theme] .feature-card > span,
html[data-theme] .feature-card.featured > span,
html[data-theme] .approach-icon,
html[data-theme] .process-step b,
html[data-theme] .trust-card span,
html[data-theme] .trust-card:nth-child(odd) span,
html[data-theme] .trust-card:nth-child(even) span {
  position: relative !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  border: 0 !important;
  border-radius: 50% !important;
  overflow: visible !important;
  color: #111114 !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: -.03em !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.58) !important;
  background: radial-gradient(circle at 50% 50%, #ffffff 0 35%, #ececf0 36%, #d8d8de 41%, transparent 42%), radial-gradient(circle at 29% 20%, rgba(255,255,255,.92) 0 8%, transparent 9%), radial-gradient(circle at 72% 78%, rgba(0,0,0,.46), transparent 42%), linear-gradient(145deg, #404149 0%, #151519 48%, #050507 100%) !important;
  box-shadow: inset 5px 6px 9px rgba(255,255,255,.14), inset -8px -10px 14px rgba(0,0,0,.54), 0 10px 22px rgba(0,0,0,.20), 0 0 0 4px rgba(255,255,255,.105), 0 0 0 5px rgba(17,17,20,.035) !important;
}
html[data-theme] .feature-card > span::before,
html[data-theme] .feature-card > span::after,
html[data-theme] .approach-icon::before,
html[data-theme] .approach-icon::after,
html[data-theme] .process-step b::before,
html[data-theme] .process-step b::after,
html[data-theme] .trust-card span::before,
html[data-theme] .trust-card span::after { content: none !important; }
html[data-theme] .feature-card > span { margin-bottom: 26px !important; }
html[data-theme] .approach-item { grid-template-columns: 42px 1fr !important; }
html[data-theme] .process-step b,
html[data-theme] .trust-card span { margin-bottom: 18px !important; }

/* Keep the contact UI clean and readable. No colored fades on the form fields. */
html[data-theme] .contact-form {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}
html[data-theme] .contact-form label { color: var(--graphite) !important; }
html[data-theme] .contact-form input,
html[data-theme] .contact-form textarea,
html[data-theme] .contact-form select {
  background: var(--field-bg) !important;
  color: var(--field-text) !important;
  border-color: var(--field-border) !important;
  box-shadow: none !important;
}
html[data-theme] .contact-form input::placeholder,
html[data-theme] .contact-form textarea::placeholder { color: #757984 !important; }
html[data-theme] .contact-form input:focus,
html[data-theme] .contact-form textarea:focus,
html[data-theme] .contact-form select:focus {
  background: #fff !important;
  border-color: rgba(0,113,227,.46) !important;
  box-shadow: 0 0 0 5px rgba(0,113,227,.10) !important;
}
html[data-theme="dark"] .contact-form input:focus,
html[data-theme="dark"] .contact-form textarea:focus,
html[data-theme="dark"] .contact-form select:focus {
  border-color: rgba(169,206,255,.58) !important;
  box-shadow: 0 0 0 5px rgba(169,206,255,.14) !important;
}

html[data-theme] .button.secondary {
  color: var(--ink) !important;
  background: var(--panel-bg) !important;
  border-color: var(--panel-border) !important;
}
html[data-theme] .ring { stroke: var(--line-strong) !important; }
html[data-theme] .ring-c { stroke: var(--line) !important; }
html[data-theme="dark"] .soft-arc { stroke: rgba(169,206,255,.22) !important; }
html[data-theme="dark"] .arc-two { stroke: rgba(185,173,255,.20) !important; }
html[data-theme="dark"] .orbit-core {
  color: #fff !important;
  background: radial-gradient(circle at 30% 18%, rgba(255,255,255,.28), transparent 23%), linear-gradient(145deg, #1f2028, #050507) !important;
  box-shadow: 0 32px 72px rgba(0,0,0,.42), inset 0 0 0 1px rgba(255,255,255,.16) !important;
}

.footer-logo-wrap {
  position: relative;
  display: inline-grid;
  align-items: center;
  width: 96px;
  height: 24px;
  overflow: hidden;
}
.footer-logo {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  object-position: left center;
}
html[data-theme="dark"] .footer { border-top-color: rgba(255,255,255,.08); }

@media (max-width: 1100px) {
  html[data-theme] .site-header {
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    width: min(100% - 24px, 920px) !important;
    border-radius: 30px !important;
  }
  .brand { grid-column: 1; }
  .nav { grid-column: 1 / -1 !important; order: 3; }
  .header-actions { grid-column: 3; }
}

@media (max-width: 660px) {
  html[data-theme] body { padding-top: var(--mobile-nav-offset); }
  html[data-theme] .site-header {
    grid-template-columns: minmax(0, 1fr) auto !important;
    width: 100% !important;
    border-radius: 0 !important;
    margin: 0 !important;
    top: 0 !important;
    background: var(--header-bg) !important;
    border-bottom: 1px solid var(--header-border) !important;
    box-shadow: 0 10px 28px rgba(18,23,35,.10) !important;
  }
  html[data-theme="dark"] .site-header {
    background: rgba(8,9,14,.96) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,.38) !important;
  }
  .brand-logo-wrap { width: clamp(108px, 36vw, 136px); height: 30px; }
  .header-actions { gap: 6px; }
  .theme-toggle {
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 0;
  }
  .theme-toggle-text { display: none; }
  .menu-toggle {
    display: inline-flex !important;
    justify-self: auto !important;
    color: var(--ink) !important;
    background: var(--nav-bg) !important;
    border: 1px solid var(--header-border) !important;
  }
  html[data-theme] .nav {
    background: var(--header-bg) !important;
    border-color: var(--header-border) !important;
    box-shadow: 0 18px 50px rgba(18,23,35,.16) !important;
  }
  html[data-theme="dark"] .nav {
    background: rgba(9,10,15,.98) !important;
    box-shadow: 0 18px 50px rgba(0,0,0,.46) !important;
  }
  html[data-theme] .nav a {
    background: var(--nav-bg) !important;
    color: var(--nav-link) !important;
  }
  html[data-theme] .nav a:hover,
  html[data-theme] .nav a.active { color: var(--ink) !important; background: var(--nav-active-bg) !important; }
  html[data-theme] .nav-menu-cta { justify-content: center !important; }
  html[data-theme] .feature-card > span,
  html[data-theme] .feature-card.featured > span,
  html[data-theme] .approach-icon,
  html[data-theme] .process-step b,
  html[data-theme] .trust-card span,
  html[data-theme] .trust-card:nth-child(odd) span,
  html[data-theme] .trust-card:nth-child(even) span {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    font-size: 11px !important;
    box-shadow: inset 4px 5px 8px rgba(255,255,255,.14), inset -7px -9px 12px rgba(0,0,0,.54), 0 9px 18px rgba(0,0,0,.18), 0 0 0 3px rgba(255,255,255,.09), 0 0 0 4px rgba(17,17,20,.025) !important;
  }
  html[data-theme] .feature-card > span { margin-bottom: 22px !important; }
  html[data-theme] .approach-item { grid-template-columns: 38px 1fr !important; }
  .contact-form input,
  .contact-form textarea,
  .contact-form select { font-size: 16px !important; }
}

@media (max-width: 380px) {
  .brand-logo-wrap { width: 104px; }
  .header-actions { gap: 5px; }
  .theme-toggle,
  .menu-toggle { width: 42px; min-width: 42px; height: 42px; }
}

/* === Final logo + softer dark contact fix === */
html[data-theme] .brand {
  overflow: visible !important;
}

html[data-theme] .brand-logo-wrap {
  position: relative !important;
  width: auto !important;
  height: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  overflow: visible !important;
  flex: 0 0 auto !important;
}

html[data-theme] .nav-logo-pill {
  height: 48px !important;
  min-width: 178px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 11px !important;
  padding: 7px 16px 7px 8px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.76) !important;
  border: 1px solid rgba(17,17,20,.075) !important;
  box-shadow: 0 14px 34px rgba(18,23,35,.08) !important;
  backdrop-filter: blur(18px) saturate(150%) !important;
}

html[data-theme="dark"] .nav-logo-pill {
  background: rgba(255,255,255,.055) !important;
  border-color: rgba(255,255,255,.10) !important;
  box-shadow: 0 16px 36px rgba(0,0,0,.28) !important;
}

html[data-theme] .nav-logo-ball,
html[data-theme] .footer-logo-ball {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  display: inline-grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  letter-spacing: -.02em !important;
  line-height: 1 !important;
  background:
    radial-gradient(circle at 31% 22%, rgba(255,255,255,.74) 0 8%, transparent 10%),
    radial-gradient(circle at 68% 76%, rgba(0,0,0,.42), transparent 42%),
    linear-gradient(145deg, #45464d 0%, #17171b 48%, #050507 100%) !important;
  box-shadow:
    inset 4px 5px 8px rgba(255,255,255,.15),
    inset -7px -9px 12px rgba(0,0,0,.55),
    0 10px 20px rgba(0,0,0,.18) !important;
}

html[data-theme] .nav-logo-text,
html[data-theme] .footer-logo-text {
  color: var(--ink) !important;
  font-size: 20px !important;
  font-weight: 930 !important;
  letter-spacing: -.065em !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

html[data-theme="dark"] .nav-logo-text,
html[data-theme="dark"] .footer-logo-text {
  color: #f4f5fb !important;
}

html[data-theme] .brand-logo,
html[data-theme] .brand-logo-light,
html[data-theme] .brand-logo-dark,
html[data-theme] .footer-logo,
html[data-theme] .footer-logo-light,
html[data-theme] .footer-logo-dark {
  display: none !important;
}

html[data-theme] .footer-logo-wrap {
  position: relative !important;
  width: auto !important;
  height: auto !important;
  display: inline-flex !important;
  overflow: visible !important;
}

html[data-theme] .footer-logo-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 132px !important;
}
html[data-theme] .footer-logo-ball {
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  font-size: 10px !important;
}
html[data-theme] .footer-logo-text {
  font-size: 15px !important;
}

/* Keep light mode polished, but make form whites softer. */
html[data-theme="light"] .contact-form input,
html[data-theme="light"] .contact-form textarea,
html[data-theme="light"] .contact-form select {
  background: #f1f2f5 !important;
  color: #111114 !important;
  border-color: rgba(17,17,20,.075) !important;
}
html[data-theme="light"] .contact-form input:focus,
html[data-theme="light"] .contact-form textarea:focus,
html[data-theme="light"] .contact-form select:focus {
  background: #ffffff !important;
}

/* Dark mode: remove the overly bright white blocks from the contact form. */
html[data-theme="dark"] .contact-form label {
  color: #d7dae4 !important;
}
html[data-theme="dark"] .contact-form input,
html[data-theme="dark"] .contact-form textarea,
html[data-theme="dark"] .contact-form select {
  background: #171922 !important;
  color: #f2f4fa !important;
  border-color: rgba(255,255,255,.105) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035) !important;
}
html[data-theme="dark"] .contact-form input::placeholder,
html[data-theme="dark"] .contact-form textarea::placeholder {
  color: #878d9d !important;
}
html[data-theme="dark"] .contact-form input:focus,
html[data-theme="dark"] .contact-form textarea:focus,
html[data-theme="dark"] .contact-form select:focus {
  background: #1d202a !important;
  border-color: rgba(169,206,255,.50) !important;
  box-shadow: 0 0 0 5px rgba(169,206,255,.12), inset 0 1px 0 rgba(255,255,255,.04) !important;
}

/* Softer dark-mode white CTAs. */
html[data-theme="dark"] .nav-cta,
html[data-theme="dark"] .button.primary,
html[data-theme="dark"] .nav-menu-cta {
  color: #0f1015 !important;
  background: linear-gradient(135deg, #e6e8ee, #cfd3dd) !important;
  box-shadow: 0 15px 35px rgba(255,255,255,.055) !important;
}
html[data-theme="dark"] .contact-form .button.primary {
  color: #f5f6fb !important;
  background: linear-gradient(135deg, #222531, #171922) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  box-shadow: 0 18px 35px rgba(0,0,0,.24) !important;
}

html[data-theme="dark"] .nav {
  background: rgba(255,255,255,.045) !important;
  border-color: rgba(255,255,255,.09) !important;
}
html[data-theme="dark"] .nav a {
  color: #b8bdcb !important;
}
html[data-theme="dark"] .nav a:hover,
html[data-theme="dark"] .nav a.active {
  color: #f4f5fb !important;
  background: rgba(255,255,255,.095) !important;
}

@media (max-width: 1100px) {
  html[data-theme] .nav-logo-pill {
    min-width: 166px !important;
    height: 46px !important;
    padding-right: 14px !important;
  }
  html[data-theme] .nav-logo-text { font-size: 19px !important; }
}

@media (max-width: 660px) {
  html[data-theme] .brand-logo-wrap {
    width: auto !important;
    height: auto !important;
  }
  html[data-theme] .nav-logo-pill {
    min-width: 146px !important;
    height: 42px !important;
    gap: 8px !important;
    padding: 6px 11px 6px 6px !important;
  }
  html[data-theme] .nav-logo-ball {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    font-size: 11px !important;
  }
  html[data-theme] .nav-logo-text {
    font-size: 17px !important;
    letter-spacing: -.055em !important;
  }
  html[data-theme="dark"] .nav {
    background: rgba(9,10,15,.98) !important;
  }
  html[data-theme="dark"] .nav a {
    background: rgba(255,255,255,.045) !important;
    color: #c2c6d2 !important;
  }
  html[data-theme="dark"] .nav a:hover,
  html[data-theme="dark"] .nav a.active {
    background: rgba(255,255,255,.11) !important;
    color: #ffffff !important;
  }
}

@media (max-width: 380px) {
  html[data-theme] .nav-logo-pill {
    min-width: 132px !important;
    gap: 7px !important;
    padding-right: 9px !important;
  }
  html[data-theme] .nav-logo-text { font-size: 15.5px !important; }
  html[data-theme] .nav-logo-ball {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
  }
}
