.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  vertical-align: middle;
}

/* ── EcomHutsy.org LIVE design tokens (blue crystal) ── */
:root {
  --ink: #09142c;
  --muted: #3a4660;
  --surface: #ffffff;
  --ice: #f4f7ff;
  --canvas: #f8faff;
  --accent: #095cff;
  --blue: #095cff;
  --blue-2: #4c3bff;
  --orange: #ff7a00;
  --brown: #154ff3;
  --green: #17b879;
  --line: #1d43971f;
  --line-strong: #2759d533;
  --border: #1d43971f;
  --shadow: 0 24px 70px #1833701f;
  --shadow-soft: 0 14px 40px #18337017;
  --shadow-card: 0 18px 40px #18337017;
  --shadow-cta: 0 13px 28px #224eff40, inset 0 1px #ffffff73;
  --radius: 28px;
  --eh-ink: #09142c;
  --eh-muted: #5d6b86;
  --eh-canvas: #f8faff;
  --eh-ice: #f4f7ff;
  --eh-surface: #ffffff;
  --eh-accent: #095cff;
  --eh-accent-deep: #4c3bff;
  --eh-accent-2: #4c3bff;
  --eh-border: #1d43971f;
  --eh-hero-wash: #f8faff;
  --eh-dark-band:
    radial-gradient(ellipse at 20% 0%, rgba(9, 92, 255, 0.28), transparent 50%),
    linear-gradient(160deg, #0b1220 0%, #122044 55%, #081018 100%);
}

/* —— 3D icons (feature tiles / cards) —— */
img.icon-3d {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
  vertical-align: middle;
  filter: drop-shadow(0 6px 10px rgba(63, 42, 7, 0.22));
  transform: perspective(160px) rotateX(10deg) translateY(-1px);
  transition: transform 0.25s ease, filter 0.25s ease;
}
a:hover img.icon-3d,
.svc-card:hover img.icon-3d,
.auto-card:hover img.icon-3d,
.home-tile:hover img.icon-3d {
  transform: perspective(160px) rotateX(4deg) translateY(-3px) scale(1.06);
  filter: drop-shadow(0 10px 14px rgba(63, 42, 7, 0.28));
}
img.icon-3d.svc-card__icon,
img.icon-3d.auto-card__icon {
  width: 42px;
  height: 42px;
  padding: 13px;
  box-sizing: content-box;
  margin-bottom: 1rem;
  border-radius: 20px;
  background: rgba(9, 92, 255, 0.12);
  border: 1px solid rgba(217, 195, 172, 0.55);
  box-shadow: 0 14px 28px rgba(21, 79, 243, 0.14), inset 0 2px 0 rgba(255, 255, 255, 0.95);
}
img.icon-3d.faq-group__icon,
img.icon-3d.ach-stat-card__icon,
img.icon-3d.ach-story-card__icon,
img.icon-3d.careers-hero-apply__step-icon,
img.icon-3d.founder-pro-pillar__icon,
img.icon-3d.prod-detail-feature__icon {
  width: 2.5rem;
  height: 2.5rem;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.nav-dropdown__icon img.icon-3d {
  width: 1.35rem;
  height: 1.35rem;
  transform: none;
  filter: drop-shadow(0 2px 3px rgba(63, 42, 7, 0.18));
}
.home-tile > img.icon-3d {
  width: 42px;
  height: 42px;
  padding: 13px;
  box-sizing: content-box;
  margin-bottom: 1.5rem;
  display: block;
  border-radius: 20px;
  background: rgba(9, 92, 255, 0.12);
  border: 1px solid rgba(217, 195, 172, 0.55);
  box-shadow: 0 14px 28px rgba(21, 79, 243, 0.14), inset 0 2px 0 rgba(255, 255, 255, 0.95);
}
.home-tile > .material-symbols-outlined {
  width: 68px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 42px;
  margin-bottom: 1.5rem;
  background: rgba(9, 92, 255, 0.12);
  border: 1px solid rgba(217, 195, 172, 0.55);
  box-shadow: 0 14px 28px rgba(21, 79, 243, 0.14), inset 0 2px 0 rgba(255, 255, 255, 0.95);
  color: #154ff3;
}

/* 3D treatment for Material Symbols that stay as font glyphs (UI + fallbacks) */
.material-symbols-outlined.icon-3d-fallback,
.svc-check .material-symbols-outlined,
.home-tile > .material-symbols-outlined,
.svc-card__icon.material-symbols-outlined,
.auto-card__icon.material-symbols-outlined,
.faq-group__icon.material-symbols-outlined,
.ach-stat-card__icon.material-symbols-outlined,
.ach-story-card__icon.material-symbols-outlined,
.prod-detail-feature__icon.material-symbols-outlined,
.careers-hero-apply__step-icon.material-symbols-outlined,
.founder-pro-pillar__icon.material-symbols-outlined {
  font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 200, 'opsz' 40;
  color: #e69500;
  text-shadow:
    0 1px 0 #ffe6b0,
    0 2px 0 #f0a820,
    0 3px 0 #d98900,
    0 4px 6px rgba(21, 79, 243, 0.35);
  transform: perspective(100px) rotateX(14deg);
  filter: drop-shadow(0 4px 6px rgba(9, 92, 255, 0.22));
}
.svc-card__icon.material-symbols-outlined,
.auto-card__icon.material-symbols-outlined {
  background: rgba(9, 92, 255, 0.12);
  border: 1px solid rgba(217, 195, 172, 0.55);
  box-shadow:
    0 14px 28px rgba(21, 79, 243, 0.14),
    inset 0 2px 0 rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  width: 68px;
  height: 68px;
  font-size: 42px;
  color: #154ff3;
  transform: none;
  text-shadow: none;
  filter: drop-shadow(0 2px 2px rgba(21, 79, 243, 0.2));
}

/* Brand wordmark — Ecom ink + hutsy orange */
.brand-mark {
  font-weight: 800;
  text-transform: none;
  letter-spacing: -0.02em;
  font-style: normal;
  color: #09142c;
}
.brand-mark--accent {
  letter-spacing: -0.02em;
}
.brand-mark__ecom {
  color: #09142c;
}
.brand-mark__hutsy {
  color: #ff6a00;
}
.svc-hero__brand .brand-mark,
.page-pro-hero__brand .brand-mark,
.founder-pro-hero__brand .brand-mark,
.about-corp-hero__brand .brand-mark {
  font-weight: inherit;
  letter-spacing: inherit;
}
html { scroll-behavior: smooth; }
.max-w-container { max-width: 1440px; }
.sticky-container { height: 300vh; }
.sticky-content { position: sticky; top: 0; min-height: 100vh; display: flex; align-items: center; }

/* Reveal animations */
.fade-in-up {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.fade-in-up.visible { opacity: 1; transform: translateY(0); }

.fade-in {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.fade-in.visible { opacity: 1; }

.fade-in-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.fade-in-left.visible { opacity: 1; transform: translateX(0); }

.fade-in-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.fade-in-right.visible { opacity: 1; transform: translateX(0); }

.scale-in {
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}
.scale-in.visible { opacity: 1; transform: scale(1); }

.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.35s; }
.delay-4 { transition-delay: 0.5s; }
.delay-5 { transition-delay: 0.65s; }

/* Automation hero — live .org ice/blue crystal */
.auto-hero {
  position: relative;
  min-height: calc(100vh - 7rem);
  min-height: calc(100svh - 5.75rem);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 10% 25%, #ff7c001a, transparent 27%),
    radial-gradient(circle at 89% 23%, #4158ff2b, transparent 33%),
    linear-gradient(135deg, #ffffff, #f3f6ff);
}
.auto-hero__luma,
.auto-page-hero__luma {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.auto-hero__vignette,
.auto-page-hero__vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    radial-gradient(ellipse 78% 68% at 50% 42%, transparent 28%, rgba(248, 250, 255, 0.35) 70%, rgba(248, 250, 255, 0.82) 100%);
}
.auto-hero__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(70px);
}
.auto-hero__glow--a {
  width: min(46vw, 480px);
  height: min(46vw, 480px);
  top: -12%;
  right: 4%;
  background: rgba(71, 113, 255, 0.28);
  animation: autoHeroGlowDriftA 14s ease-in-out infinite;
}
.auto-hero__glow--b {
  width: min(34vw, 360px);
  height: min(34vw, 360px);
  bottom: -6%;
  left: -4%;
  background: rgba(255, 127, 0, 0.16);
  animation: autoHeroGlowDriftB 18s ease-in-out infinite;
}
@keyframes autoHeroGlowDriftA {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.75; }
  50% { transform: translate(-24px, 18px) scale(1.08); opacity: 1; }
}
@keyframes autoHeroGlowDriftB {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.65; }
  50% { transform: translate(20px, -16px) scale(1.06); opacity: 0.9; }
}
.auto-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(38,78,159,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38,78,159,0.07) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
  animation: gridDrift 28s linear infinite;
  pointer-events: none;
  z-index: 0;
}
.auto-page-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(38,78,159,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38,78,159,0.07) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
  animation: gridDrift 28s linear infinite;
  pointer-events: none;
  z-index: 0;
}
.auto-hero__orb {
  position: absolute;
  border-radius: 9999px;
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}
.auto-hero__orb--a {
  width: 420px;
  height: 420px;
  background: rgba(9, 92, 255, 0.2);
  top: -8%;
  right: 5%;
  animation: floatOrb 9s ease-in-out infinite;
}
.auto-hero__orb--b {
  width: 320px;
  height: 320px;
  background: rgba(76, 59, 255, 0.12);
  bottom: 5%;
  left: -5%;
  animation: floatOrb 11s ease-in-out infinite reverse;
}
.auto-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex: 1 1 auto;
  min-height: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  box-sizing: border-box;
}
.auto-hero__stack {
  width: 100%;
}
.auto-hero__brand {
  animation: heroIn 1s cubic-bezier(0.16, 1, 0.3, 1) both;
  color: #09142c;
}
.auto-hero__title {
  animation: heroIn 1s cubic-bezier(0.16, 1, 0.3, 1) 0.12s both;
  color: #09142c;
}
.auto-hero__sub {
  animation: heroIn 1s cubic-bezier(0.16, 1, 0.3, 1) 0.24s both;
}
.auto-hero__cta {
  animation: heroIn 1s cubic-bezier(0.16, 1, 0.3, 1) 0.36s both;
}
.auto-hero__stats {
  animation: heroIn 1s cubic-bezier(0.16, 1, 0.3, 1) 0.48s both;
  width: 100%;
}

.hover-lift {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease, box-shadow 0.35s ease;
}
.hover-lift:hover {
  transform: translateY(-6px);
  border-color: rgba(9, 92, 255, 0.45);
  box-shadow: 0 20px 40px rgba(44, 31, 10, 0.12);
}

.pulse-glow {
  animation: pulseGlow 3.2s ease-in-out infinite;
}

@keyframes heroIn {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes floatOrb {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-4%, 5%) scale(1.08); }
}
@keyframes gridDrift {
  from { transform: translateY(0); }
  to { transform: translateY(64px); }
}
@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(9, 92, 255, 0.35); }
  50% { box-shadow: 0 0 28px 4px rgba(9, 92, 255, 0.25); }
}

@media (prefers-reduced-motion: reduce) {
  .fade-in-up, .fade-in, .fade-in-left, .fade-in-right, .scale-in,
  .auto-hero__brand, .auto-hero__title, .auto-hero__sub, .auto-hero__cta, .auto-hero__stats {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }
  .auto-hero__grid, .auto-page-hero__grid, .auto-hero__orb, .auto-hero__glow, .pulse-glow { animation: none !important; }
  .hero-copy { opacity: 1 !important; transform: none !important; }
  .home-markets__slide,
  .home-markets__logo img {
    animation: none !important;
    transition: none !important;
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Home — marketplace slideshow (cream luminous — org family) */
.home-markets {
  position: relative;
  overflow: hidden;
  padding: clamp(2.5rem, 5vw, 4rem) 1.25rem;
  background: #f8faff;
  border-block: 1px solid rgba(0, 0, 0, 0.06);
}
.home-markets__stage {
  position: relative;
  max-width: 56rem;
  margin-inline: auto;
  min-height: clamp(16.5rem, 38vw, 21rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 3.5vw, 2.25rem) clamp(1.5rem, 4vw, 2.75rem) clamp(1rem, 2.5vw, 1.35rem);
  background: #ffffff;
  border: 1px solid #e6e6e1;
  border-radius: 1.5rem;
  box-shadow: 0 18px 40px rgba(32, 31, 26, 0.05);
}
.home-markets__grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  mix-blend-mode: multiply;
  border-radius: inherit;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.home-markets__mark {
  position: absolute;
  width: 0.42rem;
  height: 0.42rem;
  background: #154ff3;
  opacity: 0.45;
  z-index: 3;
  pointer-events: none;
}
.home-markets__mark--tl { top: 0.85rem; left: 0.85rem; }
.home-markets__mark--tr { top: 0.85rem; right: 0.85rem; }
.home-markets__mark--bl { bottom: 0.85rem; left: 0.85rem; }
.home-markets__mark--br { bottom: 0.85rem; right: 0.85rem; }
.home-markets__slides {
  position: relative;
  flex: 1;
  min-height: clamp(12.25rem, 30vw, 15.25rem);
}
.home-markets__slide {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 18px, 0) scale(0.94);
  filter: blur(8px);
  transition:
    opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.55s ease,
    visibility 0.55s;
}
.home-markets__slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}
.home-markets__copy {
  position: relative;
  z-index: 2;
  max-width: 28rem;
  padding-inline: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-markets__label {
  margin: 0 0 0.35rem;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #154ff3;
}
.home-markets__title {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(2.4rem, 7vw, 4rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.045em;
  color: #09142c;
}
.home-markets__note {
  margin: 0.7rem 0 0;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5d6b86;
}
.home-markets__logo {
  margin-top: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  min-height: 2.75rem;
  margin-inline: auto;
  padding: 0.55rem 1.15rem;
  border-radius: 0.85rem;
  background: #ffffff;
  border: 1px solid #e6e6e1;
  box-shadow: 0 8px 20px rgba(32, 31, 26, 0.06);
}
.home-markets__slide.is-active .home-markets__logo {
  animation: homeMarketLogoIn 0.55s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.home-markets__logo img {
  display: block;
  width: auto;
  height: clamp(1.75rem, 4.5vw, 2.35rem);
  max-width: min(11rem, 68vw);
  margin-inline: auto;
  object-fit: contain;
  object-position: center;
}
.home-markets__controls {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 0.85rem;
  padding-top: 0;
}
.home-markets__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  border: 1px solid #e6e6e1;
  background: #ffffff;
  color: #09142c;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.home-markets__nav:hover {
  background: rgba(9, 92, 255, 0.12);
  border-color: rgba(9, 92, 255, 0.45);
  color: #154ff3;
}
.home-markets__nav .material-symbols-outlined {
  font-size: 1.15rem;
}
.home-markets__dots {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.home-markets__dot {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 9999px;
  border: 0;
  padding: 0;
  background: rgba(21, 79, 243, 0.22);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}
.home-markets__dot.is-active {
  width: 1.25rem;
  background: #4c3bff;
}
@keyframes homeMarketLogoIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 10px, 0) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

/* Home page — glossy tile depth (org capability-glass) */
.home-tile {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 42%, rgba(244, 244, 242, 0.92) 100%);
  border: 1px solid rgba(217, 195, 172, 0.5);
  border-radius: 1.5rem;
  box-shadow:
    0 18px 40px rgba(32, 31, 26, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -1px 0 rgba(217, 195, 172, 0.28);
  transition: transform 0.28s cubic-bezier(0.2, 0.75, 0.25, 1), box-shadow 0.28s ease, border-color 0.28s ease;
}
a.home-tile:hover {
  transform: translateY(-4px);
  border-color: rgba(9, 92, 255, 0.42);
  box-shadow:
    0 26px 52px rgba(32, 31, 26, 0.11),
    inset 0 1px 0 #ffffff,
    inset 0 -1px 0 rgba(217, 195, 172, 0.35);
}
.home-tile--dark {
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.22),
    0 22px 48px rgba(0, 0, 0, 0.28);
}
.founder-home-shot__frame {
  box-shadow:
    0 10px 28px rgba(26, 28, 27, 0.08),
    0 28px 56px rgba(26, 28, 27, 0.12);
}

/* Services — shared premium visual system */
.services-premium main {
  background: #f8faff;
  background-image: none;
}
.services-premium main > section {
  position: relative;
  isolation: isolate;
}
.services-premium main > section:first-child:not(.svc-hero) {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: clamp(5rem, 9vw, 8rem) !important;
  padding-bottom: clamp(5rem, 9vw, 8rem) !important;
  background: #f8faff !important;
  background-image: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.services-premium main > section:first-child:not(.svc-hero)::before {
  content: '';
  position: absolute;
  width: min(72vw, 900px);
  aspect-ratio: 1;
  left: 50%;
  top: -130%;
  transform: translateX(-50%);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  box-shadow: none;
  pointer-events: none;
  animation: serviceHaloDrift 14s ease-in-out infinite alternate;
}
.services-premium main > section:first-child:not(.svc-hero)::after {
  content: none;
  display: none;
}
.services-premium main > section:first-child:not(.svc-hero) h1 {
  max-width: 1050px;
  font-size: clamp(2.75rem, 6vw, 5.6rem) !important;
  line-height: 1.02;
  letter-spacing: -0.055em;
  color: #09142c;
  text-wrap: balance;
  text-shadow: 0 1px 0 rgba(255,255,255,.9);
  animation: serviceHeroIn .75s cubic-bezier(.2,.72,.25,1) both;
}
.services-premium main > section:first-child:not(.svc-hero) p {
  position: relative;
  max-width: 760px;
  line-height: 1.75;
  animation: serviceHeroIn .75s .1s cubic-bezier(.2,.72,.25,1) both;
}
.services-premium main > section:first-child:not(.svc-hero) p:first-of-type {
  color: #154ff3;
  font-weight: 700;
}
.services-premium main > section:not(:first-child) {
  padding-top: clamp(4.5rem, 7vw, 7rem);
  padding-bottom: clamp(4.5rem, 7vw, 7rem);
}
.services-premium main > section.bg-surface-container {
  background:
    linear-gradient(180deg, rgba(244, 244, 242, 0.55), rgba(249, 249, 247, 0.12)) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.services-premium main h2 {
  letter-spacing: -0.035em;
  line-height: 1.12;
  text-wrap: balance;
}
.services-premium main h2 + p,
.services-premium main h2 + div > p:first-child {
  line-height: 1.8;
}
.services-premium main :is(a, div)[class*="rounded-2xl"]:not(.nav-dropdown__menu),
.services-premium main :is(a, div)[class*="rounded-3xl"] {
  border-color: #e6e6e1 !important;
  background: #ffffff !important;
  box-shadow: 0 18px 40px rgba(32, 31, 26, 0.05);
  transition: transform .28s cubic-bezier(.2,.75,.25,1), box-shadow .28s ease, border-color .28s ease;
}
.services-premium main a[class*="rounded-2xl"]:hover,
.services-premium main a[class*="rounded-3xl"]:hover {
  transform: translateY(-3px);
  border-color: rgba(9, 92, 255, 0.45) !important;
  box-shadow: 0 24px 48px rgba(32, 31, 26, 0.08);
}
.services-premium main :is(a, div)[class*="rounded-2xl"] h3,
.services-premium main :is(a, div)[class*="rounded-3xl"] h3 {
  letter-spacing: -0.025em;
}
.services-premium main details {
  border: 1px solid rgba(21, 79, 243, 0.13) !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,.82) !important;
  box-shadow: 0 12px 32px -28px rgba(0,0,0,.42);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.services-premium main details[open] {
  border-color: rgba(9, 92, 255, 0.42) !important;
  box-shadow: 0 18px 40px -30px rgba(21, 79, 243,.48);
}
.services-premium main details summary {
  cursor: pointer;
  padding: 1.15rem 1.35rem;
  font-weight: 650;
}
.services-premium main details > :not(summary) {
  padding-left: 1.35rem;
  padding-right: 1.35rem;
  padding-bottom: 1.25rem;
}
.services-premium main a.bg-primary-container,
.services-premium main a[class*="bg-primary-container"] {
  box-shadow: 0 12px 28px rgba(9, 92, 255, 0.32);
  border: 0;
}
.services-premium main > section:last-child:not(.svc-cta-band) {
  overflow: hidden;
}
.services-premium .service-motion-section {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .68s ease, transform .68s cubic-bezier(.2,.72,.25,1);
}
.services-premium .service-motion-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.services-premium .service-motion-item {
  opacity: 0;
  transform: translateY(14px) scale(.992);
  transition: opacity .55s var(--service-delay, 0ms) ease, transform .55s var(--service-delay, 0ms) cubic-bezier(.2,.72,.25,1), box-shadow .28s ease, border-color .28s ease;
}
.services-premium .service-motion-section.is-visible .service-motion-item {
  opacity: 1;
  transform: translateY(0) scale(1);
}
@keyframes serviceHeroIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes serviceHaloDrift {
  from { transform: translateX(-50%) translateY(-8px) scale(.98); }
  to { transform: translateX(-50%) translateY(10px) scale(1.025); }
}
@keyframes serviceCtaGlow {
  from { opacity: .45; transform: scale(.88); }
  to { opacity: .8; transform: scale(1.08); }
}
@keyframes ctaBandGradientFlow {
  0%, 100% {
    background-position: 0% 42%, 100% 72%, 52% 8%;
    opacity: 0.88;
  }
  33% {
    background-position: 72% 18%, 28% 88%, 82% 48%;
    opacity: 1;
  }
  66% {
    background-position: 22% 88%, 86% 22%, 12% 58%;
    opacity: 0.92;
  }
}
@keyframes ctaBandOrbDrift {
  0%, 100% {
    opacity: 0.42;
    transform: translate(0, 0) scale(0.9);
  }
  50% {
    opacity: 0.78;
    transform: translate(-14px, -20px) scale(1.12);
  }
}
@keyframes ctaBandOrbDriftAlt {
  0%, 100% {
    opacity: 0.28;
    transform: translate(0, 0) scale(0.85);
  }
  50% {
    opacity: 0.55;
    transform: translate(18px, 12px) scale(1.08);
  }
}

/* Animated amber mesh — dark gradient CTA bands site-wide */
:is(
  .svc-cta-band,
  .auto-cta-band,
  .page-pro-cta-band,
  .careers-premium .careers-cta-premium,
  .services-premium main > section:last-child,
  .page-pro-panel--ink,
  .achievements-premium .ach-mission
) {
  position: relative;
  background: var(--eh-dark-band) !important;
  isolation: isolate;
}
:is(
  .svc-cta-band,
  .auto-cta-band,
  .page-pro-cta-band,
  .careers-premium .careers-cta-premium,
  .services-premium main > section:last-child,
  .page-pro-panel--ink,
  .achievements-premium .ach-mission
)::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 62% 75% at 14% 42%, rgba(9, 92, 255, 0.28), transparent 58%),
    radial-gradient(ellipse 48% 58% at 92% 88%, rgba(76, 59, 255, 0.16), transparent 56%),
    radial-gradient(ellipse 38% 42% at 72% 18%, rgba(21, 79, 243, 0.12), transparent 52%);
  background-size: 200% 200%, 180% 180%, 160% 160%;
  animation: ctaBandGradientFlow 9s ease-in-out infinite;
}
:is(
  .svc-cta-band,
  .auto-cta-band,
  .page-pro-cta-band,
  .careers-premium .careers-cta-premium,
  .services-premium main > section:last-child
)::after {
  content: '';
  position: absolute;
  width: clamp(200px, 28vw, 280px);
  height: clamp(200px, 28vw, 280px);
  right: -80px;
  bottom: -130px;
  border-radius: 50%;
  background: rgba(9, 92, 255, 0.2);
  filter: blur(8px);
  animation: ctaBandOrbDrift 4.5s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 0;
}
.site-cta-band {
  margin: 2rem clamp(1rem, 4vw, 4rem) 0;
  border-radius: 30px;
  box-shadow: 0 30px 70px -35px rgba(0, 0, 0, 0.55);
}
@media (max-width: 767px) {
  .site-cta-band {
    margin-left: .75rem;
    margin-right: .75rem;
    border-radius: 22px;
  }
}
.page-pro-panel--ink,
.achievements-premium .ach-mission {
  position: relative;
  overflow: hidden;
}
.page-pro-panel--ink > *,
.achievements-premium .ach-mission > * {
  position: relative;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  :is(
    .svc-cta-band,
    .auto-cta-band,
    .page-pro-cta-band,
    .careers-premium .careers-cta-premium,
    .services-premium main > section:last-child,
    .page-pro-panel--ink,
    .achievements-premium .ach-mission
  )::before,
  :is(
    .svc-cta-band,
    .auto-cta-band,
    .page-pro-cta-band,
    .careers-premium .careers-cta-premium,
    .services-premium main > section:last-child
  )::after {
    animation: none !important;
  }
}
@media (max-width: 767px) {
  .services-premium main > section:first-child {
    min-height: 360px;
  }
  .services-premium main > section:not(:first-child) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .services-premium main > section:last-child {
    margin-left: .75rem;
    margin-right: .75rem;
    border-radius: 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .services-premium main a[class*="rounded"] {
    transition: none;
  }
  .services-premium main > section:first-child:not(.svc-hero)::before,
  .services-premium main > section:first-child:not(.svc-hero) h1,
  .services-premium main > section:first-child:not(.svc-hero) p,
  .services-premium main > section:last-child:not(.svc-cta-band)::after,
  .svc-hero__mesh,
  .svc-hero__grid,
  .svc-hero__aurora,
  .svc-hero__shimmer,
  .svc-hero__ring,
  .svc-hero__orb,
  .svc-hero__spark,
  .svc-hero__brand,
  .svc-hero__title,
  .svc-hero__sub,
  .svc-crumb {
    animation: none !important;
  }
  .services-premium .service-motion-section,
  .services-premium .service-motion-item {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ── Service components (commercial-grade) ── */
.svc-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: clamp(5rem, 9vw, 8rem) !important;
  padding-bottom: clamp(4.5rem, 8vw, 7rem) !important;
  background: #f8faff !important;
  background-image: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.svc-hero__mesh {
  position: absolute;
  inset: -20%;
  pointer-events: none;
  z-index: 0;
  background: none;
  opacity: 0;
  animation: none;
}
.svc-hero--sub .svc-hero__mesh {
  opacity: 0.38;
  animation-duration: 14s;
}
.svc-hero__grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(21, 79, 243, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 79, 243, 0.09) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 85% 75% at 50% 42%, #000 15%, transparent 72%);
}
.svc-hero--hub .svc-hero__grid {
  animation: svcHeroGridDrift 8s linear infinite;
}
.svc-hero--sub .svc-hero__grid {
  opacity: 0.28;
  animation: svcHeroGridDrift 12s linear infinite;
}
.svc-hero__aurora {
  position: absolute;
  inset: -40% -20%;
  pointer-events: none;
  z-index: 0;
  background: none;
  opacity: 0;
  transform: translateX(-55%) rotate(-6deg);
  animation: svcHeroAuroraSweep 4.5s cubic-bezier(0.45, 0, 0.25, 1) infinite;
}
.svc-hero--sub .svc-hero__aurora {
  opacity: 0.65;
  animation-duration: 6.5s;
}
.svc-hero__shimmer {
  position: absolute;
  top: 0;
  left: -120%;
  width: 55%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  background: none;
  opacity: 0;
  transform: skewX(-18deg);
  animation: svcHeroShimmer 3.8s ease-in-out infinite;
}
.svc-hero--sub .svc-hero__shimmer {
  width: 45%;
  opacity: 0.55;
  animation-duration: 5.2s;
}
.svc-hero__ring {
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  transform: translate(-50%, -58%);
}
.svc-hero__ring--outer {
  width: min(88vw, 980px);
  height: min(88vw, 980px);
  border-color: rgba(9, 92, 255, 0.22);
  border-style: dashed;
  border-width: 1px;
  box-shadow:
    0 0 0 1px rgba(9, 92, 255, 0.06),
    inset 0 0 40px rgba(9, 92, 255, 0.04);
  animation: svcHeroRingSpin 14s linear infinite;
}
.svc-hero__ring--inner {
  width: min(58vw, 640px);
  height: min(58vw, 640px);
  border: 2px solid transparent;
  border-top-color: rgba(9, 92, 255, 0.55);
  border-right-color: rgba(9, 92, 255, 0.18);
  animation: svcHeroRingSpin 7s linear infinite reverse;
}
.svc-hero__ring--sub {
  width: min(72vw, 780px);
  height: min(72vw, 780px);
  border-color: rgba(9, 92, 255, 0.16);
  border-style: dashed;
  box-shadow: inset 0 0 30px rgba(9, 92, 255, 0.05);
  animation: svcHeroRingSpin 18s linear infinite;
}
.svc-hero__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(44px);
  will-change: transform;
}
.svc-hero--hub .svc-hero__orb--a {
  width: min(36vw, 380px);
  height: min(36vw, 380px);
  top: -8%;
  right: 4%;
  background: rgba(9, 92, 255, 0.32);
  animation: svcHeroOrbA 5.5s ease-in-out infinite;
}
.svc-hero--hub .svc-hero__orb--b {
  width: min(28vw, 280px);
  height: min(28vw, 280px);
  bottom: -2%;
  left: -2%;
  background: rgba(255, 200, 60, 0.24);
  animation: svcHeroOrbB 6.2s ease-in-out infinite;
}
.svc-hero--hub .svc-hero__orb--c {
  width: min(20vw, 200px);
  height: min(20vw, 200px);
  top: 42%;
  left: 62%;
  background: rgba(21, 79, 243, 0.16);
  animation: svcHeroOrbC 4.8s ease-in-out infinite;
}
.svc-hero--sub .svc-hero__orb--a {
  width: min(30vw, 300px);
  height: min(30vw, 300px);
  top: -6%;
  right: 6%;
  background: rgba(9, 92, 255, 0.22);
  animation: svcHeroOrbA 7s ease-in-out infinite;
}
.svc-hero--sub .svc-hero__orb--b {
  width: min(22vw, 220px);
  height: min(22vw, 220px);
  bottom: 0;
  left: 4%;
  background: rgba(255, 200, 60, 0.16);
  animation: svcHeroOrbB 8s ease-in-out infinite reverse;
}
.svc-hero__spark {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(110deg, #075cff, #4d38ff);
  box-shadow: 0 0 12px 2px rgba(9, 92, 255, 0.65);
}
.svc-hero--hub .svc-hero__spark--1 { left: 12%; top: 28%; animation: svcHeroSparkFly1 3.2s ease-in-out infinite; }
.svc-hero--hub .svc-hero__spark--2 { left: 78%; top: 22%; animation: svcHeroSparkFly2 3.8s ease-in-out .4s infinite; }
.svc-hero--hub .svc-hero__spark--3 { left: 24%; top: 68%; animation: svcHeroSparkFly3 4.1s ease-in-out .8s infinite; }
.svc-hero--hub .svc-hero__spark--4 { left: 68%; top: 62%; animation: svcHeroSparkFly1 3.5s ease-in-out 1.2s infinite reverse; }
.svc-hero--hub .svc-hero__spark--5 { left: 48%; top: 18%; animation: svcHeroSparkFly2 2.9s ease-in-out .6s infinite; }
.svc-hero--hub .svc-hero__spark--6 { left: 86%; top: 48%; animation: svcHeroSparkFly3 3.6s ease-in-out 1s infinite; }
.svc-hero--sub .svc-hero__spark--1 { left: 18%; top: 32%; animation: svcHeroSparkFly1 4.5s ease-in-out infinite; }
.svc-hero--sub .svc-hero__spark--2 { left: 72%; top: 26%; animation: svcHeroSparkFly2 5s ease-in-out .5s infinite; }
.svc-hero--sub .svc-hero__spark--3 { left: 52%; top: 70%; animation: svcHeroSparkFly3 4.8s ease-in-out 1s infinite; }
@keyframes svcHeroMeshSpin {
  from { transform: rotate(0deg) scale(1); }
  to { transform: rotate(360deg) scale(1.05); }
}
@keyframes svcHeroGridDrift {
  from { transform: translateY(0); }
  to { transform: translateY(48px); }
}
@keyframes svcHeroAuroraSweep {
  0% { transform: translateX(-60%) rotate(-6deg); opacity: 0; }
  12% { opacity: 1; }
  50% { transform: translateX(15%) rotate(-6deg); opacity: 1; }
  88% { opacity: 0.85; }
  100% { transform: translateX(75%) rotate(-6deg); opacity: 0; }
}
@keyframes svcHeroShimmer {
  0% { left: -120%; opacity: 0; }
  15% { opacity: 1; }
  50% { left: 130%; opacity: 1; }
  85% { opacity: 0; }
  100% { left: 130%; opacity: 0; }
}
@keyframes svcHeroRingSpin {
  from { transform: translate(-50%, -58%) rotate(0deg); }
  to { transform: translate(-50%, -58%) rotate(360deg); }
}
@keyframes svcHeroOrbA {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(-36px, 28px) scale(1.12); }
  66% { transform: translate(24px, -18px) scale(0.94); }
}
@keyframes svcHeroOrbB {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(32px, -34px) scale(1.1); }
}
@keyframes svcHeroOrbC {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-28px, 22px) scale(1.08); }
}
@keyframes svcHeroSparkFly1 {
  0%, 100% { transform: translate(0, 0) scale(0.6); opacity: 0.2; }
  50% { transform: translate(28px, -38px) scale(1.2); opacity: 1; }
}
@keyframes svcHeroSparkFly2 {
  0%, 100% { transform: translate(0, 0) scale(0.5); opacity: 0.15; }
  50% { transform: translate(-32px, -30px) scale(1.15); opacity: 0.95; }
}
@keyframes svcHeroSparkFly3 {
  0%, 100% { transform: translate(0, 0) scale(0.55); opacity: 0.2; }
  50% { transform: translate(22px, 34px) scale(1.1); opacity: 0.9; }
}
.svc-hero__inner {
  position: relative;
  z-index: 1;
}
.svc-hero__brand {
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #171817;
  margin-bottom: 1.25rem;
  animation: serviceHeroIn .8s cubic-bezier(.2,.72,.25,1) both;
}
.svc-hero__brand .brand-mark__hutsy,
.svc-hero__brand > span:not(.brand-mark):not(.brand-mark__ecom) {
  color: #ff6a00;
}
.svc-hero__brand .brand-mark__ecom {
  color: inherit;
}
.svc-crumb {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #154ff3;
  margin-bottom: 1rem;
  animation: serviceHeroIn .75s .06s cubic-bezier(.2,.72,.25,1) both;
}
.svc-hero__title {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2.5rem, 5.5vw, 4.75rem) !important;
  line-height: 1.04;
  letter-spacing: -0.05em;
  color: #171817;
  text-wrap: balance;
  margin-bottom: 1.25rem;
  animation: serviceHeroIn .75s .12s cubic-bezier(.2,.72,.25,1) both;
}
.svc-hero__sub {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.75;
  color: #5d6b86;
  animation: serviceHeroIn .75s .2s cubic-bezier(.2,.72,.25,1) both;
}
.svc-hero__actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem;
  animation: serviceHeroIn .75s .28s cubic-bezier(.2,.72,.25,1) both;
}
.svc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .85rem 1.75rem;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
}
.svc-btn--primary {
  background: linear-gradient(110deg, #075cff, #4d38ff);
  color: #0b0b0b;
  border: 0;
  box-shadow: 0 12px 28px rgba(9, 92, 255, 0.32);
}
.svc-btn--primary:hover {
  filter: brightness(0.96);
  transform: scale(0.98);
}
.svc-btn--ghost {
  background: #ffffff;
  color: #09142c;
  border: 1px solid #e6e6e1;
  box-shadow: 0 8px 20px rgba(32, 31, 26, 0.04);
}
.svc-btn--ghost:hover {
  background: rgba(9, 92, 255, 0.12);
  border-color: rgba(9, 92, 255, 0.55);
  transform: scale(0.98);
}
.svc-btn--lg {
  padding: 1rem 2rem;
}
.svc-section {
  position: relative;
}
.svc-section-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #154ff3;
  margin-bottom: .75rem;
}
.svc-section-title {
  letter-spacing: -0.035em;
  line-height: 1.12;
  text-wrap: balance;
}
.svc-prose {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}
.svc-prose p {
  line-height: 1.8;
}
.svc-card,
.services-premium .svc-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(217, 195, 172, 0.5) !important;
  border-radius: 1.5rem !important;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 42%, rgba(244, 244, 242, 0.92) 100%) !important;
  box-shadow:
    0 18px 40px rgba(32, 31, 26, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -1px 0 rgba(217, 195, 172, 0.28);
  transition: transform .28s cubic-bezier(.2,.75,.25,1), box-shadow .28s ease, border-color .28s ease;
}
a.svc-card:hover,
.services-premium a.svc-card:hover {
  transform: translateY(-4px);
  border-color: rgba(9, 92, 255, 0.42) !important;
  box-shadow:
    0 26px 52px rgba(32, 31, 26, 0.11),
    inset 0 1px 0 #ffffff,
    inset 0 -1px 0 rgba(217, 195, 172, 0.35);
}
.svc-card__icon {
  position: relative;
  overflow: hidden;
  width: 68px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 46%),
    linear-gradient(160deg, #ffffff 0%, #fff8ef 48%, #ffe8c2 100%);
  border: 1px solid rgba(217, 195, 172, 0.55);
  box-shadow:
    0 14px 28px rgba(21, 79, 243, 0.14),
    inset 0 2px 0 rgba(255, 255, 255, 0.95),
    inset 0 -3px 8px rgba(21, 79, 243, 0.1);
  color: #154ff3;
  margin-bottom: 1rem;
  font-size: 42px !important;
}
img.icon-3d.svc-card__icon {
  transform: perspective(160px) rotateX(8deg) translateY(-1px);
}
.svc-card__index {
  display: block;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #095cff;
  margin-bottom: .35rem;
}
.svc-check {
  display: flex;
  gap: .85rem;
  align-items: flex-start;
  padding: 1.15rem 1.25rem;
  border-radius: 1.5rem;
  border: 1px solid #e6e6e1;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(32, 31, 26, 0.05);
}
.svc-check .material-symbols-outlined {
  color: #095cff;
  flex-shrink: 0;
}
.svc-check > img.icon-3d {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  transform: none;
  filter: drop-shadow(0 2px 4px rgba(63, 42, 7, 0.18));
}
.auto-card > img.icon-3d {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  transform: none;
}
.svc-hub-card {
  display: block;
  padding: 2rem;
  height: 100%;
}
.svc-hub-card__link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #154ff3;
  margin-top: auto;
}
.svc-hub-card__link .material-symbols-outlined {
  font-size: 18px;
  transition: transform .2s ease;
}
a.svc-hub-card:hover .svc-hub-card__link .material-symbols-outlined {
  transform: translateX(4px);
}
.svc-spotlight {
  border-radius: 1.5rem;
  border: 1px solid #e6e6e1;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(32, 31, 26, 0.05);
}
.svc-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.svc-cta-band {
  position: relative;
  overflow: hidden;
  color: #5d6b86;
  background: #f8faff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.svc-cta-band__inner {
  position: relative;
  z-index: 1;
}
.svc-cta-band__sub {
  color: #5d6b86;
}
.svc-cta-band h2 {
  color: #09142c;
}
.svc-faq-item {
  border: 1px solid #e6e6e1 !important;
  border-radius: 1.5rem !important;
  background: #ffffff !important;
  box-shadow: 0 18px 40px rgba(32, 31, 26, 0.05);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.svc-faq-item.is-open,
.svc-faq-item:has([data-faq-panel]:not(.hidden)) {
  border-color: rgba(9, 92, 255, 0.42);
  box-shadow: 0 18px 40px -30px rgba(21, 79, 243,.48);
}
.services-premium main > section:last-child.svc-cta-band,
.services-premium .svc-cta-band {
  overflow: hidden;
}
@media (max-width: 767px) {
  .svc-hero { min-height: 360px; }
  .svc-cta-band {
    margin-left: .75rem;
    margin-right: .75rem;
    border-radius: 22px;
  }
}

/* Products — premium commercial showcase */
.products-premium main {
  background: #f8faff;
  background-image: none;
}
.products-premium .prod-hero {
  border-bottom: 1px solid rgba(21, 79, 243,.1);
}
.products-premium .prod-stat {
  border: 1px solid rgba(21, 79, 243,.12);
  border-radius: 1rem;
  padding: 1rem 1.15rem;
  background: rgba(255,255,255,.72);
  box-shadow: 0 12px 30px -24px rgba(34,25,12,.35);
}
.products-premium .prod-section {
  position: relative;
}
.products-premium .prod-section--wash {
  background:
    linear-gradient(135deg, rgba(255,255,255,.65), rgba(255,255,255,.16)),
    #eeeee9;
  border-top: 1px solid rgba(0,0,0,.05);
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.products-premium .prod-section-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #154ff3;
  margin-bottom: .75rem;
}
.products-premium .prod-section-title {
  letter-spacing: -0.035em;
  line-height: 1.12;
  text-wrap: balance;
}

/* Platform Modules — live .org blue crystal soft-glow bento */
.products-premium .prod-modules {
  overflow: hidden;
}
.products-premium .prod-modules__glow {
  position: absolute;
  inset: 8% 5% auto;
  height: min(62%, 28rem);
  pointer-events: none;
  background:
    radial-gradient(ellipse 42% 70% at 28% 45%, rgba(9, 92, 255, 0.16), transparent 68%),
    radial-gradient(ellipse 38% 65% at 72% 40%, rgba(76, 59, 255, 0.12), transparent 70%),
    radial-gradient(ellipse 50% 55% at 50% 70%, rgba(55, 132, 255, 0.1), transparent 72%);
  filter: blur(8px);
}
.products-premium .prod-modules__head {
  max-width: 40rem;
  margin: 0 auto 2.75rem;
}
.products-premium .prod-modules__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.75rem;
  padding: 0.95rem 1.85rem;
  border-radius: 11px;
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(110deg, #075cff, #4d38ff);
  box-shadow: 0 13px 28px #224eff40, inset 0 1px #ffffff73;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.products-premium .prod-modules__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px #224eff57, inset 0 1px #ffffff73;
}
.products-premium .prod-modules__bento {
  display: grid;
  gap: 1.15rem;
  max-width: 58rem;
  margin: 0 auto;
  align-items: stretch;
}
@media (min-width: 768px) {
  .products-premium .prod-modules__bento {
    grid-template-columns: 1fr 1.15fr 1fr;
    gap: 1.35rem;
    align-items: center;
  }
}
.products-premium .prod-module-card {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  padding: 1.15rem 1.15rem 1.35rem;
  border-radius: 18px;
  background:
    linear-gradient(#fffffffc, #fffffffc) padding-box,
    linear-gradient(135deg, rgba(76, 59, 255, 0.35), rgba(9, 92, 255, 0.45) 55%, rgba(123, 67, 242, 0.28)) border-box;
  border: 1px solid transparent;
  box-shadow:
    0 28px 80px #1c3a8929,
    0 8px 24px #22479c17,
    inset 0 1px 0 #fffffff5,
    inset 0 -1px 0 #5275cd1f;
  transition:
    transform 0.35s cubic-bezier(0.2, 0.72, 0.25, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}
.products-premium .prod-module-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 36px 95px #1c3d973b,
    0 14px 34px #3250ad21,
    inset 0 1px 0 #fff,
    inset 0 -1px 0 #4b70d62e;
}
.products-premium .prod-module-card--featured {
  padding: 1.35rem 1.25rem 1.5rem;
}
@media (min-width: 768px) {
  .products-premium .prod-module-card--warehouse,
  .products-premium .prod-module-card--seller {
    min-height: 17.5rem;
  }
  .products-premium .prod-module-card--featured {
    min-height: 24rem;
    transform: scale(1.02);
  }
  .products-premium .prod-module-card--featured:hover {
    transform: scale(1.02) translateY(-8px);
  }
}
.products-premium .prod-module-card__visual {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 10.5rem;
  margin-bottom: 1.1rem;
  border-radius: 1.15rem;
  background: linear-gradient(160deg, #f8fbff, #eef4ff);
  overflow: hidden;
}
.products-premium .prod-module-card--featured .prod-module-card__visual {
  min-height: 15rem;
}
.products-premium .prod-module-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: #09142c;
  padding: 0 0.25rem;
}
@media (min-width: 768px) {
  .products-premium .prod-module-card__title {
    font-size: 1.15rem;
  }
  .products-premium .prod-module-card--featured .prod-module-card__title {
    font-size: 1.35rem;
  }
}

/* Mini UI — Team */
.products-premium .pm-ui--team {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem 0.9rem;
  align-items: center;
  width: 100%;
  max-width: 13.5rem;
  padding: 0.85rem;
}
.products-premium .pm-ui__ring {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(9, 92, 255, 0.12);
  box-shadow: inset 0 0 0 7px #fff;
  grid-row: span 2;
}
.products-premium .pm-ui__ring-val {
  font-size: 0.78rem;
  font-weight: 800;
  color: #154ff3;
}
.products-premium .pm-ui__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.products-premium .pm-pill {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.28rem 0.55rem;
  border-radius: 9999px;
  white-space: nowrap;
}
.products-premium .pm-pill--open {
  background: rgba(9, 92, 255, 0.16);
  color: #154ff3;
}
.products-premium .pm-pill--progress {
  background: rgba(76, 59, 255, 0.14);
  color: #6b4200;
}
.products-premium .pm-pill--done {
  background: rgba(34, 120, 72, 0.12);
  color: #1f6b40;
}
.products-premium .pm-ui__bars {
  display: flex;
  align-items: flex-end;
  gap: 0.35rem;
  height: 2.4rem;
}
.products-premium .pm-ui__bars span {
  flex: 1;
  height: var(--h);
  border-radius: 0.35rem 0.35rem 0.2rem 0.2rem;
  background: linear-gradient(110deg, #075cff, #4d38ff);
  opacity: 0.9;
}

/* Mini UI — Warehouse */
.products-premium .pm-ui--warehouse {
  width: 100%;
  max-width: 16.5rem;
  padding: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.products-premium .pm-table {
  border-radius: 0.85rem;
  border: 1px solid rgba(21, 79, 243, 0.1);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 24px -18px rgba(44, 31, 10, 0.45);
}
.products-premium .pm-table__head,
.products-premium .pm-table__row {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.55fr;
  gap: 0.35rem;
  padding: 0.45rem 0.65rem;
  font-size: 0.62rem;
}
.products-premium .pm-table__head {
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #154ff3;
  background: rgba(9, 92, 255, 0.08);
}
.products-premium .pm-table__row {
  color: #3d3428;
  border-top: 1px solid rgba(21, 79, 243, 0.06);
}
.products-premium .pm-timer {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.7rem 0.85rem;
  border-radius: 0.85rem;
  background: linear-gradient(135deg, #09142c 0%, #2c2418 100%);
  color: #fff;
  font-size: 0.62rem;
  box-shadow: 0 14px 28px -16px rgba(0, 0, 0, 0.55);
}
.products-premium .pm-timer__dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: linear-gradient(110deg, #075cff, #4d38ff);
  box-shadow: 0 0 0 3px rgba(9, 92, 255, 0.25);
  animation: pm-pulse 1.6s ease-in-out infinite;
}
.products-premium .pm-timer strong {
  margin-left: auto;
  font-size: 0.78rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  color: #4c3bff;
}
@keyframes pm-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

/* Mini UI — Seller */
.products-premium .pm-ui--seller {
  position: relative;
  width: 100%;
  max-width: 13.5rem;
  min-height: 8.5rem;
  padding: 0.85rem;
}
.products-premium .pm-float {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  max-width: 100%;
  padding: 0.55rem 0.75rem;
  border-radius: 0.85rem;
  background: #fff;
  border: 1px solid rgba(21, 79, 243, 0.1);
  box-shadow: 0 12px 28px -16px rgba(44, 31, 10, 0.4);
  font-size: 0.62rem;
  font-weight: 600;
  color: #3d3428;
}
.products-premium .pm-float--a {
  transform: rotate(-3deg);
}
.products-premium .pm-float--b {
  margin: 0.55rem 0 0 auto;
  transform: rotate(2.5deg);
}
.products-premium .pm-float__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 0.4rem;
  background: #232f3e;
  color: #095cff;
  font-size: 0.7rem;
  font-weight: 800;
  flex-shrink: 0;
}
.products-premium .pm-float__icon--w {
  background: rgba(9, 92, 255, 0.14);
  color: #154ff3;
}
.products-premium .pm-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.85rem;
}
.products-premium .pm-tag {
  font-size: 0.58rem;
  font-weight: 700;
  padding: 0.32rem 0.6rem;
  border-radius: 0.55rem;
  box-shadow: 0 8px 16px -12px rgba(0, 0, 0, 0.35);
}
.products-premium .pm-tag--ok {
  background: #e8f6ee;
  color: #1f6b40;
  transform: rotate(-2deg);
}
.products-premium .pm-tag--wait {
  background: rgba(9, 92, 255, 0.12);
  color: #154ff3;
  transform: rotate(1.5deg);
}
.products-premium .pm-tag--alert {
  background: #fdeceb;
  color: #a33b2d;
  transform: rotate(-1deg);
}

.products-premium .prod-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 2rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(21, 79, 243,.15);
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(249,246,239,.92));
  box-shadow: 0 24px 60px -38px rgba(44,31,10,.45), inset 0 1px 0 rgba(255,255,255,.9);
  transition: transform .32s cubic-bezier(.2,.72,.25,1), box-shadow .32s ease, border-color .32s ease;
}
.products-premium .prod-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: #4c3bff;
  opacity: .9;
}
.products-premium .prod-card:hover {
  transform: translateY(-7px);
  border-color: rgba(9, 92, 255,.48);
  box-shadow: 0 34px 70px -38px rgba(66,42,4,.5), 0 0 0 1px rgba(9, 92, 255,.06);
}
.products-premium .prod-card--featured {
  background: linear-gradient(145deg, rgba(255,252,245,.98), rgba(255,244,220,.9));
}
.products-premium .prod-card__index {
  display: block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #095cff;
  margin-bottom: .85rem;
}
.products-premium .prod-card__icon {
  width: 3.25rem;
  height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .95rem;
  background: rgba(9, 92, 255,.14);
  color: #154ff3;
  font-size: 1.65rem;
  margin-bottom: 1rem;
  box-shadow: 0 12px 25px -16px rgba(21, 79, 243,.65);
  transition: transform .28s ease;
}
.products-premium .prod-card:hover .prod-card__icon {
  transform: rotate(-4deg) scale(1.06);
}
.products-premium .prod-card__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #154ff3;
  margin-bottom: .45rem;
}
.products-premium .prod-card__title {
  letter-spacing: -.04em;
  line-height: 1.15;
}
.products-premium .prod-card__features {
  flex: 1;
}
.products-premium .prod-check {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
  font-size: .92rem;
  line-height: 1.45;
  color: #09142c;
}
.products-premium .prod-check .material-symbols-outlined {
  color: #095cff;
  font-size: 1.15rem;
  flex-shrink: 0;
  margin-top: .1rem;
}
.products-premium .prod-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  align-self: flex-start;
  min-width: 120px;
  padding: .85rem 1.75rem;
  border-radius: 9999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform .22s ease, box-shadow .22s ease;
}
.products-premium .prod-btn--primary {
  background: linear-gradient(110deg, #075cff, #4d38ff);
  color: #0b0b0b;
  border: 1px solid rgba(104,64,0,.12);
  box-shadow: 0 14px 28px -15px rgba(21, 79, 243,.72);
}
.products-premium .prod-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px -14px rgba(21, 79, 243,.78);
}
.products-premium .prod-step {
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(21, 79, 243,.12);
  background: rgba(255,255,255,.88);
  box-shadow: 0 18px 42px -34px rgba(0,0,0,.5);
  transition: transform .28s ease, border-color .28s ease;
}
.products-premium .prod-step::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(110deg, #075cff, #4d38ff);
  transition: width .35s ease;
}
.products-premium .prod-step:hover {
  transform: translateY(-4px);
  border-color: rgba(9, 92, 255,.35);
}
.products-premium .prod-step:hover::after {
  width: 100%;
}
.products-premium .prod-step__num {
  display: inline-flex;
  color: #154ff3;
  font-weight: 700;
  margin-bottom: 1rem;
}
.products-premium .prod-cta {
  margin: 3rem clamp(1rem,4vw,4rem) 0;
  border-radius: 32px;
}
.products-premium .prod-motion-section {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .68s ease, transform .68s cubic-bezier(.2,.72,.25,1);
}
.products-premium .prod-motion-section.is-visible {
  opacity: 1;
  transform: none;
}
.products-premium .prod-motion-item {
  opacity: 0;
  transform: translateY(16px) scale(.99);
  transition: opacity .55s var(--prod-delay,0ms) ease, transform .55s var(--prod-delay,0ms) cubic-bezier(.2,.72,.25,1);
}
.products-premium .prod-motion-section.is-visible .prod-motion-item {
  opacity: 1;
  transform: none;
}
@media (max-width: 767px) {
  .products-premium .prod-cta {
    margin-left: .75rem;
    margin-right: .75rem;
    border-radius: 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .products-premium .prod-motion-section,
  .products-premium .prod-motion-item {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .products-premium .pm-timer__dot {
    animation: none !important;
  }
}

/* Product detail pages */
.products-premium .prod-detail-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
}
.products-premium .prod-detail-crumb a {
  color: #154ff3;
  text-decoration: none;
}
.products-premium .prod-detail-crumb a:hover {
  color: #095cff;
}
.products-premium .prod-detail-dummy-note {
  display: inline-flex;
  padding: 0.45rem 0.85rem;
  border-radius: 9999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #154ff3;
  background: rgba(9, 92, 255, 0.14);
  border: 1px solid rgba(9, 92, 255, 0.28);
}
.products-premium .prod-detail-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 9.5rem;
  padding: 0.95rem 1.6rem;
  border-radius: 9999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(110deg, #075cff, #4d38ff);
  box-shadow:
    0 14px 28px rgba(32, 79, 255, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.products-premium .prod-detail-buy:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px -12px rgba(21, 79, 243, 0.62);
}
.products-premium .prod-detail-buy--ghost {
  background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
  color: #16213b;
  border: 1px solid rgba(75, 123, 255, 0.3);
  box-shadow:
    0 10px 22px rgba(24, 51, 112, 0.12),
    inset 0 1px 0 #ffffff;
}
.products-premium .prod-detail-buy--ghost:hover {
  border-color: rgba(9, 92, 255, 0.55);
  background: rgba(9, 92, 255, 0.08);
  box-shadow: none;
}
.products-premium .prod-detail-buy--ghost-light {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: none;
}
.products-premium .prod-detail-buy--ghost-light:hover {
  border-color: #095cff;
  color: #095cff;
  box-shadow: none;
}
.products-premium .prod-detail-flow {
  list-style: none;
  margin: 0;
  padding: 1.25rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(21, 79, 243, 0.12);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 42px -30px rgba(44, 31, 10, 0.45);
}
.products-premium .prod-detail-flow--row {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
}
@media (min-width: 768px) {
  .products-premium .prod-detail-flow--row {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.65rem;
  }
  .products-premium .prod-detail-flow--row li {
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.85rem 0.75rem;
    border-bottom: 0;
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(21, 79, 243, 0.1);
    font-size: 0.82rem;
    line-height: 1.35;
  }
  .products-premium .prod-detail-flow--row li:first-child,
  .products-premium .prod-detail-flow--row li:last-child {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }
}
.products-premium .prod-detail-hero-visual {
  position: relative;
  border-radius: 1.5rem;
  padding: 0.55rem;
  background:
    radial-gradient(ellipse 60% 70% at 30% 20%, rgba(9, 92, 255, 0.18), transparent 60%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(249, 246, 239, 0.9));
  border: 1px solid rgba(21, 79, 243, 0.12);
  box-shadow:
    0 28px 60px -28px rgba(44, 31, 10, 0.45),
    0 12px 28px -18px rgba(44, 31, 10, 0.2);
}
.products-premium .prod-detail-hero-visual__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.15rem;
  object-fit: cover;
  aspect-ratio: 16 / 10;
}
.products-premium .prod-detail-flow li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(21, 79, 243, 0.08);
  font-size: 0.95rem;
  color: #09142c;
}
.products-premium .prod-detail-flow li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.products-premium .prod-detail-flow li:first-child {
  padding-top: 0;
}
.products-premium .prod-detail-flow__num {
  flex-shrink: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #095cff;
  margin-top: 0.15rem;
}
.products-premium .prod-detail-stats {
  border-top: 1px solid rgba(21, 79, 243, 0.08);
  border-bottom: 1px solid rgba(21, 79, 243, 0.08);
  background: rgba(255, 255, 255, 0.45);
}
.products-premium .prod-detail-stat {
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  border: 1px solid rgba(21, 79, 243, 0.1);
  background: #fff;
  box-shadow: 0 14px 32px -26px rgba(44, 31, 10, 0.4);
  text-align: center;
}
.products-premium .prod-detail-stat__value {
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #09142c;
  line-height: 1.1;
}
.products-premium .prod-detail-stat__label {
  margin-top: 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #154ff3;
}
.products-premium .prod-detail-feature {
  position: relative;
  padding: 1.35rem 1.25rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(21, 79, 243, 0.12);
  background: linear-gradient(145deg, #fff, #fbf8f2);
  box-shadow: 0 18px 40px -32px rgba(44, 31, 10, 0.45);
  transition: transform 0.28s ease, border-color 0.28s ease;
}
.products-premium .prod-detail-feature:hover {
  transform: translateY(-4px);
  border-color: rgba(9, 92, 255, 0.35);
}
.products-premium .prod-detail-feature__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.85rem;
  margin-bottom: 0.85rem;
  background: rgba(9, 92, 255, 0.14);
  color: #154ff3;
  font-size: 1.35rem;
}
.products-premium .prod-detail-feature__index {
  position: absolute;
  top: 1.15rem;
  right: 1.15rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: rgba(21, 79, 243, 0.45);
}
.products-premium .prod-detail-module {
  padding: 1.4rem 1.3rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(21, 79, 243, 0.1);
  background: #fff;
  box-shadow: 0 16px 36px -30px rgba(44, 31, 10, 0.42);
}
.products-premium .prod-detail-module__num {
  display: inline-block;
  margin-bottom: 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #095cff;
}

/* Free 7-day trial CTA — screenshot-inspired layout, warm brand gradient */
.products-premium .prod-detail-trial__banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.15rem;
  padding: clamp(2.25rem, 5vw, 3.5rem) clamp(1.35rem, 4vw, 3rem);
  border-radius: 1.35rem;
  background:
    radial-gradient(ellipse 55% 80% at 12% 20%, rgba(255, 210, 122, 0.28), transparent 55%),
    radial-gradient(ellipse 50% 70% at 88% 75%, rgba(76, 59, 255, 0.35), transparent 58%),
  background: #f4f7ff;
  box-shadow:
    0 28px 60px -28px rgba(21, 79, 243, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
.products-premium .prod-detail-trial__title {
  max-width: 34rem;
  margin: 0;
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.18;
  color: #fff;
  text-wrap: balance;
}
.products-premium .prod-detail-trial__text {
  max-width: 40rem;
  margin: 0;
  font-size: clamp(0.95rem, 1.5vw, 1.08rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}
.products-premium .prod-detail-trial__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.55rem;
  padding: 0.95rem 1.7rem;
  border-radius: 9999px;
  background: #fff;
  color: #09142c;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 14px 28px -14px rgba(0, 0, 0, 0.35);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.products-premium .prod-detail-trial__btn .material-symbols-outlined {
  font-size: 1.2rem;
}
.products-premium .prod-detail-trial__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px -12px rgba(0, 0, 0, 0.4);
}
.products-premium .prod-detail-faq__item {
  border-radius: 1rem;
  border: 1px solid rgba(21, 79, 243, 0.12);
  background: #fff;
  padding: 0.15rem 1.1rem;
  box-shadow: 0 12px 28px -24px rgba(44, 31, 10, 0.4);
}
.products-premium .prod-detail-faq__item summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 0;
  font-weight: 700;
  color: #09142c;
}
.products-premium .prod-detail-faq__item summary::-webkit-details-marker {
  display: none;
}
.products-premium .prod-detail-faq__item p {
  padding: 0 0 1rem;
  color: #5d6b86;
  line-height: 1.65;
  font-size: 0.95rem;
}

/* Why Choose + Key Benefits */
.products-premium .prod-section-label--on-dark {
  color: #4c3bff;
}
.products-premium .prod-detail-why {
  position: relative;
}
.products-premium .prod-detail-why__shell {
  display: grid;
  gap: 2rem;
  padding: 1.75rem 1.4rem;
  border-radius: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(ellipse 55% 70% at 0% 0%, rgba(9, 92, 255, 0.16), transparent 55%),
    var(--eh-dark-band);
  box-shadow: 0 28px 60px -36px rgba(0, 0, 0, 0.55);
}
@media (min-width: 768px) {
  .products-premium .prod-detail-why__shell {
    padding: 2.5rem 2.25rem;
  }
}
@media (min-width: 1024px) {
  .products-premium .prod-detail-why__shell {
    grid-template-columns: minmax(16rem, 0.9fr) minmax(0, 1.2fr);
    gap: 2.5rem;
    padding: 2.85rem 2.6rem;
    align-items: start;
  }
}
.products-premium .prod-detail-why__title {
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.15;
  color: #fff;
  text-wrap: balance;
}
.products-premium .prod-detail-why__lede {
  margin-top: 1rem;
  max-width: 34rem;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.62);
}
.products-premium .prod-detail-why__grid {
  display: grid;
  gap: 0.9rem;
}
@media (min-width: 640px) {
  .products-premium .prod-detail-why__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.products-premium .prod-detail-why__card {
  padding: 1.15rem 1.1rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}
.products-premium .prod-detail-why__card:hover {
  border-color: rgba(9, 92, 255, 0.35);
  background: rgba(9, 92, 255, 0.07);
  transform: translateY(-3px);
}
.products-premium .prod-detail-why__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.75rem;
  border-radius: 0.75rem;
  background: rgba(9, 92, 255, 0.16);
  color: #095cff;
  font-size: 1.25rem;
}
.products-premium .prod-detail-why__card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 0.45rem;
}
.products-premium .prod-detail-why__card p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.58);
}
.products-premium .prod-detail-benefits__head {
  text-align: center;
  margin-bottom: 2.5rem;
}
.products-premium .prod-detail-benefits__grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .products-premium .prod-detail-benefits__grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.15rem;
  }
}
@media (min-width: 1100px) {
  .products-premium .prod-detail-benefits__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.products-premium .prod-detail-benefit {
  position: relative;
  height: 100%;
  padding: 1.45rem 1.3rem 1.5rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(21, 79, 243, 0.12);
  background: #fff;
  box-shadow:
    0 22px 48px -30px rgba(44, 31, 10, 0.4),
    0 8px 18px -14px rgba(44, 31, 10, 0.12);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.products-premium .prod-detail-benefit:hover {
  transform: translateY(-6px);
  border-color: rgba(9, 92, 255, 0.35);
  box-shadow: 0 30px 56px -28px rgba(66, 42, 4, 0.45);
}
.products-premium .prod-detail-benefit__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.products-premium .prod-detail-benefit__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 0.9rem;
  background: rgba(9, 92, 255, 0.14);
  color: #154ff3;
  font-size: 1.4rem;
}
.products-premium .prod-detail-benefit__index {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: rgba(21, 79, 243, 0.45);
}
.products-premium .prod-detail-benefit h3 {
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #09142c;
  margin-bottom: 0.55rem;
}
.products-premium .prod-detail-benefit p {
  font-size: 0.92rem;
  line-height: 1.65;
  color: #5d6b86;
}

/* Homepage 3D logo reveal hero — light */
.hero-reveal {
  background: #f8faff;
  background-image: none;
}
.hero-particles {
  width: 100%;
  height: 100%;
  display: block;
}
.hero-reveal__vignette {
  background:
    linear-gradient(to bottom, transparent 50%, rgba(249,249,247,0.92) 100%),
    radial-gradient(ellipse at center, transparent 40%, rgba(217,195,172,0.12) 100%);
}
#logo-reveal {
  flex-shrink: 0;
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s ease;
}
#logo-reveal canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
#logo-reveal.is-settled {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.hero-reveal.is-revealed #logo-reveal {
  /* keep logo stacked above copy */
  order: 0;
}
.hero-copy {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  order: 1;
}
.hero-copy.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Home: transparent header → opaque on scroll */
.site-header-stack--overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}
.site-nav--transparent {
  background: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition:
    background-color 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    backdrop-filter 0.35s ease;
}
.site-nav__brand-ecom {
  color: #09142c;
}
.site-nav__brand-hutsy {
  color: #ff6a00;
}
.site-nav--transparent .site-nav__brand,
.site-nav--transparent .site-nav__menu-btn {
  color: #09142c;
}
.site-nav--transparent .site-nav__link {
  color: #5d6b86 !important;
  background: transparent !important;
}
.site-nav--transparent .site-nav__link:hover {
  color: #09142c !important;
  background: rgba(9, 92, 255, 0.12) !important;
}
.site-nav--transparent .site-nav__link.text-on-surface,
.site-nav--transparent .site-nav__link.bg-soft-wash {
  color: #09142c !important;
  background: rgba(9, 92, 255, 0.12) !important;
}
.site-nav--transparent.is-scrolled {
  background: rgba(249, 249, 247, 0.92);
  border-bottom-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.site-nav--transparent.is-scrolled .site-nav__brand,
.site-nav--transparent.is-scrolled .site-nav__menu-btn {
  color: #09142c;
}
.site-nav--transparent.is-scrolled .site-nav__link {
  color: #5d6b86 !important;
  background: transparent !important;
}
.site-nav--transparent.is-scrolled .site-nav__link:hover {
  color: #09142c !important;
  background: rgba(9, 92, 255, 0.12) !important;
}
.site-nav--transparent.is-scrolled .site-nav__link.text-on-surface,
.site-nav--transparent.is-scrolled .site-nav__link.bg-soft-wash {
  color: #09142c !important;
  background: rgba(9, 92, 255, 0.12) !important;
}
.site-nav--transparent.is-menu-open {
  background: rgba(249, 249, 247, 0.98);
  border-bottom-color: rgba(0, 0, 0, 0.08);
}
.site-nav--transparent.is-menu-open .site-nav__brand,
.site-nav--transparent.is-menu-open .site-nav__menu-btn {
  color: #09142c;
}
body.has-transparent-nav .hero-reveal {
  /* header stack overlays hero */
  min-height: 100vh;
}
@media (max-height: 760px) and (min-width: 768px) {
  body.has-transparent-nav .hero-reveal {
    justify-content: flex-start;
  }
}

/* Services / Automation / About — Lattice-style nav dropdown */
.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 100%;
  left: -16px;
  right: -16px;
  height: 18px;
  /* Invisible hover bridge between the trigger and the menu. */
}
.nav-dropdown__menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.2rem 0.35rem;
  width: min(40rem, calc(100vw - 2rem));
  min-width: 34rem;
  max-height: min(75vh, 36rem);
  overflow-y: auto;
  padding: 0.75rem;
  background: #fff;
  border: 1px solid rgba(26, 28, 27, 0.08);
  border-radius: 1rem;
  box-shadow:
    0 4px 12px rgba(26, 28, 27, 0.04),
    0 24px 48px rgba(26, 28, 27, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 60;
}
.nav-dropdown__caret {
  display: none;
}
.nav-dropdown__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.7rem 0.75rem;
  border-radius: 0.75rem;
  color: #09142c;
  text-decoration: none;
  white-space: normal;
  min-width: 0;
  transition:
    background-color 0.18s ease,
    box-shadow 0.18s ease;
}
.nav-dropdown__item:hover,
.nav-dropdown__item:focus-visible {
  background: rgba(9, 92, 255, 0.08);
  outline: none;
}
.nav-dropdown__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.65rem;
  flex-shrink: 0;
}
.nav-dropdown__icon .material-symbols-outlined {
  font-size: 1.2rem;
  font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 24;
  transform: none;
  filter: none;
  text-shadow: none;
  color: inherit;
}
/* Warm palette — complements site orange / amber brand */
.nav-dropdown__icon--orange,
.nav-dropdown__icon--blue {
  background: rgba(9, 92, 255, 0.14);
  color: #c77700;
}
.nav-dropdown__icon--amber,
.nav-dropdown__icon--green {
  background: rgba(21, 79, 243, 0.1);
  color: #154ff3;
}
.nav-dropdown__icon--warm,
.nav-dropdown__icon--teal {
  background: rgba(83, 68, 51, 0.08);
  color: #5d6b86;
}
.nav-dropdown__icon--gold {
  background: rgba(255, 210, 122, 0.35);
  color: #9a6400;
}
.nav-dropdown__copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
  padding-top: 0.05rem;
}
.nav-dropdown__title {
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #09142c;
}
.nav-dropdown__desc {
  font-size: 0.74rem;
  line-height: 1.4;
  color: #6b5c4d;
}
.nav-dropdown__trigger {
  position: relative;
}
.nav-dropdown__trigger::after {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  top: -2px;
  height: 2px;
  background: linear-gradient(110deg, #075cff, #4d38ff);
  opacity: 0;
  transition: opacity 0.15s ease;
}
.nav-dropdown:hover .nav-dropdown__trigger::after,
.nav-dropdown.is-open .nav-dropdown__trigger::after,
.nav-dropdown__trigger.text-on-surface::after,
.nav-dropdown__trigger.bg-soft-wash::after {
  opacity: 1;
}
.nav-dropdown:hover .nav-dropdown__menu,
.nav-dropdown.is-open .nav-dropdown__menu,
.nav-dropdown:focus-within .nav-dropdown__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown:hover .nav-dropdown__trigger .material-symbols-outlined,
.nav-dropdown.is-open .nav-dropdown__trigger .material-symbols-outlined,
.nav-dropdown:focus-within .nav-dropdown__trigger .material-symbols-outlined {
  transform: rotate(180deg);
}
.nav-dropdown__trigger .material-symbols-outlined {
  transition: transform 0.2s ease;
}
.nav-dropdown--start .nav-dropdown__menu {
  left: 0;
  top: calc(100% + 10px);
  width: min(40rem, calc(100vw - 2rem));
  min-width: 34rem;
  max-height: min(75vh, 36rem);
  overflow-y: auto;
  padding: 0.75rem;
  transform: translateY(8px);
}
.nav-dropdown--start:hover .nav-dropdown__menu,
.nav-dropdown--start.is-open .nav-dropdown__menu,
.nav-dropdown--start:focus-within .nav-dropdown__menu {
  transform: translateY(0);
}
@media (max-width: 1023px) {
  .nav-dropdown__menu,
  .nav-dropdown--start .nav-dropdown__menu {
    grid-template-columns: 1fr;
    width: min(22rem, calc(100vw - 2rem));
    min-width: 0;
  }
}

/* Founder page — immersive corporate */
.founder-pro {
  background: #f8faff;
}
.founder-pro-hero {
  --founder-hero-pad-x: clamp(1.25rem, 3.5vw, 2.5rem);
  --founder-cutout-w: clamp(11rem, 38vw, 32.5rem);
  --founder-cutout-w: clamp(11rem, 38cqi, 32.5rem);
  --founder-glow-blur: clamp(2.5rem, 6vw, 5.5rem);
  --founder-glow-blur: clamp(2.5rem, 6cqi, 5.5rem);
  position: relative;
  overflow: hidden;
  color: var(--eh-ink);
  background: var(--eh-hero-wash);
  /* Stay composition-stable across browser zoom (avoid pure 100vh blowouts) */
  min-height: clamp(36rem, calc(100vh - 4.5rem), 58rem);
  display: flex;
  flex-direction: column;
  container-type: inline-size;
  container-name: founder-hero;
}
@supports (height: 100dvh) {
  .founder-pro-hero {
    min-height: clamp(36rem, calc(100dvh - 4.5rem), 58rem);
  }
}
.founder-pro-hero__mesh,
.founder-pro-hero__grid,
.founder-pro-hero__glow {
  z-index: 0;
}
.founder-pro-hero__stripes {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.founder-pro-hero__stripes-stage {
  position: absolute;
  top: -100%;
  left: -100%;
  width: 300%;
  height: 300%;
  transform: rotate(-28deg);
  transform-origin: center center;
}
/* 200 stripes × 2 identical sets → translate -50% = seamless infinite */
.founder-pro-hero__stripes-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  width: max-content;
  height: 100%;
  will-change: transform;
  backface-visibility: hidden;
  animation: stripeFlow 180s linear infinite;
}
.founder-pro-hero__stripe-set {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  width: max-content;
  height: 100%;
}
.founder-pro-hero__band {
  display: block;
  flex: 0 0 auto;
  height: 100%;
  min-height: 100%;
}
.founder-pro-hero__band--wide {
  width: 4.5rem;
  background: linear-gradient(
    90deg,
    rgba(9, 92, 255, 0) 0%,
    rgba(9, 92, 255, 0.14) 18%,
    rgba(76, 59, 255, 0.22) 50%,
    rgba(9, 92, 255, 0.12) 82%,
    rgba(9, 92, 255, 0) 100%
  );
}
.founder-pro-hero__band--wide-soft {
  width: 5.5rem;
  background: linear-gradient(
    90deg,
    rgba(255, 152, 0, 0) 0%,
    rgba(255, 152, 0, 0.1) 20%,
    rgba(255, 176, 40, 0.16) 50%,
    rgba(255, 152, 0, 0.09) 80%,
    rgba(255, 152, 0, 0) 100%
  );
}
.founder-pro-hero__band--mid {
  width: 3rem;
  background: linear-gradient(
    90deg,
    rgba(9, 92, 255, 0) 0%,
    rgba(9, 92, 255, 0.11) 25%,
    rgba(255, 190, 60, 0.18) 50%,
    rgba(9, 92, 255, 0.1) 75%,
    rgba(9, 92, 255, 0) 100%
  );
}
.founder-pro-hero__band--thin {
  width: 0.4rem;
  background: rgba(76, 59, 255, 0.26);
  box-shadow: 0 0 22px rgba(9, 92, 255, 0.16);
}
.founder-pro-hero__band--hair {
  width: 2px;
  background: rgba(255, 200, 80, 0.22);
}
.founder-pro-hero__band--gap {
  width: 2.25rem;
  background: transparent;
}
.founder-pro-hero__band--gap-lg {
  width: 4rem;
  background: transparent;
}
/* Exact half of two identical 200-stripe sets = no jump */
@keyframes stripeFlow {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
.founder-pro-hero__cutout {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  /* Soft blend into dark hero on every viewport */
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 14%, #000 100%),
    linear-gradient(
      180deg,
      #000 0%,
      #000 48%,
      rgba(0, 0, 0, 0.88) 70%,
      rgba(0, 0, 0, 0.45) 86%,
      transparent 100%
    );
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 14%, #000 100%),
    linear-gradient(
      180deg,
      #000 0%,
      #000 48%,
      rgba(0, 0, 0, 0.88) 70%,
      rgba(0, 0, 0, 0.45) 86%,
      transparent 100%
    );
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}
.founder-pro-hero__cutout::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 46%;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(7, 7, 7, 0) 0%,
    rgba(7, 7, 7, 0.22) 36%,
    rgba(7, 7, 7, 0.68) 70%,
    rgba(7, 7, 7, 0.95) 100%
  );
}
.founder-pro-hero__cutout-rail {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  z-index: 0;
}
.founder-pro-hero__cutout-rail picture {
  display: contents;
}
.founder-pro-hero__cutout img {
  display: block;
  height: min(100%, 92%);
  width: auto;
  max-width: var(--founder-cutout-w);
  max-height: 100%;
  object-fit: contain;
  object-position: right bottom;
  image-rendering: auto;
  opacity: 0;
  transform-origin: 85% 100%;
  will-change: opacity, transform, filter;
  animation: founderCutoutIn 1s cubic-bezier(0.16, 1, 0.3, 1) both;
  filter:
    drop-shadow(0 20px 36px rgba(0, 0, 0, 0.4))
    contrast(1.03)
    brightness(0.96);
}
@keyframes founderCutoutIn {
  0% {
    opacity: 0;
    transform: translate3d(1.75vw, 2.25vh, 0) scale(0.94);
    filter: blur(6px) drop-shadow(0 20px 36px rgba(0, 0, 0, 0.4)) contrast(1.03) brightness(0.96);
  }
  55% {
    opacity: 1;
    filter: blur(0) drop-shadow(0 20px 36px rgba(0, 0, 0, 0.4)) contrast(1.03) brightness(0.96);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0) drop-shadow(0 20px 36px rgba(0, 0, 0, 0.4)) contrast(1.03) brightness(0.96);
  }
}
@media (max-width: 1023px) {
  .founder-pro-hero {
    --founder-cutout-w: clamp(10rem, 48vw, 26rem);
    --founder-cutout-w: clamp(10rem, 48cqi, 26rem);
    min-height: clamp(34rem, calc(100dvh - 4.5rem), 52rem);
  }
}
.founder-pro-hero__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 60% 55% at 12% 88%, rgba(9, 92, 255, 0.16), transparent 58%),
    radial-gradient(ellipse 45% 40% at 88% 10%, rgba(76, 59, 255, 0.08), transparent 52%),
    var(--eh-hero-wash);
}
.founder-pro-hero__grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(21, 79, 243, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 79, 243, 0.06) 1px, transparent 1px);
  /* Scale with hero so zoom does not desync grid from content */
  background-size: clamp(2.75rem, 5.5vw, 4.5rem) clamp(2.75rem, 5.5vw, 4.5rem);
  background-size: clamp(2.75rem, 5.5cqi, 4.5rem) clamp(2.75rem, 5.5cqi, 4.5rem);
  mask-image: linear-gradient(180deg, #000 0%, transparent 92%);
}
.founder-pro-hero__glow {
  position: absolute;
  border-radius: 9999px;
  filter: blur(var(--founder-glow-blur));
  pointer-events: none;
  /* Size relative to hero container — stays locked with text/cutout on zoom */
  width: clamp(14rem, 42vw, 36rem);
  height: clamp(14rem, 42vw, 36rem);
  width: clamp(14rem, 42cqi, 36rem);
  height: clamp(14rem, 42cqi, 36rem);
}
.founder-pro-hero__glow--a {
  left: -12%;
  bottom: -22%;
  width: clamp(16rem, 48vw, 40rem);
  height: clamp(16rem, 48vw, 40rem);
  width: clamp(16rem, 48cqi, 40rem);
  height: clamp(16rem, 48cqi, 40rem);
  background: rgba(9, 92, 255, 0.18);
  animation: floatOrb 11s ease-in-out infinite;
}
.founder-pro-hero__glow--b {
  right: 4%;
  top: 4%;
  width: clamp(10rem, 28vw, 22rem);
  height: clamp(10rem, 28vw, 22rem);
  width: clamp(10rem, 28cqi, 22rem);
  height: clamp(10rem, 28cqi, 22rem);
  background: rgba(76, 59, 255, 0.1);
  animation: floatOrb 13s ease-in-out infinite reverse;
}
.founder-pro-hero__inner {
  position: relative;
  z-index: 3;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 0;
  gap: clamp(0.75rem, 2.5vh, 1.5rem);
}
@media (min-width: 768px) {
  .founder-pro-hero__cutout {
    position: absolute;
    z-index: 1;
    inset: 0;
    /* Desktop/tablet: soften left silhouette into copy area + bottom fade */
    -webkit-mask-image:
      linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.35) 8%, #000 22%, #000 100%),
      linear-gradient(
        180deg,
        transparent 0%,
        #000 8%,
        #000 50%,
        rgba(0, 0, 0, 0.85) 74%,
        rgba(0, 0, 0, 0.4) 90%,
        transparent 100%
      );
    mask-image:
      linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.35) 8%, #000 22%, #000 100%),
      linear-gradient(
        180deg,
        transparent 0%,
        #000 8%,
        #000 50%,
        rgba(0, 0, 0, 0.85) 74%,
        rgba(0, 0, 0, 0.4) 90%,
        transparent 100%
      );
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
  }
  .founder-pro-hero__cutout::after {
    height: 42%;
    background: linear-gradient(
      180deg,
      rgba(249, 249, 247, 0) 0%,
      rgba(249, 249, 247, 0.18) 40%,
      rgba(249, 249, 247, 0.62) 72%,
      rgba(249, 249, 247, 0.94) 100%
    );
  }
  .founder-pro-hero__cutout-rail {
    max-width: 1440px;
    margin-inline: auto;
    padding-inline: var(--founder-hero-pad-x);
  }
  .founder-pro-hero__top,
  .founder-pro-hero__layout,
  .founder-pro-hero__stats {
    position: relative;
    z-index: 3;
  }
}
/* Mobile: centered copy → large blended cutout → stats */
@media (max-width: 767px) {
  .founder-pro-hero {
    --founder-cutout-w: min(108vw, 34rem);
    min-height: auto;
  }
  .founder-pro-hero__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
  }
  .founder-pro-hero__top {
    text-align: center;
    justify-content: center;
    margin-bottom: 0.55rem;
  }
  .founder-pro-hero__layout {
    padding-right: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .founder-pro-hero__copy {
    width: 100%;
    max-width: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .founder-pro-hero__kicker {
    text-align: center;
  }
  .founder-pro-hero__title {
    font-size: clamp(1.75rem, 7.5vw, 2.25rem);
    text-align: center;
  }
  .founder-pro-hero__lead {
    font-size: 0.92rem;
    line-height: 1.65;
    max-width: 36rem;
    margin-inline: auto;
    text-align: center;
  }
  .founder-pro-hero__quote {
    margin-top: 1rem;
    margin-inline: auto;
    text-align: left;
    max-width: 22rem;
    font-size: 0.92rem;
  }
  .founder-pro-hero__actions {
    margin-top: 1.25rem;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .founder-pro-hero__actions .founder-pro-btn {
    width: min(100%, 16.5rem);
  }
  .founder-pro-hero__cutout {
    position: relative;
    z-index: 2;
    inset: auto;
    width: 100%;
    height: clamp(30rem, 102vw, 40rem);
    margin: 0.35rem 0 0;
    pointer-events: none;
    /* Soft blend into dark hero — bottom fade + slight side feather */
    -webkit-mask-image:
      linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%),
      linear-gradient(
        180deg,
        #000 0%,
        #000 52%,
        rgba(0, 0, 0, 0.82) 72%,
        rgba(0, 0, 0, 0.4) 88%,
        transparent 100%
      );
    mask-image:
      linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%),
      linear-gradient(
        180deg,
        #000 0%,
        #000 52%,
        rgba(0, 0, 0, 0.82) 72%,
        rgba(0, 0, 0, 0.4) 88%,
        transparent 100%
      );
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
  }
  .founder-pro-hero__cutout::after {
    height: 48%;
    z-index: 1;
    background: linear-gradient(
      180deg,
      rgba(7, 7, 7, 0) 0%,
      rgba(7, 7, 7, 0.28) 38%,
      rgba(7, 7, 7, 0.72) 72%,
      rgba(7, 7, 7, 0.96) 100%
    );
  }
  .founder-pro-hero__cutout-rail {
    height: 100%;
    min-height: 100%;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
    max-width: none;
  }
  .founder-pro-hero__cutout img {
    height: 100%;
    width: auto;
    max-width: var(--founder-cutout-w);
    max-height: 100%;
    object-fit: contain;
    object-position: center bottom;
    transform-origin: 50% 100%;
    animation-name: founderCutoutInMobile;
    filter:
      drop-shadow(0 18px 30px rgba(0, 0, 0, 0.35))
      contrast(1.02)
      brightness(0.97);
  }
  @keyframes founderCutoutInMobile {
    0% {
      opacity: 0;
      transform: translate3d(0, 16px, 0) scale(0.96);
      filter: blur(4px) drop-shadow(0 18px 30px rgba(0, 0, 0, 0.35)) contrast(1.02) brightness(0.97);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1);
      filter: blur(0) drop-shadow(0 18px 30px rgba(0, 0, 0, 0.35)) contrast(1.02) brightness(0.97);
    }
  }
  .founder-pro-hero__stats {
    position: relative;
    z-index: 3;
    margin-top: -1.75rem;
    width: 100%;
  }
}
.founder-pro-hero__top {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0.75rem;
  margin-bottom: 0;
  flex-shrink: 0;
}
.founder-pro-hero__brand {
  font-size: clamp(1.85rem, 5.5vw + 0.5rem, 4.5rem);
  font-size: clamp(1.85rem, 5.5cqi + 0.5rem, 4.5rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.03em;
  animation: heroIn 1s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.founder-pro-hero__brand .brand-mark__hutsy,
.founder-pro-hero__brand > span:not(.brand-mark):not(.brand-mark__ecom) {
  color: #ff6a00;
}
.founder-pro-hero__brand .brand-mark__ecom {
  color: inherit;
}
.founder-pro-hero__eyebrow {
  font-size: clamp(0.62rem, 0.9vw + 0.45rem, 0.72rem);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(9, 92, 255, 0.85);
  animation: heroIn 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.08s both;
}
.founder-pro-hero__layout {
  display: grid;
  gap: clamp(1rem, 2.5vh, 1.75rem);
  align-items: start;
  align-content: start;
  flex: 0 0 auto;
  /* Reserve space so text never collides with cutout across widths/zoom */
  padding-right: clamp(0rem, 28vw, 22rem);
  padding-right: clamp(0rem, 28cqi, 22rem);
}
@media (max-width: 767px) {
  .founder-pro-hero__layout {
    padding-right: 0;
    padding-bottom: 0;
  }
}
.founder-pro-hero__copy {
  max-width: min(36rem, 100%);
  width: min(36rem, 90%);
  width: min(36rem, 58cqi);
  position: relative;
  z-index: 3;
}
@media (min-width: 1024px) {
  .founder-pro-hero__copy {
    padding-top: clamp(1.25rem, 4vh, 2.75rem);
  }
}
.founder-pro-hero__kicker {
  font-size: clamp(0.62rem, 0.9vw + 0.45rem, 0.72rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--eh-accent-deep);
  margin-bottom: 0.85rem;
  animation: heroIn 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.12s both;
}
.founder-pro-hero__title {
  font-size: clamp(2rem, 4.8vw + 0.75rem, 4.5rem);
  font-size: clamp(2rem, 4.8cqi + 0.75rem, 4.5rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
  color: var(--eh-ink);
  animation: heroIn 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.18s both;
}
.founder-pro-hero__lead {
  max-width: 36rem;
  font-size: clamp(0.95rem, 1.2vw + 0.7rem, 1.15rem);
  font-size: clamp(0.95rem, 1.2cqi + 0.7rem, 1.15rem);
  line-height: 1.75;
  color: var(--eh-muted);
  animation: heroIn 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.26s both;
}
.founder-pro-hero__quote {
  margin: 1.5rem 0 0;
  padding-left: 1rem;
  border-left: 2px solid rgba(9, 92, 255, 0.55);
  font-size: clamp(0.95rem, 1.1vw + 0.7rem, 1.05rem);
  font-size: clamp(0.95rem, 1.1cqi + 0.7rem, 1.05rem);
  line-height: 1.65;
  color: var(--eh-muted);
  font-style: italic;
  animation: heroIn 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.32s both;
}
.founder-pro-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: clamp(1.1rem, 2.5vh, 1.75rem);
  animation: heroIn 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.38s both;
}
/* Reinforce mobile centering (base rules above would otherwise win) */
@media (max-width: 767px) {
  .founder-pro-hero__top {
    justify-content: center;
    text-align: center;
  }
  .founder-pro-hero__copy {
    width: 100%;
    max-width: none;
    text-align: center;
    align-items: center;
  }
  .founder-pro-hero__kicker,
  .founder-pro-hero__title,
  .founder-pro-hero__lead {
    text-align: center;
  }
  .founder-pro-hero__actions {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.founder-pro-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.9rem 1.45rem;
  border-radius: 9999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
.founder-pro-btn .material-symbols-outlined {
  font-size: 1.05rem;
}
.founder-pro-btn--primary {
  background: linear-gradient(110deg, #075cff, #4d38ff);
  color: #0b0b0b;
  box-shadow: 0 12px 32px rgba(9, 92, 255, 0.22);
}
.founder-pro-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(9, 92, 255, 0.3);
}
.founder-pro-btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}
.founder-pro-btn--ghost:hover {
  border-color: rgba(9, 92, 255, 0.45);
  background: rgba(9, 92, 255, 0.08);
}
.founder-pro-btn--ghost-light {
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}
.founder-pro-hero__portrait {
  margin: 0;
  max-width: 420px;
  margin-inline: auto;
}
.founder-pro-hero__portrait-frame {
  position: relative;
  overflow: hidden;
  border-radius: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.45);
}
.founder-pro-hero__portrait-mask {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.founder-pro-hero__portrait-mask img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(62vh, 580px);
  object-fit: contain;
  object-position: center bottom;
}
[data-founder-reveal].is-revealed .founder-pro-hero__portrait-mask {
  opacity: 1;
}
.founder-pro-hero__portrait-badge {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 0.9rem;
  background: rgba(7, 7, 7, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}
.founder-pro-hero__portrait-name {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
.founder-pro-hero__portrait-role {
  margin-top: 0.2rem;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(9, 92, 255, 0.85);
}
.founder-pro-hero__stats {
  position: relative;
  z-index: 4;
  display: grid;
  gap: 1px;
  margin-top: clamp(0.75rem, 2vh, 1.25rem);
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}
@media (min-width: 768px) {
  .founder-pro-hero__stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .founder-pro-hero__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.founder-pro-stat {
  padding: clamp(0.95rem, 2vh, 1.25rem) clamp(0.85rem, 1.8vw, 1.1rem);
  background: linear-gradient(160deg, rgba(18, 48, 110, 0.95), rgba(11, 18, 40, 0.98));
}
.founder-pro-stat__value {
  font-size: clamp(1.35rem, 2.4vw + 0.6rem, 2rem);
  font-size: clamp(1.35rem, 2.4cqi + 0.6rem, 2rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
}
.founder-pro-stat__label {
  margin-top: 0.35rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}
.founder-pro-stat__note {
  margin-top: 0.45rem;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(245, 248, 255, 0.78);
}
.founder-pro-stat__note .brand-mark,
.founder-pro-stat__note strong {
  color: #ffffff;
  font-weight: 800;
}
.founder-pro-section {
  position: relative;
}
.founder-pro-eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #154ff3;
  margin-bottom: 0.85rem;
}
.founder-pro-eyebrow--light {
  color: rgba(9, 92, 255, 0.85);
}
.founder-pro-title {
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #09142c;
}
.founder-pro-title--light {
  color: #fff;
}
.founder-pro-section-head {
  max-width: 44rem;
  margin-bottom: 2.5rem;
}
.founder-pro-section-head--center {
  max-width: 40rem;
  margin-inline: auto;
  text-align: center;
}
.founder-pro-profile {
  background: #fff;
  border-top: 1px solid rgba(217, 195, 172, 0.35);
}
.founder-pro-profile__grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .founder-pro-profile__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 2.5rem;
    align-items: start;
  }
}
.founder-pro-profile__intro {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #5d6b86;
}
.founder-pro-profile__intro p + p {
  margin-top: 1rem;
}
.founder-pro-credentials {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.75rem;
}
.founder-pro-credentials li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.92rem;
  color: #09142c;
}
.founder-pro-credentials .material-symbols-outlined {
  color: #095cff;
  font-size: 1.2rem;
  margin-top: 0.05rem;
}
.founder-pro-pillars {
  display: grid;
  gap: 1rem;
}
@media (min-width: 640px) {
  .founder-pro-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.founder-pro-pillar {
  padding: 1.35rem 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgba(217, 195, 172, 0.35);
  background: linear-gradient(180deg, #fff, #f8faff);
  box-shadow: 0 18px 40px -32px rgba(0, 0, 0, 0.18);
}
.founder-pro-pillar__icon {
  color: #095cff;
  font-size: 1.6rem;
  margin-bottom: 0.75rem;
}
.founder-pro-pillar__title {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}
.founder-pro-pillar__copy {
  font-size: 0.92rem;
  line-height: 1.65;
  color: #5d6b86;
}
.founder-pro-panel {
  border-radius: 1.35rem;
  border: 1px solid rgba(217, 195, 172, 0.35);
  background: #fff;
  box-shadow: 0 28px 60px -34px rgba(0, 0, 0, 0.18);
}
.founder-pro-panel--ink {
  color: #f8faff;
  border-color: transparent;
  background:
    radial-gradient(ellipse 70% 60% at 100% 0%, rgba(9, 92, 255, 0.16), transparent 55%),
    var(--eh-dark-band);
  box-shadow: 0 32px 70px -34px rgba(32, 31, 26, 0.2);
}
.founder-pro-story__grid {
  display: grid;
  gap: 2rem;
  padding: 2rem 1.5rem;
}
@media (min-width: 1024px) {
  .founder-pro-story__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
    gap: 2.5rem;
    padding: 2.75rem 2.5rem;
  }
}
.founder-pro-story__copy {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.68);
}
.founder-pro-story__copy p + p {
  margin-top: 1rem;
}
.founder-pro-story__timeline {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
}
@media (min-width: 1024px) {
  .founder-pro-story__timeline {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 0;
    padding-left: 2rem;
  }
}
.founder-pro-story__timeline-label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  margin-bottom: 1rem;
}
.founder-pro-timeline-h {
  display: grid;
  gap: 1rem;
}
.founder-pro-timeline-h__item {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 0.85rem;
  padding: 1rem;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.founder-pro-timeline-h__index {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(9, 92, 255, 0.75);
}
.founder-pro-timeline-h__year {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.1;
}
.founder-pro-timeline-h__title {
  margin-top: 0.2rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}
.founder-pro-timeline-h__copy {
  margin-top: 0.35rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.52);
}
.founder-pro-impact {
  background:
    radial-gradient(ellipse 70% 55% at 50% 0%, rgba(9, 92, 255, 0.1), transparent 60%),
    #f4f7ff;
  border-top: 1px solid rgba(217, 195, 172, 0.35);
  border-bottom: 1px solid rgba(217, 195, 172, 0.35);
}
.founder-pro-impact__head {
  text-align: center;
  max-width: 44rem;
  margin-inline: auto;
}
.founder-pro-impact__showcase {
  text-align: center;
  margin: 2.5rem auto 2rem;
}
.founder-pro-impact__value {
  font-size: clamp(4.5rem, 16vw, 9rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: transparent;
  background: linear-gradient(110deg, #075cff, #4d38ff);
  -webkit-background-clip: text;
  background-clip: text;
}
.founder-pro-impact__caption {
  max-width: 34rem;
  margin: 1rem auto 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #5d6b86;
}
.founder-pro-impact__grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .founder-pro-impact__grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  }
}
.founder-pro-impact__narrative {
  font-size: 1.02rem;
  line-height: 1.8;
  color: #5d6b86;
}
.founder-pro-impact__narrative p + p {
  margin-top: 1rem;
}
.founder-pro-impact__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(217, 195, 172, 0.35);
  background: rgba(217, 195, 172, 0.35);
}
.founder-pro-metric {
  padding: 1.35rem 1rem;
  text-align: center;
  background: #fff;
}
.founder-pro-metric__value {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #095cff;
  line-height: 1;
}
.founder-pro-metric__label {
  margin-top: 0.4rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5d6b86;
}
.founder-pro-jobs {
  background: #fff;
}
.founder-pro-jobs__grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .founder-pro-jobs__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 2.5rem;
  }
}
.founder-pro-jobs__lead {
  margin-top: 1rem;
  font-size: 1.02rem;
  line-height: 1.75;
  color: #5d6b86;
  max-width: 34rem;
}
.founder-pro-jobs__cards {
  display: grid;
  gap: 1rem;
}
.founder-pro-jobs-card {
  padding: 1.35rem 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgba(217, 195, 172, 0.35);
  background: #f8faff;
}
.founder-pro-jobs-card .material-symbols-outlined {
  color: #095cff;
  font-size: 1.5rem;
  margin-bottom: 0.65rem;
}
.founder-pro-jobs-card h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}
.founder-pro-jobs-card p {
  font-size: 0.92rem;
  line-height: 1.65;
  color: #5d6b86;
}
.founder-pro-articles {
  background: var(--eh-ice);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.founder-pro-articles__shell {
  display: grid;
  gap: 2rem;
  padding: 1.75rem 1.35rem;
  border-radius: 1.35rem;
  border: 1px solid var(--eh-border);
  background: var(--eh-surface);
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(32, 31, 26, 0.05);
}
@media (min-width: 768px) {
  .founder-pro-articles__shell {
    padding: 2.25rem 2rem;
  }
}
@media (min-width: 1024px) {
  .founder-pro-articles__shell {
    grid-template-columns: minmax(15rem, 0.78fr) minmax(0, 1.22fr);
    gap: 2.5rem;
    padding: 2.75rem 2.5rem;
    align-items: stretch;
  }
}
.founder-pro-articles__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .founder-pro-articles__intro {
    padding-right: 1.5rem;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.founder-pro-articles__lede {
  margin-top: 0.9rem;
  max-width: 28rem;
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.58);
}
.founder-pro-articles__channel {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.75rem;
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}
.founder-pro-articles__channel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 9999px;
  color: #00ab6c;
  background: rgba(0, 171, 108, 0.12);
  border: 1px solid rgba(0, 171, 108, 0.22);
  flex-shrink: 0;
}
.founder-pro-articles__channel-label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  margin-bottom: 0.2rem;
}
.founder-pro-articles__handle {
  display: inline-block;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-decoration: none;
  line-height: 1.2;
}
.founder-pro-articles__handle:hover {
  color: #095cff;
}
.founder-pro-articles__follow {
  margin-top: auto;
  padding-top: 1.35rem;
}
.founder-pro-articles__count {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem;
  margin-top: 1.5rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1;
}
.founder-pro-articles__count-sep {
  color: rgba(255, 255, 255, 0.28);
  font-weight: 500;
}
.founder-pro-articles__count-label {
  margin-left: 0.35rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}
.founder-articles-slider {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
}
.founder-articles-slider__viewport {
  position: relative;
  flex: 1;
  min-height: 18rem;
}
.founder-articles-slider__track {
  position: relative;
  min-height: 100%;
}
.founder-articles-slider__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.75rem);
  pointer-events: none;
  transition:
    opacity 0.45s ease,
    transform 0.45s ease,
    visibility 0.45s ease;
}
.founder-articles-slider__slide.is-active {
  position: relative;
  inset: auto;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.founder-articles-slider__controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.85rem;
  margin-top: 1.5rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.founder-articles-slider__controls.is-disabled {
  opacity: 0.45;
}
.founder-articles-slider__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.founder-articles-slider__nav:hover:not(:disabled) {
  background: rgba(9, 92, 255, 0.12);
  border-color: rgba(9, 92, 255, 0.45);
  color: #095cff;
}
.founder-articles-slider__nav:disabled {
  cursor: default;
  opacity: 0.55;
}
.founder-articles-slider__nav .material-symbols-outlined {
  font-size: 1.25rem;
}
.founder-articles-slider__dots {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-inline: 0.25rem;
}
.founder-articles-slider__dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 9999px;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}
.founder-articles-slider__dot.is-active {
  width: 1.35rem;
  background: linear-gradient(110deg, #075cff, #4d38ff);
}
.founder-articles-slider__dot:disabled {
  cursor: default;
}
.founder-pro-article {
  display: grid;
  grid-template-columns: 3px minmax(0, 1fr);
  gap: 1.15rem;
  height: 100%;
}
@media (min-width: 768px) {
  .founder-pro-article {
    gap: 1.35rem;
  }
}
.founder-pro-article__rail {
  width: 3px;
  border-radius: 9999px;
  background: linear-gradient(110deg, #075cff, #4d38ff);
  min-height: 100%;
}
.founder-pro-article__kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.45rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(9, 92, 255, 0.85);
  margin-bottom: 0.75rem;
}
.founder-pro-article__kicker-sep {
  opacity: 0.55;
  color: rgba(255, 255, 255, 0.35);
}
.founder-pro-article__title {
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.025em;
  color: #fff;
  max-width: 38rem;
}
.founder-pro-article__title a {
  color: inherit;
  text-decoration: none;
}
.founder-pro-article__title a:hover {
  color: #095cff;
}
.founder-pro-article__excerpt {
  margin-top: 0.95rem;
  max-width: 40rem;
  font-size: 0.98rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.58);
}
.founder-pro-article__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.founder-pro-article__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.45rem;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.45);
}
.founder-pro-article__handle {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
  text-decoration: none;
}
.founder-pro-article__handle:hover {
  color: #095cff;
}
.founder-pro-article__sep {
  opacity: 0.55;
}
.founder-pro-article__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: #095cff;
}
.founder-pro-article__cta .material-symbols-outlined {
  font-size: 1rem;
}
.founder-pro-article__cta:hover {
  color: #fff;
}
@media (prefers-reduced-motion: reduce) {
  .founder-articles-slider__slide {
    transition: none;
  }
}
.founder-pro-connect {
  background: var(--eh-dark-band);
  color: #f8faff;
}
.founder-pro-connect__sub {
  margin-top: 0.85rem;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(249, 249, 247, 0.68);
}
.founder-pro-connect .founder-pro-eyebrow {
  color: #095cff;
}
.founder-pro-connect .founder-pro-title {
  color: #f8faff;
}
.founder-pro-connect__slider {
  max-width: 40rem;
  margin-inline: auto;
}
.founder-pro-forward {
  background: #fff;
}
.founder-pro-forward__panel {
  padding: 2rem 1.5rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(217, 195, 172, 0.35);
  background: linear-gradient(180deg, #fff, #f8faff);
}
@media (min-width: 768px) {
  .founder-pro-forward__panel {
    padding: 2.5rem 2.25rem;
  }
}
.founder-pro-forward__grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
  font-size: 1.02rem;
  line-height: 1.8;
  color: #5d6b86;
}
@media (min-width: 768px) {
  .founder-pro-forward__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.founder-pro-cta .founder-pro-btn--ghost-light:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* About Me — legacy + social slider */
.about-me-hero__wash {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 18% 88%, rgba(9, 92, 255, 0.18), transparent 55%),
    radial-gradient(ellipse 50% 40% at 88% 12%, rgba(76, 59, 255, 0.10), transparent 50%),
    var(--eh-hero-wash);
  pointer-events: none;
}
.about-me-hero__wash--subtle {
  background:
    radial-gradient(ellipse 60% 50% at 50% 100%, rgba(9, 92, 255, 0.14), transparent 55%);
}
.about-me-hero__grain {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
  mix-blend-mode: overlay;
}
.about-me-hero__orb {
  position: absolute;
  border-radius: 9999px;
  filter: blur(70px);
  pointer-events: none;
}
.about-me-hero__orb--a {
  width: 480px;
  height: 480px;
  background: rgba(9, 92, 255, 0.2);
  bottom: -18%;
  left: -8%;
  animation: floatOrb 10s ease-in-out infinite;
}
.about-me-hero__orb--b {
  width: 280px;
  height: 280px;
  background: rgba(76, 59, 255, 0.12);
  top: 12%;
  right: 8%;
  animation: floatOrb 12s ease-in-out infinite reverse;
}
.about-me-hero__orb--c {
  width: 360px;
  height: 360px;
  background: rgba(9, 92, 255, 0.12);
  top: 20%;
  right: -10%;
  animation: floatOrb 11s ease-in-out infinite;
}
.about-me-hero__brand {
  animation: heroIn 1.1s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.about-me-hero__eyebrow {
  animation: heroIn 1s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}
.about-me-hero__title {
  animation: heroIn 1s cubic-bezier(0.16, 1, 0.3, 1) 0.18s both;
}
.about-me-hero__sub {
  animation: heroIn 1s cubic-bezier(0.16, 1, 0.3, 1) 0.28s both;
}
.founder-social-section__orb {
  display: none;
}
.founder-social-slider__viewport {
  position: relative;
  overflow: visible;
}
.founder-social-slider__track {
  display: grid;
}
.founder-social-slider__slide {
  grid-area: 1 / 1;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translateX(1.25rem) scale(0.985);
  transition: opacity 0.55s ease, transform 0.55s ease, visibility 0.55s ease;
  pointer-events: none;
}
.founder-social-slider__slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}
.founder-social-slider__card {
  text-align: center;
  padding: 2rem 1.5rem 1.85rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}
.founder-social-slider__slide--linkedin .founder-social-slider__icon {
  color: #0a66c2;
}
.founder-social-slider__slide--facebook .founder-social-slider__icon {
  color: #1877f2;
}
.founder-social-slider__slide--instagram .founder-social-slider__icon {
  color: #e4405f;
}
.founder-social-slider__slide--medium .founder-social-slider__icon {
  color: #00ab6c;
}
.founder-social-slider__slide--x .founder-social-slider__icon {
  color: #fff;
}
.founder-social-slider__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.25rem;
  height: 4.25rem;
  margin: 0 auto 1rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.founder-social-slider__network {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  margin-bottom: 0.2rem;
  line-height: 1.15;
}
.founder-social-slider__handle {
  display: block;
  max-width: 18rem;
  margin: 0 auto 0.75rem;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-transform: lowercase;
  color: rgba(255, 255, 255, 0.42);
  word-break: break-all;
}
.founder-social-slider__copy {
  max-width: 28rem;
  margin: 0 auto 1.25rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.6;
  font-size: 0.92rem;
}
.founder-social-slider__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.35rem;
  border-radius: 9999px;
  background: linear-gradient(110deg, #075cff, #4d38ff);
  color: #0b0b0b;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.founder-social-slider__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(9, 92, 255, 0.28);
}
.founder-social-slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.founder-social-slider__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}
.founder-social-slider__nav:hover {
  border-color: rgba(9, 92, 255, 0.45);
  background: rgba(9, 92, 255, 0.12);
  transform: translateY(-1px);
}
.founder-social-slider__dots {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.founder-social-slider__dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 9999px;
  border: 0;
  background: rgba(255, 255, 255, 0.22);
  transition: width 0.25s ease, background 0.25s ease;
}
.founder-social-slider__dot.is-active {
  width: 1.6rem;
  background: linear-gradient(110deg, #075cff, #4d38ff);
}
.about-me-hero__meta > div > div {
  opacity: 0;
  animation: heroIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.about-me-milestone {
  font-size: clamp(5rem, 18vw, 12rem);
  letter-spacing: -0.04em;
}

/* Founder portrait — simple professional fade-in */
.founder-reveal__stage {
  isolation: isolate;
}
.founder-reveal__glow {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 4%;
  height: 28%;
  background: radial-gradient(ellipse at center, rgba(9, 92, 255, 0.18), transparent 70%);
  filter: blur(18px);
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.9s ease 0.15s;
}
.founder-reveal.is-revealed .founder-reveal__glow {
  opacity: 1;
}
.founder-reveal__frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 1.25rem;
  background:
    linear-gradient(180deg, rgba(244, 244, 242, 0.9) 0%, rgba(238, 238, 236, 0.65) 100%);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.08);
}
.founder-reveal__mask {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}
.founder-reveal.is-revealed .founder-reveal__mask {
  opacity: 1;
}
.founder-reveal__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: contain;
  object-position: center bottom;
  filter: saturate(1.02) contrast(1.03);
  transform: none;
}
.founder-reveal__shutter,
.founder-reveal__accent {
  display: none;
}
.founder-reveal__caption {
  opacity: 0;
  transition: opacity 0.85s ease 0.25s;
}
.founder-reveal.is-revealed .founder-reveal__caption {
  opacity: 1;
}

/* Home — We are EcomHutsy commercial portrait */
.founder-home-shot__frame {
  position: relative;
}
.founder-home-shot__img {
  display: block;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.founder-home-shot:hover .founder-home-shot__img {
  transform: scale(1.03);
}
.founder-home-shot__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 48%, rgba(11, 11, 11, 0.45) 100%),
    linear-gradient(90deg, rgba(11, 11, 11, 0.08), transparent 40%);
  pointer-events: none;
}
.founder-home-shot__badge {
  z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
  .founder-reveal__mask,
  .founder-reveal__caption,
  .founder-reveal__glow {
    transition: none !important;
    opacity: 1 !important;
  }
  .founder-home-shot:hover .founder-home-shot__img {
    transform: none;
  }
}

.about-me-portrait {
  border-radius: 1.25rem;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.18);
}
.about-me-portrait__ring {
  position: absolute;
  inset: 1.25rem;
  border: 1px solid rgba(9, 92, 255, 0.28);
  border-radius: 0.85rem;
  pointer-events: none;
}
.about-me-portrait__mono {
  animation: aboutMePulse 4.5s ease-in-out infinite;
}
.about-me-portrait__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, transparent 40%, rgba(9, 92, 255, 0.08) 50%, transparent 60%);
  background-size: 200% 200%;
  animation: aboutMeShine 7s ease-in-out infinite;
  pointer-events: none;
}
.about-me-timeline__dot {
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  background: linear-gradient(110deg, #075cff, #4d38ff);
  box-shadow: 0 0 0 4px rgba(9, 92, 255, 0.18);
  flex-shrink: 0;
  margin-top: 6px;
}
.about-me-timeline__line {
  width: 1px;
  flex: 1;
  min-height: 2.5rem;
  margin-top: 8px;
  background: linear-gradient(180deg, rgba(9, 92, 255, 0.55), rgba(217, 195, 172, 0.25));
}

@keyframes aboutMePulse {
  0%, 100% { opacity: 0.88; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.03); }
}
@keyframes aboutMeShine {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@media (prefers-reduced-motion: reduce) {
  .founder-pro-hero__glow,
  .founder-pro-hero__stripes-track,
  .about-me-hero__orb,
  .about-me-portrait__mono,
  .about-me-portrait__shine {
    animation: none !important;
  }
  .founder-pro-hero__cutout img {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    filter:
      drop-shadow(0 20px 36px rgba(0, 0, 0, 0.4))
      contrast(1.03)
      brightness(0.96) !important;
  }
  .founder-pro-hero__brand,
  .founder-pro-hero__eyebrow,
  .founder-pro-hero__kicker,
  .founder-pro-hero__title,
  .founder-pro-hero__lead,
  .founder-pro-hero__quote,
  .founder-pro-hero__actions,
  .founder-pro-hero__portrait-mask,
  .about-me-hero__brand,
  .about-me-hero__eyebrow,
  .about-me-hero__title,
  .about-me-hero__sub,
  .about-me-hero__meta > div > div {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
  [data-founder-reveal].is-revealed .founder-pro-hero__portrait-mask,
  .founder-reveal__mask,
  .founder-reveal__caption,
  .founder-reveal__glow {
    transition: none !important;
    opacity: 1 !important;
  }
  .founder-home-shot:hover .founder-home-shot__img {
    transform: none;
  }
}

#form {
  scroll-margin-top: 6.5rem;
}
.pk-map {
  min-height: 480px;
}
.pk-map__leaflet {
  height: 520px;
  width: 100%;
  z-index: 1;
  background: #f4f7ff;
}
.pk-map .leaflet-container {
  font-family: Inter, sans-serif;
  background: #f4f7ff;
}
.pk-map .leaflet-control-attribution {
  font-size: 10px;
  background: rgba(255, 255, 255, 0.85);
}
.pk-map-marker {
  position: relative;
  width: 18px;
  height: 18px;
}
.pk-map-marker__dot {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  background: linear-gradient(110deg, #075cff, #4d38ff);
  border: 2px solid #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
  margin: 1px auto 0;
  transition: transform 0.15s ease, background 0.15s ease;
}
.pk-map-marker.is-active .pk-map-marker__dot,
.pk-map-marker:hover .pk-map-marker__dot {
  background: #154ff3;
  transform: scale(1.2);
}
.pk-map-marker__pulse {
  position: absolute;
  left: 50%;
  top: 9px;
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  background: rgba(9, 92, 255, 0.4);
  transform: translate(-50%, -50%);
  animation: pkPinPulse 2s ease-out infinite;
  pointer-events: none;
}
.pk-leaflet-tooltip.leaflet-tooltip {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  white-space: normal;
  max-width: none;
}
.pk-leaflet-tooltip.leaflet-tooltip::before {
  display: none;
}
.pk-map__tooltip-card {
  width: 260px;
  max-width: min(260px, 72vw);
  box-sizing: border-box;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  padding: 14px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  color: #09142c;
}
.pk-map__tooltip-card p {
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}
.pk-map__tooltip-card p:first-child {
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 6px;
}
.pk-map__tooltip-card p:last-child {
  font-size: 12px;
  color: #5d6b86;
  line-height: 1.45;
  margin: 0;
}
.pk-map__city-chip {
  border: 1px solid rgba(217, 195, 172, 0.5);
  background: #fff;
  border-radius: 9999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #5d6b86;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.pk-map__city-chip:hover,
.pk-map__city-chip.is-active {
  background: rgba(9, 92, 255, 0.14);
  border-color: #095cff;
  color: #09142c;
}
@keyframes pkPinPulse {
  0% { transform: translate(-50%, -50%) scale(1); opacity: 0.7; }
  100% { transform: translate(-50%, -50%) scale(2.6); opacity: 0; }
}
@media (max-width: 767px) {
  .pk-map__leaflet { height: 420px; }
}
@media (prefers-reduced-motion: reduce) {
  .pk-map-marker__pulse { animation: none !important; }
}

/* ── Company pages — premium / professional ── */
.page-pro-hero {
  position: relative;
  overflow: hidden;
  background: #f8faff;
}
.page-pro-hero__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 50% at 8% 0%, rgba(9, 92, 255, 0.16), transparent 55%),
    radial-gradient(ellipse 45% 40% at 92% 18%, rgba(26, 28, 27, 0.05), transparent 50%),
    linear-gradient(180deg, #f4f7ff 0%, #f8faff 48%, #eeeeec 100%);
}
.page-pro-hero__grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(26, 28, 27, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 28, 27, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 85%);
}
.page-pro-hero__brand {
  font-size: clamp(2.5rem, 8vw, 5.5rem);
  line-height: 0.92;
  letter-spacing: -0.03em;
  animation: heroIn 1s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.page-pro-hero__eyebrow {
  animation: heroIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.08s both;
}
.page-pro-hero__title {
  animation: heroIn 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.16s both;
}
.page-pro-hero__sub {
  animation: heroIn 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.26s both;
}
.page-pro-hero__cta {
  animation: heroIn 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.34s both;
}
.page-pro-stat {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 1.25rem;
}
.page-pro-stat__value {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  letter-spacing: -0.03em;
  color: #09142c;
  line-height: 1;
}
.page-pro-stat__label {
  margin-top: 0.4rem;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #3a4660;
}
.page-pro-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1), transparent);
}
.page-pro-panel {
  background: #fff;
  border: 1px solid rgba(217, 195, 172, 0.35);
  border-radius: 1.25rem;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 24px 48px -28px rgba(0, 0, 0, 0.12);
}
.page-pro-panel--ink {
  color: #fff;
  border-color: transparent;
  box-shadow: 0 28px 60px -30px rgba(0, 0, 0, 0.45);
}
.page-pro-rail {
  position: relative;
  padding-left: 0;
}
.page-pro-rail::before {
  content: none;
  display: none;
}
.page-pro-rail > div > p:first-child {
  font-size: 1.15rem;
  font-weight: 800;
  color: #09142c;
  letter-spacing: -0.02em;
}
.page-pro-feature {
  position: relative;
  padding: 1.75rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.page-pro-feature:last-child {
  border-bottom: 0;
}
.page-pro-icon {
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.85rem;
  background: rgba(9, 92, 255, 0.12);
  color: #154ff3;
}
.page-pro-form input,
.page-pro-form select,
.page-pro-form textarea {
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.page-pro-form input:focus,
.page-pro-form select:focus,
.page-pro-form textarea:focus {
  outline: none;
  border-color: #095cff;
  box-shadow: 0 0 0 3px rgba(9, 92, 255, 0.18);
}
.page-pro-job {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.page-pro-job:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px -28px rgba(0, 0, 0, 0.2);
}
.page-pro-milestone {
  font-size: clamp(3.5rem, 12vw, 7.5rem);
  line-height: 0.9;
  letter-spacing: -0.045em;
  font-weight: 700;
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: #09142c;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.page-pro-cta-band {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.page-pro-shift-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.page-pro-shift-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 48px -24px rgba(0, 0, 0, 0.18);
}
.page-pro-shift-card__icon {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: rgba(9, 92, 255, 0.12);
  color: #154ff3;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.page-pro-shift-card__time {
  letter-spacing: -0.02em;
}

/* ── About page — commercial corporate ── */
.about-corp {
  background: #f8faff;
}
.about-corp-eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #154ff3;
  margin-bottom: 0.85rem;
}
.about-corp-eyebrow--on-dark {
  color: rgba(9, 92, 255, 0.9);
}
.about-corp-title {
  font-size: clamp(1.85rem, 3.8vw, 3rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: #09142c;
}
.about-corp-title--light {
  color: #fff;
}
.about-corp-lede {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #5d6b86;
}
.about-corp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.9rem 1.45rem;
  border-radius: 9999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
.about-corp-btn--primary {
  background: linear-gradient(110deg, #075cff, #4d38ff);
  color: #0b0b0b;
  box-shadow: 0 12px 28px rgba(9, 92, 255, 0.22);
}
.about-corp-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(9, 92, 255, 0.3);
}
.about-corp-btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}
.about-corp-btn--ghost:hover {
  border-color: rgba(9, 92, 255, 0.45);
  background: rgba(9, 92, 255, 0.1);
}
.about-corp-btn--outline {
  border: 1px solid rgba(217, 195, 172, 0.7);
  color: #09142c;
  background: #fff;
}
.about-corp-btn--outline:hover {
  border-color: rgba(9, 92, 255, 0.55);
  background: rgba(9, 92, 255, 0.08);
}
.about-corp-hero {
  position: relative;
  overflow: hidden;
  color: var(--eh-ink);
  background: var(--eh-hero-wash);
  padding: 4.5rem 0 3.5rem;
}
.about-corp-hero__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 50% at 12% 90%, rgba(9, 92, 255, 0.2), transparent 58%),
    radial-gradient(ellipse 40% 35% at 88% 12%, rgba(76, 59, 255, 0.08), transparent 52%),
    var(--eh-hero-wash);
}
.about-corp-hero__grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(21, 79, 243, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 79, 243, 0.06) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 90%);
}
.about-corp-hero__inner {
  position: relative;
  z-index: 1;
}
.about-corp-hero__brand {
  font-size: clamp(2.1rem, 6vw, 4.25rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.03em;
  margin-bottom: 1.75rem;
  animation: heroIn 1s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.about-corp-hero__brand .brand-mark__hutsy,
.about-corp-hero__brand > span:not(.brand-mark):not(.brand-mark__ecom) {
  color: #ff6a00;
}
.about-corp-hero__brand .brand-mark__ecom {
  color: inherit;
}
.about-corp-hero__layout {
  display: grid;
  gap: 2.25rem;
}
@media (min-width: 1024px) {
  .about-corp-hero__layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 2.75rem;
    align-items: end;
  }
}
.about-corp-hero__title {
  font-size: clamp(1.85rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
  animation: heroIn 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.12s both;
}
.about-corp-hero__lead {
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--eh-muted);
  animation: heroIn 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}
.about-corp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.75rem;
  animation: heroIn 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.28s both;
}
.about-corp-hero__stats {
  display: grid;
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1.15rem;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.16), rgba(255,255,255,0.04)) padding-box,
    linear-gradient(135deg, rgba(126,176,255,0.55), rgba(9,92,255,0.35)) border-box;
  border: 1.5px solid transparent;
  box-shadow:
    0 28px 80px #1c3a8929,
    inset 0 1px 0 rgba(255,255,255,0.35);
}
.about-corp-stat {
  padding: 1.25rem 1.2rem;
  background:
    linear-gradient(160deg, rgba(18, 48, 110, 0.92) 0%, rgba(11, 18, 40, 0.96) 100%);
  backdrop-filter: blur(12px);
}
.about-corp-stat__value {
  font-size: clamp(1.65rem, 3.2vw, 2.15rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.about-corp-stat__label {
  margin-top: 0.4rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
}
.about-corp-stat__note {
  margin-top: 0.35rem;
  font-size: 0.82rem;
  line-height: 1.4;
  color: rgba(245, 248, 255, 0.72);
}
.about-corp-section--light {
  background: #fff;
  border-top: 1px solid rgba(217, 195, 172, 0.28);
  border-bottom: 1px solid rgba(217, 195, 172, 0.28);
}
.about-corp-split {
  display: grid;
  gap: 1.75rem;
}
@media (min-width: 1024px) {
  .about-corp-split {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 3rem;
    align-items: start;
  }
}
.about-corp-split--tight {
  margin-bottom: 2rem;
}
.about-corp-split__body {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #5d6b86;
}
.about-corp-split__body p + p {
  margin-top: 1rem;
}
.about-corp-ceo {
  display: grid;
  gap: 0;
  border-radius: 1.35rem;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 12% 0%, rgba(55, 132, 255, 0.35), transparent 55%),
    linear-gradient(145deg, #143a8c 0%, #0b1a3a 48%, #122a66 100%);
  color: #ffffff;
  border: 1.5px solid rgba(126, 176, 255, 0.28);
  box-shadow:
    0 32px 80px -28px rgba(18, 58, 140, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
  .about-corp-ceo {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  }
}
.about-corp-ceo__meta {
  padding: 2rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@media (min-width: 1024px) {
  .about-corp-ceo__meta {
    padding: 2.75rem 2.5rem;
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }
}
.about-corp-ceo__role {
  margin-top: 0.75rem;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.about-corp-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.75rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}
.about-corp-link-arrow:hover {
  color: #7eb0ff;
}
.about-corp-link-arrow .material-symbols-outlined {
  font-size: 1.1rem;
}
.about-corp-ceo__copy {
  padding: 2rem 1.5rem;
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(245, 248, 255, 0.82);
}
@media (min-width: 1024px) {
  .about-corp-ceo__copy {
    padding: 2.75rem 2.5rem;
  }
}
.about-corp-ceo__copy p + p {
  margin-top: 1rem;
}
.about-corp-milestone {
  background:
    radial-gradient(ellipse 70% 55% at 50% 0%, rgba(9, 92, 255, 0.1), transparent 60%),
    #f4f7ff;
}
.about-corp-milestone__head {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto 1.5rem;
}
.about-corp-milestone__value {
  text-align: center;
  font-size: clamp(3.5rem, 10vw, 6.5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #09142c;
  margin: 0.5rem 0 1.5rem;
}
.about-corp-milestone__copy {
  max-width: 46rem;
  margin: 0 auto;
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #5d6b86;
}
.about-corp-milestone__copy p + p {
  margin-top: 1rem;
}
.about-corp-milestone__sub {
  margin-top: 1.25rem !important;
  font-weight: 700;
  color: #09142c;
}
.about-corp-pillars {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 900px) {
  .about-corp-pillars {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.about-corp-pillar {
  padding: 1.5rem 1.35rem;
  border-radius: 1.15rem;
  background: #fff;
  border: 1px solid #1d43971f;
  box-shadow: 0 18px 40px #18337014;
}
.about-corp-pillar__title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #09142c;
  margin: 0.35rem 0 0.75rem;
}
.about-corp-pillar__body {
  font-size: 0.98rem;
  line-height: 1.7;
  color: #5d6b86;
}
.about-corp-services {
  display: grid;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .about-corp-services {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 2.5rem;
    align-items: start;
  }
}
.about-corp-services__intro p + p {
  margin-top: 1rem;
  color: #5d6b86;
  line-height: 1.75;
}
.about-corp-services__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.5rem;
}
.about-corp-services__panel {
  padding: 1.75rem 1.5rem;
  border-radius: 1.25rem;
  background: #fff;
  border: 1px solid #1d43971f;
  box-shadow: 0 22px 48px #18337017;
  color: #5d6b86;
  line-height: 1.75;
}
.about-corp-services__panel p + p {
  margin-top: 1rem;
}
.about-corp-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
  list-style: none;
  padding: 0;
}
.about-corp-chip-list li {
  padding: 0.4rem 0.75rem;
  border-radius: 9999px;
  background: rgba(9, 92, 255, 0.1);
  color: #154ff3;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.about-corp-people {
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(55, 132, 255, 0.32), transparent 55%),
    linear-gradient(160deg, #0f2a6a 0%, #0b1838 45%, #122a66 100%);
  color: #ffffff;
  border-block: 1px solid rgba(126, 176, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.about-corp-people__kicker {
  margin-top: 0.85rem;
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #ffffff;
}
.about-corp-people__copy {
  max-width: 44rem;
  margin: 1.25rem auto 0;
  font-size: 1.08rem;
  line-height: 1.8;
  color: rgba(245, 248, 255, 0.82);
}
.about-corp-office-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 900px) {
  .about-corp-office-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.about-corp-office {
  padding: 1.5rem 1.35rem;
  border-radius: 1.15rem;
  border: 1px solid #1d43971f;
  background: #fff;
  box-shadow: 0 18px 40px #18337014;
}
.about-corp-office__region {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #154ff3;
  margin-bottom: 0.65rem;
}
.about-corp-office__company {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.65rem;
  line-height: 1.3;
  color: #09142c;
}
.about-corp-office__address {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #5d6b86;
  margin-bottom: 1rem;
}
.about-corp-office__contact {
  font-size: 0.85rem;
  color: #09142c;
  margin-top: 0.25rem;
}
.about-corp-office__contact span {
  color: #5d6b86;
  margin-right: 0.35rem;
}
.about-corp-map-panel {
  background: #fff;
  border: 1px solid #1d43971f;
  border-radius: 1.15rem;
  overflow: hidden;
  box-shadow: 0 18px 40px #18337014;
}
.about-corp-reasons {
  display: grid;
  gap: 1.15rem;
}
@media (min-width: 768px) {
  .about-corp-reasons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .about-corp-reasons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.about-corp-reason {
  position: relative;
  padding: 1.5rem 1.35rem 1.5rem 1.5rem;
  border-radius: 1.15rem;
  background: #fff;
  border: 1px solid #1d43971f;
  box-shadow: 0 18px 40px #18337014;
}
.about-corp-reason__index {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #095cff;
}
.about-corp-reason__icon {
  font-size: 2rem !important;
  color: #095cff;
  margin-bottom: 0.75rem;
}
.about-corp-reason__title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #09142c;
  margin-bottom: 0.55rem;
}
.about-corp-reason__body {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #5d6b86;
}
.about-corp-closing {
  text-align: center;
  max-width: 52rem;
  margin: 0 auto;
}
.about-corp-closing__grid {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0 1.75rem;
  text-align: left;
  color: #5d6b86;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .about-corp-closing__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem 1.75rem;
  }
}
.about-corp-closing__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
}
.about-corp-cta {
  /* uses page-pro-cta-band */
}

.achievements-premium .ach-media--editorial .ach-media__frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(15,15,15,.42) 100%);
  pointer-events: none;
}
.achievements-premium .ach-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2,.72,.25,1);
}
.achievements-premium .ach-media:hover img {
  transform: scale(1.04);
}
.achievements-premium .ach-media__badge {
  position: absolute;
  left: 1rem;
  bottom: 3.35rem;
  z-index: 2;
  padding: .45rem .85rem;
  border-radius: 9999px;
  background: rgba(9, 92, 255, 0.94);
  color: #0b0b0b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px -12px rgba(21, 79, 243, 0.65);
}
.achievements-premium .ach-media__caption {
  padding: .9rem 1.1rem;
  font-size: .76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #856a55;
  border: 1px solid rgba(21, 79, 243, 0.1);
  border-top: none;
  border-radius: 0 0 1.35rem 1.35rem;
  background: rgba(249, 246, 239, 0.96);
}
.achievements-premium .ach-story-grid {
  align-items: stretch;
}
.achievements-premium .ach-story-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.75rem 1.75rem 2rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(21, 79, 243, 0.13);
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(250,248,243,.9));
  box-shadow: 0 20px 48px -32px rgba(34, 25, 12, 0.4);
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.achievements-premium .ach-story-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #154ff3;
}
.achievements-premium .ach-story-card:hover {
  transform: translateY(-6px);
  border-color: rgba(9, 92, 255, 0.38);
  box-shadow: 0 28px 58px -30px rgba(63, 42, 7, 0.42);
}
.achievements-premium .ach-story-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.achievements-premium .ach-story-card__index {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #095cff;
}
.achievements-premium .ach-story-card__icon {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .9rem;
  background: rgba(9, 92, 255, 0.14);
  color: #154ff3;
  font-size: 1.55rem;
}
.achievements-premium .ach-story-card__title {
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.achievements-premium .ach-mission {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(9, 92, 255, 0.14) !important;
  box-shadow: 0 32px 70px -36px rgba(0, 0, 0, 0.55);
}
.achievements-premium .ach-partner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}
@media (min-width: 640px) {
  .achievements-premium .ach-partner-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.achievements-premium .ach-partner-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: 1rem .75rem;
  border-radius: 1rem;
  border: 1px solid rgba(21, 79, 243, 0.12);
  background: rgba(255,255,255,.88);
  box-shadow: 0 12px 28px -20px rgba(34, 25, 12, 0.35);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5d6b86;
  transition: transform .22s ease, border-color .22s ease;
}
.achievements-premium .ach-partner-card:hover {
  transform: translateY(-3px);
  border-color: rgba(9, 92, 255, 0.35);
}
.achievements-premium .ach-partner-card .material-symbols-outlined {
  color: #154ff3;
  font-size: 1.45rem;
}
.achievements-premium .ach-impact-num {
  font-size: clamp(2.75rem, 6vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  background: #154ff3;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 1rem;
}
.achievements-premium .ach-cta {
  margin: 0 clamp(1rem, 4vw, 4rem) 0;
  border-radius: 32px;
  box-shadow: 0 30px 70px -38px rgba(0,0,0,.58);
}
.achievements-premium .ach-cta__eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(9, 92, 255, 0.92);
  margin-bottom: .75rem;
}
.achievements-premium .ach-motion-section {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s cubic-bezier(.2,.72,.25,1);
}
.achievements-premium .ach-motion-section.is-visible {
  opacity: 1;
  transform: none;
}
.achievements-premium .ach-motion-item {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .55s var(--ach-delay, 0ms) ease, transform .55s var(--ach-delay, 0ms) cubic-bezier(.2,.72,.25,1);
}
.achievements-premium .ach-motion-section.is-visible .ach-motion-item,
.achievements-premium .ach-motion-item.is-visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 767px) {
  .achievements-premium .ach-cta {
    margin-left: .75rem;
    margin-right: .75rem;
    border-radius: 22px;
  }
  .achievements-premium .ach-partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (prefers-reduced-motion: reduce) {
  .achievements-premium .ach-motion-section,
  .achievements-premium .ach-motion-item,
  .achievements-premium .ach-media img,
  .achievements-premium .ach-story-card,
  .achievements-premium .ach-stat-card,
  .achievements-premium .ach-highlight-item {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ── FAQ page — premium commercial ── */
.faq-premium main {
  background: #f8faff;
  background-image: none;
}
.faq-hero-panel a {
  transition: color .2s ease;
}
.faq-toolbar {
  margin-top: -1.5rem;
  position: relative;
  z-index: 2;
}
.faq-filter {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem;
  border-radius: 9999px;
  border: 1px solid rgba(21, 79, 243, 0.16);
  background: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #5d6b86;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}
.faq-filter:hover {
  border-color: rgba(9, 92, 255, 0.45);
  color: #09142c;
}
.faq-filter.is-active {
  background: rgba(9, 92, 255, 0.14);
  border-color: #095cff;
  color: #09142c;
}
.faq-filter__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 0.35rem;
  border-radius: 9999px;
  background: rgba(21, 79, 243, 0.08);
  font-size: 10px;
  font-weight: 700;
}
.faq-filter.is-active .faq-filter__count {
  background: rgba(9, 92, 255, 0.22);
}
.faq-group__icon {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background: rgba(9, 92, 255, 0.12);
  color: #154ff3;
}
.faq-premium .faq-item {
  border: 1px solid rgba(21, 79, 243, 0.13);
  border-radius: 1rem;
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(250,248,243,.88));
  box-shadow: 0 10px 32px -26px rgba(34, 25, 12, 0.35);
  overflow: hidden;
  transition: border-color .22s ease, box-shadow .22s ease;
}
.faq-premium .faq-item.open,
.faq-premium .faq-item:has([data-faq-panel]:not(.hidden)) {
  border-color: rgba(9, 92, 255, 0.42);
  box-shadow: 0 18px 40px -28px rgba(21, 79, 243, 0.35);
}
.faq-item__btn {
  padding: 1.15rem 1.35rem;
  cursor: pointer;
  color: #09142c;
}
.faq-item__icon {
  color: #095cff;
  transition: transform .25s ease;
}
.faq-premium .faq-item.open .faq-item__icon,
.faq-premium .faq-item:has([data-faq-panel]:not(.hidden)) .faq-item__icon {
  transform: rotate(180deg);
}
.faq-item__panel {
  padding: 0 1.35rem 1.25rem;
  color: #5d6b86;
  line-height: 1.75;
  font-size: 0.95rem;
}
.faq-group.is-hidden,
.faq-item.is-hidden {
  display: none !important;
}
.faq-ask {
  margin-top: 1rem;
}


