:root {
  --yellow: #ffd200;
  --yellow-deep: #d7ad00;
  --ink: #080b0a;
  --night: #101412;
  --charcoal: #171d1a;
  --graphite: #202724;
  --forest: #243c34;
  --bronze: #9f8550;
  --paper: #f5f0e2;
  --paper-soft: #e6ddc8;
  --champagne: #fff5d6;
  --muted: rgba(245, 240, 226, 0.68);
  --muted-dark: rgba(8, 11, 10, 0.62);
  --line: rgba(245, 240, 226, 0.13);
  --line-dark: rgba(8, 11, 10, 0.13);
  --danger: #b3544b;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
  --deep-shadow: 0 38px 120px rgba(0, 0, 0, 0.48);
  --metal-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 28px 90px rgba(0, 0, 0, 0.32);
  --form-shadow: 0 34px 110px rgba(0, 0, 0, 0.44);
  --glass: rgba(245, 240, 226, 0.068);
  --glass-strong: rgba(245, 240, 226, 0.105);
  --gold-line: rgba(255, 210, 0, 0.32);
  --radius: 22px;
  --radius-lg: 34px;
  --radius-xl: 46px;
  --page-progress-scale: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-height: 100vh;
  margin: 0;
  color: var(--paper);
  background:
    linear-gradient(115deg, rgba(255, 210, 0, 0.07), transparent 18rem),
    linear-gradient(245deg, rgba(155, 34, 45, 0.08), transparent 28rem),
    linear-gradient(180deg, #060807 0%, #111713 38%, #080b0a 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 36%, rgba(255, 210, 0, 0.022) 36% 36.25%, transparent 36.25% 100%),
    linear-gradient(150deg, transparent 0 58%, rgba(245, 240, 226, 0.022) 58% 58.16%, transparent 58.16% 100%),
    repeating-linear-gradient(90deg, rgba(245, 240, 226, 0.012) 0 1px, transparent 1px 108px);
  background-position: 0 0;
  opacity: 0.28;
  animation: ambientDrift 18s ease-in-out infinite alternate;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.26));
}

main,
.site-footer,
.sticky-cta {
  position: relative;
  z-index: 1;
}

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

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

button {
  cursor: pointer;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 0.7rem 5vw;
  border-bottom: 0;
  background: linear-gradient(180deg, rgba(8, 11, 10, 0.82), rgba(8, 11, 10, 0.32));
  backdrop-filter: blur(18px);
  transition: background 180ms ease, box-shadow 180ms ease, padding 180ms ease;
}

.site-header.is-elevated {
  background: linear-gradient(180deg, rgba(8, 11, 10, 0.96), rgba(8, 11, 10, 0.64));
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.32);
}

.nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  min-height: 66px;
  padding: 0.42rem 0.72rem 0.42rem 0.92rem;
  border: 1px solid rgba(245, 240, 226, 0.12);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(245, 240, 226, 0.085), rgba(245, 240, 226, 0.028)),
    rgba(8, 11, 10, 0.66);
  box-shadow: var(--metal-shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
  font-weight: 880;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 2px solid rgba(255, 250, 230, 0.95);
  border-radius: 50%;
  color: var(--ink);
  background: linear-gradient(145deg, #fff1a8 0%, var(--yellow) 46%, #d7ad00 100%);
  box-shadow: inset 0 2px 5px rgba(255, 255, 255, 0.7), inset 0 -7px 14px rgba(8, 11, 10, 0.16), 0 18px 38px rgba(255, 210, 0, 0.2);
  font-size: 0.78rem;
  font-weight: 950;
}

.brand-copy {
  color: var(--paper);
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 1.65rem;
  color: rgba(245, 240, 226, 0.7);
  font-size: 0.94rem;
  font-weight: 760;
}

.nav-links a {
  padding: 0.65rem 0;
}

.nav-links a:hover {
  color: var(--yellow);
}

.button,
.nav-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.86rem 1.12rem;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 860;
  transform: translateZ(0);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button::before,
.nav-cta::before {
  position: absolute;
  inset: 1px auto 1px -45%;
  width: 42%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.48), transparent);
  transform: skewX(-18deg);
  transition: transform 520ms ease;
}

.button.primary,
.nav-cta {
  color: var(--ink);
  background: linear-gradient(135deg, #fff2a8, var(--yellow) 48%, #d9ae00);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62), 0 18px 42px rgba(255, 210, 0, 0.22);
}

.button.ghost {
  color: var(--paper);
  border-color: rgba(245, 240, 226, 0.16);
  background: linear-gradient(135deg, rgba(245, 240, 226, 0.09), rgba(245, 240, 226, 0.035));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-2px);
}

.button:hover::before,
.nav-cta:hover::before {
  transform: translateX(360%) skewX(-18deg);
}

.button:focus-visible,
.nav-cta:focus-visible,
.brand:focus-visible,
.choice:focus-visible,
.toggle:focus-visible,
.menu-toggle:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(255, 210, 0, 0.62);
  outline-offset: 3px;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(245, 240, 226, 0.08);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--paper);
}

.hero {
  position: relative;
  min-height: calc(100svh - 78px);
  padding: 5.2rem 5vw 4rem;
  overflow: hidden;
  isolation: isolate;
  perspective: 1200px;
}

.hero::before {
  position: absolute;
  top: 15%;
  right: -2vw;
  z-index: -1;
  width: min(390px, 30vw);
  height: min(470px, 54vh);
  content: "";
  border: 1px solid rgba(255, 210, 0, 0.18);
  border-radius: 48px;
  background:
    linear-gradient(135deg, rgba(255, 210, 0, 0.1), transparent 28%),
    linear-gradient(155deg, rgba(245, 240, 226, 0.09), rgba(245, 240, 226, 0.018));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 42px 120px rgba(0, 0, 0, 0.34);
  opacity: 0.22;
  pointer-events: none;
  transform: rotateY(-25deg) rotateX(8deg) translate3d(0, 0, 0);
  animation: floatPlate 8s ease-in-out infinite;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 36%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(8, 11, 10, 0.84));
  pointer-events: none;
}

.hero-picture,
.hero-picture img,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-picture {
  z-index: -3;
}

.hero-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 67% 66%;
  filter: saturate(0.95) contrast(1.03);
  animation: heroBreath 18s ease-in-out infinite alternate;
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(8, 11, 10, 0.96) 0%, rgba(8, 11, 10, 0.82) 42%, rgba(8, 11, 10, 0.4) 72%, rgba(8, 11, 10, 0.14) 100%),
    linear-gradient(0deg, rgba(8, 11, 10, 0.76), transparent 52%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(280px, 0.34fr);
  gap: 2rem;
  align-items: center;
  min-height: calc(100svh - 180px);
}

.hero-content {
  width: min(760px, 100%);
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.hero-panel h2 {
  margin: 0;
  font-family: "Bodoni 72", Didot, "Iowan Old Style", Georgia, "Times New Roman", serif;
  font-weight: 650;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 10.6ch;
  color: var(--champagne);
  font-size: clamp(3.4rem, 6.6vw, 7.15rem);
  line-height: 0.88;
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.56), 0 1px 0 rgba(255, 255, 255, 0.12);
  text-wrap: balance;
}

.hero-lead {
  max-width: 32rem;
  margin: 1.2rem 0 0;
  color: rgba(245, 240, 226, 0.78);
  font-size: clamp(1.05rem, 1.7vw, 1.18rem);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.35rem;
}

.hero-facts span {
  padding: 0.46rem 0.68rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: rgba(245, 240, 226, 0.82);
  background: rgba(245, 240, 226, 0.06);
  font-size: 0.86rem;
  font-weight: 760;
}

.hero-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(245, 240, 226, 0.16);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(245, 240, 226, 0.14), rgba(245, 240, 226, 0.04)),
    rgba(17, 22, 19, 0.66);
  box-shadow: var(--deep-shadow);
  backdrop-filter: blur(22px);
  transform-style: preserve-3d;
}

.hero-panel::before {
  position: absolute;
  inset: 0;
  content: "";
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 210, 0, 0.12) 38%, transparent 72%);
  transform: translateX(-120%);
  animation: panelShine 7s ease-in-out infinite;
  pointer-events: none;
}

.hero-panel span,
.summary-pill {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0.9rem;
  padding: 0.34rem 0.56rem;
  border-radius: 999px;
  color: var(--ink);
  background: var(--yellow);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-panel h2 {
  position: relative;
  font-size: 1.82rem;
  line-height: 1.05;
}

.hero-panel-stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 1.15rem 0;
}

.hero-panel-stats strong {
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 0.85rem;
  border: 1px solid var(--line);
  border-radius: 20px;
  color: rgba(245, 240, 226, 0.86);
  background: rgba(245, 240, 226, 0.055);
  font-size: 0.92rem;
  line-height: 1.25;
}

.hero-panel a {
  position: relative;
  display: inline-flex;
  color: var(--yellow);
  font-weight: 920;
}

.trust-band {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.78rem;
  width: min(1760px, calc(100% - 10vw));
  margin: -2.25rem auto 0;
  padding: 0.78rem;
  border: 1px solid rgba(245, 240, 226, 0.14);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(245, 240, 226, 0.1), rgba(245, 240, 226, 0.028)),
    rgba(16, 20, 18, 0.84);
  box-shadow: var(--metal-shadow);
  backdrop-filter: blur(20px);
  transform: translateZ(0);
}

.trust-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 118px;
  padding: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(245, 240, 226, 0.09);
  border-radius: calc(var(--radius-lg) - 8px);
  background: linear-gradient(135deg, rgba(245, 240, 226, 0.082), rgba(245, 240, 226, 0.03));
}

.trust-item::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(125deg, rgba(255, 210, 0, 0.11), transparent 38%, rgba(255, 255, 255, 0.04));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.trust-item:hover::before {
  opacity: 1;
}

.trust-item:last-child {
  border-right: 1px solid rgba(245, 240, 226, 0.075);
}

.trust-item strong {
  display: block;
  margin-bottom: 0.42rem;
  color: var(--paper);
  font-size: 1.05rem;
}

.trust-item span {
  color: var(--muted);
  line-height: 1.48;
}

.section {
  padding: 6rem 5vw;
  scroll-margin-top: 92px;
}

#anfrage {
  scroll-margin-top: 88px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.3fr) minmax(0, 0.7fr);
  gap: 2rem;
  align-items: center;
  margin-bottom: 2rem;
}

.section h2 {
  max-width: 900px;
  font-size: clamp(2.35rem, 4.2vw, 4.35rem);
  line-height: 0.98;
}

.solutions-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(16, 20, 18, 0.98), rgba(8, 11, 10, 0.98) 54%, rgba(15, 20, 17, 0.98));
}

.solutions-section::before {
  position: absolute;
  inset: 4.2rem 6vw auto;
  height: 280px;
  content: "";
  background: linear-gradient(90deg, rgba(255, 210, 0, 0.13), rgba(36, 60, 52, 0.24), rgba(245, 240, 226, 0.06));
  filter: blur(54px);
  opacity: 0.78;
  pointer-events: none;
}

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

.solutions-section .section-heading {
  margin-bottom: 2.75rem;
}

.solution-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr 1fr;
  gap: 1rem;
  align-items: stretch;
}

.solution-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  padding: 1.55rem;
  overflow: hidden;
  border: 1px solid rgba(245, 240, 226, 0.135);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(150deg, rgba(245, 240, 226, 0.12), rgba(245, 240, 226, 0.04)),
    rgba(20, 25, 22, 0.78);
  box-shadow: var(--metal-shadow);
  backdrop-filter: blur(12px);
  transform-style: preserve-3d;
  transition: transform 240ms cubic-bezier(0.2, 0.7, 0.2, 1), border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.solution-card::before {
  position: absolute;
  inset: -1px;
  content: "";
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 210, 0, 0.18), transparent 32%, rgba(245, 240, 226, 0.07) 100%),
    linear-gradient(var(--beam-angle, 118deg), transparent 0 42%, rgba(255, 255, 255, 0.09) 48%, transparent 56% 100%);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 220ms ease, transform 220ms ease;
  pointer-events: none;
}

.solution-card::after {
  position: absolute;
  right: 1.55rem;
  bottom: 1.24rem;
  left: 1.55rem;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 210, 0, 0.58), transparent);
  transform: scaleX(0.2);
  transform-origin: left;
  transition: transform 260ms ease;
}

.solution-card:hover {
  border-color: rgba(255, 210, 0, 0.3);
  background:
    linear-gradient(150deg, rgba(255, 210, 0, 0.13), rgba(245, 240, 226, 0.052)),
    rgba(21, 27, 24, 0.84);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
  transform: translateY(-8px);
}

.solution-card:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.solution-card:hover::after {
  transform: scaleX(1);
}

.solution-card:nth-child(1),
.solution-card:nth-child(4),
.solution-card:nth-child(5) {
  grid-column: span 2;
}

.solution-card:nth-child(1) h3,
.solution-card:nth-child(4) h3,
.solution-card:nth-child(5) h3 {
  max-width: 28rem;
}

.solution-card:nth-child(2),
.solution-card:nth-child(5) {
  transform: translateY(22px);
}

.solution-card:nth-child(2):hover,
.solution-card:nth-child(5):hover {
  transform: translateY(12px);
}

.solution-card:nth-child(3) {
  background:
    linear-gradient(150deg, rgba(255, 210, 0, 0.16), rgba(245, 240, 226, 0.05)),
    rgba(23, 29, 25, 0.86);
}

.solution-card span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 2.1rem;
  border-radius: 50%;
  color: var(--ink);
  background: linear-gradient(135deg, var(--yellow), #fff0a8);
  box-shadow: 0 14px 30px rgba(255, 210, 0, 0.18);
  font-size: 0.82rem;
  font-weight: 950;
}

.solution-card h3,
.risk-item h3,
.process-card h3,
.summary-panel h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--paper);
  font-size: 1.24rem;
}

.solution-card h3 {
  max-width: 13rem;
  font-size: 1.36rem;
}

.solution-card p,
.risk-item p,
.process-card p,
.summary-panel p,
details p {
  position: relative;
  z-index: 1;
  margin: 0.72rem 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.premium-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.52fr) minmax(320px, 0.48fr);
  gap: 3rem;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(120deg, rgba(255, 210, 0, 0.075), transparent 30%),
    linear-gradient(135deg, #19221e, #080b0a 78%);
}

.premium-section::before {
  position: absolute;
  inset: 16% -12% auto auto;
  z-index: -1;
  width: 52%;
  height: 54%;
  content: "";
  border: 1px solid rgba(245, 240, 226, 0.08);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(245, 240, 226, 0.08), rgba(245, 240, 226, 0.016));
  transform: perspective(900px) rotateY(-28deg) rotateX(10deg);
}

.premium-copy p:not(.eyebrow),
.form-copy p {
  max-width: 44rem;
  margin: 1.2rem 0 0;
  color: var(--muted);
  line-height: 1.68;
}

.form-copy p {
  max-width: 31rem;
}

.benefit-list {
  display: grid;
  gap: 0.65rem;
  padding: 0.72rem;
  border: 1px solid rgba(245, 240, 226, 0.11);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(245, 240, 226, 0.075), rgba(245, 240, 226, 0.026));
  box-shadow: var(--metal-shadow);
  backdrop-filter: blur(14px);
}

.benefit-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 1rem;
  padding: 1.05rem 1rem;
  border: 1px solid rgba(245, 240, 226, 0.065);
  border-radius: calc(var(--radius-lg) - 10px);
  background: rgba(8, 11, 10, 0.18);
}

.benefit-row strong {
  color: var(--yellow);
}

.benefit-row span {
  color: rgba(245, 240, 226, 0.86);
  font-size: 1.1rem;
  line-height: 1.45;
}

.business-section,
.process-section,
.faq-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(11, 14, 13, 0.98), rgba(6, 8, 7, 0.99));
}

.business-section::before,
.process-section::before,
.faq-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(118deg, transparent 0 34%, rgba(255, 210, 0, 0.035) 34% 34.4%, transparent 34.4% 100%);
  opacity: 0.8;
  pointer-events: none;
}

.business-section > *,
.process-section > *,
.faq-section > * {
  position: relative;
  z-index: 1;
}

.risk-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.risk-item,
.process-card,
details {
  border: 1px solid rgba(245, 240, 226, 0.11);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(245, 240, 226, 0.095), rgba(245, 240, 226, 0.035)),
    rgba(18, 23, 20, 0.76);
  box-shadow: var(--metal-shadow);
  transform-style: preserve-3d;
}

.risk-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 210px;
  padding: 1.25rem;
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease;
}

.risk-item:hover {
  border-color: rgba(255, 210, 0, 0.24);
  background:
    linear-gradient(145deg, rgba(255, 210, 0, 0.1), rgba(245, 240, 226, 0.04)),
    rgba(18, 23, 20, 0.8);
  transform: translateY(-5px);
}

.process-section {
  padding-top: 4rem;
}

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

.process-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 230px;
  padding: 1.35rem;
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease;
}

.process-card:hover {
  border-color: rgba(255, 210, 0, 0.24);
  background:
    linear-gradient(145deg, rgba(255, 210, 0, 0.09), rgba(245, 240, 226, 0.04)),
    rgba(18, 23, 20, 0.82);
  transform: translateY(-5px);
}

.process-card span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 1.65rem;
  border-radius: 50%;
  color: var(--ink);
  background: var(--yellow);
  font-weight: 950;
}

.form-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.3fr) minmax(0, 0.7fr);
  gap: 2.2rem;
  align-items: center;
  background:
    linear-gradient(118deg, rgba(255, 210, 0, 0.055), transparent 30%),
    linear-gradient(135deg, rgba(28, 45, 39, 0.9), rgba(8, 11, 10, 0.98)),
    var(--ink);
}

.form-copy {
  position: sticky;
  top: 118px;
}

.form-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
}

.form-points li {
  padding: 0.46rem 0.68rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: rgba(245, 240, 226, 0.82);
  background: rgba(245, 240, 226, 0.06);
  font-size: 0.86rem;
  font-weight: 760;
}

.form-workspace {
  display: block;
  width: min(940px, 100%);
  margin-left: auto;
}

.quote-form {
  position: relative;
  padding: clamp(1rem, 2vw, 1.45rem);
  overflow: hidden;
  border: 1px solid rgba(255, 210, 0, 0.18);
  border-radius: var(--radius-xl);
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.99), rgba(240, 235, 222, 0.99)),
    var(--paper);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 30px 84px rgba(0, 0, 0, 0.36);
  transform-style: preserve-3d;
}

.quote-form::before {
  position: absolute;
  inset: 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--yellow), rgba(36, 60, 52, 0.8), transparent);
  animation: formGlow 4.8s ease-in-out infinite;
}

.quote-form::after {
  display: none;
}

.form-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(8, 11, 10, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.46);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.form-header span {
  color: var(--forest);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.form-header strong {
  color: var(--ink);
  font-size: 0.98rem;
}

.simple-form .form-progress,
.simple-form .step-map {
  display: none;
}

.simple-form .form-step {
  display: block;
  padding-top: 0.92rem;
  animation: formSectionIn 480ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.simple-form .form-step + .form-step {
  margin-top: 0.92rem;
  border-top: 1px solid rgba(8, 11, 10, 0.09);
}

.simple-form .form-step:nth-of-type(2) {
  animation-delay: 60ms;
}

.simple-form .form-step:nth-of-type(3) {
  animation-delay: 120ms;
}

.simple-form .form-step:nth-of-type(4) {
  animation-delay: 180ms;
}

.simple-form legend {
  margin-bottom: 0.58rem;
  font-size: 1.04rem;
  font-weight: 900;
}

.simple-form .single-choice {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.simple-form .multi-choice {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.simple-form .choice,
.simple-form .toggle {
  min-height: 46px;
  padding: 0.66rem 0.72rem 0.66rem 2.45rem;
  border-radius: 16px;
  background: rgba(255, 250, 240, 0.74);
  font-size: 0.9rem;
  font-weight: 820;
}

.simple-form .choice::before,
.simple-form .toggle::before {
  left: 0.78rem;
  width: 22px;
  height: 22px;
  content: "";
}

.simple-form .choice.is-selected::after,
.simple-form .toggle.is-selected::after {
  position: absolute;
  left: 1.02rem;
  top: 50%;
  width: 5px;
  height: 9px;
  content: "";
  border-right: 2px solid var(--paper);
  border-bottom: 2px solid var(--paper);
  transform: translateY(-62%) rotate(45deg);
}

.simple-form .field-grid {
  gap: 0.62rem;
}

.simple-form label {
  gap: 0.34rem;
  font-size: 0.84rem;
}

.simple-form input,
.simple-form select {
  min-height: 44px;
}

.simple-form textarea {
  min-height: 74px;
}

.simple-form .range-field,
.simple-form .message-field,
.simple-form .consent {
  margin-top: 0.72rem;
}

.simple-form .form-actions {
  align-items: center;
  justify-content: flex-end;
  margin-top: 1rem;
}

.simple-form #prev-step,
.simple-form #next-step {
  display: none !important;
}

.simple-form #submit-form {
  display: inline-flex !important;
  min-width: 220px;
}


.summary-panel {
  display: none;
}

.form-progress {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.58rem;
  margin-bottom: 1.1rem;
}

.progress-label {
  color: var(--muted-dark);
  font-size: 0.9rem;
  font-weight: 820;
}

.progress-track {
  display: block;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(8, 11, 10, 0.1);
}

.progress-track span {
  display: block;
  width: 25%;
  height: 100%;
  background: linear-gradient(90deg, var(--yellow), #f7e082, var(--forest));
  box-shadow: 0 0 24px rgba(255, 210, 0, 0.45);
  transition: width 220ms ease;
}

.step-map {
  display: none;
}

.step-map span {
  display: grid;
  gap: 0.28rem;
  min-height: 54px;
  padding: 0.65rem 0.7rem;
  border: 1px solid rgba(8, 11, 10, 0.1);
  border-radius: 18px;
  color: rgba(8, 11, 10, 0.52);
  background: rgba(255, 250, 240, 0.56);
  font-size: 0.78rem;
  font-weight: 850;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.step-map span b {
  color: rgba(8, 11, 10, 0.34);
  font-size: 0.7rem;
}

.step-map span.is-active {
  color: var(--ink);
  border-color: rgba(255, 210, 0, 0.42);
  background: rgba(255, 210, 0, 0.22);
  transform: translateY(-1px);
}

.step-map span.is-active b {
  color: var(--yellow-deep);
}

.step-map span.is-complete {
  color: rgba(8, 11, 10, 0.68);
  border-color: rgba(36, 60, 52, 0.24);
  background: rgba(36, 60, 52, 0.08);
}

.step-map span.is-complete b {
  color: var(--forest);
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.form-step {
  display: none;
  position: relative;
  z-index: 1;
  animation: stepIn 320ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.form-step.is-active {
  display: block;
}

legend {
  margin-bottom: 0.9rem;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  font-weight: 860;
  line-height: 1.16;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.58rem;
}

.choice,
.toggle {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 0.82rem 0.95rem 0.82rem 3.05rem;
  border: 1px solid rgba(8, 11, 10, 0.1);
  border-radius: 18px;
  color: var(--ink);
  background: rgba(255, 250, 240, 0.82);
  font-weight: 820;
  line-height: 1.18;
  text-align: left;
  box-shadow: 0 10px 22px rgba(8, 11, 10, 0.035);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.choice::before,
.toggle::before {
  position: absolute;
  left: 0.85rem;
  top: 50%;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  content: attr(data-icon);
  border: 1px solid rgba(8, 11, 10, 0.12);
  border-radius: 50%;
  color: rgba(8, 11, 10, 0.48);
  background: rgba(8, 11, 10, 0.035);
  font-size: 0.66rem;
  font-weight: 950;
  transform: translateY(-50%);
}

.choice:hover,
.toggle:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 210, 0, 0.44);
  box-shadow: 0 14px 28px rgba(8, 11, 10, 0.075);
}

.choice.is-selected,
.toggle.is-selected {
  border-color: rgba(8, 11, 10, 0.16);
  background: linear-gradient(135deg, var(--yellow), #ffe680);
  box-shadow: 0 14px 28px rgba(215, 173, 0, 0.2);
}

.choice.is-selected::before,
.toggle.is-selected::before {
  color: var(--paper);
  border-color: rgba(8, 11, 10, 0.18);
  background: var(--ink);
}

.choice.just-selected,
.toggle.just-selected {
  animation: choicePop 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
}

label {
  display: grid;
  gap: 0.42rem;
  color: rgba(8, 11, 10, 0.76);
  font-size: 0.9rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line-dark);
  border-radius: 18px;
  color: var(--ink);
  background: rgba(255, 250, 240, 0.86);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

input,
select {
  min-height: 48px;
  padding: 0 0.8rem;
}

textarea {
  padding: 0.8rem;
  resize: vertical;
}

input:hover,
select:hover,
textarea:hover,
input:focus,
select:focus,
textarea:focus {
  border-color: rgba(255, 210, 0, 0.55);
  background: #fffdf7;
  box-shadow: 0 0 0 4px rgba(255, 210, 0, 0.1);
}

.range-field,
.message-field,
.consent {
  margin-top: 1rem;
}

.range-field > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.45rem;
}

.range-field label {
  display: block;
}

output {
  color: var(--forest);
  font-weight: 950;
}

input[type="range"] {
  height: 34px;
  padding: 0;
  accent-color: var(--forest);
  background: transparent;
}

.toggle-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.58rem;
  margin-top: 0.82rem;
}

.consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  color: var(--muted-dark);
  font-weight: 650;
  line-height: 1.42;
}

.consent input {
  width: 20px;
  min-height: 20px;
  margin-top: 0.08rem;
  accent-color: var(--forest);
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.25rem;
}

.form-actions .button.ghost {
  color: var(--ink);
  border-color: var(--line-dark);
  background: transparent;
}

#prev-step,
#submit-form {
  display: none;
}

.form-note {
  min-height: 1.35rem;
  margin: 0.9rem 0 0;
  color: var(--forest);
  font-weight: 820;
}

.form-note.is-error {
  color: var(--danger);
}

.summary-panel p {
  margin: 0.6rem 0 0;
}

.summary-panel ul {
  display: grid;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

.summary-panel ul.is-pulsing {
  animation: summaryPulse 420ms ease;
}

.summary-panel li {
  position: relative;
  padding-left: 1rem;
  color: rgba(245, 240, 226, 0.86);
  font-size: 0.92rem;
  line-height: 1.35;
}

.summary-panel li::before {
  position: absolute;
  left: 0;
  top: 0.54rem;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 50%;
  background: var(--yellow);
}

.summary-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
}

.summary-code span {
  color: rgba(245, 240, 226, 0.58);
  font-size: 0.82rem;
  font-weight: 800;
}

.mailto-link {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--yellow);
  font-weight: 920;
}

.faq-grid {
  display: grid;
  gap: 0.8rem;
  max-width: 980px;
  margin-left: auto;
}

details {
  display: grid;
  align-content: center;
  padding: 1rem 1.1rem;
  overflow: hidden;
}

summary {
  cursor: pointer;
  color: var(--paper);
  font-weight: 880;
}

details[open] {
  background: rgba(245, 240, 226, 0.07);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.6rem 5vw;
  border-top: 1px solid var(--line);
  background: var(--ink);
}

.site-footer div {
  display: grid;
  gap: 0.35rem;
}

.site-footer span {
  color: rgba(245, 240, 226, 0.58);
  font-size: 0.9rem;
}

.site-footer a {
  align-self: center;
  color: var(--yellow);
  font-weight: 950;
}

.sticky-cta {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 18;
  display: none;
  padding: 0.82rem 1rem;
  border-radius: 999px;
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
  font-weight: 950;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.sticky-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

body.is-form-view .sticky-cta {
  display: none !important;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}

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

@keyframes ambientDrift {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 72px 34px;
  }
}

@keyframes heroBreath {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.035);
  }
}

@keyframes formSectionIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes stepIn {
  from {
    opacity: 0;
    transform: translateX(18px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes panelShine {
  0%,
  62% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}

@keyframes formGlow {
  0%,
  100% {
    transform: translateX(-45%);
    opacity: 0.5;
  }
  50% {
    transform: translateX(45%);
    opacity: 1;
  }
}

@keyframes choicePop {
  0% {
    transform: scale(0.98);
  }
  55% {
    transform: scale(1.015);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes summaryPulse {
  0% {
    transform: translateY(4px);
    opacity: 0.64;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


.tilt-surface {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --lift-y: 0px;
  --base-y: 0px;
  backface-visibility: hidden;
  transform: perspective(1100px) translate3d(0, calc(var(--base-y) + var(--lift-y)), 0) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  will-change: transform;
}

.reveal.is-visible.tilt-surface {
  transform: perspective(1100px) translate3d(0, calc(var(--base-y) + var(--lift-y)), 0) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
}

.tilt-surface.is-tilting {
  transition-duration: 90ms;
}

.reveal.tilt-surface:not(.is-visible) {
  transform: translateY(18px);
}

.tilt-surface.solution-card:hover,
.tilt-surface.risk-item:hover,
.tilt-surface.process-card:hover,
.tilt-surface.trust-item:hover,
.tilt-surface.quote-form:hover,
.tilt-surface.hero-panel:hover,
details.tilt-surface:hover {
  --lift-y: -7px;
}

.solution-card:nth-child(2),
.solution-card:nth-child(5) {
  --base-y: 22px;
}

.quote-form,
.hero-panel,
.solution-card,
.risk-item,
.process-card,
.trust-item,
details,
.benefit-list {
  outline: 1px solid transparent;
}

.quote-form::before,
.hero-panel::before {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.section-heading .eyebrow {
  position: relative;
  width: fit-content;
}

.section-heading .eyebrow::after {
  position: absolute;
  top: 50%;
  left: calc(100% + 0.75rem);
  width: min(9vw, 92px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--yellow), transparent);
}

.form-section {
  perspective: 1200px;
}

.form-workspace {
  transform: none;
  transform-origin: center right;
}

@keyframes floatPlate {
  0%,
  100% {
    transform: rotateY(-25deg) rotateX(8deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotateY(-21deg) rotateX(6deg) translate3d(-8px, 12px, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }

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

@media (max-width: 1120px) {
  .hero-grid,
  .premium-section,
  .form-section,
  .form-workspace {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    max-width: 620px;
  }

  .solution-card:nth-child(1),
  .solution-card:nth-child(4),
  .solution-card:nth-child(5) {
    grid-column: auto;
  }

  .solution-card:nth-child(2),
  .solution-card:nth-child(5) {
    --base-y: 0px;
    transform: none;
  }

  .form-workspace {
    transform: none;
  }

  .solution-card:nth-child(2):hover,
  .solution-card:nth-child(5):hover {
    transform: translateY(-6px);
  }

  .form-copy {
    position: static;
  }

  .solution-grid,
  .risk-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .nav {
    grid-template-columns: auto auto;
    min-height: 70px;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
    font-size: 0.74rem;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    inset: 82px 5vw auto;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 0.65rem 1rem 1rem;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: rgba(8, 11, 10, 0.98);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 0.95rem 0;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 4.5rem 5vw 3rem;
  }

  .hero::before {
    display: none;
  }

  .hero-grid {
    min-height: auto;
  }

  .hero-picture img {
    object-position: 62% 64%;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(8, 11, 10, 0.9) 0%, rgba(8, 11, 10, 0.72) 52%, rgba(8, 11, 10, 0.48) 100%),
      linear-gradient(90deg, rgba(8, 11, 10, 0.78), rgba(8, 11, 10, 0.18));
  }

  .hero h1 {
    max-width: 8.7ch;
    font-size: clamp(3rem, 12vw, 4.55rem);
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-actions .button.ghost {
    display: none;
  }

  .hero-panel {
    display: none;
  }

  .trust-band,
  .section-heading,
  .solution-grid,
  .risk-grid,
  .process-grid,
  .field-grid,
  .choice-grid,
  .toggle-row {
    grid-template-columns: 1fr;
  }

  .step-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .step-map span {
    min-height: 48px;
    padding: 0.58rem 0.62rem;
  }

  .choice,
  .toggle {
    min-height: 62px;
  }

  .simple-form .single-choice,
  .simple-form .multi-choice,
  .simple-form .field-grid,
  .simple-form .toggle-row {
    grid-template-columns: 1fr;
  }

  .form-header {
    display: grid;
  }

  .simple-form #submit-form {
    width: 100%;
  }

  .trust-band {
    margin-top: -1.4rem;
    border-radius: var(--radius-lg);
  }

  .trust-item {
    min-height: auto;
    border-right: 1px solid rgba(245, 240, 226, 0.075);
    border-bottom: 1px solid rgba(245, 240, 226, 0.075);
  }

  .trust-item:last-child {
    border-bottom: 1px solid rgba(245, 240, 226, 0.075);
  }

  .section {
    padding: 4.2rem 5vw;
  }

  .solution-card {
    min-height: auto;
    border-radius: var(--radius-lg);
  }

  .solution-card span {
    margin-bottom: 2rem;
  }

  .risk-item,
  .process-card {
    min-height: auto;
  }

  .quote-form,
  .summary-panel {
    padding: 1rem;
  }

  .form-actions .button {
    flex: 1 1 100%;
  }

  .site-footer {
    display: grid;
  }

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


/* Ultra simple callback form */
.form-workspace {
  width: min(660px, 100%);
}

.ultra-simple-form {
  width: 100%;
  padding: clamp(1rem, 2vw, 1.35rem);
  border-color: rgba(255, 210, 0, 0.14);
  border-radius: 34px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 24px 70px rgba(0, 0, 0, 0.32);
  transform: none !important;
  transition: none;
}

.ultra-simple-form::before,
.ultra-simple-form::after {
  display: none;
}

.ultra-simple-form.tilt-surface,
.ultra-simple-form.tilt-surface:hover {
  --lift-y: 0px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  transform: none !important;
}

.ultra-simple-form .form-header {
  margin-bottom: 0.9rem;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ultra-simple-form .form-header span {
  color: var(--forest);
  font-size: 0.75rem;
}

.ultra-simple-form .form-header strong {
  color: var(--ink);
  font-size: 1rem;
}

.quick-field-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
}

.ultra-simple-form label {
  gap: 0.34rem;
  color: rgba(8, 11, 10, 0.72);
  font-size: 0.84rem;
  font-weight: 820;
}

.ultra-simple-form input,
.ultra-simple-form select,
.ultra-simple-form textarea {
  min-height: 48px;
  border-color: rgba(8, 11, 10, 0.12);
  border-radius: 18px;
  background: rgba(255, 250, 240, 0.88);
  box-shadow: none;
  transition: border-color 140ms ease, box-shadow 140ms ease;
}

.ultra-simple-form textarea {
  min-height: 76px;
}

.ultra-simple-form input:hover,
.ultra-simple-form select:hover,
.ultra-simple-form textarea:hover {
  border-color: rgba(8, 11, 10, 0.12);
  background: rgba(255, 250, 240, 0.88);
  box-shadow: none;
}

.ultra-simple-form input:focus,
.ultra-simple-form select:focus,
.ultra-simple-form textarea:focus {
  border-color: rgba(255, 210, 0, 0.62);
  background: #fffdf7;
  box-shadow: 0 0 0 4px rgba(255, 210, 0, 0.11);
}

.ultra-simple-form .message-field,
.ultra-simple-form .consent {
  position: relative;
  z-index: 1;
  margin-top: 0.78rem;
}

.ultra-simple-form .consent {
  display: flex;
  align-items: flex-start;
  gap: 0.62rem;
  color: rgba(8, 11, 10, 0.62);
  font-size: 0.82rem;
  font-weight: 650;
}

.ultra-simple-form .consent input {
  flex: 0 0 auto;
  width: 18px;
  min-height: 18px;
  margin-top: 0.1rem;
}

.ultra-simple-form .form-actions {
  position: relative;
  z-index: 1;
  display: grid;
  margin-top: 0.95rem;
}

.ultra-simple-form #submit-form {
  display: inline-flex !important;
  width: 100%;
  min-height: 52px;
}

.ultra-simple-form .button::before {
  display: none;
}

.ultra-simple-form .button:hover,
.ultra-simple-form .button.primary:hover {
  transform: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62), 0 18px 42px rgba(255, 210, 0, 0.22);
}

.ultra-simple-form .form-note {
  margin-top: 0.76rem;
  text-align: center;
}

@media (max-width: 820px) {
  .quick-field-grid {
    grid-template-columns: 1fr;
  }

  .ultra-simple-form .form-header {
    display: grid;
    gap: 0.22rem;
  }
}



/* Premium scroll route */
.route-guide {
  position: fixed;
  top: 50%;
  right: max(0.65rem, 1.1vw);
  z-index: 15;
  display: grid;
  justify-items: center;
  gap: 0.68rem;
  width: 58px;
  padding: 0.82rem 0.38rem;
  border: 1px solid rgba(245, 240, 226, 0.14);
  border-radius: 999px;
  background:
    linear-gradient(150deg, rgba(245, 240, 226, 0.12), rgba(245, 240, 226, 0.035)),
    rgba(8, 11, 10, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 28px 70px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(20px);
  transform: translateY(-50%) translateZ(0);
  transition: border-color 220ms ease, box-shadow 220ms ease, opacity 220ms ease;
}

.route-guide__label {
  color: rgba(245, 240, 226, 0.6);
  font-size: 0.58rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.route-guide__steps {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 0.46rem;
  padding: 0.18rem 0;
}

.route-guide__steps::before,
.route-guide__steps::after {
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 50%;
  width: 2px;
  content: "";
  border-radius: 999px;
  transform: translateX(-50%);
  pointer-events: none;
}

.route-guide__steps::before {
  background: rgba(245, 240, 226, 0.14);
}

.route-guide__steps::after {
  height: calc(100% - 28px);
  bottom: auto;
  background: linear-gradient(180deg, var(--yellow), rgba(255, 210, 0, 0.18));
  box-shadow: 0 0 20px rgba(255, 210, 0, 0.28);
  transform: translateX(-50%) scaleY(var(--page-progress-scale));
  transform-origin: top;
}

.route-guide__steps a {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(245, 240, 226, 0.14);
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(245, 240, 226, 0.12), rgba(245, 240, 226, 0.03)),
    rgba(10, 13, 12, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 12px 28px rgba(0, 0, 0, 0.24);
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.route-guide__steps a::before {
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: rgba(245, 240, 226, 0.48);
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.route-guide__steps a span {
  position: absolute;
  top: 50%;
  right: calc(100% + 0.7rem);
  padding: 0.38rem 0.58rem;
  border: 1px solid rgba(245, 240, 226, 0.13);
  border-radius: 999px;
  color: rgba(245, 240, 226, 0.88);
  background: rgba(8, 11, 10, 0.78);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.3);
  font-size: 0.72rem;
  font-weight: 850;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(8px, -50%);
  transition: opacity 180ms ease, transform 180ms ease;
}

.route-guide__steps a.is-active,
.route-guide__steps a:hover,
.route-guide__steps a:focus-visible {
  border-color: rgba(255, 210, 0, 0.48);
  background: linear-gradient(145deg, rgba(255, 210, 0, 0.22), rgba(245, 240, 226, 0.055)), rgba(10, 13, 12, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 0 0 5px rgba(255, 210, 0, 0.055), 0 14px 32px rgba(0, 0, 0, 0.28);
  transform: scale(1.04);
}

.route-guide__steps a.is-active::before,
.route-guide__steps a:hover::before,
.route-guide__steps a:focus-visible::before {
  background: var(--yellow);
  box-shadow: 0 0 18px rgba(255, 210, 0, 0.62);
  transform: scale(1.18);
}

.route-guide__steps a:hover span,
.route-guide__steps a:focus-visible span {
  opacity: 1;
  transform: translate(0, -50%);
}

.route-guide__progress {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  min-width: 38px;
  padding: 0.32rem 0.2rem;
  border-radius: 999px;
  color: rgba(245, 240, 226, 0.72);
  background: rgba(245, 240, 226, 0.06);
  font-size: 0.58rem;
  font-weight: 850;
}

.route-guide__progress b {
  color: var(--yellow);
  font-size: 0.72rem;
}

body.route-finished .route-guide {
  border-color: rgba(255, 210, 0, 0.36);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.11), 0 0 34px rgba(255, 210, 0, 0.13), 0 28px 76px rgba(0, 0, 0, 0.38);
}

body.route-finished .site-footer {
  box-shadow: inset 0 1px 0 rgba(255, 210, 0, 0.16), 0 -24px 70px rgba(255, 210, 0, 0.05);
}

@media (max-width: 1120px) {
  .route-guide {
    display: none;
  }
}


/* Premium finishing details */
:root {
  --cursor-x: 50vw;
  --cursor-y: 50vh;
  --ambient-shift: 0px;
}

body::after {
  position: fixed;
  inset: -12vh -12vw;
  z-index: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at var(--cursor-x) var(--cursor-y), rgba(255, 210, 0, 0.105), transparent 21rem),
    radial-gradient(circle at 82% 18%, rgba(245, 240, 226, 0.055), transparent 25rem),
    linear-gradient(135deg, transparent 0 42%, rgba(255, 210, 0, 0.026) 42% 42.16%, transparent 42.16% 100%);
  opacity: 0.62;
  mix-blend-mode: screen;
  transform: translate3d(0, var(--ambient-shift), 0);
  transition: opacity 220ms ease;
}

body.is-form-view::after {
  opacity: 0.34;
}

body.has-read-intent .nav {
  border-color: rgba(255, 210, 0, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.11), 0 28px 82px rgba(0, 0, 0, 0.35), 0 0 58px rgba(255, 210, 0, 0.055);
}

.nav-cta {
  min-width: 216px;
}

.hero h1 {
  position: relative;
}

.hero h1::after {
  display: block;
  width: min(190px, 42vw);
  height: 1px;
  margin-top: 1.14rem;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, var(--yellow), rgba(245, 240, 226, 0.28), transparent);
  box-shadow: 0 0 28px rgba(255, 210, 0, 0.18);
  transform-origin: left;
  animation: signatureDraw 1000ms 520ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.scroll-cue {
  position: absolute;
  left: 5vw;
  bottom: 2.1rem;
  z-index: 2;
  display: inline-grid;
  grid-template-columns: auto 30px;
  align-items: center;
  gap: 0.68rem;
  color: rgba(245, 240, 226, 0.74);
  font-size: 0.72rem;
  font-weight: 940;
  text-transform: uppercase;
}

.scroll-cue span {
  transform: translateY(1px);
}

.scroll-cue i {
  position: relative;
  display: grid;
  justify-items: center;
  width: 30px;
  height: 48px;
  border: 1px solid rgba(245, 240, 226, 0.2);
  border-radius: 999px;
  background: rgba(245, 240, 226, 0.052);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 14px 34px rgba(0, 0, 0, 0.28);
}

.scroll-cue i::before {
  width: 5px;
  height: 5px;
  margin-top: 9px;
  content: "";
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 18px rgba(255, 210, 0, 0.52);
  animation: scrollCue 1.9s ease-in-out infinite;
}

.solutions-section::after,
.premium-section::after,
.business-section::after,
.process-section::after,
.form-section::after,
.faq-section::after {
  position: absolute;
  right: 5vw;
  bottom: 0;
  left: 5vw;
  z-index: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 210, 0, 0.18), rgba(245, 240, 226, 0.08), transparent);
  opacity: 0.9;
  pointer-events: none;
}

.premium-section,
.form-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.benefit-list {
  position: relative;
  overflow: hidden;
}

.trust-band > *,
.benefit-list > *,
.quote-form > * {
  position: relative;
  z-index: 1;
}

.trust-band::after,
.benefit-list::after,
.quote-form::after {
  position: absolute;
  inset: 1px;
  content: "";
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), transparent 34%, rgba(255, 210, 0, 0.045));
  opacity: 0.62;
  pointer-events: none;
}

.ultra-simple-form::after {
  display: block;
  opacity: 0.42;
}

.sticky-cta {
  min-width: 92px;
  text-align: center;
}

body.route-finished .sticky-cta,
body.route-finished .nav-cta {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62), 0 0 38px rgba(255, 210, 0, 0.24), 0 18px 42px rgba(255, 210, 0, 0.2);
}

@keyframes signatureDraw {
  from {
    opacity: 0;
    transform: scaleX(0);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes scrollCue {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  30%, 68% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(22px);
  }
}

@media (hover: none), (pointer: coarse) {
  body::after {
    display: none;
  }
}

@media (max-width: 820px) {
  .scroll-cue {
    display: none;
  }

  .nav-cta {
    min-width: 0;
  }
}


/* Clean layout correction */
.hero-facts {
  align-items: center;
  gap: 0;
  color: rgba(245, 240, 226, 0.74);
  pointer-events: none;
}

.hero-facts span {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
  box-shadow: none;
  font-size: 0.9rem;
  font-weight: 720;
  cursor: default;
}

.hero-facts span:not(:last-child)::after {
  width: 4px;
  height: 4px;
  margin: 0 0.74rem;
  content: "";
  border-radius: 50%;
  background: rgba(255, 210, 0, 0.78);
  box-shadow: 0 0 14px rgba(255, 210, 0, 0.28);
}

.hero-panel-stats {
  gap: 1rem;
  padding-top: 0.2rem;
}

.hero-panel-stats strong {
  min-height: auto;
  padding: 0 0 0 0.86rem;
  border: 0;
  border-left: 1px solid rgba(255, 210, 0, 0.34);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  cursor: default;
}

.solution-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 1.55vw, 1.35rem);
  align-items: stretch;
}

.solution-card,
.solution-card:nth-child(1),
.solution-card:nth-child(2),
.solution-card:nth-child(3),
.solution-card:nth-child(4),
.solution-card:nth-child(5),
.solution-card:nth-child(6) {
  --base-y: 0px;
  --lift-y: 0px;
  grid-column: auto;
  min-height: 266px;
  transform: none;
}

.solution-card:nth-child(1) h3,
.solution-card:nth-child(4) h3,
.solution-card:nth-child(5) h3,
.solution-card h3 {
  max-width: 20rem;
}

.solution-card:hover,
.solution-card:nth-child(2):hover,
.solution-card:nth-child(5):hover {
  transform: translateY(-4px);
}

@media (max-width: 1120px) {
  .solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-card,
  .solution-card:nth-child(1),
  .solution-card:nth-child(2),
  .solution-card:nth-child(3),
  .solution-card:nth-child(4),
  .solution-card:nth-child(5),
  .solution-card:nth-child(6) {
    grid-column: auto;
    min-height: 238px;
    transform: none;
  }

  .solution-card:hover,
  .solution-card:nth-child(2):hover,
  .solution-card:nth-child(5):hover {
    transform: translateY(-4px);
  }
}

@media (max-width: 820px) {
  .solution-grid {
    grid-template-columns: 1fr;
  }

  .solution-card,
  .solution-card:nth-child(1),
  .solution-card:nth-child(2),
  .solution-card:nth-child(3),
  .solution-card:nth-child(4),
  .solution-card:nth-child(5),
  .solution-card:nth-child(6) {
    min-height: auto;
  }

  .hero-facts {
    gap: 0.62rem;
  }

  .hero-facts span:not(:last-child)::after {
    margin-left: 0.62rem;
    margin-right: 0;
  }
}


@media (min-width: 1121px) {
  .section {
    padding-right: max(5vw, 7rem);
  }
}

.tilt-surface.solution-card:hover,
.solution-card:hover,
.solution-card:nth-child(2):hover,
.solution-card:nth-child(5):hover {
  --lift-y: -4px;
}


/* Legal subpages */
.legal-page main,
.legal-page .site-footer {
  position: relative;
  z-index: 1;
}

.legal-main {
  min-height: 100vh;
  background:
    linear-gradient(120deg, rgba(255, 210, 0, 0.055), transparent 28rem),
    linear-gradient(180deg, rgba(16, 20, 18, 0.98), rgba(8, 11, 10, 0.99));
}

.legal-hero {
  position: relative;
  min-height: 46svh;
  padding: 7rem 5vw 5.5rem;
  overflow: hidden;
  isolation: isolate;
}

.legal-hero::before {
  position: absolute;
  top: 24%;
  right: 4vw;
  z-index: -1;
  width: min(680px, 44vw);
  height: 1px;
  content: "";
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 210, 0, 0.22), rgba(245, 240, 226, 0.12), transparent);
  box-shadow: 0 0 70px rgba(255, 210, 0, 0.16), 0 0 140px rgba(245, 240, 226, 0.06);
  transform: rotate(-4deg);
}

.legal-hero h1 {
  max-width: min(100%, 960px);
  margin: 0;
  color: var(--champagne);
  font-family: "Bodoni 72", Didot, "Iowan Old Style", Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 5.8vw, 6rem);
  font-weight: 650;
  line-height: 0.9;
  letter-spacing: 0;
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.54);
}

.legal-hero p:not(.eyebrow) {
  max-width: 37rem;
  margin: 1.25rem 0 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.65;
}

.legal-hero .button {
  margin-top: 1.7rem;
}

.legal-content {
  position: relative;
  padding: 0 5vw 6rem;
}

.legal-shell {
  display: grid;
  gap: 1rem;
  width: min(1080px, 100%);
  margin: -2.5rem auto 0;
}

.legal-card {
  position: relative;
  display: grid;
  gap: 0.8rem;
  padding: clamp(1.15rem, 2.4vw, 2rem);
  overflow: hidden;
  border: 1px solid rgba(245, 240, 226, 0.12);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, rgba(245, 240, 226, 0.105), rgba(245, 240, 226, 0.035)),
    rgba(18, 23, 20, 0.78);
  box-shadow: var(--metal-shadow);
  backdrop-filter: blur(16px);
}

.legal-card::before {
  position: absolute;
  inset: 1px;
  content: "";
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 34%, rgba(255, 210, 0, 0.04));
  pointer-events: none;
}

.legal-card > * {
  position: relative;
  z-index: 1;
}

.legal-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 0.34rem 0.56rem;
  border-radius: 999px;
  color: var(--ink);
  background: var(--yellow);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.legal-card h2 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.12;
}

.legal-card p {
  max-width: 74rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.legal-list {
  display: grid;
  gap: 0.72rem;
  margin: 0;
}

.legal-list div {
  display: grid;
  grid-template-columns: minmax(150px, 0.24fr) 1fr;
  gap: 1rem;
  padding-top: 0.72rem;
  border-top: 1px solid rgba(245, 240, 226, 0.09);
}

.legal-list dt {
  color: rgba(255, 210, 0, 0.86);
  font-weight: 900;
}

.legal-list dd {
  margin: 0;
  color: rgba(245, 240, 226, 0.78);
  line-height: 1.58;
}

.legal-note {
  padding-top: 0.82rem;
  border-top: 1px solid rgba(255, 210, 0, 0.18);
  color: rgba(255, 245, 214, 0.9) !important;
  font-weight: 760;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.7rem;
}

.site-footer .footer-links a {
  align-self: auto;
  padding: 0.52rem 0.72rem;
  border: 1px solid rgba(245, 240, 226, 0.11);
  border-radius: 999px;
  color: rgba(245, 240, 226, 0.82);
  background: rgba(245, 240, 226, 0.045);
  font-size: 0.9rem;
  font-weight: 850;
}

.site-footer .footer-links .footer-cta {
  color: var(--ink);
  border-color: transparent;
  background: linear-gradient(135deg, #fff2a8, var(--yellow) 48%, #d9ae00);
  box-shadow: 0 12px 28px rgba(255, 210, 0, 0.16);
}

@media (max-width: 820px) {
  .legal-hero {
    min-height: auto;
    padding: 4.8rem 5vw 4.6rem;
  }

  .legal-hero::before {
    right: -8vw;
    width: 70vw;
    opacity: 0.7;
  }

  .legal-list div {
    grid-template-columns: 1fr;
    gap: 0.24rem;
  }

  .footer-links {
    justify-content: flex-start;
  }
}


.legal-page .reveal {
  opacity: 1;
  transform: none;
}


/* Final polish pass */
:root {
  --soft-edge: rgba(245, 240, 226, 0.105);
  --soft-edge-strong: rgba(245, 240, 226, 0.18);
  --comfortable-text: rgba(245, 240, 226, 0.76);
}

html {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
}

.site-header {
  padding-inline: clamp(0.86rem, 5vw, 5vw);
}

.nav {
  width: min(1760px, 100%);
  margin-inline: auto;
}

.brand-copy,
.nav-links a,
.button,
.nav-cta,
.site-footer a,
summary,
.hero-panel a {
  -webkit-tap-highlight-color: transparent;
}

.hero,
.section,
.legal-hero,
.legal-content {
  padding-left: clamp(1.05rem, 5vw, 5vw);
  padding-right: clamp(1.05rem, 5vw, 5vw);
}

.trust-band {
  width: min(1760px, calc(100% - clamp(2.1rem, 10vw, 10vw)));
}

.solution-card,
.risk-item,
.process-card,
.trust-item,
details,
.benefit-list,
.legal-card,
.quote-form,
.nav,
.site-footer .footer-links a {
  border-color: var(--soft-edge);
}

.solution-card,
.risk-item,
.process-card,
details,
.legal-card {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.075), 0 26px 72px rgba(0, 0, 0, 0.28);
}

.solution-card p,
.risk-item p,
.process-card p,
details p,
.premium-copy p:not(.eyebrow),
.form-copy p,
.legal-card p,
.legal-list dd {
  color: var(--comfortable-text);
}

.section-heading .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.section-heading .eyebrow::after {
  width: min(118px, 18vw);
  height: 1px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 210, 0, 0.68), transparent);
}

.hero h1,
.section h2,
.legal-hero h1 {
  overflow-wrap: break-word;
}

.hero-actions .button,
.form-actions .button,
.nav-cta,
.sticky-cta {
  min-height: 52px;
}

.ultra-simple-form input,
.ultra-simple-form select,
.ultra-simple-form textarea {
  font-size: 16px;
}

.consent span {
  line-height: 1.45;
}

.site-footer {
  align-items: center;
}

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

@media (min-width: 1121px) {
  .route-guide {
    right: max(1.1rem, 1.8vw);
  }

  .section {
    padding-right: max(6.25vw, 7rem);
  }

  .form-section {
    grid-template-columns: minmax(260px, 0.36fr) minmax(0, 0.64fr);
  }
}

@media (max-width: 1120px) {
  .section-heading {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .section h2 {
    max-width: 820px;
  }

  .premium-section,
  .form-section {
    gap: 1.6rem;
  }

  .form-workspace {
    margin-left: 0;
  }

  .legal-shell {
    margin-top: -1.8rem;
  }
}

@media (max-width: 820px) {
  body {
    background:
      linear-gradient(145deg, rgba(255, 210, 0, 0.045), transparent 18rem),
      linear-gradient(180deg, #070908 0%, #101612 48%, #070908 100%);
  }

  body::before {
    opacity: 0.16;
  }

  .site-header {
    padding: 0.58rem 0.72rem;
  }

  .nav {
    grid-template-columns: minmax(0, 1fr) 46px;
    gap: 0.65rem;
    min-height: 60px;
    padding: 0.38rem 0.42rem 0.38rem 0.55rem;
    border-radius: 28px;
  }

  .brand {
    gap: 0.58rem;
    min-width: 0;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
    font-size: 0.66rem;
  }

  .brand-copy {
    overflow: hidden;
    font-size: 0.96rem;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
    border-radius: 50%;
  }

  .nav-links {
    inset: 74px 0.72rem auto;
    padding: 0.72rem;
    border-radius: 26px;
  }

  .nav-links a {
    min-height: 46px;
    padding: 0.78rem 0.72rem;
    border-radius: 18px;
  }

  .nav-links a:hover,
  .nav-links a:focus-visible {
    background: rgba(245, 240, 226, 0.06);
  }

  .hero {
    min-height: 92svh;
    padding-top: clamp(4.6rem, 14vh, 6.8rem);
    padding-bottom: 3.4rem;
  }

  .hero-grid {
    align-items: end;
  }

  .hero-content {
    width: 100%;
  }

  .hero h1 {
    max-width: 8.4ch;
    font-size: clamp(3.05rem, 14vw, 4.85rem);
    line-height: 0.9;
  }

  .hero h1::after {
    width: min(156px, 46vw);
    margin-top: 0.9rem;
  }

  .hero-lead {
    max-width: 22rem;
    margin-top: 1rem;
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
    gap: 0.72rem;
    margin-top: 1.45rem;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 54px;
    border-radius: 999px;
  }

  .hero-facts {
    margin-top: 1rem;
    color: rgba(245, 240, 226, 0.7);
    font-size: 0.84rem;
  }

  .trust-band {
    width: calc(100% - 1.44rem);
    margin-top: -1.1rem;
    padding: 0.54rem;
    border-radius: 30px;
  }

  .trust-item {
    padding: 1rem;
    border-radius: 24px;
  }

  .section {
    padding-top: 4.4rem;
    padding-bottom: 4.4rem;
  }

  .section-heading {
    margin-bottom: 1.35rem;
  }

  .section-heading .eyebrow::after {
    width: 72px;
  }

  .section h2 {
    font-size: clamp(2.25rem, 11vw, 3.6rem);
    line-height: 0.98;
  }

  .solution-grid,
  .risk-grid,
  .process-grid,
  .faq-grid {
    gap: 0.78rem;
  }

  .solution-card,
  .risk-item,
  .process-card,
  details,
  .benefit-row,
  .legal-card {
    border-radius: 28px;
  }

  .solution-card,
  .risk-item,
  .process-card {
    padding: 1.08rem;
  }

  .solution-card span,
  .process-card span {
    width: 40px;
    height: 40px;
    margin-bottom: 1.18rem;
    font-size: 0.74rem;
  }

  .solution-card h3,
  .risk-item h3,
  .process-card h3 {
    font-size: 1.16rem;
    line-height: 1.15;
  }

  .solution-card p,
  .risk-item p,
  .process-card p,
  details p {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .premium-section,
  .form-section {
    grid-template-columns: 1fr;
  }

  .benefit-list {
    padding: 0.54rem;
    border-radius: 30px;
  }

  .benefit-row {
    grid-template-columns: 44px 1fr;
    gap: 0.72rem;
    padding: 0.92rem;
  }

  .benefit-row span {
    font-size: 0.98rem;
  }

  .form-points {
    margin-top: 1rem;
  }

  .form-workspace {
    width: 100%;
  }

  .ultra-simple-form {
    padding: 0.88rem;
    border-radius: 28px;
  }

  .quick-field-grid {
    gap: 0.64rem;
  }

  .ultra-simple-form input,
  .ultra-simple-form select,
  .ultra-simple-form textarea {
    min-height: 52px;
    border-radius: 17px;
  }

  .ultra-simple-form textarea {
    min-height: 82px;
  }

  .ultra-simple-form .consent {
    align-items: flex-start;
    font-size: 0.78rem;
  }

  .sticky-cta {
    right: 0.72rem;
    bottom: calc(0.72rem + env(safe-area-inset-bottom));
    min-height: 50px;
    max-width: calc(100vw - 1.44rem);
    border-radius: 999px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 1.35rem 1.05rem calc(1.35rem + env(safe-area-inset-bottom));
  }

  .footer-links {
    min-width: 0;
    width: 100%;
    gap: 0.5rem;
  }

  .site-footer .footer-links a {
    flex: 1 1 auto;
    justify-content: center;
    text-align: center;
  }

  .legal-hero {
    padding-top: 4.8rem;
    padding-bottom: 3.8rem;
  }

  .legal-hero h1 {
    font-size: clamp(2.85rem, 13vw, 4.25rem);
    line-height: 0.94;
  }

  .legal-hero p:not(.eyebrow) {
    max-width: 100%;
    font-size: 0.98rem;
  }

  .legal-shell {
    gap: 0.78rem;
    margin-top: -1.6rem;
  }

  .legal-card {
    padding: 1rem;
  }

  .legal-kicker {
    max-width: 100%;
    white-space: normal;
  }

  .legal-list dd {
    overflow-wrap: break-word;
  }
}

@media (max-width: 420px) {
  .brand-copy {
    max-width: 12.6rem;
    font-size: 0.9rem;
  }

  .hero h1 {
    font-size: clamp(2.72rem, 13.6vw, 4rem);
  }

  .button,
  .nav-cta,
  .sticky-cta {
    font-size: 0.94rem;
  }

  .site-footer .footer-links a {
    flex-basis: 100%;
  }
}


/* Progressive animation safety */
.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(18px);
}

.js .reveal.is-visible,
.legal-page .reveal {
  opacity: 1;
  transform: none;
}


/* Smartphone rebuild */
@media (max-width: 640px) {
  :root {
    --radius: 18px;
    --radius-lg: 24px;
    --radius-xl: 30px;
  }

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  body {
    color: #f6f0df;
    background:
      linear-gradient(180deg, #070908 0%, #0e1511 42%, #070908 100%);
  }

  body::before {
    background:
      linear-gradient(130deg, transparent 0 42%, rgba(255, 210, 0, 0.026) 42% 42.4%, transparent 42.4% 100%);
    opacity: 0.12;
  }

  .site-header {
    position: sticky;
    top: 0;
    padding: max(0.55rem, env(safe-area-inset-top)) 0.72rem 0.55rem;
    background: linear-gradient(180deg, rgba(7, 9, 8, 0.98), rgba(7, 9, 8, 0.76));
  }

  .nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    min-height: 58px;
    padding: 0.36rem 0.42rem 0.36rem 0.48rem;
    border-radius: 999px;
    background: rgba(16, 20, 18, 0.86);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.075), 0 18px 42px rgba(0, 0, 0, 0.36);
  }

  .brand {
    gap: 0.55rem;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
    border-width: 1px;
    font-size: 0.63rem;
  }

  .brand-copy {
    max-width: calc(100vw - 8.2rem);
    color: rgba(245, 240, 226, 0.92);
    font-size: 0.92rem;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(245, 240, 226, 0.07);
  }

  .menu-toggle span {
    width: 18px;
  }

  .nav-links {
    inset: calc(4.8rem + env(safe-area-inset-top)) 0.72rem auto;
    padding: 0.55rem;
    border-radius: 24px;
    background: rgba(9, 12, 11, 0.98);
  }

  .nav-links a {
    min-height: 48px;
    padding: 0.8rem 0.86rem;
    border-radius: 18px;
    font-size: 0.98rem;
  }

  .nav-cta,
  .hero-panel,
  .route-guide,
  .scroll-cue,
  .hero-actions .button.ghost {
    display: none !important;
  }

  .hero {
    min-height: auto;
    padding: 5.15rem 1rem 2rem;
    overflow: hidden;
  }

  .hero::before,
  .hero::after {
    display: none;
  }

  .hero-picture img {
    object-position: 58% 50%;
    opacity: 0.48;
    filter: saturate(0.9) contrast(1.04);
    transform: none;
    animation: none;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(7, 9, 8, 0.74) 0%, rgba(7, 9, 8, 0.72) 40%, rgba(7, 9, 8, 0.96) 100%),
      linear-gradient(90deg, rgba(7, 9, 8, 0.84), rgba(7, 9, 8, 0.4));
  }

  .hero-grid {
    display: block;
    min-height: 0;
  }

  .hero-content {
    display: grid;
    align-content: end;
    min-height: min(620px, calc(100svh - 7.2rem));
    padding-top: 9rem;
  }

  .eyebrow {
    margin-bottom: 0.72rem;
    font-size: 0.72rem;
  }

  .hero h1 {
    max-width: 8.2ch;
    font-size: clamp(2.72rem, 13.4vw, 4.08rem);
    line-height: 0.92;
    text-shadow: 0 16px 42px rgba(0, 0, 0, 0.62);
  }

  .hero h1::after {
    width: 138px;
    margin-top: 0.82rem;
  }

  .hero-lead {
    max-width: 18.5rem;
    margin-top: 0.86rem;
    color: rgba(245, 240, 226, 0.78);
    font-size: 0.98rem;
    line-height: 1.42;
  }

  .hero-actions {
    margin-top: 1.22rem;
  }

  .hero-actions .button.primary {
    width: 100%;
    min-height: 54px;
    border-radius: 999px;
    font-size: 0.98rem;
  }

  .hero-facts {
    gap: 0;
    margin-top: 0.96rem;
    font-size: 0.82rem;
  }

  .hero-facts span:not(:last-child)::after {
    width: 3px;
    height: 3px;
    margin: 0 0.48rem;
  }

  .trust-band {
    display: grid;
    grid-template-columns: 1fr;
    width: calc(100% - 1.44rem);
    margin: -0.72rem auto 0;
    padding: 0.5rem;
    border-radius: 28px;
    background: rgba(16, 20, 18, 0.9);
  }

  .trust-item {
    min-height: auto;
    padding: 0.92rem;
    border-radius: 22px;
  }

  .trust-item strong {
    font-size: 0.98rem;
  }

  .trust-item span {
    font-size: 0.92rem;
    line-height: 1.42;
  }

  .section {
    padding: 3.7rem 1rem;
    scroll-margin-top: 76px;
  }

  .section-heading {
    display: grid;
    gap: 0.7rem;
    margin-bottom: 1.15rem;
  }

  .section-heading .eyebrow::after {
    width: 58px;
  }

  .section h2,
  .legal-hero h1 {
    font-size: clamp(2.02rem, 10.4vw, 3.15rem);
    line-height: 1;
  }

  .solution-grid,
  .risk-grid,
  .process-grid,
  .faq-grid {
    grid-template-columns: 1fr !important;
    gap: 0.72rem;
  }

  .solution-card,
  .risk-item,
  .process-card,
  details,
  .legal-card {
    min-height: auto !important;
    padding: 0.98rem;
    border-radius: 24px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 18px 44px rgba(0, 0, 0, 0.25);
    transform: none !important;
  }

  .solution-card::before,
  .risk-item::before,
  .process-card::before,
  details::before {
    display: none;
  }

  .solution-card::after {
    right: 1rem;
    bottom: 0.9rem;
    left: 1rem;
    opacity: 0.42;
    transform: scaleX(0.42);
  }

  .solution-card span,
  .process-card span {
    width: 38px;
    height: 38px;
    margin-bottom: 1rem;
    box-shadow: 0 10px 22px rgba(255, 210, 0, 0.14);
    font-size: 0.72rem;
  }

  .solution-card h3,
  .risk-item h3,
  .process-card h3 {
    max-width: 100%;
    font-size: 1.08rem;
    line-height: 1.18;
  }

  .solution-card p,
  .risk-item p,
  .process-card p,
  details p {
    margin-top: 0.52rem;
    font-size: 0.92rem;
    line-height: 1.46;
  }

  .premium-section,
  .form-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }

  .premium-copy p:not(.eyebrow),
  .form-copy p {
    margin-top: 0.82rem;
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .benefit-list {
    gap: 0.52rem;
    padding: 0.5rem;
    border-radius: 26px;
  }

  .benefit-row {
    grid-template-columns: 38px 1fr;
    gap: 0.62rem;
    padding: 0.82rem;
    border-radius: 20px;
  }

  .benefit-row span {
    font-size: 0.92rem;
    line-height: 1.4;
  }

  .form-copy {
    position: static;
  }

  .form-points {
    gap: 0.42rem;
    margin-top: 0.9rem;
  }

  .form-points li {
    padding: 0.42rem 0.58rem;
    font-size: 0.78rem;
  }

  .form-workspace {
    width: 100%;
    margin: 0;
  }

  .ultra-simple-form {
    width: 100%;
    padding: 0.82rem;
    border-radius: 24px;
  }

  .ultra-simple-form .form-header {
    gap: 0.18rem;
    margin-bottom: 0.72rem;
  }

  .ultra-simple-form .form-header strong {
    font-size: 0.94rem;
  }

  .quick-field-grid {
    grid-template-columns: 1fr;
    gap: 0.58rem;
  }

  .ultra-simple-form label {
    font-size: 0.8rem;
  }

  .ultra-simple-form input,
  .ultra-simple-form select,
  .ultra-simple-form textarea {
    width: 100%;
    min-height: 50px;
    padding: 0.78rem 0.82rem;
    border-radius: 16px;
  }

  .ultra-simple-form textarea {
    min-height: 76px;
  }

  .ultra-simple-form .consent {
    gap: 0.52rem;
    margin-top: 0.68rem;
    font-size: 0.76rem;
    line-height: 1.4;
  }

  .ultra-simple-form .consent input {
    width: 18px;
    min-height: 18px;
  }

  .ultra-simple-form #submit-form {
    min-height: 52px;
    font-size: 0.96rem;
  }

  summary {
    line-height: 1.28;
  }

  .sticky-cta {
    right: 0.72rem;
    bottom: calc(0.72rem + env(safe-area-inset-bottom));
    min-height: 48px;
    padding: 0.74rem 0.92rem;
    font-size: 0.9rem;
  }

  .site-footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
    padding: 1.1rem 1rem calc(1.1rem + env(safe-area-inset-bottom));
  }

  .site-footer span {
    font-size: 0.84rem;
    line-height: 1.45;
  }

  .footer-links {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 0;
    gap: 0.46rem;
  }

  .site-footer .footer-links a {
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 0.68rem 0.78rem;
    font-size: 0.86rem;
  }

  .legal-hero {
    min-height: auto;
    padding: 5.15rem 1rem 3.2rem;
  }

  .legal-hero::before {
    top: 34%;
    right: -12vw;
    width: 78vw;
  }

  .legal-hero p:not(.eyebrow) {
    max-width: 100%;
    margin-top: 0.9rem;
    font-size: 0.92rem;
    line-height: 1.48;
  }

  .legal-hero .button {
    width: 100%;
    min-height: 50px;
    margin-top: 1.2rem;
  }

  .legal-content {
    padding: 0 1rem 3.4rem;
  }

  .legal-shell {
    gap: 0.72rem;
    margin-top: -1.1rem;
  }

  .legal-card {
    padding: 0.92rem;
  }

  .legal-kicker {
    padding: 0.3rem 0.48rem;
    font-size: 0.66rem;
  }

  .legal-card h2 {
    font-size: 1.24rem;
    line-height: 1.16;
  }

  .legal-card p,
  .legal-list dd {
    font-size: 0.9rem;
    line-height: 1.52;
  }

  .legal-list {
    gap: 0.5rem;
  }

  .legal-list div {
    grid-template-columns: 1fr;
    gap: 0.2rem;
    padding-top: 0.6rem;
  }

  .legal-list dt {
    font-size: 0.9rem;
  }
}

@media (max-width: 380px) {
  .site-header {
    padding-inline: 0.55rem;
  }

  .nav {
    min-height: 54px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
    font-size: 0.58rem;
  }

  .brand-copy {
    max-width: calc(100vw - 7.4rem);
    font-size: 0.84rem;
  }

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

  .hero {
    padding-inline: 0.82rem;
  }

  .hero h1 {
    font-size: clamp(2.46rem, 13.2vw, 3.45rem);
  }

  .section,
  .legal-hero,
  .legal-content {
    padding-left: 0.82rem;
    padding-right: 0.82rem;
  }

  .section h2,
  .legal-hero h1 {
    font-size: clamp(1.9rem, 10.8vw, 2.72rem);
  }
}


/* Smartphone hero type fix */
@media (max-width: 640px) {
  .hero-content {
    min-height: min(590px, calc(100svh - 6.6rem));
    padding-top: 7.4rem;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.82rem, 11.6vw, 3.62rem);
    line-height: 0.96;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: balance;
  }

  .hero-lead {
    max-width: 21rem;
  }

  .trust-band {
    margin-top: 0;
  }
}

@media (max-width: 380px) {
  .hero h1 {
    font-size: clamp(2.52rem, 11.2vw, 3.12rem);
  }
}


/* Natural mobile heading wrapping */
@media (max-width: 640px) {
  .hero h1,
  .section h2,
  .legal-hero h1 {
    word-break: normal;
    overflow-wrap: break-word;
  }
}


/* Vivid quiet-luxury finish */
:root {
  --yellow: #ffda00;
  --yellow-deep: #e5b900;
  --ink: #050907;
  --night: #09140f;
  --charcoal: #11251b;
  --graphite: #17372a;
  --forest: #0c6f4b;
  --emerald: #10a06b;
  --wine: #8f2f49;
  --paper: #fffaf0;
  --paper-soft: #e8f1e9;
  --champagne: #fff4c9;
  --muted: rgba(239, 247, 240, 0.72);
  --line: rgba(242, 249, 243, 0.13);
  --gold-line: rgba(255, 218, 0, 0.44);
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.3);
  --deep-shadow: 0 34px 96px rgba(0, 0, 0, 0.38);
  --metal-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 24px 72px rgba(0, 0, 0, 0.29);
  --form-shadow: 0 34px 100px rgba(0, 0, 0, 0.38);
  --glass: rgba(239, 247, 240, 0.065);
  --glass-strong: rgba(239, 247, 240, 0.1);
  --radius: 20px;
  --radius-lg: 28px;
  --radius-xl: 32px;
}

html {
  color-scheme: dark;
  background: var(--ink);
}

body {
  color: var(--paper);
  background:
    radial-gradient(ellipse at 88% 7%, rgba(16, 160, 107, 0.15), transparent 32rem),
    radial-gradient(ellipse at 7% 48%, rgba(143, 47, 73, 0.075), transparent 30rem),
    linear-gradient(180deg, #050907 0%, #0a1711 44%, #050907 100%);
}

body::before {
  background:
    linear-gradient(124deg, transparent 0 41%, rgba(255, 218, 0, 0.028) 41% 41.18%, transparent 41.18% 100%),
    linear-gradient(150deg, transparent 0 65%, rgba(16, 160, 107, 0.026) 65% 65.15%, transparent 65.15% 100%);
  opacity: 0.32;
}

body::after {
  background:
    radial-gradient(circle at var(--cursor-x) var(--cursor-y), rgba(255, 218, 0, 0.13), transparent 13rem),
    radial-gradient(circle at 84% 16%, rgba(16, 160, 107, 0.075), transparent 27rem);
  opacity: 0.74;
  mix-blend-mode: screen;
}

.site-header {
  padding-top: 0.68rem;
  padding-bottom: 0.68rem;
  background: linear-gradient(180deg, rgba(5, 9, 7, 0.9), rgba(5, 9, 7, 0.46));
  backdrop-filter: blur(24px) saturate(1.2);
}

.site-header.is-elevated {
  background: linear-gradient(180deg, rgba(5, 9, 7, 0.985), rgba(7, 15, 11, 0.82));
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
}

.nav {
  min-height: 64px;
  border-color: rgba(255, 255, 255, 0.11);
  border-radius: 28px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.075), rgba(16, 160, 107, 0.025) 58%, rgba(255, 218, 0, 0.035)),
    rgba(7, 13, 10, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 18px 58px rgba(0, 0, 0, 0.28);
}

body.has-read-intent .nav {
  border-color: rgba(255, 218, 0, 0.21);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 22px 64px rgba(0, 0, 0, 0.3);
}

.brand-mark {
  background: linear-gradient(145deg, #fff7a8 0%, var(--yellow) 46%, var(--yellow-deep) 100%);
  box-shadow: inset 0 2px 5px rgba(255, 255, 255, 0.72), inset 0 -7px 14px rgba(5, 9, 7, 0.15), 0 12px 28px rgba(255, 218, 0, 0.22);
}

.nav-links {
  color: rgba(240, 247, 241, 0.74);
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 0.36rem;
  left: 0;
  height: 2px;
  content: "";
  border-radius: 999px;
  background: var(--yellow);
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.button.primary,
.nav-cta,
.sticky-cta,
.site-footer .footer-links .footer-cta {
  color: #050907;
  background: linear-gradient(135deg, #fff27a 0%, var(--yellow) 47%, #f0bd00 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 14px 36px rgba(255, 218, 0, 0.24);
}

.button.primary:hover,
.nav-cta:hover,
.sticky-cta:hover,
.site-footer .footer-links .footer-cta:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 18px 44px rgba(255, 218, 0, 0.32);
}

.button.ghost {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(8, 17, 12, 0.48);
  backdrop-filter: blur(12px);
}

.hero-picture img {
  filter: saturate(1.09) contrast(1.04) brightness(1.045);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 9, 7, 0.94) 0%, rgba(5, 9, 7, 0.77) 35%, rgba(5, 9, 7, 0.28) 68%, rgba(5, 9, 7, 0.04) 100%),
    linear-gradient(0deg, rgba(5, 9, 7, 0.82), transparent 55%);
}

.hero::before {
  border-color: rgba(255, 218, 0, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 218, 0, 0.12), transparent 34%),
    linear-gradient(155deg, rgba(16, 160, 107, 0.11), rgba(255, 255, 255, 0.018));
  opacity: 0.28;
}

.hero h1,
.legal-hero h1 {
  color: var(--champagne);
  text-shadow: 0 18px 52px rgba(0, 0, 0, 0.48);
}

.hero h1::after {
  background: linear-gradient(90deg, var(--yellow), rgba(16, 160, 107, 0.7), transparent);
  box-shadow: 0 0 30px rgba(255, 218, 0, 0.2);
}

.hero-lead {
  color: rgba(247, 251, 247, 0.82);
}

.hero-facts {
  color: rgba(244, 250, 245, 0.8);
}

.hero-panel {
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(16, 160, 107, 0.04)),
    rgba(7, 16, 11, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.11), 0 30px 82px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(24px) saturate(1.18);
}

.hero-panel span,
.summary-pill,
.legal-kicker {
  background: linear-gradient(135deg, #ffe767, var(--yellow));
}

.hero-panel-stats strong {
  border-left-color: rgba(16, 160, 107, 0.7);
}

.trust-band {
  gap: 0;
  padding: 0.48rem 0.7rem;
  border-color: rgba(255, 255, 255, 0.13);
  border-radius: 30px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.09), rgba(16, 160, 107, 0.035)),
    rgba(8, 17, 12, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 24px 68px rgba(0, 0, 0, 0.3);
}

.trust-band::after {
  opacity: 0.22;
}

.trust-item {
  min-height: 106px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.trust-item + .trust-item {
  border-left: 1px solid rgba(255, 255, 255, 0.105);
}

.trust-item::before {
  display: none;
}

.section {
  padding-top: clamp(5rem, 7vw, 7rem);
  padding-bottom: clamp(5rem, 7vw, 7rem);
}

.solutions-section {
  background:
    radial-gradient(ellipse at 14% 18%, rgba(255, 218, 0, 0.09), transparent 30rem),
    radial-gradient(ellipse at 88% 72%, rgba(16, 160, 107, 0.12), transparent 34rem),
    linear-gradient(180deg, #08110d 0%, #0b1912 52%, #07100c 100%);
}

.solutions-section::before {
  inset: 5rem 7vw auto;
  height: 220px;
  background: linear-gradient(90deg, rgba(255, 218, 0, 0.13), rgba(16, 160, 107, 0.16), transparent);
  filter: blur(66px);
  opacity: 0.7;
}

.premium-section {
  background:
    radial-gradient(ellipse at 84% 50%, rgba(16, 160, 107, 0.14), transparent 32rem),
    radial-gradient(ellipse at 8% 88%, rgba(143, 47, 73, 0.07), transparent 26rem),
    linear-gradient(135deg, #0d2017, #06100b 76%);
}

.premium-section::before {
  display: none;
}

.business-section,
.process-section,
.faq-section {
  background:
    radial-gradient(ellipse at 92% 25%, rgba(143, 47, 73, 0.065), transparent 28rem),
    linear-gradient(180deg, #07100c 0%, #050a08 100%);
}

.process-section {
  background:
    radial-gradient(ellipse at 12% 32%, rgba(16, 160, 107, 0.11), transparent 28rem),
    linear-gradient(180deg, #050a08 0%, #08140e 100%);
}

.form-section {
  background:
    radial-gradient(ellipse at 12% 35%, rgba(255, 218, 0, 0.09), transparent 26rem),
    radial-gradient(ellipse at 92% 74%, rgba(16, 160, 107, 0.13), transparent 32rem),
    linear-gradient(135deg, #0c2117, #050a08 78%);
}

.solutions-section::after,
.premium-section::after,
.business-section::after,
.process-section::after,
.form-section::after,
.faq-section::after {
  display: none;
}

.business-section::before,
.process-section::before,
.faq-section::before {
  background: radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.028), transparent 54%);
  opacity: 1;
}

.solution-grid,
.risk-grid,
.process-grid {
  gap: clamp(0.85rem, 1.35vw, 1.15rem);
}

.solution-card,
.risk-item,
.process-card,
details,
.legal-card {
  border-color: rgba(255, 255, 255, 0.125);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(16, 160, 107, 0.026)),
    rgba(12, 25, 18, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.085), 0 24px 64px rgba(0, 0, 0, 0.26);
}

.solution-card:nth-child(3),
.risk-item:nth-child(2) {
  background:
    linear-gradient(145deg, rgba(143, 47, 73, 0.17), rgba(255, 255, 255, 0.035)),
    rgba(14, 22, 18, 0.86);
}

.solution-card:nth-child(4),
.risk-item:nth-child(4),
.process-card:nth-child(2) {
  background:
    linear-gradient(145deg, rgba(16, 160, 107, 0.15), rgba(255, 255, 255, 0.035)),
    rgba(11, 24, 17, 0.86);
}

.solution-card:hover,
.risk-item:hover,
.process-card:hover {
  border-color: rgba(255, 218, 0, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 218, 0, 0.1), rgba(16, 160, 107, 0.055)),
    rgba(12, 26, 18, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 28px 76px rgba(0, 0, 0, 0.3);
}

.solution-card span,
.process-card span {
  background: linear-gradient(135deg, #fff074, var(--yellow));
  box-shadow: 0 12px 28px rgba(255, 218, 0, 0.2);
}

.solution-card p,
.risk-item p,
.process-card p,
details p,
.premium-copy p:not(.eyebrow),
.form-copy p,
.legal-card p,
.legal-list dd {
  color: rgba(235, 245, 237, 0.75);
}

.benefit-list {
  gap: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.benefit-list::after {
  display: none;
}

.benefit-row {
  grid-template-columns: 58px 1fr;
  padding: 1.2rem 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0;
  background: transparent;
}

.benefit-row:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.benefit-row strong {
  color: var(--yellow);
}

.benefit-row span {
  color: rgba(241, 248, 242, 0.88);
}

.quote-form,
.ultra-simple-form {
  border-color: rgba(255, 218, 0, 0.24);
  border-radius: 30px;
  color: var(--ink);
  background:
    radial-gradient(ellipse at 100% 0%, rgba(255, 218, 0, 0.12), transparent 20rem),
    linear-gradient(180deg, #fffdf7, #edf4ed);
  box-shadow: inset 0 1px 0 #fff, 0 30px 86px rgba(0, 0, 0, 0.34);
}

.ultra-simple-form input,
.ultra-simple-form select,
.ultra-simple-form textarea {
  border-color: rgba(6, 36, 23, 0.13);
  background: rgba(255, 255, 255, 0.78);
}

.ultra-simple-form input:focus,
.ultra-simple-form select:focus,
.ultra-simple-form textarea:focus {
  border-color: rgba(12, 111, 75, 0.58);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(16, 160, 107, 0.11);
}

.ultra-simple-form .form-header span {
  color: var(--forest);
}

.ultra-simple-form .button.primary:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 16px 40px rgba(255, 218, 0, 0.27);
}

details {
  transition: border-color 180ms ease, background 180ms ease;
}

details[open] {
  border-color: rgba(16, 160, 107, 0.3);
  background:
    linear-gradient(145deg, rgba(16, 160, 107, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(11, 24, 17, 0.9);
}

.route-guide {
  border-color: rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.11), rgba(16, 160, 107, 0.035)),
    rgba(5, 11, 8, 0.78);
}

.site-footer {
  border-top-color: rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(ellipse at 90% 0%, rgba(16, 160, 107, 0.08), transparent 24rem),
    #050907;
}

.site-footer .footer-links a {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
}

.legal-main {
  background:
    radial-gradient(ellipse at 88% 8%, rgba(16, 160, 107, 0.12), transparent 30rem),
    linear-gradient(180deg, #0a1711, #050907);
}

.legal-hero::before {
  background: linear-gradient(90deg, transparent, rgba(255, 218, 0, 0.36), rgba(16, 160, 107, 0.25), transparent);
}

/* Recognizable yellow cursor for precise pointer devices */
@media (hover: hover) and (pointer: fine) {
  html.has-site-cursor,
  html.has-site-cursor body,
  html.has-site-cursor body * {
    cursor: none !important;
  }

  .site-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2147483647;
    width: 28px;
    height: 34px;
    pointer-events: none;
    opacity: 0;
    transform: translate3d(-50px, -50px, 0);
    transition: opacity 120ms ease;
    will-change: transform;
  }

  .site-cursor.is-visible {
    opacity: 1;
  }

  .site-cursor__shape {
    position: relative;
    display: block;
    width: 20px;
    height: 28px;
    background: var(--yellow);
    clip-path: polygon(0 0, 0 86%, 25% 66%, 39% 100%, 55% 92%, 42% 60%, 72% 60%);
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.95)) drop-shadow(0 3px 3px rgba(0, 0, 0, 0.7));
    transform-origin: 2px 2px;
    transition: width 150ms ease, height 150ms ease, border-radius 150ms ease, clip-path 150ms ease, background 150ms ease, transform 120ms ease;
  }

  .site-cursor.is-interactive .site-cursor__shape {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 218, 0, 0.28);
    box-shadow: inset 0 0 0 2px var(--yellow), 0 0 24px rgba(255, 218, 0, 0.28);
    clip-path: circle(50%);
    transform: translate(-7px, -7px);
  }

  .site-cursor.is-interactive .site-cursor__shape::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 50%;
    background: var(--yellow);
    transform: translate(-50%, -50%);
  }

  .site-cursor.is-text .site-cursor__shape {
    width: 3px;
    height: 25px;
    border-radius: 999px;
    background: var(--yellow);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.84), 0 0 14px rgba(255, 218, 0, 0.34);
    clip-path: none;
    transform: translate(-1px, -12px);
  }

  .site-cursor.is-pressed .site-cursor__shape {
    transform: scale(0.86);
  }

  .site-cursor.is-interactive.is-pressed .site-cursor__shape {
    transform: translate(-7px, -7px) scale(0.86);
  }

  .site-cursor.is-text.is-pressed .site-cursor__shape {
    transform: translate(-1px, -12px) scale(0.86);
  }
}

@media (max-width: 640px) {
  body {
    background:
      radial-gradient(ellipse at 90% 5%, rgba(16, 160, 107, 0.13), transparent 22rem),
      linear-gradient(180deg, #050907 0%, #0a1711 45%, #050907 100%);
  }

  .site-header {
    background: linear-gradient(180deg, rgba(5, 9, 7, 0.985), rgba(5, 9, 7, 0.82));
  }

  .nav {
    border-radius: 24px;
    background:
      linear-gradient(115deg, rgba(255, 255, 255, 0.07), rgba(16, 160, 107, 0.025)),
      rgba(7, 14, 10, 0.93);
  }

  .nav-links {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(5, 12, 8, 0.985);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.4);
  }

  .hero {
    padding-top: 4.35rem;
    padding-bottom: 1.5rem;
  }

  .hero-picture img {
    object-position: 57% 45%;
    opacity: 0.72;
    filter: saturate(1.08) contrast(1.03) brightness(1.07);
    transform: scale(1.14) translateY(-2.5%);
    transform-origin: 56% 54%;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(5, 9, 7, 0.48) 0%, rgba(5, 9, 7, 0.2) 34%, rgba(5, 9, 7, 0.9) 82%, #050907 100%),
      linear-gradient(90deg, rgba(5, 9, 7, 0.52), rgba(5, 9, 7, 0.12));
  }

  .hero-content {
    min-height: min(600px, calc(100svh - 6rem));
    padding-top: 6.2rem;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.72rem, 11.35vw, 3.48rem);
    line-height: 0.97;
  }

  .hero-lead {
    color: rgba(247, 251, 247, 0.86);
  }

  .trust-band {
    gap: 0;
    padding: 0.4rem 0.78rem;
    border-radius: 26px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(16, 160, 107, 0.025)),
      rgba(8, 18, 12, 0.94);
  }

  .trust-item {
    padding: 1rem 0.25rem;
    border-radius: 0;
  }

  .trust-item + .trust-item {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0;
  }

  .section {
    padding-top: 4.4rem;
    padding-bottom: 4.4rem;
  }

  .solution-card,
  .risk-item,
  .process-card,
  details,
  .legal-card {
    border-radius: 24px;
  }

  .benefit-row {
    grid-template-columns: 40px 1fr;
    padding: 1rem 0;
  }

  .quote-form,
  .ultra-simple-form {
    padding: 0.92rem;
    border-radius: 24px;
  }

  .form-section {
    gap: 0.78rem;
    padding-top: 3.6rem;
  }

  .form-section .form-points {
    display: none;
  }

  .legal-hero h1 {
    font-size: 2.15rem;
    line-height: 0.98;
    overflow-wrap: normal;
    hyphens: none;
  }

  .sticky-cta {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 14px 38px rgba(255, 218, 0, 0.24);
  }
}

@media (max-width: 380px) {
  .legal-hero h1 {
    font-size: 2rem;
  }
}

@media (max-width: 350px) {
  .legal-hero h1 {
    font-size: 1.86rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-cursor {
    display: none !important;
  }
}

.legal-inline-link,
.consent a {
  color: var(--forest);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: rgba(12, 111, 75, 0.38);
  text-underline-offset: 0.18em;
}

.legal-page .legal-inline-link {
  color: var(--yellow);
  text-decoration-color: rgba(255, 218, 0, 0.42);
}

.legal-inline-link:hover,
.legal-inline-link:focus-visible,
.consent a:hover,
.consent a:focus-visible {
  text-decoration-color: currentColor;
}
