* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 1.65;
  padding-bottom: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0 0 1rem;
  font-size: 16px;
}

h1 {
  margin: 0;
  font-size: clamp(35px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

h2 {
  margin: 0;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

h3, h4 {
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
}

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(229, 231, 235, 0.9);
  backdrop-filter: blur(18px);
}

.header-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 82px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--heading);
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(145deg, var(--primary), var(--secondary));
  box-shadow: 0 10px 24px rgba(142, 21, 29, 0.24);
}

.brand-mark svg {
  width: 24px;
  height: 24px;
}

.desktop-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.desktop-nav a {
  color: #1f2937;
  font-size: 18px;
  font-weight: 700;
  transition: color 180ms ease;
}

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

.phone-btn,
.primary-btn,
.secondary-btn,
.sticky-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease, color 180ms ease;
  white-space: nowrap;
}

.phone-btn {
  min-height: 48px;
  padding: 0 18px;
  background: var(--heading);
  color: #ffffff;
  font-size: 16px;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.14);
}

.phone-btn:hover,
.primary-btn:hover,
.secondary-btn:hover {
  transform: translateY(-2px);
}

.phone-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.mobile-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
  color: var(--heading);
}

.mobile-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  border-radius: 2px;
}

.mobile-nav {
  display: none;
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.mobile-nav.open {
  display: block;
}

.mobile-nav a {
  display: block;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  color: var(--heading);
  font-size: 18px;
  font-weight: 800;
}

.mobile-phone-row {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f6f1ee 0%, #eef3f2 55%, #ffffff 100%);
  border-bottom: 1px solid var(--line);
}

.hero::before {
  position: absolute;
  top: -170px;
  right: -140px;
  width: 420px;
  height: 420px;
  content: "";
  border-radius: 50%;
  background: rgba(142, 21, 29, 0.09);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: stretch;
  padding: 64px 0;
}

.hero-copy,
.hero-visual {
  min-height: 620px;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 9px 14px;
  border: 1px solid rgba(13, 90, 82, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--secondary);
  font-size: 16px;
  font-weight: 900;
}

.hero-subtitle {
  max-width: 650px;
  margin: 20px 0 0;
  color: #263241;
  font-size: 19px;
}

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

.trust-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 12px 0 24px;
}

.trust-icons img {
  width: auto;
  height: 48px;
  padding: 6px 10px;
  border: 1px solid rgba(13, 90, 82, 0.18);
  border-radius: 14px;
  background: #ffffff;
  object-fit: contain;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.hero-cta-copy {
  margin-bottom: 14px;
  color: var(--heading);
  font-size: 18px;
  font-weight: 900;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.primary-btn {
  min-height: 56px;
  padding: 0 24px;
  background: var(--primary);
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(142, 21, 29, 0.22);
}

.primary-btn:hover {
  background: var(--primary-dark);
}

.secondary-btn {
  min-height: 56px;
  padding: 0 22px;
  border: 1px solid rgba(13, 90, 82, 0.26);
  background: #ffffff;
  color: #111827;
}

.secondary-btn:hover {
  background: var(--surface-soft);
}

.hero-visual {
  display: flex;
  align-items: center;
}

.hero-image-card {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 12px solid #ffffff;
  border-radius: 36px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.hero-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floating-proof {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: min(310px, calc(100% - 36px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(14px);
}

.floating-proof strong {
  display: block;
  color: var(--heading);
}

.floating-proof span {
  color: var(--text);
  font-size: 15px;
}

.section {
  padding: 86px 0;
}

.section.alt {
  background: var(--surface-alt);
}

.section.dark {
  background: var(--surface-dark);
  color: #ffffff;
}

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

.section-head {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  max-width: 900px;
  margin-bottom: 34px;
}

.section-sticker {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 18px;
  background: #ffffff;
  color: var(--primary);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.1);
}

.section.dark .section-sticker {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.section-head p {
  max-width: 760px;
  margin-top: 10px;
  color: var(--text-muted);
}

.section.dark .section-head p {
  color: rgba(255, 255, 255, 0.78);
}

.intro-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.08);
}

.intro-card p {
  margin: 0;
  color: #243041;
  font-size: 18px;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 65fr) minmax(260px, 35fr);
  gap: 34px;
  align-items: center;
}

.two-col.reverse {
  grid-template-columns: minmax(260px, 35fr) minmax(0, 65fr);
}

.feature-list,
.issue-grid,
.payment-list,
.areas-list {
  display: grid;
  gap: 14px;
}

.feature-item,
.issue-card,
.payment-card,
.area-panel,
.faq-item {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #ffffff;
  color: var(--text);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.feature-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  padding: 18px;
}

.mini-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 16px;
  background: var(--surface-soft);
  color: var(--secondary);
}

.feature-item strong,
.issue-card strong,
.payment-card strong,
.area-panel strong {
  color: var(--heading);
}

.media-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.media-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.service-tabs {
  display: grid;
  gap: 20px;
}

.service-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
}

.service-card summary {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  color: var(--heading);
  font-size: 20px;
  font-weight: 900;
  list-style: none;
}

.service-card summary::-webkit-details-marker {
  display: none;
}

.service-card summary::after {
  width: 34px;
  height: 34px;
  content: "+";
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--surface-soft);
  color: var(--secondary);
  font-family: Arial, Helvetica, sans-serif;
}

.service-card[open] summary::after {
  content: "-";
}

.service-body {
  padding: 0 20px 22px 94px;
}

.service-body ul,
.issue-card ul,
.step-card ol {
  display: grid;
  gap: 10px;
  padding-left: 18px;
}

.service-body li,
.issue-card li,
.step-card li {
  padding-left: 2px;
}

.service-body p:last-child {
  margin-bottom: 0;
}

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

.issue-card {
  padding: 22px;
}

.process-grid {
  display: grid;
  grid-template-columns: minmax(260px, 35fr) minmax(0, 65fr);
  gap: 34px;
  align-items: start;
}

.steps {
  display: grid;
  gap: 18px;
  counter-reset: repairstep;
}

.step-card {
  position: relative;
  padding: 24px 24px 24px 86px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.07);
}

.step-card::before {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 42px;
  height: 42px;
  counter-increment: repairstep;
  content: counter(repairstep);
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--secondary);
  color: #ffffff;
  font-weight: 900;
}

.reviews-shell {
  position: relative;
  overflow: hidden;
}

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

.review-card {
  min-width: 33.333%;
  padding: 0 10px;
}

.review-inner {
  height: 100%;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: #ffffff;
  color: var(--text);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
}

.review-stars {
  margin-bottom: 12px;
  color: var(--accent);
  letter-spacing: 0.06em;
}

.review-inner h3 {
  margin-bottom: 10px;
  color: var(--heading);
}

.review-inner p {
  color: #374151;
}

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

.carousel-controls button {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  cursor: pointer;
  font-size: 22px;
  transition: background 180ms ease, transform 180ms ease;
}

.carousel-controls button:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.area-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 20px 0;
}

.area-panel {
  padding: 22px;
}

.area-panel ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  margin-top: 12px;
  list-style: none;
}

.cta-band {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #ffffff;
  box-shadow: var(--shadow);
}

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

.cta-band p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
}

.about-payment {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 26px;
}

.about-card,
.payment-card,
.faq-item {
  padding: 24px;
}

.about-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.07);
}

.payment-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
}

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

.site-footer {
  padding: 56px 0 30px;
  background: #0b1220;
  color: #ffffff;
  font-size: 14px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr;
  gap: 34px;
  align-items: start;
}

.site-footer .brand,
.site-footer h3,
.site-footer strong {
  color: #ffffff;
}

.site-footer p,
.site-footer a,
.site-footer li {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

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

.footer-bottom {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.sticky-call {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 60;
  min-height: 62px;
  padding: 0 12px;
  border-radius: 18px 18px 0 0;
  background: var(--primary);
  color: #ffffff;
  box-shadow: 0 -14px 34px rgba(15, 23, 42, 0.2);
  font-size: 16px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

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

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .hero-grid,
  .two-col,
  .two-col.reverse,
  .process-grid,
  .about-payment,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .hero-visual {
    min-height: auto;
  }

  .hero-image-card {
    max-width: 620px;
    margin: 0 auto;
  }

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

@media (min-width: 768px) and (max-width: 1100px) {
  .header-shell {
    grid-template-columns: 1fr auto;
    gap: 12px 20px;
    padding: 12px 0;
  }

  .desktop-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 16px;
  }

  .desktop-nav a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  body {
    padding-bottom: 72px;
  }

  h1 {
    font-size: clamp(35px, 11vw, 45px);
  }

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

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

  .header-shell {
    grid-template-columns: 1fr auto;
    gap: 12px;
    min-height: 66px;
  }

  .brand {
    min-width: 0;
    font-size: 24px;
  }

  .brand-text {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .desktop-nav,
  .desktop-phone {
    display: none;
  }

  .mobile-toggle {
    display: block;
  }

  .mobile-phone-row {
    display: flex;
    padding: 0 0 12px;
  }

  .mobile-phone-row .phone-btn {
    width: 100%;
    min-height: 44px;
    font-size: 16px;
  }

  .hero-grid {
    gap: 28px;
    padding: 42px 0 54px;
  }

  .hero-subtitle {
    font-size: 17px;
  }

  .trust-icons img {
    height: 48px;
    max-width: calc(33.333% - 8px);
  }

  .button-row,
  .primary-btn,
  .secondary-btn {
    width: 100%;
  }

  .hero-image-card {
    border-width: 8px;
    border-radius: 26px;
  }

  .floating-proof {
    position: static;
    width: auto;
    margin-top: -16px;
  }

  .section {
    padding: 58px 0;
  }

  .section-head {
    gap: 12px;
    margin-bottom: 24px;
  }

  .section-sticker {
    width: 46px;
    height: 46px;
    border-radius: 16px;
  }

  .intro-card,
  .cta-band {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .feature-item {
    grid-template-columns: 46px 1fr;
    padding: 16px;
  }

  .mini-icon {
    width: 46px;
    height: 46px;
  }

  .service-card summary {
    grid-template-columns: 48px 1fr auto;
    padding: 16px;
    font-size: 20px;
  }

  .service-body {
    padding: 0 16px 20px;
  }

  .issue-grid,
  .faq-grid,
  .area-columns,
  .payment-list {
    grid-template-columns: 1fr;
  }

  .step-card {
    padding: 78px 20px 22px;
  }

  .review-card {
    min-width: 100%;
  }

  .area-panel ul {
    grid-template-columns: 1fr;
  }

  .sticky-call {
    display: inline-flex;
  }
}

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