/* Landing de lançamento. Escopo próprio: não altera FAQ, carta nem áreas operacionais. */
.lp-launch {
    --lp-paper: #080807;
    --lp-panel: #11110f;
    --lp-text: #f4f0e7;
    --lp-muted: #c3beb3;
    --lp-line: rgba(242, 229, 192, .14);
    --lp-accent: var(--cor-primaria, #d4af37);
    color: var(--lp-text);
    background: var(--lp-paper);
}
.lp-launch .lp-shell { width: min(1180px, calc(100% - 72px)); margin-inline: auto; }
.lp-launch .lp-section { padding-block: 70px; border-top: 1px solid var(--lp-line); }
.lp-launch .lp-eyebrow { margin: 0 0 15px; color: var(--lp-accent); font-size: 11px; font-weight: 650; letter-spacing: .2em; line-height: 1.6; text-transform: uppercase; }
.lp-launch h1, .lp-launch .lp-section h2, .lp-launch .lp-final h2, .lp-launch .lp-slide h2, .lp-launch .lp-video-copy h3 {
    margin: 0; font-family: var(--landing-serif, Georgia, serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.19; text-wrap: balance;
}
.lp-launch .lp-section h2, .lp-launch .lp-final h2 { font-size: clamp(28px, 2.9vw, 39px); }
.lp-launch .lp-section p, .lp-launch .lp-final p { color: var(--lp-muted); font-size: 16px; line-height: 1.7; }
.lp-launch .lp-section .lp-eyebrow, .lp-launch .lp-final .lp-eyebrow { color: var(--lp-accent); font-size: 11px; }
.lp-launch .lp-hero { position: relative; overflow: hidden; background: radial-gradient(ellipse at 76% 35%, rgba(var(--cor-primaria-rgb, 212,175,55), .09), transparent 45%); }
.lp-launch .lp-hero::before { content: ''; position: absolute; inset: 18% auto auto -210px; width: 300px; height: 300px; border: 1px solid rgba(var(--cor-primaria-rgb, 212,175,55), .17); border-radius: 50%; pointer-events: none; }
/* Abertura: largura e escala da marca recuperadas da primeira composição.
   Logo, título, explicação e ações compartilham o mesmo eixo visual. */
.lp-launch .lp-hero-grid { width: min(1120px, calc(100% - 64px)); min-height: 730px; padding-block: 42px; display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(300px, .7fr); gap: clamp(44px, 6vw, 76px); align-items: center; }
.lp-launch .lp-hero-copy { width: 100%; min-width: 0; padding-bottom: 20px; display: flex; flex-direction: column; align-items: center; justify-self: center; max-width: 650px; margin-top: -26px; text-align: center; }
.lp-launch .lp-logo { width: min(100%, 344px); flex: 0 0 auto; margin: -4px auto 30px; }
.lp-launch .lp-logo img { width: 100%; height: auto; }
.lp-launch .lp-hero-copy > .lp-logo { display: block; }
.lp-launch .lp-hero-copy > .lp-eyebrow { display: none; }
.lp-launch h1 { width: 100%; max-width: 640px; font-size: clamp(36px, 3.45vw, 49px); color: var(--lp-accent); }
.lp-launch .lp-lead { width: 100%; max-width: 590px; margin: 26px 0 18px; color: var(--lp-text); font-size: 19px; line-height: 1.65; }
.lp-launch .lp-ease { width: 100%; max-width: 590px; display: flex; align-items: center; justify-content: center; gap: 9px; margin: 0; color: var(--lp-muted); font-size: 13px; line-height: 1.6; }
.lp-launch .lp-ease svg { flex: 0 0 17px; width: 17px; height: 17px; color: var(--lp-accent); }
.lp-launch .lp-actions { width: 100%; max-width: 590px; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 30px; align-items: center; }
.lp-launch .lp-button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 54px; padding: 14px 26px; border: 1px solid transparent; border-radius: 999px; font-family: inherit; font-size: 15px; font-weight: 650; letter-spacing: .015em; line-height: 1.4; text-align: center; cursor: pointer; transition: background .18s, transform .18s, border-color .18s; }
.lp-launch .lp-button svg { width: 19px; height: 19px; flex: 0 0 19px; }
.lp-launch .lp-button-primary { background: var(--lp-accent); color: var(--cor-primaria-contraste, #080808); box-shadow: 0 5px 28px rgba(var(--cor-primaria-rgb,212,175,55),.12); }
.lp-launch .lp-button-primary:hover { transform: translateY(-2px); filter: brightness(1.08); }
.lp-launch .lp-button-secondary { border-color: var(--lp-line); background: rgba(255,255,255,.025); color: var(--lp-text); min-width: 105px; }
.lp-launch .lp-button-secondary:hover { border-color: var(--lp-accent); background: rgba(var(--cor-primaria-rgb,212,175,55),.07); }
.lp-launch .lp-showcase { width: min(100%, 316px); justify-self: end; min-width: 0; }
/* Ajuste fino do mockup: reforça discretamente a borda inferior interna,
   aproximando a espessura visual do topo sem mexer no restante do hardware. */
.lp-launch .landing-phone-bezel { padding: 9px 9px 10px; }
.lp-launch .landing-carousel-frame { overflow: hidden; }
/* Hardware original em landing.css: shell > bezel > sensors + frame.
   Só os slides e suas legendas usam o layout novo. Não duplicar aspect-ratio. */
.lp-launch .lp-slide { position: absolute; inset: 0; margin: 0; overflow: hidden; opacity: 0; visibility: hidden; transition: opacity .55s ease, visibility .55s; background: #eae0cc; }
.lp-launch .lp-slide.ativo { opacity: 1; visibility: visible; z-index: 1; }
.lp-launch .lp-slide > img { width: 100%; height: 100%; object-fit: cover; user-select: none; -webkit-user-drag: none; }
.lp-launch .pos-top { object-position: center top; } .lp-launch .pos-bottom { object-position: center bottom; } .lp-launch .pos-left { object-position: left center; } .lp-launch .pos-right { object-position: right center; } .lp-launch .pos-center { object-position: center; }
.lp-launch .lp-slide figcaption { position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 11px 13px 12px; color: #fffaf0; border-radius: 17px; background: linear-gradient(180deg,rgba(12,12,10,.63),rgba(10,10,8,.82)); backdrop-filter: blur(5px); box-shadow: 0 9px 22px rgba(0,0,0,.28); }
.lp-launch .lp-slide-meta { display: flex; align-items: center; gap: 7px; margin-bottom: 5px; color: #edda98; font-size: 7px; font-weight: 650; letter-spacing: .14em; line-height: 1.45; }
.lp-launch .lp-slide-meta svg { width: 14px; height: 14px; flex: 0 0 14px; }
.lp-launch .lp-slide h2 { max-width: 100%; font-size: 19px; line-height: 1.12; text-wrap: pretty; }
.lp-launch .lp-slide figcaption > p { margin: 6px 0 0; color: #d7d1c4; font-size: 10px; line-height: 1.46; }
.lp-launch .lp-carousel-controls { display: flex; align-items: center; justify-content: center; gap: 0; margin-top: 14px; }
.lp-launch .lp-carousel-controls button { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; padding: 0; border: 0; border-radius: 999px; background: transparent; cursor: pointer; color: #c7c0ad; box-shadow: none; }
.lp-launch .lp-carousel-controls button:hover { background: rgba(var(--cor-primaria-rgb,212,175,55),.06); color: var(--lp-accent); }
.lp-launch .lp-carousel-dots { display: inline-flex; align-items: center; justify-content: center; gap: 2px; }
.lp-launch .lp-carousel-dots button { width: 18px; }
.lp-launch .lp-carousel-dots button span { display: block; width: 5px; height: 5px; border-radius: 50%; background: #7b7668; transition: width .2s, background .2s, opacity .2s; opacity: .92; }
.lp-launch .lp-carousel-dots button.ativo span { width: 14px; border-radius: 4px; background: var(--lp-accent); opacity: 1; }
.lp-launch .lp-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.lp-launch .lp-intro { display: grid; grid-template-columns: 1fr .87fr; align-items: center; gap: 80px; margin-bottom: 38px; }
.lp-launch .lp-intro > p { margin: 0; }
/* OLHARES e COMO FUNCIONA formam duas áreas irmãs: mesma linha e mesmo respiro vertical. */
.lp-launch .lp-how.lp-section { padding-block: 0; }
.lp-launch .lp-how .lp-intro { margin-bottom: 0; padding-block: 56px; }
.lp-launch .lp-steps-wrap { position: relative; scroll-margin-top: 100px; padding: 56px 0 64px; }
.lp-launch .lp-steps-wrap::before { content: ''; position: absolute; top: 0; left: 50%; width: 100vw; border-top: 1px solid var(--lp-line); transform: translateX(-50%); pointer-events: none; }
.lp-launch .lp-how-title { text-align: left; margin: 0 0 25px; }
.lp-launch .lp-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border: 1px solid var(--lp-line); border-radius: 22px; overflow: hidden; background: linear-gradient(120deg,rgba(var(--cor-primaria-rgb,212,175,55),.055),rgba(255,255,255,.015)); }
.lp-launch .lp-steps article { padding: 27px 27px 30px; min-width: 0; }
.lp-launch .lp-steps article + article { border-left: 1px solid var(--lp-line); }
.lp-launch .lp-step-number { display: block; margin-bottom: 17px; font-size: 28px; font-weight: 300; line-height: 1; color: var(--lp-accent); }
.lp-launch .lp-steps h3 { margin: 0 0 8px; font-size: 18px; font-weight: 600; line-height: 1.45; }
.lp-launch .lp-steps p { margin: 0; font-size: 15px; }
.lp-launch .lp-resources { background: radial-gradient(ellipse at 20% 70%,rgba(var(--cor-primaria-rgb,212,175,55),.025),transparent 65%); }
.lp-launch .lp-resource-grid { display: grid; grid-template-columns: minmax(0,1.03fr) minmax(320px,.97fr); column-gap: 44px; row-gap: 22px; align-items: start; }
.lp-launch .lp-resource-copy { min-width: 0; }
.lp-launch .lp-video { overflow: hidden; border: 1px solid var(--lp-line); border-radius: 23px; background: var(--lp-panel); }
.lp-launch .lp-video-stage { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #171611; }
.lp-launch .lp-video-stage > img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.lp-launch .lp-video-shade { position: absolute; inset: 0; background: rgba(0,0,0,.26); }
.lp-launch .lp-video-play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 14px; border: 0; padding: 24px; background: transparent; cursor: pointer; }
.lp-launch .lp-video-play > span { display: grid; place-items: center; width: 62px; height: 62px; border: 1px solid #dfc86f; border-radius: 50%; background: rgba(10,10,8,.79); color: #f1d76e; box-shadow: 0 4px 25px rgba(0,0,0,.25); transition: transform .2s; }
.lp-launch .lp-video-play:hover > span { transform: scale(1.08); }
.lp-launch .lp-video-play svg { width: 19px; height: 19px; fill: currentColor; margin-left: -3px; }
.lp-launch .lp-video-play strong { color: #fff; font-size: 13px; letter-spacing: .11em; text-shadow: 0 1px 8px #000; }
.lp-launch .lp-video-stage iframe { width: 100%; height: 100%; border: 0; position: absolute; inset: 0; }
.lp-launch .lp-video-copy { padding: 26px; }
.lp-launch .lp-video-copy h3 { font-size: 26px; }
.lp-launch .lp-video-copy p:last-child { margin: 12px 0 0; font-size: 14px; }
.lp-launch .lp-video-fallback { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(0,0,0,.65); color: white; }
.lp-launch .lp-features { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 25px; margin-top: 29px; }
.lp-launch .lp-features article { display: flex; gap: 13px; align-items: flex-start; padding-top: 20px; border-top: 1px solid var(--lp-line); min-width: 0; }
.lp-launch .lp-feature-icon { flex: 0 0 22px; color: var(--lp-accent); padding-top: 1px; }
.lp-launch .lp-feature-icon svg { width: 22px; height: 22px; }
.lp-launch .lp-feature-icon--telao { flex-basis: 23px; }
.lp-launch .lp-feature-icon--telao svg { width: 23px; height: 23px; }
.lp-launch .lp-features h3 { font-size: 17px; font-weight: 600; line-height: 1.4; margin: 0 0 9px; }
.lp-launch .lp-features p { font-size: 14px; line-height: 1.65; margin: 0; }
.lp-launch .lp-tag { display: inline-block; color: var(--lp-accent); font-size: 8px; letter-spacing: .15em; line-height: 1.7; margin-bottom: 5px; }
.lp-launch .lp-equipment { grid-column: 1 / -1; width: 100%; margin: 0; padding-top: 17px; border-top: 1px solid var(--lp-line); font-size: 12px !important; color: #b9b1a1 !important; }
.lp-launch .lp-extras { display: grid; grid-template-columns: .86fr 1.14fr; gap: 70px; align-items: start; margin-top: 33px; padding-top: 25px; border-top: 1px solid var(--lp-line); }
.lp-launch .lp-academia summary { display: flex; align-items: center; gap: 12px; min-height: 44px; padding-block: 5px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 550; }
.lp-launch .lp-academia summary svg { flex: 0 0 25px; width: 25px; height: 25px; color: var(--lp-accent); }
.lp-launch .lp-academia summary i { font-style: normal; color: var(--lp-accent); margin-left: auto; font-size: 20px; }
.lp-launch .lp-academia > p { margin: 8px 0 0 37px; font-size: 14px; }
.lp-launch summary::-webkit-details-marker { display: none; }
.lp-launch details[open] > summary i { transform: rotate(45deg); }
.lp-launch .lp-offer { border-left: 2px solid rgba(var(--cor-primaria-rgb,212,175,55),.5); padding-left: 19px; }
.lp-launch .lp-offer strong { font-size: 16px; font-weight: 600; }
.lp-launch .lp-offer p { margin: 6px 0 0; font-size: 14px; }
.lp-launch .lp-answers-grid { display: block; }
.lp-launch .lp-faq-wide { width: 100%; }
.lp-launch .lp-faq-wide header { max-width: 760px; }
.lp-launch .lp-faq-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 64px; }
.lp-launch .lp-founder { display: grid; grid-template-columns: 112px 1fr; gap: 25px; }
.lp-launch .lp-founder > img { width: 112px; height: 155px; border-radius: 15px; object-fit: cover; object-position: center top; border: 1px solid var(--lp-line); }
.lp-launch .lp-founder .lp-eyebrow { margin-bottom: 10px; font-size: 9px; }
.lp-launch .lp-founder h2 { font-size: 29px; text-wrap: pretty; }
.lp-launch .lp-founder p:not(.lp-eyebrow) { font-size: 14px; margin: 14px 0 15px; }
.lp-launch .lp-text-link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; color: var(--lp-accent); font-size: 13px; font-weight: 600; line-height: 1.5; text-underline-offset: 5px; }
.lp-launch .lp-text-link:hover { text-decoration: none; }
.lp-launch .lp-text-link svg { width: 17px; height: 17px; flex: 0 0 17px; }
.lp-launch .lp-partner { display: grid; grid-template-columns: 72px 1fr; gap: 20px; padding: 23px 0 0; border-top: 1px solid var(--lp-line); margin-top: 27px; }
.lp-launch .lp-partner-art { width: 72px; align-self: start; border-radius: 14px; background: radial-gradient(circle at center,rgba(var(--cor-primaria-rgb,212,175,55),.09),transparent); }
.lp-launch .lp-partner-art img { width: 72px; height: 100px; object-fit: contain; }
.lp-launch .lp-partner .lp-eyebrow { font-size: 9px; margin-bottom: 8px; }
.lp-launch .lp-partner h3 { font-size: 18px; font-weight: 500; margin: 0 0 10px; line-height: 1.4; }
.lp-launch .lp-partner p:not(.lp-eyebrow) { font-size: 14px; margin: 0 0 5px; }
.lp-launch .lp-faq header { margin-bottom: 25px; }
.lp-launch .lp-faq-item { border-top: 1px solid var(--lp-line); }
.lp-launch .lp-faq-item:last-child { border-bottom: 1px solid var(--lp-line); }
.lp-launch .lp-faq-item summary { display: flex; align-items: center; gap: 20px; min-height: 56px; padding: 13px 0; list-style: none; cursor: pointer; font-size: 15px; font-weight: 500; line-height: 1.5; }
.lp-launch .lp-faq-item summary i { font-style: normal; margin-left: auto; color: var(--lp-accent); font-size: 22px; flex: 0 0 15px; text-align: center; transition: transform .2s; }
.lp-launch .lp-faq-item > p { font-size: 14px; margin: 0; padding: 0 30px 19px 0; line-height: 1.75; }
.lp-launch .lp-faq-more { margin-top: 13px; }
.lp-launch .lp-final { position: relative; isolation: isolate; overflow: hidden; padding-block: 63px; border-top: 1px solid rgba(var(--cor-primaria-rgb,212,175,55),.25); border-bottom: 1px solid rgba(var(--cor-primaria-rgb,212,175,55),.25); background: #14130e; }
.lp-launch .lp-final-art { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 1; }
.lp-launch .lp-final::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,rgba(5,5,4,.94) 0%,rgba(5,5,4,.82) 42%,rgba(5,5,4,.44) 100%), linear-gradient(0deg,rgba(5,5,4,.45),transparent 35%,transparent 70%,rgba(5,5,4,.2)); }
.lp-launch .lp-final-content { display: grid; grid-template-columns: 1fr auto; gap: 80px; align-items: center; }
.lp-launch .lp-final-content > div { max-width: 690px; }
.lp-launch .lp-final-content > div > p:last-child { margin: 20px 0 0; font-size: 16px; }
.lp-launch .lp-final-action {
    display: flex;
    min-width: 250px;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    color: inherit;
    text-decoration: none;
}
.lp-launch .lp-final-action:hover,
.lp-launch .lp-final-action:focus-visible { text-decoration: none; }
.lp-launch .lp-final-action .lp-button { min-width: 245px; pointer-events: none; }
.lp-launch .lp-final-event-illustration {
    display: block;
    width: 200px;
    margin-left: -4px;
    color: var(--lp-accent);
    filter: drop-shadow(0 11px 22px rgba(0,0,0,.28));
    pointer-events: none;
    transform: translateY(2px);
    transition: transform .32s cubic-bezier(.22,1,.36,1), filter .32s ease;
}
.lp-launch .lp-final-event-illustration svg { display: block; width: 100%; overflow: visible; }
.lp-launch .lp-final-event-card { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; }
.lp-launch .lp-final-event-card-back {
    opacity: .13; stroke-width: 1.1; transform: rotate(8deg); transform-origin: 112px 73px;
    transition: transform .42s cubic-bezier(.22,1,.36,1), opacity .28s ease;
}
.lp-launch .lp-final-event-card-mid {
    opacity: .24; stroke-width: 1.2; transform: rotate(-7deg); transform-origin: 90px 78px;
    transition: transform .42s cubic-bezier(.22,1,.36,1), opacity .28s ease;
}
.lp-launch .lp-final-event-card-front {
    fill: rgba(var(--cor-primaria-rgb,212,175,55),.035);
    stroke: rgba(var(--cor-primaria-rgb,212,175,55),.78);
    stroke-width: 1.35;
    transform-origin: 103px 75px;
    transition: filter .32s ease, transform .42s cubic-bezier(.22,1,.36,1);
}
.lp-launch .lp-final-event-card-front > rect { fill: rgba(12,12,12,.52); }
.lp-launch .lp-final-event-globe { opacity: .95; stroke-width: 1.05; }
.lp-launch .lp-final-event-globe > circle { fill: rgba(var(--cor-primaria-rgb,212,175,55),.13); }
.lp-launch .lp-final-event-globe-cable { opacity: .42; }
.lp-launch .lp-final-event-globe-lat,
.lp-launch .lp-final-event-globe-long { fill: none; opacity: .7; stroke-width: .85; }
.lp-launch .lp-final-event-globe-spin { transform-origin: 103px 42px; }
.lp-launch .lp-final-event-globe-shine { fill: rgba(255,255,255,.12); stroke: none; }
.lp-launch .lp-final-event-sparks { opacity: .8; stroke-width: 1.15; transform-box: fill-box; transform-origin: center; }
.lp-launch .lp-final-event-lights { fill: rgba(var(--cor-primaria-rgb,212,175,55),.085); stroke: none; transform-box: fill-box; transform-origin: center top; }
.lp-launch .lp-final-event-people { opacity: .92; stroke-width: 1.3; }
.lp-launch .lp-final-event-person circle { fill: rgba(var(--cor-primaria-rgb,212,175,55),.12); }
.lp-launch .lp-final-event-person path { fill: none; }
.lp-launch .lp-final-event-person-phone rect { fill: rgba(var(--cor-primaria-rgb,212,175,55),.16); stroke-width: 1.15; }
.lp-launch .lp-final-event-person-center { opacity: .8; }
.lp-launch .lp-final-event-person-back { opacity: .88; }
.lp-launch .lp-final-event-person-front { opacity: .76; }
.lp-launch .lp-final-event-person-right { opacity: .84; }
@media (hover: hover) {
    .lp-launch .lp-final-action:hover .lp-final-event-illustration,
    .lp-launch .lp-final-action:focus-visible .lp-final-event-illustration {
        filter: drop-shadow(0 16px 26px rgba(0,0,0,.32)) drop-shadow(0 0 13px rgba(var(--cor-primaria-rgb,212,175,55),.17));
        transform: translateY(-2px) rotate(-1deg) scale(1.045);
    }
    .lp-launch .lp-final-action:hover .lp-final-event-card-back,
    .lp-launch .lp-final-action:focus-visible .lp-final-event-card-back { opacity: .21; transform: translate(7px,-2px) rotate(13deg); }
    .lp-launch .lp-final-action:hover .lp-final-event-card-mid,
    .lp-launch .lp-final-action:focus-visible .lp-final-event-card-mid { opacity: .34; transform: translate(-7px,1px) rotate(-11deg); }
    .lp-launch .lp-final-action:hover .lp-final-event-card-front,
    .lp-launch .lp-final-action:focus-visible .lp-final-event-card-front { transform: translateY(-3px) scale(1.02); }
    .lp-launch .lp-final-action:hover .lp-final-event-globe-spin,
    .lp-launch .lp-final-action:focus-visible .lp-final-event-globe-spin { animation: lp-final-event-globe 4.8s ease-in-out infinite; }
    .lp-launch .lp-final-action:hover .lp-final-event-sparks,
    .lp-launch .lp-final-action:focus-visible .lp-final-event-sparks { animation: lp-final-event-pulse .95s ease-in-out infinite alternate; }
    .lp-launch .lp-final-action:hover .lp-final-event-lights,
    .lp-launch .lp-final-action:focus-visible .lp-final-event-lights { animation: lp-final-event-lights 1.15s ease-in-out infinite alternate; }
    .lp-launch .lp-final-action:hover .lp-button-primary,
    .lp-launch .lp-final-action:focus-visible .lp-button-primary { transform: translateY(-2px); filter: brightness(1.08); }
}
@keyframes lp-final-event-globe {
    0%,100% { opacity: .64; transform: translateX(-6px) scaleX(.92); }
    50% { opacity: .92; transform: translateX(6px) scaleX(1.08); }
}
@keyframes lp-final-event-pulse { to { opacity: 1; transform: scale(1.08); } }
@keyframes lp-final-event-lights { to { opacity: .95; transform: scaleX(1.08); } }
@keyframes lp-final-event-mobile-float {
    0%,100% { transform: translateY(2px) rotate(-.35deg); }
    50% { transform: translateY(-4px) rotate(.35deg); }
}
@keyframes lp-final-event-mobile-card-back {
    from { opacity: .13; transform: rotate(8deg); }
    to { opacity: .21; transform: translate(6px,-2px) rotate(13deg); }
}
@keyframes lp-final-event-mobile-card-mid {
    from { opacity: .24; transform: rotate(-7deg); }
    to { opacity: .34; transform: translate(-6px,1px) rotate(-11deg); }
}
@keyframes lp-final-event-mobile-card-front {
    from { transform: translateY(0) scale(1); }
    to { transform: translateY(-3px) scale(1.02); }
}

.lp-launch .landing-footer-site { padding-block: 34px; }
.lp-launch .landing-footer-intro > p:last-child { color: #b8b1a4; }
.lp-launch .landing-footer nav.landing-footer-nav a { min-height: 30px; display: inline-flex; align-items: center; color: #b8b1a4; }
.lp-launch .landing-footer-legal .landing-footer-copy { color: #aaa394; }
.lp-launch .landing-header-inner { width: min(1180px, calc(100% - 72px)); }
.lp-launch .landing-header-cta { text-transform: none; letter-spacing: .015em; }
.lp-launch .landing-header[aria-hidden='true'] { visibility: hidden; }
.lp-launch .landing-header[aria-hidden='false'] { visibility: visible; }
/* Elevação discreta do conteúdo aprovado, apenas no desktop. */
@media (min-width: 801px) {
    .lp-launch .lp-hero-copy { position: relative; top: -10px; }
    .lp-launch .lp-lead { max-width: 630px; }
    .lp-launch .lp-final-action .lp-button {
        min-width: 187px;
        min-height: 41px;
        padding: 11px 20px;
        font-size: 12px;
    }
}
@media (max-width: 1100px) {
    .lp-launch .lp-hero-grid { gap: 40px; grid-template-columns: minmax(0,1fr) 310px; }
    .lp-launch .lp-hero-copy { margin-top: -18px; }
    .lp-launch .lp-logo { width: 270px; }
    .lp-launch .lp-resource-grid, .lp-launch .lp-extras { gap: 38px; }
    .lp-launch .lp-faq-list { gap: 0 42px; }
    .lp-launch .lp-founder { grid-template-columns: 85px 1fr; gap: 20px; }
    .lp-launch .lp-founder > img { width: 85px; height: 130px; }
    .lp-launch .lp-intro { gap: 42px; }
}
@media (max-width: 800px) {
    .lp-launch .lp-shell { width: calc(100% - 48px); }
    .lp-launch .lp-hero-grid { width: calc(100% - 48px); grid-template-columns: minmax(0,1fr) 258px; gap: 24px; min-height: 630px; padding-block: 35px; }
    .lp-launch .lp-logo { width: 225px; margin: 0 auto 18px; }
    .lp-launch h1 { font-size: 33px; }
    .lp-launch .lp-lead { font-size: 16px; margin-top: 20px; }
    .lp-launch .lp-actions { gap: 9px; margin-top: 22px; }
    .lp-launch .lp-button { padding-inline: 20px; font-size: 14px; }
    .lp-launch .lp-slide figcaption { left: 13px; right: 13px; bottom: 13px; padding: 11px 13px 12px; border-radius: 16px; }
    .lp-launch .lp-slide h2 { font-size: 19px; }
    .lp-launch .lp-slide figcaption > p { font-size: 10px; line-height: 1.48; }
    .lp-launch .lp-section { padding-block: 52px; }
    .lp-launch .lp-resource-grid { gap: 28px; }
    .lp-launch .lp-features { gap: 20px; }
    .lp-launch .lp-features article { display: block; }
    .lp-launch .lp-feature-icon { margin-bottom: 12px; }
    .lp-launch .lp-video-copy { padding: 22px; }
    .lp-launch .lp-founder { display: block; }
    .lp-launch .lp-founder > img { float: left; margin: 0 18px 8px 0; }
    .lp-launch .lp-founder::after { content: ''; display: block; clear: both; }
    .lp-launch .lp-final-content { gap: 35px; }
    .lp-launch .landing-header-inner { width: calc(100% - 32px); }
}
@media (max-width: 640px) {
    .lp-launch .lp-shell { width: calc(100% - 40px); }
    .lp-launch .lp-hero-grid { width: calc(100% - 40px); display: flex; flex-direction: column; min-height: auto; gap: 32px; padding-block: 12px 34px; }
    .lp-launch .lp-hero-copy { padding-bottom: 0; text-align: center; width: 100%; margin-top: 0; }
    .lp-launch .lp-logo { width: 212px; margin: 0 auto 26px; }
    .lp-launch .lp-hero-copy .lp-eyebrow { font-size: 9px; margin-bottom: 14px; }
    .lp-launch h1 { max-width: 520px; font-size: clamp(28px, 7.5vw, 37px); margin-inline: auto; line-height: 1.2; }
    .lp-launch .lp-lead { max-width: 480px; margin: 20px auto 15px; font-size: 16px; line-height: 1.65; }
    .lp-launch .lp-ease { justify-content: center; align-items: flex-start; font-size: 11px; gap: 6px; }
    .lp-launch .lp-ease svg { margin-top: 1px; }
    .lp-launch .lp-actions { justify-content: center; margin-top: 23px; flex-wrap: nowrap; gap: 10px; align-items: stretch; max-width: 100%; }
    .lp-launch .lp-actions .lp-button-primary { flex: 0 1 200px; max-width: 200px; }
    .lp-launch .lp-actions .lp-button-secondary { flex: 0 0 auto; }
    .lp-launch .lp-button { min-height: 51px; padding: 13px 21px; gap: 11px; font-size: 14px; }
    .lp-launch .lp-button-secondary { min-width: 94px; }
    .lp-launch .lp-showcase { width: min(280px, 86%); }
    .lp-launch .lp-slide figcaption { left: 11px; right: 11px; bottom: 11px; padding: 10px 12px 11px; border-radius: 16px; }
    .lp-launch .lp-slide h2 { font-size: 18px; }
    .lp-launch .lp-slide figcaption > p { font-size: 9.8px; line-height: 1.44; }
    .lp-launch .lp-slide-meta { font-size: 7px; margin-bottom: 5px; }
    .lp-launch .lp-carousel-controls { margin-top: 12px; }
    .lp-launch .lp-intro { display: block; margin-bottom: 29px; }
    .lp-launch .lp-intro > p { margin-top: 19px; font-size: 15px; }
    .lp-launch .lp-section { padding-block: 40px; }
    .lp-launch .lp-section h2, .lp-launch .lp-final h2 { font-size: 29px; }
    .lp-launch .lp-eyebrow, .lp-launch .lp-section .lp-eyebrow, .lp-launch .lp-final .lp-eyebrow { font-size: 9px; margin-bottom: 12px; }
    .lp-launch .lp-how.lp-section { padding-block: 0; }
    .lp-launch .lp-how .lp-intro { margin-bottom: 0; padding-block: 40px; }
    .lp-launch .lp-how .lp-steps-wrap { padding: 40px 0 44px; }
    .lp-launch .lp-how-title { margin-bottom: 20px; text-align: left; }
    .lp-launch .lp-steps { grid-template-columns: 1fr; border-radius: 18px; }
    .lp-launch .lp-steps article { position: relative; padding: 23px 21px 23px 64px; }
    .lp-launch .lp-steps article + article { border-left: 0; border-top: 1px solid var(--lp-line); }
    .lp-launch .lp-step-number { position: absolute; top: 27px; left: 20px; font-size: 23px; }
    .lp-launch .lp-steps h3 { font-size: 16px; }
    .lp-launch .lp-steps p { font-size: 14px; line-height: 1.65; }
    .lp-launch .lp-resource-grid { display: flex; flex-direction: column; gap: 30px; }
    .lp-launch .lp-resource-copy { order: 1; }
    .lp-launch .lp-equipment { order: 2; margin: 0; }
    .lp-launch .lp-academy-card-feature { order: 3; padding: 0; gap: 0; }
    .lp-launch .lp-academy-card-feature .lp-academy-art { min-height: 0; aspect-ratio: 8 / 3; }
    .lp-launch .lp-academy-card-feature .lp-academy-copy { padding: 21px 21px 19px; }
    .lp-launch .lp-features { gap: 23px 20px; margin-top: 22px; }
    .lp-launch .lp-features h3 { font-size: 16px; }
    .lp-launch .lp-features p { font-size: 13px; line-height: 1.7; }
    .lp-launch .lp-feature-icon { margin-bottom: 12px; }
    .lp-launch .lp-tag { font-size: 8px; }
    .lp-launch .lp-equipment { font-size: 11px !important; }
    .lp-launch .lp-video { width: 100%; }
    .lp-launch .lp-video-stage { aspect-ratio: 16 / 9; }
    .lp-launch .lp-video-copy { padding: 22px; }
    .lp-launch .lp-video-copy h3 { font-size: 25px; }
    .lp-launch .lp-video-copy p:last-child { font-size: 13px; }
    .lp-launch .lp-extras { display: flex; flex-direction: column; gap: 20px; margin-top: 25px; padding-top: 19px; }
    .lp-launch .lp-academia { width: 100%; }
    .lp-launch .lp-academia summary { font-size: 13px; }
    .lp-launch .lp-academia > p { font-size: 13px; }
    .lp-launch .lp-offer { margin-top: 3px; padding-left: 15px; }
    .lp-launch .lp-offer strong { font-size: 15px; }
    .lp-launch .lp-offer p { font-size: 13px; }
    .lp-launch .lp-answers-grid { display: block; }
    .lp-launch .lp-faq-list { grid-template-columns: 1fr; gap: 0; }
    .lp-launch .lp-faq-column + .lp-faq-column .lp-faq-item:first-child { border-top: 0; }
    .lp-launch .lp-founder { display: grid; grid-template-columns: 83px 1fr; gap: 18px; }
    .lp-launch .lp-founder > img { float: none; margin: 0; width: 83px; height: 125px; }
    .lp-launch .lp-founder h2 { font-size: 26px; }
    .lp-launch .lp-founder p:not(.lp-eyebrow) { font-size: 13px; }
    .lp-launch .lp-text-link { font-size: 12px; gap: 6px; }
    .lp-launch .lp-partner { grid-template-columns: 65px 1fr; gap: 18px; margin-top: 23px; }
    .lp-launch .lp-partner-art, .lp-launch .lp-partner-art img { width: 65px; }
    .lp-launch .lp-partner h3 { font-size: 17px; }
    .lp-launch .lp-partner p:not(.lp-eyebrow) { font-size: 13px; }
    .lp-launch .lp-faq { width: 100%; }
    .lp-launch .lp-faq header { margin-bottom: 19px; }
    .lp-launch .lp-faq-item summary { font-size: 14px; min-height: 56px; }
    .lp-launch .lp-faq-item > p { font-size: 13px; }
    .lp-launch .lp-final { padding-block: 40px; }
    .lp-launch .lp-final-content { display: block; text-align: center; }
    .lp-launch .lp-final-content > div > p:last-child { margin-top: 18px; font-size: 15px; }
    .lp-launch .lp-final-action { width: 100%; min-width: 0; margin-top: 24px; gap: 5px; }
    .lp-launch .lp-final-event-illustration {
        width: 164px;
        animation: lp-final-event-mobile-float 2.8s ease-in-out infinite;
        filter: drop-shadow(0 14px 24px rgba(0,0,0,.3)) drop-shadow(0 0 10px rgba(var(--cor-primaria-rgb,212,175,55),.12));
    }
    .lp-launch .lp-final-event-card-back { animation: lp-final-event-mobile-card-back 3.2s ease-in-out infinite alternate; }
    .lp-launch .lp-final-event-card-mid { animation: lp-final-event-mobile-card-mid 3.2s ease-in-out infinite alternate; }
    .lp-launch .lp-final-event-card-front { animation: lp-final-event-mobile-card-front 3.2s ease-in-out infinite alternate; }
    .lp-launch .lp-final-event-globe-spin { animation: lp-final-event-globe 4.8s ease-in-out infinite; }
    .lp-launch .lp-final-event-sparks { animation: lp-final-event-pulse .95s ease-in-out infinite alternate; }
    .lp-launch .lp-final-event-lights { animation: lp-final-event-lights 1.15s ease-in-out infinite alternate; }
    .lp-launch .lp-final-action .lp-button { min-width: 187px; min-height: 43px; padding: 11px 18px; font-size: 12px; }
    .lp-launch .lp-final-art { width: 100%; opacity: 1; }
    .lp-launch .lp-final::after { background: linear-gradient(180deg,rgba(5,5,4,.85),rgba(5,5,4,.69) 58%,rgba(5,5,4,.83)); }
    .lp-launch .landing-header-access { gap: 8px; }
    .lp-launch .landing-header-access-link { width: 40px; height: 40px; }
    .lp-launch .landing-footer-site { padding-block: 30px; }
    .lp-launch .landing-footer-intro > p:last-child { font-size: 12px; }
    .lp-launch .landing-footer nav.landing-footer-nav a { min-height: 34px; }
}
@media (max-width: 360px) {
    .lp-launch .lp-shell, .lp-launch .lp-hero-grid { width: calc(100% - 32px); }
    .lp-launch .lp-actions .lp-button { padding-inline: 16px; font-size: 13px; gap: 8px; }
    .lp-launch .lp-lead { font-size: 15px; }
    .lp-launch .lp-showcase { width: 262px; }
    .lp-launch .lp-slide h2 { font-size: 19px; }
    .lp-launch .lp-features { gap: 18px 15px; }
    .lp-launch .lp-founder { grid-template-columns: 68px 1fr; gap: 14px; }
    .lp-launch .lp-founder > img { width: 68px; height: 106px; }
}
@media (prefers-reduced-motion: reduce) {
    .lp-launch *, .lp-launch *::before, .lp-launch *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
/* Sem JavaScript, a primeira ilustração permanece disponível e os controles não enganam. */
html:not(.landing-js) .lp-launch [data-carousel-controls] { display: none; }
html:not(.landing-js) .lp-launch .lp-video-play { display: none; }
.lp-launch .lp-carousel-controls [hidden] { display: none !important; }
body.lp-launch img.pos-top { object-position: center top; }
body.lp-launch img.pos-bottom { object-position: center bottom; }
body.lp-launch img.pos-center { object-position: center center; }
body.lp-launch img.pos-left { object-position: left center; }
body.lp-launch img.pos-right { object-position: right center; }

/* Rodada 09 — Academia em destaque, dois perfis e fundador no rodapé.
   Escopo exclusivo da home; nenhum seletor do hardware/carrossel é alterado. */
.lp-launch .lp-academy-card {
    display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 32px;
    margin-top: 38px; padding: 24px; border: 1px solid rgba(var(--cor-primaria-rgb,212,175,55),.26);
    border-radius: 24px; background: linear-gradient(120deg,rgba(var(--cor-primaria-rgb,212,175,55),.09),rgba(255,255,255,.018) 75%);
    align-items: center;
}
.lp-launch .lp-academy-art { align-self: stretch; min-height: 220px; overflow: hidden; border-radius: 16px; background: #ede6d6; }
.lp-launch .lp-academy-art img { display: block; width: 100%; height: 100%; max-height: 294px; object-fit: cover; object-position: center; }
.lp-launch .lp-academy-heading .lp-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.lp-launch .lp-academy-heading .lp-eyebrow svg { width: 27px; height: 27px; flex: 0 0 27px; }
.lp-launch .lp-academy-heading h3 { margin: 0; font-family: var(--landing-serif, Georgia, serif); font-size: clamp(25px,2.4vw,31px); font-weight: 400; line-height: 1.3; letter-spacing: -.025em; text-wrap: balance; }
.lp-launch .lp-academy-card .lp-academy-description { max-width: 730px; margin: 14px 0 0; font-size: 15px; line-height: 1.7; white-space: pre-line; }
.lp-launch .lp-academy-card-feature { margin-top: 0; display: flex; flex-direction: column; gap: 0; padding: 0; overflow: hidden; align-self: start; }
.lp-launch .lp-academy-card-feature .lp-academy-art { min-height: 0; aspect-ratio: 2.775 / 1; border-radius: 23px 23px 0 0; }
.lp-launch .lp-academy-card-feature .lp-academy-art img { width: 100%; height: 100%; max-height: none; object-fit: cover; object-position: center; }
.lp-launch .lp-academy-card-feature .lp-academy-copy { display: block; padding: 21px 23px 20px; }
.lp-launch .lp-academy-card-feature .lp-academy-heading .lp-eyebrow { margin-bottom: 9px; }
.lp-launch .lp-academy-card-feature .lp-academy-heading .lp-eyebrow svg { width: 24px; height: 24px; flex-basis: 24px; }
.lp-launch .lp-academy-card-feature .lp-academy-heading h3 { font-size: clamp(24px,2.15vw,29px); line-height: 1.26; }
@media (min-width: 801px) {
    .lp-launch .lp-academy-card-feature .lp-academy-heading h3 { font-size: clamp(23px,1.85vw,27px); letter-spacing: -.032em; }
}
.lp-launch .lp-academy-card-feature .lp-academy-description { max-width: none; margin-top: 12px; margin-bottom: 0; font-size: 14px; line-height: 1.66; }
.lp-launch .lp-profile { display: grid; grid-template-columns: 92px minmax(0,1fr); gap: 23px; padding: 0; margin: 0; align-items: start; }
.lp-launch .lp-profile + .lp-profile { margin-top: 29px; padding-top: 29px; border-top: 1px solid var(--lp-line); }
.lp-launch .lp-profile-art { width: 92px; border-radius: 15px; overflow: hidden; background: radial-gradient(ellipse at center,rgba(var(--cor-primaria-rgb,212,175,55),.08),transparent 75%); }
.lp-launch .lp-profile-art img { display: block; width: 100%; height: 122px; object-fit: contain; }
.lp-launch .lp-profile .lp-eyebrow { font-size: 10px; margin-bottom: 10px; }
.lp-launch .lp-profile h3 { font-size: 21px; font-weight: 500; line-height: 1.4; margin: 0 0 12px; text-wrap: pretty; }
.lp-launch .lp-profile p:not(.lp-eyebrow) { font-size: 14px; line-height: 1.7; margin: 0 0 9px; }
.lp-launch .lp-profile .lp-text-link { margin-top: 3px; }
.lp-launch .landing-footer-site { grid-template-columns: minmax(0,1fr) minmax(0,1.35fr); gap: 55px; align-items: start; }
.lp-launch .landing-footer-intro.lp-footer-founder { display: block; max-width: none; min-width: 0; }
.lp-launch .lp-footer-mobile-divider { display: none; }
.lp-launch .lp-footer-founder .landing-eyebrow { margin: 0 0 10px; font-size: 10px; line-height: 1.5; }
.lp-launch .lp-footer-founder h2 { color: var(--lp-text); margin: 0 0 10px; font-family: var(--landing-serif,Georgia,serif); font-size: 22px; line-height: 1.3; font-weight: 400; letter-spacing: -.025em; }
.lp-launch .lp-footer-founder-text { margin: 0; color: #b8b1a4; font-size: 13px; line-height: 1.65; }
.lp-launch .lp-footer-founder .lp-text-link { min-height: 32px; margin-top: 7px; font-size: 12px; }
.lp-launch .lp-footer-founder .lp-text-link svg { width: 16px; height: 16px; flex: 0 0 16px; }
.lp-launch .lp-footer-founder:hover .lp-text-link { text-decoration: none; }
.lp-launch .landing-footer-intro:hover .landing-eyebrow span { text-decoration: none; }
@media (min-width: 901px) {
    /* Desktop: Carta e mapa fecham na mesma altura natural, sem esticar nenhum dos blocos. */
    .lp-launch .landing-footer-site { align-items: start; }
    .lp-launch .landing-footer nav.landing-footer-nav .landing-footer-group { gap: 4px; }
    .lp-launch .landing-footer nav.landing-footer-nav .landing-footer-group strong { margin-bottom: 3px; }
    .lp-launch .landing-footer nav.landing-footer-nav .landing-footer-group a { min-height: 30px; }
}
@media (max-width: 1100px) {
    .lp-launch .landing-footer-site { gap: 32px; }
    .lp-launch .lp-footer-founder h2 { font-size: 20px; }
}
@media (max-width: 800px) {
    .lp-launch .lp-footer-mobile-divider {
        display: block;
        grid-column: 1 / -1;
        width: 100vw;
        height: 1px;
        margin-left: calc((100% - 100vw) / 2);
        background: var(--lp-line);
        pointer-events: none;
    }
    .lp-launch .landing-footer nav.landing-footer-nav { border-top: 0; padding-top: 0; }
    .lp-launch .lp-academy-card { grid-template-columns: 150px minmax(0,1fr); gap: 23px; padding: 22px; }
    .lp-launch .lp-academy-art img { max-height: 320px; }
    .lp-launch .lp-profile { grid-template-columns: 74px minmax(0,1fr); gap: 17px; }
    .lp-launch .lp-profile-art { width: 74px; }
    .lp-launch .lp-profile-art img { height: 99px; }
    .lp-launch .lp-profile h3 { font-size: 19px; }
    .lp-launch .landing-footer-site { grid-template-columns: 1fr; gap: 28px; }
    .lp-launch .landing-footer-intro.lp-footer-founder { max-width: 540px; }
}
@media (max-width: 640px) {
    .lp-launch .lp-academy-card { grid-template-columns: 82px minmax(0,1fr); gap: 19px 16px; padding: 20px; margin-top: 30px; border-radius: 21px; }
    .lp-launch .lp-academy-art { min-height: 0; height: 119px; align-self: center; border-radius: 12px; }
    .lp-launch .lp-academy-art img { height: 119px; max-height: none; }
    .lp-launch .lp-academy-copy { display: contents; }
    .lp-launch .lp-academy-heading { align-self: center; min-width: 0; }
    .lp-launch .lp-academy-heading .lp-eyebrow { gap: 6px; font-size: 9px; letter-spacing: .12em; margin-bottom: 10px; }
    .lp-launch .lp-academy-heading .lp-eyebrow svg { width: 21px; height: 21px; flex-basis: 21px; }
    .lp-launch .lp-academy-heading h3 { font-size: 23px; line-height: 1.32; text-wrap: pretty; }
    .lp-launch .lp-academy-card .lp-academy-description { grid-column: 1 / -1; margin: 0; }
    .lp-launch .lp-academy-card .lp-academy-description { font-size: 14px; line-height: 1.7; }
    .lp-launch .lp-academy-card-feature { gap: 0; padding: 0; }
    .lp-launch .lp-academy-card-feature .lp-academy-art { grid-column: auto; height: auto; min-height: 0; aspect-ratio: 16 / 7; border-radius: 20px 20px 0 0; }
    .lp-launch .lp-academy-card-feature .lp-academy-art img { height: 100%; max-height: none; }
    .lp-launch .lp-academy-card-feature .lp-academy-copy { display: block; padding: 18px 18px 17px; }
    .lp-launch .lp-academy-card-feature .lp-academy-description { margin-top: 14px; padding: 0; }
        .lp-launch .lp-profile + .lp-profile { margin-top: 24px; padding-top: 24px; }
    .lp-launch .lp-profile p:not(.lp-eyebrow) { font-size: 14px; }
    .lp-launch .lp-profile .lp-eyebrow { font-size: 9px; }
    .lp-launch .lp-profile .lp-text-link { font-size: 13px; }
    .lp-launch .lp-footer-founder .landing-eyebrow { font-size: 9px; }
    .lp-launch .lp-footer-founder h2 { font-size: 21px; }
    .lp-launch .lp-footer-founder-text { font-size: 13px; }
}
@media (max-width: 360px) {
    .lp-launch .lp-academy-card { grid-template-columns: 70px minmax(0,1fr); gap: 17px 12px; padding: 17px; }
    .lp-launch .lp-academy-card-feature { gap: 0; padding: 0; }
    .lp-launch .lp-academy-heading h3 { font-size: 21px; }
    .lp-launch .lp-profile { grid-template-columns: 64px minmax(0,1fr); gap: 14px; }
    .lp-launch .lp-profile-art { width: 64px; }
    .lp-launch .lp-profile-art img { height: 86px; }
}

/* Acesso único no cabeçalho — mobile-first para o lançamento. */
.lp-launch .landing-header-access-trigger {
    position: relative;
    z-index: 4;
    min-height: 40px;
    margin-left: auto;
    padding: 0 17px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    background: rgba(255,255,255,.045);
    color: rgba(255,255,255,.9);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
    font: inherit;
    font-size: 11px;
    font-weight: 650;
    letter-spacing: .015em;
    line-height: 1;
    text-transform: none;
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}
.lp-launch .landing-header-access-trigger:hover,
.lp-launch .landing-header-access-trigger:focus-visible {
    border-color: rgba(var(--cor-primaria-rgb,212,175,55),.44);
    background: rgba(255,255,255,.07);
    color: #fff;
    transform: translateY(-1px);
}

.lp-launch .landing-access-modal[hidden] { display: none !important; }
.lp-launch .landing-access-modal {
    position: fixed;
    z-index: 1200;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 22px;
    background: rgba(0,0,0,.72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.lp-launch .landing-access-dialog {
    position: relative;
    width: min(440px, 100%);
    max-height: min(680px, calc(100dvh - 44px));
    overflow: auto;
    padding: 28px;
    border: 1px solid rgba(242,229,192,.16);
    border-radius: 24px;
    background:
        radial-gradient(circle at 82% 0%,rgba(var(--cor-primaria-rgb,212,175,55),.09),transparent 33%),
        #0d0d0b;
    box-shadow: 0 28px 90px rgba(0,0,0,.68), inset 0 1px 0 rgba(255,255,255,.025);
    color: var(--lp-text);
    outline: none;
}
.lp-launch .landing-access-close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 50%;
    background: rgba(255,255,255,.035);
    color: rgba(255,255,255,.72);
    cursor: pointer;
}
.lp-launch .landing-access-close:hover,
.lp-launch .landing-access-close:focus-visible { color: #fff; border-color: rgba(var(--cor-primaria-rgb,212,175,55),.34); }
.lp-launch .landing-access-close svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; }
.lp-launch .landing-access-heading { padding-right: 44px; }
.lp-launch .landing-access-eyebrow {
    margin: 0 0 8px;
    color: var(--lp-accent);
    font-size: 9px !important;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.5 !important;
}
.lp-launch .landing-access-heading h2 {
    margin: 0;
    font-family: var(--landing-serif,Georgia,serif);
    font-size: 29px;
    font-weight: 400;
    letter-spacing: -.025em;
    line-height: 1.2;
}
.lp-launch .landing-access-heading > p:last-child { margin: 9px 0 0; color: var(--lp-muted); font-size: 13px; line-height: 1.6; }
.lp-launch .landing-access-options { display: grid; gap: 10px; margin-top: 23px; }
.lp-launch .landing-access-option {
    display: grid;
    grid-template-columns: 44px minmax(0,1fr) auto;
    gap: 13px;
    align-items: center;
    min-height: 72px;
    padding: 13px 15px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 16px;
    background: rgba(255,255,255,.025);
    color: var(--lp-text);
    text-decoration: none;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.lp-launch .landing-access-option:hover,
.lp-launch .landing-access-option:focus-visible {
    border-color: rgba(var(--cor-primaria-rgb,212,175,55),.38);
    background: rgba(255,255,255,.045);
    transform: translateY(-1px);
}
.lp-launch .landing-access-option-primary {
    min-height: 88px;
    border-color: rgba(var(--cor-primaria-rgb,212,175,55),.46);
    background: linear-gradient(110deg,rgba(var(--cor-primaria-rgb,212,175,55),.13),rgba(var(--cor-primaria-rgb,212,175,55),.035));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 10px 32px rgba(0,0,0,.18);
}
.lp-launch .landing-access-option-primary:hover,
.lp-launch .landing-access-option-primary:focus-visible {
    border-color: rgba(var(--cor-primaria-rgb,212,175,55),.7);
    background: linear-gradient(110deg,rgba(var(--cor-primaria-rgb,212,175,55),.17),rgba(var(--cor-primaria-rgb,212,175,55),.05));
}
.lp-launch .landing-access-option-icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(var(--cor-primaria-rgb,212,175,55),.22);
    border-radius: 13px;
    background: rgba(var(--cor-primaria-rgb,212,175,55),.045);
    color: var(--lp-accent);
}
.lp-launch .landing-access-option-primary .landing-access-option-icon { border-color: rgba(var(--cor-primaria-rgb,212,175,55),.4); background: rgba(var(--cor-primaria-rgb,212,175,55),.09); }
.lp-launch .landing-access-option-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.lp-launch .landing-access-option-copy { display: flex; min-width: 0; flex-direction: column; }
.lp-launch .landing-access-option-kicker { margin-bottom: 2px; color: var(--lp-accent); font-size: 7.5px; font-weight: 700; letter-spacing: .15em; line-height: 1.4; }
.lp-launch .landing-access-option-copy strong { font-size: 15px; font-weight: 650; line-height: 1.35; }
.lp-launch .landing-access-option-primary .landing-access-option-copy strong { font-size: 17px; }
.lp-launch .landing-access-option-copy small { margin-top: 3px; color: var(--lp-muted); font-size: 11px; line-height: 1.45; }
.lp-launch .landing-access-option-arrow { color: var(--lp-accent); font-size: 18px; font-weight: 300; }
body.landing-access-modal-open { overflow: hidden; }

@media (max-width: 720px) {
    .lp-launch .landing-header-inner { justify-content: space-between; gap: 7px; }
    .lp-launch .landing-brand,
    .lp-launch .landing-header.rolado .landing-brand {
        position: static;
        width: 112px;
        height: 70px;
        transform: none;
        flex: 0 0 112px;
    }
    .lp-launch .landing-brand img,
    .lp-launch .landing-header.rolado .landing-brand img {
        width: 112px;
        height: 70px;
        object-position: left center;
    }
    .lp-launch .landing-header-cta {
        position: absolute;
        left: calc(50% + 7px);
        min-height: 38px;
        padding-inline: 10px;
        margin: 0;
        font-size: 9.2px;
        letter-spacing: .012em;
        transform: translateX(-50%);
        white-space: nowrap;
    }
    .lp-launch .landing-header-cta:hover,
    .lp-launch .landing-header-cta:focus-visible { transform: translate(-50%,-1px); }
    .lp-launch .landing-header-access-trigger {
        left: 4px;
        flex: 0 0 auto;
        min-height: 38px;
        padding-inline: 13px;
        font-size: 10px;
        white-space: nowrap;
    }
    .lp-launch .landing-access-modal { align-items: end; padding: 14px; }
    .lp-launch .landing-access-dialog {
        width: 100%;
        max-height: calc(100dvh - 28px);
        padding: 24px 18px 18px;
        border-radius: 22px;
    }
    .lp-launch .landing-access-heading h2 { font-size: 27px; }
    .lp-launch .landing-access-options { margin-top: 20px; }
    .lp-launch .landing-access-option { grid-template-columns: 42px minmax(0,1fr) auto; min-height: 68px; padding: 11px 13px; }
    .lp-launch .landing-access-option-primary { min-height: 84px; }
    .lp-launch .landing-access-option-icon { width: 42px; height: 42px; }
}

@media (max-width: 360px) {
    .lp-launch .landing-header-inner { width: calc(100% - 22px); }
    .lp-launch .landing-brand,
    .lp-launch .landing-header.rolado .landing-brand { width: 94px; flex-basis: 94px; }
    .lp-launch .landing-brand img,
    .lp-launch .landing-header.rolado .landing-brand img { width: 94px; }
    .lp-launch .landing-header-cta { left: calc(50% + 5px); min-height: 34px; padding-inline: 7px; font-size: 7.8px; }
    .lp-launch .landing-header-access-trigger { left: 3px; min-height: 36px; padding-inline: 10px; font-size: 9px; }
    .lp-launch .lp-actions .lp-button-primary { flex-basis: 188px; max-width: 188px; }
}

@media (prefers-reduced-motion: reduce) {
    .lp-launch .landing-access-option,
    .lp-launch .landing-header-access-trigger { transition: none; }
}
