﻿*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 112px; }
body {
  margin: 0;
  background: #04101F;
  color: #E7EDF6;
  font-family: Manrope, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1, h2, h3, h4, p, ul, li, figure, blockquote { margin: 0; padding: 0; }
ul { list-style: none; }
img, svg { max-width: 100%; }
a { color: #E11B36; text-decoration: none; }
a:hover { color: #FF4459; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
::selection { background: #E11B36; color: #fff; }
[hidden] { display: none !important; }

[data-mobile-toggle] {
  display: none !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 12px;
  background: rgba(4,16,31,.62);
  color: #fff;
  justify-self: end;
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}
[data-mobile-toggle] span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .25s ease, opacity .2s ease;
}
[data-mobile-menu] {
  position: fixed;
  inset: 0;
  z-index: 140;
  visibility: hidden;
  pointer-events: none;
}
[data-menu-backdrop] {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: rgba(2,8,18,.66);
  opacity: 0;
  transition: opacity .28s ease;
}
[data-mobile-panel] {
  position: absolute;
  top: 0;
  right: 0;
  width: min(88vw, 390px);
  height: 100%;
  padding: 116px 22px 28px;
  background: linear-gradient(180deg, #04101F, #071A33);
  border-left: 1px solid rgba(147,167,196,.22);
  box-shadow: -28px 0 70px -40px rgba(0,0,0,.75);
  transform: translateX(100%);
  transition: transform .34s cubic-bezier(.22,.7,.2,1);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-mobile-links] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
[data-mobile-links] a {
  display: flex;
  align-items: center;
  min-height: 54px;
  border-bottom: 1px solid rgba(147,167,196,.16);
  color: #E7EDF6;
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 36px;
  line-height: 1;
  letter-spacing: .02em;
}
[data-mobile-contact] {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
[data-mobile-contact] span {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #93A7C4;
}
[data-mobile-contact] a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 10px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid rgba(147,167,196,.28);
}
[data-mobile-contact] > a:first-of-type {
  background: #E11B36;
  border-color: #E11B36;
}
.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(147,167,196,.28);
  border-radius: 999px;
  background: rgba(4,16,31,.46);
}
.lang-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 28px;
  border-radius: 999px;
  color: #93A7C4;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: background .25s ease, color .25s ease;
}
.lang-switcher a[aria-current="page"] {
  background: #E11B36;
  color: #fff;
}
.lang-switcher-mobile {
  width: fit-content;
  margin-bottom: 6px;
}
.lang-switcher-mobile a {
  border: 0;
  min-height: 30px;
  color: #93A7C4;
  background: transparent;
}
.lang-switcher-mobile a[aria-current="page"] {
  color: #fff;
  background: #E11B36;
}
[data-process-mobile] {
  display: none;
}
body.neal-menu-open {
}
body.neal-menu-open [data-header] {
  background: rgba(4,16,31,.92) !important;
  backdrop-filter: saturate(160%) blur(16px) !important;
  -webkit-backdrop-filter: saturate(160%) blur(16px) !important;
  border-bottom-color: rgba(147,167,196,.2) !important;
}
body.neal-menu-open [data-mobile-menu] {
  visibility: visible;
  pointer-events: auto;
}
body.neal-menu-open [data-menu-backdrop] {
  opacity: 1;
}
body.neal-menu-open [data-mobile-panel] {
  transform: translateX(0);
}
body.neal-menu-open [data-mobile-toggle] {
  background: #E11B36;
  border-color: #E11B36;
}
body.neal-menu-open [data-mobile-toggle] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
body.neal-menu-open [data-mobile-toggle] span:nth-child(2) {
  opacity: 0;
}
body.neal-menu-open [data-mobile-toggle] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@keyframes nealMarquee { from { transform: translate3d(0,0,0); } to { transform: translate3d(-50%,0,0); } }
@keyframes nealGrid { from { background-position: 0 0; } to { background-position: 0 -84px; } }

/* ---------- Estimate page ---------- */
.estimate-page {
  background: #04101F;
}
.estimate-shell {
  padding: 18px;
  background: linear-gradient(180deg, #00152E, #04101F 58%, #0A2A55 100%);
}
.estimate-hero {
  position: relative;
  min-height: calc(100vh - 36px);
  border-radius: 24px;
  background: #04101F;
  border: 1px solid rgba(147,167,196,.18);
  box-shadow: 0 40px 90px -40px rgba(0,0,0,.85);
}
.estimate-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,16,31,.96) 0%, rgba(4,16,31,.82) 42%, rgba(4,16,31,.52) 70%, rgba(4,16,31,.78) 100%),
    url("../assets/hero/banner-hero.webp") center / cover no-repeat;
}
.estimate-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 52% 55% at 78% 18%, rgba(225,27,54,.18) 0%, rgba(225,27,54,0) 68%);
  pointer-events: none;
}
.estimate-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1500px;
  min-height: calc(100vh - 36px);
  margin: 0 auto;
  padding: 150px 40px 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.estimate-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  max-width: 740px;
}
.estimate-copy h1 {
  font-size: clamp(58px, 6.4vw, 108px);
  line-height: .9;
  font-weight: 400;
  letter-spacing: .012em;
  font-family: 'Bebas Neue', Impact, sans-serif;
  max-width: 14ch;
}
.estimate-copy h1 span {
  display: block;
  white-space: nowrap;
}
.estimate-copy p {
  max-width: 42ch;
  font-size: 18px;
  line-height: 1.65;
  color: #C7D3E5;
}
.estimate-proof {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.estimate-proof span {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #E7EDF6;
  border: 1px solid rgba(147,167,196,.3);
  border-radius: 999px;
  padding: 9px 14px;
  background: rgba(4,16,31,.46);
}
.estimate-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: fit-content;
  border-radius: 10px;
  background: #E11B36;
  color: #fff;
  padding: 17px 28px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: background .35s ease, color .35s ease, transform .35s cubic-bezier(.22,.7,.2,1);
}
.estimate-hero-cta span {
  font-size: 16px;
}
.estimate-form-section {
  position: relative;
  background: #0A2A55;
  padding: 96px 0 104px;
  border-top: 1px solid rgba(147,167,196,.16);
}
.estimate-form-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 48% 60% at 18% 20%, rgba(225,27,54,.14) 0%, rgba(10,42,85,0) 68%),
    linear-gradient(rgba(147,167,196,.06) 1px, transparent 1px);
  background-size: auto, 100% 84px;
  pointer-events: none;
}
.estimate-form-wrap {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 40px;
}
.estimate-form {
  background: linear-gradient(180deg, #04101F 0%, #06172D 100%);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  padding: clamp(22px, 2.5vw, 32px);
  box-shadow: 0 34px 90px -46px rgba(0,0,0,.9);
  width: 100%;
}
.estimate-form-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(147,167,196,.18);
}
.estimate-form-head h2 {
  font-size: clamp(34px, 3.6vw, 56px);
  line-height: .94;
  font-weight: 400;
  letter-spacing: .012em;
  font-family: 'Bebas Neue', Impact, sans-serif;
  color: #fff;
}
.estimate-form-head span {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #8FAAD0;
  white-space: nowrap;
}
.estimate-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.estimate-field {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.estimate-field-wide {
  grid-column: span 2;
}
.estimate-field span,
.estimate-group-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #8FA3BF;
}
.estimate-field input,
.estimate-field select,
.estimate-field textarea {
  width: 100%;
  background: rgba(147,167,196,.06);
  border: 1px solid rgba(147,167,196,.24);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 16px;
  line-height: 1.35;
  outline: none;
  color: #E7EDF6;
  transition: border-color .3s ease, background .3s ease;
}
.estimate-field select {
  background-color: #04101F;
}
.estimate-field input[type="date"] {
  color-scheme: dark;
}
.estimate-field textarea {
  resize: vertical;
  min-height: 78px;
}
.estimate-segments {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.estimate-segments label {
  cursor: pointer;
}
.estimate-segments input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.estimate-segments [data-seg] {
  display: block;
  text-align: center;
  padding: 16px 12px;
  border-radius: 10px;
  border: 1px solid rgba(147,167,196,.35);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #93A7C4;
  transition: all .3s ease;
}
.estimate-actions {
  margin-top: 20px;
}
.estimate-actions button {
  width: 100%;
  border: 0;
  border-radius: 10px;
  background: #E11B36;
  color: #fff;
  padding: 16px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: background .35s ease, transform .35s cubic-bezier(.22,.7,.2,1), color .35s ease;
}
.estimate-actions p {
  margin-top: 14px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #6C81A0;
  text-align: center;
}
.estimate-contact-band {
  background: #0A2A55;
  border-top: 1px solid rgba(147,167,196,.16);
  border-bottom: 1px solid rgba(147,167,196,.16);
}
.estimate-contact-band > div {
  max-width: 1500px;
  margin: 0 auto;
  padding: 28px 40px;
  display: grid;
  grid-template-columns: 1.15fr .85fr .85fr;
  gap: 14px;
}
.estimate-contact-card {
  background: rgba(4,16,31,.48);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  padding: 20px 22px;
}
.estimate-contact-card span {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #8FAAD0;
}
.estimate-contact-card a,
.estimate-contact-card p {
  display: inline-block;
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.45;
  color: #fff;
}
.estimate-contact-card strong {
  display: inline-block;
  margin-top: 4px;
  font-size: 38px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: .02em;
  font-family: 'Bebas Neue', Impact, sans-serif;
  color: #fff;
}

/* ---------- Legal pages ---------- */
.legal-main {
  background: #04101F;
}
.legal-hero {
  position: relative;
  margin: 18px;
  padding: 210px 0 76px;
  text-align: center;
  border: 1px solid rgba(147,167,196,.18);
  border-radius: 24px;
  box-shadow: 0 40px 90px -40px rgba(0,0,0,.85);
  background:
    radial-gradient(ellipse 48% 60% at 78% 8%, rgba(225,27,54,.16) 0%, rgba(4,16,31,0) 70%),
    linear-gradient(180deg, #00152E 0%, #04101F 100%);
}
.legal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background: url("../assets/hero/banner-hero.webp") center / cover no-repeat;
  pointer-events: none;
}
.legal-wrap {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 40px;
}
.legal-hero h1 {
  font-size: clamp(58px, 7vw, 112px);
  line-height: .9;
  font-weight: 400;
  letter-spacing: .012em;
  font-family: 'Bebas Neue', Impact, sans-serif;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.legal-hero p {
  margin-top: 22px;
  max-width: 54ch;
  margin-left: auto;
  margin-right: auto;
  color: #C7D3E5;
  font-size: 18px;
  line-height: 1.65;
}
.legal-meta {
  display: inline-flex;
  margin-top: 28px;
  border: 1px solid rgba(147,167,196,.3);
  border-radius: 999px;
  padding: 10px 15px;
  color: #E7EDF6;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  background: rgba(4,16,31,.48);
}
.legal-content {
  padding: 72px 0 92px;
  background:
    radial-gradient(ellipse 44% 40% at 10% 20%, rgba(10,42,85,.7) 0%, rgba(4,16,31,0) 74%),
    #04101F;
}
.legal-card {
  background: linear-gradient(180deg, #06172D 0%, #04101F 100%);
  border: 1px solid rgba(147,167,196,.18);
  border-radius: 20px;
  padding: clamp(28px, 4vw, 54px);
}
.legal-card section + section {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid rgba(147,167,196,.14);
}
.legal-card h2 {
  color: #fff;
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: clamp(30px, 3vw, 44px);
  line-height: .96;
  font-weight: 400;
  letter-spacing: .02em;
}
.legal-card p,
.legal-card li {
  color: #AFC0D8;
  font-size: 16px;
  line-height: 1.75;
}
.legal-card p {
  margin-top: 14px;
}
.legal-card ul {
  margin-top: 14px;
  padding-left: 20px;
  list-style: disc;
}
.legal-card a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(225,27,54,.75);
  text-underline-offset: 4px;
}
.legal-note {
  margin-top: 30px;
  color: #6C81A0;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* ---------- Redirect card ---------- */
.redirect-page {
  min-height: 100vh;
  background: #04101F;
}
.redirect-main {
  min-height: 100vh;
  padding: 18px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, rgba(0,21,46,.84) 0%, rgba(4,16,31,.94) 100%),
    url("../assets/hero/banner-hero.webp") center / cover no-repeat;
}
.redirect-card {
  width: min(100%, 460px);
  border: 1px solid rgba(147,167,196,.22);
  border-radius: 24px;
  padding: clamp(26px, 5vw, 40px);
  background: linear-gradient(180deg, rgba(4,16,31,.94) 0%, rgba(6,23,45,.96) 100%);
  box-shadow: 0 34px 90px -46px rgba(0,0,0,.9);
  text-align: center;
}
.redirect-logo {
  display: block;
  width: min(210px, 62vw);
  height: auto;
  margin: 0 auto;
}
.redirect-lang {
  margin: 0 auto 22px;
}
.redirect-card h1 {
  margin-top: 24px;
  color: #fff;
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: clamp(40px, 11vw, 58px);
  line-height: .92;
  font-weight: 400;
  letter-spacing: .012em;
}
.redirect-card p {
  margin: 14px auto 0;
  max-width: 32ch;
  color: #AFC0D8;
  font-size: 15.5px;
  line-height: 1.6;
}
.redirect-actions {
  margin-top: 30px;
  display: grid;
  gap: 12px;
}
.redirect-link {
  display: grid;
  grid-template-columns: 42px 1fr 22px;
  align-items: center;
  gap: 14px;
  min-height: 62px;
  border: 1px solid rgba(147,167,196,.28);
  border-radius: 12px;
  padding: 10px 16px 10px 10px;
  color: #fff;
  background: rgba(147,167,196,.07);
  transition: background .3s ease, border-color .3s ease, transform .35s cubic-bezier(.22,.7,.2,1), color .3s ease;
}
.redirect-link:first-child {
  background: #E11B36;
  border-color: #E11B36;
}
.redirect-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(4,16,31,.55);
  color: currentColor;
}
.redirect-icon img {
  display: block;
  width: 32px;
  height: 32px;
}
.redirect-link span:nth-child(2) {
  min-width: 0;
  text-align: left;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.35;
  text-transform: uppercase;
}
.redirect-arrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 16px;
  text-align: right;
}
.redirect-meta {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.redirect-meta span {
  border: 1px solid rgba(147,167,196,.28);
  border-radius: 999px;
  padding: 7px 12px;
  color: #93A7C4;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  header {
    top: 10px !important;
    left: 10px !important;
    right: 10px !important;
    border-radius: 16px !important;
    overflow: visible !important;
  }
  header > div {
    grid-template-columns: auto 1fr auto !important;
    padding: 10px 12px !important;
    gap: 10px !important;
  }
  header nav,
  [data-main-nav],
  [data-desktop-contact] { display: none !important; }
  [data-mobile-toggle] { display: inline-flex !important; }
  [data-navlogo] {
    height: 56px !important;
    max-width: min(58vw, 230px);
    object-fit: contain;
  }
  #about > div > div { grid-template-columns: 1fr !important; height: auto !important; gap: 24px !important; }
  #about img { height: auto !important; margin-top: 0 !important; }
  #about > div > div > div:first-child { margin: -48px 0 0 -16px !important; padding-bottom: 0 !important; }
  #about > div > div > div:last-child { padding: 0 32px 48px !important; }
  #services > div > div:nth-child(2) { grid-template-columns: 1fr !important; }
  #services h2 { white-space: normal !important; }
  #why > div > div:nth-child(2) { grid-template-columns: 1fr 1fr !important; }
  #reviews > div > div:nth-child(2) { grid-template-columns: 1fr !important; gap: 12px !important; }
  #quote > div { grid-template-columns: 1fr !important; gap: 40px !important; }
  .estimate-wrap { align-items: center; justify-content: center; padding-top: 130px; }
  .estimate-copy { text-align: center; align-items: center; }
  .estimate-copy h1 { max-width: 12ch; }
  .estimate-contact-band > div { grid-template-columns: 1fr; }
  .legal-hero { padding-top: 132px; }
  footer > div > div:first-child { grid-template-columns: 1fr 1fr !important; gap: 36px !important; }
}
@media (max-width: 760px) {
  section[id] { scroll-margin-top: 94px; }
  body { min-width: 0; }
  header { top: 8px !important; left: 8px !important; right: 8px !important; }
  header > div { padding: 8px 10px !important; }
  [data-navlogo] { height: 48px !important; max-width: 62vw; }
  [data-mobile-toggle] { width: 44px; height: 44px; border-radius: 10px; }
  [data-mobile-panel] { width: 100%; padding: 96px 20px 26px; }
  [data-mobile-links] a { min-height: 50px; font-size: 32px; }
  section { padding-left: 0 !important; padding-right: 0 !important; }
  section > div, footer > div { padding-left: 20px !important; padding-right: 20px !important; }
  main > div:first-child { padding: 8px !important; }
  main > div:first-child section {
    min-height: 92vh !important;
    border-radius: 18px !important;
  }
  main > div:first-child section > div:nth-child(4) {
    padding: 108px 22px 86px !important;
  }
  .estimate-shell { padding: 8px !important; }
  .estimate-hero { min-height: auto; border-radius: 18px; }
  .estimate-hero::before {
    background:
      linear-gradient(180deg, rgba(4,16,31,.96) 0%, rgba(4,16,31,.82) 48%, rgba(4,16,31,.92) 100%),
      url("../assets/hero/banner-mobile.webp") center / cover no-repeat;
  }
  .estimate-wrap {
    min-height: calc(92vh - 16px);
    padding: 112px 20px 54px !important;
    gap: 32px;
  }
  .estimate-copy h1 {
    font-size: clamp(34px, 10.6vw, 54px) !important;
    max-width: none !important;
    line-height: .92 !important;
  }
  .estimate-copy p {
    font-size: 16px;
  }
  .estimate-hero-cta {
    width: 100%;
    max-width: 280px;
    padding: 16px 22px;
  }
  .estimate-form-section {
    padding: 72px 0 76px !important;
  }
  .estimate-form-wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .estimate-form {
    padding: 24px 20px 22px;
    border-radius: 16px;
  }
  .estimate-form-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .estimate-grid,
  .estimate-segments {
    grid-template-columns: 1fr;
  }
  .estimate-field-wide,
  .estimate-segments {
    grid-column: auto;
  }
  .estimate-contact-band > div {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .estimate-contact-card,
  .estimate-contact-card * {
    text-align: left !important;
  }
  .legal-hero {
    padding: 112px 0 54px;
    margin: 8px;
    border-radius: 18px;
  }
  .legal-wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .legal-hero,
  .legal-hero * {
    text-align: center;
  }
  .legal-hero h1,
  .legal-hero p {
    margin-left: auto;
    margin-right: auto;
  }
  .legal-hero h1 {
    font-size: clamp(36px, 10.5vw, 54px) !important;
    max-width: none !important;
    white-space: nowrap !important;
  }
  .legal-content {
    padding: 52px 0 68px;
  }
  .legal-card {
    border-radius: 16px;
    padding: 26px 22px;
  }
  .legal-card,
  .legal-card * {
    text-align: left !important;
  }
  [data-hero-image] {
    object-position: 50% 50% !important;
  }
  main > div:first-child section > div:nth-child(2) {
    background: linear-gradient(to bottom,rgba(4,16,31,.96) 0%,rgba(4,16,31,.68) 28%,rgba(4,16,31,.38) 58%,rgba(4,16,31,.76) 100%) !important;
  }
  main > div:first-child section > div:nth-child(3) {
    background: linear-gradient(180deg, rgba(0,0,0,.42), rgba(5,3,29,.86)) !important;
    opacity: 1 !important;
  }
  h1 {
    font-size: clamp(43px, 13.8vw, 58px) !important;
    line-height: .9 !important;
    max-width: 340px !important;
  }
  .estimate-copy h1 {
    font-size: clamp(34px, 10.6vw, 54px) !important;
    max-width: none !important;
    line-height: .92 !important;
  }
  .estimate-copy h1 span {
    display: block !important;
    white-space: nowrap !important;
  }
  h1 [data-word] {
    display: inline !important;
  }
  h1 [data-word]:nth-child(2)::after,
  h1 [data-word]:nth-child(4)::after {
    content: "\A";
    white-space: pre;
  }
  h2 { white-space: normal !important; }
  a, button { max-width: 100%; }
  #about { padding-top: 74px !important; padding-bottom: 70px !important; }
  #about > div > div { border-radius: 20px !important; overflow: hidden; }
  #about > div > div > div:first-child { margin: 0 !important; }
  #about > div > div > div:last-child { padding: 28px 22px 34px !important; }
  #about > div > div > div:last-child,
  #about > div > div > div:last-child * {
    text-align: center !important;
  }
  #about > div > div > div:last-child > div:first-child {
    justify-content: center !important;
  }
  #about > div > div > div:last-child > div:last-child {
    align-items: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #services,
  #why,
  #process,
  #reviews,
  #quote { padding-top: 72px !important; padding-bottom: 76px !important; }
  #services > div > div:first-child,
  #reviews > div > div:first-child {
    justify-content: center !important;
    text-align: center !important;
  }
  #services > div > div:first-child > div,
  #reviews > div > div:first-child > div {
    width: 100%;
    text-align: center !important;
  }
  #services > div > div:first-child [data-rv],
  #reviews > div > div:first-child [data-rv] {
    justify-content: center !important;
  }
  #services > div > div:nth-child(2) { margin-top: 38px !important; }
  #services article { height: 500px !important; }
  #services article > div:last-child { padding: 24px !important; }
  #services [data-svc-scrim] {
    background: linear-gradient(to bottom,rgba(4,16,31,.68) 0%,rgba(4,16,31,.28) 24%,rgba(4,16,31,.68) 58%,rgba(4,16,31,.96) 100%) !important;
  }
  #services [data-svc-rule] {
    width: 72px !important;
  }
  #services h3 {
    margin-top: 18px !important;
    font-size: clamp(36px, 11vw, 46px) !important;
    line-height: .92 !important;
    max-width: 14.5ch !important;
    text-shadow: 0 4px 28px rgba(4,16,31,.78) !important;
  }
  #services [data-svc-desc] {
    opacity: 1 !important;
    transform: none !important;
  }
  #services [data-svc-desc] p {
    font-size: 15.5px !important;
    line-height: 1.55 !important;
    color: #E4ECF8 !important;
  }
  #why > div > div:nth-child(2) { grid-template-columns: 1fr !important; }
  #why article { padding: 26px 24px 30px !important; }
  #reviews figure {
    padding: 30px 28px 28px !important;
    gap: 20px !important;
  }
  #reviews blockquote {
    font-size: 15.5px !important;
    line-height: 1.55 !important;
  }
  #reviews figcaption {
    font-size: 10px !important;
    line-height: 1.45 !important;
    letter-spacing: .12em !important;
  }
  footer > div > div:first-child { grid-template-columns: 1fr !important; }
  footer,
  footer * {
    text-align: center !important;
  }
  footer img {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  footer > div > div:first-child > div,
  footer nav {
    align-items: center !important;
  }
  footer a,
  footer [data-flink],
  footer [data-fcta] {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  footer div[style*="display:flex"] {
    justify-content: center !important;
  }
  footer p {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #quote form { padding: 26px 22px 24px !important; }
  #quote > div > div:first-child {
    align-items: center !important;
    text-align: center !important;
  }
  #quote > div > div:first-child > div:first-child {
    justify-content: center !important;
  }
  #quote > div > div:first-child p {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #quote form [data-step] > div > div { grid-template-columns: 1fr !important; }
  #quote form [data-step] label { grid-column: auto !important; }
  #quote [data-notsent] > div { flex-direction: column !important; align-items: stretch !important; }
  #quote [data-canback] button,
  #quote button[type="submit"] { width: 100% !important; }
  #process svg { min-height: 300px; }
  #process [data-process-desktop] { display: none !important; }
  #process [data-process-mobile] {
    position: relative;
    display: block;
    width: min(100%, 380px);
    height: 660px;
    margin: 34px auto 0;
  }
  #process [data-process-mobile] svg {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: visible;
  }
  #process [data-mobile-step] {
    position: absolute;
    width: min(46vw, 170px);
    padding: 14px 13px 15px;
    border: 1px solid rgba(147,167,196,.24);
    border-radius: 12px;
    background: rgba(4,16,31,.86);
    box-shadow: 0 18px 50px -34px rgba(0,0,0,.8);
  }
  #process [data-mobile-step="1"] { left: 0; top: 58px; }
  #process [data-mobile-step="2"] { right: 0; top: 286px; }
  #process [data-mobile-step="3"] { left: 0; bottom: 42px; border-color: rgba(225,27,54,.5); }
  #process [data-mobile-step] span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #071A33;
    border: 1px solid rgba(147,167,196,.38);
    color: #fff;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
  }
  #process [data-mobile-step] h3 {
    margin-top: 12px;
    color: #fff;
    font-family: 'Bebas Neue', Impact, sans-serif;
    font-size: 26px;
    line-height: .98;
    font-weight: 400;
    letter-spacing: .02em;
  }
  #process [data-mobile-step] p {
    margin-top: 7px;
    color: #A9BBD4;
    font-size: 13px;
    line-height: 1.45;
  }
  #quote [data-quote-contact] {
    margin-top: 32px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  #quote [data-callcard] {
    padding: 20px 20px !important;
    border-radius: 12px !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  #quote [data-callcard] > span:first-child {
    flex: 1 1 auto;
    min-width: 0;
  }
  #quote [data-callcard] span span:last-child {
    font-size: clamp(32px, 9.5vw, 40px) !important;
    white-space: nowrap;
  }
  #quote [data-contact-grid] {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  #quote [data-contact-grid] > div {
    min-height: 132px;
    padding: 20px !important;
    text-align: left !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  #quote [data-callcard],
  #quote [data-callcard] *,
  #quote [data-contact-grid] > div,
  #quote [data-contact-grid] > div * {
    text-align: left !important;
  }
  #quote [data-contact-grid] > div > *,
  #quote [data-callcard] > span:first-child > * {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #quote [data-callarrow] {
    text-align: center !important;
  }
  #quote [data-contact-grid] a {
    font-size: 16px !important;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }
  [data-payment-list] {
    width: 100%;
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center;
    gap: 12px !important;
  }
  [data-payment-list] span {
    min-width: min(100%, 190px);
    text-align: center;
  }
  section:not([id]) > div > div:has(us-route-map) {
    padding-top: 12px !important;
    padding-bottom: 0 !important;
  }
  section:not([id]) > div > div:first-child {
    padding-bottom: 20px !important;
  }
  us-route-map {
    width: min(100%, 430px);
    margin: 0 auto;
  }
}
@media (max-width: 420px) {
  section > div, footer > div { padding-left: 16px !important; padding-right: 16px !important; }
  [data-mobile-panel] { padding-left: 18px; padding-right: 18px; }
  h1 { font-size: clamp(40px, 13.2vw, 54px) !important; max-width: 320px !important; }
  .estimate-copy h1 { font-size: clamp(32px, 10.2vw, 42px) !important; max-width: none !important; }
  .legal-hero h1 { font-size: clamp(34px, 10vw, 42px) !important; max-width: none !important; white-space: nowrap !important; }
  main > div:first-child section > div:nth-child(4) {
    padding-top: 104px !important;
  }
  p { overflow-wrap: anywhere; }
  #services article { height: 540px !important; }
  #services h3 {
    font-size: clamp(34px, 10.4vw, 42px) !important;
  }
  #services article span {
    letter-spacing: .08em !important;
  }
  #process [data-process-mobile] {
    height: 630px;
  }
  #process [data-mobile-step] {
    width: 156px;
    padding: 13px 12px;
  }
  #process [data-mobile-step] h3 {
    font-size: 24px;
  }
  #process [data-mobile-step] p {
    font-size: 12.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-marquee] { animation: none !important; }
  [data-mobile-toggle],
  [data-mobile-toggle] span,
  [data-menu-backdrop],
  [data-mobile-panel] { transition: none !important; }
}

.localized-hero-title [data-word] {
  display: block !important;
  white-space: nowrap !important;
}
.localized-hero-title [data-word]::after {
  content: none !important;
}
@media (max-width: 760px) {
  .localized-hero-title {
    font-size: clamp(34px, 9.6vw, 44px) !important;
    max-width: none !important;
  }
}
@media (max-width: 420px) {
  .localized-hero-title {
    font-size: clamp(32px, 9vw, 38px) !important;
  }
}

.estimate-copy h1.estimate-title-localized {
  font-size: clamp(52px, 5.3vw, 88px);
  max-width: none;
}
@media (max-width: 760px) {
  .estimate-copy h1.estimate-title-localized {
    font-size: clamp(30px, 8.6vw, 42px) !important;
    max-width: none !important;
  }
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}


.whatsapp-float {
  position: fixed;
  right: max(26px, env(safe-area-inset-right));
  bottom: max(26px, env(safe-area-inset-bottom));
  z-index: 180;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  transition: transform .3s cubic-bezier(.22,.7,.2,1);
}
.whatsapp-float img {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
}
.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: translateY(-4px);
}
.redirect-link.redirect-whatsapp {
  background: #1fad14;
  border-color: #1fad14;
  color: #fff;
}
@media (max-width: 760px) {
  .whatsapp-float {
    width: 54px;
    height: 54px;
    right: max(22px, env(safe-area-inset-right));
    bottom: max(22px, env(safe-area-inset-bottom));
  }
  .whatsapp-float img {
    width: 54px;
    height: 54px;
  }
}





