:root {
  --color-bg: #101012;
  --color-section: #faf8f4;
  --color-primary: #f89b42;
  --color-primary-dark: #e88113;
  --color-secondary: #f44242;
  --color-accent: #fff7e0;
  --color-dark: #191a1b;
  --color-light: #fff;
  --color-title: #232526;
  --shadow-card: 0 8px 36px #0001;
  --font-main: 'Montserrat', Arial, sans-serif;
  --color-cta: linear-gradient(90deg,#f89b42 0%,#f44242 100%);
}

html, body {
  margin: 0; padding: 0;
  background: var(--color-bg);
  color: #232526;
  font-family: var(--font-main);
  font-size: 18px;
  scroll-behavior: smooth;
}
a { color: inherit; text-decoration: none; }
ul { margin: 0 0 1.5em 1.2em; }
li { margin-bottom: 0.45em; }

.container {
  max-width: 950px;
  margin: 0 auto;
  padding: 32px 14px;
}
.center { text-align: center; }

header {
  background: linear-gradient(180deg, #191a1b 60%, var(--color-section) 120%);
  color: var(--color-light);
  padding-bottom: 0;
  min-height: 520px;
  box-shadow: 0 6px 32px #1113;
  border-radius: 0 0 36px 36px;
}
.logo {
  width: 70px;
  margin: 38px 0 0 0;
}
header h1 {
  font-size: 2.5em;
  line-height: 1.12;
  font-weight: 800;
  margin-top: 16px;
  margin-bottom: 14px;
  color: var(--color-light);
  letter-spacing: -1.5px;
  text-shadow: 0 3px 14px #191a1b70;
}
header .subtitle {
  color: #ffe8b0;
  font-size: 1.19em;
  font-weight: 500;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
}
.video-wrapper {
  margin: 36px auto 0 auto;
  max-width: 560px;
  aspect-ratio: 16/9;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.video-wrapper iframe {
  width: 100%; height: 100%;
  border: none;
  background: #000;
}
.cta, .cta-hero, .cta-grande {
  display: inline-block;
  padding: 18px 36px;
  background: var(--color-cta);
  color: #fff;
  border-radius: 16px;
  font-weight: 800;
  font-size: 1.22em;
  margin-top: 30px;
  margin-bottom: 10px;
  box-shadow: 0 4px 24px #f4424244;
  transition: background .15s, transform .15s, box-shadow .1s;
  letter-spacing: -.1px;
  text-shadow: 0 1px 10px #0003;
  border: none;
  cursor: pointer;
  outline: none;
}
.cta-hero { font-size: 1.28em; margin-bottom: 0;}
.cta-grande { font-size:1.38em; padding: 28px 44px;}
.cta:hover, .cta-hero:hover, .cta-grande:hover {
  background: linear-gradient(90deg, #c37c2c 0%, #f44242 100%);
  transform: scale(1.045);
  box-shadow: 0 8px 40px #fa983850;
}

.gatilhos {
  background: var(--color-section);
  padding: 64px 0 38px 0;
  border-bottom: 2px solid #eee;
}
.gatilhos h2 {
  text-align: center;
  font-size: 2em;
  font-weight: 800;
  margin-bottom: 28px;
  color: var(--color-title);
  letter-spacing: -.6px;
}
.gatilhos-list {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.gatilho {
  flex: 1 1 205px;
  background: #fff;
  border-radius: 20px;
  padding: 32px 22px;
  box-shadow: 0 4px 24px #e6e2da2b;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.13s, box-shadow .13s;
}
.gatilho:hover {
  transform: translateY(-10px) scale(1.045);
  box-shadow: 0 8px 36px #f4424242;
}
.gatilho img { width: 48px; margin-bottom: 14px; }
.gatilho h3 { margin: 13px 0 9px 0; font-size:1.13em; color: #f89b42;}
.gatilho p { font-size: 1.04em; color: #242423; text-align: center; font-weight: 500;}

.codigo {
  background: #23242a;
  color: var(--color-light);
  padding: 58px 0 34px 0;
  text-align: center;
}
.codigo h2 {
  font-size: 2.07em;
  font-weight: 800;
  letter-spacing: -.5px;
  margin-bottom: 32px;
  color: var(--color-light);
}
.codigo blockquote {
  background: #191a1b;
  color: #fff6de;
  margin: 32px auto;
  padding: 26px 36px;
  border-radius: 15px;
  max-width: 680px;
  font-size: 1.18em;
  font-style: italic;
  box-shadow: 0 1px 18px #0007;
  border-left: 8px solid #f89b42;
}

.transformacao {
  background: var(--color-section);
  padding: 68px 0 46px 0;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
  justify-content: space-between;
}
.transformacao .texto { flex: 1 1 410px; }
.transformacao .imagem { flex: 1 1 300px; text-align: center;}
.transformacao h2 {
  font-size: 2em;
  font-weight: 800;
  color: #191a1b;
  margin-bottom: 15px;
}
.transformacao ul { margin: 28px 0 10px 18px; padding: 0;}
.transformacao li { margin-bottom: 10px; font-size: 1.09em; }
.prova-social {
  font-size: 1.04em;
  color: #059669;
  background: #e0fbee;
  border-radius: 12px;
  padding: 8px 19px;
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 600;
  letter-spacing: -.15px;
}
.urgencia {
  color: #f44242;
  background: #fff6ee;
  border-radius: 12px;
  padding: 8px 20px;
  display: inline-block;
  font-size: 1.02em;
  margin-top: 11px;
  font-weight: 700;
}

.transformacao .imagem img {
  width: 100%;
  max-width: 330px;
  border-radius: 18px;
  box-shadow: 0 8px 30px #e7a94c37;
}

.prova {
  padding: 64px 0 38px 0;
  background: #fff7e0;
}
.prova h2 {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #d48919;
  letter-spacing: -.2px;
}
.depoimentos {
  display: flex;
  gap: 26px;
  justify-content: center;
  flex-wrap: wrap;
}
.depoimento {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 5px 28px #e6e2da32;
  padding: 24px 22px;
  flex: 1 1 265px;
  min-width: 220px;
  max-width: 340px;
  margin-bottom: 18px;
  font-size: 1.05em;
  color: #262525;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 6px solid #f89b42;
}
.depoimento span {
  margin-top: 12px;
  font-size: 0.99em;
  font-style: italic;
  color: #f89b42;
}

.cta-final {
  padding: 74px 0 44px 0;
  text-align: center;
  background: linear-gradient(90deg, #f89b42 0%, #f44242 100%);
  box-shadow: 0 2px 20px #f89b4288;
  border-radius: 34px;
}
.cta-final h2 {
  font-size: 2.13em;
  font-weight: 800;
  color: #fff;
  margin-bottom: 18px;
}
.cta-final .cta-grande {
  font-size: 1.32em;
  margin-top: 34px;
  margin-bottom: 12px;
}

footer {
  background: #191a1b;
  color: #aaa;
  padding: 28px 0 18px 0;
  font-size: 1.04em;
  text-align: center;
  border-radius: 32px 32px 0 0;
  margin-top: 0;
}

@media (max-width: 900px) {
  .container { max-width: 97vw;}
  .gatilhos-list, .flex, .depoimentos { flex-direction: column;}
  .transformacao .imagem, .liberacao .imagem {margin-top: 22px;}
  header h1 { font-size: 1.35em;}
}
@media (max-width: 600px) {
  html, body { font-size: 16px;}
  .container { padding: 13px 2vw;}
  .gatilhos {padding: 34px 0 12px 0;}
  .codigo {padding: 19px 0;}
  .transformacao {padding: 24px 0;}
  .prova {padding: 22px 0;}
  .cta-final {padding: 19px 0;}
  .logo {width:48px;}
  .gatilho {padding: 17px 9px;}
}

.cta-fixo-mobile {
  display: none;
}
@media (max-width: 700px) {
  .cta-fixo-mobile {
    display: block;
    position: fixed;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 90vw;
    max-width: 390px;
    z-index: 1002;
    background: linear-gradient(90deg, #f44242, #f89b42);
    font-size: 1.15em;
    font-weight: bold;
    text-align: center;
    border-radius: 16px;
    padding: 18px 0;
    box-shadow: 0 4px 28px #f89b4288;
    color: #fff;
    letter-spacing: -.1px;
    text-decoration: none;
    animation: popIn 0.8s cubic-bezier(.5,2,.6,1.1);
  }
}

.para-quem-list {
  list-style: disc;
  margin: 20px 0 24px 32px;
  font-size: 1.08em;
  color: #232526;
  text-align: left;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.para-quem .destaque {
  margin-top: 16px;
  color: #f89b42;
  font-size: 1.17em;
}

.como-funciona .funciona-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: center;
  margin-top: 32px;
}
.como-funciona .funciona-step {
  flex: 1 1 210px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 18px #e7a94c18;
  padding: 26px 14px;
  font-size: 1.06em;
  color: #232526;
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 170px;
}
.como-funciona .funciona-icone {
  background: #f89b42;
  color: #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 12px;
  box-shadow: 0 1px 10px #f4424233;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 36px;
}
.faq-item {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 18px #e7a94c13;
  padding: 24px 18px;
  text-align: left;
  max-width: 700px;
  margin: 0 auto;
}
.faq-item h3 {
  color: #f89b42;
  margin-bottom: 8px;
  font-size: 1.13em;
  font-weight: bold;
}
.faq-item p {
  color: #232526;
  font-size: 1.03em;
}

.diretrizes-legais {
  background: linear-gradient(90deg, #1a1816 0%, #ed9a3f 100%);
  padding: 2.5rem 1rem 2rem 1rem;
  border-radius: 0 0 0 0;
  text-align: center;
  color: #fff;
}

.diretrizes-legais h2 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1.4rem;
  text-align: center;
}

.diretrizes-legais ul {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  list-style: disc inside;
  text-align: left;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.6;
}

.diretrizes-legais li {
  margin-bottom: 1.1em;
}

.diretrizes-legais a {
  color: #ffd580;
  text-decoration: underline;
  transition: color 0.2s;
}
.diretrizes-legais a:hover {
  color: #fff5cc;
  background: #ed9a3f;
  border-radius: 3px;
}

.diretrizes-legais strong {
  color: #ffd580;
}

.aceite {
  color: #d1d5db;
  font-size: 0.98rem;
  margin-top: 1.2rem;
}

.gatilhos {
  background: #faf6ef;
  padding: 2rem 0;
}

.gatilhos .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.gatilhos h2 {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 2.2rem;
  color: #18181b;
  letter-spacing: -0.01em;
}

.gatilhos-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.gatilho {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 2px 16px #0001;
  padding: 2rem 1.2rem 1.4rem 1.2rem;
  width: 265px;
  min-height: 260px;
  text-align: center;
  transition: box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gatilho svg {
  margin-bottom: 0.9rem;
  display: block;
}

.gatilho h3 {
  color: #f59e42;
  font-size: 1.19rem;
  font-weight: 700;
  margin-bottom: 0.45em;
}

.gatilho p {
  color: #18181b;
  font-size: 1.04rem;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .gatilhos-list {
    flex-direction: column;
    align-items: center;
  }
  .gatilho {
    width: 100%;
    max-width: 350px;
  }
}
