:root {
  --primary: oklch(55% .14 45);
  --primary-dark: oklch(47% .13 45);
  --primary-soft: oklch(95% .025 55);
  --ink: oklch(18% .02 45);
  --muted: oklch(55% .04 50);
  --line: oklch(18% .02 45 / .10);
  --soft: oklch(95% .01 80);
  --white: oklch(100% 0 0);
  --radius: 20px;
  --shadow: 0 20px 60px oklch(18% .02 45 / .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Inter", sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }
.section--soft { background: var(--soft); }
.section--dark { color: var(--white); background: var(--ink); }

.header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: oklch(98% .005 85 / .92); backdrop-filter: blur(14px); }
.header__content { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
h1.brand { display: inline-flex; align-items: center; gap: 11px; font-size: .95rem; font-weight: 800; text-transform: uppercase; letter-spacing: -.02em; cursor: pointer; }
h2.fbrand { display: inline-flex; align-items: center; gap: 11px; font-size: .95rem; font-weight: 800; text-transform: uppercase; letter-spacing: -.02em; }
.nav { display: flex; gap: 32px; font-size: .9rem; font-weight: 600; color: var(--muted); }
.nav a:hover, .footer a:hover { color: var(--primary); }

.button { min-height: 50px; padding: 13px 24px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 2px solid transparent; border-radius: 12px; font-weight: 700; transition: .22s ease; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 42px; padding: 9px 18px; font-size: .88rem; }
.button--primary { color: var(--white); background: var(--primary); box-shadow: 0 12px 24px oklch(55% .14 45 / .22); }
.button--primary:hover { background: var(--primary-dark); }
.button--dark { color: var(--white); background: var(--ink); }
.button--ghost,
.button--ghost:visited {
  color: var(--ink);
  border-color: oklch(18% .02 45 / .18);
  background: var(--white);
  box-shadow: 0 6px 18px oklch(18% .02 45 / .06);
}

.button--ghost:hover,
.button--ghost:focus-visible {
  color: var(--white);
  border-color: var(--ink);
  background: var(--ink);
}
.button--outline { border-color: var(--ink); }
.button--outline:hover { color: var(--white); background: var(--ink); }

.hero { min-height: 690px; padding: 128px 0 100px; display: grid; place-items: center; position: relative; overflow: hidden; background: linear-gradient(180deg, oklch(98% .005 85) 0%, oklch(96% .012 75) 100%); }
.hero__content { position: relative; z-index: 2; max-width: 920px; text-align: center; }
.hero h2.h2-main { margin: 20px auto 26px; max-width: 900px; font-size: clamp(2.7rem, 6vw, 5.3rem); letter-spacing: -.055em; }
.hero h2.h2-main em { color: var(--primary); font-family: "Playfair Display", serif; font-weight: 700; }
.hero p { max-width: 700px; margin: 0 auto 34px; color: var(--muted); font-size: 1.18rem; }
.hero__actions { display: flex; justify-content: center; gap: 12px; }
.hero__glow { width: 360px; height: 360px; position: absolute; border-radius: 50%; filter: blur(1px); opacity: .5; background: radial-gradient(circle, oklch(55% .14 45 / .17), transparent 70%); }
.hero__glow--left { left: -150px; top: 70px; }
.hero__glow--right { right: -130px; bottom: -80px; }
.eyebrow { color: var(--primary); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }

.section-heading { max-width: 670px; margin-bottom: 50px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.section-heading--row p { max-width: 430px; }
.section-heading h2 { margin: 10px 0 14px; font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.04em; }
.section-heading p { margin-bottom: 0; color: var(--muted); font-size: 1.05rem; }
.section--dark .section-heading p { color: oklch(75% .025 60); }
.eyebrow--light { color: oklch(78% .10 55); }

.steps__grid, .pricing-grid, .landing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step-card { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: .25s ease; }
.step-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.step-card__number { width: 50px; height: 50px; margin-bottom: 25px; display: grid; place-items: center; color: var(--primary); background: var(--primary-soft); border-radius: 14px; font-weight: 800; }
.step-card h3 { margin-bottom: 10px; font-size: 1.35rem; }
.step-card p { margin-bottom: 0; color: var(--muted); }

.price-card { padding: 36px; display: flex; flex-direction: column; position: relative; border: 1px solid var(--line); border-radius: 24px; background: var(--white); transition: .25s ease; }
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.price-card--featured { border: 2px solid var(--primary); box-shadow: var(--shadow); }
.price-card__badge { padding: 7px 16px; position: absolute; top: -16px; left: 50%; color: var(--white); background: var(--primary); border-radius: 99px; transform: translateX(-50%); font-size: .7rem; font-weight: 800; text-transform: uppercase; white-space: nowrap; letter-spacing: .1em; }
.price-card__label { color: var(--primary); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.price-card h3 { margin: 12px 0; font-size: 1.55rem; }
.price-card__description { min-height: 76px; color: var(--muted); font-size: .92rem; }
.feature-list { margin: 16px 0 30px; padding: 0; list-style: none; }
.feature-list li { padding: 9px 0 9px 27px; position: relative; font-size: .92rem; border-bottom: 1px solid var(--line); }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--primary); font-weight: 800; }
.price { margin-top: auto; margin-bottom: 22px; }
.price small { display: block; color: var(--muted); font-size: .75rem; }
.price strong { font-size: 2rem; letter-spacing: -.04em; }

.landing-section { background: var(--white); }
.landing-card { padding: 30px; display: grid; border-radius: var(--radius); background: var(--soft); border: 1px solid transparent; transition: .25s ease; }
.landing-card:hover { border-color: var(--primary); background: var(--white); box-shadow: var(--shadow); }
.landing-card > span { color: var(--primary); font-weight: 800; }
.landing-card h3 { margin: 18px 0 10px; font-size: 1.35rem; }
.landing-card p { min-height: 58px; color: var(--muted); font-size: .9rem; }
.landing-card strong { margin: 12px 0 24px; font-size: 1.65rem; }
.landing-card a { color: var(--primary); font-size: .88rem; font-weight: 800; }

.benefits { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 80px; }
.benefits__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.benefit { padding: 24px; display: flex; gap: 15px; border: 1px solid oklch(98% .005 85 / .12); border-radius: 16px; background: oklch(24% .025 45); }
.benefit > span { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; color: var(--white); background: var(--primary); border-radius: 50%; font-size: .8rem; font-weight: 800; }
.benefit strong { font-size: .95rem; }
.benefit p { margin: 5px 0 0; color: oklch(75% .025 60); font-size: .82rem; }

.cta { padding: 80px 0; background: var(--primary-soft); }
.cta__box { padding: 50px 56px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-radius: 28px; background: var(--white); box-shadow: var(--shadow); }
.cta h2 { margin: 9px 0 9px; font-size: clamp(1.8rem, 4vw, 2.7rem); letter-spacing: -.04em; }
.cta p { margin-bottom: 0; color: var(--muted); }
.cta .button { flex: 0 0 auto; }

.footer { padding: 36px 0; border-top: 1px solid var(--line); }
.footer__content { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: .8rem; }
.footer__content > div { display: flex; gap: 22px; }
.footer .fbrand { color: var(--ink); }

@media (max-width: 900px) {
  .nav { display: none; }
  .steps__grid, .pricing-grid, .landing-grid { grid-template-columns: 1fr; }
  .pricing-grid { max-width: 600px; margin-inline: auto; gap: 34px; }
  .price-card__description, .landing-card p { min-height: auto; }
  .section-heading--row, .benefits, .cta__box { display: block; }
  .section-heading--row p { margin-top: 18px; }
  .benefits__grid { margin-top: 40px; }
  .cta .button { margin-top: 30px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 76px 0; }
  .header__content { min-height: 68px; }
  .hero { min-height: auto; padding: 92px 0 72px; }
  .hero h2.h2-main { font-size: 2.65rem; }
  .hero p { font-size: 1rem; }
  .hero__actions { flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .step-card, .price-card { padding: 27px; }
  .benefits__grid { grid-template-columns: 1fr; }
  .cta { padding: 55px 0; }
  .cta__box { padding: 34px 25px; }
  .cta .button { width: 100%; }
  .footer__content { flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Página de cadastro */
.signup-page { background: oklch(98% .005 85); }
.back-link { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: .88rem; font-weight: 700; transition: .2s ease; }
.back-link:hover { color: var(--primary); transform: translateX(-3px); }
.signup { min-height: calc(100vh - 76px); padding: 88px 0 100px; position: relative; overflow: hidden; }
.signup__layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; position: relative; z-index: 1; }
.signup__intro h2.h2-main { margin: 16px 0 24px; font-size: clamp(2.7rem, 5vw, 4.6rem); letter-spacing: -.055em; }
.signup__intro h2.h2-main em { color: var(--primary); font-family: "Playfair Display", serif; }
.signup__intro > p { max-width: 500px; color: var(--muted); font-size: 1.04rem; }
.signup__benefits { margin-top: 42px; display: grid; gap: 20px; }
.signup__benefits > div { display: flex; align-items: flex-start; gap: 15px; }
.signup__benefits > div > span { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; color: var(--primary); border: 1px solid oklch(55% .14 45 / .25); border-radius: 11px; background: var(--primary-soft); font-size: .74rem; font-weight: 800; }
.signup__benefits p { margin: 0; color: var(--muted); font-size: .84rem; }
.signup__benefits strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: .93rem; }
.signup__glow { width: 420px; height: 420px; position: absolute; border-radius: 50%; background: radial-gradient(circle, oklch(55% .14 45 / .12), transparent 70%); }
.signup__glow--one { top: -190px; left: -170px; }
.signup__glow--two { right: -170px; bottom: -190px; }

.form-card { padding: 42px; border: 1px solid var(--line); border-radius: 26px; background: var(--white); box-shadow: var(--shadow); }
.form-card__header { margin-bottom: 30px; }
.form-card__step { color: var(--primary); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.form-card__header h2 { margin: 9px 0 7px; font-size: 1.85rem; letter-spacing: -.035em; }
.form-card__header p { margin: 0; color: var(--muted); font-size: .83rem; }
.form-card__header p span, .field label > span { color: var(--primary); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 20px; }
.field label { margin-bottom: 7px; display: block; color: var(--ink); font-size: .77rem; font-weight: 800; }
.field label small { margin-left: 5px; color: var(--muted); font-size: .68rem; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 15px; color: var(--ink); border: 1px solid var(--line); border-radius: 11px; outline: none; background: oklch(98% .005 85); font: inherit; font-size: .9rem; transition: border-color .2s, box-shadow .2s, background .2s; }
.field textarea { min-height: 108px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: oklch(64% .025 50); }
.field input:hover, .field select:hover, .field textarea:hover { border-color: oklch(55% .04 50 / .45); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--primary); background: var(--white); box-shadow: 0 0 0 4px oklch(55% .14 45 / .10); }
.field .is-invalid { border-color: #b42318; box-shadow: 0 0 0 3px rgba(180,35,24,.08); }
.field__error { min-height: 18px; padding-top: 4px; display: block; color: #b42318; font-size: .72rem; }
.select-wrap { position: relative; }
.select-wrap::after { content: "⌄"; position: absolute; top: 50%; right: 15px; color: var(--muted); transform: translateY(-55%); pointer-events: none; }
.select-wrap select { padding-right: 40px; appearance: none; }
.form-card__submit { width: 100%; border: 0; cursor: pointer; font-family: inherit; font-size: .93rem; }
.form-card__privacy { margin: 14px 0 0; color: var(--muted); text-align: center; font-size: .7rem; }

.success-card { padding: 35px 10px; text-align: center; }
.success-card__icon { width: 66px; height: 66px; margin: 0 auto 25px; display: grid; place-items: center; color: var(--white); border-radius: 50%; background: var(--primary); box-shadow: 0 12px 25px oklch(55% .14 45 / .25); font-size: 1.5rem; font-weight: 800; }
.success-card h2 { margin: 10px 0 13px; font-size: 2rem; letter-spacing: -.04em; }
.success-card p { max-width: 440px; margin: 0 auto 28px; color: var(--muted); }
.signup-footer { background: var(--white); }

@media (max-width: 920px) {
  .signup { padding: 72px 0 80px; }
  .signup__layout { grid-template-columns: 1fr; gap: 55px; }
  .signup__intro { max-width: 680px; }
}

@media (max-width: 620px) {
  .signup { padding: 55px 0 65px; }
  .signup__intro h1 { font-size: 2.55rem; }
  .signup__benefits { margin-top: 30px; }
  .form-card { padding: 28px 20px; border-radius: 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .back-link { font-size: .8rem; }
  .signup-footer .footer__content { gap: 14px; }
}