/* Stripe.com/in layout system — VMR Valuators */

.wrap {
  width: min(100% - 3rem, 1140px);
  margin-inline: auto;
}

.s-body {
  /* Exact Stripe font: sohne-var 300 / SF Pro Display 300 / Inter 300 */
  font-family: var(--font-stripe, sohne-var, "SF Pro Display", "Inter", sans-serif);
  color: #0a2540;
  background: #ffffff;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: -0.011em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.s-body::-webkit-scrollbar {
  display: none;
}

/* ─── Stripe flat header ─── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 300;
  padding-top: 0;
}

.header-shell {
  width: 100%;
  margin-inline: auto;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(10, 37, 64, 0.06);
  border-radius: 0;
  box-shadow: none;
  transition: background 0.2s, box-shadow 0.2s, border-bottom-color 0.2s;
}

.site-header.scrolled .header-shell {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom-color: rgba(10, 37, 64, 0.1);
  box-shadow: 0 1px 0 rgba(10, 37, 64, 0.08);
}

.header-inner {
  min-height: 64px;
  gap: 1rem;
}

.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
  text-decoration: none;
}

.logo-img {
  display: block;
  height: 50px;
  width: auto;
  padding-bottom: 10px;
  width: auto;
  max-width: min(260px, 46vw);
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  margin-left: 0.75rem;
  gap: 0;
}

.site-nav a {
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 0.4rem 0.85rem;
  color: #425466;
  border-radius: 6px;
}

.site-nav a:hover {
  color: #0a2540;
  background: transparent;
}

.site-nav a.is-active {
  color: #0a2540;
}

/* ─── Stripe buttons & nav text ─── */
.btn-stripe {
  background: #635bff;
  color: #fff;
  box-shadow: 0 8px 24px rgba(99, 91, 255, 0.28);
  font-size: 15px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 999px;
}

.btn-stripe:hover {
  background: #7a73ff;
  color: #fff;
  box-shadow: 0 10px 28px rgba(99, 91, 255, 0.38);
  transform: translateY(-1px);
}

.btn-stripe-outline {
  background: #fff;
  color: #0a2540;
  box-shadow: inset 0 0 0 1px rgba(10, 37, 64, 0.12);
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 0.55rem 1rem;
  border-radius: 999px;
}

.btn-stripe-outline:hover {
  background: #f6f9fc;
  color: #0a2540;
  box-shadow: inset 0 0 0 1px rgba(10, 37, 64, 0.25);
  transform: none;
}

.btn-stripe--sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

/* Stripe-exact "Contact sales" text link in hero / bottom CTA */
.btn-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #0a2540;
  text-decoration: none;
  padding: 0.55rem 0.25rem;
  transition: color 0.15s;
}

.btn-contact-link::after {
  content: "→";
  font-size: 1rem;
  transition: transform 0.15s;
}

.btn-contact-link:hover {
  color: #635bff;
}

.btn-contact-link:hover::after {
  transform: translateX(3px);
}

.nav-text {
  color: var(--stripe-text);
  font-size: 0.9375rem;
  font-weight: 500;
}

.nav-text:hover {
  color: var(--stripe-purple);
}

/* ─── Typography ─── */
.s-kicker,
.hero-section__kicker {
  font-size: 0.875rem;
  font-weight: 400;
  color: #425466;
  margin: 0 0 1.25rem;
  letter-spacing: 0em;
}

.s-kicker--dark {
  color: var(--stripe-text);
  font-weight: 600;
  margin-bottom: 2rem;
}

.s-display,
.hero-section__title {
  font-size: clamp(2.5rem, 5.8vw, 4.25rem);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1.02;
  color: var(--stripe-text-display, #2d2564);
  margin: 0 0 1.75rem;
  max-width: 960px;
}

.s-display em,
.hero-section__title em {
  font-style: italic;
  font-weight: 300;
  display: block;
  color: var(--stripe-text-display, #2d2564);
}

.s-title {
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.06;
  color: var(--stripe-text-display, #2d2564);
  margin: 0 0 1rem;
}

.s-title--light {
  color: #fff;
}

.s-lead {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--stripe-muted);
  margin: 0;
  max-width: 640px;
  font-weight: 400;
}

.s-lead--light {
  color: rgba(255, 255, 255, 0.72);
}

.s-arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--stripe-purple);
}

.s-arrow-link::after {
  content: "→";
  transition: transform 0.15s;
}

.s-arrow-link:hover::after {
  transform: translateX(3px);
}

.s-arrow-link--light {
  color: var(--stripe-cyan);
}

/* ─── Stripe hero section shell ─── */
.hero-section-container.section.section--white {
  background: transparent;
}

.hds-mode--light {
  color-scheme: light;
}

.s-hero {
  position: relative;
  padding: 4.5rem 0 0;
  overflow: hidden;
  min-height: 82vh;
  display: flex;
  flex-direction: column;
  background: #f5f7ff;
}

/* CSS mesh base — subtle ambient tint + Stripe wave static fallback (shown under the WebGL canvas) */
.s-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(99, 91, 255, 0.07) 0%, rgba(0, 228, 255, 0.05) 50%, rgba(255, 80, 160, 0.06) 100%),
    url('../img/stripe-assets/wave-fallback-desktop.png') 0% 30% / 160% auto no-repeat;
  animation: s-wave-drift 24s ease-in-out infinite alternate;
}

/* CPU-rendered: animates background-position (runs on main thread, not GPU compositor) */
@keyframes s-wave-drift {
  0%   { background-position: left top,    0%   30%; }
  20%  { background-position: left top,    18%  38%; }
  40%  { background-position: left top,    40%  26%; }
  60%  { background-position: left top,    62%  42%; }
  80%  { background-position: left top,    80%  28%; }
  100% { background-position: left top,    100% 35%; }
}

/* ─── Hero animated orbs: 6 independent blobs, CSS-only ─── */
.s-orbs {
  position: absolute;
  inset: -20% 0 -5%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.s-orb {
  position: absolute;
  border-radius: 50%;
  will-change: transform;
  transform: translateZ(0);
}

/* 1 — hot pink, top-left (Stripe signature) */
.s-orb--1 {
  width: 72vw; height: 72vw;
  max-width: 820px; max-height: 820px;
  top: -25%; left: -18%;
  background: radial-gradient(circle, rgba(255, 80, 160, 0.70) 0%, rgba(255, 80, 160, 0.30) 45%, transparent 70%);
  filter: blur(72px);
  animation: s-orb-1 22s cubic-bezier(.37,.44,.62,.56) infinite;
}

/* 2 — electric purple, top-right (Stripe electric) */
.s-orb--2 {
  width: 68vw; height: 68vw;
  max-width: 780px; max-height: 780px;
  top: -22%; right: -22%;
  background: radial-gradient(circle, rgba(99, 91, 255, 0.74) 0%, rgba(80, 70, 228, 0.35) 45%, transparent 70%);
  filter: blur(68px);
  animation: s-orb-2 27s cubic-bezier(.37,.44,.62,.56) infinite;
}

/* 3 — cyan-teal, bottom-centre (Stripe + Cisco) */
.s-orb--3 {
  width: 62vw; height: 62vw;
  max-width: 700px; max-height: 700px;
  bottom: -14%; left: 18%;
  background: radial-gradient(circle, rgba(0, 228, 255, 0.62) 0%, rgba(0, 188, 235, 0.30) 45%, transparent 70%);
  filter: blur(65px);
  animation: s-orb-3 20s cubic-bezier(.37,.44,.62,.56) infinite;
}

/* 4 — warm orange-gold, mid-centre (Stripe accent) */
.s-orb--4 {
  width: 48vw; height: 48vw;
  max-width: 560px; max-height: 560px;
  top: 28%; left: 38%;
  background: radial-gradient(circle, rgba(255, 184, 48, 0.55) 0%, rgba(255, 150, 0, 0.22) 50%, transparent 68%);
  filter: blur(60px);
  animation: s-orb-4 25s cubic-bezier(.37,.44,.62,.56) infinite;
}

/* 5 — violet-indigo, lower-left (VMR brand) */
.s-orb--5 {
  width: 55vw; height: 55vw;
  max-width: 620px; max-height: 620px;
  top: 48%; left: -8%;
  background: radial-gradient(circle, rgba(134, 87, 255, 0.56) 0%, rgba(103, 48, 143, 0.26) 50%, transparent 70%);
  filter: blur(64px);
  animation: s-orb-5 29s cubic-bezier(.37,.44,.62,.56) infinite;
}

/* 6 — cobalt-blue, top-centre (Cisco blue) */
.s-orb--6 {
  width: 44vw; height: 44vw;
  max-width: 500px; max-height: 500px;
  top: -8%; left: 32%;
  background: radial-gradient(circle, rgba(59, 90, 169, 0.58) 0%, rgba(27, 160, 226, 0.28) 50%, transparent 68%);
  filter: blur(58px);
  animation: s-orb-6 19s cubic-bezier(.37,.44,.62,.56) infinite;
}

@keyframes s-orb-1 {
  0%   { transform: translate(0,    0)    scale(1);    }
  25%  { transform: translate(10%,  16%)  scale(1.14); }
  50%  { transform: translate(4%,   28%)  scale(0.93); }
  75%  { transform: translate(-8%,  14%)  scale(1.09); }
  100% { transform: translate(0,    0)    scale(1);    }
}
@keyframes s-orb-2 {
  0%   { transform: translate(0,    0)    scale(1);    }
  30%  { transform: translate(-14%, 12%)  scale(1.11); }
  58%  { transform: translate(-7%,  25%)  scale(0.91); }
  80%  { transform: translate(7%,   8%)   scale(1.06); }
  100% { transform: translate(0,    0)    scale(1);    }
}
@keyframes s-orb-3 {
  0%   { transform: translate(0,    0)    scale(1);    }
  35%  { transform: translate(-9%,  -18%) scale(1.15); }
  62%  { transform: translate(11%,  -9%)  scale(0.89); }
  84%  { transform: translate(6%,   -5%)  scale(1.07); }
  100% { transform: translate(0,    0)    scale(1);    }
}
@keyframes s-orb-4 {
  0%   { transform: translate(0,    0)    scale(1);    }
  28%  { transform: translate(-15%, -12%) scale(1.18); }
  54%  { transform: translate(13%,  -20%) scale(0.85); }
  78%  { transform: translate(21%,  6%)   scale(1.12); }
  100% { transform: translate(0,    0)    scale(1);    }
}
@keyframes s-orb-5 {
  0%   { transform: translate(0,    0)    scale(1);    }
  32%  { transform: translate(17%,  -9%)  scale(1.13); }
  60%  { transform: translate(24%,  8%)   scale(0.91); }
  82%  { transform: translate(11%,  -14%) scale(1.07); }
  100% { transform: translate(0,    0)    scale(1);    }
}
@keyframes s-orb-6 {
  0%   { transform: translate(0,    0)    scale(1);    }
  38%  { transform: translate(-7%,  20%)  scale(1.12); }
  66%  { transform: translate(15%,  24%)  scale(0.87); }
  88%  { transform: translate(9%,   11%)  scale(1.06); }
  100% { transform: translate(0,    0)    scale(1);    }
}

.s-gradient-canvas {
  --gradient-color-1: #7b6fff;
  --gradient-color-2: #00e8ff;
  --gradient-color-3: #ff4d90;
  --gradient-color-4: #ffbe30;
  position: absolute;
  top: -15%;
  left: 0;
  width: 100%;
  height: 120%;
  z-index: 1;
  display: block;
  transform: none;
  transform-origin: center;
  opacity: 1;
  transition: opacity 1.2s ease;
  pointer-events: none;
}

.s-gradient-canvas.isLoaded {
  opacity: 1;
}

.s-gradient-canvas.is-static {
  opacity: 0;
}

.s-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.72) 78%, rgba(255, 255, 255, 0.96) 92%, #fff 100%);
}

.hero-section__title-copy {
  max-width: 920px;
}

.hero-section__trusted-text {
  margin: 0 0 1.1rem;
  color: #425466;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0em;
}

.hero-clients-marquee {
  overflow: hidden;
  margin: 0 0 1.75rem;
  padding: 0.35rem 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}

.hero-clients-marquee__track {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  width: max-content;
  padding-right: 1.75rem;
  animation: hero-clients-scroll 140s linear infinite;
  will-change: transform;
}

.hero-clients-marquee:hover .hero-clients-marquee__track {
  animation-play-state: paused;
}

@keyframes hero-clients-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.hds-link,
.hero-client-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0;
  border-radius: 0;
  color: #0a2540;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  white-space: nowrap;
  background: transparent;
  border: none;
  backdrop-filter: none;
  transition: color 0.15s ease;
}

.hds-link:hover,
.hero-client-link:hover {
  color: #635bff;
  background: transparent;
}

.hds-link__glyph {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(10, 37, 64, 0.08);
  flex-shrink: 0;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(10, 37, 64, 0.08);
}

.hds-link__logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hds-link__glyph:has(.hds-link__logo:not(.hds-link__logo--contain)) {
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.hds-link__logo--contain {
  object-fit: contain;
  padding: 5px;
  box-sizing: border-box;
}

.hds-link__icon {
  width: 14px;
  height: 14px;
  color: #635bff;
  opacity: 0.85;
}

.hds-link__label {
  line-height: 1.2;
}

.hero-section__actions {
  margin-top: 0.25rem;
}

.modular-solutions-bento-card.modular-solutions-bento__card-payments {
  position: relative;
}

.modular-solutions-bento-card.modular-solutions-bento__card-payments::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(99, 91, 255, 0.08), rgba(0, 212, 255, 0.02) 40%, transparent 70%);
}

.s-hero__content {
  position: relative;
  z-index: 3;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

.s-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.s-hero__ui {
  position: relative;
  z-index: 3;
  margin-top: auto;
  padding: 3rem 0 4rem;
}

.s-ui-shell {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-ui);
  overflow: hidden;
  transform: perspective(1200px) rotateX(2deg);
}

.s-ui-chrome {
  display: flex;
  gap: 6px;
  padding: 0.75rem 1rem;
  background: rgba(246, 249, 252, 0.9);
  border-bottom: 1px solid var(--border);
}

.s-ui-chrome span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--border);
}

.s-ui-chrome span:first-child { background: #ff5f57; }
.s-ui-chrome span:nth-child(2) { background: #febc2e; }
.s-ui-chrome span:nth-child(3) { background: #28c840; }

.s-ui-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 1px;
  background: var(--border);
}

.s-ui-main,
.s-ui-side {
  background: #fff;
  padding: 1.5rem;
}

.s-ui-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 0;
  font-size: 0.875rem;
}

.s-ui-label {
  color: var(--stripe-muted);
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.s-ui-meter {
  height: 6px;
  background: var(--bg-soft);
  border-radius: 999px;
  margin: 0.75rem 0;
  overflow: hidden;
}

.s-ui-meter div {
  height: 100%;
  background: linear-gradient(90deg, var(--stripe-purple), var(--stripe-cyan));
  border-radius: 999px;
}

.s-ui-chip {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
}

.s-ui-chip--green {
  background: rgba(16, 185, 129, 0.12);
  color: #059669;
}

.s-ui-big {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--stripe-text);
  margin: 0.25rem 0 0;
  line-height: 1;
}

.s-ui-big small {
  font-size: 1rem;
  font-weight: 500;
  color: var(--stripe-muted);
}

/* ─── Sections ─── */
.s-section {
  padding: 6rem 0;
}

.s-section--lg {
  padding: 7rem 0;
}

.s-section--soft {
  background: var(--bg-soft);
}

.s-section--dark {
  background:
    radial-gradient(ellipse 80% 60% at 50% 100%, rgba(99,91,255,0.22) 0%, transparent 70%),
    radial-gradient(ellipse 60% 50% at 20% 50%, rgba(0,212,255,0.15) 0%, transparent 60%),
    #0a2540;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.s-section--dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
}

.s-section--dark > * {
  position: relative;
  z-index: 1;
}

.s-section--about-intro {
  padding: 4rem 0;
}

.s-about-intro {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.s-about-intro__title {
  font-size: 2.5rem;
  color: #0a2540;
  margin-bottom: 1rem;
}

.s-about-intro__lead {
  font-size: 1.125rem;
  color: #425466;
  font-weight: 400;
  margin-bottom: 0.75rem;
}

.s-about-intro__body {
  font-size: 1rem;
  color: #6b7c93;
  line-height: 1.65;
}

.s-section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 4rem;
}

.s-section-head--left {
  text-align: left;
  margin-left: 0;
}

.s-section-head .s-lead {
  margin-inline: auto;
}

.s-section-head--left .s-lead {
  margin-inline: 0;
}

/* ─── Bento grid ─── */
.s-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 1.25rem;
}

.s-bento__card {
  background: #f6f9fc;
  border: 1px solid rgba(10, 37, 64, 0.07);
  border-radius: var(--radius-xl);
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  min-height: 280px;
  transition: box-shadow 0.22s, transform 0.22s, border-color 0.22s;
}

.s-bento__card:hover {
  box-shadow: 0 16px 40px -8px rgba(50, 50, 93, 0.12), 0 6px 16px -6px rgba(0, 0, 0, 0.08);
  border-color: rgba(99, 91, 255, 0.18);
  transform: translateY(-3px);
}

.s-bento__card--g1 { grid-column: 1; grid-row: 1 / 3; }
.s-bento__card--g2 { grid-column: 2; grid-row: 1; }
.s-bento__card--g3 { grid-column: 3; grid-row: 1; }
.s-bento__card--g4 { grid-column: 2; grid-row: 2; }
.s-bento__card--g5 { grid-column: 3; grid-row: 2; }
.s-bento__card--g6 { grid-column: 1 / -1; grid-row: 3; min-height: 200px; }

.s-bento__ui {
  flex: 1;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  min-height: 140px;
}

.s-bento__ui--center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s-bento__ui--video {
  background: linear-gradient(135deg, var(--stripe-navy) 0%, #1a3a5c 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-align: center;
}

.s-bento__card h3 {
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.35;
  color: var(--stripe-text);
  margin: 0;
}

.s-bento__card h3 a {
  color: var(--stripe-purple);
  font-weight: 600;
}

.s-mini-table div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  border-bottom: 1px solid var(--border);
}

.s-mini-table div:last-child {
  border-bottom: none;
}

.s-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.s-dot--ok {
  background: #10b981;
}

.s-billing__plan {
  font-weight: 700;
  font-size: 0.9375rem;
  margin: 0 0 0.25rem;
}

.s-billing__sub {
  font-size: 0.8125rem;
  color: var(--stripe-muted);
  margin: 0 0 0.75rem;
}

.s-billing__meter {
  height: 4px;
  background: var(--bg-soft);
  border-radius: 999px;
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.s-billing__meter span {
  display: block;
  height: 100%;
  background: var(--stripe-purple);
  border-radius: 999px;
}

.s-billing__cap {
  font-size: 0.75rem;
  color: var(--stripe-muted);
  margin: 0;
}

.s-visa {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--stripe-text);
  margin: 0;
}

.s-cert-badge {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  color: var(--stripe-purple);
}

.s-bank-row {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--stripe-muted);
  margin: 0.35rem 0;
}

.s-play {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.s-bento__ui--video p {
  font-size: 0.875rem;
  margin: 0;
  opacity: 0.85;
}

/* ─── Client / bank marquee (horizontal auto-scroll) ─── */
.s-marquee-section {
  padding: 4rem 0;
  overflow: hidden;
}

.s-marquee-eyebrow {
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--stripe-muted);
  margin: 0 0 2.5rem;
}

.s-marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.s-marquee + .s-marquee {
  margin-top: 1rem;
}

.s-marquee__track {
  display: flex;
  flex-shrink: 0;
  gap: 1rem;
  padding-right: 1rem;
  animation: s-marquee-scroll 60s linear infinite;
  will-change: transform;
}

.s-marquee--rev .s-marquee__track {
  animation-duration: 75s;
  animation-direction: reverse;
}

.s-marquee:hover .s-marquee__track {
  animation-play-state: paused;
}

.s-marquee__item {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 0.75rem 1.5rem;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--stripe-text);
}

.s-marquee__item--client {
  background: #fff;
  color: var(--stripe-muted);
}

@keyframes s-marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ─── Backbone stats ─── */
.s-backbone {
  background: var(--stripe-navy);
  padding: 5rem 0;
  color: #fff;
}

.s-backbone__title {
  text-align: center;
  margin-bottom: 3rem;
}

.s-backbone__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}

.s-backbone__val {
  font-size: clamp(2.25rem, 4.5vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 0.6rem;
  color: #fff;
}

.s-backbone__lbl {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.45;
}

/* ─── Case study carousel ─── */
.s-carousel {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 1.25rem 1.5rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.s-carousel::-webkit-scrollbar {
  display: none;
}

.s-story {
  flex: 0 0 min(85vw, 420px);
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.25s;
}

.s-story:hover {
  box-shadow: var(--shadow-md);
}

.s-story__img {
  height: 260px;
  background-size: cover;
  background-position: center;
}

.s-story__img--1 {
  background: linear-gradient(135deg, #635bff 0%, #00d4ff 100%);
}

.s-story__img--2 {
  background: linear-gradient(135deg, #67308f 0%, #3b5aa9 100%);
}

.s-story__img--3 {
  background: linear-gradient(135deg, #ffb224 0%, #ff80b5 100%);
}

.s-story__img--4 {
  background: linear-gradient(135deg, #0a2540 0%, #425466 100%);
}

.s-story__body {
  padding: 1.5rem;
}

.s-story__eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--stripe-purple);
  margin: 0 0 0.75rem;
}

.s-story h3 {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--stripe-text);
  margin: 0 0 1rem;
}

.s-story__metrics {
  display: flex;
  gap: 2rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
}

.s-story__metrics strong {
  display: block;
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--stripe-text);
}

.s-story__metrics span {
  font-size: 0.8125rem;
  color: var(--stripe-muted);
}

/* ─── Expert cards ─── */
.s-expert-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.s-expert {
  background: #fff;
  border: 1px solid rgba(10, 37, 64, 0.07);
  border-radius: var(--radius-xl);
  padding: 2rem;
  transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}

.s-expert:hover {
  box-shadow: 0 8px 24px -4px rgba(50, 50, 93, 0.1);
  border-color: rgba(99, 91, 255, 0.2);
  transform: translateY(-2px);
}

.s-expert h4 {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  color: var(--stripe-text);
}

.s-expert p {
  font-size: 0.9375rem;
  color: var(--stripe-muted);
  margin: 0 0 1.25rem;
  line-height: 1.6;
}

/* ─── Split layout ─── */
.s-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}

.s-split--rev {
  grid-template-columns: 1fr 1.2fr;
}

.s-split__copy {
  max-width: 520px;
}

.s-split__copy .s-lead {
  margin-top: 1rem;
  margin-bottom: 1.75rem;
}

/* ─── Founder photo card ─── */
.s-founder-photo-wrap {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.s-founder-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.s-founder-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.25rem 1.5rem;
  background: linear-gradient(0deg, rgba(10, 37, 64, 0.88) 0%, transparent 100%);
  color: #fff;
}

.s-founder-badge strong {
  display: block;
  font-size: 1rem;
  font-weight: 600;
}

.s-founder-badge span {
  font-size: 0.8125rem;
  opacity: 0.75;
  margin-top: 0.2rem;
  display: block;
}

.s-story-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.s-story-list li {
  border-bottom: 1px solid var(--border);
}

.s-story-list a {
  display: block;
  padding: 1.25rem 0;
  color: var(--stripe-text);
}

.s-story-list a:hover {
  color: var(--stripe-purple);
}

.s-story-list strong {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.s-story-list span {
  font-size: 0.875rem;
  color: var(--stripe-muted);
}

/* ─── Guide grid ─── */
.s-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.s-guide {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
}

.s-guide h4 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.s-guide p {
  font-size: 0.875rem;
  color: var(--stripe-muted);
  margin: 0 0 1rem;
  line-height: 1.55;
}

/* ─── Quotes ─── */
.s-quotes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.s-quote {
  margin: 0;
  padding: 2rem 2.5rem;
  background: #f6f9fc;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(10, 37, 64, 0.06);
  transition: box-shadow 0.2s;
}

.s-quote:hover {
  box-shadow: 0 8px 24px -4px rgba(50, 50, 93, 0.1);
}

.s-quote p {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--stripe-text);
  margin: 0 0 1.25rem;
}

.s-quote footer {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--stripe-muted);
}

.s-quote__attribution {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.s-quote__attribution strong {
  display: block;
  font-size: 0.9375rem;
  color: var(--stripe-text);
}

.s-quote__attribution span {
  display: block;
  font-size: 0.8125rem;
  font-weight: 400;
  color: var(--stripe-muted);
  margin-top: 0.1rem;
}

.s-quote__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  flex-shrink: 0;
  border: 2px solid rgba(10, 37, 64, 0.08);
}

.s-quote__avatar-placeholder {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--bg-soft);
  border: 2px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

/* ─── Infrastructure (dark) ─── */
.s-infra-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.s-infra-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-xl);
  padding: 2rem;
}

.s-infra-card h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.75rem;
}

.s-infra-card p {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  line-height: 1.6;
}

.s-infra-stats {
  display: flex;
  gap: 1.5rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.s-infra-stats strong {
  display: block;
  font-size: 1.25rem;
  color: #fff;
}

.s-infra-stats span {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
}

.s-path-grid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1rem;
}

.s-path-grid h4 {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.35rem;
}

.s-path-grid p {
  font-size: 0.8125rem;
  margin: 0 0 0.5rem;
}

/* ─── Developer / Code section ─── */
.s-dev-section .s-split {
  align-items: center;
  gap: 4rem;
}

.s-dev-features {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 1.75rem;
}

.s-dev-features li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.6rem;
  font-size: 0.9375rem;
  color: var(--stripe-muted);
}

.s-dev-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--stripe-purple);
  font-weight: 700;
}

.s-code-card {
  background: var(--stripe-navy);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.s-code-card__tabs {
  display: flex;
  gap: 0;
  padding: 0.75rem 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.s-code-card__tab {
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
  padding: 0.4rem 0.85rem;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  transition: color 0.15s;
  user-select: none;
}

.s-code-card__tab.is-active {
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.06);
}

.s-code-block {
  margin: 0;
  padding: 1.75rem;
  font-family: var(--font-mono, "JetBrains Mono", Consolas, monospace);
  font-size: 0.8125rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
  overflow-x: auto;
  white-space: pre;
}

.s-code-block code {
  font-family: inherit;
}

.s-code-comment { color: rgba(255, 255, 255, 0.36); }
.s-code-key     { color: #7dd3fc; }
.s-code-str     { color: #86efac; }
.s-code-num     { color: #fbbf24; }
.s-code-bool    { color: #c084fc; }

/* ─── Process section ─── */
.s-process {
  overflow: hidden;
}

.s-process__steps {
  display: flex;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: none;
  position: relative;
}

.s-process__step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 1rem;
  position: relative;
}

.s-process__step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--stripe-purple);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  flex-shrink: 0;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 4px rgba(99,91,255,0.15), 0 0 20px rgba(99,91,255,0.20);
}

.s-process__step-connector {
  position: absolute;
  top: 22px;
  left: calc(50% + 22px);
  right: calc(-50% + 22px);
  height: 2px;
  background: linear-gradient(90deg, var(--stripe-purple), rgba(99, 91, 255, 0.2));
}

.s-process__step:last-child .s-process__step-connector {
  display: none;
}

.s-process__step-label {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--stripe-text);
  margin-bottom: 0.4rem;
}

.s-process__step-desc {
  font-size: 0.875rem;
  color: var(--stripe-muted);
  line-height: 1.55;
  margin: 0;
  max-width: 160px;
}

/* ─── Partner banks section ─── */
.s-banks__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  margin-top: 0.5rem;
}

.s-banks__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1rem;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.s-banks__logo:hover {
  box-shadow: var(--shadow-sm);
  border-color: rgba(99, 91, 255, 0.2);
}

.s-banks__logo img {
  max-height: 36px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.7;
  transition: filter 0.2s, opacity 0.2s;
}

.s-banks__logo:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.s-banks__tagline {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 0.9375rem;
  color: var(--stripe-muted);
  font-weight: 500;
}

/* ─── Chip grid (about page — panel banks & clients) ─── */
.s-banks__chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  justify-content: center;
  margin-top: 2rem;
}

.s-banks__chip-grid .bank-chip {
  background: #fff;
  border: 1px solid var(--border);
  color: var(--stripe-body);
  border-radius: 2rem;
  padding: 0.45rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
}

/* ─── FAQ section ─── */
.s-faq__list {
  max-width: 760px;
  margin: 0 auto;
}

.s-faq__item {
  border-bottom: 1px solid var(--border);
}

.s-faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1.25rem 0;
  font-family: var(--font-stripe);
  font-size: 1rem;
  font-weight: 600;
  color: var(--stripe-text);
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: color 0.15s;
}

.s-faq__question:hover {
  color: var(--stripe-purple);
}

.s-faq__icon {
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--stripe-muted);
  flex-shrink: 0;
  transition: transform 0.25s;
  line-height: 1;
}

.s-faq__item--open .s-faq__icon {
  transform: rotate(45deg);
}

.s-faq__answer {
  font-size: 0.9375rem;
  color: var(--stripe-muted);
  line-height: 1.65;
  padding-bottom: 1.25rem;
  max-width: 680px;
  overflow: hidden;
  animation: faq-open 0.22s ease;
}

@keyframes faq-open {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 960px) {
  .s-dev-section .s-split {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .s-process__steps {
    flex-direction: column;
    gap: 0;
  }

  .s-process__step {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.25rem 0;
    border-bottom: 1px solid var(--border);
  }

  .s-process__step-num {
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .s-process__step-connector {
    display: none;
  }

  .s-process__step-desc {
    max-width: none;
  }

  .s-banks__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .s-banks__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .s-code-block {
    font-size: 0.75rem;
  }
}

/* ─── News carousel ─── */
.s-news {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 1.25rem 1rem;
  scrollbar-width: none;
}

.s-news::-webkit-scrollbar {
  display: none;
}

.s-news__card {
  flex: 0 0 min(85vw, 340px);
  scroll-snap-align: start;
  background: #f6f9fc;
  border: 1px solid rgba(10, 37, 64, 0.06);
  border-radius: var(--radius-xl);
  padding: 2rem;
  transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
}

.s-news__card:hover {
  box-shadow: 0 8px 24px -4px rgba(50, 50, 93, 0.1);
  border-color: rgba(99, 91, 255, 0.18);
  transform: translateY(-2px);
}

.s-news__card h3 {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin: 0 0 0.75rem;
  color: var(--stripe-text);
}

.s-news__card p {
  font-size: 0.9375rem;
  color: var(--stripe-muted);
  margin: 0 0 1.25rem;
  line-height: 1.55;
}

/* ─── Bottom CTA ─── */
.s-bottom-cta {
  padding: 6rem 0;
  border-top: 1px solid var(--border);
}

.s-bottom-cta__main {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 4.5rem;
}

.s-bottom-cta__main .s-lead {
  margin: 0 auto 2rem;
}

.s-bottom-cta__main .s-hero__actions {
  justify-content: center;
  margin-top: 1.75rem;
}

.s-bottom-cta__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding-top: 3rem;
  border-top: 1px solid var(--border);
}

.s-bottom-cta__grid article h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--stripe-text);
}

.s-bottom-cta__grid article p {
  font-size: 0.9375rem;
  color: var(--stripe-muted);
  margin: 0 0 1rem;
}

/* ─── Footer ─── */
.s-footer {
  background: var(--stripe-navy);
  color: rgba(255, 255, 255, 0.72);
  padding: 4rem 0 0;
}

.s-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(5, 1fr);
  gap: 2rem 1.5rem;
  padding-bottom: 3rem;
}

.s-footer__col h5 {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 1rem;
}

.s-footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.s-footer__col li {
  margin-bottom: 0.5rem;
}

.s-footer__col a {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.65);
  transition: color 0.15s;
}

.s-footer__col a:hover {
  color: #fff;
}

.logo-img-footer {
  /* Override logo-img height-based sizing for the footer */
  height: auto !important;
  width: 220px !important;
  max-width: 180px !important;
  filter: brightness(0) invert(1);
  opacity: 0.90;
  margin-bottom: 1rem;
}

.s-footer__tagline {
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  max-width: 260px;
}

.s-footer__contact-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 3rem;
  padding: 1.25rem 0 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
}

.s-footer__contact-item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.s-footer__contact-item strong {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.s-footer__contact-item a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

.s-footer__contact-item a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.s-footer__bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 0 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
}

.s-footer__locale {
  margin: 0;
}

/* ─── Reveal delays ─── */
.reveal-d1 {
  transition-delay: 0.12s;
}

/* ─── Responsive ─── */
@media (max-width: 960px) {
  .site-header {
    padding-top: 0;
  }

  .header-shell {
    width: 100%;
  }

  .logo-img {
    height: 42px;
    max-width: min(220px, 50vw);
  }

  .header-inner {
    min-height: 64px;
  }

  /* Minimum 44px touch targets on mobile */
  .nav-link,
  .nav-trigger {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .s-hero-tab {
    min-height: 44px;
    padding: 0.625rem 1rem;
  }

  .s-bento {
    grid-template-columns: repeat(2, 1fr);
  }

  .s-bento__card--g1 { grid-column: 1 / -1; grid-row: auto; }
  .s-bento__card--g2 { grid-column: 1; grid-row: auto; }
  .s-bento__card--g3 { grid-column: 2; grid-row: auto; }
  .s-bento__card--g4 { grid-column: 1; grid-row: auto; }
  .s-bento__card--g5 { grid-column: 2; grid-row: auto; }
  .s-bento__card--g6 { grid-column: 1 / -1; }

  .s-backbone__stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .s-expert-grid,
  .s-guide-grid,
  .s-infra-grid,
  .s-quotes,
  .s-split,
  .s-split--rev {
    grid-template-columns: 1fr;
  }

  .s-ui-grid {
    grid-template-columns: 1fr;
  }

  .s-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .s-footer__col--wide {
    grid-column: 1 / -1;
  }

  .s-bottom-cta__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .s-hero {
    min-height: auto;
    padding-top: 3rem;
  }

  .s-display,
  .hero-section__title {
    font-size: clamp(1.875rem, 7vw, 2.5rem);
    letter-spacing: -0.025em;
  }

  .hds-link,
  .hero-client-link {
    font-size: 0.875rem;
  }

  .hds-link__glyph {
    width: 24px;
    height: 24px;
  }

  .s-bento {
    grid-template-columns: 1fr;
  }

  .s-bento__card--g1,
  .s-bento__card--g2,
  .s-bento__card--g3,
  .s-bento__card--g4,
  .s-bento__card--g5,
  .s-bento__card--g6 {
    grid-column: 1;
  }

  .s-backbone__stats {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }

  .s-footer__grid {
    grid-template-columns: 1fr;
  }

  .s-footer__bar {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }

  .s-ui-shell {
    transform: none;
  }

  .s-cisco-band__grid {
    grid-template-columns: 1fr 1fr;
  }

  .s-cisco-cards,
  .s-cisco-stories {
    grid-template-columns: 1fr;
  }

  .s-carousel-btn {
    display: none;
  }

  .s-carousel-wrap {
    padding: 0 0.5rem;
  }

  .s-section {
    padding: 4rem 0;
  }

  .s-section--lg {
    padding: 4.5rem 0;
  }

  .s-about-intro__title {
    font-size: 1.875rem;
  }
}

/* ─── Stripe mega-nav dropdowns ─── */
.site-nav {
  align-items: center;
  gap: 0;
}

/* Restore flex on desktop — main.css owns mobile display:none via its @media rule */
@media (min-width: 961px) {
  .site-nav {
    display: flex;
  }
}

.nav-link,
.nav-trigger {
  font-family: var(--font-stripe, sohne-var, "SF Pro Display", "Inter", sans-serif);
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 0.4rem 0.85rem;
  color: #425466;
  border-radius: 6px;
  background: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.15s;
}

.nav-link:hover,
.nav-trigger:hover,
.nav-link.is-active {
  color: #0a2540;
  background: transparent;
}

.nav-trigger::after {
  content: "";
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  margin-left: 0.35rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.55;
  vertical-align: middle;
  transition: transform 0.18s ease, opacity 0.18s;
}

.nav-item {
  position: relative;
}

/* Panel — hidden state; 120ms close delay prevents flicker on accidental mouse-outs */
.nav-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  min-width: 520px;
  max-width: min(900px, calc(100vw - 3rem));
  padding: 1rem;
  background: #ffffff;
  border: 1px solid rgba(10, 37, 64, 0.08);
  border-radius: 12px;
  box-shadow: 0 16px 48px rgba(50, 50, 93, 0.16), 0 4px 16px rgba(0, 0, 0, 0.10);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.16s ease 0.12s, transform 0.16s ease 0.12s, visibility 0s linear 0.28s;
  z-index: 400;
}

/* Caret notch — border layer */
.nav-panel::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid rgba(10, 37, 64, 0.08);
  pointer-events: none;
}

/* Caret notch — white fill */
.nav-panel::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid #ffffff;
  pointer-events: none;
}

/* Opened via click (.is-open class — mobile + desktop) */
.nav-item--dropdown.is-open .nav-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0s;
}

.nav-item--dropdown.is-open .nav-trigger::after {
  transform: rotate(225deg) translateY(2px);
  opacity: 0.85;
}

/* Desktop hover + keyboard focus-within — open with no delay */
@media (min-width: 961px) {
  .nav-item--dropdown:hover .nav-panel,
  .nav-item--dropdown:focus-within .nav-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0s;
  }

  .nav-item--dropdown:hover .nav-trigger,
  .nav-item--dropdown:focus-within .nav-trigger {
    color: #0a2540;
  }

  .nav-item--dropdown:hover .nav-trigger::after,
  .nav-item--dropdown:focus-within .nav-trigger::after {
    transform: rotate(225deg) translateY(2px);
    opacity: 0.85;
  }
}

/* Panel content — 2-column grid */
.nav-panel__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25rem;
}

/* Inline section heading */
.nav-panel__label {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7c93;
  font-weight: 600;
  padding: 0.375rem 0.875rem 0.5rem;
  grid-column: 1 / -1;
}

/* Link item: icon | title + desc layout */
.nav-panel__link {
  display: grid;
  grid-template-columns: 2.25rem 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.75rem;
  align-items: start;
  padding: 0.75rem 0.875rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.12s;
}

.nav-panel__link:hover {
  background: rgba(99, 91, 255, 0.05);
}

.nav-panel__icon {
  grid-row: 1 / 3;
  align-self: start;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  background: rgba(99, 91, 255, 0.07);
  border-radius: 8px;
  transition: background 0.12s;
  flex-shrink: 0;
}

.nav-panel__link:hover .nav-panel__icon {
  background: rgba(99, 91, 255, 0.13);
}

.nav-panel__title {
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #0a2540;
  line-height: 1.3;
  transition: color 0.15s;
}

.nav-panel__link:hover .nav-panel__title {
  color: #635bff;
}

.nav-panel__desc {
  display: block;
  font-size: 0.8125rem;
  color: #425466;
  line-height: 1.4;
  margin-top: 0.1rem;
}

/* ─── Hero product tabs (Stripe-style) ─── */
.s-hero-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 1rem;
}

.s-hero-tab {
  padding: 0.45rem 0.9rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #425466;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(10, 37, 64, 0.1);
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, box-shadow 0.15s;
}

.s-hero-tab:hover {
  color: #0a2540;
  background: #fff;
}

.s-hero-tab.is-active {
  color: #0a2540;
  background: #fff;
  box-shadow: 0 2px 8px rgba(50, 50, 93, 0.1);
  border-color: rgba(99, 91, 255, 0.35);
}

.s-ui-shell {
  transition: opacity 0.25s ease;
}

.s-ui-shell:not(.is-active) {
  display: none;
}

/* ─── Cisco-style results band ─── */
.s-cisco-band {
  padding: 3.5rem 0;
  background:
    radial-gradient(ellipse 70% 60% at 50% 50%, rgba(99,91,255,0.05) 0%, transparent 70%),
    #fff;
  border-bottom: 1px solid rgba(10, 37, 64, 0.06);
}

.s-cisco-band__eyebrow {
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  color: #0a2540;
  margin: 0 0 2.5rem;
  max-width: 640px;
  margin-inline: auto;
}

.s-cisco-band__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}

.s-cisco-stat__label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #635bff;
  margin-bottom: 0.5rem;
}

.s-cisco-stat__val {
  display: block;
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #0a2540;
  line-height: 1;
  margin-bottom: 0.75rem;
  animation: s-stat-pulse 1.4s cubic-bezier(0.34,1.56,0.64,1) 0.4s both;
}

@keyframes s-stat-pulse {
  0%   { transform: scale(1); }
  55%  { transform: scale(1.035); }
  100% { transform: scale(1); }
}

.s-cisco-stat__desc {
  display: block;
  font-size: 0.9375rem;
  color: #425466;
  line-height: 1.5;
  max-width: 220px;
  margin-inline: auto;
}

/* ─── Carousel controls ─── */
.s-carousel-wrap {
  position: relative;
  padding: 0 3rem;
}

.s-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 1px solid rgba(10, 37, 64, 0.12);
  background: #fff;
  color: #0a2540;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(50, 50, 93, 0.08);
  transition: box-shadow 0.15s, border-color 0.15s;
  z-index: 2;
}

.s-carousel-btn:hover {
  border-color: rgba(99, 91, 255, 0.4);
  box-shadow: 0 6px 16px rgba(50, 50, 93, 0.12);
}

.s-carousel-btn--prev { left: 0; }
.s-carousel-btn--next { right: 0; }

/* ─── Cisco services page ─── */
.s-hero--inner {
  position: relative;
  overflow: hidden;
  min-height: auto;
  padding: 4rem 0 2rem;
}

.s-hero--inner .mesh-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.s-hero--inner::after {
  display: none;
}

/* Subtle static wave texture on inner page heroes — no animation, low opacity */
.s-hero--inner::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    url('../img/stripe-assets/wave-fallback-desktop.png') center 40% / 180% auto no-repeat;
  opacity: 0.12;
}

.s-cisco-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.s-cisco-card {
  padding: 2rem;
  background: #f6f9fc;
  border: 1px solid rgba(10, 37, 64, 0.06);
  border-radius: 16px;
}

.s-cisco-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0a2540;
  margin: 0 0 0.75rem;
}

.s-cisco-card p {
  font-size: 0.9375rem;
  color: #425466;
  line-height: 1.6;
  margin: 0 0 1.25rem;
}

.s-cisco-stories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.s-cisco-story {
  padding: 1.5rem;
  background: #fff;
  border: 1px solid rgba(10, 37, 64, 0.08);
  border-radius: 12px;
}

.s-cisco-story h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: #0a2540;
}

.s-cisco-story p {
  font-size: 0.875rem;
  color: #425466;
  line-height: 1.55;
  margin: 0 0 1rem;
}

.s-service-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.s-service-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 2rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(10, 37, 64, 0.08);
}

.s-service-row:last-child {
  border-bottom: none;
}

.s-service-row__meta span {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #635bff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.s-service-row__body h3 {
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: #0a2540;
}

.s-service-row__body p {
  color: #425466;
  margin: 0 0 1rem;
  line-height: 1.6;
}

.s-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.s-tag-list li {
  font-size: 0.8125rem;
  padding: 0.35rem 0.65rem;
  background: #f6f9fc;
  border-radius: 6px;
  color: #425466;
}

.s-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.s-footer__legal a {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.65);
}

.s-footer__legal a:hover {
  color: #fff;
}

@media (max-width: 960px) {
  .s-cisco-band__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .s-cisco-cards,
  .s-cisco-stories {
    grid-template-columns: 1fr 1fr;
  }

  .s-service-row {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .nav-panel {
    position: static;
    transform: none !important;
    min-width: 0;
    max-width: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 0 0.5rem 1rem;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: none;
    transition: none;
  }

  .nav-panel::before,
  .nav-panel::after {
    display: none;
  }

  .nav-item--dropdown.is-open .nav-panel {
    display: block;
  }

  .nav-trigger::after {
    display: none;
  }

  .nav-panel__grid {
    grid-template-columns: 1fr;
  }

  .nav-panel__link {
    grid-template-columns: 1.75rem 1fr;
    padding: 0.5rem 0.5rem;
    column-gap: 0.5rem;
  }

  .nav-panel__icon {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 1rem;
  }
}

/* ─── Cisco-inspired glow section utility ─── */
.s-glow-section {
  position: relative;
  background: #0a1f3d;
  overflow: hidden;
}

.s-glow-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 50% 110%, rgba(99,91,255,0.30) 0%, transparent 65%),
    radial-gradient(ellipse 55% 45% at 15% 40%, rgba(0,212,255,0.18) 0%, transparent 55%),
    radial-gradient(ellipse 50% 42% at 85% 30%, rgba(255,90,160,0.14) 0%, transparent 55%);
  pointer-events: none;
  z-index: 0;
}

.s-glow-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
}

/* When .s-glow-section is applied alongside .s-section--dark, the glow ::before
   overrides the dot-grid ::before; the ::after continues to provide the dot grid */
.s-section--dark.s-glow-section::before {
  background:
    radial-gradient(ellipse 70% 55% at 50% 110%, rgba(99,91,255,0.30) 0%, transparent 65%),
    radial-gradient(ellipse 55% 45% at 15% 40%, rgba(0,212,255,0.18) 0%, transparent 55%),
    radial-gradient(ellipse 50% 42% at 85% 30%, rgba(255,90,160,0.14) 0%, transparent 55%);
}

.s-section--dark.s-glow-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
}

/* ─── Credentials / dev section: SVG circuit board pattern ─── */
.s-dev-section {
  position: relative;
}

.s-dev-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cpath d='M0,30 L40,30 L40,10 L80,10 L80,30 L120,30' stroke='rgba(99,91,255,0.12)' stroke-width='1.5' fill='none'/%3E%3Cpath d='M0,60 L20,60 L20,90 L60,90 L60,60 L120,60' stroke='rgba(99,91,255,0.12)' stroke-width='1.5' fill='none'/%3E%3Cpath d='M30,120 L30,80 L90,80 L90,120' stroke='rgba(99,91,255,0.12)' stroke-width='1.5' fill='none'/%3E%3Cpath d='M30,0 L30,30' stroke='rgba(99,91,255,0.12)' stroke-width='1.5' fill='none'/%3E%3Cpath d='M90,0 L90,30' stroke='rgba(99,91,255,0.12)' stroke-width='1.5' fill='none'/%3E%3Cpath d='M60,0 L60,10' stroke='rgba(99,91,255,0.12)' stroke-width='1.5' fill='none'/%3E%3Ccircle cx='40' cy='30' r='2.5' fill='rgba(99,91,255,0.20)'/%3E%3Ccircle cx='80' cy='30' r='2.5' fill='rgba(99,91,255,0.20)'/%3E%3Ccircle cx='20' cy='60' r='2.5' fill='rgba(99,91,255,0.20)'/%3E%3Ccircle cx='60' cy='60' r='2.5' fill='rgba(99,91,255,0.20)'/%3E%3Ccircle cx='30' cy='80' r='2.5' fill='rgba(99,91,255,0.20)'/%3E%3Ccircle cx='90' cy='80' r='2.5' fill='rgba(99,91,255,0.20)'/%3E%3C/svg%3E");
  background-size: 120px 120px;
  background-repeat: repeat;
  pointer-events: none;
  z-index: 0;
  opacity: 0.7;
}

.s-dev-section > * {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .s-marquee__track,
  .hero-clients-marquee__track,
  .s-orb,
  .s-hero::before {
    animation: none !important;
  }

  .s-cisco-stat__val {
    animation: none !important;
  }

  .s-hero::before {
    animation: none !important;
  }
}


/* ─── iPad / touch-device mega-nav tap support ─── */
@media (hover: none) and (min-width: 961px) {
  .nav-item--dropdown .nav-panel {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(-6px);
    pointer-events: none;
  }
  .nav-item--dropdown.is-open .nav-panel {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
  }
}

/* -- Contact page redesign ------------------------------------------- */
.s-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 3rem;
  align-items: start;
}

.s-contact-info-card {
  background: #f6f9fc;
  border: 1px solid rgba(10, 37, 64, 0.07);
  border-radius: 16px;
  padding: 2rem;
}

.s-contact-info-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.s-contact-info-icon {
  font-size: 1.25rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.s-contact-info-label {
  margin: 0 0 0.3rem;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--stripe-muted, #6b7c93);
}

.s-contact-info-value {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--stripe-text, #0a2540);
  line-height: 1.55;
}

.s-contact-info-value + .s-contact-info-value {
  margin-top: 0.2rem;
}

.s-contact-info-value a {
  color: inherit;
  text-decoration: none;
}

.s-contact-info-value a:hover {
  color: var(--stripe-purple, #635bff);
}

.s-contact-map {
  margin-top: 3rem;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(50, 50, 93, 0.10);
}

.s-contact-map iframe {
  display: block;
  width: 100%;
}

@media (max-width: 960px) {
  .s-contact-grid {
    grid-template-columns: 1fr;
  }

  .s-estimator select,
  .s-estimator input,
  .s-checklist-tool select {
    font-size: 16px;
  }
}

/* ─────────────────────────────────────────────────────────────────────────
   INSTANT VALUATION ESTIMATOR  (.s-estimator)
   ───────────────────────────────────────────────────────────────────────── */

.s-kicker--purple {
  color: var(--stripe-purple, #635bff);
  font-weight: 600;
}

.s-estimator {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border-radius: var(--radius-xl, 24px);
  box-shadow: var(--shadow-md, 0 13px 27px -5px rgba(50,50,93,.12), 0 8px 16px -8px rgba(0,0,0,.12));
  border: 1px solid var(--border, #e6ebf1);
  padding: 2.5rem;
}

.s-estimator__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.s-estimator__field {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.s-estimator__field--full {
  grid-column: 1 / -1;
}

.s-estimator__field label {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--stripe-muted, #425466);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.s-estimator__field select,
.s-estimator__field input[type="number"] {
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-size: 0.9375rem;
  font-family: inherit;
  color: var(--stripe-text, #0a2540);
  background: var(--bg-soft, #f6f9fc);
  border: 1.5px solid var(--border, #e6ebf1);
  border-radius: var(--radius, 12px);
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  appearance: none;
  -webkit-appearance: none;
  line-height: 1.5;
}

.s-estimator__field select:focus,
.s-estimator__field input[type="number"]:focus {
  border-color: var(--stripe-purple, #635bff);
  box-shadow: 0 0 0 3px rgba(99, 91, 255, 0.12);
  background: #fff;
}

.s-estimator__btn {
  width: 100%;
  justify-content: center;
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
}

.s-estimator__result {
  margin-top: 1.75rem;
  padding: 1.5rem 1.75rem;
  background: linear-gradient(135deg, rgba(99,91,255,0.05) 0%, rgba(103,48,143,0.06) 100%);
  border: 1.5px solid rgba(99, 91, 255, 0.2);
  border-radius: var(--radius-lg, 16px);
  text-align: center;
}

.s-estimator__result-value {
  font-size: 1.4375rem;
  font-weight: 700;
  color: var(--stripe-purple, #635bff);
  margin: 0 0 0.25rem;
  line-height: 1.3;
}

.s-estimator__result-sub {
  font-size: 0.8125rem;
  color: var(--stripe-muted, #425466);
  margin: 0 0 1rem;
  font-style: italic;
}

.s-estimator__cta-note {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--stripe-text, #0a2540);
  margin: 0 0 1.25rem;
}

.s-estimator__result .btn {
  display: inline-block;
}

.s-estimator__disclaimer {
  margin: 1.75rem 0 0;
  font-size: 0.8125rem;
  color: var(--stripe-muted, #6b7c93);
  line-height: 1.65;
  text-align: center;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border, #e6ebf1);
}

@media (max-width: 640px) {
  .s-estimator {
    padding: 1.5rem 1.25rem;
  }
  .s-estimator__fields {
    grid-template-columns: 1fr;
  }
  .s-estimator__result-value {
    font-size: 1.125rem;
  }
}

/* ─────────────────────────────────────────────────────────────────────────
   DOCUMENT CHECKLIST GENERATOR  (.s-checklist-tool)
   ───────────────────────────────────────────────────────────────────────── */

.s-checklist-tool {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border-radius: var(--radius-xl, 24px);
  box-shadow: var(--shadow-md, 0 13px 27px -5px rgba(50,50,93,.12), 0 8px 16px -8px rgba(0,0,0,.12));
  border: 1px solid var(--border, #e6ebf1);
  padding: 2.5rem;
}

.s-checklist-tool__selects {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.s-checklist-tool__field {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.s-checklist-tool__field label {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--stripe-muted, #425466);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.s-checklist-tool__field select {
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-size: 0.9375rem;
  font-family: inherit;
  color: var(--stripe-text, #0a2540);
  background: var(--bg-soft, #f6f9fc);
  border: 1.5px solid var(--border, #e6ebf1);
  border-radius: var(--radius, 12px);
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  appearance: none;
  -webkit-appearance: none;
  line-height: 1.5;
}

.s-checklist-tool__field select:focus {
  border-color: var(--stripe-purple, #635bff);
  box-shadow: 0 0 0 3px rgba(99, 91, 255, 0.12);
  background: #fff;
}

.s-checklist-tool__empty {
  text-align: center;
  color: var(--stripe-muted, #425466);
  padding: 2.5rem 1rem;
  font-size: 0.9375rem;
  margin: 0;
}

.s-checklist-tool__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.s-checklist-tool__item {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border, #e6ebf1);
  opacity: 0;
  transform: translateY(6px);
  animation: cl-item-in 0.28s ease forwards;
}

.s-checklist-tool__item:last-child {
  border-bottom: none;
}

@keyframes cl-item-in {
  to { opacity: 1; transform: translateY(0); }
}

.s-checklist-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--stripe-purple, #635bff) 0%, var(--vmr-purple, #67308f) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.s-checklist-icon svg {
  width: 11px;
  height: 11px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.s-checklist-tool__item-text {
  font-size: 0.9375rem;
  color: var(--stripe-text, #0a2540);
  line-height: 1.55;
}

.s-checklist-tool__actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.5rem;
}

.s-checklist-tool__print-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.125rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--stripe-purple, #635bff);
  background: transparent;
  border: 1.5px solid var(--stripe-purple, #635bff);
  border-radius: 9999px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  font-family: inherit;
  line-height: 1.4;
}

.s-checklist-tool__print-btn:hover {
  background: var(--stripe-purple, #635bff);
  color: #fff;
}

@media (max-width: 640px) {
  .s-checklist-tool {
    padding: 1.5rem 1.25rem;
  }
  .s-checklist-tool__selects {
    grid-template-columns: 1fr;
  }
}
