:root {
  color-scheme: light;
  --bg: #fcfbf8;
  --bg-alt: #fcfbf8;
  --card: #ffffff;
  --text: #2b2b2b;
  --muted: #5a5a5a;
  --graphite: #2f2f33;
  --primary: #2f5f5b;
  --primary-soft: rgba(47, 95, 91, 0.12);
  --primary-shadow: 0 12px 24px rgba(47, 95, 91, 0.2);
  --accent: #2f5f5b;
  --accent-soft: rgba(47, 95, 91, 0.12);
  --magenta: #b14586;
  --lilac: #b68bd4;
  --teal: #2a9d8f;
  --gold: #e2c56a;
  --beige: #f1e8db;
  --purple: #6d4b7f;
  --shadow: 0 18px 50px rgba(32, 20, 24, 0.08);
  --border-soft: rgba(47, 95, 91, 0.18);
  --radius: 22px;
  --radius-sm: 14px;
  --max-width: 1280px;
}

body.page-home {
  --bg: #fcfbf8;
  --bg-alt: #fcfbf8;
  --primary: #2f5f5b;
  --primary-soft: rgba(47, 95, 91, 0.12);
  --primary-shadow: 0 12px 24px rgba(47, 95, 91, 0.2);
  --accent: #2f5f5b;
  --accent-soft: rgba(47, 95, 91, 0.12);
  --magenta: #b14586;
  --gold: #e2c56a;
  --border-soft: rgba(47, 95, 91, 0.2);
}

body.page-home .hero {
  padding: 56px 0 40px;
}

body.page-home .hero-image {
  width: min(100%, 360px);
  max-width: 360px;
  max-height: 66vh;
  aspect-ratio: 9 / 16;
  margin: 0 auto;
  justify-self: center;
  align-self: center;
  display: flex;
  justify-content: center;
}

body.page-home .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.page-mentoria .hero,
body.page-consultoria .hero,
body.page-corporativo .hero,
body.page-sobre .hero {
  padding: 56px 0 40px;
}

body.page-mentoria .hero-grid,
body.page-consultoria .hero-grid,
body.page-corporativo .hero-grid,
body.page-sobre .hero-grid {
  gap: 48px;
}

body.page-mentoria .hero-image,
body.page-consultoria .hero-image,
body.page-corporativo .hero-image,
body.page-sobre .hero-image {
  width: min(100%, 360px);
  max-width: 360px;
  max-height: 66vh;
  aspect-ratio: 9 / 16;
  margin: 0 auto;
  justify-self: center;
  align-self: center;
  display: flex;
  justify-content: center;
}

body.page-mentoria .hero-image img,
body.page-consultoria .hero-image img,
body.page-corporativo .hero-image img,
body.page-sobre .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.page-mentoria {
  --bg: #fcfbf8;
  --bg-alt: #fcfbf8;
  --primary: #845aa4;
  --primary-soft: rgba(132, 90, 164, 0.12);
  --primary-shadow: 0 12px 24px rgba(132, 90, 164, 0.2);
  --accent: #b26aa4;
  --accent-soft: rgba(178, 106, 164, 0.12);
  --magenta: #b26aa4;
  --lilac: #c8a8e2;
  --gold: #e2c56a;
  --border-soft: rgba(132, 90, 164, 0.22);
}

body.page-robos {
  --bg: #fcfbf8;
  --bg-alt: #fcfbf8;
  --primary: #7b4d80;
  --primary-soft: rgba(123, 77, 128, 0.12);
  --primary-shadow: 0 12px 24px rgba(123, 77, 128, 0.2);
  --accent: #7b4d80;
  --accent-soft: rgba(123, 77, 128, 0.12);
  --magenta: #9b6fb2;
  --lilac: #c7a2d8;
  --border-soft: rgba(123, 77, 128, 0.24);
}

body.page-ia {
  --bg: #fcfbf8;
  --bg-alt: #fcfbf8;
  --primary: #2f5f5b;
  --primary-soft: rgba(47, 95, 91, 0.12);
  --primary-shadow: 0 12px 24px rgba(47, 95, 91, 0.2);
  --accent: #2f5f5b;
  --accent-soft: rgba(47, 95, 91, 0.12);
  --magenta: #b14586;
  --gold: #e2c56a;
  --border-soft: rgba(47, 95, 91, 0.2);
}

body.page-ia .section {
  padding: 72px 0;
}

body.page-ia .section.section-alt {
  padding: 72px 0;
}

body.page-consultoria {
  --bg: #fcfbf8;
  --bg-alt: #fcfbf8;
  --primary: #b14586;
  --primary-soft: rgba(177, 69, 134, 0.12);
  --primary-shadow: 0 12px 24px rgba(177, 69, 134, 0.2);
  --accent: #b14586;
  --accent-soft: rgba(177, 69, 134, 0.12);
  --magenta: #b14586;
  --border-soft: rgba(177, 69, 134, 0.2);
}

body.page-corporativo {
  --bg: #fcfbf8;
  --bg-alt: #fcfbf8;
  --primary: #2f5f5b;
  --primary-soft: rgba(47, 95, 91, 0.12);
  --primary-shadow: 0 12px 24px rgba(47, 95, 91, 0.2);
  --accent: #b14586;
  --accent-soft: rgba(177, 69, 134, 0.12);
  --magenta: #b14586;
  --gold: #e2c56a;
  --border-soft: rgba(47, 95, 91, 0.18);
}

body.page-sobre {
  --bg: #fcfbf8;
  --bg-alt: #fcfbf8;
  --primary: #2f5f5b;
  --primary-soft: rgba(47, 95, 91, 0.12);
  --primary-shadow: 0 12px 24px rgba(47, 95, 91, 0.2);
  --accent: #2f5f5b;
  --accent-soft: rgba(47, 95, 91, 0.12);
  --gold: #f0c94b;
  --border-soft: rgba(47, 95, 91, 0.2);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  font-size: 16px;
}

img {
  max-width: 100%;
  display: block;
}

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

a:hover {
  text-decoration: none;
}

.container {
  width: min(100% - 48px, var(--max-width));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}


.navbar {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 0;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
}

.navbar .btn {
  white-space: nowrap;
  padding: 12px 20px;
  font-size: 0.85rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Raleway", "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.logo img {
  width: 110px;
  height: 110px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  flex: 1;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 18px;
  font-size: 0.85rem;
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  cursor: pointer;
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #2f2f33;
  display: block;
}

.nav-contact-mobile {
  display: none;
}

.nav-links a {
  padding: 4px 6px;
  border-radius: 999px;
  background: transparent;
  transition: background 0.2s ease, color 0.2s ease;
}

.nav-links .nav-contact-mobile {
  display: none;
  background: #7b4d80;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 14px;
}

.nav-links a:hover {
  background: rgba(109, 75, 127, 0.18);
  color: #6d4b7f;
}

.nav-links a:focus {
  outline: none;
}

.nav-links a:focus-visible {
  outline: 2px solid rgba(109, 75, 127, 0.45);
  outline-offset: 2px;
}

.nav-links a.active {
  background: rgba(109, 75, 127, 0.18);
  color: #6d4b7f;
  font-weight: 600;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hero {
  padding: 80px 0 60px;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 48px;
  align-items: center;
}

.hero-title {
  font-family: "Raleway", "Times New Roman", serif;
  font-size: clamp(2.15rem, 2.3vw + 1.2rem, 3.1rem);
  font-weight: 800;
  color: var(--graphite);
  margin: 0 0 12px;
}

.hero-subtitle {
  font-family: "Raleway", "Times New Roman", serif;
  font-size: clamp(1.12rem, 1.1vw + 0.85rem, 1.6rem);
  font-weight: 600;
  color: var(--primary);
  margin: 0 0 16px;
}

.hero-text {
  font-size: 1.05rem;
  color: var(--muted);
  margin: 0 0 24px;
  max-width: 540px;
}

.hero-image {
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  padding: 0;
  overflow: visible;
  margin-left: auto;
}

.hero-image img {
  width: 100%;
  display: block;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  filter: none;
}

body.page-robos .hero {
  padding: 64px 0 48px;
}

body.page-robos .hero-grid {
  gap: 36px;
}

body.page-robos .hero-title {
  font-size: clamp(1.9rem, 1.6vw + 1rem, 2.6rem);
}

body.page-robos .hero-subtitle {
  font-size: clamp(1.02rem, 0.9vw + 0.75rem, 1.35rem);
}

body.page-robos .hero-text {
  font-size: 1rem;
  max-width: 480px;
}

body.page-robos .hero-image {
  max-width: 540px;
}

body.page-robos .robos-intro-card {
  margin-top: clamp(48px, 8vh, 120px);
}

body.page-consultoria .hero-title {
  font-size: clamp(2rem, 1.8vw + 1rem, 2.7rem);
}

body.page-consultoria .hero-text {
  font-size: 1rem;
  margin-bottom: 18px;
  max-width: 500px;
}

body.page-corporativo .hero-title {
  font-size: clamp(2rem, 1.8vw + 1rem, 2.6rem);
}

body.page-corporativo .hero-subtitle {
  font-size: clamp(1.05rem, 1vw + 0.75rem, 1.35rem);
}

body.page-corporativo .hero-text {
  font-size: 1rem;
  margin-bottom: 18px;
  max-width: 520px;
}

.section {
  padding: 96px 0;
}

.section-alt {
  background: var(--bg-alt);
}

.section-title {
  font-family: "Raleway", "Times New Roman", serif;
  font-size: clamp(1.75rem, 1.7vw + 1rem, 2.4rem);
  color: var(--graphite);
  margin: 0 0 20px;
}

.section-title .icon {
  margin-right: 8px;
}

.section-lead {
  color: var(--muted);
  font-size: 1.05rem;
  margin: 0 auto 28px;
  max-width: 760px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--primary-soft);
  color: var(--primary);
  font-weight: 600;
  font-size: 0.9rem;
}

.pill {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 600;
}

.grid {
  display: grid;
  gap: 28px;
}

.grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.grid-5 {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.card {
  background: var(--card);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 10px 30px rgba(35, 20, 28, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.consultoria-cards {
  gap: 28px;
}

.consultoria-card {
  text-align: center;
  border: 2px solid rgba(177, 69, 134, 0.25);
  border-radius: 20px;
  padding: 28px 22px;
  box-shadow: none;
  height: 100%;
}

.consultoria-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--graphite);
  margin: 18px 0 0;
}

.consultoria-icon {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: rgba(177, 69, 134, 0.12);
  color: #b14586;
  display: grid;
  place-items: center;
  margin: 0 auto;
}

.consultoria-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

.consultoria-target {
  gap: 16px;
  justify-content: stretch;
  justify-items: stretch;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
}

.consultoria-target-card {
  text-align: center;
  border: 2px solid rgba(177, 69, 134, 0.25);
  border-radius: 18px;
  padding: 28px 22px;
  box-shadow: none;
  min-height: 170px;
  display: grid;
  align-content: center;
  gap: 18px;
  height: 100%;
}

.consultoria-target-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--graphite);
  margin: 0;
}

.consultoria-target-icon {
  display: grid;
  place-items: center;
  color: #b14586;
}

.consultoria-target-icon svg {
  width: 32px;
  height: 32px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

.mentoria-journey .card {
  border-color: rgba(132, 90, 164, 0.35);
  border-radius: 18px;
  padding: 28px;
  box-shadow: none;
  height: 100%;
}

.journey-icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(132, 90, 164, 0.12);
  color: #a77cc5;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}

.journey-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

.mentoria-combos {
  gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 440px));
  justify-content: center;
}

.mentoria-combo-card {
  border: 2px solid rgba(120, 110, 200, 0.25);
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: none;
  height: 100%;
}

.mentoria-combo-card h3 {
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.combo-icon {
  display: grid;
  place-items: center;
  color: #a77cc5;
  margin-bottom: 8px;
}

.combo-icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

.combo-subtitle {
  color: var(--graphite);
  font-weight: 600;
  margin: 0 0 16px;
}

.combo-label {
  font-weight: 600;
  margin-bottom: 8px;
}

.combo-list li {
  margin-bottom: 6px;
}

.home-products-lead {
  font-size: 1.1rem;
}

.home-product-card h3 {
  font-size: 1.15rem;
}

.home-product-card p {
  font-size: 1rem;
}

.home-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #dfe5ef;
  box-shadow: 0 12px 24px rgba(31, 41, 55, 0.08);
  border-radius: 16px;
  min-height: 280px;
  justify-content: space-between;
}

.home-product-card > div {
  margin-top: auto;
}

.home-product-card p {
  color: #5d6b7b;
  font-weight: 600;
  margin: 0 0 18px;
}

.home-product-card .btn-outline {
  width: 100%;
  border-color: #dfe5ef;
  color: #2f2f33;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 12px;
}

.pill-course {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #dfe5ef;
  font-size: 0.85rem;
  color: #2f2f33;
  font-weight: 600;
}

.home-testimonial-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home-testimonial-card p:last-child {
  margin-top: auto;
}

.home-testimonial-title {
  font-size: clamp(2rem, 1.8vw + 1.05rem, 2.5rem);
}

.home-testimonial-lead {
  font-size: 1.05rem;
}

.stars {
  color: #f0b429;
  font-size: 0.9rem;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.ia-subtitle {
  font-size: 1.1rem;
  text-align: center;
}

.pill-clock svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

.ia-intro-text {
  font-size: 1.1rem;
}

.ia-checklist {
  gap: 16px;
}

.ia-check-card {
  display: flex;
  gap: 12px;
  align-items: center;
  font-weight: 700;
  font-size: 1rem;
  color: #2f2f33;
}

.check-circle {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(47, 95, 91, 0.15);
  color: #2f5f5b;
  display: inline-grid;
  place-items: center;
  font-size: 0.78rem;
  font-weight: 700;
  flex-shrink: 0;
}

.section-icon {
  color: #f0c94b;
}

.card-strong {
  font-weight: 700;
  color: #2f2f33;
}

.card-strong p,
.card-strong li {
  font-size: 1rem;
}

.bonus-card {
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 12px;
}

.important-card {
  max-width: 900px;
  margin: 0 auto;
}

.card-compact {
  padding: 20px;
}

.card-narrow {
  max-width: 860px;
  margin: 0 auto;
}

.btn-whatsapp {
  background: #7b4d80;
  box-shadow: 0 12px 24px rgba(123, 77, 128, 0.25);
}

.mentoria-diff {
  gap: 24px;
}

.mentoria-diff-card {
  border: 2px solid rgba(132, 90, 164, 0.35);
  border-radius: 18px;
  padding: 28px 22px;
  text-align: center;
  box-shadow: none;
  height: 100%;
}

.robos-intro-card p {
  font-size: 1.05rem;
}

.robos-family-title {
  font-size: clamp(2rem, 1.8vw + 1.05rem, 2.5rem);
}

.robos-family-lead {
  font-size: 1.08rem;
}

.lilix-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  min-width: 0;
  padding: 28px 32px;
  text-align: center;
}

.lilix-card .section-lead {
  font-size: 1.05rem;
  font-weight: 600;
  color: #9b6bb4;
  margin: 4px 0 0;
}

.lilix-card .lilix-cta {
  margin-top: auto;
  text-align: center;
  padding-top: 20px;
}

.lilix-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.lilix-list {
  margin: 18px auto 0;
  padding-left: 20px;
  text-align: left;
  max-width: 720px;
  list-style: disc;
}

.lilix-list li {
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--graphite);
}

.lilix-card .section-title {
  font-size: 1.7rem;
  margin-bottom: 4px;
}

.lilix-list li::marker {
  color: #b69ad6;
}

.lilix-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  color: #f2b22f;
  display: grid;
  place-items: center;
}

.lilix-icon svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}
.benefit-card {
  text-align: center;
  box-shadow: none;
  height: 100%;
}

.benefit-icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(123, 77, 128, 0.12);
  color: #7b4d80;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
}

.benefit-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

.card h3 {
  font-family: "Raleway", "Times New Roman", serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 0;
  color: var(--graphite);
}

.card p {
  margin-bottom: 0;
  color: var(--graphite);
  font-weight: 600;
  font-size: 1rem;
}

.card li {
  color: var(--graphite);
  font-weight: 600;
  font-size: 1rem;
}

.card-bordered {
  border: 2px solid var(--border-soft);
}

.formats-grid {
  gap: 32px;
}

.format-card {
  border-radius: 18px;
  padding: 28px 30px;
  box-shadow: none;
  height: 100%;
  background: #ffffff;
}

.format-card--left {
  border: 2px solid var(--primary);
}

.format-card--right {
  border: 2px solid var(--accent);
}

.format-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  font-size: 1.15rem;
  font-weight: 700;
}

.format-card--left .format-icon {
  color: var(--primary);
}

.format-card--right .format-icon {
  color: var(--accent);
}

.format-list {
  margin: 0;
  padding-left: 20px;
  list-style: disc;
}

.format-list li {
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--graphite);
}


.card-emphasis {
  border-top: 4px solid var(--magenta);
}

.card-accent {
  border-top: 4px solid var(--accent);
}

.highlight {
  background: rgba(241, 232, 219, 0.6);
  border-left: 4px solid var(--gold);
  padding: 18px;
  border-radius: var(--radius-sm);
  font-style: italic;
  font-weight: 600;
  color: var(--graphite);
  max-width: 760px;
  margin: 24px auto 0;
}

.results-section {
  background: #f0eaf6;
}

.benefit-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
  margin: 24px 0 0;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #ffffff;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.dot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 700;
  font-family: "Raleway", "Times New Roman", serif;
}

.dot svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

.dot.primary { background: var(--primary); }
.dot.magenta { background: var(--magenta); }
.dot.teal { background: var(--accent); }
.dot.gold { background: var(--gold); }
.dot.lilac { background: var(--lilac); color: #2c1d3a; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 14px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary {
  background: var(--primary);
  color: white;
  box-shadow: var(--primary-shadow);
}

.btn-contact {
  background: #7b4d80;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(123, 77, 128, 0.25);
}

.btn-outline {
  background: transparent;
  border: 2px solid var(--primary);
  color: var(--primary);
}

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

.btn:hover {
  transform: translateY(-2px);
}

.quote {
  font-family: "Raleway", "Times New Roman", serif;
  font-size: 1.4rem;
  color: var(--graphite);
  text-align: center;
}

.quote .icon {
  margin-right: 8px;
  vertical-align: -3px;
}

.quote-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  text-align: center;
}

.quote-card .quote {
  font-size: 1.55rem;
  margin: 0;
}

.footer {
  background: var(--bg);
  color: var(--muted);
  padding: 28px 0 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 0.92rem;
}

.footer a {
  color: var(--muted);
}

.footer a:visited {
  color: var(--muted);
}

.footer a:hover {
  color: var(--text);
}

.footer a.btn-contact {
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: var(--muted);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  align-items: start;
}

.footer .list-reset {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
}

.footer .list-reset li {
  margin: 0;
}

.footer h4 {
  font-family: "Raleway", "Times New Roman", serif;
  font-size: 0.98rem;
  margin-top: 0;
  margin-bottom: 8px;
}

.footer p {
  margin: 0 0 8px;
}

.footer-brand p {
  max-width: 320px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 0.88rem;
}

.footer-legal {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 640px) {
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.hero-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 600;
}

.list-reset {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-check li {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.list-check li span {
  color: var(--accent);
  font-weight: 700;
}

.timeline {
  display: grid;
  gap: 18px;
}

.timeline-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  border: 1px solid var(--border-soft);
  box-shadow: 0 12px 24px rgba(177, 69, 134, 0.12);
  background: #ffffff;
  padding: 22px 24px;
}

.timeline-number {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--accent);
  color: white;
  display: grid;
  place-items: center;
  font-family: "Raleway", "Times New Roman", serif;
  font-weight: 700;
  font-size: 1rem;
  min-width: 52px;
  min-height: 52px;
  flex-shrink: 0;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

body.page-ia .hero-meta {
  justify-content: center;
}

body.page-ia .hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

body.page-ia .hero .hero-text,
body.page-ia .hero .ia-subtitle {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.tag {
  background: rgba(226, 197, 106, 0.2);
  color: var(--gold);
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tag .icon,
.badge .icon {
  color: currentColor;
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: var(--primary);
  flex-shrink: 0;
}

.icon-small {
  width: 18px;
  height: 18px;
}

.icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

.icon-gold {
  color: var(--gold);
}

.icon-warning {
  color: #b14586;
}

.icon-warning svg {
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

.why-title {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  text-align: center;
}

.why-title .icon {
  width: 28px;
  height: 28px;
}

.why-card {
  border: 1px solid #dfe5ef;
  border-left: 5px solid #b14586;
  border-radius: 16px;
  padding: 28px 30px;
  box-shadow: 0 12px 24px rgba(31, 41, 55, 0.08);
}

.why-card p {
  margin: 0 0 12px;
  color: var(--graphite);
}

.why-card p:last-child {
  margin-bottom: 0;
}

.why-card strong {
  font-weight: 700;
  color: var(--graphite);
}

.why-highlight {
  color: var(--primary);
  font-weight: 700;
}

.course-title .icon {
  color: var(--primary);
  width: 24px;
  height: 24px;
}

.course-structure {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 22px;
}

.course-item {
  background: #ffffff;
  border: 1px solid #dfe5ef;
  border-left: 4px solid var(--primary);
  border-radius: 16px;
  padding: 16px 18px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-weight: 600;
  color: var(--graphite);
  box-shadow: 0 10px 24px rgba(31, 41, 55, 0.06);
  min-width: 0;
}

.course-number {
  color: var(--primary);
  font-weight: 700;
}

.investment-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #1f1f1f;
}

.investment-title .icon {
  color: #2f5f5b;
  width: 28px;
  height: 28px;
}

.investment-card {
  border: 2px solid #2f5f5b;
  border-radius: 18px;
  padding: 22px 28px;
  box-shadow: 0 14px 28px rgba(31, 41, 55, 0.08);
  max-width: 860px;
  margin: 0 auto;
}

.investment-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 0 auto 16px;
  max-width: 720px;
}

.investment-tags .tag {
  background: #e9ecef;
  color: #1f1f1f;
  font-weight: 600;
  padding: 8px 16px;
}

.investment-card .investment-old {
  margin-top: 12px;
  text-decoration: line-through;
  color: #8a94a6;
  font-size: 1rem;
  font-weight: 400;
}

.investment-card .investment-price {
  font-size: 2.35rem;
  font-weight: 800;
  color: #2f5f5b;
  margin: 8px 0;
}

.investment-card .investment-installment {
  color: #2f5f5b;
  margin-bottom: 16px;
  font-size: 1.15rem;
  font-weight: 400;
}

.investment-card .investment-note {
  color: #b14586;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.investment-note .icon {
  color: #f0b429;
}

.important-box {
  background: #fff8e6;
  border: 1px solid #efe4c7;
  border-left: 5px solid #f2a900;
  border-radius: 16px;
  padding: 26px 28px;
  box-shadow: 0 12px 24px rgba(31, 41, 55, 0.08);
}

.important-box h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  font-weight: 700;
  color: #2f2f33;
}

.important-box p {
  margin: 0 0 12px;
  font-weight: 400;
  color: #2f2f33;
}

.important-box p:last-child {
  margin-bottom: 0;
}

.important-icon {
  color: #f2a900;
}

.important-strong {
  font-weight: 700;
}

.two-worlds-card p {
  font-weight: 400;
}

.two-worlds-card strong {
  font-weight: 700;
}

.bonus-grid {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section-cta {
  background: linear-gradient(135deg, #2f5f5b 0%, #7b4d80 55%, #b14586 100%);
  padding: 80px 0;
}

.cta-content {
  text-align: center;
  color: #ffffff;
}

.cta-title {
  color: #ffffff;
  font-weight: 800;
  max-width: 760px;
  margin: 0 auto 28px;
}

.cta-content .btn-white {
  background: #ffffff;
  color: #2f5f5b;
  font-weight: 700;
  padding: 16px 36px;
  border-radius: 14px;
  box-shadow: 0 16px 30px rgba(31, 41, 55, 0.18);
}

body.page-consultoria main p,
body.page-consultoria main li,
body.page-corporativo main p,
body.page-corporativo main li,
body.page-sobre main p {
  font-weight: 600;
  color: var(--graphite);
}

.js .reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

@media (max-width: 768px) {
  .hero {
    padding-top: 40px;
  }
  .btn {
    width: 100%;
  }
  .hero-meta {
    flex-direction: column;
  }
  body.page-home .hero-image,
  body.page-mentoria .hero-image,
  body.page-consultoria .hero-image,
  body.page-corporativo .hero-image,
  body.page-sobre .hero-image {
    width: min(100%, 280px);
    max-width: 280px;
    max-height: 52vh;
  }
}

@media (max-width: 1024px) {
  .course-structure {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lilix-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .consultoria-target {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .course-structure,
  .lilix-grid,
  .consultoria-target {
    grid-template-columns: 1fr;
  }
  .consultoria-target-card {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .course-structure {
    grid-template-columns: 1fr;
  }
  .lilix-grid {
    grid-template-columns: 1fr;
  }
  .consultoria-target {
    grid-template-columns: 1fr;
  }
  .consultoria-target-card {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .nav-toggle {
    display: inline-flex;
  }
  .nav-links {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    padding: 18px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 18px 40px rgba(32, 20, 24, 0.12);
    display: none;
    flex: none;
    white-space: normal;
  }
  .nav-links.is-open {
    display: flex;
  }
  .nav-links a {
    width: 100%;
  }
  .nav-contact-desktop {
    display: none;
  }
  .nav-links .nav-contact-mobile {
    display: inline-flex;
    width: 100%;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .hero-image {
    transform: none;
  }
}

