html {
  scroll-behavior: smooth;
}

[x-cloak] {
  display: none !important;
}

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

.container-narrow {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.logo-text {
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

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

.mobile-only {
  display: flex !important;
}

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

  .mobile-only {
    display: none !important;
  }
}

.header-shell {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(219, 0, 59, 0.14);
}

.nav-link {
  color: #111827;
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -0.01em;
  transition: color .2s ease;
}

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

.hero-section {
  position: relative;
  min-height: 780px;
  background-image: linear-gradient(90deg, rgba(18, 7, 11, .94) 0%, rgba(18, 7, 11, .84) 46%, rgba(18, 7, 11, .42) 100%), url('../images/hero-technician.jpg');
  background-position: center;
  background-size: cover;
  color: #FFFFFF;
  overflow: hidden;
}

.hero-section h1,
.hero-section h2,
.hero-section h3,
.hero-section p,
.hero-section li,
.hero-section span {
  color: #FFFFFF;
}

.hero-title {
  font-size: 39px;
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.section-title {
  font-size: 31px;
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.card-title,
h3 {
  font-size: 22px;
  line-height: 1.18;
}

h4 {
  font-size: 22px;
}

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

@media (min-width: 768px) {
  .hero-title {
    font-size: clamp(56px, 6vw, 84px);
  }

  .section-title {
    font-size: clamp(42px, 4vw, 58px);
  }
}

.accent-rule {
  width: 70px;
  height: 5px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  margin-top: 1rem;
}

.cta-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #FFFFFF !important;
  min-height: 54px;
  padding: .9rem 1.35rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  border: 0;
  border-radius: 0;
  box-shadow: 0 16px 36px rgba(219, 0, 59, .34);
  white-space: nowrap;
  overflow: visible;
  transition: transform .2s ease, filter .2s ease;
}

.cta-button::after {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(255, 255, 255, .45);
  opacity: .8;
  animation: pulseGlow 1.9s ease-in-out infinite;
  pointer-events: none;
}

.cta-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.phone-light {
  color: #FFFFFF !important;
}

.phone-dark {
  color: #111827 !important;
}

.trust-icon-img {
  width: auto;
  height: 48px;
  max-width: 112px;
  object-fit: contain;
  background: rgba(255, 255, 255, .92);
  padding: .35rem .55rem;
  border: 1px solid rgba(255, 255, 255, .44);
}

.glass-panel {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .28);
  backdrop-filter: blur(16px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
}

.icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: var(--primary);
  background: #FFF1F5;
  border: 1px solid rgba(219, 0, 59, .22);
  flex: 0 0 auto;
}

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

.service-card {
  border: 1px solid rgba(17, 24, 39, .1);
  background: #FFFFFF;
  box-shadow: 0 18px 55px rgba(17, 24, 39, .07);
  border-radius: 0;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(219, 0, 59, .36);
  box-shadow: 0 24px 70px rgba(219, 0, 59, .11);
}

.split-image {
  min-height: 320px;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .split-copy {
    flex: 0 0 65%;
  }

  .split-media {
    flex: 0 0 35%;
  }
}

.dark-card {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  color: #FFFFFF;
}

.dark-card h3,
.dark-card p,
.dark-card li,
.dark-card span {
  color: #FFFFFF;
}

.review-track {
  display: flex;
  transition: transform .35s ease;
}

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

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

.review-card {
  height: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(17, 24, 39, .1);
  padding: 1.35rem;
  box-shadow: 0 16px 50px rgba(17, 24, 39, .08);
}

.faq-card {
  border-top: 1px solid rgba(17, 24, 39, .14);
  padding: 1.35rem 0;
}

.footer-section {
  background: #12070B;
  color: #FFFFFF;
}

.footer-section a,
.footer-section p,
.footer-section li,
.footer-section span,
.footer-section h2,
.footer-section h3 {
  color: #FFFFFF;
}

.sticky-call {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  padding: .75rem .9rem calc(.75rem + env(safe-area-inset-bottom));
  background: rgba(18, 7, 11, .98);
  transform: translateY(110%);
  opacity: 0;
  transition: opacity .25s ease, transform .25s ease;
}

.sticky-call.is-visible {
  display: block;
  transform: translateY(0);
  opacity: 1;
}

.sticky-call a {
  width: 100%;
  min-height: 54px;
}

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

@media (max-width: 767px) {
  body.has-sticky-call {
    padding-bottom: 84px;
  }

  .mobile-menu-panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #FFFFFF;
    border-bottom: 1px solid rgba(219, 0, 59, .16);
    box-shadow: 0 24px 60px rgba(17, 24, 39, .14);
  }
}

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

.fade-up {
  animation: fadeUp .7s ease both;
}

@keyframes pulseGlow {
  0%, 100% { transform: scale(1); opacity: .34; }
  50% { transform: scale(1.05); opacity: .76; }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
