/* ============================================================
   Empresa com IA — LP clara (branco + laranja)
   Página de exceção: NÃO usa o fundo preto padrão das outras LPs.
   Tudo que é cor está definido aqui e sobrescreve o global.css.
   ============================================================ */

/* --- Display condensada (Anton, SIL OFL) — local, sem Google Fonts --- */
@font-face {
  font-family: 'Anton';
  src: url('../assets/fonts/Anton-latin-ext.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  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: 'Anton';
  src: url('../assets/fonts/Anton-latin.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0000-00FF, 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;
}

:root {
  --paper:  #FFFFFF;
  --sand:   #F4F1EC;
  --ink:    #0D0900;
  --ink-60: #57504A;
  --flame:  #FA4200;
  --ember:  #FF8A2B;
  --rule:   #E4DED5;

  --font-display: 'Anton', 'Arial Narrow', Impact, sans-serif;
  --font-label:   'Neue Machina', sans-serif;

  --max: 1180px;
  --pad: clamp(20px, 5vw, 40px);
}

/* ---------- base ---------- */
html { scroll-behavior: smooth; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

.wrap {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
}

section { padding: clamp(56px, 8vw, 104px) 0; }
section.tight { padding: clamp(36px, 5vw, 60px) 0; }

/* ---------- tipografia ---------- */
h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.92;
  letter-spacing: -0.005em;
  color: inherit;
}

h1 { font-size: clamp(2.6rem, 7.2vw, 5.1rem); }
h2 { font-size: clamp(2rem, 5vw, 3.4rem); }
h3 { font-size: clamp(1.15rem, 2.2vw, 1.5rem); line-height: 1; }

.fl { color: var(--flame); }

.eyebrow {
  font-family: var(--font-label);
  font-weight: 400;
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--flame);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.eyebrow::before {
  content: '';
  width: 28px;
  height: 2px;
  background: var(--flame);
  flex: none;
}

.lede {
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  color: var(--ink-60);
  max-width: 60ch;
}

.tc { text-align: center; }
.tc .eyebrow { justify-content: center; }
.tc .lede { margin-left: auto; margin-right: auto; }

/* comando — a assinatura da página: o vernáculo do Claude Code */
.cmd {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  letter-spacing: 0.01em;
  color: var(--ink-60);
}
.cmd b { color: var(--flame); font-weight: 400; }

/* ---------- botões ---------- */
.cta {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 20px 40px;
  border-radius: 999px;
  background: linear-gradient(100deg, var(--flame), var(--ember));
  color: #fff;
  font-family: var(--font-label);
  font-weight: 800;
  font-size: clamp(0.95rem, 1.6vw, 1.1rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 14px 34px -12px rgba(250, 66, 0, 0.75);
  transition: transform .25s var(--ease-out), box-shadow .25s var(--ease-out);
}
.cta:hover, .cta:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px -12px rgba(250, 66, 0, 0.85);
  color: #fff;
}
.cta small {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.82rem;
  letter-spacing: 0;
  text-transform: none;
  opacity: .95;
}

.cta-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 26px;
  margin-top: 30px;
}
.cta-note {
  font-size: 0.85rem;
  color: var(--ink-60);
  max-width: 30ch;
}

/* ---------- hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(40px, 6vw, 72px);
  padding-bottom: 0;
  background:
    linear-gradient(180deg, #fff 0%, #fff 60%, var(--sand) 100%);
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(13, 9, 0, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 9, 0, .045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(120% 80% at 50% 0%, #000 30%, transparent 78%);
  -webkit-mask-image: radial-gradient(120% 80% at 50% 0%, #000 30%, transparent 78%);
  pointer-events: none;
}
.hero .wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-items: center;
}
.hero-copy { padding-bottom: clamp(32px, 5vw, 64px); }
.hero h1 { margin-bottom: 22px; }
.hero .lede { font-size: clamp(1.05rem, 1.7vw, 1.28rem); }

.hero-seals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--rule);
  font-size: 0.85rem;
  color: var(--ink-60);
}
.hero-seals span { display: flex; align-items: center; gap: 8px; }
.hero-seals span::before {
  content: '';
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--flame);
  flex: none;
}

/* retrato: o rosto dentro do arco laranja (o arco é o quadro, não o fundo) */
.hero-shot {
  position: relative;
  align-self: end;
  justify-self: center;
  width: min(340px, 78%);
  aspect-ratio: 4 / 5;
  margin: 12px 0 clamp(28px, 4vw, 56px);
  border-radius: 190px 190px 20px 20px;
  overflow: hidden;
  background: linear-gradient(168deg, var(--flame) 12%, var(--ember));
  box-shadow: 0 26px 50px -26px rgba(250, 66, 0, .8);
}
.hero-shot img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 112%;
  height: auto;
  max-width: none;
}

/* ---------- faixa de números ---------- */
.proof {
  background: var(--ink);
  color: #fff;
  padding: clamp(28px, 4vw, 40px) 0;
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 20px;
}
.proof-item strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2rem, 4.4vw, 3rem);
  line-height: 1;
  color: var(--flame);
}
.proof-item span {
  display: block;
  margin-top: 6px;
  font-size: 0.82rem;
  line-height: 1.35;
  color: #C9C2BA;
}

/* ---------- seções escuras ---------- */
.dark {
  background: var(--ink);
  color: #EDE8E2;
}
.dark h2, .dark h3 { color: #fff; }
.dark .lede { color: #B4ABA2; }
.dark .cmd { color: #8E857C; }

/* ---------- seção areia ---------- */
.sand { background: var(--sand); }

/* ---------- cards genéricos ---------- */
.grid { display: grid; gap: 18px; }
.grid-2 { grid-template-columns: 1fr; }
.grid-3 { grid-template-columns: 1fr; }

.card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 14px;
  padding: 26px 24px;
}
.card h3 { margin-bottom: 10px; }
.card p { color: var(--ink-60); font-size: 0.95rem; }
.dark .card {
  background: #17110A;
  border-color: #2C2117;
}
.dark .card p { color: #A79E95; }
.sand .card { background: var(--paper); }

.card-hi {
  border-color: var(--flame);
  box-shadow: 0 18px 40px -22px rgba(250, 66, 0, .55);
}

/* ---------- 3 formas de usar IA ---------- */
.ways { display: grid; gap: 16px; grid-template-columns: 1fr; }
.way {
  border: 1px solid var(--rule);
  border-radius: 14px;
  padding: 24px 22px;
  background: var(--paper);
}
.way-head {
  font-family: var(--font-label);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.way ul { list-style: none; display: grid; gap: 9px; }
.way li {
  font-size: 0.92rem;
  color: var(--ink-60);
  padding-left: 22px;
  position: relative;
}
.way li::before {
  content: '+';
  position: absolute;
  left: 0;
  color: var(--flame);
  font-weight: 700;
}
.way li.no { color: #9A928A; }
.way li.no::before { content: '\2212'; color: #C6BEB5; }
.way-win {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}
.way-win .way-head { color: var(--flame); }
.way-win li { color: #CFC8C0; }

/* ---------- árvore de pastas ---------- */
.tree {
  font-family: var(--font-mono);
  font-size: clamp(0.64rem, 1.25vw, 0.8rem);
  line-height: 1.9;
  background: #120C05;
  color: #CFC8C0;
  border: 1px solid #2C2117;
  border-radius: 14px;
  padding: 24px 20px;
  overflow-x: auto;
  white-space: pre;
  tab-size: 2;
}
.tree .d { color: var(--flame); }
.tree .c { color: #7C736A; }

/* ---------- escada MAPA ---------- */
.stair { display: grid; gap: 12px; }
.step {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: start;
  gap: 18px;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-left: 4px solid var(--flame);
  border-radius: 12px;
  padding: 22px 22px 22px 18px;
}
.step-l {
  font-family: var(--font-display);
  font-size: 2.6rem;
  line-height: .8;
  color: var(--flame);
}
.step-n {
  font-family: var(--font-label);
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  color: #A79E95;
  display: block;
  margin-top: 8px;
}
.step h3 { margin-bottom: 8px; }
.step p { color: var(--ink-60); font-size: 0.95rem; }
.step-out {
  display: inline-block;
  margin-top: 12px;
  font-size: 0.82rem;
  color: var(--ink);
  background: #FFEDE4;
  border-radius: 999px;
  padding: 5px 14px;
}

/* ---------- setores ---------- */
.sectors { display: grid; gap: 14px; grid-template-columns: 1fr; }
.sector {
  border: 1px solid var(--rule);
  border-radius: 14px;
  padding: 22px;
  background: var(--paper);
  transition: transform .25s var(--ease-out), border-color .25s var(--ease-out);
}
.sector:hover { transform: translateY(-4px); border-color: var(--flame); }
.sector h3 { font-size: 1.05rem; margin-bottom: 12px; }
.sector ul { list-style: none; display: grid; gap: 7px; }
.sector li {
  font-size: 0.89rem;
  color: var(--ink-60);
  padding-left: 16px;
  position: relative;
}
.sector li::before {
  content: '';
  position: absolute;
  left: 0; top: 9px;
  width: 6px; height: 6px;
  background: var(--flame);
  border-radius: 2px;
}

/* ---------- régua Claude x n8n ---------- */
.rule-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.rule-table td {
  padding: 15px 12px;
  border-bottom: 1px solid #2C2117;
  color: #CFC8C0;
  vertical-align: middle;
}
.rule-table tr:last-child td { border-bottom: 0; }
.rule-table td:last-child {
  text-align: right;
  white-space: nowrap;
  font-family: var(--font-label);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--flame);
}

/* ---------- semana ---------- */
.week { display: grid; gap: 10px; }
.day {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 16px 18px;
}
.day-n {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--flame);
  line-height: 1;
}
.day-n small {
  display: block;
  font-family: var(--font-label);
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  color: #A79E95;
  margin-bottom: 3px;
}
.day p { font-size: 0.93rem; color: var(--ink-60); }
.day p b { color: var(--ink); font-weight: 700; }

/* ---------- mentor ---------- */
.mentor {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 18px;
  padding: clamp(24px, 4vw, 40px);
}
.mentor img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
  aspect-ratio: 4 / 5;
}
.mentor-name { margin: 6px 0 16px; }
.mentor p { color: var(--ink-60); margin-bottom: 12px; font-size: 0.97rem; }
.mentor-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--rule);
  list-style: none;
}
.mentor-stats strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--flame);
}
.mentor-stats span { font-size: 0.82rem; color: var(--ink-60); }

/* ---------- oferta ---------- */
.offer {
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: 20px;
  padding: clamp(26px, 4vw, 44px);
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.offer-list {
  list-style: none;
  display: grid;
  gap: 11px;
  text-align: left;
  margin: 26px 0;
}
.offer-list li {
  position: relative;
  padding-left: 30px;
  font-size: 0.95rem;
  color: var(--ink-60);
}
.offer-list li b { color: var(--ink); }
.offer-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 6px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--flame);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 6L9 17l-5-5' fill='none' stroke='black' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/13px no-repeat, linear-gradient(#000, #000);
  -webkit-mask-composite: destination-out;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 6L9 17l-5-5' fill='none' stroke='black' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/13px no-repeat, linear-gradient(#000, #000);
  mask-composite: exclude;
}
.offer-pro {
  border: 1px dashed var(--flame);
  border-radius: 12px;
  background: #FFF3EC;
  padding: 16px 18px;
  font-size: 0.92rem;
  text-align: left;
  margin-bottom: 22px;
}
.offer-pro b { color: var(--flame); }
.price-from {
  font-size: 0.95rem;
  color: #9A928A;
  text-decoration: line-through;
}
.price-main {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  line-height: 1;
  margin: 6px 0 4px;
}
.price-cash { font-size: 0.98rem; color: var(--ink-60); margin-bottom: 26px; }
.offer .cta { width: 100%; max-width: 460px; }
.offer-safe {
  margin-top: 18px;
  font-size: 0.84rem;
  color: var(--ink-60);
}

/* ---------- garantia ---------- */
.warranty {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
  background: var(--ink);
  color: #EDE8E2;
  border-radius: 18px;
  padding: clamp(26px, 4vw, 40px);
}
.warranty-seal {
  font-family: var(--font-display);
  font-size: clamp(3rem, 9vw, 4.6rem);
  line-height: .85;
  color: var(--flame);
  text-align: center;
}
.warranty-seal small {
  display: block;
  font-family: var(--font-label);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  color: #EDE8E2;
  margin-top: 8px;
}
.warranty p { color: #B4ABA2; font-size: 0.97rem; }
.warranty h3 { margin-bottom: 10px; }

/* ---------- FAQ ---------- */
.faq-list { display: grid; gap: 10px; max-width: 820px; margin: 0 auto; }
.faq-item {
  border: 1px solid var(--rule);
  border-radius: 12px;
  background: var(--paper);
  padding: 4px 20px;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 0;
  font-weight: 700;
  font-size: 0.98rem;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .plus {
  color: var(--flame);
  font-family: var(--font-display);
  font-size: 1.4rem;
  line-height: 1;
  flex: none;
  transition: transform .25s var(--ease-out);
}
.faq-item[open] summary .plus { transform: rotate(45deg); }
.faq-item .ans {
  padding: 0 0 18px;
  color: var(--ink-60);
  font-size: 0.94rem;
}

/* ---------- fechamento ---------- */
.close-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 34px 0;
}
.close-col {
  border: 1px solid #2C2117;
  border-radius: 14px;
  padding: 24px;
}
.close-col h3 { font-size: 1.1rem; margin-bottom: 14px; }
.close-col ul { list-style: none; display: grid; gap: 10px; }
.close-col li { font-size: 0.93rem; color: #A79E95; padding-left: 20px; position: relative; }
.close-col li::before { content: '\2192'; position: absolute; left: 0; color: #5C544B; }
.close-now { border-color: var(--flame); background: rgba(250, 66, 0, .07); }
.close-now h3 { color: var(--flame); }
.close-now li { color: #EDE8E2; }
.close-now li::before { color: var(--flame); }

/* ---------- sticky mobile ---------- */
.sticky-cta {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 90;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--rule);
}
.sticky-cta .cta { width: 100%; padding: 15px 20px; }

/* ---------- breakpoints ---------- */
@media (min-width: 620px) {
  .proof-grid { grid-template-columns: repeat(4, 1fr); }
  .grid-2 { grid-template-columns: repeat(2, 1fr); }
  .sectors { grid-template-columns: repeat(2, 1fr); }
  .warranty { grid-template-columns: 180px 1fr; gap: 32px; }
  .close-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 900px) {
  .hero .wrap {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    gap: 24px;
  }
  .hero .wrap { min-height: min(76vh, 700px); }
  .hero-copy { padding-bottom: clamp(48px, 5vw, 76px); padding-top: 8px; }
  .hero-shot { width: min(360px, 100%); justify-self: end; }
  .ways { grid-template-columns: repeat(3, 1fr); }
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .sectors { grid-template-columns: repeat(3, 1fr); }
  .mentor { grid-template-columns: 300px 1fr; gap: 40px; }
  .step { grid-template-columns: 76px 1fr; }
  .step-l { font-size: 3.6rem; }
  .stair .step:nth-child(2) { margin-left: 26px; }
  .stair .step:nth-child(3) { margin-left: 52px; }
  .stair .step:nth-child(4) { margin-left: 78px; }
}

@media (max-width: 899px) {
  .sticky-cta { display: block; }
  body { padding-bottom: 76px; }
}

@media (max-width: 620px) {
  .hero .lede { font-size: 1rem; }
  .hero-copy { padding-bottom: 26px; }
  .cta { padding: 16px 26px; font-size: 0.9rem; width: 100%; }
  .cta small { font-size: 0.78rem; }
  .cta-line { gap: 14px; }
  .cta-note { max-width: none; }
  .sticky-cta { padding: 8px 12px calc(8px + env(safe-area-inset-bottom)); }
  .sticky-cta .cta { padding: 12px 16px; font-size: 0.82rem; }
  .sticky-cta .cta small { font-size: 0.72rem; }
  .hero-shot { width: min(260px, 72%); margin-bottom: 0; }
  .mentor img { aspect-ratio: 3 / 2; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; }
  .cta:hover, .sector:hover { transform: none; }
}

/* ============================================================
   PLAS Academy PRO — blocos por área (Marketing / Vendas / Entrega)
   ============================================================ */
.area { margin-top: 44px; }
.area:first-of-type { margin-top: 34px; }
.area-head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  border-bottom: 2px solid var(--ink);
  padding-bottom: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.area-head h3 {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: clamp(1.6rem, 4.4vw, 2.3rem);
  line-height: 1;
  letter-spacing: .01em;
}
.area-head h3 span { color: var(--flame); }
.area-head p {
  font-size: 0.9rem;
  color: var(--ink-60);
  max-width: 430px;
}
@media (min-width: 760px) {
  .area-head p { margin-left: auto; text-align: right; }
}
.sector-promise {
  font-size: 0.92rem;
  color: var(--ink);
  font-weight: 600;
  line-height: 1.45;
  margin: -4px 0 12px;
}
.sector-tag {
  display: inline-block;
  font-family: var(--font-label);
  font-size: 0.62rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--flame);
  border: 1px solid rgba(250, 66, 0, .35);
  border-radius: 999px;
  padding: 3px 9px;
  margin-bottom: 10px;
}
.price-note {
  font-size: 0.88rem;
  color: var(--ink-60);
  margin: 0 0 22px;
}
.price-year {
  display: inline-block;
  font-family: var(--font-label);
  font-size: 0.7rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #0D0900;
  background: var(--flame);
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}
