﻿@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../planos-2/fonts/Rm2WV95Mrkzt.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../planos-2/fonts/APTwCwQOdBF3.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../planos-2/fonts/pJjZCGzTS08a.woff2) format("woff2");
  unicode-range: U+1F??;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../planos-2/fonts/QfjnOjPGr2WZ.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../planos-2/fonts/U10Qb5TCTAmc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../planos-2/fonts/Sh1I3yw0JhLv.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../planos-2/fonts/Y67gP6SNM6cC.woff2) format("woff2");
  unicode-range: U+00??, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter Fallback";
  src: local("Arial");
  ascent-override: 90.44%;
  descent-override: 22.52%;
  line-gap-override: 0%;
  size-adjust: 107.12%;
}

:root {
  --gray-900: #111827;
  --gray-800: #1f2937;
  --gray-500: #6b7280;
  --gray-400: #9ca3af;
  --gray-300: #d1d5db;
  --black: #000000;

  --red: #dc2626;
  --red-hover: #b91c1c;
  --green: #22c55e;
}

* {
  box-sizing: border-box;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
}

body {
  margin: 0;
  font-family: Inter, "Inter Fallback", ui-sans-serif, system-ui, -apple-system,
    Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-style: normal;
  color: #fff;
  background: linear-gradient(to bottom right, var(--gray-900), var(--black), var(--gray-900));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page {
  min-height: 100vh;
  min-height: 100dvh;
  padding: 3rem 1rem 3.5rem; /* py-12 px-4 */
}

.container {
  max-width: 42rem; /* max-w-2xl */
  margin: 0 auto;
}

.hero {
  text-align: center;
  margin: 0 0 3rem;
}

.hero__title {
  margin: 0 0 1rem;
  font-weight: 700; /* font-bold */
  color: #fff;
  letter-spacing: -0.01em;
  font-size: 2.25rem; /* text-4xl */
  line-height: 1.1;
}

.hero__accent {
  color: var(--red);
}

.hero__subtitle {
  margin: 0;
  font-size: 1.125rem; /* text-lg */
  color: var(--gray-300);
}

.plan {
  border: 2px solid var(--red);
  border-radius: 1.5rem; /* rounded-3xl */
  padding: 2rem; /* p-8 */
  background: rgba(17, 24, 39, 0.5); /* bg-gray-900/50 */
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  margin: 0 0 2rem;
}

.plan__head {
  text-align: center;
  margin-bottom: 2rem;
}

.plan__title {
  margin: 0 0 0.5rem;
  font-size: 1.875rem; /* text-3xl */
  font-weight: 700;
  color: #fff;
}

.plan__subtitle {
  margin: 0;
  color: var(--gray-400);
}

.features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: grid;
  gap: 1rem;
}

.feature {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem; /* gap-3 */
}

.feature__icon {
  width: 1.25rem; /* w-5 */
  height: 1.25rem; /* h-5 */
  margin-top: 0.25rem; /* mt-1 */
  color: var(--green);
  flex: 0 0 auto;
}

.feature__icon svg {
  width: 100%;
  height: 100%;
}

.feature__text {
  color: var(--gray-300);
  font-size: 0.875rem; /* text-sm */
}

.note {
  opacity: 0;
  border: 2px solid rgba(220, 38, 38, 0.3);
  background: rgba(220, 38, 38, 0.15);
  border-radius: 1rem; /* rounded-2xl */
  padding: 1rem; /* p-4 */
  margin-bottom: 2rem;
}

.note__title {
  margin: 0 0 0.5rem;
  text-align: center;
  font-weight: 600;
  color: #fff;
}

.note__text {
  margin: 0;
  text-align: center;
  color: var(--gray-300);
  font-size: 0.875rem; /* text-sm */
}

.cta {
  width: 100%;
  border: 0;
  border-radius: 0.75rem; /* rounded-xl */
  padding: 1rem 2rem; /* py-4 px-8 */
  font-size: 1.125rem; /* text-lg */
  font-weight: 700;
  background: var(--red);
  color: #fff;
  cursor: pointer;
  transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.35);
}

.cta:hover {
  background: var(--red-hover);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.45);
}

.payment {
  margin: 1rem 0 0;
  text-align: center;
  color: var(--gray-500);
  font-size: 0.875rem; /* text-sm */
}

.guarantee {
  background: rgba(17, 24, 39, 0.5);
  border: 2px solid rgba(220, 38, 38, 0.3);
  border-radius: 1rem; /* rounded-2xl */
  padding: 1.5rem; /* p-6 */
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.guarantee__icon {
  width: 2rem;
  height: 2rem;
  color: var(--red);
  flex: 0 0 auto;
  margin-top: 0.25rem;
}

.guarantee__icon svg {
  width: 100%;
  height: 100%;
}

.guarantee__title {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--red);
}

.guarantee__text {
  margin: 0;
  color: var(--gray-300);
  font-size: 0.875rem;
}

.footer {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--gray-800);
}

.footer__copy {
  margin: 0;
  color: var(--gray-500);
  font-size: 0.75rem; /* text-xs */
}

.footer__fine {
  margin: 0.5rem 0 0;
  color: var(--gray-400);
  font-size: 0.75rem; /* text-xs */
}

/* animation helpers */
[data-animate] {
  opacity: 0;
  transition: opacity 520ms ease, transform 520ms ease;
}

[data-animate="fade-up"] {
  transform: translateY(20px);
}

[data-animate="slide-left"] {
  transform: translateX(-20px);
}

[data-animate="fade"] {
  transform: none;
}

.is-visible {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

@media (min-width: 768px) {
  .hero__title {
    font-size: 3rem; /* md:text-5xl */
  }
}

@media (max-width: 480px) {
  .page {
    padding: 2.5rem 0.75rem 2.75rem;
  }

  .hero {
    margin-bottom: 2.25rem;
  }

  .hero__title {
    font-size: 2.05rem;
    margin-bottom: 0.75rem;
  }

  .hero__subtitle {
    font-size: 1rem;
  }

  .plan {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .plan__head {
    margin-bottom: 1.5rem;
  }

  .plan__title {
    font-size: 1.65rem;
  }

  .features {
    gap: 0.75rem;
    margin-bottom: 1.5rem;
  }

  .note {
    margin-bottom: 1.5rem;
  }

  .cta {
    padding: 0.95rem 1.25rem;
  }

  .payment {
    margin-top: 0.75rem;
  }

  .guarantee {
    padding: 1.25rem;
  }

  .footer {
    margin-top: 2.25rem;
    padding-top: 1.5rem;
  }
}

@media (max-height: 740px) {
  .page {
    padding: 2.25rem 0.75rem 2.25rem;
  }

  .hero {
    margin-bottom: 2rem;
  }

  .plan {
    margin-bottom: 1.25rem;
  }

  .footer {
    margin-top: 2rem;
  }
}