@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/public/partners/varitus/plus-jakarta-sans-latin.woff2") format("woff2");
}

:root {
  --navy-950: #07142f;
  --navy-900: #0a1633;
  --navy-850: #0e1f47;
  --navy-800: #12295b;
  --blue-700: #164ca7;
  --blue-600: #2768d8;
  --blue-500: #4f82ee;
  --violet-300: #a9b8ff;
  --violet-200: #d9dcff;
  --violet-100: #e8e5ff;
  --surface-soft: #f5f2ff;
  --surface-lilac: #eeebff;
  --surface-blue: #eef5ff;
  --ink: #1a1a2e;
  --ink-soft: #526078;
  --line: #dce3ef;
  --white: #fff;
  --success: #19734a;
  --error: #b42318;
  --shadow-sm: 0 10px 30px rgba(8, 27, 63, 0.08);
  --shadow-lg: 0 30px 80px rgba(3, 13, 35, 0.22);
  --container: 1180px;
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --radius-xl: 36px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--white);
  font-family: "Plus Jakarta Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::selection {
  color: var(--white);
  background: var(--blue-600);
}

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

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

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  color: var(--white);
  background: var(--navy-950);
  border-radius: 8px;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid #ffd43b;
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 80px;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 20, 47, 0.68);
  backdrop-filter: blur(18px);
  transition: height 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  height: 70px;
  background: rgba(7, 20, 47, 0.95);
  box-shadow: 0 12px 40px rgba(2, 10, 28, 0.18);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 28px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}

.brand-logo {
  object-fit: contain;
}

.brand-logo-varitus {
  width: 150px;
  height: auto;
  padding: 0;
  object-fit: contain;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.brand-logo-futuro {
  width: 144px;
  height: auto;
}

.brand-divider {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.3);
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-left: auto;
}

.desktop-nav a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 600;
  transition: color 180ms ease;
}

.desktop-nav a:hover {
  color: var(--white);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 24px;
  font-weight: 750;
  line-height: 1.2;
  border: 0;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button-small {
  min-height: 44px;
  padding: 11px 18px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-600), #6f8fff);
  box-shadow: 0 8px 24px rgba(44, 101, 216, 0.32);
  font-size: 13px;
}

.button-primary {
  min-height: 58px;
  padding: 17px 26px;
  color: var(--navy-950);
  background: var(--white);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.2);
}

.button-primary:hover {
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.28);
}

.button-light {
  margin-top: 26px;
  color: var(--navy-950);
  background: var(--violet-100);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 840px;
  padding: 132px 0 42px;
  color: var(--white);
  background:
    radial-gradient(circle at 79% 28%, rgba(74, 123, 236, 0.34), transparent 34%),
    radial-gradient(circle at 12% 72%, rgba(93, 69, 199, 0.18), transparent 30%),
    linear-gradient(128deg, #08152f 0%, #10285c 56%, #173f8e 100%);
}

.hero::before {
  content: "";
  position: absolute;
  top: 5%;
  right: -18%;
  width: 680px;
  aspect-ratio: 1;
  border: 1px solid rgba(187, 204, 255, 0.16);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(178, 193, 255, 0.025),
    0 0 0 160px rgba(178, 193, 255, 0.02);
}

.hero-grid-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.17;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent 1%, #000 47%, #000 100%);
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.98fr);
  align-items: center;
  gap: 62px;
}

.hero-copy {
  max-width: 700px;
}

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--blue-600);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow {
  color: #cbd7ff;
}

.eyebrow > span {
  width: 8px;
  height: 8px;
  background: #78f2b6;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(120, 242, 182, 0.12);
}

.hero h1 {
  max-width: 740px;
  margin-bottom: 24px;
  font-size: clamp(42px, 4.4vw, 64px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.hero-subheadline {
  max-width: 680px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 700;
}

.hero-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  margin: 32px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  list-style: none;
}

.hero-assurances span {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  color: #81efba;
  border: 1px solid rgba(129, 239, 186, 0.44);
  border-radius: 50%;
}

.control-panel {
  position: relative;
  padding: 26px;
  border: 1px solid rgba(203, 215, 255, 0.28);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
    rgba(11, 28, 66, 0.42);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(20px);
  transform: perspective(1200px) rotateY(-4deg) rotateX(1.5deg);
  transform-origin: center right;
}

.control-panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 38%, rgba(120, 153, 255, 0.24));
  filter: blur(18px);
}

.panel-topline,
.panel-footer,
.flow-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.panel-kicker {
  margin-bottom: 2px;
  color: #93adff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.panel-title {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  color: #9ff3c6;
  background: rgba(31, 165, 100, 0.12);
  border: 1px solid rgba(120, 242, 182, 0.24);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
}

.status-pill > span {
  width: 7px;
  height: 7px;
  background: #63e7a5;
  border-radius: 50%;
  box-shadow: 0 0 12px #63e7a5;
}

.control-flow {
  display: grid;
  grid-template-columns: 1fr 54px 1fr;
  align-items: stretch;
  margin-block: 24px;
}

.flow-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.085);
}

.flow-card-personal {
  background: linear-gradient(145deg, rgba(135, 152, 255, 0.18), rgba(255, 255, 255, 0.07));
}

.flow-card-head {
  justify-content: flex-start;
  gap: 9px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.flow-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--white);
  background: rgba(100, 141, 238, 0.22);
  border: 1px solid rgba(177, 196, 255, 0.24);
  border-radius: 9px;
  font-size: 9px;
}

.flow-card strong {
  display: block;
  min-height: 48px;
  font-size: 15px;
  line-height: 1.45;
}

.mini-chart {
  display: flex;
  align-items: end;
  gap: 6px;
  height: 88px;
  margin: 16px 0;
  padding: 12px 10px 7px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 100% 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.mini-chart span {
  flex: 1;
  height: var(--h);
  min-width: 7px;
  background: linear-gradient(180deg, #aebdff, #4c7ee8);
  border-radius: 5px 5px 2px 2px;
  box-shadow: 0 0 16px rgba(105, 143, 237, 0.22);
}

.flow-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.flow-tags span {
  padding: 5px 7px;
  color: rgba(255, 255, 255, 0.66);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 7px;
  font-size: 8px;
}

.flow-bridge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #a8baff;
  font-size: 7px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.flow-bridge span {
  width: 1px;
  height: 30px;
  background: linear-gradient(transparent, #819dff);
}

.flow-bridge span:last-child {
  background: linear-gradient(#819dff, transparent);
}

.orbit-map {
  position: relative;
  height: 88px;
  margin: 16px 0;
  border: 1px solid rgba(167, 184, 255, 0.22);
  border-radius: 50%;
}

.orbit-map::before,
.orbit-map::after {
  content: "";
  position: absolute;
  inset: 13px 26px;
  border: 1px solid rgba(167, 184, 255, 0.2);
  border-radius: 50%;
  transform: rotate(28deg);
}

.orbit-map::after {
  transform: rotate(-28deg);
}

.orbit-center,
.orbit-point {
  position: absolute;
  border-radius: 50%;
}

.orbit-center {
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  background: #c6d0ff;
  box-shadow: 0 0 18px #778fff;
  transform: translate(-50%, -50%);
}

.orbit-point {
  width: 7px;
  height: 7px;
  background: #72efb0;
  box-shadow: 0 0 12px rgba(114, 239, 176, 0.72);
}

.point-one { top: 10px; left: 43%; }
.point-two { right: 20px; bottom: 18px; }
.point-three { bottom: 16px; left: 23px; }

.panel-footer {
  gap: 12px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 9px;
}

.panel-footer strong {
  color: rgba(255, 255, 255, 0.82);
}

.progress-track {
  flex: 1;
  overflow: hidden;
  height: 4px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 10px;
}

.progress-track span {
  display: block;
  width: 74%;
  height: 100%;
  background: linear-gradient(90deg, var(--blue-500), #85efbb);
  border-radius: inherit;
}

.hero-footnote {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto minmax(40px, 1fr) auto;
  align-items: center;
  gap: 22px;
  margin-top: 72px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.hero-footnote p {
  margin: 0;
}

.hero-footnote > span {
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.06));
}

.section {
  padding: 112px 0;
}

.answer-section {
  position: relative;
  padding: 92px 0;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 88% 14%, rgba(19, 164, 159, 0.1), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, var(--white) 100%);
}

.answer-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 64px;
  align-items: start;
}

.answer-intro {
  position: sticky;
  top: 112px;
}

.answer-intro h2 {
  margin-bottom: 22px;
  color: var(--navy-950);
  font-size: clamp(32px, 3.6vw, 48px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.12;
}

.answer-intro > p:last-child {
  color: var(--ink-soft);
  line-height: 1.75;
}

.answer-grid {
  display: grid;
  gap: 16px;
}

.answer-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 8px 20px;
  align-items: start;
  padding: 26px 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 40px rgba(7, 20, 47, 0.06);
}

.answer-card > span {
  grid-row: 1 / span 3;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  background: var(--surface-soft);
  color: var(--teal-700);
  font-size: 12px;
  font-weight: 800;
}

.answer-card h3 {
  margin: 1px 0 2px;
  color: var(--navy-950);
  font-size: 19px;
  line-height: 1.3;
}

.answer-card p {
  grid-column: 2;
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
}

.answer-card a {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--teal-700);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.answer-card a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.answer-card-accent {
  border-color: rgba(19, 164, 159, 0.3);
  background: linear-gradient(135deg, rgba(19, 164, 159, 0.08), rgba(255, 255, 255, 0.96));
}

.answer-card-accent > span {
  background: var(--teal-700);
  color: var(--white);
}

.section-light,
.section-white {
  background: var(--white);
}

.section-soft {
  background: var(--surface-soft);
}

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

.section-heading-wide {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  align-items: end;
  max-width: none;
  gap: 70px;
}

.section-heading h2,
.process-intro h2,
.faq-intro h2 {
  margin-bottom: 18px;
  color: var(--navy-950);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.12;
}

.section-heading p,
.process-intro > p:last-child,
.faq-intro > p:last-child {
  color: var(--ink-soft);
}

.section-heading-wide > p {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.8;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pain-card {
  position: relative;
  overflow: hidden;
  min-height: 234px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.pain-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -62px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(63, 110, 217, 0.11);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(63, 110, 217, 0.025);
}

.pain-card:hover {
  z-index: 1;
  border-color: #bfcdf0;
  box-shadow: var(--shadow-sm);
  transform: translateY(-5px);
}

.card-number {
  display: inline-flex;
  margin-bottom: 48px;
  color: var(--blue-600);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.pain-card h3,
.benefit-card h3,
.process-list h3 {
  margin-bottom: 10px;
  color: var(--navy-950);
  font-size: 20px;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.pain-card p,
.benefit-card p,
.process-list p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.bridge-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 92% 20%, rgba(83, 122, 232, 0.28), transparent 28%),
    linear-gradient(125deg, var(--navy-950), #10275b);
}

.bridge-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: radial-gradient(rgba(255, 255, 255, 0.55) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(90deg, transparent, #000);
}

.bridge-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: 80px;
}

.section-kicker-on-dark {
  color: #aebeff;
}

.bridge-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.1;
}

.bridge-copy > p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.68);
}

.bridge-map {
  display: grid;
  grid-template-columns: 1fr 150px 1fr;
  align-items: center;
  min-height: 380px;
  padding: 34px;
  border: 1px solid rgba(189, 204, 255, 0.18);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(16px);
}

.map-column {
  display: grid;
  gap: 12px;
}

.map-label {
  margin-bottom: 8px;
  color: #9fb4ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.map-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
}

.map-item > span {
  width: 7px;
  height: 7px;
  background: #75a1ff;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(117, 161, 255, 0.72);
}

.map-column:last-child .map-item > span {
  background: #74e9af;
  box-shadow: 0 0 12px rgba(116, 233, 175, 0.62);
}

.map-core {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  align-content: center;
  width: 108px;
  height: 108px;
  margin: auto;
  background: linear-gradient(145deg, #315fca, #6e78e5);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  box-shadow: 0 0 60px rgba(75, 109, 222, 0.54);
}

.map-core::before,
.map-core::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: -2;
  width: 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #8fa8ff);
}

.map-core::before { right: 100%; }
.map-core::after { left: 100%; transform: rotate(180deg); }

.map-core-ring {
  position: absolute;
  inset: -20px;
  z-index: -1;
  border: 1px solid rgba(164, 185, 255, 0.2);
  border-radius: 50%;
}

.map-core strong {
  font-size: 13px;
  letter-spacing: 0.14em;
}

.map-core small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 8px;
  letter-spacing: 0.2em;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.benefit-card {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  padding: 30px;
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: 0 1px 0 rgba(12, 37, 83, 0.04);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.benefit-card:hover {
  box-shadow: 0 18px 44px rgba(20, 56, 123, 0.1);
  transform: translateY(-5px);
}

.benefit-index {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 54px;
  color: var(--blue-700);
  background: var(--surface-blue);
  border-radius: 13px;
  font-size: 11px;
  font-weight: 800;
}

.benefit-line {
  position: absolute;
  top: 52px;
  right: -20px;
  width: 56%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c5d3f3);
  transform: rotate(-11deg);
}

.benefit-card h3 {
  font-size: 22px;
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(480px, 1.2fr);
  align-items: start;
  gap: 100px;
}

.process-intro {
  position: sticky;
  top: 110px;
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.process-list li:first-child {
  padding-top: 0;
}

.process-list li > span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: var(--blue-700);
  background: var(--surface-blue);
  border-radius: 15px;
  font-size: 11px;
  font-weight: 800;
}

.process-list h3 {
  font-size: 23px;
}

.form-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 4% 9%, rgba(87, 120, 230, 0.24), transparent 30%),
    linear-gradient(135deg, #07142f, #0e2250);
}

.form-section::after {
  content: "";
  position: absolute;
  right: -200px;
  bottom: -240px;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(169, 184, 255, 0.1);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(169, 184, 255, 0.018),
    0 0 0 160px rgba(169, 184, 255, 0.012);
}

.form-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(560px, 1.25fr);
  align-items: start;
  gap: 90px;
}

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

.form-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.08;
}

.form-copy > p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.66);
}

.privacy-note {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 30px;
  padding: 18px;
  color: #bcebd2;
  background: rgba(71, 207, 140, 0.08);
  border: 1px solid rgba(105, 226, 165, 0.2);
  border-radius: var(--radius-sm);
  font-size: 13px;
}

.privacy-note span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(112, 232, 171, 0.42);
  border-radius: 50%;
}

.privacy-note p {
  margin: 0;
}

.form-side-data {
  display: grid;
  gap: 0;
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.form-side-data > div {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.form-side-data span {
  color: #8aa6ff;
  font-size: 10px;
  font-weight: 800;
}

.form-side-data p,
.form-side-data b {
  margin: 0;
  font-size: 11px;
}

.form-side-data p {
  color: rgba(255, 255, 255, 0.48);
}

.form-side-data b {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
}

.form-card {
  padding: 42px;
  color: var(--ink);
  background: var(--white);
  border-radius: var(--radius-xl);
  box-shadow: 0 34px 90px rgba(1, 8, 27, 0.34);
}

.form-card-head {
  margin-bottom: 30px;
}

.form-partner-logo {
  display: block;
  width: 158px;
  height: auto;
  margin-bottom: 18px;
}

.form-card-head p {
  margin-bottom: 6px;
  color: var(--blue-600);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.form-card-head h2 {
  margin: 0;
  color: var(--navy-950);
  font-size: 28px;
  letter-spacing: -0.035em;
  line-height: 1.25;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 16px;
}

.field {
  min-width: 0;
}

.city-field {
  position: relative;
}

.field-full {
  grid-column: 1 / -1;
}

.field label {
  display: block;
  margin-bottom: 7px;
  color: #27324a;
  font-size: 12px;
  font-weight: 700;
}

.field input,
.field select {
  width: 100%;
  height: 52px;
  padding: 0 14px;
  color: var(--ink);
  background: #fbfcff;
  border: 1px solid #d7deea;
  border-radius: 11px;
  outline: 0;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.field select {
  appearance: none;
  padding-right: 42px;
  background-image:
    linear-gradient(45deg, transparent 50%, #5b6680 50%),
    linear-gradient(135deg, #5b6680 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 22px,
    calc(100% - 15px) 22px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.field input::placeholder {
  color: #8791a6;
}

.field input:focus,
.field select:focus {
  background: var(--white);
  border-color: var(--blue-600);
  box-shadow: 0 0 0 4px rgba(39, 104, 216, 0.12);
}

.field input[aria-invalid="true"],
.field select[aria-invalid="true"] {
  border-color: var(--error);
}

.field-error {
  display: block;
  min-height: 18px;
  margin-top: 4px;
  color: var(--error);
  font-size: 10px;
  line-height: 1.5;
}

.field-hint {
  display: block;
  margin-top: 5px;
  color: #69748a;
  font-size: 10px;
  line-height: 1.45;
}

.city-suggestions {
  position: absolute;
  z-index: 80;
  top: 78px;
  right: 0;
  left: 0;
  max-height: 250px;
  padding: 6px;
  overflow-y: auto;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #cbd5e5;
  border-radius: 11px;
  box-shadow: 0 16px 34px rgba(7, 20, 47, 0.18);
}

.city-suggestions[hidden] {
  display: none;
}

.city-suggestions-option {
  padding: 10px 11px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.35;
}

.city-suggestions-option:hover,
.city-suggestions-option[aria-selected="true"] {
  color: var(--navy-950);
  background: #e9f0ff;
  outline: 2px solid rgba(39, 104, 216, 0.2);
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.check-field {
  position: relative;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 18px;
  color: #59647a;
  font-size: 11px;
  line-height: 1.6;
  cursor: pointer;
}

.check-field input {
  position: absolute;
  opacity: 0;
}

.check-box {
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  background: var(--white);
  border: 1px solid #bdc6d5;
  border-radius: 6px;
  transition: background 160ms ease, border-color 160ms ease;
}

.check-field input:focus-visible + .check-box {
  outline: 3px solid #ffd43b;
  outline-offset: 3px;
}

.check-field input:checked + .check-box {
  background: var(--blue-600);
  border-color: var(--blue-600);
}

.check-field input:checked + .check-box::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.check-field a,
.form-legal a {
  color: var(--blue-700);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.check-error {
  min-height: 0;
  margin-left: 32px;
}

.button-submit {
  width: 100%;
  min-height: 58px;
  margin-top: 24px;
  color: var(--white);
  background: linear-gradient(135deg, #154aa7, #3d71e2);
  box-shadow: 0 14px 30px rgba(39, 104, 216, 0.24);
}

.button-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.submit-loading {
  display: none;
}

.button-submit.is-loading .submit-label {
  display: none;
}

.button-submit.is-loading .submit-loading {
  display: inline;
}

.form-status {
  min-height: 24px;
  margin: 14px 0 0;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.form-status.is-success {
  color: var(--success);
}

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

.form-legal {
  margin: 10px 0 0;
  color: #5f687b;
  font-size: 10px;
  text-align: center;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(520px, 1.3fr);
  gap: 100px;
}

.faq-list details {
  border-bottom: 1px solid #d7ddec;
}

.faq-list summary {
  display: grid;
  grid-template-columns: 1fr 32px;
  align-items: center;
  gap: 20px;
  padding: 24px 0;
  color: var(--navy-950);
  font-size: 17px;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--blue-700);
  background: var(--white);
  border-radius: 50%;
  transition: transform 180ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 680px;
  margin-bottom: 24px;
  padding-right: 52px;
  color: var(--ink-soft);
  font-size: 14px;
}

.site-footer {
  padding: 54px 0 24px;
  color: rgba(255, 255, 255, 0.7);
  background: #050d20;
}

.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
  padding-bottom: 38px;
}

.brand-lockup-footer {
  margin-bottom: 18px;
}

.footer-top > div > p {
  max-width: 540px;
  margin: 0;
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  font-size: 12px;
  font-weight: 700;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
}

.footer-bottom p {
  margin: 0;
}

.mobile-cta {
  display: none;
}

body.is-form-modal-open {
  overflow: hidden;
}

.form-modal {
  width: min(760px, calc(100% - 32px));
  max-width: none;
  max-height: calc(100dvh - 32px);
  padding: 0;
  overflow: visible;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 24px;
  box-shadow: 0 36px 100px rgba(1, 8, 27, 0.5);
}

.form-modal::backdrop {
  background: rgba(3, 11, 29, 0.82);
  backdrop-filter: blur(4px);
}

.form-modal-shell {
  max-height: calc(100dvh - 34px);
  overflow-y: auto;
  overscroll-behavior: contain;
  background: var(--white);
  border-radius: inherit;
}

.form-modal-header {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 30px 14px;
}

.form-modal-header .section-kicker {
  margin-bottom: 6px;
}

.form-modal-header h2 {
  margin: 0 0 7px;
  color: var(--navy-950);
  font-size: 27px;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.form-modal-header p:last-child {
  max-width: 590px;
  margin: 0;
  color: #5f687b;
  font-size: 12px;
  line-height: 1.5;
}

.form-modal-close {
  display: inline-grid;
  width: 44px;
  min-width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  color: var(--navy-950);
  background: #f2f5fb;
  border: 1px solid #d7deea;
  border-radius: 50%;
  cursor: pointer;
  font: inherit;
  font-size: 28px;
  line-height: 1;
}

.form-modal-close:hover,
.form-modal-close:focus-visible {
  background: #e8efff;
  border-color: var(--blue-600);
  outline: 3px solid rgba(39, 104, 216, 0.18);
}

.form-modal .form-card {
  padding: 0 30px 28px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.form-modal .form-card-head {
  display: none;
}

.form-modal .field-error:empty {
  min-height: 0;
  margin: 0;
}

.form-modal .field-grid {
  gap: 12px 14px;
}

.form-modal .check-field {
  margin-top: 12px;
  line-height: 1.45;
}

.form-modal .button-submit {
  min-height: 54px;
  margin-top: 16px;
}

.mobile-cta.is-hidden {
  visibility: hidden;
  pointer-events: none;
}

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

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

.legal-main {
  min-height: calc(100vh - 230px);
  padding: 142px 0 90px;
  background: var(--surface-soft);
}

.legal-card {
  max-width: 860px;
  margin-inline: auto;
  padding: 54px;
  background: var(--white);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
}

.legal-card h1 {
  margin-bottom: 12px;
  color: var(--navy-950);
  font-size: clamp(36px, 5vw, 54px);
  letter-spacing: -0.05em;
  line-height: 1.08;
}

.legal-card h2 {
  margin: 34px 0 12px;
  color: var(--navy-950);
  font-size: 22px;
}

.legal-card p,
.legal-card li {
  color: var(--ink-soft);
}

.legal-card a {
  color: var(--blue-700);
  font-weight: 700;
  text-decoration: underline;
}

.legal-meta {
  margin-bottom: 34px;
  color: #7c879b;
  font-size: 12px;
}

.simple-page {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 40px 20px;
  color: var(--white);
  background:
    radial-gradient(circle at 75% 20%, rgba(77, 119, 232, 0.32), transparent 32%),
    linear-gradient(135deg, var(--navy-950), #14346f);
}

.simple-card {
  width: min(100%, 640px);
  padding: 50px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
}

.simple-card .brand-lockup {
  margin-bottom: 38px;
}

.simple-icon {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 24px;
  color: #95f0bd;
  border: 1px solid rgba(149, 240, 189, 0.42);
  border-radius: 50%;
  font-size: 30px;
}

.simple-card h1 {
  margin-bottom: 16px;
  font-size: clamp(36px, 6vw, 56px);
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.simple-card p {
  color: rgba(255, 255, 255, 0.7);
}

.simple-card .button {
  margin-top: 18px;
}

.thank-you-eyebrow {
  margin: 0 0 8px;
  color: #8fb1ff !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.thank-you-data-note {
  max-width: 500px;
  margin: 14px auto 0;
  font-size: 12px;
  line-height: 1.6;
}

.urgent-contact {
  margin-top: 32px;
  padding: 24px;
  text-align: left;
  background: rgba(4, 14, 35, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
}

.urgent-contact h2 {
  margin: 0 0 7px;
  color: var(--white);
  font-size: 18px;
  line-height: 1.3;
}

.urgent-contact p {
  margin: 0;
  font-size: 13px;
}

.urgent-contact .urgent-whatsapp {
  width: 100%;
  margin-top: 16px;
  color: #072713;
  background: #8fe1ad;
  box-shadow: 0 12px 30px rgba(36, 180, 96, 0.2);
}

@media (max-width: 1080px) {
  .desktop-nav {
    display: none;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .hero-copy {
    max-width: 820px;
  }

  .control-panel {
    width: min(100%, 720px);
    margin-inline: auto;
    transform: none;
  }

  .hero-footnote {
    margin-top: 56px;
  }

  .section-heading-wide,
  .answer-layout,
  .bridge-layout,
  .process-layout,
  .form-layout,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .bridge-map {
    width: min(100%, 760px);
    margin-inline: auto;
  }

  .answer-intro,
  .process-intro,
  .form-copy {
    position: static;
    max-width: 760px;
  }

  .process-list,
  .form-card {
    width: min(100%, 760px);
  }

  .pain-grid,
  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  body {
    padding-bottom: 68px;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .site-header,
  .site-header.is-scrolled {
    height: 66px;
  }

  .brand-lockup {
    gap: 8px;
  }

  .brand-logo-varitus {
    width: 100px;
    height: auto;
    padding: 0;
    border-radius: 0;
  }

  .brand-logo-futuro {
    width: 104px;
    height: auto;
  }

  .brand-divider {
    height: 24px;
  }

  .header-inner > .button {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 108px 0 32px;
  }

  .answer-section {
    padding: 72px 0;
  }

  .answer-layout {
    gap: 36px;
  }

  .answer-card {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 22px 20px;
  }

  .answer-card > span {
    width: 38px;
    height: 38px;
  }

  .answer-card p,
  .answer-card a {
    grid-column: 2;
  }

  .answer-card a {
    grid-row: auto;
    margin-top: 6px;
    white-space: normal;
  }

  .hero-grid-overlay {
    background-size: 52px 52px;
  }

  .hero h1 {
    font-size: clamp(39px, 12.5vw, 58px);
    line-height: 1.02;
  }

  .hero-subheadline {
    font-size: 16px;
    line-height: 1.65;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .button-primary {
    width: 100%;
  }

  .text-link {
    justify-content: center;
  }

  .hero-assurances {
    display: grid;
  }

  .control-panel {
    padding: 18px;
    border-radius: 26px;
  }

  .control-flow {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .flow-bridge {
    flex-direction: row;
    height: 30px;
  }

  .flow-bridge span {
    width: 42px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #819dff);
  }

  .flow-bridge span:last-child {
    background: linear-gradient(90deg, #819dff, transparent);
  }

  .flow-card strong {
    min-height: 0;
  }

  .hero-footnote {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 44px;
  }

  .hero-footnote > span {
    display: none;
  }

  .section,
  .bridge-section,
  .form-section {
    padding: 78px 0;
  }

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

  .section-heading h2,
  .process-intro h2,
  .faq-intro h2 {
    font-size: 36px;
  }

  .section-heading-wide {
    gap: 20px;
  }

  .pain-grid,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .pain-card {
    min-height: 210px;
  }

  .bridge-copy h2,
  .form-copy h2 {
    font-size: 38px;
  }

  .bridge-map {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 24px;
  }

  .map-core {
    width: 92px;
    height: 92px;
  }

  .map-core::before,
  .map-core::after {
    top: auto;
    left: 50%;
    width: 1px;
    height: 38px;
    background: linear-gradient(transparent, #8fa8ff);
  }

  .map-core::before {
    right: auto;
    bottom: 100%;
  }

  .map-core::after {
    top: 100%;
    transform: rotate(180deg);
  }

  .process-list li {
    grid-template-columns: 50px 1fr;
    gap: 16px;
  }

  .form-side-data {
    display: none;
  }

  .form-card {
    padding: 28px 20px;
    border-radius: 26px;
  }

  .field-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .field-full {
    grid-column: auto;
  }

  .field input,
  .field select {
    height: 54px;
    font-size: 16px;
  }

  .faq-list summary {
    font-size: 15px;
  }

  .footer-top,
  .footer-bottom {
    flex-direction: column;
  }

  .footer-top {
    gap: 30px;
  }

  .footer-links {
    display: grid;
    gap: 14px;
  }

  .mobile-cta {
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 45;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 18px;
    color: var(--white);
    background: linear-gradient(135deg, #164ca7, #4075e5);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 13px;
    box-shadow: 0 12px 28px rgba(4, 18, 48, 0.34);
    font-size: 13px;
    font-weight: 800;
    transform: translateY(0);
    transition: transform 220ms ease, visibility 220ms ease;
  }

  .mobile-cta.is-hidden {
    visibility: hidden;
    transform: translateY(82px);
    pointer-events: none;
  }

  .legal-main {
    padding: 104px 0 60px;
  }

  .legal-card,
  .simple-card {
    padding: 32px 22px;
    border-radius: 24px;
  }

  .brand-lockup-footer {
    max-width: 220px;
  }
}

@media (max-width: 719px) {
  .form-modal {
    width: calc(100% - 16px);
    max-height: calc(100dvh - 16px);
    border-radius: 20px;
  }

  .form-modal-shell {
    max-height: calc(100dvh - 18px);
  }

  .form-modal-header {
    gap: 10px;
    padding: 16px 16px 8px;
  }

  .form-modal-header h2 {
    font-size: 21px;
  }

  .form-modal-header p:last-child {
    font-size: 10px;
    line-height: 1.35;
  }

  .form-modal-close {
    width: 42px;
    min-width: 42px;
    height: 42px;
  }

  .form-modal .form-card {
    padding: 6px 16px 18px;
    border-radius: 0;
  }

  .form-modal .field-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 10px;
  }

  .form-modal .field-full {
    grid-column: 1 / -1;
  }

  .form-modal .field label {
    margin-bottom: 4px;
  }

  .form-modal .field input,
  .form-modal .field select {
    height: 46px;
    padding-block: 8px;
  }

  .form-modal .field-hint {
    margin-top: 3px;
    font-size: 9px;
  }

  .form-modal .check-field {
    gap: 8px;
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.35;
  }

  .form-modal .button-submit {
    min-height: 50px;
    margin-top: 12px;
  }

  .form-modal .form-status {
    min-height: 18px;
    margin-top: 8px;
    font-size: 10px;
  }

  .form-modal .form-legal {
    margin-top: 5px;
    font-size: 8px;
  }

  .form-modal .city-suggestions {
    top: 68px;
    max-height: 190px;
  }
}

@media (max-width: 350px) {
  .form-modal .field-grid {
    grid-template-columns: 1fr;
  }

  .form-modal .field-full {
    grid-column: auto;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

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

@media print {
  .site-header,
  .mobile-cta,
  .button,
  .hero-grid-overlay {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }
}
