:root {
  --blue: #0576d8;
  --blue-dark: #004a9f;
  --ink: #101720;
  --muted: #5d6876;
  --line: #d9e1ea;
  --soft: #f4f8fc;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
}

a {
  color: inherit;
}

.utility-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 38px;
  padding: 7px 5vw;
  color: #dbeafe;
  background: #0d1826;
  font-size: 12px;
}

.utility-bar div {
  display: flex;
  align-items: center;
  gap: 15px;
}

.utility-bar strong {
  color: #fff;
  font-weight: 800;
}

.utility-bar a {
  color: #7dd3fc;
  font-weight: 800;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 86px;
  padding: 12px 5vw;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand img {
  display: block;
  width: 292px;
  height: auto;
  object-fit: contain;
  object-position: left center;
}

.nav-links {
  display: flex;
  gap: 24px;
  font-size: 14px;
  font-weight: 700;
  color: #334155;
}

.nav-links a,
.header-call,
.btn {
  text-decoration: none;
}

.header-call {
  padding: 12px 18px;
  border-radius: 6px;
  color: var(--white);
  background: var(--blue);
  font-weight: 800;
  white-space: nowrap;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(460px, 1.14fr);
  align-items: center;
  gap: 60px;
  min-height: 700px;
  padding: 68px 5vw 58px;
  background:
    linear-gradient(110deg, #ffffff 0%, #ffffff 45%, #eef6ff 45%, #f8fbff 100%);
}

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

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

h1 {
  max-width: 680px;
  margin-bottom: 24px;
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 span {
  display: block;
  color: var(--blue-dark);
  font-weight: 700;
}

h2 {
  margin-bottom: 14px;
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
}

.hero-text,
.section-intro p,
.service-grid p,
.why-copy,
.why-list span,
.faq-list p,
.location-card p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.hero-text {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.65;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #465568;
  font-size: 13px;
  font-weight: 800;
}

.hero-eyebrow span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blue);
}

.hero-proof {
  margin-top: 24px;
  padding: 20px 22px;
  border-left: 5px solid var(--blue);
  border-radius: 8px;
  background: #eef7ff;
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  margin-bottom: 6px;
  color: #0b315e;
  font-size: 20px;
  font-weight: 900;
}

.hero-proof span {
  color: #425466;
  font-size: 16px;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 20px;
  border: 0;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}

.btn.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  box-shadow: 0 12px 26px rgba(5, 118, 216, 0.25);
}

.btn.secondary {
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
}

.btn.full {
  width: 100%;
}

.hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 48% center;
  border: 1px solid #cdd7e4;
  border-radius: 6px;
  box-shadow: 0 32px 80px rgba(15, 23, 42, 0.22);
}

.hero-media {
  position: relative;
  padding: 12px;
  border: 1px solid #dce5ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.hero-photo-label {
  position: absolute;
  z-index: 2;
  top: 28px;
  left: 28px;
  padding: 9px 12px;
  border-radius: 5px;
  color: #fff;
  background: rgba(8, 18, 31, 0.82);
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.hero-location {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 7px;
  color: #fff;
  background: rgba(8, 18, 31, 0.86);
  backdrop-filter: blur(8px);
}

.hero-location strong,
.hero-location span {
  display: block;
}

.hero-location strong {
  margin-bottom: 4px;
  font-size: 17px;
}

.hero-location span {
  color: #dbeafe;
  font-size: 14px;
}

.quick-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 0 5vw;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  transform: translateY(24px);
}

.quick-bar div {
  position: relative;
  display: grid;
  grid-template-columns: 84px 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-items: center;
  padding: 14px;
  background: var(--white);
}

.quick-bar strong,
.quick-bar span {
  display: block;
}

.quick-bar strong {
  align-self: end;
  margin-bottom: 4px;
}

.quick-bar span {
  align-self: start;
  color: var(--muted);
  font-size: 14px;
}

.quick-service-image {
  display: block;
  grid-row: 1 / 3;
  width: 84px;
  height: 84px;
  border-radius: 7px;
  border: 1px solid #d5e7fa;
  object-fit: cover;
  object-position: center;
  background: #fff;
}

.quote-section,
.services-section,
.why-section,
.reviews-section,
.location-section,
.faq-section {
  padding: 92px 5vw;
}

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

.quote-shell {
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.quote-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 30px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(110deg, #fff, #f2f8ff);
}

.quote-heading h2 {
  margin-bottom: 7px;
  font-size: 31px;
}

.quote-heading p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

.quote-call-link {
  flex: 0 0 auto;
  padding: 12px 15px;
  border: 1px solid #cfe2f8;
  border-radius: 7px;
  color: #536274;
  background: #fff;
  font-size: 12px;
  text-align: right;
  text-decoration: none;
}

.quote-call-link strong {
  display: block;
  margin-top: 3px;
  color: var(--blue-dark);
  font-size: 15px;
}

.section-intro {
  max-width: 620px;
}

.section-intro.compact {
  max-width: 760px;
  margin-bottom: 30px;
}

.quote-card {
  padding: 24px 30px 28px;
  background: var(--white);
}

.form-stage {
  display: none;
  animation: form-stage-in 180ms ease-out;
}

.form-stage.active {
  display: block;
}

@keyframes form-stage-in {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

.form-step {
  margin-bottom: 14px;
}

label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 900;
  color: #334155;
  text-transform: uppercase;
}

.step-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.step-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

.step-title label {
  margin: 0;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.choice-grid button {
  min-height: 44px;
  padding: 9px 8px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #fff;
  color: #334155;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.choice-grid button.active {
  border-color: var(--blue);
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  box-shadow: 0 10px 22px rgba(5, 118, 216, 0.18);
}

.success-message {
  display: none;
  margin: 13px 0 0;
  padding: 12px;
  border: 1px solid #cfe2f8;
  border-radius: 6px;
  color: #0b315e;
  background: #f0f7ff;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.success-message.show {
  display: block;
}

.success-message strong,
.success-message span {
  display: block;
}

.compact-message label span {
  color: #8090a2;
  font-size: 11px;
  font-weight: 700;
}

.privacy-note {
  margin: 10px 0 0;
  color: #738195;
  font-size: 12px;
  text-align: center;
}

.success-message span {
  margin-top: 5px;
  font-weight: 700;
  color: #425466;
}

textarea {
  resize: vertical;
}

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

.service-grid article {
  min-height: 390px;
  padding: 16px 16px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.service-grid article:nth-child(odd) {
  background: #fbfdff;
}

.service-visual {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  margin-bottom: 24px;
  border-radius: 8px;
  border: 1px solid #d5e7fa;
  object-fit: cover;
  object-position: center;
  background: #f8fbff;
}

.why-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  color: var(--white);
  background: linear-gradient(135deg, #101720, #0b315e);
}

.why-section .eyebrow {
  color: #79c8ff;
}

.why-copy {
  color: #dbeafe;
}

.why-list {
  display: grid;
  gap: 14px;
}

.why-list div {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.why-list strong,
.why-list span {
  display: block;
}

.why-list strong {
  margin-bottom: 8px;
  font-size: 18px;
}

.why-list span {
  color: #dbeafe;
}

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

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

.google-review-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.review-source {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #536274;
  font-size: 13px;
  font-weight: 800;
}

.google-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border: 1px solid #d6dde6;
  border-radius: 50%;
  color: #4285f4;
  background: #fff;
  font-size: 16px;
  font-weight: 900;
}

.review-stars {
  margin: 18px 0 14px;
  color: #f5a623;
  font-size: 20px;
  letter-spacing: 0;
}

.google-review-card blockquote {
  margin: 0;
  color: #263444;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 600;
}

.google-review-link {
  display: inline-block;
  margin-top: 22px;
  color: var(--blue-dark);
  font-weight: 800;
  text-decoration: none;
}

.location-section {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 26px;
  background: var(--soft);
}

.location-card,
.faq-list,
.map-panel {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.mall-directions {
  margin: 24px 0;
  padding: 18px;
  border-left: 5px solid var(--blue);
  border-radius: 7px;
  background: #eef7ff;
}

.mall-directions strong,
.mall-directions span {
  display: block;
}

.mall-directions strong {
  margin-bottom: 7px;
  color: #0b315e;
  font-size: 17px;
}

.mall-directions p {
  margin-bottom: 7px;
  color: #334155;
  font-size: 15px;
}

.mall-directions span {
  color: #536274;
  font-size: 13px;
  font-weight: 800;
}

.map-panel {
  position: relative;
  min-height: 500px;
  padding: 0;
  overflow: hidden;
  background: #e9eef2;
}

.map-panel iframe {
  display: block;
  width: 100%;
  height: 500px;
  border: 0;
}

.map-caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 7px;
  color: #fff;
  background: rgba(8, 18, 31, 0.88);
  backdrop-filter: blur(8px);
}

.map-caption strong,
.map-caption span {
  display: block;
}

.map-caption strong {
  margin-bottom: 4px;
}

.map-caption span {
  color: #dbeafe;
  font-size: 14px;
}

.faq-section {
  padding-top: 0;
  background: var(--soft);
}

.faq-section .faq-list {
  max-width: 980px;
  margin: 0 auto;
}

.hours {
  font-weight: 800;
}

.faq-list h2 {
  margin-bottom: 8px;
}

details {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

details:last-child {
  border-bottom: 0;
}

summary {
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}

.site-footer {
  padding: 52px 5vw 24px;
  color: var(--white);
  background: var(--ink);
}

.site-footer a {
  color: #79c8ff;
  text-decoration: none;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 1fr 1fr;
  gap: 38px;
}

.footer-brand img {
  display: block;
  width: 230px;
  max-width: 100%;
}

.footer-brand p {
  margin: 18px 0 0;
  color: #b9c8d8;
  font-size: 15px;
}

.footer-column strong,
.footer-column span,
.footer-column a {
  display: block;
}

.footer-column strong {
  margin-bottom: 13px;
  color: #fff;
  font-size: 14px;
}

.footer-column span,
.footer-column a {
  margin-bottom: 7px;
  color: #b9c8d8;
  font-size: 14px;
  line-height: 1.45;
}

.footer-column a {
  color: #79c8ff;
  font-weight: 800;
}

.footer-actions {
  display: flex;
  gap: 10px;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-actions a {
  padding: 11px 15px;
  border: 1px solid rgba(125, 211, 252, 0.3);
  border-radius: 6px;
  color: #dbeafe;
  background: rgba(255, 255, 255, 0.05);
  font-size: 14px;
  font-weight: 800;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 26px;
  color: #8392a5;
  font-size: 12px;
}

.footer-bottom div {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-bottom a {
  color: #b9c8d8;
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.legal-page {
  min-height: 100vh;
  background: var(--soft);
}

.legal-content {
  width: min(820px, calc(100% - 36px));
  margin: 0 auto;
  padding: 72px 0 90px;
}

.legal-content > h1 {
  max-width: none;
  margin-bottom: 10px;
  font-size: 46px;
}

.legal-updated {
  margin-bottom: 40px;
  color: var(--muted);
}

.legal-content section {
  margin-bottom: 18px;
  padding: 24px 26px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--white);
}

.legal-content section h2 {
  margin-bottom: 9px;
  font-size: 22px;
}

.legal-content section p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.legal-content section a {
  color: var(--blue-dark);
  font-weight: 800;
}

.legal-back {
  margin-top: 10px;
}

.legal-footer {
  padding-top: 28px;
}

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

  .hero,
  .why-section,
  .location-section {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 46px;
    min-height: auto;
  }

  .hero-media {
    order: -1;
  }

  .quick-bar,
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .utility-bar {
    padding: 7px 18px;
  }

  .utility-bar div:first-child span {
    display: none;
  }

  .utility-bar div {
    gap: 9px;
  }

  .site-header {
    min-height: 68px;
    padding: 10px 18px;
  }

  .brand img {
    width: 190px;
  }

  .hero-location {
    right: 22px;
    bottom: 22px;
    left: 22px;
    padding: 12px;
  }

  .hero-photo-label {
    top: 22px;
    left: 22px;
  }

  .header-call {
    padding: 10px 12px;
    font-size: 14px;
  }

  .hero,
  .quote-section,
  .services-section,
  .why-section,
  .reviews-section,
  .location-section,
  .faq-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  h1 {
    font-size: 38px;
    line-height: 1.16;
  }

  h2 {
    font-size: 30px;
  }

  .hero-text,
  .section-intro p,
  .service-grid p,
  .location-card p {
    font-size: 16px;
  }

  .hero-actions,
  .footer-actions,
  .footer-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .quick-bar {
    grid-template-columns: 1fr;
    margin: 0 18px;
  }

  .quick-bar div {
    grid-template-columns: 74px 1fr;
  }

  .quick-service-image {
    width: 74px;
    height: 74px;
  }

  .form-grid,
  .service-grid,
  .choice-grid,
  .google-review-grid {
    grid-template-columns: 1fr;
  }

  .quote-card,
  .location-card,
  .faq-list,
  .map-panel {
    padding: 22px;
  }

  .quote-heading {
    align-items: stretch;
    flex-direction: column;
    padding: 22px;
  }

  .quote-heading h2 {
    font-size: 27px;
  }

  .quote-call-link {
    text-align: left;
  }

  .quote-card {
    padding: 20px;
  }

  .map-panel {
    min-height: 380px;
    padding: 0;
  }

  .map-panel iframe {
    height: 380px;
  }

  .google-review-card blockquote {
    font-size: 18px;
  }

  .service-visual {
    aspect-ratio: 4 / 3;
  }

  .site-footer {
    padding: 42px 18px 22px;
  }

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

  .footer-actions a {
    text-align: center;
  }

  .footer-bottom {
    gap: 8px;
  }

  body {
    padding-bottom: 70px;
  }

  .mobile-action-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    padding: 8px max(10px, env(safe-area-inset-right))
      calc(8px + env(safe-area-inset-bottom))
      max(10px, env(safe-area-inset-left));
    background: rgba(13, 24, 38, 0.96);
    box-shadow: 0 -8px 24px rgba(16, 23, 32, 0.18);
    backdrop-filter: blur(12px);
  }

  .mobile-action-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 6px;
    color: var(--white);
    background: var(--blue);
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
  }

  .mobile-action-bar a:last-child {
    color: #0b315e;
    background: #e5f4ff;
  }

  .legal-page {
    padding-bottom: 0;
  }

  .legal-content {
    padding: 52px 0 64px;
  }

  .legal-content > h1 {
    font-size: 36px;
  }
}
