@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Montserrat:wght@700;800;900&display=swap");

:root {
  --maroon: #751725;
  --maroon-dark: #4b0e18;
  --green: #25a845;
  --green-dark: #13752e;
  --black: #151515;
  --charcoal: #242729;
  --white: #ffffff;
  --light: #f5f7f6;
  --soft-green: #eaf8ee;
  --soft-maroon: #f8eef0;
  --line: #dfe5e2;
  --muted: #626b6d;
  --shadow: 0 22px 60px rgba(21, 21, 21, 0.14);
  --glow-green: 0 0 0 4px rgba(37, 168, 69, 0.14), 0 16px 34px rgba(37, 168, 69, 0.28);
  --glow-maroon: 0 0 0 4px rgba(117, 23, 37, 0.13), 0 16px 34px rgba(117, 23, 37, 0.25);
  --radius: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--white);
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  line-height: 1.65;
  padding-bottom: 82px;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

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

.skip-link {
  position: absolute;
  top: 12px;
  left: -999px;
  z-index: 999;
  padding: 10px 14px;
  color: var(--white);
  background: var(--black);
}

.skip-link:focus {
  left: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(223, 229, 226, 0.9);
  backdrop-filter: blur(16px);
}

.form-alert {
  position: sticky;
  top: 78px;
  z-index: 89;
  width: min(1160px, calc(100% - 28px));
  margin: 12px auto 0;
  padding: 13px 16px;
  border: 1px solid rgba(117, 23, 37, 0.18);
  border-left: 5px solid var(--maroon);
  border-radius: 14px;
  color: var(--maroon);
  background: #fff7f8;
  box-shadow: 0 12px 30px rgba(21, 21, 21, 0.08);
  font-weight: 900;
}

.form-alert[hidden] {
  display: none;
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.brand-copy strong,
h1,
h2,
h3,
.btn,
.eyebrow,
.badge,
.mini-stat strong {
  font-family: "Montserrat", "Manrope", Arial, sans-serif;
}

.brand-copy strong {
  display: block;
  color: var(--black);
  font-size: 16px;
  line-height: 1.05;
}

.brand-copy span {
  display: block;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 800;
}

.header-actions,
.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 13px 19px;
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--maroon), var(--maroon-dark));
  box-shadow: var(--glow-maroon);
}

.btn-green {
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  box-shadow: var(--glow-green);
}

.btn-dark {
  color: var(--white);
  background: var(--black);
}

.btn-light {
  color: var(--maroon);
  background: var(--white);
  border: 1px solid rgba(117, 23, 37, 0.18);
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 18%, rgba(37, 168, 69, 0.35), transparent 28%),
    linear-gradient(135deg, rgba(75, 14, 24, 0.98), rgba(21, 21, 21, 0.86)),
    url("https://images.unsplash.com/photo-1621905251189-08b45d6a269e?auto=format&fit=crop&w=1600&q=76") center/cover;
}

.hero::before,
.section-pattern::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    linear-gradient(135deg, transparent 0 42%, rgba(255, 255, 255, 0.18) 42% 44%, transparent 44% 100%),
    radial-gradient(circle at 16px 16px, rgba(255, 255, 255, 0.18) 2px, transparent 3px);
  background-size: 88px 88px, 34px 34px;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 26px;
  padding: 46px 0 58px;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.16);
  font-size: 12px;
  font-weight: 900;
}

h1 {
  margin: 14px 0 14px;
  font-size: clamp(34px, 8vw, 66px);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero p {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(17px, 3.5vw, 22px);
}

.hero-actions {
  display: grid;
  gap: 11px;
  margin-top: 24px;
}

.trust-badges,
.problem-grid,
.stats-grid {
  display: grid;
  gap: 10px;
}

.trust-badges {
  margin-top: 24px;
}

.badge {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  font-size: 12px;
  font-weight: 800;
}

.dot {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(37, 168, 69, 0.18);
}

.hero-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--charcoal);
  box-shadow: var(--shadow);
}

.hero-card::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 168, 69, 0.15), rgba(117, 23, 37, 0.12));
}

.hero-card-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.hero-card-body {
  position: relative;
  z-index: 1;
  padding: 18px;
}

.hero-logo {
  width: 118px;
  height: 118px;
  margin: -76px 0 8px auto;
  border-radius: 24px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 36px rgba(21, 21, 21, 0.16);
}

.hero-card h2,
.section-head h2,
.final-cta h2,
.legal-card h1,
.thank-you h1 {
  margin: 0 0 12px;
  color: var(--black);
  font-size: clamp(28px, 6vw, 46px);
  line-height: 1.08;
}

.hero-card h2 {
  font-size: 26px;
}

.mini-list,
.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.mini-list li,
.check-list li {
  position: relative;
  padding-left: 26px;
}

.mini-list li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(37, 168, 69, 0.12);
}

.emergency-banner {
  color: var(--white);
  background: var(--black);
  padding: 18px 0;
}

.emergency-inner {
  display: grid;
  gap: 12px;
  align-items: center;
}

.emergency-inner strong {
  display: block;
  font-size: 20px;
  line-height: 1.2;
}

.emergency-inner span {
  color: rgba(255, 255, 255, 0.72);
}

section {
  position: relative;
  padding: 58px 0;
}

.section-light {
  background: var(--light);
}

.section-dark {
  color: var(--white);
  background:
    radial-gradient(circle at 86% 10%, rgba(37, 168, 69, 0.24), transparent 30%),
    linear-gradient(135deg, var(--maroon-dark), var(--black));
}

.section-head {
  max-width: 800px;
  margin-bottom: 28px;
}

.section-head.center {
  margin-inline: auto;
  text-align: center;
}

.section-head p,
.card p,
.hero-card p {
  color: var(--muted);
}

.section-dark .section-head h2,
.section-dark .section-head p,
.section-dark .final-cta h2 {
  color: var(--white);
}

.section-dark .lead-panel .section-head h2,
.section-dark .lead-panel .section-head p {
  color: var(--black);
}

.thank-you h1,
.thank-you p {
  color: var(--white);
}

.thank-you .legal-card h1,
.thank-you .legal-card p,
.thank-you .legal-card .form-note {
  color: var(--charcoal);
}

.thank-you .legal-card .trust-badges .badge {
  color: var(--charcoal);
  background: var(--soft-green);
  border-color: rgba(37, 168, 69, 0.22);
}

.kicker {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--green-dark);
  font-family: "Montserrat", "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.grid {
  display: grid;
  gap: 16px;
}

.card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(21, 21, 21, 0.06);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 168, 69, 0.38);
  box-shadow: var(--shadow);
}

.service-grid {
  grid-template-columns: 1fr;
}

.service-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.service-card-body,
.why-card,
.step-card,
.review-card,
.problem-card,
.area-card {
  padding: 18px;
}

.video-card {
  overflow: hidden;
}

.video-frame,
.video-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--black);
}

.video-frame iframe,
.video-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.video-frame iframe {
  border: 0;
}

.video-thumb {
  display: block;
  overflow: hidden;
}

.video-thumb img {
  object-fit: cover;
  opacity: 0.88;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.video-thumb:hover img {
  transform: scale(1.04);
  opacity: 0.72;
}

.play-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 48px;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--maroon), var(--green-dark));
  box-shadow: var(--shadow);
  font-family: "Montserrat", "Manrope", Arial, sans-serif;
  font-weight: 900;
}

.video-card-body {
  padding: 18px;
}

.service-icon,
.icon-bubble {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
  border-radius: 14px;
  color: var(--white);
  background: linear-gradient(135deg, var(--maroon), var(--green-dark));
  font-family: "Montserrat", "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 14px 24px rgba(117, 23, 37, 0.22);
}

.card h3 {
  margin: 0 0 7px;
  color: var(--black);
  font-size: 18px;
  line-height: 1.25;
}

.split {
  display: grid;
  gap: 24px;
  align-items: center;
}

.split-media {
  overflow: hidden;
  border-radius: 24px;
  background: var(--light);
  box-shadow: var(--shadow);
}

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

.feature-panel {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(245, 247, 246, 0.95)),
    radial-gradient(circle at top right, rgba(37, 168, 69, 0.15), transparent 34%);
  box-shadow: var(--shadow);
}

.offer-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.offer-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--charcoal);
  background: var(--white);
  font-size: 13px;
  font-weight: 800;
}

.offer-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.steps {
  counter-reset: step;
}

.step-card {
  counter-increment: step;
  padding-top: 62px;
}

.step-card::before {
  content: counter(step);
  position: absolute;
  left: 18px;
  top: 18px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--white);
  background: var(--green);
  font-family: "Montserrat", "Manrope", Arial, sans-serif;
  font-weight: 900;
}

.lead-panel {
  display: grid;
  gap: 24px;
  padding: 20px;
  border-radius: 24px;
  color: var(--charcoal);
  background: var(--white);
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  gap: 13px;
}

label {
  display: grid;
  gap: 6px;
  color: var(--black);
  font-size: 14px;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 13px;
  border: 1px solid #cfd6d3;
  border-radius: 14px;
  color: var(--black);
  background: var(--white);
}

textarea {
  min-height: 118px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green);
  outline: 4px solid rgba(37, 168, 69, 0.15);
}

.phone-input {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-height: 50px;
  border: 1px solid #cfd6d3;
  border-radius: 14px;
  background: var(--white);
  overflow: hidden;
}

.phone-input:focus-within {
  border-color: var(--green);
  outline: 4px solid rgba(37, 168, 69, 0.15);
}

.phone-prefix {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 100%;
  padding: 0 12px;
  color: var(--black);
  background: var(--soft-green);
  border-right: 1px solid rgba(37, 168, 69, 0.18);
  font-weight: 900;
  white-space: nowrap;
}

.phone-input input {
  min-height: 50px;
  border: 0;
  border-radius: 0;
  outline: 0;
}

.phone-input input:focus {
  outline: 0;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.map-wrap {
  overflow: hidden;
  min-height: 330px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--light);
  box-shadow: var(--shadow);
}

.map-wrap iframe {
  width: 100%;
  height: 370px;
  border: 0;
}

.map-highlight {
  margin-top: 12px;
  box-shadow: 0 0 0 6px rgba(37, 168, 69, 0.16), 0 18px 36px rgba(37, 168, 69, 0.3);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  padding: 18px;
}

.faq-item summary {
  cursor: pointer;
  color: var(--black);
  font-family: "Montserrat", "Manrope", Arial, sans-serif;
  font-weight: 900;
}

.faq-item p {
  margin: 12px 0 0;
}

.final-cta {
  text-align: center;
}

.final-cta p {
  max-width: 720px;
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, 0.82);
}

.site-footer {
  padding: 42px 0 112px;
  color: var(--white);
  background: var(--black);
}

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

.footer-logo {
  width: 108px;
  margin-bottom: 12px;
}

.site-footer h2,
.site-footer h3 {
  margin: 0 0 10px;
}

.site-footer p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.76);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mobile-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  box-shadow: 0 -10px 28px rgba(21, 21, 21, 0.24);
}

.mobile-bottom .btn {
  min-height: 62px;
  padding: 10px 8px;
  border-radius: 0;
  font-size: 12px;
}

.float-actions {
  position: fixed;
  right: 14px;
  bottom: 96px;
  z-index: 80;
  display: grid;
  gap: 10px;
}

.float-btn {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: var(--white);
  font-family: "Montserrat", "Manrope", Arial, sans-serif;
  font-weight: 900;
  box-shadow: var(--shadow);
  animation: floatPulse 2.6s ease-in-out infinite;
}

.float-btn.call {
  background: var(--maroon);
}

.float-btn.whatsapp {
  background: var(--green);
  animation-delay: 0.45s;
}

.modal,
.cookie-consent {
  position: fixed;
  z-index: 130;
}

.modal {
  inset: 0;
  display: none;
  place-items: center;
  padding: 18px;
  background: rgba(21, 21, 21, 0.72);
}

.modal.is-open {
  display: grid;
}

.modal-card {
  width: min(570px, 100%);
  max-height: calc(100vh - 36px);
  overflow: auto;
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.modal-head h2 {
  margin: 0;
  color: var(--black);
}

.close-modal {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  background: var(--light);
  color: var(--black);
  font-size: 24px;
  cursor: pointer;
}

.modal-body {
  padding: 18px;
}

.cookie-consent {
  left: 14px;
  right: auto;
  bottom: 92px;
  display: none;
  width: min(560px, calc(100% - 28px));
  max-width: 560px;
  margin: 0 auto;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.cookie-consent.is-visible {
  display: grid;
  gap: 12px;
}

.cookie-consent p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.legal-main {
  padding: 42px 0;
  background: var(--light);
}

.legal-card {
  max-width: 920px;
  margin: 0 auto;
  padding: 24px;
}

.legal-card h2 {
  margin: 28px 0 8px;
  color: var(--maroon);
  font-size: 22px;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
}

.thank-you {
  min-height: 72vh;
  display: grid;
  place-items: center;
  text-align: center;
}

.reveal {
  animation: sectionReveal 0.75s ease both;
}

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

@keyframes floatPulse {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

@media (min-width: 560px) {
  .hero-actions,
  .emergency-inner,
  .cookie-consent.is-visible {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .trust-badges,
  .problem-grid,
  .stats-grid,
  .grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 840px) {
  body {
    padding-bottom: 0;
  }

  .hero-inner {
    grid-template-columns: 1.08fr 0.92fr;
    align-items: center;
    padding: 78px 0 88px;
  }

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

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

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

  .split,
  .lead-panel {
    grid-template-columns: 1fr 1fr;
  }

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

  .site-footer {
    padding-bottom: 42px;
  }

  .mobile-bottom {
    display: none;
  }

  .float-actions {
    bottom: 26px;
  }
}

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

@media (max-width: 640px) {
  .site-header .header-actions {
    display: none;
  }
}

@media (max-width: 430px) {
  .brand-logo {
    width: 50px;
    height: 50px;
  }

  .brand-copy strong {
    font-size: 13px;
  }

  .header-actions .btn {
    min-height: 42px;
    padding: 10px 12px;
    font-size: 12px;
  }

  .hero-actions .btn,
  .lead-panel .btn,
  .modal .btn,
  .final-cta .btn {
    width: 100%;
  }

}

/* Final CTA Visibility Fix */
.final-cta h2,
.section-dark.final-cta h2 {
  color: #ffffff !important;
  font-weight: 900 !important;
  letter-spacing: -1px;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.65);
}

.final-cta p,
.section-dark.final-cta p {
  color: #f7f7f7 !important;
  font-weight: 600;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.55);
}

.final-cta.section-pattern::before {
  opacity: 0.35;
}

.final-cta {
  background: linear-gradient(135deg, rgba(117, 23, 37, 0.96), rgba(5, 92, 31, 0.96)) !important;
}
