html {
  font-size: 18px;
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #f4f9ff;
  color: #0f172a;
}

:focus-visible {
  outline: 4px solid #1d4ed8;
  outline-offset: 3px;
  border-radius: 0.75rem;
}

input,
textarea,
select,
button {
  min-height: 56px;
}

textarea {
  min-height: 120px;
}

.brand-logo {
  display: block;
  width: min(380px, 88vw);
  height: auto;
  margin: 0 auto 1.5rem;
  filter: none;
}

.call-box {
  margin: 1.5rem auto 1.5rem;
  text-align: center;
}

.call-label {
  margin-bottom: 0.6rem;
  color: #0f4c81;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.phone-button {
  display: inline-block;
  min-height: 56px;
  padding: 0.85rem 1.5rem;
  border-radius: 1rem;
  background: #0f4c81;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(15, 76, 129, 0.2);
  transition: background 0.2s ease, transform 0.2s ease;
}

.phone-button:hover {
  background: #0b3c66;
}

.phone-button:active {
  transform: scale(0.99);
}

.call-note {
  max-width: 34rem;
  margin: 0.8rem auto 0;
  color: #526173;
  font-size: 1rem;
  line-height: 1.5;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 56px;
  padding: 0.75rem;
  border: 2px solid #bfdbfe;
  border-radius: 1rem;
  background: #eff6ff;
  color: #172554;
  font-weight: 800;
  text-align: center;
}

.quick-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin: 1.25rem 0 2rem;
}

.quick-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0.85rem 1rem;
  border: 2px solid #1d4ed8;
  border-radius: 1rem;
  color: #1e3a8a;
  font-weight: 800;
  text-decoration: none;
  background: #ffffff;
}

.quick-link:hover {
  background: #eff6ff;
}

.content-section {
  margin-top: 2.5rem;
  padding-top: 2.25rem;
  border-top: 2px solid #dbeafe;
}

.section-heading {
  color: #172554;
  font-size: clamp(1.65rem, 5vw, 2.1rem);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.section-intro {
  max-width: 42rem;
  margin: 0.75rem auto 1.5rem;
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.65;
  text-align: center;
}

.service-scroller {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 82%);
  gap: 1rem;
  overflow-x: auto;
  padding: 0.25rem 0.25rem 1rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: thick;
  scrollbar-color: #1d4ed8 #dbeafe;
}

.service-card {
  scroll-snap-align: start;
  overflow: hidden;
  border: 2px solid #bfdbfe;
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(15, 76, 129, 0.08);
}

.service-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 1rem;
  background: linear-gradient(145deg, #dbeafe, #f8fbff);
}

.service-visual svg {
  width: 112px;
  height: 112px;
  color: #0f4c81;
}

.service-copy {
  padding: 1.1rem;
}

.service-title {
  color: #172554;
  font-size: 1.3rem;
  font-weight: 900;
}

.service-description {
  margin-top: 0.5rem;
  color: #475569;
  line-height: 1.55;
}

.review-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  max-width: 34rem;
  margin: 1.25rem auto 0;
}

.review-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.review-button-primary {
  background: #0f4c81;
  color: white;
}

.review-button-primary:hover {
  background: #0b3c66;
}

.review-button-secondary {
  border: 2px solid #0f4c81;
  background: white;
  color: #0f4c81;
}

.review-button-secondary:hover {
  background: #eff6ff;
}

.small-note {
  margin-top: 1rem;
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 640px) {
  .trust-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .quick-links,
  .review-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-scroller {
    grid-auto-columns: minmax(260px, 42%);
  }
}

@media (max-width: 600px) {
  .brand-logo {
    width: min(300px, 84vw);
    margin-bottom: 1.25rem;
  }

  .phone-button {
    width: min(100%, 320px);
    padding: 1rem;
    font-size: 1.55rem;
  }
}


@media (min-width: 601px) and (max-width: 900px) {
  .brand-logo {
    width: min(340px, 82vw);
  }
}

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

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