:root {
  --blue: #061b8f;
  --blue-strong: #041367;
  --yellow: #f5c400;
  --green: #25d366;
  --green-dark: #128c7e;
  --black: #101010;
  --text: #172033;
  --text-soft: #5c6783;
  --white: #ffffff;
  --bg: #f5f7fc;
  --line: rgba(6, 27, 143, 0.10);
  --shadow: 0 18px 44px rgba(6, 27, 143, 0.14);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 18px;
  --container: 1120px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  background: var(--white);
  color: var(--text);
  line-height: 1.4;
}

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

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

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

.section {
  padding: 72px 0;
}

.narrow {
  max-width: 860px;
  text-align: center;
}

.hero {
  padding: 22px 0 54px;
  background:
    radial-gradient(circle at top left, rgba(245, 196, 0, 0.28), transparent 32%),
    linear-gradient(180deg, #f8faff 0%, #eef3ff 100%);
}

.hero-wrap {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 28px;
  align-items: center;
  min-height: 90vh;
}

.logo {
  width: min(240px, 64vw);
  margin-bottom: 18px;
}

.hero-badge,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(6, 27, 143, 0.08);
  color: var(--blue);
  border: 1px solid rgba(6, 27, 143, 0.10);
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.88rem;
}

.center {
  display: table;
  margin: 0 auto 12px;
}

.hero h1 {
  margin-top: 18px;
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: var(--blue-strong);
  max-width: 620px;
}

.hero-subtitle {
  margin-top: 16px;
  font-size: clamp(1.05rem, 2.5vw, 1.35rem);
  color: var(--text);
  max-width: 560px;
  font-weight: 600;
}

.hero-points {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-points li,
.local-tags span {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 800;
  color: var(--blue);
}

.hero-actions {
  margin-top: 24px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 999px;
  padding: 18px 24px;
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: 0.01em;
  text-align: center;
  transition: transform 0.2s ease, filter 0.2s ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
}

.btn-whatsapp {
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  color: var(--white);
  box-shadow: 0 18px 36px rgba(18, 140, 126, 0.28);
  min-height: 62px;
  min-width: min(100%, 380px);
}

.hero-mini-proof {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-mini-proof span {
  color: var(--text-soft);
  font-weight: 700;
}

.hero-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 14px;
  box-shadow: var(--shadow);
}

.hero-card img {
  width: 100%;
  border-radius: 22px;
  object-fit: cover;
}

.pain-solution {
  background: var(--blue-strong);
  color: var(--white);
}

.pain-solution .eyebrow,
.urgency .eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.18);
}

.pain-solution h2,
.urgency h2,
.closing h2,
.section-title,
.local-copy h2 {
  margin-top: 16px;
  font-size: clamp(1.9rem, 4vw, 3.3rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.pain-solution p,
.urgency p,
.local-copy p {
  margin: 14px 0 0;
  font-size: 1.1rem;
}

.pain-solution .btn {
  margin-top: 26px;
}

.services {
  background: var(--bg);
}

.section-title {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 28px;
  color: var(--blue-strong);
}

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

.service-card,
.info-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 24px;
}

.service-icon {
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.service-card h3 {
  font-size: 1.3rem;
  color: var(--blue-strong);
}

.service-card p,
.info-card span {
  margin-top: 8px;
  color: var(--text-soft);
  font-size: 1rem;
  font-weight: 600;
}

.section-cta {
  margin-top: 28px;
  text-align: center;
}

.local-proof-box,
.urgency-box,
.closing-box {
  background: linear-gradient(135deg, var(--blue) 0%, #0923b6 100%);
  color: var(--white);
  border-radius: 30px;
  padding: 32px;
  box-shadow: var(--shadow);
}

.local-proof-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
}

.local-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.local-tags span {
  box-shadow: none;
}

.urgency,
.closing {
  background: var(--bg);
}

.urgency-box,
.closing-box {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}

.urgency-box .btn,
.closing-box .btn {
  margin-top: 24px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.info-card strong {
  color: var(--blue-strong);
  font-size: 1.05rem;
}

.whatsapp-float {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 14px 18px;
  border-radius: 999px;
  font-weight: 900;
  text-align: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  box-shadow: 0 20px 40px rgba(18, 140, 126, 0.34);
  animation: pulse 1.8s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.36), 0 20px 40px rgba(18, 140, 126, 0.34); }
  70% { box-shadow: 0 0 0 16px rgba(37, 211, 102, 0), 0 20px 40px rgba(18, 140, 126, 0.34); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0), 0 20px 40px rgba(18, 140, 126, 0.34); }
}

body {
  padding-bottom: 92px;
}

@media (min-width: 769px) {
  .whatsapp-float {
    left: auto;
    right: 22px;
    bottom: 22px;
    width: auto;
    padding-inline: 22px;
  }

  body {
    padding-bottom: 0;
  }
}

@media (max-width: 980px) {
  .hero-wrap,
  .local-proof-box,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .hero-wrap {
    min-height: auto;
  }

  .hero-media {
    order: -1;
  }

  .local-tags {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 56px 0;
  }

  .hero {
    padding-top: 16px;
  }

  .hero-wrap {
    gap: 22px;
  }

  .hero h1 {
    max-width: 100%;
  }

  .hero-points,
  .hero-mini-proof,
  .services-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btn-whatsapp {
    width: 100%;
  }

  .service-card,
  .info-card,
  .local-proof-box,
  .urgency-box,
  .closing-box {
    padding: 22px;
  }
}