/* Identidade visual Molde F1 — assets locais para uma entrega portátil. */
.hero-image {
  background-image: url('assets/kv-molde-f1-elaine.webp');
  filter: saturate(.7) contrast(1.08);
}

.hero-shade {
  background: linear-gradient(90deg, #020202 2%, rgba(2,2,2,.91) 34%, rgba(2,2,2,.30) 78%, #020202 100%), linear-gradient(0deg, #020202 0%, transparent 32%);
}

.molde-logo {
  width: 280px;
  height: 90px;
  margin-bottom: 18px;
  background: url('assets/logo-molde-f1-transparent.webp') center / contain no-repeat;
}

.brand strong { font-size: 24px; }
.brand small { color: var(--offwhite); font-size: 8px; letter-spacing: .16em; }

.portrait {
  background-image: url('assets/elaine-miranda.webp');
  background-position: center 54%;
}

.hero-preheadline {
  margin: 0 0 8px;
  color: var(--offwhite);
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.045em;
}

.hero h1 {
  max-width: 600px;
  font-size: clamp(36px, 4.25vw, 54px);
  line-height: 1.04;
}

.price-anchor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: min(100%, 476px);
  min-width: 0;
  gap: 24px;
  margin: 31px 0 17px;
  padding: 15px 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(2,2,2,.72);
  box-shadow: 0 9px 35px rgba(0,0,0,.25);
}

.price-anchor span,
.price-anchor b {
  display: inline-block;
  min-height: 0;
  padding: 0;
  background: transparent;
  letter-spacing: normal;
  white-space: nowrap;
}

.price-anchor span { color: var(--gray); font-size: 32px; font-weight: 700; }
.price-anchor del { color: #9e4d58; }
.price-anchor b { color: var(--gold1); font-size: 32px; font-weight: 700; line-height: 1.05; }

.hero {
  align-items: start;
}

.hero-content {
  padding-top: 54px;
  padding-bottom: 55px;
}

.hero .cta {
  width: min(100%, 476px);
  color: #fff;
  font-size: 16px;
  letter-spacing: .02em;
}

.hero-progress {
  width: min(100%, 476px);
  margin-top: 20px;
  text-align: center;
}

.hero-progress .progress {
  width: 100%;
  max-width: none;
  margin: 0 auto 8px;
}

.hero-progress p {
  margin: 0;
  color: var(--offwhite);
  font-size: 11px;
  font-weight: 700;
}

@media (max-width: 440px) {
  .price-anchor { min-width: 0; gap: 14px; padding: 12px 14px; }
  .price-anchor span,
  .price-anchor b { min-height: 0; padding: 0; font-size: 20px; }

  .hero-content { padding-top: 34px; padding-bottom: 48px; }
  .hero .cta,
  .hero-progress { width: 100%; }
  .hero .cta { font-size: 14px; }
}

.cta {
  background: linear-gradient(105deg, #7ecb5a, #43a047 52%, #256d32);
  box-shadow: 0 9px 26px rgba(67,160,71,.2);
}

.cta:hover {
  box-shadow: 0 14px 34px rgba(126,203,90,.3);
}



.proof-images {
  align-items: start;
}

.proof-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #111;
}

.proof-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.copy p strong {
  color: var(--offwhite);
  font-weight: 800;
}

.workshop-intro {
  background: radial-gradient(circle at 88% 48%, rgba(186,159,105,.09), transparent 32%);
}

.workshop-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  gap: clamp(36px, 7vw, 105px);
  align-items: center;
}

.workshop-intro h2 { max-width: 620px; }

.workshop-lead,
.workshop-emphasis {
  max-width: 600px;
  color: var(--gray);
  font-size: 17px;
  line-height: 1.6;
}

.workshop-pains {
  display: grid;
  gap: 13px;
  margin: 25px 0 20px;
  padding: 0;
  list-style: none;
}

.workshop-pains li {
  color: var(--offwhite);
  font-size: 17px;
  font-weight: 600;
}

.workshop-pains li:before {
  content: "✦";
  margin-right: 11px;
  color: var(--gold1);
}

.workshop-emphasis {
  color: var(--gold1);
  font-style: italic;
  font-weight: 700;
}

.workshop-solution {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(33,29,21,.9), rgba(5,5,5,.96));
  box-shadow: 0 16px 42px rgba(0,0,0,.2);
}

.workshop-solution span {
  display: block;
  color: var(--gold1);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em;
  line-height: 1.4;
}

.workshop-solution p {
  margin: 20px 0 0;
  color: var(--offwhite);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.55;
}

.price-question {
  display: inline-block;
  margin: 0 0 18px;
  padding: 10px 17px;
  border: 1px solid rgba(230,202,138,.62);
  border-radius: 999px;
  background: linear-gradient(105deg, rgba(230,202,138,.18), rgba(107,84,48,.18));
  color: var(--gold1);
  font-size: clamp(14px, 1.7vw, 18px);
  font-weight: 900;
  letter-spacing: .06em;
}

.practical-immersion {
  overflow: hidden;
  border-top-color: rgba(230,202,138,.4);
  background:
    radial-gradient(circle at 5% 0%, rgba(230,202,138,.16), transparent 26%),
    linear-gradient(110deg, #3b301f 0%, #554226 54%, #342b20 100%);
}

.immersion-grid {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: clamp(32px, 5vw, 82px);
  align-items: center;
}

.immersion-image {
  margin: 0;
  min-height: 485px;
  overflow: hidden;
  border: 1px solid rgba(230,202,138,.68);
  border-radius: 42px 10px 42px 10px;
  box-shadow: 0 20px 40px rgba(30,0,10,.3);
}

.immersion-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 485px;
  object-fit: cover;
  object-position: center;
}

.immersion-content h2 {
  max-width: 760px;
  color: var(--cream);
}

.immersion-content h2 em,
.immersion-card strong { color: var(--gold1); }

.immersion-card {
  margin-top: 32px;
  padding: clamp(26px, 3vw, 42px);
  border: 1px solid rgba(230,202,138,.62);
  border-radius: 8px;
  background: rgba(16,4,9,.42);
  box-shadow: 0 16px 35px rgba(41,2,16,.2);
}

.immersion-card p {
  max-width: 680px;
  color: var(--offwhite);
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.55;
}

.immersion-card p:last-child {
  margin-bottom: 0;
  color: #f4decd;
  font-size: 16px;
}

/* Checkout inspirado na estrutura de conversão da referência. */
#oferta {
  padding-top: 86px;
  background: radial-gradient(circle at 50% 25%, rgba(186,159,105,.07), transparent 32%);
}

#oferta .offer-wrap {
  width: min(calc(100% - 32px), 456px);
  max-width: 456px;
}

#oferta .offer-card {
  min-height: 0;
  aspect-ratio: auto;
  width: 100%;
  padding: 54px 28px 40px;
  border: 3px solid #555;
  border-radius: 48px;
  background: #1a1a1a;
  box-shadow: 0 14px 0 rgba(255,255,255,.10), 0 24px 48px rgba(0,0,0,.42);
}

#oferta .offer-card > .eyebrow {
  color: var(--offwhite);
  font-size: 9px;
}

#oferta .offer-card h2 {
  margin: 13px 0 24px;
  color: #fff;
  font-size: clamp(26px, 4vw, 34px);
  line-height: 1.04;
}

#oferta .offer-card h2 em { color: #fff; }

#oferta .offer-card ul {
  width: min(100%, 400px);
  margin: 0 auto 26px;
}

#oferta .offer-card li {
  font-size: 13px;
  text-align: left;
}

#oferta .offer-price {
  width: min(100%, 400px);
  gap: 3px;
  margin: 8px 0 20px;
  margin-right: auto;
  margin-left: auto;
}

#oferta .offer-price span { color: #eee; }
#oferta .offer-price del { color: #ff4d4d; }

#oferta .offer-price strong {
  color: #4caf50;
  font-size: clamp(42px, 8vw, 57px);
  line-height: .98;
}

#oferta .offer-price strong small {
  display: inline-block;
  margin-top: 7px;
  color: #fff;
  font-size: 15px;
  letter-spacing: -.02em;
}

#oferta .guarantee {
  display: grid;
  width: min(100%, 400px);
  gap: 9px;
  margin: 0 auto 22px;
  color: #a4a4a4;
  font-size: 11px;
}

#oferta .guarantee span {
  display: block;
  padding: 10px 12px;
  background: #151515;
}

#oferta .progress {
  width: min(100%, 400px);
  max-width: 400px;
  height: 15px;
  background: #333;
}

#oferta .progress div { background: linear-gradient(90deg, #7a5d24, #e6ca8a); }
#oferta .spots { color: #eee; font-size: 10px; }

#oferta .cta {
  width: min(100%, 400px);
  display: flex;
  margin: 0 auto 26px;
  border-radius: 4px;
  background: linear-gradient(105deg, #218f40, #45b85a 55%, #70ca6e);
  color: #fff;
}



#oferta .scarcity {
  top: -28px;
  right: -42px;
  width: 108px;
  height: 108px;
  background: linear-gradient(145deg, #a50820, #670414);
  border: 1px solid rgba(255,255,255,.75);
  box-shadow: 0 0 0 13px rgba(255,255,255,.08), 0 8px 20px rgba(0,0,0,.35);
}

.satisfaction {
  background: radial-gradient(circle at 8% 50%, rgba(230,202,138,.11), transparent 28%);
}

.satisfaction-card {
  display: grid;
  grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr);
  gap: clamp(42px, 6vw, 84px);
  align-items: center;
  max-width: 1040px;
  margin-inline: auto;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: linear-gradient(120deg, rgba(37,31,21,.86), rgba(7,7,7,.92));
}

.guarantee-badge {
  margin: 0;
  display: grid;
  place-items: center;
}

.guarantee-badge img {
  display: block;
  width: min(100%, 255px);
  height: auto;
  mix-blend-mode: screen;
  filter: drop-shadow(0 14px 24px rgba(0,0,0,.32));
}





.satisfaction-card h2 { margin-top: 10px; }

.satisfaction-card p {
  max-width: 650px;
  color: var(--gray);
  font-size: 16px;
  line-height: 1.65;
}

.satisfaction-card strong { color: var(--offwhite); }
.satisfaction-card p em { color: var(--gold1); font-style: normal; font-weight: 800; }

.satisfaction-card .satisfaction-close {
  margin: 23px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--offwhite);
  font-weight: 700;
}

@media (max-width: 520px) {
  #oferta .offer-wrap { max-width: 460px; }
  #oferta .offer-card { min-height: 0; aspect-ratio: auto; padding: 43px 23px 30px; border-radius: 31px; }
  #oferta .scarcity { right: -9px; width: 94px; height: 94px; }
}

@media (max-width: 680px) {
  .satisfaction-card { grid-template-columns: 1fr; gap: 28px; }
  .guarantee-badge { order: 2; }
  .guarantee-badge img { width: min(100%, 210px); }
  
  .workshop-intro-grid { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  .hero-image { background-position: 63% center; }
  .molde-logo { width: 260px; transform-origin: left center; transform: scale(.88); margin-bottom: 6px; }
  .hero h1 { max-width: 520px; }
  .immersion-grid { grid-template-columns: 1fr; }
  .immersion-image, .immersion-image img { min-height: 390px; }
}

/* Compatibilidade WordPress: neutraliza o container e as cores globais do tema. */
html body {
  background: var(--black) !important;
  color: var(--cream) !important;
}

html body main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

html body main > .section,
html body main > .ticker,
html body main > footer {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

html body main .container {
  width: min(1120px, calc(100% - 48px)) !important;
  max-width: 1120px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

html body main > .section:not(.hero) {
  padding-block: 104px !important;
}

html body main .hero {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}

html body main .hero .hero-content {
  width: min(1120px, calc(100% - 48px)) !important;
  max-width: 1120px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Impede a tipografia do tema de deixar títulos e textos de destaque em cinza. */
html body main h1,
html body main h2,
html body main h3,
html body main .hero-preheadline,
html body main .workshop-pains li,
html body main .copy p,
html body main .immersion-card p,
html body main .satisfaction-card .satisfaction-close,
html body main .offer-card li,
html body main .faq summary {
  color: var(--cream) !important;
}

html body main em,
html body main h1 em,
html body main h2 em,
html body main .workshop-emphasis,
html body main .price-question {
  color: var(--gold1) !important;
}

html body main .lead,
html body main .section-intro,
html body main .workshop-lead,
html body main .workshop-emphasis,
html body main .satisfaction-card p,
html body main .objection p,
html body main .authority p {
  color: var(--gray) !important;
}

html body main .workshop-emphasis { color: var(--gold1) !important; }

/* A moldura da oferta acompanha o conteúdo, inclusive no WordPress. */
html body main #oferta .offer-wrap {
  width: min(calc(100% - 32px), 456px) !important;
  max-width: 456px !important;
}

html body main #oferta .offer-card {
  width: 100% !important;
  padding-right: 28px !important;
  padding-left: 28px !important;
}

@media (max-width: 780px) {
  html body main .container,
  html body main .hero .hero-content {
    width: min(calc(100% - 32px), 1120px) !important;
  }

  html body main > .section:not(.hero) {
    padding-block: 76px !important;
  }
}
