:root {
  --ink: #241a12;
  --ink-soft: #4a3c30;
  --amber: #a97045;
  --amber-deep: #7d4f2c;
  --amber-light: #c79468;
  --cream: #f7f0e6;
  --cream-deep: #efe4d3;
  --sand: #e8dcc8;
  --gold: #b89968;
  --line: rgba(125, 79, 44, .18);
  --shadow: 0 24px 60px -28px rgba(60, 38, 18, .45);
  --display: 'Fraunces', Georgia, serif;
  --body: 'Outfit', system-ui, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* skip link injetado pelo template do servidor (acessibilidade) */
.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  z-index: 9999;
  padding: 12px 20px;
  background: var(--amber-deep);
  color: var(--cream);
  font-weight: 600;
  text-decoration: none;
  border-radius: 0 0 8px 8px;
}

.skip-link:focus {
  top: 0;
}

.wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 28px;
}

.narrow {
  max-width: 840px;
}

/* ---- type ---- */
h1, h2, h3 {
  font-family: var(--display);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -.01em;
}

h1 {
  font-size: clamp(2.5rem, 6vw, 4.6rem);
}

h2 {
  font-size: clamp(1.9rem, 4vw, 3.1rem);
}

h3 {
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

em {
  font-style: italic;
  color: var(--amber-deep);
}

.eyebrow {
  font-family: var(--body);
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--amber-deep);
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.eyebrow::before {
  content: "";
  width: 38px;
  height: 1px;
  background: var(--amber);
  display: inline-block;
}

/* ---- buttons ---- */
.cta {
  display: inline-block;
  font-family: var(--body);
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .04em;
  color: var(--cream);
  background: var(--amber-deep);
  padding: 18px 40px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 14px 30px -12px rgba(125, 79, 44, .7);
  transition: transform .35s cubic-bezier(.2, .8, .2, 1), box-shadow .35s, background .35s;
  position: relative;
  overflow: hidden;
}

.cta::after {
  content: "→";
  margin-left: 10px;
  display: inline-block;
  transition: transform .35s;
}

.cta:hover {
  transform: translateY(-3px);
  background: var(--amber);
  box-shadow: 0 20px 40px -14px rgba(125, 79, 44, .8);
}

.cta:hover::after {
  transform: translateX(5px);
}

.cta-ghost {
  background: transparent;
  color: var(--amber-deep);
  border: 1.5px solid var(--amber);
  box-shadow: none;
}

.cta-ghost:hover {
  background: var(--amber-deep);
  color: var(--cream);
  border-color: var(--amber-deep);
}

section {
  position: relative;
}

.pad {
  padding: clamp(72px, 11vw, 140px) 0;
}

.divider {
  width: 60px;
  height: 1px;
  background: var(--amber);
  margin: 0 auto;
  opacity: .5;
}

/* ---- reveal ---- */
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .9s ease, transform .9s cubic-bezier(.2, .8, .2, 1);
}

.reveal.in {
  opacity: 1;
  transform: none;
}

/* ================= HERO ================= */
.hero {
  background:
    radial-gradient(120% 90% at 80% 0%, rgba(199, 148, 104, .35), transparent 55%),
    radial-gradient(100% 80% at 0% 100%, rgba(184, 153, 104, .25), transparent 50%),
    linear-gradient(170deg, #2a1c12 0%, #3d2817 45%, #5a3a1f 100%);
  color: var(--cream);
  padding: clamp(120px, 16vw, 180px) 0 clamp(80px, 11vw, 120px);
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='.05'/%3E%3C/svg%3E");
  opacity: .6;
  pointer-events: none;
  z-index: 1;
}

.hero-photo {
  display: none;
}

.hero .wrap {
  position: relative;
  z-index: 2;
}

.hero .eyebrow {
  color: var(--amber-light);
}

.hero .eyebrow::before {
  background: var(--amber-light);
}

.hero h1 {
  color: #fbf4e9;
  max-width: 14ch;
  margin-bottom: 30px;
}

.hero h1 em {
  color: var(--amber-light);
  font-style: italic;
}

.hero p.lead {
  font-size: 1.18rem;
  max-width: 54ch;
  color: rgba(247, 240, 230, .82);
  font-weight: 300;
  margin-bottom: 42px;
}

.hero .sub {
  font-family: var(--display);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--amber-light);
  margin-top: 28px;
  opacity: .9;
}

.glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(231, 196, 150, .4), transparent 65%);
  top: -120px;
  right: -120px;
  filter: blur(20px);
  animation: float 14s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
}

@media (min-width: 821px) {
  .hero-photo {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url('../assets/image/path-dras.webp') center bottom / cover no-repeat;
    z-index: 0;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, .4) 5%, #000 14%);
    mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, .4) 5%, #000 14%);
  }

  .hero .wrap {
    max-width: 50%;
    margin-right: auto;
    margin-left: max(12px, calc((100% - 1140px) / 2 + 8px));
    padding-left: 12px;
  }

  .glow {
    opacity: .45;
    right: 28%;
  }
}

@keyframes float {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-30px, 30px); }
}

/* ================= chegada ================= */
.chegada {
  background: var(--cream);
}

.chegada p {
  font-size: 1.12rem;
  color: var(--ink-soft);
  margin-bottom: 22px;
  max-width: 60ch;
}

.pull {
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1.3;
  color: var(--amber-deep);
  font-style: italic;
  border-left: 3px solid var(--amber);
  padding-left: 28px;
  margin: 48px 0;
}

.movement {
  margin-top: 40px;
  padding-top: 36px;
  border-top: 1px solid var(--line);
}

.movement .eyebrow {
  font-size: .88rem;
  letter-spacing: .24em;
  margin-bottom: 16px;
}

.movement p {
  margin-bottom: 0;
}

.triad {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

.triad span {
  font-family: var(--display);
  font-style: italic;
  font-size: 1.5rem;
  color: var(--amber-deep);
  padding: 14px 34px;
  border: 1px solid var(--line);
  border-radius: 50px;
  background: #fff7ec;
}

/* ================= sinais (grid) ================= */
.dark {
  background: linear-gradient(165deg, #33231650, #2a1c12), var(--ink);
  color: var(--cream);
}

.dark h2 {
  color: #fbf4e9;
}

.dark h2 em {
  color: var(--amber-light);
}

.dark .eyebrow {
  color: var(--amber-light);
}

.dark .eyebrow::before {
  background: var(--amber-light);
}

.dark p {
  color: rgba(247, 240, 230, .8);
}

.grid-signs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2px;
  margin-top: 54px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(231, 196, 150, .18);
}

.sign {
  padding: 34px 30px;
  background: rgba(255, 247, 236, .04);
  transition: background .4s;
  border: .5px solid rgba(231, 196, 150, .1);
}

.sign:hover {
  background: rgba(231, 196, 150, .1);
}

.sign .num {
  font-family: var(--display);
  font-size: 1.1rem;
  color: var(--amber-light);
  opacity: .6;
  display: block;
  margin-bottom: 14px;
}

.sign p {
  color: rgba(247, 240, 230, .92);
  font-size: 1.03rem;
  line-height: 1.5;
}

/* ================= a mentoria ================= */
.offer {
  background: var(--cream-deep);
}

.offer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

.offer-card {
  background: #fff8ee;
  border-radius: 22px;
  padding: 46px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.offer-list {
  list-style: none;
  margin-top: 30px;
}

.offer-list li {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  font-size: 1.05rem;
  color: var(--ink-soft);
}

.offer-list li:last-child {
  border: none;
}

.offer-list li::before {
  content: "✦";
  color: var(--amber);
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 3px;
}

/* ================= fases ================= */
.phases {
  background: var(--cream);
}

.phase-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 26px;
  margin-top: 60px;
}

.phase {
  background: #fff8ee;
  border-radius: 20px;
  padding: 38px 32px;
  border: 1px solid var(--line);
  position: relative;
  transition: transform .4s, box-shadow .4s;
  overflow: hidden;
}

.phase::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--amber), var(--gold));
}

.phase:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.phase .ph-num {
  font-family: var(--display);
  font-size: 3.2rem;
  color: var(--sand);
  line-height: 1;
  font-style: italic;
}

.phase .ph-tag {
  font-size: .7rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--amber-deep);
  font-weight: 600;
  margin: 8px 0 14px;
}

.phase h3 {
  margin-bottom: 12px;
}

.phase .ph-meta {
  font-family: var(--display);
  font-style: italic;
  font-size: .95rem;
  color: var(--amber-deep);
  margin-bottom: 18px;
  display: block;
}

.phase p {
  font-size: .98rem;
  color: var(--ink-soft);
  margin-bottom: 18px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tags span {
  font-size: .78rem;
  padding: 6px 14px;
  background: var(--cream-deep);
  border-radius: 30px;
  color: var(--amber-deep);
  border: 1px solid var(--line);
}

/* ================= cronograma ================= */
.schedule {
  background: linear-gradient(180deg, var(--cream-deep), var(--cream));
  padding-bottom: 0;
}

.sched-slider {
  margin-top: 48px;
  margin-bottom: 0;
}

.sched-viewport {
  overflow: hidden;
  width: 100%;
}

.sched-track {
  display: flex;
  gap: 14px;
  transition: transform .55s cubic-bezier(.2, .8, .2, 1);
  will-change: transform;
}

.sched-track .lesson {
  flex: 0 0 auto;
  min-width: 0;
}

.sched-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
  margin-bottom: 0;
}

.sched-nav {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  background: #fff8ee;
  color: var(--amber-deep);
  font-size: 1.2rem;
  cursor: pointer;
  transition: background .3s, border-color .3s, transform .3s, opacity .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.sched-nav:hover:not(:disabled) {
  background: var(--amber-deep);
  color: var(--cream);
  border-color: var(--amber-deep);
  transform: translateY(-2px);
}

.sched-nav:disabled {
  opacity: .35;
  cursor: not-allowed;
}

.sched-counter {
  font-size: .88rem;
  font-weight: 600;
  letter-spacing: .06em;
  color: var(--amber-deep);
  min-width: 140px;
  text-align: center;
}

.sched-current {
  font-family: var(--display);
  font-style: italic;
  font-size: 1.15rem;
}

.lesson {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 20px 22px;
  background: #fff8ee;
  border-radius: 14px;
  border: 1px solid var(--line);
  transition: border-color .3s, box-shadow .3s;
}

.sched-track .lesson.is-active {
  border-color: var(--amber);
  box-shadow: 0 8px 24px -12px rgba(125, 79, 44, .35);
}

.lesson .ln {
  font-family: var(--display);
  font-style: italic;
  font-size: 1.4rem;
  color: var(--amber);
  min-width: 38px;
  line-height: 1.1;
}

.lesson .lt {
  font-size: .97rem;
  color: var(--ink);
  font-weight: 500;
  line-height: 1.4;
}

/* ================= materiais ================= */
.mats {
  background: var(--cream);
}

.mat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-top: 54px;
}

.mat {
  padding: 34px 28px;
  background: #fff8ee;
  border-radius: 18px;
  border: 1px solid var(--line);
  text-align: center;
  transition: transform .4s;
}

.mat:hover {
  transform: translateY(-5px);
}

.mat .ic {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  margin: 0 auto 22px;
  background: radial-gradient(circle at 35% 30%, var(--amber-light), var(--amber-deep));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--cream);
}

.mat h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.mat p {
  font-size: .92rem;
  color: var(--ink-soft);
}

/* ================= para quem ================= */
.fit {
  background: var(--cream-deep);
}

.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 50px;
}

.fit-col {
  background: #fff8ee;
  border-radius: 20px;
  padding: 40px;
  border: 1px solid var(--line);
}

.fit-col.no {
  background: #f3e7d6;
}

.fit-col h3 {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.fit-col ul {
  list-style: none;
}

.fit-col li {
  display: flex;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 1rem;
  color: var(--ink-soft);
}

.fit-col li:last-child {
  border: none;
}

.fit-col.yes li::before {
  content: "✦";
  color: var(--amber);
  flex-shrink: 0;
}

.fit-col.no li::before {
  content: "—";
  color: #a98c6e;
  flex-shrink: 0;
  font-weight: 600;
}

/* ================= conduz ================= */
.leaders {
  background: var(--cream);
}

.leader-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin-top: 54px;
}

.leader {
  background: #fff8ee;
  border-radius: 22px;
  padding: 42px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.leader .av {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  margin-bottom: 24px;
  object-fit: cover;
  object-position: center top;
  display: block;
  border: 2px solid var(--sand);
  box-shadow: 0 4px 16px -6px rgba(125, 79, 44, .35);
}

@media (min-width: 821px) {
  .leader .av {
    width: 140px;
    height: 140px;
    margin-bottom: 28px;
  }
}

.leader h3 {
  font-size: 1.45rem;
  margin-bottom: 6px;
}

.leader .role {
  font-size: .8rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--amber-deep);
  font-weight: 600;
  margin-bottom: 8px;
}

.leader .crm {
  font-size: .82rem;
  color: #9a826a;
  margin-bottom: 20px;
  font-style: italic;
}

.leader p {
  font-size: .97rem;
  color: var(--ink-soft);
  margin-bottom: 14px;
}

/* ================= preço ================= */
.price {
  background: linear-gradient(165deg, #2a1c12, #3d2817);
  color: var(--cream);
  text-align: center;
}

.price h2 {
  color: #fbf4e9;
}

.price .eyebrow {
  color: var(--amber-light);
}

.price .eyebrow::before {
  background: var(--amber-light);
}

.price-card {
  max-width: 560px;
  margin: 50px auto 0;
  background: rgba(255, 247, 236, .06);
  border: 1px solid rgba(231, 196, 150, .25);
  border-radius: 26px;
  padding: 54px 46px;
  backdrop-filter: blur(6px);
}

.price-card .label {
  font-size: .78rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--amber-light);
  font-weight: 600;
}

.price-card .val {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin: 14px 0;
}

.price-card .val-prefix {
  font-family: var(--body);
  font-size: .95rem;
  font-weight: 500;
  letter-spacing: .08em;
  color: var(--amber-light);
}

.price-card .val-amount {
  font-family: var(--display);
  font-size: clamp(2.8rem, 7vw, 4.2rem);
  color: #fbf4e9;
  line-height: 1;
}

.price-card .inst {
  font-family: var(--body);
  font-style: normal;
  font-size: .92rem;
  letter-spacing: .04em;
  color: rgba(247, 240, 230, .72);
  margin-bottom: 32px;
  display: block;
}

.price-list {
  list-style: none;
  text-align: left;
  max-width: 400px;
  margin: 0 auto 36px;
}

.price-list li {
  display: flex;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(231, 196, 150, .15);
  font-size: 1rem;
  color: rgba(247, 240, 230, .88);
}

.price-list li:last-child {
  border: none;
}

.price-list li::before {
  content: "✦";
  color: var(--amber-light);
  flex-shrink: 0;
}

.start-date {
  margin-top: 26px;
  font-size: .85rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--amber-light);
  font-weight: 600;
}

/* ================= faq ================= */
.faq {
  background: var(--cream);
}

.faq-list {
  max-width: 780px;
  margin: 50px auto 0;
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  padding: 26px 0;
  font-family: var(--display);
  font-size: 1.2rem;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.faq-q .icon {
  flex-shrink: 0;
  font-size: 1.4rem;
  color: var(--amber);
  transition: transform .4s;
  font-family: var(--body);
  font-weight: 300;
}

.faq-item.open .faq-q .icon {
  transform: rotate(45deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s cubic-bezier(.4, 0, .2, 1);
}

.faq-a p {
  padding: 0 0 26px;
  color: var(--ink-soft);
  font-size: 1.02rem;
  max-width: 90%;
}

/* ================= convite final ================= */
.invite {
  background:
    radial-gradient(100% 100% at 50% 0%, rgba(199, 148, 104, .3), transparent 60%),
    linear-gradient(180deg, #3d2817, #2a1c12);
  color: var(--cream);
  text-align: center;
}

.invite blockquote {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  line-height: 1.35;
  color: #fbf4e9;
  max-width: 22ch;
  margin: 0 auto 36px;
}

.invite p {
  color: rgba(247, 240, 230, .82);
  max-width: 54ch;
  margin: 0 auto 42px;
  font-size: 1.1rem;
  font-weight: 300;
}

/* ================= footer ================= */
footer {
  background: #1f140c;
  color: rgba(247, 240, 230, .6);
  padding: 54px 0;
  text-align: center;
}

footer .fl {
  font-family: var(--display);
  font-style: italic;
  color: var(--amber-light);
  font-size: 1.2rem;
  margin-bottom: 10px;
}

footer .meta {
  font-size: .85rem;
  line-height: 1.7;
}

footer .copy {
  margin-top: 20px;
  font-size: .78rem;
  opacity: .6;
}

@media (max-width: 820px) {
  .offer-grid,
  .fit-grid,
  .leader-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .pull {
    font-size: 1.4rem;
  }
}
