:root {
  --font-heading: Arial, Helvetica, sans-serif;
  --font-body: Arial, Helvetica, sans-serif;
  --gold: #FCEA7A;
  --violet: #2F2D5E;
  --lavender: #7E7CAF;
  --ink: #111827;
  --copy: #2F3443;
}

* {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: #ffffff;
  color: var(--copy);
  font-size: 16px;
  line-height: 1.7;
}

body.mobile-menu-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4 {
  color: var(--ink);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

h1 {
  font-size: clamp(39px, 8vw, 76px);
}

h2 {
  font-size: clamp(31px, 6.3vw, 52px);
}

h3,
h4 {
  font-size: 22px;
}

p,
li,
td,
th,
a,
button,
span,
address {
  font-size: 16px;
}

.site-shell {
  overflow: hidden;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  background: rgba(23, 22, 46, 0.94);
  border-bottom: 1px solid rgba(252, 234, 122, 0.35);
  backdrop-filter: blur(16px);
}

.nav-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-decoration: none;
  min-width: 0;
}

.brand:hover {
  color: #ffffff;
}

.brand img {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}

.desktop-nav {
  display: none;
  align-items: center;
  gap: 22px;
}

.desktop-nav a,
.mobile-panel a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}

.desktop-nav a:hover,
.mobile-panel a:hover {
  color: var(--gold);
}

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

.hamburger {
  display: inline-flex !important;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(252, 234, 122, 0.5);
  background: transparent;
  color: #ffffff;
}

.hamburger svg {
  width: 24px;
  height: 24px;
}

.mobile-panel {
  display: none;
  position: fixed;
  inset: 69px 0 auto 0;
  z-index: 70;
  background: #17162E;
  border-bottom: 1px solid rgba(252, 234, 122, 0.4);
  padding: 24px 18px 28px;
}

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

.mobile-panel nav {
  display: grid;
  gap: 18px;
  max-width: 430px;
  margin: 0 auto;
}

.btn-call,
.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid var(--gold);
  border-radius: 0;
  background: var(--gold);
  color: #111827 !important;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.55);
  animation: pulseGlow 2.2s ease-in-out infinite;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn-call:hover,
.btn-gold:hover {
  transform: translateY(-2px);
  background: #fff7a6;
  border-color: #fff7a6;
  color: #111827 !important;
}

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

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

.hero {
  min-height: 900px;
  padding: 110px 18px 70px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(15, 14, 35, 0.96) 0%, rgba(47, 45, 94, 0.86) 45%, rgba(47, 45, 94, 0.5) 100%), url('../images/hero-technician.jpg');
  background-size: cover;
  background-position: center;
  color: #ffffff;
  position: relative;
}

.hero::after,
.section-outline::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  background-image: linear-gradient(90deg, transparent 0 8%, rgba(255,255,255,.7) 8% 8.2%, transparent 8.2% 20%), linear-gradient(0deg, transparent 0 55%, rgba(255,255,255,.55) 55% 55.2%, transparent 55.2% 100%);
  background-size: 190px 280px;
}

.hero-grid {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 28px;
}

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

.eyebrow {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.stars {
  margin-top: 16px;
  color: var(--gold);
  font-size: 29px;
  letter-spacing: 0.1em;
  line-height: 1;
}

.trust-icons {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.trust-icons img {
  width: auto;
  height: 48px;
  max-width: 118px;
  object-fit: contain;
  border: 1px solid rgba(252, 234, 122, 0.42);
  background: rgba(255, 255, 255, 0.08);
  padding: 7px;
}

.hero-copy {
  max-width: 720px;
}

.hero-copy p {
  max-width: 660px;
  color: #f7f7ff;
  font-size: 18px;
}

.hero-cta-text {
  margin-top: 28px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
}

.hero-benefits {
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(252, 234, 122, 0.42);
  padding: 28px;
  backdrop-filter: blur(14px);
}

.benefit-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.benefit-item:last-child {
  border-bottom: 0;
}

.benefit-icon,
.service-icon,
.small-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(252, 234, 122, 0.12);
  border: 1px solid rgba(252, 234, 122, 0.65);
  color: var(--gold);
}

.benefit-icon {
  width: 44px;
  height: 44px;
}

.benefit-icon img,
.service-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.benefit-item strong {
  display: block;
  color: #ffffff;
  font-size: 18px;
}

.benefit-item span {
  color: #f4f4ff;
}

.section {
  position: relative;
  padding: 82px 18px;
}

.section-tall {
  padding-top: 108px;
  padding-bottom: 108px;
}

.container-site {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.section-dark {
  background: #17162E;
  color: #f7f7ff;
}

.section-dark h2,
.section-dark h3,
.section-dark h4 {
  color: #ffffff;
}

.section-dark p,
.section-dark li {
  color: #f3f3fb;
}

.section-alt {
  background: #F6F6FB;
}

.accent-line {
  display: block;
  width: 74px;
  height: 3px;
  margin: 18px 0 26px;
  background: var(--gold);
}

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

.feature-grid {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.feature-card,
.issue-card,
.review-card,
.service-card,
.info-card {
  border-radius: 0;
  border: 1px solid #DFE1EA;
  background: #ffffff;
  color: var(--copy);
  box-shadow: 0 18px 60px rgba(23, 22, 46, 0.08);
}

.feature-card,
.issue-card,
.review-card,
.service-card {
  padding: 24px;
}

.feature-card h3,
.issue-card h3,
.review-card h3,
.service-card h3,
.info-card h3 {
  color: var(--ink);
}

.feature-card p,
.issue-card p,
.review-card p,
.service-card p,
.info-card p {
  color: var(--copy);
}

.two-col {
  display: grid;
  gap: 28px;
  align-items: center;
  margin-top: 42px;
}

.two-col.reverse .media-col {
  order: -1;
}

.text-col {
  min-width: 0;
}

.media-col img,
.wide-image {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid rgba(47, 45, 94, 0.22);
  object-fit: cover;
}

.media-col img {
  min-height: 280px;
  max-height: 430px;
}

.services-stack {
  display: grid;
  gap: 44px;
  margin-top: 38px;
}

.service-card {
  display: grid;
  gap: 22px;
}

.service-head {
  display: flex;
  align-items: center;
  gap: 15px;
}

.service-icon,
.small-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  color: var(--violet);
  background: #FBF7C2;
  padding: 7px;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid #DFE1EA;
}

table {
  width: 100%;
  min-width: 540px;
  border-collapse: collapse;
  background: #ffffff;
  color: var(--copy);
}

th,
td {
  padding: 15px 16px;
  border-bottom: 1px solid #E5E7EF;
  text-align: left;
  vertical-align: top;
}

th {
  background: #2F2D5E;
  color: #ffffff;
  font-weight: 900;
}

.issue-grid {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.issue-card strong {
  color: var(--ink);
  display: block;
  font-size: 18px;
}

.cta-band {
  background: linear-gradient(135deg, #2F2D5E 0%, #17162E 100%);
  border-top: 1px solid rgba(252, 234, 122, 0.45);
  border-bottom: 1px solid rgba(252, 234, 122, 0.45);
  color: #ffffff;
}

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

.reviews-shell {
  margin-top: 36px;
}

.reviews-viewport {
  overflow: hidden;
}

.reviews-track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}

.review-slide {
  min-width: 100%;
  padding: 0 8px;
}

.review-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-stars {
  color: #8B7600;
  letter-spacing: 0.08em;
}

.review-name {
  color: var(--ink);
  font-weight: 900;
}

.carousel-controls {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.carousel-controls button {
  width: 48px;
  height: 48px;
  border: 1px solid var(--violet);
  background: #ffffff;
  color: var(--violet);
  font-weight: 900;
}

.carousel-controls button:hover {
  background: var(--violet);
  color: #ffffff;
}

.near-grid {
  display: grid;
  gap: 24px;
  margin-top: 38px;
}

.list-card {
  padding: 26px;
  background: #ffffff;
  border: 1px solid #DFE1EA;
  color: var(--copy);
}

.list-card h3 {
  margin-bottom: 15px;
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.chip-list li {
  padding: 9px 13px;
  border: 1px solid rgba(47, 45, 94, 0.22);
  background: #F6F6FB;
  color: #111827;
  font-weight: 800;
}

.footer {
  padding: 58px 18px 86px;
  background: #111020;
  color: #f7f7ff;
}

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

.footer h3 {
  color: #ffffff;
}

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

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

.disclaimer {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.16);
}

.mobile-sticky-call {
  display: flex !important;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 11px 12px calc(11px + env(safe-area-inset-bottom));
  background: #17162E;
  color: #ffffff !important;
  border-top: 2px solid var(--gold);
  text-decoration: none;
  font-weight: 900;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(110%);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

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

.mobile-sticky-call span {
  color: #ffffff;
  font-size: clamp(16px, 4.4vw, 18px);
}

.mask-reveal {
  animation: verticalReveal 0.85s ease both;
}

@keyframes pulseGlow {
  0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45); }
  70% { box-shadow: 0 0 0 14px rgba(255, 255, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

@keyframes verticalReveal {
  from { clip-path: inset(0 0 100% 0); opacity: 0; transform: translateY(24px); }
  to { clip-path: inset(0 0 0 0); opacity: 1; transform: translateY(0); }
}

@media (min-width: 640px) {
  .feature-grid,
  .issue-grid,
  .near-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .header-phone-desktop {
    display: inline-flex !important;
  }

  .hamburger,
  .mobile-panel,
  .mobile-sticky-call {
    display: none !important;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    align-items: center;
  }

  .two-col {
    grid-template-columns: minmax(0, 65%) minmax(0, 35%);
  }

  .two-col.reverse .media-col {
    order: 2;
  }

  .review-slide {
    min-width: 33.3333%;
  }

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

@media (min-width: 980px) {
  .feature-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

@media (max-width: 767px) {
  h1 {
    font-size: clamp(39px, 11vw, 53px);
  }

  h2 {
    font-size: clamp(31px, 8.8vw, 36px);
  }

  .brand span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero {
    min-height: 820px;
    padding-top: 104px;
  }

  .hero-benefits {
    padding: 20px;
  }

  .section,
  .section-tall {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .trust-icons img {
    height: 44px;
    max-width: 100px;
  }

  .btn-gold,
  .btn-call {
    width: 100%;
  }

  .mobile-panel .btn-call {
    width: 100%;
    font-size: 16px;
  }
}
