html {
  scroll-behavior: smooth;
}

:root {
  --font-heading: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  min-width: 320px;
  line-height: 1.7;
}

h1 {
  font-size: clamp(35px, 7vw, 72px);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

h2 {
  font-size: clamp(28px, 5vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

h3, h4 {
  font-size: clamp(20px, 3vw, 25px);
  line-height: 1.18;
}

p, li, a, button, input, textarea, blockquote {
  font-size: 16px;
}

.site-shell {
  background:
    radial-gradient(circle at top left, rgba(155, 181, 223, 0.28), transparent 35rem),
    linear-gradient(180deg, #ffffff 0%, #fbfbfc 44%, #ffffff 100%);
}

.container-wide {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.glass-header {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(101, 3, 8, 0.1);
}

.logo-mark {
  width: 38px;
  height: 38px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  display: inline-grid;
  place-items: center;
  box-shadow: 0 14px 30px rgba(101, 3, 8, 0.22);
}

.logo-text {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.035em;
  color: #111827;
}

.nav-link {
  color: #111827;
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link:hover {
  color: var(--primary);
}

.desktop-phone {
  display: none !important;
}

@media (min-width: 768px) {
  .desktop-phone {
    display: inline-flex !important;
  }
}

.mobile-menu-panel {
  display: none;
}

.mobile-menu-panel.is-open {
  display: block;
}

@media (min-width: 768px) {
  .mobile-menu-panel,
  .hamburger-button {
    display: none !important;
  }
}

.call-button,
.phone-button {
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 999px;
  font-weight: 900;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.call-button {
  background: var(--primary);
  color: #ffffff !important;
  box-shadow: 0 18px 42px rgba(101, 3, 8, 0.28);
}

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

.call-button-light {
  background: #ffffff;
  color: #111827 !important;
  box-shadow: 0 18px 42px rgba(255, 255, 255, 0.18);
}

.call-button-light:hover {
  background: #eff6ff;
}

.phone-button {
  background: #111827;
  color: #ffffff !important;
}

.hero-panel {
  background: linear-gradient(135deg, #fff 0%, #f9fbff 100%);
  border: 1px solid rgba(101, 3, 8, 0.12);
  border-radius: 34px;
  box-shadow: 0 34px 80px rgba(17, 24, 39, 0.11);
  overflow: hidden;
}

.hero-copy {
  background: linear-gradient(160deg, rgba(101, 3, 8, 0.98), rgba(63, 2, 5, 0.96));
  color: #ffffff;
  min-height: 560px;
}

.hero-copy h1,
.hero-copy h2,
.hero-copy h3 {
  color: #ffffff;
}

.stars {
  color: var(--accent);
  font-size: 24px;
  letter-spacing: 0.08em;
}

.trust-icon-img {
  width: auto;
  height: 48px;
  max-width: 84px;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  padding: 7px;
}

.image-frame {
  border-radius: 28px;
  border: 1px solid rgba(101, 3, 8, 0.15);
  padding: 10px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(155, 181, 223, 0.34), 0 22px 48px rgba(17, 24, 39, 0.09);
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.media-tall {
  min-height: 380px;
}

.media-extra-tall {
  min-height: 390px;
}

.square-media {
  aspect-ratio: 1 / 1;
}

.section-band {
  border-top: 1px solid rgba(101, 3, 8, 0.11);
}

.surface-blue {
  background: #f8fafd;
}

.two-col-card {
  border-radius: 30px;
  border: 1px solid rgba(101, 3, 8, 0.12);
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.07);
}

.two-col-text {
  flex: 0 0 65%;
}

.two-col-media {
  flex: 0 0 35%;
}

.soft-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  background: rgba(155, 181, 223, 0.26);
  color: #111827;
  border: 1px solid rgba(155, 181, 223, 0.5);
  padding: 0.45rem 0.85rem;
  font-weight: 800;
}

.service-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(155, 181, 223, 0.28), rgba(101, 3, 8, 0.08));
  display: inline-grid;
  place-items: center;
  color: var(--primary);
}

.service-card,
.issue-card,
.faq-card {
  border-radius: 24px;
  border: 1px solid rgba(101, 3, 8, 0.11);
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.055);
}

.issue-card strong,
.service-card h3,
.faq-card h3 {
  color: #111827;
}

.dark-cta {
  background:
    linear-gradient(135deg, rgba(101, 3, 8, 0.96), rgba(17, 24, 39, 0.94)),
    radial-gradient(circle at right top, rgba(155, 181, 223, 0.34), transparent 28rem);
  color: #ffffff;
  border-radius: 34px;
}

.dark-cta h2,
.dark-cta h3,
.dark-cta p {
  color: #ffffff;
}

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

.review-window {
  overflow: hidden;
}

.review-track {
  display: flex;
  transition: transform 420ms ease;
}

.review-slide {
  flex: 0 0 100%;
  padding: 0.5rem;
}

.review-card {
  min-height: 100%;
  border-radius: 26px;
  border: 1px solid rgba(101, 3, 8, 0.13);
  background: #ffffff;
  color: #374151;
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.065);
}

.review-card blockquote,
.review-card p {
  color: #374151;
}

.review-card .review-author {
  color: #111827;
  font-weight: 900;
}

@media (min-width: 768px) {
  .review-slide {
    flex-basis: 33.3333%;
  }
}

.carousel-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #cbd5e1;
}

.carousel-dot.is-active {
  background: var(--primary);
}

.fade-depth {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms ease, box-shadow 620ms ease;
}

.fade-depth.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.mobile-sticky-call {
  display: flex !important;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.92);
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease, transform 240ms ease;
}

.mobile-sticky-call.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.mobile-sticky-call a {
  width: 100%;
  color: #ffffff !important;
  background: var(--primary);
  border-radius: 18px;
  padding: 14px 10px;
  text-align: center;
  font-weight: 950;
  box-shadow: 0 -6px 28px rgba(101, 3, 8, 0.26);
  white-space: nowrap;
  font-size: 16px;
}

@media (min-width: 768px) {
  .mobile-sticky-call {
    display: none !important;
  }
}

.footer-area {
  background: #160607;
  color: #f9fafb;
}

.footer-area a,
.footer-area p,
.footer-area li,
.footer-area address {
  color: #f9fafb;
  font-size: 14px;
}

.footer-area .logo-text {
  color: #ffffff;
}

.footer-area h2,
.footer-area h3,
.footer-area h4 {
  color: #ffffff;
}

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

@media (min-width: 768px) {
  .hero-copy {
    min-height: 680px;
  }

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

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

@media (max-width: 767px) {
  h1 {
    font-size: clamp(35px, 12vw, 50px);
  }

  h2 {
    font-size: clamp(28px, 9vw, 34px);
  }

  .hero-panel {
    border-radius: 24px;
  }

  .two-col-text,
  .two-col-media {
    flex: 1 1 100%;
  }

  .container-wide {
    width: min(100% - 24px, 1180px);
  }
}
