/* ===== Brazilian Unlocked, Unique Layout ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green: #00843d;
  --green-dark: #006b31;
  --green-light: #e8f5ec;
  --yellow: #ffcc29;
  --yellow-dark: #e6b800;
  --cream: #fffaf3;
  --sand: #f3ebe0;
  --dark: #142818;
  --text: #2a2f2a;
  --text-muted: #5c665c;
  --white: #fff;
  --max-w: 1100px;
  --font-body: 'Outfit', sans-serif;
  --font-display: 'Fraunces', serif;
  --radius: 20px;
  --shadow: 0 12px 40px rgba(20, 40, 24, 0.12);
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== Header ===== */
.site-header {
  background: var(--white);
  border-bottom: 3px solid var(--yellow);
  padding: 16px 24px;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}

.site-logo {
  width: 100%;
  max-width: 240px;
  height: auto;
  margin: 0 auto;
}

.promo-ribbon {
  background: linear-gradient(90deg, var(--green-dark), var(--green));
  color: var(--white);
  text-align: center;
  padding: 10px 16px;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.promo-ribbon strong { color: var(--yellow); }

/* ===== Hero ===== */
.hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--dark);
}

.hero__bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.45;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(20, 40, 24, 0.92) 0%, rgba(0, 132, 61, 0.55) 100%);
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 64px 24px;
  color: var(--white);
}

.hero__eyebrow {
  display: inline-block;
  background: var(--yellow);
  color: var(--dark);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
  max-width: 640px;
}

.hero__title em {
  font-style: normal;
  color: var(--yellow);
}

.hero__subtitle {
  font-size: 1.05rem;
  opacity: 0.92;
  max-width: 560px;
  margin-bottom: 32px;
  line-height: 1.75;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.hero__price {
  font-size: 0.95rem;
  opacity: 0.85;
}

.hero__price s { opacity: 0.6; }
.hero__price strong { color: var(--yellow); font-size: 1.2rem; }

/* ===== Buttons ===== */
.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  text-align: center;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  padding: 16px 32px;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 132, 61, 0.35);
}

.btn--primary {
  background: var(--yellow);
  color: var(--dark);
}

.btn--primary:hover { background: var(--yellow-dark); }

.btn--outline {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.btn--outline:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.btn--green {
  background: var(--green);
  color: var(--white);
}

.btn--green:hover { background: var(--green-dark); }

.btn--block { display: block; width: 100%; }

/* ===== Countdown ===== */
.countdown-bar {
  background: var(--sand);
  padding: 28px 24px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.countdown-bar__label {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.countdown__item {
  background: var(--white);
  border-radius: 12px;
  padding: 12px 20px;
  min-width: 72px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.countdown__value {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  color: var(--green);
  line-height: 1;
}

.countdown__label {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  margin-top: 4px;
}

/* ===== Sections ===== */
.section {
  padding: 72px 0;
}

.section--white { background: var(--white); }
.section--green { background: var(--green); color: var(--white); }
.section--sand { background: var(--sand); }

.section__eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--green);
  margin-bottom: 12px;
}

.section--green .section__eyebrow { color: var(--yellow); }

.section__title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 16px;
}

.section__subtitle {
  font-size: 1rem;
  color: var(--text-muted);
  max-width: 640px;
  line-height: 1.75;
}

.section--green .section__subtitle { color: rgba(255, 255, 255, 0.85); }

.section__header {
  text-align: center;
  margin-bottom: 48px;
}

.section__header .section__subtitle { margin: 0 auto; }

/* ===== About ===== */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.about-grid p {
  font-size: 0.98rem;
  color: var(--text-muted);
  margin-bottom: 16px;
  line-height: 1.8;
}

.about-grid p strong { color: var(--text); }

.about-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.stat-card {
  background: var(--green-light);
  border-radius: var(--radius);
  padding: 24px;
  text-align: center;
  border: 2px solid transparent;
}

.stat-card:nth-child(2) {
  background: var(--white);
  border-color: var(--yellow);
}

.stat-card__num {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  color: var(--green);
  line-height: 1;
}

.stat-card__label {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-top: 6px;
}

/* ===== Modules ===== */
.module-track {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.module-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.module-card--reverse { direction: rtl; }
.module-card--reverse > * { direction: ltr; }

.module-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 280px;
}

.module-card__body {
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.module-card__num {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--green);
  margin-bottom: 8px;
}

.module-card__title {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
}

.module-card__desc {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ===== Methodology ===== */
.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pillar {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  padding: 32px 24px;
  text-align: center;
}

.pillar__icon {
  width: 56px;
  height: 56px;
  background: var(--yellow);
  color: var(--dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin: 0 auto 16px;
  font-weight: 700;
}

.pillar__title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.pillar p {
  font-size: 0.88rem;
  opacity: 0.88;
  line-height: 1.65;
}

.methodology-text {
  max-width: 760px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 0.95rem;
  opacity: 0.9;
  line-height: 1.8;
}

/* ===== Audience ===== */
.audience-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 32px;
}

.audience-tag {
  background: var(--white);
  border: 2px solid var(--green-light);
  border-radius: 50px;
  padding: 12px 22px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text);
}

.audience-tag::before {
  content: '✦';
  color: var(--green);
  margin-right: 8px;
}

/* ===== Pricing ===== */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.pricing-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 28px;
  border: 2px solid var(--sand);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: border-color 0.2s, transform 0.2s;
}

.pricing-card:hover {
  border-color: var(--green);
  transform: translateY(-4px);
}

.pricing-card--featured {
  border-color: var(--green);
  background: linear-gradient(180deg, var(--green-light) 0%, var(--white) 40%);
  box-shadow: var(--shadow);
}

.pricing-card__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--yellow);
  color: var(--dark);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 5px 14px;
  border-radius: 50px;
  white-space: nowrap;
}

.pricing-card__tier {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--green);
  margin-bottom: 4px;
}

.pricing-card__price {
  font-family: var(--font-display);
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--dark);
  line-height: 1;
  margin-bottom: 4px;
}

.pricing-card__name {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--sand);
}

.pricing-card__features {
  flex: 1;
  margin-bottom: 24px;
}

.pricing-card__features li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.55;
}

.pricing-card__features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 700;
}

.pricing-guarantee {
  text-align: center;
  margin-top: 32px;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.pricing-guarantee strong { color: var(--green); }

/* ===== FAQ ===== */
.faq-list {
  max-width: 720px;
  margin: 0 auto;
}

.faq-item {
  background: var(--white);
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.faq-item summary {
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  list-style: none;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  content: '+';
  font-size: 1.3rem;
  color: var(--green);
  flex-shrink: 0;
}

.faq-item[open] summary::after { content: '−'; }

.faq-item p {
  padding: 0 24px 20px;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ===== CTA Band ===== */
.cta-band {
  background: linear-gradient(135deg, var(--green-dark), var(--green));
  padding: 56px 24px;
  text-align: center;
  color: var(--white);
}

.cta-band h2 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2rem);
  margin-bottom: 12px;
}

.cta-band p {
  opacity: 0.9;
  margin-bottom: 24px;
  font-size: 0.95rem;
}

/* ===== Footer ===== */
.site-footer {
  background: var(--dark);
  color: rgba(255, 255, 255, 0.7);
  padding: 40px 24px;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.7;
}

.site-footer p { margin-bottom: 12px; }
.site-footer a { color: rgba(255, 255, 255, 0.9); text-decoration: underline; }

.footer__brand {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--white);
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 24px;
  margin: 20px 0;
}

.footer__links a { text-decoration: none; font-size: 0.85rem; }
.footer__links a:hover { text-decoration: underline; }

.footer__business {
  max-width: 520px;
  margin: 0 auto 20px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.82rem;
  line-height: 1.8;
}

/* ===== Legal Pages ===== */
.legal-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 24px 64px;
}

.legal-page h1 { font-family: var(--font-display); font-size: clamp(1.6rem, 3vw, 2rem); margin-bottom: 8px; }
.legal-page .legal-updated { color: var(--text-muted); font-size: 0.85rem; margin-bottom: 32px; }
.legal-page h2 { font-size: 1.15rem; margin: 28px 0 12px; }
.legal-page p, .legal-page li { color: var(--text-muted); font-size: 0.92rem; line-height: 1.75; margin-bottom: 12px; }
.legal-page ul { list-style: disc; padding-left: 24px; margin-bottom: 16px; }
.legal-back { display: inline-block; margin-bottom: 24px; color: var(--green); font-weight: 600; font-size: 0.9rem; }

/* ===== Thank You ===== */
.thank-you-page {
  min-height: calc(100vh - 280px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  background: var(--sand);
}

.thank-you-card {
  max-width: 560px;
  width: 100%;
  background: var(--white);
  border-radius: var(--radius);
  padding: 40px 32px;
  text-align: center;
  box-shadow: var(--shadow);
}

.thank-you-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  background: var(--green);
  color: var(--white);
  font-size: 2rem;
  font-weight: 800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thank-you-card h1 { font-family: var(--font-display); font-size: clamp(1.6rem, 4vw, 2rem); margin-bottom: 16px; }
.thank-you-card p { font-size: 0.95rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 12px; }
.thank-you-lead { font-size: 1.05rem !important; color: var(--text) !important; }
.thank-you-amount { font-size: 1.35rem; font-weight: 700; color: var(--green); margin-bottom: 16px !important; }
.thank-you-amount strong { font-size: 1.6rem; }
.thank-you-alert { background: var(--green-light); border-radius: 8px; padding: 14px 16px; color: var(--text) !important; }
.thank-you-steps { text-align: left; margin: 28px 0; padding: 20px; background: var(--sand); border-radius: 12px; }
.thank-you-steps h2 { font-size: 1rem; margin-bottom: 12px; text-align: center; }
.thank-you-steps ol { list-style: decimal; padding-left: 20px; }
.thank-you-steps li { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 8px; }
.thank-you-support a { color: var(--green); font-weight: 600; }

/* ===== Thank You Cloak / Loading ===== */
html.ty-cloak .thank-you-page,
html.ty-cloak .site-footer {
  display: none !important;
}

#ty-loading {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--cream);
  align-items: center;
  justify-content: center;
}

html.ty-cloak #ty-loading {
  display: flex;
}

.ty-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid var(--sand);
  border-top-color: var(--green);
  border-radius: 50%;
  animation: ty-spin 0.7s linear infinite;
}

@keyframes ty-spin {
  to { transform: rotate(360deg); }
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; }
  .module-card, .module-card--reverse { grid-template-columns: 1fr; direction: ltr; }
  .module-card__media img { min-height: 220px; }
  .pillars { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .hero__content { padding: 48px 20px; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .section { padding: 48px 0; }
  .site-logo { max-width: 200px; }
  .module-card__body { padding: 24px 20px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
}
