:root {
  --bg: #050608;
  --bg-soft: #0d1216;
  --panel: rgba(18, 23, 27, 0.82);
  --panel-strong: rgba(9, 12, 15, 0.92);
  --card: rgba(255, 255, 255, 0.06);
  --card-light: rgba(255, 252, 247, 0.94);
  --line: rgba(255, 255, 255, 0.12);
  --line-dark: rgba(9, 12, 15, 0.1);
  --text: #f7f4ef;
  --text-soft: rgba(247, 244, 239, 0.74);
  --text-dark: #101214;
  --text-mid: rgba(16, 18, 20, 0.72);
  --accent: #6ff6dd;
  --accent-strong: #1ed7c2;
  --accent-soft: rgba(111, 246, 221, 0.18);
  --warm: #f2dfc8;
  --warm-strong: #e5c7a5;
  --shadow-xl: 0 36px 96px rgba(0, 0, 0, 0.42);
  --shadow-lg: 0 24px 60px rgba(3, 6, 8, 0.22);
  --shadow-md: 0 14px 30px rgba(3, 6, 8, 0.16);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: min(1180px, calc(100vw - 40px));
  --topbar-height: 86px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(111, 246, 221, 0.1), transparent 24%),
    radial-gradient(circle at top right, rgba(242, 223, 200, 0.08), transparent 18%),
    linear-gradient(180deg, #050608 0%, #080b0e 100%);
  color: var(--text);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

section[id] {
  scroll-margin-top: 120px;
}

.page-shell {
  overflow: clip;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  padding-top: 18px;
}

.topbar-inner {
  min-height: var(--topbar-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(10, 12, 15, 0.72);
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow-md);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-mark {
  width: 228px;
  height: 76px;
  flex: 0 0 228px;
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  padding: 2px 12px 5px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(6, 12, 12, 0.98), rgba(4, 8, 8, 0.98));
  border: 1px solid rgba(111, 246, 221, 0.22);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 10px 24px rgba(0, 0, 0, 0.22);
}

.brand-mark::before {
  content: "";
  position: absolute;
  inset: 3px 14px 6px;
  z-index: -1;
  border-radius: 18px;
  background: radial-gradient(circle at center, rgba(111, 246, 221, 0.16), rgba(111, 246, 221, 0) 72%);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
}

.brand-copy {
  display: none;
}

.brand-copy strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.brand-copy span {
  color: var(--text-soft);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}

.nav a {
  padding: 12px 14px;
  border-radius: 999px;
  color: var(--text-soft);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
  outline: none;
}

.nav-cta {
  color: #05100e !important;
  background: linear-gradient(135deg, var(--accent), #93ffec);
  box-shadow: 0 12px 24px rgba(111, 246, 221, 0.24);
}

.menu-toggle {
  display: none;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero,
.section-dark,
.section-obsidian,
.section-contact {
  position: relative;
}

.hero {
  overflow: hidden;
  padding: 56px 0 30px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 24%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: auto, 84px 84px, 84px 84px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.4));
}

.hero-glow {
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  filter: blur(28px);
  pointer-events: none;
  opacity: 0.44;
}

.hero-glow-left {
  top: 40px;
  left: -160px;
  background: radial-gradient(circle, rgba(111, 246, 221, 0.2), transparent 62%);
}

.hero-glow-right {
  right: -140px;
  top: 120px;
  background: radial-gradient(circle, rgba(242, 223, 200, 0.18), transparent 62%);
}

.hero-grid {
  position: relative;
  width: min(1260px, calc(100vw - 40px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 392px);
  gap: clamp(32px, 4vw, 68px);
  align-items: start;
  min-height: auto;
  padding-bottom: 34px;
}

.hero-copy,
.hero-side,
.section-heading,
.advantage-card,
.assurance-panel,
.detail-card,
.vendor-card,
.partner-card,
.process-card,
.contact-copy,
.lead-card {
  opacity: 1;
  transform: none;
  transition: none;
}

.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-copy {
  max-width: 760px;
  padding-top: 68px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--warm-strong);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.signature {
  margin: 0 0 12px;
  font-family: "Allura", cursive;
  font-size: clamp(2.9rem, 6.6vw, 5.2rem);
  line-height: 0.85;
  color: rgba(242, 223, 200, 0.34);
}

.hero h1,
.section-heading h2,
.assurance-panel h3,
.contact-copy h2,
.lead-card h3,
.founder-copy h2,
.numbers-head strong {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  line-height: 0.95;
}

.hero h1 {
  max-width: 7.6ch;
  font-size: clamp(2.65rem, 5.15vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  text-wrap: balance;
}

.hero-lead,
.section-heading p,
.founder-copy p,
.numbers-list span,
.advantage-card p,
.assurance-panel p,
.detail-card p,
.vendor-copy span,
.process-card p,
.contact-copy p,
.contact-points span,
.contact-channel-copy span,
.lead-card p,
.footer-branding p,
.footer-links span,
.footer-channel span {
  color: var(--text-soft);
  line-height: 1.72;
}

.hero-lead {
  max-width: 62ch;
  margin: 22px 0 0;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.button-primary {
  color: #04100e;
  background: linear-gradient(135deg, var(--accent), #a2fff0);
  box-shadow: 0 16px 34px rgba(111, 246, 221, 0.28);
}

.button-secondary {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.hero-stats article,
.numbers-card,
.advantage-card,
.detail-card,
.vendor-card,
.partner-card,
.process-card,
.contact-points article,
.lead-card,
.founder-card,
.assurance-panel {
  border: 1px solid var(--line);
  background: var(--card);
  box-shadow: var(--shadow-lg);
}

.hero-stats article {
  padding: 20px;
  border-radius: var(--radius-md);
  backdrop-filter: blur(10px);
}

.hero-stats strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-size: 1.08rem;
}

.hero-stats span {
  color: var(--text-soft);
  line-height: 1.6;
}

.hero-note {
  margin-top: 20px;
  padding: 18px 20px;
  max-width: 64ch;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(111, 246, 221, 0.12), rgba(242, 223, 200, 0.06)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(111, 246, 221, 0.2);
  color: #edfdf9;
  line-height: 1.68;
}

.hero-side {
  display: grid;
  gap: 20px;
  width: 100%;
  max-width: 392px;
  justify-self: end;
}

.founder-card,
.numbers-card,
.assurance-panel,
.lead-card {
  border-radius: var(--radius-xl);
}

.founder-card {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(111, 246, 221, 0.08), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.05);
}

.founder-photo {
  position: relative;
  aspect-ratio: 0.76;
  overflow: hidden;
}

.founder-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 6, 8, 0), rgba(5, 6, 8, 0.82));
}

.founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.founder-copy {
  position: relative;
  z-index: 1;
  margin-top: -88px;
  padding: 0 28px 28px;
}

.card-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(242, 223, 200, 0.16);
  color: #fff8ef;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.founder-copy h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.numbers-card {
  padding: 28px;
  background:
    radial-gradient(circle at top right, rgba(111, 246, 221, 0.12), transparent 26%),
    rgba(255, 255, 255, 0.04);
}

.numbers-head {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}

.numbers-head span {
  color: var(--warm-strong);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.numbers-head strong {
  font-size: clamp(2rem, 3vw, 2.7rem);
}

.numbers-list {
  display: grid;
  gap: 16px;
}

.numbers-list article {
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.numbers-list article:first-child {
  padding-top: 0;
  border-top: 0;
}

.numbers-list strong,
.advantage-card h3,
.detail-card h3,
.vendor-copy strong,
.process-card h3,
.contact-points strong,
.contact-channel-copy strong,
.lead-links a,
.footer-links strong,
.footer-channel strong {
  display: block;
  margin: 0 0 8px;
}

.section {
  position: relative;
  overflow: hidden;
  padding: 118px 0 106px;
}

.section > .container {
  position: relative;
  z-index: 1;
}

.hero::after,
.section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 0;
}

.hero::after {
  bottom: -1px;
  height: 92px;
  background: linear-gradient(180deg, rgba(5, 6, 8, 0) 0%, rgba(5, 6, 8, 0.2) 56%, rgba(243, 237, 228, 0.12) 100%);
}

.section::before {
  top: 0;
  height: 88px;
}

.section-ivory {
  background:
    radial-gradient(circle at top left, rgba(111, 246, 221, 0.08), transparent 20%),
    linear-gradient(180deg, #faf6f0 0%, #f3ede4 100%);
  color: var(--text-dark);
}

.section-ivory::before {
  background: linear-gradient(180deg, rgba(5, 6, 8, 0.22) 0%, rgba(250, 246, 240, 0) 100%);
}

.section-dark {
  background:
    radial-gradient(circle at right top, rgba(111, 246, 221, 0.14), transparent 20%),
    linear-gradient(180deg, #071013 0%, #040608 100%);
}

.section-dark::before {
  background: linear-gradient(180deg, rgba(243, 237, 228, 0.16) 0%, rgba(4, 6, 8, 0) 100%);
}

.section-obsidian {
  background:
    radial-gradient(circle at left center, rgba(242, 223, 200, 0.08), transparent 18%),
    linear-gradient(180deg, #06090c 0%, #0a1013 100%);
}

.section-obsidian::before {
  background: linear-gradient(180deg, rgba(4, 6, 8, 0.34) 0%, rgba(10, 16, 19, 0) 100%);
}

.section-contact {
  background:
    radial-gradient(circle at top left, rgba(111, 246, 221, 0.1), transparent 22%),
    linear-gradient(180deg, #0c1114 0%, #050608 100%);
}

.section-contact::before {
  background: linear-gradient(180deg, rgba(243, 237, 228, 0.14) 0%, rgba(12, 17, 20, 0) 100%);
}

.section-ivory .eyebrow {
  color: #766149;
}

.section-ivory .section-heading p,
.section-ivory .advantage-card p,
.section-ivory .assurance-panel p,
.section-ivory .process-card p {
  color: var(--text-mid);
}

.section-ivory .advantage-card,
.section-ivory .process-card,
.section-ivory .assurance-panel {
  background: var(--card-light);
  border-color: var(--line-dark);
  box-shadow: 0 22px 52px rgba(17, 20, 22, 0.08);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading h2,
.contact-copy h2 {
  font-size: clamp(2.3rem, 4.6vw, 4rem);
}

.section-heading p,
.contact-copy p {
  margin: 16px 0 0;
  font-size: 1.02rem;
}

.section-heading-light p {
  color: var(--text-soft);
}

.advantages-grid,
.process-grid {
  display: grid;
  gap: 18px;
}

.advantages-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.advantage-card {
  padding: 26px;
  border-radius: var(--radius-lg);
}

.advantage-card span,
.process-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(111, 246, 221, 0.12);
  color: #06685c;
  font-size: 0.86rem;
  font-weight: 800;
}

.advantage-card h3,
.process-card h3 {
  margin-top: 18px;
  font-size: 1.1rem;
  line-height: 1.38;
}

.assurance-panel {
  margin-top: 24px;
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
}

.assurance-panel h3 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: var(--text-dark);
}

.assurance-stamp {
  max-width: 260px;
  padding: 20px 22px;
  border-radius: 24px;
  border: 2px solid rgba(6, 104, 92, 0.22);
  color: #06685c;
  background: linear-gradient(135deg, rgba(111, 246, 221, 0.16), rgba(255, 255, 255, 0.92));
  font-weight: 800;
  line-height: 1.42;
  text-align: center;
}

.supplies-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 22px;
}

.supply-details {
  display: grid;
  gap: 18px;
}

.detail-card {
  padding: 24px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(111, 246, 221, 0.1), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
}

.detail-card h3 {
  font-size: 1.08rem;
}

.vendor-wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.vendor-card {
  min-height: 100%;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 22px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
}

.vendor-logo {
  min-height: 114px;
  display: grid;
  place-items: center;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
}

.vendor-logo-light {
  background: rgba(255, 255, 255, 0.98);
}

.vendor-logo img {
  max-height: 72px;
  object-fit: contain;
}

.wordmark {
  min-height: 114px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--text-dark);
  font-weight: 800;
  letter-spacing: 0.14em;
}

.wordmark-karcher {
  position: relative;
  font-size: clamp(1.7rem, 3.6vw, 2.5rem);
}

.wordmark-karcher::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 24px;
  height: 8px;
  border-radius: 999px;
  background: #f7d31c;
}

.wordmark-tvx {
  background:
    radial-gradient(circle at center, rgba(30, 215, 194, 0.18), transparent 48%),
    #091113;
  color: #88fff1;
  font-size: clamp(2rem, 4vw, 2.9rem);
}

.partner-slider {
  margin-top: 12px;
}

.partner-slider-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 18px;
}

.partner-slider-button {
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.partner-slider-button:hover,
.partner-slider-button:focus-visible {
  background: rgba(111, 246, 221, 0.12);
  border-color: rgba(111, 246, 221, 0.32);
  outline: none;
}

.partner-slider-button:disabled {
  opacity: 0.4;
  cursor: default;
  transform: none;
}

.partner-slider-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  border-radius: 30px;
}

.partner-slider-viewport::-webkit-scrollbar {
  display: none;
}

.partner-track {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.partner-card {
  display: grid;
  align-content: start;
  gap: 18px;
  flex: 0 0 calc((100% - 40px) / 3);
  min-height: 198px;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at top right, rgba(111, 246, 221, 0.14), transparent 26%),
    rgba(255, 255, 255, 0.05);
  scroll-snap-align: start;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.partner-card:hover,
.partner-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(111, 246, 221, 0.24);
}

.partner-mark {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(111, 246, 221, 0.24), rgba(242, 223, 200, 0.18)),
    rgba(255, 255, 255, 0.08);
  color: #fefaf3;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.56rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.partner-logo-box {
  min-height: 96px;
  display: grid;
  place-items: center;
  padding: 16px 18px;
  border-radius: 24px;
  box-shadow: inset 0 0 0 1px rgba(16, 18, 20, 0.06);
}

.partner-logo-box--light {
  background: rgba(255, 255, 255, 0.98);
}

.partner-logo-box--dark {
  background: linear-gradient(180deg, #10171d 0%, #0b1014 100%);
}

.partner-logo-box--wide img {
  max-height: 74px;
}

.partner-logo-box img {
  width: 100%;
  max-height: 60px;
  object-fit: contain;
}

.partner-card-logo-plain {
  align-items: start;
  justify-items: start;
}

.partner-logo-plain {
  width: 100%;
  max-width: 168px;
  max-height: 46px;
  object-fit: contain;
}

.partner-card strong {
  font-size: 1rem;
  line-height: 1.45;
}

.process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-card {
  padding: 26px;
  border-radius: var(--radius-xl);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  gap: 28px;
  align-items: start;
}

.contact-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.contact-points article {
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: var(--shadow-md);
}

.contact-channels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.contact-channel,
.footer-channel {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.contact-channel:hover,
.contact-channel:focus-visible,
.footer-channel:hover,
.footer-channel:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(111, 246, 221, 0.24);
  background: rgba(255, 255, 255, 0.07);
  outline: none;
}

.contact-channel-icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(111, 246, 221, 0.22), rgba(242, 223, 200, 0.14));
  color: #071312;
}

.contact-channel-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.contact-channel-copy,
.footer-channel > span:last-child {
  display: grid;
  min-width: 0;
}

.contact-channel-copy strong,
.footer-channel strong {
  color: var(--text);
  margin-bottom: 2px;
}

.lead-card {
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(111, 246, 221, 0.08), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.05);
}

.lead-card h3 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.lead-form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.lead-form label {
  display: grid;
  gap: 8px;
  font-size: 0.94rem;
  font-weight: 700;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  font-size: 16px;
}

.lead-form select option {
  color: var(--text-dark);
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: rgba(247, 244, 239, 0.46);
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  outline: 2px solid rgba(111, 246, 221, 0.48);
  outline-offset: 2px;
}

.button-submit {
  width: 100%;
  margin-top: 6px;
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: #b9fff4;
  font-size: 0.88rem;
}

.lead-links {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.lead-links a {
  color: var(--warm);
}

.site-footer {
  padding: 28px 0 92px;
  background:
    radial-gradient(circle at top left, rgba(111, 246, 221, 0.08), transparent 18%),
    linear-gradient(180deg, #06080a 0%, #020304 100%);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) auto auto;
  gap: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-branding {
  display: grid;
  gap: 16px;
  max-width: 520px;
}

.footer-brand-mark {
  width: 180px;
  height: 62px;
  flex-basis: 180px;
  justify-self: start;
}

.footer-branding img {
  width: 100%;
}

.footer-links {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-links-contacts {
  min-width: min(100%, 320px);
}

.footer-channels {
  display: grid;
  gap: 12px;
}

.footer-channel {
  min-height: 64px;
  padding: 14px 16px;
}

.footer-channel .contact-channel-icon {
  flex-basis: 40px;
  width: 40px;
  height: 40px;
}

.footer-links strong {
  color: #ffffff;
}

.footer-links a,
.footer-links span {
  color: var(--text-soft);
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--text);
  outline: none;
}

.mobile-cta {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 45;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 18px;
  border-radius: 999px;
  color: #04100e;
  background: linear-gradient(135deg, var(--accent), #a2fff0);
  font-weight: 800;
  box-shadow: 0 18px 42px rgba(111, 246, 221, 0.3);
}

@media (max-width: 1120px) {
  .hero-grid,
  .supplies-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    width: var(--container);
    min-height: auto;
  }

  .hero-copy {
    padding-top: 24px;
  }

  .hero-side {
    max-width: none;
    justify-self: stretch;
  }
}

@media (max-width: 920px) {
  :root {
    --container: min(100vw - 28px, 100%);
  }

  .topbar {
    position: relative;
    top: auto;
    padding-top: 12px;
  }

  .topbar-inner {
    min-height: 78px;
    border-radius: 28px;
    flex-wrap: wrap;
    padding: 12px;
    background: rgba(10, 12, 15, 0.92);
    backdrop-filter: blur(14px);
  }

  .brand-mark {
    width: 196px;
    height: 64px;
    flex-basis: 196px;
    padding: 1px 11px 4px;
    border-radius: 18px;
  }

  .menu-toggle {
    display: inline-block;
  }

  .nav {
    width: 100%;
    display: none;
    grid-template-columns: 1fr;
    padding-top: 6px;
  }

  .nav a {
    text-align: center;
  }

  .menu-open .nav {
    display: grid;
  }

  .menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hero-stats,
  .advantages-grid,
  .process-grid,
  .contact-channels,
  .contact-points,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .vendor-wall {
    grid-template-columns: 1fr;
  }

  .assurance-panel {
    grid-template-columns: 1fr;
  }

  .partner-slider-controls {
    justify-content: flex-start;
  }

  .partner-card {
    flex-basis: calc((100% - 20px) / 2);
  }

  .partner-card-fallback {
    flex-basis: calc((100% - 24px) / 3);
    gap: 14px;
    min-height: 156px;
    padding: 16px 14px;
  }

  .partner-card-fallback .partner-mark {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    font-size: 1.04rem;
  }

  .partner-card-fallback strong {
    font-size: 0.82rem;
    line-height: 1.3;
    word-break: break-word;
  }

  .partner-card-logo,
  .partner-card-logo-plain {
    flex-basis: calc((100% - 20px) / 2);
  }

  .hero::after {
    height: 68px;
    background: linear-gradient(180deg, rgba(5, 6, 8, 0) 0%, rgba(243, 237, 228, 0.08) 100%);
  }

  .section::before {
    height: 60px;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 20px;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(2.2rem, 10.5vw, 3.3rem);
    line-height: 0.94;
  }

  .signature {
    font-size: clamp(2.6rem, 14vw, 4.3rem);
  }

  .section {
    padding: 94px 0 82px;
  }

  .section-heading h2,
  .contact-copy h2,
  .lead-card h3,
  .founder-copy h2,
  .numbers-head strong {
    font-size: clamp(1.9rem, 9vw, 2.8rem);
  }

  .button {
    width: 100%;
  }

  .topbar {
    padding-top: 10px;
  }

  .topbar-inner {
    gap: 12px;
    padding: 10px 12px;
  }

  .brand-mark {
    width: 170px;
    height: 58px;
    flex-basis: 170px;
    padding: 0 10px 4px;
    border-radius: 16px;
  }

  .footer-brand-mark {
    width: 170px;
    height: 58px;
    flex-basis: 170px;
  }

  .menu-toggle {
    width: 48px;
    height: 48px;
  }

  .founder-copy {
    margin-top: -96px;
    padding: 0 20px 20px;
  }

  .numbers-card,
  .advantage-card,
  .detail-card,
  .vendor-card,
  .partner-card,
  .process-card,
  .contact-points article,
  .lead-card,
  .assurance-panel {
    border-radius: 24px;
  }

  .numbers-card,
  .lead-card,
  .assurance-panel {
    padding: 22px;
  }

  .contact-channel,
  .footer-channel {
    padding: 14px 16px;
    border-radius: 20px;
  }

  .partner-track {
    gap: 12px;
  }

  .partner-card-logo,
  .partner-card-logo-plain {
    flex-basis: 100%;
  }

  .partner-card {
    min-height: auto;
    padding: 20px;
  }

  .partner-card-fallback {
    flex-basis: calc((100% - 24px) / 3);
    gap: 10px;
    min-height: 118px;
    padding: 14px 10px;
    border-radius: 18px;
  }

  .partner-card-fallback .partner-mark {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 0.82rem;
  }

  .partner-card-fallback strong {
    font-size: 0.68rem;
    line-height: 1.22;
    letter-spacing: -0.01em;
  }

  .partner-card-logo strong,
  .partner-card-logo-plain strong {
    font-size: 0.95rem;
  }

  .partner-logo-box,
  .vendor-logo,
  .wordmark {
    min-height: 88px;
  }

  .site-footer {
    padding-bottom: 96px;
  }

  .mobile-cta {
    display: inline-flex;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .hero-copy,
  .hero-side,
  .section-heading,
  .advantage-card,
  .assurance-panel,
  .detail-card,
  .vendor-card,
  .partner-card,
  .process-card,
  .contact-copy,
  .lead-card {
    opacity: 1;
    transform: none;
  }
}
