:root {
  --ink: #0b1118;
  --ink-soft: #111b26;
  --navy: #142334;
  --yellow: #ffd21c;
  --yellow-dark: #e9ba00;
  --blue: #4da8ff;
  --paper: #f4f7fa;
  --white: #ffffff;
  --muted: #667281;
  --line: #dfe5eb;
  --danger: #c52d2d;
  --success: #169b62;
  --shadow: 0 24px 70px rgba(3, 11, 20, 0.2);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

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

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  background: var(--yellow);
  color: var(--ink);
}

button,
input,
textarea {
  font: inherit;
}

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

a {
  color: inherit;
}

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

.skip-link {
  position: fixed;
  z-index: 999;
  top: 8px;
  left: 8px;
  padding: 10px 16px;
  transform: translateY(-150%);
  border-radius: 8px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 800;
}

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

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 15, 23, 0.96);
  color: var(--white);
  backdrop-filter: blur(14px);
}

.header-inner {
  width: min(var(--max), calc(100% - 40px));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
  text-decoration: none;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  border-radius: 12px;
  background: var(--yellow);
  box-shadow: 0 8px 22px rgba(255, 210, 28, 0.22);
}

.brand-mark svg {
  width: 29px;
  height: 29px;
  fill: var(--ink);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-copy strong {
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.035em;
  white-space: nowrap;
}

.brand-name-short {
  display: none;
}

.brand-copy small {
  margin-top: 5px;
  color: var(--yellow);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.105em;
}

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

.desktop-nav a {
  position: relative;
  color: #d8e0e9;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  border-radius: 9px;
  background: var(--yellow);
  transition: transform 180ms ease;
}

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

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.language-toggle {
  display: inline-flex;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
}

.lang-button {
  min-width: 37px;
  min-height: 32px;
  padding: 5px 8px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #c8d2de;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
}

.lang-button.active {
  background: var(--yellow);
  color: var(--ink);
}

.header-phone {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 15px;
  border-radius: 11px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease;
}

.header-phone:hover {
  transform: translateY(-1px);
  background: #ffe15f;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 38px 20px 52px;
  background:
    radial-gradient(circle at 88% 10%, rgba(77, 168, 255, 0.14), transparent 30%),
    linear-gradient(160deg, #07101a 0%, #111d29 56%, #0b1118 100%);
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.07fr) minmax(430px, 0.93fr);
  gap: 28px;
  align-items: stretch;
}

.hero-story {
  position: relative;
  min-height: 704px;
  display: grid;
  grid-template-rows: 305px 1fr;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--radius-lg);
  background: #09131e;
  box-shadow: var(--shadow);
  color: var(--white);
}

.hero-media {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-bottom: 4px solid var(--yellow);
  background: #182431;
}

.hero-animation {
  --hero-loop-duration: 8.4s;
}

.hero-frames {
  position: absolute;
  inset: 0;
}

.hero-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  will-change: opacity, transform;
}

.hero-frame-arrive {
  z-index: 1;
  animation: hero-frame-arrive var(--hero-loop-duration) cubic-bezier(.4, 0, .2, 1) infinite both;
}

.hero-frame-working {
  z-index: 2;
  opacity: 0;
  animation: hero-frame-working var(--hero-loop-duration) cubic-bezier(.4, 0, .2, 1) infinite both;
}

.hero-frame-clear {
  z-index: 3;
  opacity: 0;
  animation: hero-frame-clear var(--hero-loop-duration) cubic-bezier(.4, 0, .2, 1) infinite both;
}

@keyframes hero-frame-arrive {
  0%, 24% { opacity: 1; transform: scale(1.015); }
  32%, 88% { opacity: 0; transform: scale(1.065); }
  96%, 100% { opacity: 1; transform: scale(1.015); }
}

@keyframes hero-frame-working {
  0%, 24% { opacity: 0; transform: scale(1.01); }
  32%, 56% { opacity: 1; transform: scale(1.035); }
  64%, 100% { opacity: 0; transform: scale(1.065); }
}

@keyframes hero-frame-clear {
  0%, 56% { opacity: 0; transform: scale(1.01); }
  64%, 88% { opacity: 1; transform: scale(1.035); }
  96%, 100% { opacity: 0; transform: scale(1.055); }
}

.hero-animation::after {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(7, 16, 26, .14), transparent 38%, transparent 72%, rgba(7, 16, 26, .08));
}

.hero-animation-status {
  position: absolute;
  z-index: 5;
  top: 15px;
  left: 15px;
  width: min(220px, calc(100% - 30px));
  height: 42px;
  pointer-events: none;
}

.animation-label {
  position: absolute;
  inset: 0 auto auto 0;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 13px 7px 8px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 99px;
  background: rgba(7, 16, 26, .88);
  box-shadow: 0 9px 28px rgba(0, 0, 0, .2);
  color: var(--white);
  font-size: .78rem;
  font-weight: 800;
  white-space: nowrap;
  backdrop-filter: blur(10px);
  will-change: opacity, transform;
}

.animation-label b {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  flex: 0 0 27px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
  font-size: .73rem;
}

.animation-label-clogged {
  animation: hero-label-clogged var(--hero-loop-duration) ease infinite both;
}

.animation-label-working {
  opacity: 0;
  animation: hero-label-working var(--hero-loop-duration) ease infinite both;
}

.animation-label-clear {
  opacity: 0;
  animation: hero-label-clear var(--hero-loop-duration) ease infinite both;
}

.animation-label-clear b {
  background: var(--success);
  color: var(--white);
}

@keyframes hero-label-clogged {
  0%, 24% { opacity: 1; transform: translateY(0) scale(1); }
  30%, 90% { opacity: 0; transform: translateY(-7px) scale(.96); }
  96%, 100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes hero-label-working {
  0%, 26% { opacity: 0; transform: translateY(7px) scale(.96); }
  32%, 56% { opacity: 1; transform: translateY(0) scale(1); }
  62%, 100% { opacity: 0; transform: translateY(-7px) scale(.96); }
}

@keyframes hero-label-clear {
  0%, 58% { opacity: 0; transform: translateY(7px) scale(.96); }
  64%, 88% { opacity: 1; transform: translateY(0) scale(1); }
  94%, 100% { opacity: 0; transform: translateY(-7px) scale(.96); }
}

.hero-animation-progress {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  overflow: hidden;
  background: rgba(255, 255, 255, .24);
}

.hero-animation-progress span {
  width: 0;
  height: 100%;
  display: block;
  background: var(--yellow);
  box-shadow: 0 0 18px rgba(255, 210, 28, .7);
  animation: hero-progress var(--hero-loop-duration) linear infinite both;
}

@keyframes hero-progress {
  0% { width: 0; opacity: 1; }
  92% { width: 100%; opacity: 1; }
  100% { width: 100%; opacity: 0; }
}

.hero-media figcaption {
  position: absolute;
  right: 13px;
  bottom: 12px;
  padding: 6px 9px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  background: rgba(3,9,16,.76);
  color: #e5edf4;
  font-size: 0.75rem;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100%;
  padding: clamp(31px, 4vw, 46px) clamp(27px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-content > * {
  animation: hero-copy-in 560ms cubic-bezier(.2, .75, .25, 1) both;
}

.hero-content > :nth-child(2) { animation-delay: 90ms; }
.hero-content > :nth-child(3) { animation-delay: 170ms; }
.hero-content > :nth-child(4) { animation-delay: 250ms; }
.hero-content > :nth-child(5) { animation-delay: 330ms; }
.hero-content > :nth-child(6) { animation-delay: 410ms; }

@keyframes hero-copy-in {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

.eyebrow,
.section-kicker,
.form-kicker {
  margin: 0 0 18px;
  color: var(--yellow);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e9f2fb;
  letter-spacing: 0.06em;
}

.live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 5px rgba(255, 210, 28, 0.15);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(2.65rem, 5.6vw, 5.35rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

h1 .accent {
  display: block;
  margin-top: 8px;
  color: var(--yellow);
}

.hero-lead {
  max-width: 590px;
  margin: 18px 0 0;
  color: #d4dee8;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.7;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 15px;
  margin-top: 18px;
}

.hero-trust > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #eef4fa;
  font-size: 0.79rem;
  font-weight: 600;
}

.hero-trust b {
  width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 210, 28, 0.18);
  color: var(--yellow);
  font-size: 0.72rem;
}

.hero-actions,
.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 22px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 13px;
  cursor: pointer;
  font-size: 0.91rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button-primary {
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 0 12px 28px rgba(255, 210, 28, 0.18);
}

.button-primary:hover {
  background: #ffe05a;
  box-shadow: 0 15px 34px rgba(255, 210, 28, 0.24);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.button-ghost:hover {
  background: rgba(255, 255, 255, 0.14);
}

.button-light {
  background: var(--white);
  color: var(--ink);
}

.hero-note,
.hero-phone-direct {
  margin: 15px 0 0;
  color: #aebdcc;
  font-size: 0.76rem;
}

.hero-phone-direct {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  text-decoration: none;
}

.hero-phone-direct strong {
  color: var(--yellow);
  font-size: 0.86rem;
}

.hero-phone-direct:hover strong {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.lead-card {
  min-height: 704px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}

.form-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}

.form-kicker {
  margin-bottom: 7px;
  color: #9a7700;
}

.form-heading h2 {
  margin: 0;
  font-size: clamp(1.48rem, 2.1vw, 2rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.form-heading p:not(.form-kicker) {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.step-counter {
  min-width: 75px;
  padding: 9px 10px;
  border-radius: 12px;
  background: #eef2f6;
  color: var(--muted);
  font-size: 0.72rem;
  text-align: center;
  white-space: nowrap;
}

.step-counter strong {
  margin-left: 4px;
  color: var(--ink);
  font-size: 0.92rem;
}

.progress-track {
  height: 6px;
  margin: 20px 0 27px;
  overflow: hidden;
  border-radius: 99px;
  background: #e8edf2;
}

.progress-track span {
  width: 20%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--yellow-dark), var(--yellow));
  transition: width 260ms ease;
}

.form-step {
  min-height: 452px;
  animation: step-in 260ms ease both;
}

@keyframes step-in {
  from { opacity: 0; transform: translateX(14px); }
  to { opacity: 1; transform: translateX(0); }
}

.step-heading {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 23px;
}

.step-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  flex: 0 0 36px;
  border-radius: 11px;
  background: var(--ink);
  color: var(--yellow);
  font-size: 0.88rem;
  font-weight: 900;
}

.step-heading h3 {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.3;
}

.step-heading p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.field-label {
  display: block;
  margin: 15px 0 7px;
  color: #34404e;
  font-size: 0.81rem;
  font-weight: 700;
}

.field-label span {
  color: var(--muted);
  font-weight: 500;
}

input,
textarea {
  width: 100%;
  border: 1px solid #ccd5de;
  border-radius: 12px;
  background: var(--white);
  color: var(--ink);
  font-size: 0.94rem;
  transition: border 160ms ease, box-shadow 160ms ease;
}

input {
  min-height: 51px;
  padding: 12px 14px;
}

textarea {
  min-height: 92px;
  padding: 12px 14px;
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: #7a8fa5;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(77, 168, 255, 0.12);
}

.location-input {
  position: relative;
}

.location-input > span {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #536274;
  font-size: 1.1rem;
}

.location-input input {
  padding-left: 43px;
}

.quick-locations {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.quick-locations button {
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid #d5dde5;
  border-radius: 99px;
  background: #f7f9fb;
  color: #435162;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 700;
}

.quick-locations button:hover,
.quick-locations button.selected {
  border-color: var(--yellow-dark);
  background: #fff8d8;
  color: var(--ink);
}

.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.choice-card,
.urgency-options button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px;
  border: 1px solid #d8e0e7;
  border-radius: 13px;
  background: #fbfcfd;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  transition: border 160ms ease, background 160ms ease, transform 160ms ease;
}

.choice-card:hover,
.urgency-options button:hover {
  transform: translateY(-1px);
  border-color: #97a8b9;
}

.choice-card.selected,
.urgency-options button.selected {
  border-color: #d4a800;
  background: #fff9df;
  box-shadow: 0 0 0 2px rgba(255, 210, 28, 0.18);
}

.choice-glyph,
.urgency-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  flex: 0 0 36px;
  border-radius: 10px;
  background: #eaf0f5;
  color: #324254;
  font-size: 1.08rem;
  font-style: normal;
  font-weight: 800;
}

.choice-card.selected .choice-glyph,
.urgency-options button.selected .urgency-icon {
  background: var(--yellow);
  color: var(--ink);
}

.choice-card > span:nth-child(2),
.urgency-options button > span:nth-child(2) {
  min-width: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.choice-card strong,
.urgency-options strong {
  font-size: 0.78rem;
  line-height: 1.25;
}

.choice-card small,
.urgency-options small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.65rem;
  line-height: 1.25;
}

.choice-card i {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  flex: 0 0 18px;
  border: 1px solid #c8d2dc;
  border-radius: 50%;
  color: transparent;
  font-size: 0.68rem;
  font-style: normal;
}

.choice-card.selected i {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--yellow);
}

.urgency-options {
  display: grid;
  gap: 9px;
}

.urgency-options button {
  width: 100%;
  min-height: 62px;
}

.urgency-options button i {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  border: 2px solid #abb8c5;
  border-radius: 50%;
}

.urgency-options button.selected i {
  border: 5px solid var(--ink);
  background: var(--yellow);
}

.schedule-field {
  margin: 12px 0;
}

.schedule-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.time-note {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.66rem;
}

.upload-box {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 12px;
  padding: 10px 12px;
  border: 1px dashed #adb9c6;
  border-radius: 13px;
  background: #f8fafc;
  cursor: pointer;
}

.upload-box:hover {
  border-color: #6c7f93;
  background: #f1f5f8;
}

.upload-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  border-radius: 11px;
  background: var(--ink);
  color: var(--yellow);
  font-size: 1.2rem;
}

.upload-box > span:nth-child(2) {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.upload-box strong {
  font-size: 0.78rem;
}

.upload-box small {
  color: var(--muted);
  font-size: 0.66rem;
}

.upload-name {
  max-width: 105px;
  overflow: hidden;
  color: #516071;
  font-size: 0.66rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.visually-hidden,
.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.privacy-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.field-error {
  min-height: 20px;
  margin: 9px 0 0;
  color: var(--danger);
  font-size: 0.74rem;
  font-weight: 600;
}

.field-error:empty {
  display: none;
}

.form-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 13px;
  border-top: 1px solid #e5eaf0;
}

.next-button,
.back-button,
.submit-button {
  min-height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 19px;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 800;
}

.next-button,
.submit-button {
  margin-left: auto;
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 0 9px 20px rgba(255, 210, 28, 0.17);
}

.next-button:hover,
.submit-button:hover {
  background: #ffe25f;
}

.back-button {
  background: #eef2f6;
  color: #435162;
}

.review-step {
  min-height: 414px;
}

.review-list {
  margin: 0;
  overflow: hidden;
  border: 1px solid #dce3ea;
  border-radius: 14px;
}

.review-list div {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 10px;
  padding: 11px 13px;
  border-bottom: 1px solid #e5eaf0;
}

.review-list div:last-child {
  border-bottom: 0;
}

.review-list dt {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
}

.review-list dd {
  margin: 0;
  color: var(--ink);
  font-size: 0.74rem;
  font-weight: 600;
}

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

.submit-button[disabled] {
  cursor: wait;
  opacity: 0.65;
}

.submit-note {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.68rem;
  text-align: center;
}

.success-state {
  min-height: 490px;
  padding: 58px 20px;
  text-align: center;
}

.success-check {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #e2f8ee;
  color: var(--success);
  font-size: 2rem;
  font-weight: 900;
}

.success-state h3 {
  margin: 0;
  font-size: 1.75rem;
}

.success-state p {
  max-width: 390px;
  margin: 10px auto 25px;
  color: var(--muted);
}

.proof-strip {
  width: min(var(--max), calc(100% - 40px));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: -1px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0 0 22px 22px;
  background: var(--white);
  box-shadow: 0 15px 45px rgba(20, 35, 52, 0.07);
}

.proof-strip > div {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 20px 25px;
  border-right: 1px solid var(--line);
}

.proof-strip > div:last-child {
  border-right: 0;
}

.proof-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  flex: 0 0 40px;
  border-radius: 12px;
  background: #fff5bd;
  color: #6e5600;
  font-size: 1.02rem;
  font-weight: 900;
}

.proof-strip p {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.proof-strip strong {
  font-size: 0.84rem;
}

.proof-strip small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.68rem;
}

.section {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(74px, 9vw, 116px) 0;
}

.section-heading {
  max-width: 730px;
  margin-bottom: 40px;
}

.section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-kicker {
  color: #886900;
}

.section h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.8rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.section-heading > p:last-child,
.process-copy > p:not(.section-kicker),
.area-card > div:first-child > p:not(.section-kicker) {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.services-section {
  padding-bottom: 88px;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}

.service-list article {
  min-height: 255px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-list article:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(20, 35, 52, 0.09);
}

.service-list .featured-service {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.service-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #fff3ad;
  color: #765d00;
  font-size: 0.78rem;
  font-weight: 900;
}

.featured-service .service-number {
  background: var(--yellow);
  color: var(--ink);
}

.service-list h3 {
  margin: 48px 0 9px;
  font-size: 1.05rem;
  font-weight: 800;
}

.service-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.featured-service p {
  color: #b8c5d1;
}

.gallery-section {
  padding-top: 10px;
}

.gallery-heading {
  max-width: none;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 50px;
  align-items: end;
}

.gallery-heading .section-kicker {
  margin-bottom: 13px;
}

.gallery-heading > p {
  max-width: 500px;
  margin: 0 0 8px;
  color: var(--muted);
}

.gallery-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(290px, 0.78fr);
  grid-template-rows: repeat(2, minmax(225px, 1fr));
  gap: 16px;
}

.gallery-grid figure {
  min-width: 0;
  min-height: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(20, 35, 52, 0.1);
}

.gallery-grid figure:first-child {
  grid-row: 1 / 3;
}

.gallery-grid img {
  width: 100%;
  min-height: 0;
  flex: 1 1 auto;
  object-fit: cover;
  transition: transform 350ms ease;
}

.gallery-grid figure:hover img {
  transform: scale(1.025);
}

.gallery-grid figcaption {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  min-height: 75px;
  justify-content: center;
  padding: 13px 17px 14px;
  border-top: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
}

.gallery-grid figcaption span {
  font-size: 0.95rem;
  font-weight: 800;
}

.gallery-grid figcaption small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.78rem;
}

.gallery-disclosure {
  margin: 11px 2px 0;
  color: var(--muted);
  font-size: 0.75rem;
}

.process-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(40px, 8vw, 110px);
  align-items: center;
  padding: 84px clamp(25px, 6vw, 80px);
  border-radius: 28px;
  background: var(--ink);
  color: var(--white);
}

.process-copy > p:not(.section-kicker) {
  color: #b9c5d0;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  color: var(--yellow);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.process-steps {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-steps li {
  display: flex;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.05);
}

.process-steps li > span {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  flex: 0 0 39px;
  border-radius: 11px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 0.83rem;
  font-weight: 900;
}

.process-steps h3 {
  margin: 0;
  font-size: 0.98rem;
}

.process-steps p {
  margin: 4px 0 0;
  color: #aebdca;
  font-size: 0.78rem;
}

.area-section {
  padding-top: 86px;
  padding-bottom: 20px;
}

.area-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr auto;
  gap: 35px;
  align-items: center;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid #e0c800;
  border-radius: 26px;
  background:
    radial-gradient(circle at 91% 5%, rgba(255,255,255,.8), transparent 20%),
    var(--yellow);
}

.area-card::after {
  content: "⌖";
  position: absolute;
  right: 4%;
  bottom: -42%;
  color: rgba(11, 17, 24, 0.07);
  font-size: 15rem;
  font-weight: 900;
}

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

.area-card .section-kicker {
  color: #5b4700;
}

.area-card > div:first-child > p:not(.section-kicker) {
  color: #483a07;
}

.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.area-tags span {
  padding: 8px 12px;
  border: 1px solid rgba(11, 17, 24, 0.18);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.48);
  font-size: 0.75rem;
  font-weight: 700;
}

.area-card .button-primary {
  background: var(--ink);
  color: var(--yellow);
  box-shadow: none;
}

.faq-section {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: clamp(35px, 8vw, 110px);
  align-items: start;
}

.faq-list {
  border-top: 1px solid #cbd4dc;
}

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

.faq-list summary {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 18px 0;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 700;
  list-style: none;
}

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

.faq-list summary b {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--yellow);
  font-size: 1.05rem;
  transition: transform 180ms ease;
}

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

.faq-list details p {
  margin: -2px 45px 20px 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.final-cta {
  width: min(var(--max), calc(100% - 40px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin: 0 auto 30px;
  padding: clamp(36px, 6vw, 64px);
  border-radius: 28px;
  background: var(--ink-soft);
  color: var(--white);
}

.final-cta .section-kicker {
  color: var(--yellow);
}

.final-actions {
  flex: 0 0 auto;
  margin-top: 0;
}

footer {
  padding: 54px max(20px, calc((100% - var(--max)) / 2)) 25px;
  background: #070d13;
  color: var(--white);
}

.footer-main {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr 0.9fr auto;
  gap: 28px;
  align-items: center;
  padding-bottom: 42px;
}

.footer-main > p {
  margin: 0;
  color: #9eacba;
  font-size: 0.82rem;
}

.footer-seo-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.footer-seo-links a {
  color: #aebbc8;
  font-size: 0.68rem;
  text-decoration: none;
}

.footer-seo-links a:hover {
  color: var(--yellow);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.footer-contact a {
  color: #dbe4ed;
  font-size: 0.84rem;
  font-weight: 600;
  text-decoration: none;
}

.footer-contact a:first-child {
  color: var(--yellow);
  font-size: 1rem;
  font-weight: 800;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: #778696;
  font-size: 0.7rem;
}

.mobile-action-bar {
  display: none;
}

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

  .header-actions {
    margin-left: auto;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(405px, 0.92fr);
  }

  .hero-content {
    width: 100%;
  }

  .service-list {
    grid-template-columns: 1fr 1fr;
  }

  .service-list article {
    min-height: 225px;
  }

  .area-card {
    grid-template-columns: 1fr 1fr;
  }

  .area-card .button {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

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

  .hero-story {
    min-height: 650px;
  }

  .lead-card {
    min-height: auto;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .proof-strip > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-strip > div:last-child {
    border-bottom: 0;
  }

  .process-section,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .process-copy {
    max-width: 670px;
  }

  .gallery-heading {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-main > p {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .footer-seo-links {
    grid-row: 3;
  }
}

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

  body {
    padding-bottom: 73px;
  }

  .header-inner {
    width: min(100% - 24px, var(--max));
    min-height: 66px;
    gap: 14px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-radius: 10px;
  }

  .brand-mark svg {
    width: 25px;
    height: 25px;
  }

  .brand-copy strong {
    font-size: 0.76rem;
    letter-spacing: 0.025em;
  }

  .brand-copy small {
    font-size: 0.52rem;
    letter-spacing: 0.08em;
  }

  .brand-name-full {
    display: none;
  }

  .brand-name-short {
    display: inline;
  }

  .header-phone {
    display: none;
  }

  .language-toggle {
    border-color: rgba(255,255,255,.15);
  }

  .hero-section {
    padding: 14px 12px 12px;
  }

  .hero-grid {
    gap: 13px;
  }

  .hero-story {
    min-height: 0;
    grid-template-rows: 225px auto;
    border-radius: 22px;
  }

  .hero-frame {
    object-position: center;
  }

  .hero-animation-status {
    top: 11px;
    left: 11px;
  }

  .animation-label {
    min-height: 38px;
    font-size: .72rem;
  }

  .hero-content {
    width: 100%;
    min-height: 0;
    justify-content: center;
    padding: 25px 22px 26px;
  }

  .eyebrow {
    margin-bottom: 11px;
    font-size: 0.75rem;
  }

  h1 {
    font-size: clamp(2.25rem, 10vw, 3.2rem);
  }

  .hero-lead {
    margin-top: 12px;
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-trust {
    display: none;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 14px;
  }

  .button {
    min-height: 46px;
    padding: 12px 13px;
    font-size: 0.86rem;
  }

  .hero-note,
  .hero-phone-direct {
    margin-top: 10px;
    font-size: 0.75rem;
  }

  .hero-phone-direct strong {
    font-size: 0.8rem;
  }

  .lead-card {
    padding: 21px 18px 19px;
    border-radius: 22px;
  }

  .form-heading h2 {
    font-size: 1.35rem;
  }

  .form-heading p:not(.form-kicker) {
    font-size: 0.76rem;
  }

  .step-counter {
    min-width: 66px;
    padding: 8px;
  }

  .form-step {
    min-height: 0;
  }

  .progress-track {
    margin: 17px 0 22px;
  }

  .step-heading {
    gap: 10px;
    margin-bottom: 19px;
  }

  .step-heading h3 {
    font-size: 1.02rem;
  }

  .field-error {
    min-height: 0;
  }

  .form-navigation {
    gap: 10px;
    margin-top: 17px;
    padding-top: 17px;
  }

  .form-navigation .back-button,
  .form-navigation .next-button {
    min-width: 0;
    flex: 1 1 0;
  }

  .back-button[hidden] + .next-button {
    width: 100%;
    flex-basis: 100%;
  }

  .choice-grid {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .choice-card {
    min-height: 59px;
  }

  .choice-card small {
    display: none;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .review-list div {
    grid-template-columns: 82px 1fr;
  }

  .proof-strip,
  .section,
  .final-cta {
    width: calc(100% - 24px);
  }

  .proof-strip {
    margin-top: 0;
    border-radius: 20px;
  }

  .proof-strip > div {
    padding: 14px 17px;
  }

  .section {
    padding: 72px 0;
  }

  .section h2,
  .final-cta h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .services-section {
    padding-top: 50px;
    padding-bottom: 64px;
  }

  .services-section .section-heading {
    margin-bottom: 29px;
    text-align: left;
  }

  .services-section .section-kicker {
    margin-bottom: 11px;
  }

  .services-section h2 {
    max-width: 19rem;
    font-size: clamp(1.9rem, 8.5vw, 2.25rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
  }

  .services-section .section-heading > p:last-child {
    max-width: 30rem;
    margin-top: 12px;
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .service-list {
    grid-template-columns: 1fr;
  }

  .service-list article {
    min-height: 190px;
  }

  .service-list h3 {
    margin-top: 35px;
  }

  .gallery-section {
    padding-top: 0;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 15px;
  }

  .gallery-grid figure:first-child {
    grid-row: auto;
  }

  .gallery-grid img {
    height: auto;
    aspect-ratio: 4 / 3;
    flex: none;
  }

  .process-section {
    width: calc(100% - 24px);
    padding: 55px 22px;
    border-radius: 23px;
  }

  .process-steps li {
    padding: 16px;
  }

  .area-section {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .area-card {
    grid-template-columns: 1fr;
    gap: 24px;
    border-radius: 22px;
  }

  .area-card .button {
    width: 100%;
  }

  .faq-list summary {
    min-height: 66px;
    font-size: 0.85rem;
  }

  .faq-list details p {
    margin-right: 0;
    font-size: 0.79rem;
  }

  .final-cta {
    margin-bottom: 12px;
    padding: 35px 22px;
    border-radius: 22px;
  }

  .final-actions {
    width: 100%;
    display: grid;
  }

  footer {
    padding: 45px 20px 24px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .footer-main > p {
    grid-column: auto;
    grid-row: auto;
  }

  .footer-seo-links {
    grid-row: auto;
  }

  .footer-contact {
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 5px;
  }

  .mobile-action-bar {
    position: fixed;
    z-index: 200;
    right: 0;
    bottom: 0;
    left: 0;
    height: 68px;
    display: grid;
    grid-template-columns: 1fr 1fr 1.25fr;
    padding: 7px max(10px, env(safe-area-inset-right)) calc(7px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
    border-top: 1px solid rgba(255,255,255,.12);
    background: rgba(8, 15, 23, 0.97);
    box-shadow: 0 -10px 30px rgba(0,0,0,.22);
    backdrop-filter: blur(12px);
  }

  .mobile-action-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-right: 1px solid rgba(255,255,255,.11);
    color: #e5edf5;
    text-decoration: none;
  }

  .mobile-action-bar a:last-child {
    border-right: 0;
  }

  .mobile-action-bar small {
    font-size: 0.67rem;
    font-weight: 700;
  }

  .mobile-action-bar .mobile-quote {
    margin-left: 8px;
    border-radius: 10px;
    background: var(--yellow);
    color: var(--ink);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
