:root {
  --ink: #121216;
  --muted: #676773;
  --paper: #fffdfb;
  --surface: #ffffff;
  --line: rgba(18, 18, 22, 0.1);
  --red: #f11422;
  --red-dark: #c90d18;
  --orange: #ff7a00;
  --purple: #6131c7;
  --whatsapp: #25d366;
  --whatsapp-dark: #128c3c;
  --green: #17bf49;
  --green-dark: #0e9d36;
  --shadow: 0 24px 70px rgba(28, 18, 14, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  font-family: "Segoe UI", "Trebuchet MS", Verdana, sans-serif;
  background: var(--paper);
  overflow-x: hidden;
}

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

button {
  font: inherit;
}

.page {
  min-height: 100svh;
}

.conversion {
  min-height: 100svh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  padding: 32px 20px;
  background:
    linear-gradient(90deg, rgba(241, 20, 34, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(241, 20, 34, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #fff8f5 100%);
  background-size: 80px 80px, 80px 80px, auto;
}

.container {
  width: min(1080px, 100%);
  margin: 0 auto;
}

.topbar,
.footer-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--red);
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0;
  min-width: 0;
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: inline-flex;
  flex: 0 0 auto;
}

.brand-mark svg {
  width: 100%;
  height: 100%;
}

.top-action {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border: 1px solid rgba(37, 211, 102, 0.25);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--whatsapp) 0%, var(--whatsapp-dark) 100%);
  color: white;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(37, 211, 102, 0.2);
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.top-action:hover,
.top-action:focus-visible {
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(37, 211, 102, 0.26);
}

.hero {
  max-width: 920px;
  margin: 72px auto 58px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--red);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  max-width: 860px;
  margin: 0 auto;
  font-size: 5.4rem;
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.subtitle {
  max-width: 680px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 1.2rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}

.plan-selector {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 34px auto 28px;
}

.plan-option {
  position: relative;
  min-height: 132px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  box-shadow: 0 12px 34px rgba(28, 18, 14, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  min-width: 0;
}

.plan-option:hover,
.plan-option:focus-visible {
  border-color: rgba(241, 20, 34, 0.38);
  box-shadow: var(--shadow);
  outline: none;
  transform: translateY(-2px);
}

.plan-option.is-active {
  border-color: rgba(241, 20, 34, 0.62);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 241, 238, 0.96) 100%);
  box-shadow: var(--shadow);
}

.popular {
  width: fit-content;
  padding: 5px 8px;
  border-radius: 8px;
  background: var(--red);
  color: white;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.plan-name,
.plan-option small {
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 800;
}

.plan-option strong {
  color: var(--red);
  font-size: 2rem;
  line-height: 1;
}

.primary-cta {
  min-height: 64px;
  width: min(100%, 390px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 24px;
  border-radius: 8px;
  background: linear-gradient(180deg, var(--green) 0%, var(--green-dark) 100%);
  color: white;
  font-size: 1.08rem;
  font-weight: 900;
  box-shadow: 0 18px 36px rgba(23, 191, 73, 0.26);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.primary-cta:hover,
.primary-cta:focus-visible {
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 24px 44px rgba(23, 191, 73, 0.3);
}

.cta-emoji {
  font-size: 1.35rem;
  line-height: 1;
  flex: 0 0 auto;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.trust-row span {
  padding: 10px 13px;
  border: 1px solid rgba(18, 18, 22, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  color: #34343a;
  font-size: 0.92rem;
  font-weight: 800;
}

.footer-note {
  color: #777781;
  font-size: 0.92rem;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .container {
    width: min(1120px, 100%);
  }

  .hero {
    margin-top: 82px;
  }
}

@media (max-width: 1040px) {
  h1 {
    font-size: 4.8rem;
  }

  .hero {
    max-width: 860px;
  }
}

@media (max-width: 860px) {
  .conversion {
    padding: 24px 16px;
  }

  .hero {
    margin: 56px auto 46px;
  }

  h1 {
    font-size: 4rem;
  }

  .subtitle {
    font-size: 1.08rem;
  }

  .plan-selector {
    grid-template-columns: 1fr;
    max-width: 460px;
  }

  .plan-option {
    min-height: 116px;
    text-align: center;
  }

  .popular {
    margin: 0 auto;
  }

  .footer-note {
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .topbar {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .top-action {
    min-height: 46px;
    padding: 0 20px;
  }

  h1 {
    font-size: 3.4rem;
    line-height: 1.02;
  }

  .trust-row {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }

  .trust-row span {
    flex: 1 1 150px;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .conversion {
    align-items: stretch;
    padding: 12px;
  }

  .container {
    min-height: calc(100dvh - 24px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .topbar {
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
  }

  .brand {
    font-size: 1.55rem;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .top-action {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.88rem;
  }

  .hero {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 20px auto;
  }

  .eyebrow {
    margin-bottom: 12px;
    font-size: 0.72rem;
    line-height: 1.35;
  }

  h1 {
    font-size: clamp(2.2rem, 12vw, 3rem);
    line-height: 1.02;
  }

  .subtitle {
    max-width: 34rem;
    margin-top: 14px;
    font-size: 0.94rem;
    line-height: 1.48;
  }

  .plan-selector {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 100%;
    gap: 7px;
    margin: 20px auto 18px;
  }

  .plan-option {
    min-height: 88px;
    align-content: center;
    gap: 4px;
    padding: 10px 6px;
    text-align: center;
  }

  .popular {
    position: absolute;
    top: -9px;
    left: 50%;
    width: max-content;
    max-width: calc(100% + 18px);
    padding: 3px 6px;
    font-size: 0.56rem;
    line-height: 1;
    transform: translateX(-50%);
  }

  .plan-name,
  .plan-option small {
    font-size: 0.72rem;
  }

  .plan-option strong {
    font-size: 1.08rem;
  }

  .primary-cta {
    width: 100%;
    min-height: 54px;
    font-size: 0.98rem;
  }

  .trust-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 14px;
  }

  .trust-row span {
    width: auto;
    padding: 7px 5px;
    font-size: 0.68rem;
    line-height: 1.18;
  }

  .footer-note {
    gap: 8px;
    padding-top: 8px;
    font-size: 0.74rem;
    line-height: 1.35;
  }
}

@media (max-width: 390px) {
  .conversion {
    padding: 14px 10px;
  }

  .brand {
    font-size: 1.42rem;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .top-action {
    min-height: 38px;
    padding: 0 10px;
    font-size: 0.78rem;
  }

  .hero {
    margin: 16px auto;
  }

  .eyebrow {
    font-size: 0.78rem;
    line-height: 1.45;
  }

  h1 {
    font-size: clamp(2rem, 12vw, 2.58rem);
  }

  .subtitle {
    margin-top: 12px;
    font-size: 0.96rem;
  }

  .plan-selector {
    gap: 6px;
    margin-top: 18px;
  }

  .plan-option {
    min-height: 82px;
    padding: 9px 4px;
  }

  .plan-option strong {
    font-size: 0.98rem;
  }

  .plan-name,
  .plan-option small {
    font-size: 0.66rem;
  }
}

@media (max-width: 360px) {
  .brand span:last-child {
    max-width: 76px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .top-action {
    min-width: 118px;
  }

  .eyebrow {
    font-size: 0.68rem;
  }

  h1 {
    font-size: 1.95rem;
  }

  .subtitle {
    font-size: 0.9rem;
  }

  .primary-cta {
    min-height: 50px;
  }
}

@media (max-width: 520px) and (max-height: 700px) {
  .conversion {
    padding: 10px;
  }

  .container {
    min-height: calc(100dvh - 20px);
  }

  .hero {
    margin: 12px auto;
  }

  .subtitle {
    line-height: 1.38;
  }

  .plan-selector {
    margin: 16px auto 14px;
  }

  .plan-option {
    min-height: 76px;
  }

  .trust-row {
    margin-top: 10px;
  }

  .footer-note {
    padding-top: 4px;
  }
}

@media (max-height: 720px) and (min-width: 861px) {
  .conversion {
    align-items: flex-start;
  }

  .hero {
    margin: 42px auto 34px;
  }

  h1 {
    font-size: 4.4rem;
  }

  .plan-option {
    min-height: 118px;
  }
}
