/* Landing page. Carregado depois de site.css/common.css. Tudo prefixado com .lp para não afetar as demais páginas. */

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.lp {
  --night: #150f2e;
  --gold: #f7b733;
  --gold-2: #ffd166;
  --ember: #e2603d;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
}
.lp .container { max-width: 1120px; }
.lp h1, .lp h2, .lp h3 { font-family: var(--serif); letter-spacing: -0.012em; line-height: 1.15; margin: 0; }
.lp :where(p, ul, ol) { margin: 0; }
.lp :where(ul, ol) { padding: 0; list-style: none; }
.lp .ico { flex-shrink: 0; }
.lp a:focus-visible, .lp button:focus-visible, .lp summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 8px; }

/* ---------- Botões ---------- */
.lp-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 26px; border-radius: 999px; border: 0;
  font-size: 16px; font-weight: 800; text-decoration: none; cursor: pointer; line-height: 1.2;
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.lp-btn:hover { transform: translateY(-2px); }
.lp-btn-gold { background: linear-gradient(180deg, #ffd166, #f7b733); color: #2a1c14; box-shadow: 0 8px 28px rgba(247, 183, 51, .38), inset 0 1px 0 rgba(255, 255, 255, .55); }
.lp-btn-gold:hover { box-shadow: 0 12px 34px rgba(247, 183, 51, .5), inset 0 1px 0 rgba(255, 255, 255, .55); }
.lp-btn-red { background: var(--primary); color: #fff; box-shadow: 0 8px 22px rgba(192, 57, 43, .3); }
.lp-btn-red:hover { background: var(--primary-dark); }
.lp-btn-lg { padding: 18px 34px; font-size: 17.5px; }
.lp-btn-sm { padding: 9px 18px; font-size: 14px; }
.lp-btn-block { display: flex; width: 100%; }
.lp-link-arrow { display: inline-flex; align-items: center; gap: 6px; color: #fff; font-weight: 700; text-decoration: none; opacity: .9; }
.lp-link-arrow:hover { opacity: 1; text-decoration: underline; }

/* ---------- Navegação ---------- */
.lp-nav { position: absolute; inset: 0 0 auto 0; z-index: 20; padding: 18px 0; }
.lp-nav-row { display: flex; align-items: center; gap: 24px; }
.lp-brand { display: flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; font-weight: 800; font-size: 14.5px; letter-spacing: .3px; }
.lp-logo { width: 36px; height: 36px; border-radius: 10px; }
.lp-nav-links { display: flex; gap: 6px; margin-left: auto; }
.lp-nav-links a { color: rgba(255, 255, 255, .82); text-decoration: none; font-weight: 600; font-size: 14.5px; padding: 8px 12px; border-radius: 999px; }
.lp-nav-links a:hover { color: #fff; background: rgba(255, 255, 255, .12); }
.lp-nav-actions { display: flex; align-items: center; gap: 14px; }
.lp-nav-login { color: #fff; font-weight: 700; font-size: 14.5px; text-decoration: none; opacity: .92; }
.lp-nav-login:hover { text-decoration: underline; }

/* ---------- Hero ---------- */
.lp-hero {
  position: relative; overflow: hidden; color: #fff;
  padding: 132px 0 0;
  background-color: #150f2e;
  /* foto do pôr do sol sobre o Mar da Galileia; o degradê escuro garante contraste do texto sobre o céu */
  background-image:
    linear-gradient(180deg, rgba(21, 15, 46, .78) 0%, rgba(21, 15, 46, .48) 34%, rgba(21, 15, 46, .12) 60%, rgba(21, 15, 46, 0) 72%),
    url("../img/hero.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.lp-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 48px; align-items: center; padding-bottom: clamp(130px, 15vw, 230px); }
.lp-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 999px; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .22); font-size: 13.5px; font-weight: 700; color: var(--gold-2); backdrop-filter: blur(6px); }
.lp-hero h1 { font-size: clamp(2.3rem, 4.6vw, 3.7rem); font-weight: 700; margin: 22px 0 20px; text-wrap: balance; }
.lp-hero h1 em { display: block; font-style: normal; color: var(--gold-2); margin-top: 4px; }
.lp-lead { font-size: clamp(1.05rem, 1.6vw, 1.22rem); line-height: 1.65; color: rgba(255, 255, 255, .9); max-width: 36em; }
.lp-lead strong { color: #fff; }
.lp-cta-row { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 26px; margin: 32px 0 22px; }
.lp-trust { display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 14px; color: rgba(255, 255, 255, .95); text-shadow: 0 1px 10px rgba(21, 15, 46, .55); }
.lp-trust li { display: inline-flex; align-items: center; gap: 6px; }
.lp-trust .ico { color: var(--gold-2); }

.lp-hero-scene { position: absolute; left: 0; bottom: -1px; width: 100%; height: auto; display: block; z-index: 1; pointer-events: none; }

/* Mockup do painel (cores fixas: é uma "foto" do produto, igual em claro/escuro) */
.lp-hero-visual { position: relative; display: flex; justify-content: center; padding: 26px 0 0; }
.lp-device { width: min(350px, 100%); background: #fffaf3; color: #2a1c14; border-radius: 26px; padding: 22px; box-shadow: 0 40px 70px rgba(10, 4, 30, .55), 0 0 0 1px rgba(255, 255, 255, .5) inset; transform: rotate(2.4deg); margin-bottom: -46px; }
.lp-device-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 12.5px; font-weight: 700; color: #7a6355; }
.lp-device-bar { flex: 1; max-width: 130px; height: 6px; background: #f0e1cf; border-radius: 99px; overflow: hidden; }
.lp-device-bar i { display: block; height: 100%; background: #c0392b; border-radius: 99px; }
.lp-device-era { margin: 16px 0 4px; font-size: 11.5px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; color: #c0392b; }
.lp-device h3 { font-size: 1.32rem; color: #2a1c14; }
.lp-device-ref { font-size: 13px; color: #7a6355; margin: 4px 0 12px; }
.lp-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.lp-tag { font-size: 11.5px; font-weight: 700; padding: 4px 10px; border-radius: 999px; }
.lp-tag-red { background: #fbe0da; color: #a8281c; }
.lp-tag-gold { background: #fff2cf; color: #8a6300; }
.lp-device blockquote { margin: 16px 0; padding: 12px 14px; border-left: 3px solid #c0392b; background: #fdece9; border-radius: 0 10px 10px 0; font-family: var(--serif); font-size: 15.5px; line-height: 1.55; color: #2a1c14; }
.lp-device cite { display: block; margin-top: 6px; font: 700 12px/1 system-ui, sans-serif; color: #96281b; font-style: normal; }
.lp-device-btn { display: flex; align-items: center; justify-content: center; gap: 6px; background: #c0392b; color: #fff; font-weight: 800; font-size: 14px; padding: 11px; border-radius: 12px; }
.lp-search-chip { position: absolute; z-index: 3; top: 0; left: -6px; display: flex; align-items: center; gap: 8px; background: #fff; color: #2a1c14; font-size: 13.5px; font-weight: 600; padding: 10px 16px; border-radius: 999px; box-shadow: 0 14px 30px rgba(10, 4, 30, .35); transform: rotate(-3deg); }
.lp-search-chip .ico { color: #c0392b; }
.lp-search-chip b { background: #fff2cf; color: #8a6300; font-size: 11.5px; padding: 3px 9px; border-radius: 99px; }

/* ---------- Números ---------- */
.lp-numbers-wrap { position: relative; z-index: 5; margin-top: -58px; }
.lp-numbers { display: grid; grid-template-columns: repeat(5, 1fr); background: var(--bg-elevated); border: 1px solid var(--border); border-radius: 22px; box-shadow: var(--shadow-lg); padding: 24px 8px; }
.lp-numbers li { text-align: center; padding: 4px 10px; border-left: 1px solid var(--border); }
.lp-numbers li:first-child { border-left: 0; }
.lp-numbers b { display: block; font-family: var(--serif); font-size: clamp(1.9rem, 3.4vw, 2.7rem); line-height: 1.1; color: var(--primary); }
.lp-numbers span { font-size: 13.5px; color: var(--text-muted); font-weight: 600; }

/* ---------- Seções ---------- */
.lp-section { padding: 100px 0; }
.lp-head { text-align: center; max-width: 780px; margin: 0 auto 52px; }
.lp-kicker { font-size: 13px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; color: var(--primary); margin-bottom: 14px !important; }
.lp-kicker-light { color: var(--gold-2); }
.lp-section h2 { font-size: clamp(1.85rem, 3.6vw, 2.8rem); font-weight: 700; text-wrap: balance; }
.lp-sub { margin-top: 16px !important; font-size: 1.1rem; color: var(--text-muted); line-height: 1.65; text-wrap: pretty; }
.lp-sub strong { color: var(--text); }

/* Dor → solução */
.lp-pain { padding-top: 130px; }
.lp-pain-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; }
.lp-pain h2 { margin-bottom: 4px; }
.lp-pains { display: grid; gap: 12px; }
.lp-pains li { background: var(--bg-elevated); border: 1px solid var(--border); border-left: 4px solid var(--primary); border-radius: 14px; padding: 16px 20px; font-family: var(--serif); font-size: 1.12rem; font-style: italic; color: var(--text); box-shadow: var(--shadow-sm); }
.lp-bridge { margin-top: 56px; }
.lp-bridge p { text-align: center; max-width: 820px; margin: 0 auto; padding: 30px 34px; border-radius: 22px; background: var(--primary-light); border: 1px solid var(--border); font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.45rem); line-height: 1.5; color: var(--text); }
.lp-bridge strong { color: var(--primary); }

/* Temas */
.lp-themes { background: var(--bg-elevated); }
.lp-tablist { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 30px; }
.lp-tablist button { display: inline-flex; align-items: center; gap: 8px; padding: 11px 20px; border-radius: 999px; border: 1px solid var(--border); background: var(--bg); color: var(--text-muted); font-size: 15px; font-weight: 700; cursor: pointer; transition: all .15s ease; }
.lp-tablist button:hover { color: var(--text); border-color: var(--primary); }
.lp-tablist button[aria-selected="true"] { background: var(--primary); border-color: var(--primary); color: #fff; box-shadow: 0 8px 20px rgba(192, 57, 43, .3); }
.lp-tabpanel { display: grid; grid-template-columns: 1.05fr 1fr; gap: 36px; align-items: stretch; }
.lp-tabpanel[hidden] { display: none; }
.lp-verse { position: relative; display: flex; flex-direction: column; justify-content: center; border-radius: 26px; padding: 52px 44px 44px; color: #fff; background-color: #150f2e; background-image: linear-gradient(0deg, rgba(21, 15, 46, .74) 0%, rgba(21, 15, 46, .46) 50%, rgba(21, 15, 46, .22) 100%), var(--img, none), linear-gradient(155deg, #150f2e 0%, #3b1a4a 50%, #a8395a 100%); background-size: cover; background-position: center, var(--pos, center), center; box-shadow: var(--shadow-lg); overflow: hidden; }
.lp-verse::after { content: none; }
.lp-quote-mark { position: absolute; top: 4px; left: 26px; font-family: var(--serif); font-size: 8rem; line-height: 1; color: rgba(255, 255, 255, .13); }
.lp-verse-text { position: relative; text-shadow: 0 2px 18px rgba(0, 0, 0, .55); font-family: var(--serif); font-size: clamp(1.4rem, 2.6vw, 1.95rem); line-height: 1.4; font-weight: 600; text-wrap: balance; }
.lp-verse-ref { position: relative; margin-top: 20px !important; font-size: 14px; font-weight: 700; letter-spacing: .3px; color: var(--gold-2); }
.lp-tabinfo { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 14px; }
.lp-tabinfo h3 { font-size: clamp(1.5rem, 2.4vw, 2rem); }
.lp-tabinfo > p { color: var(--text-muted); line-height: 1.65; }
.lp-count { display: inline-block; background: #fff2cf; color: #6b4b00 !important; border-radius: 999px; padding: 6px 14px; font-size: 14px; font-weight: 600; }
.lp-count b { font-weight: 800; }
.lp-daylist { display: grid; gap: 8px; width: 100%; margin-bottom: 6px; }
.lp-daylist li { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 15.5px; padding: 10px 14px; background: var(--bg); border: 1px solid var(--border); border-radius: 12px; }
.lp-daychip { flex-shrink: 0; font-size: 11.5px; font-weight: 800; color: var(--primary); background: var(--primary-light); padding: 3px 9px; border-radius: 99px; }
.lp-alltopics { margin-top: 56px; text-align: center; }
.lp-alltopics > p { font-size: 13px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: var(--text-faint); margin-bottom: 16px; }
.lp-alltopics ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.lp-alltopics li { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: var(--bg); border: 1px solid var(--border); font-size: 14.5px; font-weight: 600; }
.lp-alltopics li .ico { color: var(--primary); }
.lp-alltopics li b { font-size: 12px; background: var(--primary-light); color: var(--primary); padding: 2px 8px; border-radius: 99px; }

/* Evangelhos */
.lp-gospel-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.lp-gospel { --g: #c0392b; background: var(--bg-elevated); border: 1px solid var(--border); border-top: 5px solid var(--g); border-radius: 22px; padding: 28px 24px 24px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 10px; transition: transform .2s ease, box-shadow .2s ease; }
.lp-gospel:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.lp-gospel-mateus { --g: #7b4bb7; }
.lp-gospel-marcos { --g: #e2603d; }
.lp-gospel-lucas { --g: #d6457a; }
.lp-gospel-joao { --g: #2f80d0; }
.lp-gospel-ico { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; color: var(--g); background: var(--bg); border: 1px solid var(--border); }
@supports (background: color-mix(in srgb, red 10%, white)) { .lp-gospel-ico { background: color-mix(in srgb, var(--g) 14%, transparent); border-color: transparent; } }
.lp-gospel h3 { font-size: 1.7rem; }
.lp-gospel-role { font-weight: 800; font-size: 14.5px; color: var(--g); }
.lp-gospel p:not(.lp-gospel-role):not(.lp-gospel-count) { color: var(--text-muted); font-size: 15.5px; line-height: 1.6; }
.lp-gospel-count { margin-top: auto !important; padding-top: 14px; border-top: 1px dashed var(--border); font-size: 14px; color: var(--text-muted); }
.lp-gospel-count b { font-family: var(--serif); font-size: 1.6rem; color: var(--text); margin-right: 4px; }

/* Categorias */
.lp-cats { background: var(--bg-elevated); }
.lp-cat-feature { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 26px; }
.lp-cat { background: var(--bg); border: 1px solid var(--border); border-radius: 20px; padding: 24px; display: flex; flex-direction: column; gap: 10px; }
.lp-cat-top { display: flex; align-items: center; justify-content: space-between; }
.lp-cat-ico { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--primary-light); color: var(--primary); }
.lp-cat-top b { font-size: 12.5px; font-weight: 800; color: #6b4b00; background: #fff2cf; padding: 4px 11px; border-radius: 99px; }
.lp-cat h3 { font-size: 1.25rem; margin-top: 4px; }
.lp-cat p { color: var(--text-muted); font-size: 15px; line-height: 1.6; }
.lp-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.lp-chips li { padding: 8px 16px; border-radius: 999px; border: 1px solid var(--border); background: var(--bg); font-size: 14.5px; font-weight: 600; color: var(--text-muted); }
.lp-chips li b { margin-left: 6px; color: var(--primary); }

/* Como funciona */
.lp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; counter-reset: s; }
.lp-steps li { position: relative; background: var(--bg-elevated); border: 1px solid var(--border); border-radius: 22px; padding: 34px 28px 28px; box-shadow: var(--shadow-sm); }
.lp-step-n { position: absolute; top: -22px; left: 26px; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; font-family: var(--serif); font-weight: 700; font-size: 1.3rem; color: #fff; background: linear-gradient(135deg, var(--ember), var(--primary)); box-shadow: 0 8px 18px rgba(192, 57, 43, .35); }
.lp-steps h3 { font-size: 1.35rem; margin-bottom: 10px; }
.lp-steps p { color: var(--text-muted); font-size: 15.5px; line-height: 1.65; }

/* Jornada */
.lp-journey { background: var(--bg-elevated); }
.lp-timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; position: relative; }
.lp-timeline li { background: var(--bg); border: 1px solid var(--border); border-radius: 18px; padding: 20px 20px 22px; position: relative; }
.lp-timeline li::before { content: ""; position: absolute; left: 20px; top: 0; width: 34px; height: 4px; border-radius: 0 0 4px 4px; background: linear-gradient(90deg, var(--gold), var(--ember)); }
.lp-tl-days { display: block; font-size: 12.5px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; color: var(--primary); margin-bottom: 6px; }
.lp-tl-name { font-family: var(--serif); font-size: 1.2rem; font-weight: 700; line-height: 1.25; }

/* Por dentro de um dia */
.lp-inside-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 60px; align-items: center; }
.lp-inside h2 { margin-bottom: 26px; }
.lp-inside-list { display: grid; gap: 20px; }
.lp-inside-list li { display: flex; gap: 16px; align-items: flex-start; }
.lp-inside-list .ico { color: var(--primary); margin-top: 3px; }
.lp-inside-list b { display: block; font-size: 1.05rem; }
.lp-inside-list span { color: var(--text-muted); font-size: 15.5px; line-height: 1.6; }
.lp-sample { background: var(--bg-elevated); border: 1px solid var(--border); border-radius: 24px; box-shadow: var(--shadow-lg); overflow: hidden; }
.lp-sample-bar { display: flex; justify-content: space-between; align-items: center; padding: 12px 22px; background: linear-gradient(90deg, #2a1445, #5c2a55); color: #fff; font-size: 13px; font-weight: 700; }
.lp-sample-bar span { display: inline-flex; align-items: center; gap: 7px; }
.lp-sample-bar span:last-child { background: rgba(255, 255, 255, .18); padding: 3px 11px; border-radius: 99px; }
.lp-sample-body { padding: 26px 28px 24px; }
.lp-sample-era { font-size: 11.5px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; color: var(--primary); }
.lp-sample h3 { font-size: 1.6rem; margin: 6px 0 4px; }
.lp-sample-ref { font-size: 13.5px; color: var(--text-muted); margin-bottom: 12px !important; }
.lp-sample-desc { margin: 14px 0 !important; color: var(--text-muted); }
.lp-sample-verses { font-family: var(--serif); font-size: 16.5px; line-height: 1.85; padding: 16px 18px; background: var(--bg); border: 1px solid var(--border); border-radius: 14px; }
.lp-sample-verses sup { color: var(--primary); font-weight: 700; font-size: 10px; }
.lp-sample-reflection { position: relative; margin-top: 16px; padding: 14px 16px; border-left: 3px solid var(--primary); background: var(--primary-light); border-radius: 0 12px 12px 0; overflow: hidden; }
.lp-sample-reflection b { font-size: 12px; text-transform: uppercase; letter-spacing: .6px; color: var(--primary); }
.lp-sample-reflection p { margin-top: 6px !important; font-size: 15px; line-height: 1.65; }
.lp-fade { position: absolute; inset: auto 0 0 0; height: 56%; background: linear-gradient(180deg, transparent, var(--primary-light) 85%); }
.lp-sample-more { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 16px; padding: 12px; border-radius: 12px; background: var(--bg); border: 1px dashed var(--primary); color: var(--primary); font-weight: 700; font-size: 14.5px; text-decoration: none; text-align: center; }
.lp-sample-more:hover { background: var(--primary-light); }

/* Para quem / incluído */
.lp-for { padding-top: 40px; }
.lp-for-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.lp-card { background: var(--bg-elevated); border: 1px solid var(--border); border-radius: 24px; padding: 38px 36px; box-shadow: var(--shadow-sm); }
.lp-card h2 { font-size: 1.7rem !important; margin-bottom: 22px; }
.lp-checks { display: grid; gap: 14px; }
.lp-checks li { display: flex; gap: 12px; align-items: flex-start; color: var(--text-muted); font-size: 16px; line-height: 1.55; }
.lp-checks .ico { color: #fff; background: var(--primary); border-radius: 50%; padding: 4px; margin-top: 2px; width: 24px; height: 24px; }

/* Oferta */
.lp-offer { padding-top: 60px; }
.lp-offer-card { max-width: 760px; margin: 0 auto; text-align: center; color: #fff; border-radius: 30px; padding: 60px 48px 44px; background: radial-gradient(120% 80% at 50% 0%, rgba(247, 183, 51, .22), transparent 60%), linear-gradient(155deg, #150f2e 0%, #3b1a4a 55%, #8f2f4f 100%); box-shadow: 0 30px 70px rgba(21, 15, 46, .35); }
.lp-offer-card h2 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.3rem); }
.lp-price { display: flex; align-items: center; justify-content: center; gap: 20px; margin: 30px 0 26px; flex-wrap: wrap; }
.lp-price-num { font-family: var(--serif); font-size: clamp(3.4rem, 8vw, 5.4rem); font-weight: 700; line-height: 1; color: var(--gold-2); }
.lp-price-note { text-align: left; font-size: 15px; color: rgba(255, 255, 255, .85); font-weight: 600; line-height: 1.4; }
.lp-offer-list { display: grid; gap: 10px; max-width: 420px; margin: 0 auto 30px; text-align: left; }
.lp-offer-list li { display: flex; gap: 10px; align-items: center; color: rgba(255, 255, 255, .92); font-size: 16px; }
.lp-offer-list .ico { color: var(--gold-2); }
.lp-pay { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.lp-pay span { display: inline-flex; align-items: center; gap: 7px; padding: 7px 14px; border-radius: 99px; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .2); font-size: 13.5px; font-weight: 700; }
.lp-secure { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 16px !important; font-size: 13px; color: rgba(255, 255, 255, .7); }
.lp-guarantee { max-width: 760px; margin: 26px auto 0; display: flex; gap: 22px; align-items: center; background: var(--bg-elevated); border: 1px solid var(--border); border-radius: 22px; padding: 26px 30px; }
.lp-guarantee .ico { color: var(--primary); width: 52px; height: 52px; }
.lp-guarantee h3 { font-size: 1.35rem; margin-bottom: 6px; }
.lp-guarantee p { color: var(--text-muted); font-size: 15.5px; line-height: 1.6; }

/* FAQ */
.lp-faq { background: var(--bg-elevated); }
.lp-faq-wrap { max-width: 820px; }
.lp-faq-list { display: grid; gap: 12px; }
.lp-faq details { background: var(--bg); border: 1px solid var(--border); border-radius: 16px; padding: 0 22px; transition: border-color .15s ease; }
.lp-faq details[open] { border-color: var(--primary); }
.lp-faq summary { cursor: pointer; list-style: none; padding: 20px 30px 20px 0; font-weight: 700; font-size: 17px; position: relative; }
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 26px; font-weight: 400; color: var(--primary); transition: transform .2s ease; }
.lp-faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.lp-faq details p { padding: 0 0 22px; color: var(--text-muted); line-height: 1.7; font-size: 16px; }

/* CTA final */
.lp-final { position: relative; overflow: hidden; color: #fff; text-align: center; padding: 120px 0 220px; background-color: #150f2e; background-image: linear-gradient(180deg, rgba(21, 15, 46, .74) 0%, rgba(21, 15, 46, .5) 48%, rgba(21, 15, 46, .06) 100%), url("../img/jornada.webp"); background-size: cover; background-position: center 55%; }
.lp-final-inner { position: relative; z-index: 2; max-width: 780px; }
.lp-final-verse { font-family: var(--serif); font-style: italic; font-size: clamp(1.15rem, 2.2vw, 1.5rem); color: var(--gold-2); line-height: 1.5; }
.lp-final-verse span { display: block; margin-top: 6px; font: 700 13px/1 system-ui, sans-serif; letter-spacing: .5px; font-style: normal; opacity: .85; }
.lp-final h2 { font-size: clamp(2.4rem, 6vw, 4rem) !important; margin: 26px 0 16px; }
.lp-final-sub { font-size: 1.15rem; color: rgba(255, 255, 255, .88); margin-bottom: 32px !important; text-wrap: balance; }
.lp-final-note { margin-top: 18px !important; font-size: 13.5px; color: rgba(255, 255, 255, .8); }

.lp-footer { margin-top: 0; }

/* Barra fixa (mobile) */
.lp-sticky { display: none; }

/* ---------- Animações de entrada ---------- */
.js .lp-reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.js .lp-reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .lp-reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- Responsivo ---------- */
@media (max-width: 1024px) {
  .lp-gospel-grid, .lp-cat-feature { grid-template-columns: repeat(2, 1fr); }
  .lp-timeline { grid-template-columns: repeat(2, 1fr); }
  .lp-nav-links { display: none; }
  .lp-nav-actions { margin-left: auto; }
}
@media (max-width: 900px) {
  .lp-hero { padding-top: 110px; }
  .lp-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .lp-hero-visual { padding-top: 34px; }
  .lp-device { transform: rotate(1.5deg); }
  .lp-pain-grid, .lp-tabpanel, .lp-inside-grid, .lp-for-grid { grid-template-columns: 1fr; gap: 30px; }
  .lp-steps { grid-template-columns: 1fr; gap: 40px; }
  .lp-numbers { grid-template-columns: repeat(3, 1fr); row-gap: 16px; }
  .lp-numbers li:nth-child(4) { border-left: 0; }
  .lp-section { padding: 72px 0; }
  .lp-pain { padding-top: 96px; }
  .lp-verse { padding: 46px 28px 34px; }
}
@media (max-width: 640px) {
  .lp { font-size: 16.5px; }
  .lp-brand span { display: none; }
  .lp-nav-login { display: none; }
  .lp-gospel-grid, .lp-cat-feature, .lp-timeline { grid-template-columns: 1fr; }
  .lp-numbers { grid-template-columns: repeat(2, 1fr); }
  .lp-numbers li { border-left: 0 !important; }
  .lp-card { padding: 28px 22px; }
  .lp-offer-card { padding: 44px 22px 32px; border-radius: 24px; }
  .lp-guarantee { flex-direction: column; text-align: center; }
  .lp-price-note { text-align: center; }
  .lp-btn-lg { padding: 16px 22px; font-size: 16.5px; width: 100%; }
  .lp-cta-row { flex-direction: column; align-items: stretch; text-align: center; }
  .lp-link-arrow { justify-content: center; }
  .lp-trust { justify-content: center; }
  .lp-tablist { gap: 8px; }
  .lp-tablist button { padding: 9px 14px; font-size: 14px; }
  .lp-search-chip { left: 0; }
  .lp-footer { padding-bottom: 96px; }

  .lp-sticky { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); background: color-mix(in srgb, var(--bg-elevated) 94%, transparent); backdrop-filter: blur(10px); border-top: 1px solid var(--border); box-shadow: 0 -10px 30px rgba(0, 0, 0, .12); transform: translateY(110%); transition: transform .3s ease; }
  .lp-sticky.show { transform: none; }
  .lp-sticky b { display: block; font-family: var(--serif); font-size: 1.35rem; line-height: 1.1; color: var(--text); }
  .lp-sticky span { font-size: 12px; color: var(--text-muted); }
}

/* Contagem por evangelho: a soma fecha em 100 (leitura principal); "aparece em" é informação secundária */
.lp-gospel-count b { font-size: 1.9rem; }
.lp-gospel-also { display: block; margin-top: 6px; font-size: 12.5px; line-height: 1.45; color: var(--text-faint); }
.lp-gospel-note { max-width: 760px; margin: 30px auto 0; text-align: center; font-size: 15px; line-height: 1.65; color: var(--text-muted); }
.lp-gospel-note strong { color: var(--text); }

/* Legibilidade do texto sobre foto */
.lp-verse-ref { text-shadow: 0 1px 10px rgba(0, 0, 0, .6); }
.lp-final h2, .lp-final-sub, .lp-final-verse, .lp-final-note { text-shadow: 0 2px 16px rgba(10, 5, 30, .65); }

/* Selos de confiança: pílulas translúcidas escuras (a foto do pôr do sol é clara nessa altura) */
.lp-trust { gap: 10px; }
.lp-trust li { background: rgba(21, 15, 46, .58); border: 1px solid rgba(255, 255, 255, .16); padding: 7px 14px; border-radius: 999px; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); text-shadow: none; }
.lp-link-arrow { text-shadow: 0 1px 12px rgba(21, 15, 46, .7); }
