:root {
  --bg: #0d0d0f;
  --bg-soft: #141416;
  --panel: #17181b;
  --panel-soft: #1d1e22;
  --panel-light: #f4f0e6;
  --line: rgba(255, 255, 255, 0.08);
  --text: #f5f1e8;
  --muted: #b1aea3;
  --gold: #d9b75d;
  --gold-soft: #f0d890;
  --gold-deep: #b78d2f;
  --whatsapp: #25d366;
  --whatsapp-deep: #1da851;
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.38);
  --radius: 28px;
  --container: min(1180px, calc(100% - 32px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 0.94rem;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

button,
input {
  font: inherit;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(13, 13, 15, 0.8);
  border-bottom: 1px solid var(--line);
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 999px;
  padding: 6px 10px;
}

.brand__logo {
  width: clamp(150px, 20vw, 190px);
  height: auto;
  filter: drop-shadow(0 0 10px rgba(217, 183, 93, 0.25));
}

.topbar__socials {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.topbar__socials .social-icon {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  transition: transform 0.2s ease;
}

.topbar__socials a:hover .social-icon,
.topbar__socials a:focus-visible .social-icon {
  transform: translateY(-2px);
}

.topbar__nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--muted);
}

.topbar__nav a {
  transition: color 0.2s ease;
}

.topbar__nav a:hover,
.topbar__nav a:focus-visible {
  color: var(--text);
}

.hero {
  padding: 36px 0 18px;
  background:
    radial-gradient(circle at top right, rgba(217, 183, 93, 0.12), transparent 32%),
    linear-gradient(180deg, #0d0d0f 0%, #101113 100%);
}

.hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 16px;
}

.hero__badge,
.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(217, 183, 93, 0.3);
  background: rgba(217, 183, 93, 0.08);
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eyebrow--gold {
  background: rgba(217, 183, 93, 0.12);
}

.hero__content h1 {
  margin: 12px 0 8px;
  font-size: clamp(2.1rem, 4.6vw, 3.8rem);
  letter-spacing: -0.06em;
  line-height: 0.96;
  max-width: 620px;
}

.hero__tagline {
  margin: 0 0 10px;
  font-size: clamp(0.95rem, 1.7vw, 1.3rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--gold-soft);
}

.lead {
  max-width: 620px;
  margin: 0;
  font-size: clamp(0.92rem, 1.6vw, 1.08rem);
  color: var(--muted);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button--small {
  min-height: 40px;
  padding: 0 14px;
  font-size: 0.8rem;
}

.whatsapp-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex-shrink: 0;
}

.whatsapp-icon--small {
  width: 16px;
  height: 16px;
}

.button--primary {
  background: linear-gradient(135deg, var(--whatsapp) 0%, var(--whatsapp-deep) 100%);
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(37, 211, 102, 0.28);
}

.button--secondary {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--text);
}

.hero__highlights {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.86rem;
}

.hero__highlights li {
  position: relative;
  padding-left: 18px;
}

.hero__highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(217, 183, 93, 0.16);
}

.hero__visual {
  position: relative;
}

.showcase-card {
  position: relative;
  background: linear-gradient(145deg, #17181b 0%, #0d0d0f 100%);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 16px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.showcase-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 60% 12%, rgba(217, 183, 93, 0.16), transparent 30%);
  pointer-events: none;
}

.showcase-card__badge {
  position: absolute;
  top: 18px;
  left: 22px;
  z-index: 2;
  border-radius: 999px;
  border: 1px solid rgba(217, 183, 93, 0.32);
  background: rgba(13, 13, 15, 0.64);
  color: var(--gold-soft);
  padding: 7px 12px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.before-after {
  position: relative;
  display: block;
  height: 340px;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(90deg, #0f1012 0%, #0f1012 50%, #d7b964 50%, #f9e8b5 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.before-after__before,
.before-after__after {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.before-after__before {
  background-image: url("assets/avant-apres/avant-1.svg");
}

.before-after__after {
  background-image: url("assets/avant-apres/apres-1.svg");
  clip-path: inset(0 0 0 50%);
}

.before-after__before span,
.before-after__after span {
  position: absolute;
  left: 17px;
  bottom: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  min-width: 74px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.before-after__before span {
  background: rgba(10, 10, 10, 0.66);
  color: #f7f0d5;
}

.before-after__after span {
  background: rgba(255, 255, 255, 0.74);
  color: #111213;
}

.before-after__handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.92);
  transform: translateX(-50%);
}

.before-after__handle span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(17, 18, 19, 0.88);
  border: 2px solid rgba(255, 255, 255, 0.85);
  transform: translate(-50%, -50%);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.26);
}

.before-after__handle span::before,
.before-after__handle span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(255, 255, 255, 0.9);
  border-right: 2px solid rgba(255, 255, 255, 0.9);
}

.before-after__handle span::before {
  left: 11px;
  transform: translateY(-50%) rotate(-135deg);
}

.before-after__handle span::after {
  right: 11px;
  transform: translateY(-50%) rotate(45deg);
}

.section {
  padding: 44px 0;
}

.section--light {
  background: linear-gradient(180deg, #111214 0%, #0d0d0f 100%);
  color: var(--text);
}

.section--dark {
  background: linear-gradient(180deg, #111214 0%, #0d0d0f 100%);
}

.section--muted {
  background: #17181b;
}

.section--compact {
  padding-top: 24px;
  padding-bottom: 24px;
}

.section-heading {
  margin-bottom: 18px;
}

.section-heading h2 {
  margin: 10px 0 0;
  font-size: clamp(1.6rem, 2.8vw, 2.3rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.section-heading--light {
  color: var(--text);
}

.compare-grid,
.benefits-grid,
.process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.compare-card,
.process-card,
.benefit-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.compare-card {
  padding: 12px;
  background: rgba(255, 255, 255, 0.03);
  border-color: var(--line);
}

.compare-card__labels {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  padding: 0 4px;
  color: var(--gold-soft);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compare-card__visual {
  position: relative;
  height: 280px;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(90deg, #0f1012 0%, #0f1012 50%, #d7b964 50%, #f9e8b5 100%);
}

.compare-card__visual .before-after__before {
  background-image: url("assets/avant-apres/avant-2.svg");
}

.compare-card__visual .before-after__after {
  background-image: url("assets/avant-apres/apres-2.svg");
  clip-path: inset(0 0 0 50%);
}

.compare-card__visual .before-after__before span,
.compare-card__visual .before-after__after span {
  left: 14px;
  bottom: 12px;
}

.benefit-card {
  padding: 18px 16px;
  background: rgba(255, 255, 255, 0.02);
}

.benefit-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 4px 10px;
  border-radius: 10px;
  background: rgba(217, 183, 93, 0.12);
  border: 1px solid rgba(217, 183, 93, 0.25);
  color: var(--gold-soft);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.benefit-card h3 {
  margin: 12px 0 6px;
  font-size: 1.08rem;
  color: var(--text);
}

.benefit-card p,
.process-card p,
.info-box p,
.info-panel p,
.zone-grid p,
.pricing-card p {
  margin: 0;
  color: var(--muted);
}

.process-card {
  padding: 18px 16px;
  background: rgba(255, 255, 255, 0.02);
}

.process-card__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(217, 183, 93, 0.12);
  border: 1px solid rgba(217, 183, 93, 0.25);
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.process-card h3 {
  margin: 12px 0 8px;
  font-size: 1.14rem;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: center;
}

.info-box,
.info-panel,
.pricing-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}

.pricing-card h2 {
  margin: 10px 0 0;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.zone-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: center;
}

.zone-grid h2 {
  margin: 10px 0 8px;
  font-size: clamp(1.6rem, 2.8vw, 2.1rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.info-panel strong {
  color: var(--text);
}

.cta-section {
  padding-top: 12px;
}

.cta-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  background: linear-gradient(145deg, #f8f2df 0%, #efe7d2 100%);
  border: 1px solid rgba(217, 183, 93, 0.26);
  border-radius: 28px;
  padding: 22px 18px;
  color: #17181b;
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.18);
}

.cta-card h2 {
  margin: 10px 0 0;
  font-size: clamp(1.6rem, 3.4vw, 2.3rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.cta-card__actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}

.footer {
  background: #0d0d0f;
  border-top: 1px solid var(--line);
  color: rgba(245, 241, 232, 0.8);
  padding: 22px 0 16px;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.footer__brand,
.footer__domain {
  margin: 0;
}

.footer__brand {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--text);
}

.social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(245, 241, 232, 0.8);
  transition: opacity 0.2s ease;
}

.social-links .social-icon {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  flex-shrink: 0;
}

.social-links a:hover,
.social-links a:focus-visible {
  opacity: 0.8;
}

@media (min-width: 720px) {
  .hero__grid {
    grid-template-columns: 1.08fr 0.92fr;
  }

  .compare-grid,
  .benefits-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .two-col,
  .zone-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta-card {
    flex-direction: row;
    padding: 36px 40px;
  }
}

@media (min-width: 980px) {
  .benefits-grid,
  .process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 719px) {
  .topbar__inner {
    flex-wrap: wrap;
    min-height: auto;
    padding: 10px 0;
    row-gap: 10px;
  }

  .brand__logo {
    width: 130px;
  }

  .topbar__nav {
    display: none;
  }

  .button {
    width: 100%;
  }

  .hero__actions,
  .cta-card__actions {
    flex-direction: column;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .hero__content h1 {
    font-size: clamp(1.65rem, 8vw, 2.4rem);
  }

  .before-after {
    height: 260px;
  }

  .compare-card__visual {
    height: 220px;
  }
}
