:root {
  --ink: #0b1f3a;
  --muted: #60738f;
  --blue-900: #041f4f;
  --blue-800: #063982;
  --blue-700: #075ee7;
  --blue-600: #1687f2;
  --blue-100: #eaf3ff;
  --blue-050: #f5f9ff;
  --line: #dbe6f4;
  --white: #ffffff;
  --mist: #f7fbff;
  --soft: #f0f6fd;
  --success: #0f8a64;
  --warning: #d28a11;
  --shadow-sm: 0 12px 34px rgba(4, 31, 79, 0.09);
  --shadow-md: 0 22px 60px rgba(4, 31, 79, 0.15);
  --shadow-lg: 0 34px 86px rgba(4, 31, 79, 0.20);
  --radius: 8px;
  --max: 1400px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  letter-spacing: 0;
  overflow-x: hidden;
  opacity: 0;
  animation: pageFade 650ms ease forwards;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

button {
  border: 0;
}

::selection {
  background: rgba(22, 104, 232, 0.16);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(219, 230, 244, 0.86);
  backdrop-filter: blur(18px);
}

.nav {
  max-width: var(--max);
  margin: 0 auto;
  min-height: 92px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0;
  color: var(--blue-900);
  flex: 0 0 auto;
}

.brand-logo {
  display: block;
  width: 230px;
  height: auto;
  object-fit: contain;
  object-position: left center;
  border-radius: 6px;
  filter: drop-shadow(0 10px 20px rgba(4, 31, 79, 0.08));
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--blue-700), var(--blue-900));
  color: var(--white);
  display: grid;
  place-items: center;
  box-shadow: 0 12px 28px rgba(11, 94, 215, 0.24);
}

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

.brand-text small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a {
  position: relative;
  padding: 11px 14px;
  border-radius: var(--radius);
  color: #38506e;
  font-weight: 700;
  font-size: 0.95rem;
  transition: color 180ms ease, background 180ms ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--blue-800);
  background: var(--blue-100);
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.urgency-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 40px;
  padding: 8px 24px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-900), var(--blue-700));
  font-size: 0.92rem;
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(4, 31, 79, 0.16);
}

.urgency-bar a {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue-900);
  font-weight: 800;
  white-space: nowrap;
}

.menu-toggle {
  width: 44px;
  height: 44px;
  display: none;
  place-items: center;
  background: var(--blue-050);
  color: var(--blue-900);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
}

.section {
  padding: 96px 24px;
}

.section.compact {
  padding: 72px 24px;
}

.section.soft {
  background: linear-gradient(180deg, var(--blue-050), #ffffff);
}

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

.grid {
  display: grid;
  gap: 28px;
}

.two-col {
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  align-items: center;
}

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

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

.section-kicker {
  color: var(--blue-700);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 0 14px;
}

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

h1,
h2,
h3 {
  color: var(--ink);
  letter-spacing: 0;
}

h1 {
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: clamp(2.7rem, 5vw, 5.2rem);
  line-height: 0.95;
  margin-bottom: 20px;
}

.hero h1 {
  font-size: clamp(3rem, 4.6vw, 5.15rem);
  line-height: 0.98;
  max-width: 780px;
}

.page-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.8rem);
}

h2 {
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: clamp(2rem, 3.6vw, 3.5rem);
  line-height: 1.04;
  margin-bottom: 20px;
}

h3 {
  font-size: 1.1rem;
  line-height: 1.3;
  margin-bottom: 12px;
}

.lead {
  color: var(--muted);
  font-size: clamp(1.02rem, 1.35vw, 1.16rem);
  line-height: 1.68;
  margin-bottom: 22px;
  max-width: 720px;
}

.body-copy {
  color: var(--muted);
  line-height: 1.75;
}

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

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

.section-heading p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.72;
  margin-bottom: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: var(--radius);
  font-weight: 900;
  cursor: pointer;
  max-width: 100%;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.btn svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-700), var(--blue-900));
  box-shadow: 0 16px 36px rgba(7, 94, 231, 0.30);
}

.btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 24px 50px rgba(7, 94, 231, 0.38);
}

.btn-secondary {
  color: var(--blue-900);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.btn-secondary:hover {
  transform: translateY(-3px) scale(1.02);
  border-color: rgba(7, 94, 231, 0.25);
  box-shadow: var(--shadow-md);
}

.btn-quiet {
  color: var(--blue-800);
  background: var(--blue-100);
}

.btn-quiet:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(11, 94, 215, 0.14);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 132px);
  padding: 42px 24px 58px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 16% 18%, rgba(22, 104, 232, 0.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
}

.hero-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr);
  gap: 54px;
  align-items: center;
  width: 100%;
  min-width: 0;
}

.hero-copy {
  padding: 10px 0 0;
  min-width: 0;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 0 14px;
  margin-bottom: 16px;
  border-radius: var(--radius);
  color: var(--blue-900);
  background: linear-gradient(135deg, #ffffff, var(--blue-100));
  border: 1px solid rgba(7, 94, 231, 0.12);
  box-shadow: var(--shadow-sm);
  font-size: 0.88rem;
  font-weight: 900;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 24px 0 14px;
}

.hero-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.hero-trust-list span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 12px;
  color: var(--blue-900);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 22px rgba(4, 31, 79, 0.06);
  font-size: 0.9rem;
  font-weight: 900;
}

.hero-trust-list svg {
  width: 17px;
  height: 17px;
  color: var(--success);
  flex: 0 0 auto;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.proof-item {
  min-width: 132px;
}

.proof-item strong {
  display: block;
  color: var(--blue-900);
  font-size: 1.35rem;
}

.proof-item span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  display: grid;
  min-height: 575px;
  transform: translateY(-10px);
}

.hero-image-card {
  align-self: stretch;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  min-height: 550px;
}

.hero-image-card img {
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.quote-card {
  position: absolute;
  right: 24px;
  bottom: 18px;
  width: min(430px, calc(100% - 52px));
  padding: 22px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(219, 230, 244, 0.82);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
}

.quote-card h2,
.quote-card h3 {
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.18rem;
  line-height: 1.2;
  margin-bottom: 8px;
}

.quote-card p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
  margin-bottom: 14px;
}

.mini-badge {
  position: absolute;
  left: -18px;
  top: 28px;
  width: 176px;
  padding: 16px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}

.mini-badge strong {
  display: block;
  color: var(--blue-900);
  font-size: 1.5rem;
  line-height: 1;
}

.mini-badge span {
  display: block;
  color: var(--muted);
  margin-top: 6px;
  font-size: 0.85rem;
  line-height: 1.35;
  font-weight: 700;
}

.form {
  display: grid;
  gap: 10px;
}

.form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: end;
}

.field {
  display: grid;
  gap: 6px;
}

.field label {
  color: #38506e;
  font-size: 0.82rem;
  font-weight: 900;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 13px;
  color: var(--ink);
  background: var(--white);
  outline: none;
  transition: border 160ms ease, box-shadow 160ms ease;
}

.field textarea {
  min-height: 96px;
  resize: vertical;
}

.quote-card .field textarea {
  min-height: 86px;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: rgba(22, 104, 232, 0.55);
  box-shadow: 0 0 0 4px rgba(22, 104, 232, 0.11);
}

.form-note {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.form-success,
.form-error {
  display: none;
  padding: 10px 12px;
  border-radius: var(--radius);
  font-size: 0.88rem;
  font-weight: 800;
}

.form-success.visible {
  display: block;
  color: var(--success);
  background: rgba(15, 138, 100, 0.1);
  border: 1px solid rgba(15, 138, 100, 0.16);
}

.form-error.visible {
  display: block;
  color: #a53722;
  background: rgba(165, 55, 34, 0.1);
  border: 1px solid rgba(165, 55, 34, 0.18);
}

.form.is-sending button[type="submit"] {
  cursor: wait;
  opacity: 0.78;
}

.service-card,
.step-card,
.testimonial-card,
.trust-card,
.location-card,
.price-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}

.service-card:hover,
.step-card:hover,
.location-card:hover,
.price-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: rgba(22, 104, 232, 0.26);
}

.service-card {
  padding: 28px;
}

.icon-box {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  color: var(--blue-800);
  background: var(--blue-100);
  margin-bottom: 22px;
}

.icon-box svg {
  width: 25px;
  height: 25px;
}

.service-card p,
.step-card p,
.testimonial-card p,
.location-card p,
.price-card p {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 0;
}

.feature-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #38506e;
  line-height: 1.5;
  font-weight: 700;
}

.feature-list svg {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  color: var(--blue-700);
  flex: 0 0 auto;
}

.image-panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  min-height: 470px;
}

.image-panel img {
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.image-panel.tall {
  min-height: 590px;
}

.image-stat {
  position: absolute;
  left: 22px;
  bottom: 22px;
  right: 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.36);
  box-shadow: var(--shadow-lg);
}

.image-stat div {
  min-height: 86px;
  padding: 16px 12px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
}

.image-stat strong {
  display: block;
  color: var(--blue-900);
  font-size: 1.25rem;
}

.image-stat span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  margin-top: 5px;
}

.steps {
  counter-reset: steps;
}

.step-card {
  position: relative;
  padding: 30px;
  overflow: hidden;
}

.step-card::before {
  counter-increment: steps;
  content: "0" counter(steps);
  display: block;
  color: rgba(11, 94, 215, 0.13);
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 4.2rem;
  line-height: 0.85;
  font-weight: 800;
  margin-bottom: 22px;
}

.testimonial-card {
  padding: 28px;
  display: grid;
  gap: 24px;
}

.stars {
  color: var(--warning);
  font-size: 1rem;
  letter-spacing: 0;
}

.testimonial-person {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.testimonial-person strong {
  display: block;
  color: var(--ink);
}

.testimonial-person span {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
  margin-top: 3px;
}

.avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--blue-100), #ffffff);
  color: var(--blue-800);
  border: 1px solid var(--line);
  font-weight: 900;
}

.trust-strip {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  gap: 14px;
  align-items: stretch;
}

.trust-intro,
.trust-card {
  padding: 24px;
}

.trust-intro {
  border-radius: var(--radius);
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-900), var(--blue-700));
  box-shadow: var(--shadow-md);
}

.trust-intro h2 {
  color: var(--white);
  font-size: 1.65rem;
  margin-bottom: 12px;
}

.trust-intro p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
  margin: 0;
}

.trust-card {
  display: grid;
  gap: 14px;
  align-content: start;
}

.trust-card svg {
  width: 28px;
  height: 28px;
  color: var(--blue-700);
}

.trust-card strong {
  display: block;
  font-size: 1.02rem;
}

.trust-card span {
  color: var(--muted);
  line-height: 1.5;
  font-size: 0.92rem;
}

.cta-band {
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-900), var(--blue-700));
  border-radius: var(--radius);
  padding: clamp(32px, 6vw, 58px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  box-shadow: var(--shadow-lg);
}

.floating-contact {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: grid;
  gap: 2px;
  min-width: 168px;
  padding: 14px 18px;
  color: var(--white);
  background: linear-gradient(135deg, #12a865, #087f4e);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(8, 127, 78, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.floating-contact:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 24px 56px rgba(8, 127, 78, 0.36);
}

.floating-contact span {
  font-size: 0.78rem;
  font-weight: 800;
  opacity: 0.86;
}

.floating-contact strong {
  font-size: 0.98rem;
}

.cta-band h2,
.cta-band p {
  color: var(--white);
}

.cta-band h2 {
  margin-bottom: 12px;
}

.cta-band p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cta-band .btn-secondary {
  color: var(--blue-900);
  box-shadow: none;
}

.page-hero {
  padding: 72px 24px 54px;
  background:
    radial-gradient(circle at 86% 12%, rgba(22, 104, 232, 0.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, var(--blue-050) 100%);
}

.page-hero-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
  gap: 44px;
  align-items: end;
}

.breadcrumb {
  margin: 0 0 20px;
  color: var(--muted);
  font-weight: 800;
  font-size: 0.86rem;
}

.breadcrumb a {
  color: var(--blue-800);
}

.page-hero-card {
  padding: 26px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}

.page-hero-card p {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 20px;
}

.split-feature {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 54px;
  align-items: center;
}

.feature-panel {
  padding: 36px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.service-detail {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 24px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.service-detail:first-child {
  border-top: 0;
  padding-top: 0;
}

.service-detail:last-child {
  padding-bottom: 0;
}

.service-detail h3 {
  margin-bottom: 8px;
}

.service-detail p {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 14px;
}

.service-price {
  color: var(--blue-900);
  font-weight: 900;
}

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

.process-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.process-row span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--blue-800);
  font-weight: 900;
}

.process-row p {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 0;
}

.team-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 36px;
  align-items: center;
}

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

.value-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.value-card strong {
  display: block;
  margin-bottom: 8px;
}

.value-card p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 34px;
  align-items: start;
}

#quote-form {
  scroll-margin-top: 150px;
}

.contact-card,
.contact-form-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.contact-card {
  padding: 30px;
}

.contact-list {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.contact-item {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.contact-item svg {
  width: 46px;
  height: 46px;
  padding: 12px;
  border-radius: var(--radius);
  background: var(--blue-100);
  color: var(--blue-800);
}

.contact-item strong {
  display: block;
  margin-bottom: 4px;
}

.contact-item span,
.contact-item a {
  color: var(--muted);
  line-height: 1.55;
}

.contact-form-card {
  padding: 30px;
}

.contact-image {
  margin-top: 24px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  max-height: 280px;
}

.contact-image img {
  height: 280px;
  object-fit: cover;
}

.map-panel {
  min-height: 360px;
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(8, 43, 100, 0.72), rgba(8, 43, 100, 0.72)),
    url("https://images.pexels.com/photos/5900791/pexels-photo-5900791.jpeg?auto=compress&cs=tinysrgb&w=1400") center/cover;
  color: var(--white);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 34px;
  box-shadow: var(--shadow-lg);
}

.map-panel h2 {
  color: var(--white);
  max-width: 680px;
  margin-bottom: 14px;
}

.map-panel p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 640px;
  line-height: 1.7;
  margin: 0 auto;
}

.location-card {
  padding: 26px;
}

.location-card strong {
  display: block;
  color: var(--blue-900);
  margin-bottom: 8px;
}

.price-card {
  padding: 28px;
}

.price-card.featured {
  border-color: rgba(22, 104, 232, 0.34);
  box-shadow: var(--shadow-md);
}

.price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: var(--blue-900);
  margin: 20px 0;
}

.price strong {
  font-size: 2rem;
  letter-spacing: 0;
}

.site-footer {
  background: #071b36;
  color: var(--white);
  padding: 64px 24px 28px;
}

.site-footer .brand {
  color: var(--white);
}

.site-footer .brand-logo {
  width: 270px;
  height: auto;
  object-fit: contain;
  object-position: center;
  background: #ffffff;
  border-radius: var(--radius);
  filter: none;
}

.site-footer .brand-text small {
  color: rgba(255, 255, 255, 0.6);
}

.footer-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.75fr 0.75fr 0.9fr;
  gap: 36px;
}

.footer-grid p,
.footer-grid a,
.footer-grid span,
.footer-bottom {
  color: rgba(255, 255, 255, 0.68);
}

.footer-grid p {
  line-height: 1.7;
}

.footer-grid h3 {
  color: var(--white);
  margin-bottom: 16px;
}

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

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

.footer-bottom {
  max-width: var(--max);
  margin: 42px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

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

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

@keyframes pageFade {
  to {
    opacity: 1;
  }
}

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

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

@media (max-width: 1060px) {
  .nav {
    min-height: 82px;
  }

  .brand-logo {
    width: 190px;
  }

  .phone-link {
    display: none;
  }

  .page-hero-inner,
  .split-feature,
  .team-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 42px;
    padding-bottom: 58px;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: 34px;
  }

  .hero-visual {
    min-height: 545px;
    transform: translateY(-6px);
  }

  .hero-image-card {
    min-height: 520px;
  }

  .quote-card {
    width: min(380px, calc(100% - 40px));
    right: 20px;
    bottom: 20px;
  }

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

  .trust-intro {
    grid-column: 1 / -1;
  }

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

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

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

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

  .hero-copy {
    padding: 0;
  }

  .hero-visual {
    min-height: auto;
    display: block;
    transform: none;
  }

  .hero-image-card {
    min-height: 420px;
  }

  .quote-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: -46px;
  }
}

@media (max-width: 820px) {
  .menu-toggle {
    display: grid;
  }

  .nav-links {
    position: fixed;
    inset: 124px 16px auto 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border-radius: var(--radius);
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-lg);
  }

  body.menu-open .nav-links {
    display: flex;
  }

  .nav-links a {
    padding: 14px;
  }

  .nav-cta .btn {
    display: none;
  }

  .section,
  .section.compact {
    padding: 70px 20px;
  }

  .hero,
  .page-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-inner {
    gap: 34px;
  }

  .hero-actions {
    align-items: stretch;
  }

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

  .hero-image-card {
    min-height: 380px;
  }

  .mini-badge {
    left: 18px;
    top: 18px;
  }

  .two-col,
  .four-col,
  .values-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .three-col {
    grid-template-columns: 1fr;
  }

  .cta-band {
    grid-template-columns: 1fr;
  }

  .cta-actions .btn {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .nav {
    padding: 0 16px;
  }

  .brand-logo {
    width: 162px;
  }

  .urgency-bar {
    flex-direction: column;
    gap: 3px;
    min-height: 54px;
    padding: 9px 16px;
    text-align: center;
    font-size: 0.84rem;
  }

  .nav-links {
    inset: 136px 16px auto 16px;
  }

  h1 {
    font-size: clamp(2rem, 9.7vw, 2.45rem);
    line-height: 1.04;
    overflow-wrap: break-word;
  }

  .hero h1 {
    font-size: clamp(2rem, 9.7vw, 2.45rem);
    line-height: 1.04;
  }

  h2 {
    font-size: clamp(1.9rem, 10vw, 2.65rem);
  }

  .hero {
    padding-top: 34px;
    padding-bottom: 58px;
  }

  .hero-copy,
  .hero-actions,
  .hero-proof,
  .lead {
    width: 100%;
    max-width: calc(100vw - 40px);
  }

  .hero-copy h1 {
    max-width: calc(100vw - 40px);
  }

  .hero-eyebrow {
    align-items: flex-start;
    line-height: 1.35;
    padding: 10px 12px;
  }

  .hero-trust-list {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-item {
    min-width: 0;
  }

  .quote-card,
  .service-card,
  .step-card,
  .testimonial-card,
  .feature-panel,
  .contact-card,
  .contact-form-card {
    padding: 22px;
  }

  .quote-card {
    margin-top: -34px;
  }

  .image-stat {
    grid-template-columns: 1fr;
  }

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

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

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

  .footer-bottom {
    display: grid;
  }

  .floating-contact {
    left: calc(100vw - 160px);
    right: auto;
    bottom: 14px;
    width: 132px;
    min-width: 0;
    max-width: calc(100vw - 28px);
    padding: 12px 14px;
  }
}
