:root {
  --papel: #f3f0e6;
  --papel-2: #e9e5d9;
  --tinta: #171713;
  --tinta-2: #24241e;
  --luce: #f6bd36;
  --coral: #d6533c;
  --verde: #334c3c;
  --nevoa: #69675f;
  --linha: rgba(23, 23, 19, .18);
  --shadow: 0 24px 52px rgba(23, 23, 19, .16);
  --maxw: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--papel); color: var(--tinta); }
body::selection { background: var(--luce); color: var(--tinta); }
.wrap { max-width: var(--maxw); padding-inline: clamp(22px, 4vw, 60px); }

/* Navegação e botões compartilhados */
header.nav {
  position: sticky !important;
  top: 0;
  padding: 0;
  background: rgba(243, 240, 230, .95) !important;
  border-bottom: 1px solid var(--linha);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.nav-inner { height: 82px; }
.logo .traco, header.nav .logo .traco { stroke: var(--tinta) !important; }
header.nav nav a { color: var(--tinta) !important; font-weight: 400; }
header.nav nav a:hover { color: var(--coral) !important; }
header.nav .btn-papel { border-color: var(--tinta); color: var(--tinta); }
.btn { border-radius: 2px; padding: 15px 21px; font-weight: 600; transition: transform .2s ease, background .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-tinta { background: var(--tinta); color: white; }
.btn-tinta:hover { background: var(--coral); }
.btn-line { border-color: var(--tinta); }
.btn-line:hover { background: var(--tinta); color: white; }

/* Nova página inicial */
.luce-home-hero {
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: 52% 48%;
  border-bottom: 1px solid var(--linha);
  overflow: hidden;
}
.luce-hero-copy { padding: clamp(70px, 9vw, 140px) 5vw 64px 7vw; }
.luce-eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 32px; font-size: 10px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.luce-eyebrow span { background: var(--luce); padding: 8px 11px; border-radius: 100px; }
.luce-home-hero h1, .luce-section-head h2, .luce-campaign h2, .luce-faq h2, .luce-final h2 {
  margin: 0;
  font-family: var(--news), Georgia, serif;
  font-weight: 400;
  line-height: .91;
  letter-spacing: -.055em;
}
.luce-home-hero h1 { max-width: 780px; font-size: clamp(58px, 6.2vw, 106px); }
.luce-home-hero h1 em, .luce-section-head h2 em, .luce-bundle h3 em, .luce-final h2 em { color: var(--coral); font-weight: 400; }
.luce-hero-lead { max-width: 580px; margin: 34px 0 0; font-family: var(--news), Georgia, serif; font-size: clamp(18px, 1.5vw, 24px); line-height: 1.45; color: #4d4b42; }
.luce-hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 40px; }
.luce-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-width: 216px; padding: 16px 19px; background: var(--tinta); color: white; font-size: 12px; font-weight: 600; transition: .2s ease; }
.luce-button:hover { transform: translateY(-2px); background: var(--coral); }
.luce-button.sun { background: var(--luce); color: var(--tinta); }
.luce-text-link { padding: 11px 0; border-bottom: 1px solid var(--tinta); font-size: 12px; font-weight: 600; }
.luce-proof { display: flex; align-items: center; gap: 14px; margin-top: 55px; }
.luce-proof-dots { display: flex; }
.luce-proof-dots i { width: 31px; height: 31px; margin-left: -8px; border: 2px solid var(--papel); border-radius: 50%; background: var(--coral); }
.luce-proof-dots i:first-child { margin-left: 0; background: var(--verde); }
.luce-proof-dots i:last-child { background: var(--luce); }
.luce-proof p { margin: 0; font-size: 10px; line-height: 1.5; text-transform: uppercase; letter-spacing: .1em; }
.luce-hero-art { min-height: 680px; position: relative; background: var(--verde); isolation: isolate; }
.luce-hero-art::after { content: "LUZ · CORAGEM · VERDADE · EQUILÍBRIO"; position: absolute; right: 17px; top: 50%; transform: rotate(90deg) translateX(50%); transform-origin: right top; color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .24em; }
.luce-sun { position: absolute; width: min(37vw, 610px); aspect-ratio: 1; left: 8%; top: 12%; border-radius: 50%; background: var(--luce); }
.luce-orbit { position: absolute; width: 88%; height: 38%; left: -4%; top: 34%; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; transform: rotate(-19deg); }
.luce-hero-book { position: absolute; width: clamp(150px, 15vw, 245px); border-radius: 3px; box-shadow: 0 30px 50px rgba(0,0,0,.34); transform-origin: bottom center; }
.luce-hero-book.one { left: 29%; bottom: 9%; z-index: 4; transform: rotate(-3deg); }
.luce-hero-book.two { left: 8%; bottom: 5%; z-index: 3; transform: rotate(-13deg) scale(.9); }
.luce-hero-book.three { left: 51%; bottom: 6%; z-index: 2; transform: rotate(11deg) scale(.88); }
.luce-price-note { position: absolute; right: 5%; top: 8%; z-index: 5; width: 132px; height: 132px; border-radius: 50%; background: var(--papel); display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(7deg); }
.luce-price-note small, .luce-price-note span { font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.luce-price-note b { margin: 4px 0; font-family: var(--news), Georgia, serif; font-size: 22px; }

.luce-benefits { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--linha); }
.luce-benefits p { min-height: 96px; margin: 0; padding: 25px 3.5vw; display: grid; grid-template-columns: auto 1fr; gap: 3px 15px; align-content: center; border-right: 1px solid var(--linha); font-size: 10px; color: var(--nevoa); }
.luce-benefits p:last-child { border-right: 0; }
.luce-benefits span { grid-row: 1 / 3; font-family: var(--news), Georgia, serif; font-size: 28px; color: var(--coral); }
.luce-benefits b { color: var(--tinta); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.luce-section { padding: clamp(78px, 9vw, 122px) 6vw; }
.luce-section-head { display: grid; grid-template-columns: 1fr minmax(280px, 430px); gap: 60px; align-items: end; margin-bottom: 66px; }
.luce-section-head h2, .luce-campaign h2, .luce-faq h2, .luce-final h2 { font-size: clamp(52px, 6vw, 94px); }
.luce-section-head > p, .luce-campaign-copy > p:last-child { margin: 0; font-family: var(--news), Georgia, serif; font-size: 19px; line-height: 1.5; color: #626056; }
.luce-kicker { margin: 0 0 21px; font-size: 9px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.luce-kicker::before { content: ""; display: inline-block; width: 28px; height: 2px; margin: 0 10px 3px 0; background: var(--coral); }
.luce-kicker.light { color: white; }
.luce-kicker.light::before { background: var(--luce); }
.luce-catalog { background: var(--papel-2); }
.luce-book-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.luce-book-card { border: 1px solid var(--linha); background: var(--papel); }
.luce-cover-stage { min-height: 510px; display: grid; place-items: center; position: relative; overflow: hidden; background: #d8d1bf; }
.luce-book-card:nth-child(2) .luce-cover-stage { background: #d9c6ad; }
.luce-book-card:nth-child(3) .luce-cover-stage { background: #c8d0c7; }
.luce-cover-stage::after { content: ""; position: absolute; width: 78%; aspect-ratio: 1; border: 1px solid var(--linha); border-radius: 50%; }
.luce-cover-stage img { width: min(56%, 230px); position: relative; z-index: 2; box-shadow: 0 24px 36px rgba(23,23,19,.3); transition: transform .35s ease; }
.luce-book-card:hover .luce-cover-stage img { transform: translateY(-8px) rotate(-1deg); }
.luce-card-number { position: absolute; left: 20px; top: 18px; z-index: 3; font-family: var(--news), Georgia, serif; font-size: 31px; }
.luce-card-tag { position: absolute; right: 18px; top: 18px; z-index: 3; padding: 8px 10px; background: var(--tinta); color: white; border-radius: 100px; font-size: 8px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.luce-book-info { padding: 25px; }
.luce-book-info > p { margin: 0 0 8px; font-size: 8px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--nevoa); }
.luce-book-info h3 { margin: 0; font-family: var(--news), Georgia, serif; font-size: 28px; font-weight: 400; }
.luce-book-info > span { display: block; min-height: 64px; margin-top: 11px; font-family: var(--news), Georgia, serif; font-size: 15px; line-height: 1.45; color: #626056; }
.luce-book-buy { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--linha); }
.luce-book-buy strong { font-family: var(--news), Georgia, serif; font-size: 22px; }
.luce-book-buy a { padding-bottom: 4px; border-bottom: 1px solid var(--tinta); font-size: 10px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }

.luce-bundle { margin-top: 22px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--tinta); color: white; overflow: hidden; }
.luce-bundle-copy { padding: clamp(45px, 6vw, 90px); }
.luce-bundle h3 { margin: 0; font-family: var(--news), Georgia, serif; font-size: clamp(40px, 4.2vw, 68px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.luce-bundle-copy > p:not(.luce-kicker) { max-width: 620px; margin: 27px 0; color: #c8c3b6; font-family: var(--news), Georgia, serif; font-size: 18px; }
.luce-bundle ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; font-size: 12px; }
.luce-bundle li::before { content: "✓"; margin-right: 10px; color: var(--luce); }
.luce-bundle-action { display: flex; align-items: center; gap: 34px; margin-top: 40px; }
.luce-bundle-price { display: grid; }
.luce-bundle-price small { color: #9d988d; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.luce-bundle-price strong { font-family: var(--news), Georgia, serif; font-size: 32px; }
.luce-bundle-art { min-height: 640px; display: grid; place-items: center; position: relative; background: var(--luce); overflow: hidden; }
.luce-bundle-art::before, .luce-bundle-art::after { content: ""; position: absolute; border: 1px solid rgba(23,23,19,.25); border-radius: 50%; }
.luce-bundle-art::before { width: 90%; aspect-ratio: 1; }
.luce-bundle-art::after { width: 65%; aspect-ratio: 1; }
.luce-bundle-art img { width: min(70%, 460px); position: relative; z-index: 2; box-shadow: var(--shadow); transform: rotate(3deg); }
.luce-bundle-badge { position: absolute; right: 7%; top: 7%; z-index: 3; width: 98px; height: 98px; border-radius: 50%; display: grid; place-content: center; text-align: center; background: var(--coral); color: white; font-family: var(--news), Georgia, serif; font-size: 28px; line-height: .72; transform: rotate(8deg); }
.luce-bundle-badge small { font-family: var(--sora), Arial, sans-serif; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }

.luce-universe-list { border-top: 1px solid var(--linha); }
.luce-universe-list article { min-height: 165px; display: grid; grid-template-columns: 80px 1fr minmax(270px, 500px) 40px; gap: 30px; align-items: center; border-bottom: 1px solid var(--linha); cursor: pointer; transition: padding .25s ease, background .25s ease; }
.luce-universe-list article:hover { padding-inline: 22px; background: var(--luce); }
.luce-universe-list span { font-family: var(--news), Georgia, serif; font-size: 25px; color: var(--coral); }
.luce-universe-list h3 { margin: 0; font-family: var(--news), Georgia, serif; font-size: clamp(30px, 3vw, 48px); font-weight: 400; }
.luce-universe-list p { margin: 0; font-family: var(--news), Georgia, serif; font-size: 17px; color: #666258; }
.luce-universe-list i { font-size: 25px; font-style: normal; }

.luce-manifesto { min-height: 700px; display: grid; grid-template-columns: .75fr 1.4fr .75fr; gap: 7vw; align-items: center; background: var(--verde); color: white; }
.luce-manifesto-mark { aspect-ratio: 1; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; position: relative; display: grid; place-items: center; }
.luce-manifesto-mark::before, .luce-manifesto-mark::after { content: ""; position: absolute; width: 39%; height: 4px; top: 52%; z-index: 2; background: white; }
.luce-manifesto-mark::before { left: 12%; transform: rotate(17deg); transform-origin: right center; }
.luce-manifesto-mark::after { right: 12%; transform: rotate(-17deg); transform-origin: left center; }
.luce-manifesto-mark span { position: absolute; left: 50%; top: 35%; width: 34%; height: 17%; z-index: 1; border-radius: 100px 100px 0 0; background: var(--luce); transform: translateX(-50%); }
.luce-manifesto blockquote { margin: 0; font-family: var(--news), Georgia, serif; font-size: clamp(42px, 4.8vw, 74px); line-height: 1.02; letter-spacing: -.045em; }
.luce-manifesto-copy > p:last-child { margin: 29px 0 0; color: #d7d9d2; font-family: var(--news), Georgia, serif; font-size: 18px; }
.luce-values { border-top: 1px solid rgba(255,255,255,.25); }
.luce-values div { display: grid; grid-template-columns: 35px 1fr; gap: 12px; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.luce-values b { color: var(--luce); font-family: var(--news), Georgia, serif; }
.luce-values span { font-size: 10px; line-height: 1.5; text-transform: uppercase; letter-spacing: .09em; }

.luce-campaign { display: grid; grid-template-columns: minmax(260px, .42fr) 1fr; gap: 5vw; align-items: center; background: #ded7c6; }
.luce-campaign-copy > p:last-child { margin-top: 27px; }
.luce-campaign img { width: 100%; border: 1px solid var(--linha); box-shadow: var(--shadow); }
.luce-steps { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--linha); }
.luce-steps article { min-height: 300px; padding: 35px; border-right: 1px solid var(--linha); display: flex; flex-direction: column; }
.luce-steps article:last-child { border-right: 0; }
.luce-steps span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--luce); font-family: var(--news), Georgia, serif; font-size: 21px; }
.luce-steps h3 { margin: auto 0 13px; font-family: var(--news), Georgia, serif; font-size: 29px; font-weight: 400; }
.luce-steps p { max-width: 290px; margin: 0; color: var(--nevoa); font-size: 13px; }
.luce-faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; background: var(--tinta); color: white; }
.luce-faq-list { border-top: 1px solid rgba(255,255,255,.25); }
.luce-faq details { border-bottom: 1px solid rgba(255,255,255,.25); }
.luce-faq summary { min-height: 91px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; font-family: var(--news), Georgia, serif; font-size: 20px; }
.luce-faq summary::-webkit-details-marker { display: none; }
.luce-faq summary span { color: var(--luce); font-size: 25px; }
.luce-faq details[open] summary span { transform: rotate(45deg); }
.luce-faq details p { margin: -6px 50px 26px 0; color: #bbb8ae; font-size: 13px; }
.luce-final { min-height: 620px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden; background: var(--luce); }
.luce-final::before, .luce-final::after { content: ""; position: absolute; border: 1px solid rgba(23,23,19,.22); border-radius: 50%; }
.luce-final::before { width: 42vw; height: 42vw; left: -18vw; }
.luce-final::after { width: 28vw; height: 28vw; right: -10vw; top: -10vw; }
.luce-final > * { position: relative; z-index: 1; }
.luce-final > p { margin-bottom: 24px; font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.luce-final .luce-button { margin-top: 40px; }

/* Todas as views internas da aplicação principal */
.uni-hero, .interna-hero { padding: clamp(90px, 10vw, 150px) 0 58px; background: var(--papel); }
.uni-hero h1, .interna-hero h1, .pdp h1 { font-family: var(--news), Georgia, serif; font-weight: 400; letter-spacing: -.045em; }
.uni-hero h1, .interna-hero h1 { font-size: clamp(48px, 6vw, 82px); line-height: .95; }
section.block { padding: clamp(72px, 8vw, 105px) 0; }
.sec-head h2 { font-family: var(--news), Georgia, serif; font-weight: 400; font-size: clamp(38px, 4.5vw, 62px); letter-spacing: -.04em; line-height: 1; }
.universes { border-color: var(--linha); }
.uni-card { min-height: 330px; background: var(--papel); }
.uni-card:hover { background: var(--verde); }
.books { gap: 20px; }
.book .cover { background: #d8d1bf; border-color: var(--linha); }
.book .meta { padding-top: 17px; }
.book .bt { font-size: 1.18rem; }
.pdp { gap: clamp(40px, 7vw, 85px); }
.pdp-cover .big { background: #d8d1bf; border: 0; box-shadow: var(--shadow); }
.pdp h1 { font-size: clamp(44px, 5vw, 72px); line-height: .95; }
.price-box { background: #fffdf6; border-color: var(--linha); padding: 30px; }
.price-now { font-family: var(--news), Georgia, serif; font-weight: 400; }
.mat-card, .bib-item, .conta-box { background: #fffdf6; border-color: var(--linha); }
.mat-card:hover, .bib-item:hover { box-shadow: var(--shadow); }
.gate-aviso { background: var(--verde); }
.conta-wrap { max-width: 520px; }
.conta-box { padding: clamp(28px, 5vw, 48px); box-shadow: 0 24px 60px rgba(23,23,19,.08); }
.campo input, .campo select { background: var(--papel); border-color: var(--linha); border-radius: 0; }
.bib-vazia { border-color: var(--linha); }

footer { background: var(--tinta); padding-top: 68px; }
footer .foot-bottom { border-color: rgba(255,255,255,.15); }

/* Páginas individuais físicas /livro/... */
.luce-book-page { background: var(--papel); }
.luce-book-page .top { position: sticky; top: 0; z-index: 30; background: rgba(243,240,230,.95); border-bottom: 1px solid var(--linha); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.luce-book-page .top .wrap { min-height: 80px; }
.luce-book-page main.pdp { max-width: var(--maxw); padding: clamp(70px, 9vw, 120px) clamp(22px, 4vw, 60px); gap: clamp(45px, 7vw, 90px); }
.luce-book-page .sticky { top: 112px; }
.luce-book-page .capa { box-shadow: var(--shadow); }
.luce-book-page .tag { border-radius: 100px; background: var(--luce); color: var(--tinta); }
.luce-book-page h1 { font-family: var(--news), Georgia, serif; font-size: clamp(48px, 6vw, 82px); font-weight: 400; line-height: .94; letter-spacing: -.05em; }
.luce-book-page .buy { background: #fffdf6; border: 1px solid var(--linha); box-shadow: none; }
.luce-book-page .btn, .luce-book-page .btn.gold { border-radius: 2px; }
.luce-book-page .btn.gold { background: var(--luce); color: var(--tinta); }
.luce-book-page .fmt .op { border-color: var(--linha); border-radius: 0; }
.luce-book-page .fmt .op.sel { border-color: var(--tinta); box-shadow: inset 0 0 0 1px var(--tinta); }
.luce-book-page .sinopse, .luce-book-page .destaques, .luce-book-page .ficha, .luce-book-page .combos, .luce-book-page .outros { border-color: var(--linha); }
.luce-book-page .card { background: #fffdf6; border-color: var(--linha); }

/* Amostra, confirmação e página de links */
.luce-amostra, .luce-thanks, .luce-ig { background: var(--papel) !important; color: var(--tinta) !important; }
.luce-amostra .wrap, .luce-thanks .wrap, .luce-ig .wrap { max-width: 1100px; }
.luce-amostra .brand, .luce-thanks .brand, .luce-ig .brand { color: var(--tinta); }
.luce-amostra .card, .luce-thanks .card, .luce-ig .item, .luce-ig .hero { background: #fffdf6; border-color: var(--linha); box-shadow: 0 24px 60px rgba(23,23,19,.08); }
.luce-amostra h1, .luce-thanks h1, .luce-ig h1 { font-family: var(--news), Georgia, serif; font-weight: 400; letter-spacing: -.05em; }
.luce-amostra .btn, .luce-thanks .btn, .luce-ig .btn { border-radius: 2px; }
.luce-amostra .btn, .luce-thanks .gold, .luce-ig .gold { background: var(--luce); color: var(--tinta); }
.luce-amostra input { border-radius: 0; background: var(--papel); border-color: var(--linha); }
.luce-ig .hero-grid { gap: clamp(30px, 6vw, 80px); }
.luce-ig .price .now { color: var(--coral); }
.luce-ig .free { background: var(--verde); }

/* Painel administrativo */
.luce-admin { background: var(--papel); color: var(--tinta); }
.luce-admin .topo { background: var(--tinta); color: white; }
.luce-admin .gate, .luce-admin .card { background: #fffdf6; border-color: var(--linha); box-shadow: 0 18px 42px rgba(23,23,19,.08); }
.luce-admin .btn { border-radius: 2px; background: var(--luce); color: var(--tinta); }
.luce-admin table { background: #fffdf6; border-color: var(--linha); }
.luce-admin th { background: var(--verde); color: white; }

@media (max-width: 920px) {
  .nav-inner { height: 72px; }
  .menu-toggle { color: var(--tinta) !important; }
  header nav.aberto { background: rgba(23,23,19,.985); }
  header nav.aberto a { color: white !important; }
  .luce-home-hero { grid-template-columns: 1fr; }
  .luce-hero-copy { padding: 62px 24px 54px; }
  .luce-hero-actions { flex-direction: column; align-items: stretch; gap: 8px; }
  .luce-button { width: 100%; }
  .luce-text-link { width: max-content; }
  .luce-hero-art { min-height: 560px; }
  .luce-sun { width: 82vw; max-width: 480px; }
  .luce-hero-book { width: 35vw; max-width: 210px; }
  .luce-price-note { width: 106px; height: 106px; }
  .luce-benefits { grid-template-columns: 1fr; }
  .luce-benefits p { border-right: 0; border-bottom: 1px solid var(--linha); }
  .luce-section { padding-inline: 24px; }
  .luce-section-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 44px; }
  .luce-book-grid { grid-template-columns: 1fr; }
  .luce-cover-stage { min-height: 460px; }
  .luce-bundle { grid-template-columns: 1fr; }
  .luce-bundle-copy { padding: 50px 24px; }
  .luce-bundle-action { flex-direction: column; align-items: stretch; }
  .luce-bundle-art { min-height: 470px; }
  .luce-universe-list article { grid-template-columns: 45px 1fr 24px; gap: 15px; padding: 28px 0; }
  .luce-universe-list article:hover { padding: 28px 12px; }
  .luce-universe-list p { grid-column: 2 / 4; font-size: 15px; }
  .luce-manifesto { grid-template-columns: 1fr; gap: 48px; }
  .luce-manifesto-mark { width: 170px; }
  .luce-campaign { grid-template-columns: 1fr; gap: 44px; }
  .luce-campaign img { width: calc(100% + 48px); max-width: none; margin-left: -24px; border-inline: 0; }
  .luce-steps { grid-template-columns: 1fr; }
  .luce-steps article { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--linha); }
  .luce-faq { grid-template-columns: 1fr; gap: 46px; }
  .luce-final { min-height: 540px; }
  .luce-book-page main.pdp { grid-template-columns: 1fr; }
  .luce-book-page .sticky { position: static; max-width: 430px; margin-inline: auto; }
}

@media (max-width: 560px) {
  .luce-home-hero h1 { font-size: clamp(54px, 15vw, 76px); }
  .luce-hero-book.one { left: 31%; }
  .luce-hero-book.two { left: 7%; }
  .luce-hero-book.three { left: 57%; }
  .luce-section-head h2, .luce-campaign h2, .luce-faq h2, .luce-final h2 { font-size: clamp(46px, 13vw, 66px); }
  .luce-manifesto { padding-block: 78px; }
  .luce-faq details p { margin-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
