:root {
  --primary: #e30101;
  --primary-dark: #8f1116;
  --primary-soft: #ffe8e8;
  --whatsapp: #25d366;
  --whatsapp-dark: #128c7e;
  --secondary: #c94a53;
  --surface: #ffffff;
  --surface-muted: #fff4f4;
  --text: #451418;
  --text-soft: #7b595d;
  --border: #f2d3d4;
  --shadow: 0 18px 40px rgba(143, 17, 22, 0.1);
  --radius: 24px;
  --radius-sm: 18px;
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--text);
  background: #fff8f8;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 20;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--text);
  color: #fff;
}

.skip-link:focus {
  top: 12px;
}

.topbar {
  padding: 0.5rem 1rem;
  background: var(--primary-dark);
  color: #fff;
  text-align: center;
  font-size: 0.98rem;
}

.topbar p {
  margin: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 15;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(227, 1, 1, 0.12);
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.45rem 0;
}

.brand img {
  width: min(160px, 40vw);
  height: auto;
  border-radius: 0;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.phone-link {
  display: none;
  font-weight: 700;
  color: var(--primary-dark);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.65rem 1.2rem;
  border-radius: 999px;
  border: 2px solid transparent;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: #fff;
  box-shadow: 0 12px 28px rgba(227, 1, 1, 0.22);
}

.button-secondary {
  background: #fff;
  color: var(--primary-dark);
  border-color: rgba(227, 1, 1, 0.18);
}

.button-light {
  background: #fff;
  color: var(--primary-dark);
}

.whatsapp-float::before {
  content: "";
  width: 1.05rem;
  height: 1.05rem;
  margin-right: 0.55rem;
  flex: 0 0 auto;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M16.01 3.2C8.9 3.2 3.14 8.95 3.14 16.05c0 2.27.6 4.49 1.75 6.45L3 29l6.69-1.76a12.8 12.8 0 0 0 6.33 1.71h.01c7.1 0 12.86-5.76 12.86-12.86 0-3.44-1.34-6.67-3.78-9.1a12.75 12.75 0 0 0-9.1-3.79Zm0 23.57h-.01a10.7 10.7 0 0 1-5.44-1.48l-.39-.23-3.97 1.05 1.06-3.87-.25-.4a10.72 10.72 0 1 1 9 4.93Zm5.88-8.02c-.32-.16-1.9-.94-2.2-1.05-.3-.1-.52-.16-.73.16-.22.31-.84 1.05-1.03 1.26-.19.21-.38.24-.7.08-.31-.16-1.33-.49-2.52-1.57-.93-.83-1.56-1.86-1.74-2.17-.18-.31-.02-.48.14-.64.14-.14.31-.37.47-.55.16-.19.21-.32.32-.53.1-.21.05-.4-.03-.56-.08-.16-.73-1.77-1-2.42-.26-.63-.53-.55-.73-.56-.19 0-.41 0-.63 0-.21 0-.56.08-.85.4-.29.31-1.11 1.08-1.11 2.64 0 1.56 1.14 3.06 1.3 3.27.16.21 2.24 3.43 5.43 4.81.76.33 1.36.53 1.82.68.77.24 1.46.2 2.02.12.62-.09 1.9-.78 2.17-1.53.27-.75.27-1.39.19-1.53-.08-.13-.29-.21-.61-.37Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M16.01 3.2C8.9 3.2 3.14 8.95 3.14 16.05c0 2.27.6 4.49 1.75 6.45L3 29l6.69-1.76a12.8 12.8 0 0 0 6.33 1.71h.01c7.1 0 12.86-5.76 12.86-12.86 0-3.44-1.34-6.67-3.78-9.1a12.75 12.75 0 0 0-9.1-3.79Zm0 23.57h-.01a10.7 10.7 0 0 1-5.44-1.48l-.39-.23-3.97 1.05 1.06-3.87-.25-.4a10.72 10.72 0 1 1 9 4.93Zm5.88-8.02c-.32-.16-1.9-.94-2.2-1.05-.3-.1-.52-.16-.73.16-.22.31-.84 1.05-1.03 1.26-.19.21-.38.24-.7.08-.31-.16-1.33-.49-2.52-1.57-.93-.83-1.56-1.86-1.74-2.17-.18-.31-.02-.48.14-.64.14-.14.31-.37.47-.55.16-.19.21-.32.32-.53.1-.21.05-.4-.03-.56-.08-.16-.73-1.77-1-2.42-.26-.63-.53-.55-.73-.56-.19 0-.41 0-.63 0-.21 0-.56.08-.85.4-.29.31-1.11 1.08-1.11 2.64 0 1.56 1.14 3.06 1.3 3.27.16.21 2.24 3.43 5.43 4.81.76.33 1.36.53 1.82.68.77.24 1.46.2 2.02.12.62-.09 1.9-.78 2.17-1.53.27-.75.27-1.39.19-1.53-.08-.13-.29-.21-.61-.37Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.button-full {
  width: 100%;
}

.hero {
  padding: 0.6rem 0 1rem;
}

.hero-grid {
  display: grid;
  gap: 1.5rem;
}

.hero-copy,
.hero-card-inner,
.service-card,
.benefit-card,
.process-card,
.contact-card,
.map-card,
.faq-list details {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 1.5rem;
  background: linear-gradient(180deg, #fffdfd, #fff5f5);
}

.hero-card {
  position: relative;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 0.9rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: var(--primary-soft);
  color: var(--primary-dark);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.cta-banner h2 {
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.hero h1 {
  font-size: clamp(2.15rem, 6vw, 4.2rem);
}

.hero-text {
  margin: 1rem 0 0;
  font-size: 1.1rem;
  color: var(--text-soft);
}

.hero-highlight {
  display: grid;
  gap: 0.35rem;
  margin-top: 1.2rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(227, 1, 1, 0.18);
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, #fff1f1, #fff8f8);
}

.hero-highlight strong {
  font-size: 1.03rem;
}

.hero-highlight span {
  color: var(--text-soft);
}

.hero-points {
  display: grid;
  gap: 0.75rem;
  margin: 1.4rem 0;
}

.point {
  padding: 0.9rem 1rem;
  border-radius: var(--radius-sm);
  background: var(--surface-muted);
  font-weight: 600;
}

.hero-cta {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.trust-strip {
  display: grid;
  gap: 1rem;
  margin-top: 1.6rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--border);
}

.trust-strip strong,
.contact-card h3,
.service-card h3,
.benefit-card h3,
.process-card h3,
.hero-card-inner h2 {
  display: block;
  margin-bottom: 0.35rem;
}

.trust-strip span,
.service-card p,
.benefit-card p,
.process-card p,
.contact-card p,
.hero-card-inner li,
.section-heading p,
.faq-list p,
.cta-banner p {
  color: var(--text-soft);
}

.hero-card-inner {
  padding: 1.5rem;
}

.hero-card-inner h2 {
  margin-top: 0.8rem;
  font-size: 1.5rem;
  line-height: 1.25;
}

.hero-card-inner ul {
  margin: 1rem 0 1.4rem;
  padding-left: 1.2rem;
}

.badge {
  display: inline-flex;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: #ffe1e1;
  color: var(--primary-dark);
  font-weight: 700;
}

.section {
  padding: 1.2rem 0 0.8rem;
}

.services-priority {
  padding-top: 1.5rem;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.align-left {
  margin-left: 0;
  text-align: left;
}

.section h2 {
  font-size: clamp(1.7rem, 4vw, 3rem);
}

.section-heading p {
  margin-top: 0.75rem;
  font-size: 1.02rem;
}

.services-grid,
.benefits-grid,
.process-grid,
.contact-card-list {
  display: grid;
  gap: 1rem;
}

.service-card,
.benefit-card,
.process-card,
.contact-card {
  padding: 1.3rem;
}

.service-card {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  background: linear-gradient(180deg, #ffffff, #fff8f8);
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fff0f0, #ffe5e5);
  color: var(--primary-dark);
  border: 1px solid rgba(227, 1, 1, 0.14);
}

.service-icon svg {
  width: 48px;
  height: 48px;
}

.service-price {
  margin-top: auto;
  padding: 0.95rem 1rem;
  border-radius: var(--radius-sm);
  background: #fff0f0;
  border: 1px solid var(--border);
}

.price-label {
  display: block;
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-soft);
}

.price-value {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.45rem;
  line-height: 1.1;
  color: var(--primary-dark);
}

.services-priority .section-heading {
  margin-bottom: 1.8rem;
}

.services-priority .section-heading h2 {
  max-width: 760px;
  margin-inline: auto;
}

.service-button {
  width: 100%;
}

.service-card h3,
.benefit-card h3,
.process-card h3,
.contact-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.2rem;
}

.benefits {
  padding-top: 0.4rem;
}

.benefits-grid {
  grid-template-columns: 1fr;
}

.process-card {
  position: relative;
  overflow: hidden;
}

.step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: var(--primary-soft);
  color: var(--primary-dark);
  font-weight: 800;
  font-size: 1.1rem;
}

.cta-banner {
  padding-top: 1rem;
}

.cta-banner-content {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: #fff;
  box-shadow: var(--shadow);
}

.cta-banner .eyebrow {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.cta-banner p {
  color: rgba(255, 255, 255, 0.9);
}

.faq-list {
  display: grid;
  gap: 0.85rem;
}

.faq-list details {
  padding: 1rem 1.15rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  margin: 0.75rem 0 0;
}

.contact-grid {
  display: grid;
  gap: 1rem;
}

.contact-card a {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--primary-dark);
}

.map-card {
  overflow: hidden;
  min-height: 320px;
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}

.site-footer {
  padding: 1.5rem 0 6.5rem;
}

.footer-content {
  display: grid;
  gap: 0.6rem;
  text-align: center;
  color: var(--text-soft);
}

.footer-content a {
  font-weight: 700;
  color: var(--primary-dark);
}

.whatsapp-float {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  min-height: 58px;
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--whatsapp-dark), var(--whatsapp));
  color: #fff;
  font-weight: 800;
  box-shadow: 0 18px 32px rgba(37, 211, 102, 0.34);
}

@media (min-width: 720px) {
  .phone-link {
    display: inline-flex;
  }

  .hero {
    padding: 0.9rem 0 1.5rem;
  }

  .hero-grid,
  .contact-grid {
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.9fr);
    align-items: stretch;
  }

  .hero-copy {
    padding: 2.2rem;
  }

  .hero-card-inner {
    height: 100%;
    padding: 2rem;
  }

  .hero-cta,
  .services-grid,
  .benefits-grid,
  .process-grid,
  .contact-card-list,
  .trust-strip,
  .cta-banner-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .header-content {
    padding: 0.55rem 0;
  }

  .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .benefits-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cta-banner-content {
    grid-template-columns: minmax(0, 1.2fr) auto;
    align-items: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }
}
