/* Leva Léo — página inicial e modelo da marca */
body.ll-landing { margin: 0; background: var(--ll-preto); }
.llh, .llh * { box-sizing: border-box; }
.llh { font-family: var(--ll-font); color: var(--ll-preto); background: var(--ll-branco); -webkit-font-smoothing: antialiased; overflow-x: clip;
  --ll-padrao: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='%23222' transform='skewX(-12)'%3E%3Cpath d='M30 18h9v25h13v8H30z'/%3E%3Cpath d='M44 14h8v14h15l-4 7H44z'/%3E%3Cpath d='M90 78h9v25h13v8H90z'/%3E%3Cpath d='M104 74h8v14h15l-4 7h-19z'/%3E%3C/g%3E%3C/svg%3E"); }
.llh img { max-width: 100%; height: auto; }
.llh a { color: inherit; }
.llh h1, .llh h2 { font-family: var(--ll-font); font-weight: 800; letter-spacing: -.035em; line-height: 1; margin: 0 0 18px; }
.llh h1 { font-size: clamp(46px, 7vw, 94px); color: var(--ll-branco); }
.llh h2 { font-size: clamp(34px, 4.6vw, 58px); }
.llh p { margin: 0 0 16px; }
.llh-wrap { width: 100%; max-width: 1220px; margin: 0 auto; padding: 0 24px; }
.llh-sobre { font-size: 12px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--ll-muted); margin-bottom: 14px !important; display: flex; align-items: center; gap: 10px; }
.llh-lead { font-size: 17px; line-height: 1.65; max-width: 520px; }
.llh-split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.ll-ico { width: 32px; height: 32px; flex: none; }
.llh .ll-btn { box-shadow: 0 0 0 0 rgba(168,240,0,0); transition: transform .18s ease, background-color .15s, box-shadow .2s; }
.llh .ll-btn:hover { transform: translateY(-2px); }
.llh .ll-btn-principal:hover { box-shadow: 0 10px 28px rgba(168,240,0,.35); }

/* Topo */
.llh-top { background: var(--ll-preto); border-bottom: 1px solid #262626; position: sticky; top: 0; z-index: 60; }
.llh-top-in { display: flex; align-items: center; gap: 36px; min-height: 80px; }
.llh-logo img { display: block; height: 44px; width: auto; }
.llh-nav { display: flex; gap: 28px; margin-left: auto; }
.llh-nav a { color: var(--ll-branco); text-decoration: none; font-weight: 600; font-size: 15px; position: relative; padding: 6px 0; }
.llh-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 3px; border-radius: 2px; background: var(--ll-verde); transition: right .2s ease; }
.llh-nav a:hover::after { right: 0; }
.llh-cta { margin-left: auto; }

/* Hero */
.llh-hero { position: relative; background: var(--ll-preto) var(--ll-padrao); color: var(--ll-branco); padding: 64px 0 0; overflow: hidden; }
.llh-hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 70% at 30% 40%, rgba(17,17,17,.2), var(--ll-preto) 85%); pointer-events: none; }
.llh-hero-faixa { display: none; }
.llh-hero-leo-box::before { content: ""; position: absolute; z-index: -1; left: 50%; top: -600px; bottom: -600px; width: 58%; margin-left: -29%; background: var(--ll-verde); transform: skewX(-14deg); }
.llh-hero-in { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr minmax(380px, 480px); gap: 40px; align-items: start; }
.llh-hero .llh-sobre { color: #bdbdbd; }
.llh-grifo { color: var(--ll-verde); }
.llh-assina { font-size: clamp(22px, 2.6vw, 30px); font-weight: 700; letter-spacing: -.02em; }
.llh-assina span { color: var(--ll-verde); }
.llh-hero .llh-lead { color: #d6d6d6; max-width: 470px; }
.llh-hero-txt { position: relative; padding-right: 250px; }
.llh-selos { list-style: none; padding: 0; margin: 22px 0 0; display: flex; flex-wrap: wrap; gap: 10px; }
.llh-selos li { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; padding: 8px 14px 8px 10px; border-radius: 999px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); }
.llh-selos .ll-ico { width: 18px; height: 18px; color: var(--ll-verde); stroke-width: 7; }
.llh-hero-leo-box { position: absolute; z-index: 0; right: -20px; top: 40px; width: 300px; }
.llh-hero-txt > :not(.llh-hero-leo-box) { position: relative; z-index: 1; }
.llh-hero-leo { display: block; width: 100%; filter: drop-shadow(0 30px 40px rgba(0,0,0,.45)); animation: llFlutua 5s ease-in-out infinite; }
.llh-notif { position: absolute; right: 30px; bottom: 70px; white-space: nowrap; display: flex; gap: 10px; align-items: center; background: var(--ll-branco); color: var(--ll-preto); padding: 10px 16px 10px 10px; border-radius: 18px; box-shadow: 0 18px 40px rgba(0,0,0,.35); animation: llNotif 6s ease-in-out infinite; }
.llh-notif-ico img { display: block; width: 36px; height: 36px; border-radius: 10px; }
.llh-notif b { display: block; font-size: 14px; }
.llh-notif small { font-size: 12px; color: var(--ll-muted); }
.llh-hero-form { position: relative; background: var(--ll-branco); color: var(--ll-preto); border-radius: 28px; padding: 30px 28px 22px; margin-bottom: 64px; scroll-margin-top: 110px; box-shadow: 0 40px 80px rgba(0,0,0,.5), 0 0 0 6px rgba(168,240,0,.18); }
.llh-hero-form .ll-app { max-width: none; }
.llh-hero-form .ll-h { font-size: 28px; }
.llh-hero-form .ll-veics { grid-template-columns: 1fr 1fr; }
.llh-hero-form .ll-nav .ll-avancar, .llh-hero-form .ll-nav .ll-enviar { min-width: 0; flex: 1; }
.llh-hero-form .ll-done-leo { height: 180px; }
.llh-hero-form .ll-done .ll-btn { min-width: 0; width: 100%; }

/* Categorias */
.llh-cats { background: var(--ll-branco); border-bottom: 1px solid var(--ll-line); position: relative; z-index: 3; }
.llh-cats-in { display: grid; grid-template-columns: repeat(6, 1fr); }
.llh-cats a { display: grid; grid-template-columns: auto 1fr; column-gap: 12px; align-items: center; padding: 24px 18px; text-decoration: none; border-top: 5px solid transparent; border-right: 1px solid var(--ll-line); transition: background-color .15s, border-color .15s; }
.llh-cats a:last-child { border-right: 0; }
.llh-cats a:hover { border-top-color: var(--ll-verde); background: var(--ll-nevoa); }
.llh-cats .ll-ico { grid-row: span 2; width: 34px; height: 34px; padding: 6px; border-radius: 10px; background: var(--ll-preto); color: var(--ll-verde); stroke-width: 5; transition: transform .2s; }
.llh-cats a:hover .ll-ico { transform: rotate(-8deg) scale(1.08); }
.llh-cats b { font-size: 16px; font-weight: 700; }
.llh-cats span { font-size: 13px; color: var(--ll-muted); }

/* Faixa corrida */
.llh-marquee { background: var(--ll-verde); overflow: hidden; padding: 14px 0; border-bottom: 1px solid #93d400; }
.llh-marquee-in { display: flex; width: max-content; align-items: center; gap: 28px; animation: llMarquee 26s linear infinite; }
.llh-marquee span { font-weight: 800; font-size: 20px; letter-spacing: -.01em; white-space: nowrap; }
.llh-marquee i { width: 16px; height: 16px; background: var(--ll-preto); transform: skewX(-12deg); border-radius: 2px; }

/* Seções */
.llh-sec { padding: 104px 0; position: relative; }
.llh-como { background: var(--ll-nevoa); }
.llh-passos { list-style: none; counter-reset: p; padding: 0; margin: 8px 0 30px; display: grid; gap: 12px; max-width: 560px; position: relative; }
.llh-passos li { counter-increment: p; display: grid; grid-template-columns: 56px 1fr; column-gap: 10px; align-items: center; background: var(--ll-preto); color: var(--ll-branco); border-radius: 20px; padding: 20px 24px; transition: transform .2s; }
.llh-passos li:hover { transform: translateX(6px); }
.llh-passos li::before { content: counter(p); grid-row: span 2; font-size: 44px; font-weight: 800; color: var(--ll-verde); line-height: 1; }
.llh-passos b { font-size: 18px; }
.llh-passos span { font-size: 14px; color: #bdbdbd; }
.llh-como-arte { position: relative; display: grid; justify-items: center; }
.llh-como-arte::before { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; background: var(--ll-verde); top: 50%; left: 50%; transform: translate(-50%, -44%); }
.llh-como-leo { position: relative; width: 300px; }
.llh-trilho-demo { position: relative; z-index: 2; display: flex; gap: 6px; background: var(--ll-branco); padding: 10px 12px; border-radius: 999px; box-shadow: 0 14px 30px rgba(0,0,0,.12); margin-bottom: -20px; font-size: 11px; font-weight: 700; }
.llh-trilho-demo span { padding: 6px 10px; border-radius: 999px; color: var(--ll-muted); }
.llh-trilho-demo .on { background: var(--ll-preto); color: var(--ll-branco); }
.llh-trilho-demo .atual { background: var(--ll-verde); color: var(--ll-preto); }

.llh-veic-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.llh-veic-leo { width: 120px; margin-bottom: -34px; position: relative; z-index: 1; }
.llh-veic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 10px; }
.llh-veic { background: var(--ll-nevoa); border-radius: 20px; padding: 22px; display: grid; gap: 10px; text-decoration: none; border: 2px solid transparent; transition: transform .2s, border-color .2s, background-color .2s; }
.llh-veic:hover { transform: translateY(-4px); border-color: var(--ll-preto); background: var(--ll-branco); }
.llh-veic .ll-ico { width: 56px; height: 56px; stroke-width: 3.5; transition: transform .3s; }
.llh-veic:hover .ll-ico { transform: translateX(8px); color: var(--ll-verde-texto); }
.llh-veic b { font-size: 22px; font-weight: 800; letter-spacing: -.02em; }
.llh-veic-cap { color: var(--ll-muted); font-size: 14px; }
.llh-nota { color: var(--ll-muted); font-size: 14px; margin-top: 22px !important; }

/* Van */
.llh-van { background: var(--ll-preto) var(--ll-padrao); color: var(--ll-branco); padding: 100px 0; overflow: hidden; }
.llh-van-in { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: center; }
.llh-van .llh-sobre { color: #bdbdbd; }
.llh-van h2 span { color: var(--ll-verde); }
.llh-pontos { list-style: none; padding: 0; margin: 10px 0 0; display: grid; gap: 18px; }
.llh-pontos li { display: flex; gap: 16px; align-items: flex-start; }
.llh-pontos .ll-ico { width: 44px; height: 44px; padding: 9px; border-radius: 12px; background: #1f1f1f; color: var(--ll-verde); stroke-width: 4.5; }
.llh-pontos b { display: block; font-size: 17px; margin-bottom: 2px; }
.llh-pontos span { color: #bdbdbd; font-size: 15px; line-height: 1.5; }
.llh-van-arte { position: relative; }
.llh-van-svg { width: 100%; height: auto; display: block; animation: llVan 3.2s ease-in-out infinite; }
.llh-roda { transform-box: fill-box; transform-origin: center; animation: llRoda 1s linear infinite; }
.llh-van-arte::after { content: ""; position: absolute; left: -8%; right: 72%; top: 55%; height: 4px; border-radius: 2px; background: linear-gradient(90deg, transparent, rgba(168,240,0,.8)); box-shadow: 0 26px 0 rgba(168,240,0,.5), 0 -30px 0 rgba(168,240,0,.35); animation: llVento 1.6s linear infinite; }

.llh-empresas { background: var(--ll-verde); overflow: hidden; }
.llh-empresas .llh-sobre { color: var(--ll-preto); }
.llh-lista-check { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 10px; }
.llh-lista-check li { display: flex; gap: 10px; align-items: center; font-weight: 600; }
.llh-lista-check .ll-ico { width: 24px; height: 24px; padding: 4px; border-radius: 50%; background: var(--ll-preto); color: var(--ll-verde); stroke-width: 8; }
.llh-emp-arte { position: relative; display: grid; justify-items: center; }
.llh-emp-disco { position: absolute; width: 380px; height: 380px; border-radius: 50%; background: var(--ll-preto) var(--ll-padrao); top: 50%; left: 50%; transform: translate(-50%, -46%); }
.llh-emp-leo { position: relative; width: 290px; }

.llh-seja { color: var(--ll-branco); background: var(--ll-preto) var(--ll-padrao); overflow: hidden; }
.llh-seja .llh-split { grid-template-columns: .8fr 1.2fr; }
.llh-seja .llh-sobre { color: #bdbdbd; }
.llh-seja h2 span { color: var(--ll-verde); display: block; }
.llh-seja .llh-lead { color: #d6d6d6; }
.llh-seja-leo { width: 280px; justify-self: center; filter: drop-shadow(0 30px 40px rgba(0,0,0,.5)); }
.llh-uniforme { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 6px 0 28px; max-width: 560px; }
.llh-uniforme div { background: #1d1d1d; border: 1px solid #2c2c2c; border-radius: 16px; padding: 14px 16px; }
.llh-uniforme b { display: block; color: var(--ll-verde); font-size: 15px; }
.llh-uniforme span { font-size: 13px; color: #bdbdbd; }

/* FAQ */
.llh-faq { background: var(--ll-branco); }
.llh-faq-in { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: start; }
.llh-faq-lista { display: grid; gap: 10px; }
.llh-faq details { background: var(--ll-nevoa); border-radius: 18px; padding: 0 22px; border: 2px solid transparent; transition: border-color .2s, background-color .2s; }
.llh-faq details[open] { background: var(--ll-branco); border-color: var(--ll-preto); }
.llh-faq summary { list-style: none; cursor: pointer; font-weight: 700; font-size: 17px; padding: 20px 36px 20px 0; position: relative; }
.llh-faq summary::-webkit-details-marker { display: none; }
.llh-faq summary::after { content: ""; position: absolute; right: 0; top: 50%; width: 22px; height: 22px; margin-top: -11px; border-radius: 50%; background: var(--ll-verde) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath d='M6 11h10M11 6v10' stroke='%23111' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E") center/100% no-repeat; transition: transform .2s; }
.llh-faq details[open] summary::after { transform: rotate(45deg); }
.llh-faq details p { color: var(--ll-grafite); line-height: 1.6; padding-bottom: 20px; margin: 0; }

.llh-final { background: var(--ll-verde); padding: 80px 0 0; overflow: hidden; }
.llh-final-in { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.llh-final-in > div { padding-bottom: 80px; }
.llh-final h2 { font-size: clamp(48px, 8vw, 104px); }
.llh-final-leo { width: 280px; margin-bottom: 0; display: block; }

.llh-rodape { background: var(--ll-preto); color: #bdbdbd; padding: 48px 0; }
.llh-rodape-in { display: grid; grid-template-columns: auto 1fr auto; gap: 12px 32px; align-items: center; }
.llh-rodape img { height: 38px; width: auto; display: block; }
.llh-rodape .llh-sobre { margin: 0 !important; color: #8a8a8a; }
.llh-rodape nav { display: flex; flex-wrap: wrap; gap: 22px; }
.llh-rodape nav a { color: var(--ll-branco); text-decoration: none; font-size: 14px; font-weight: 600; }
.llh-rodape nav a:hover { color: var(--ll-verde); }
.llh-cidade { grid-column: 1 / -1; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; margin: 12px 0 0 !important; }

/* Páginas internas (pedir, seja um Léo, acompanhar) */
.llh-pagina { background: var(--ll-nevoa); padding: 56px 0 80px; min-height: 60vh; }
.llh-pagina .ll-app { background: var(--ll-branco); border-radius: 28px; padding: 36px 32px 28px; }

/* Movimento */
.llh-flutua { animation: llFlutua 5s ease-in-out infinite; }
.js-llh .llh-rv { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); transition-delay: calc(var(--d, 0) * 80ms); }
.js-llh .llh-rv.in { opacity: 1; transform: none; }
@keyframes llFlutua { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes llNotif { 0%, 8% { opacity: 0; transform: translateY(12px) scale(.96); } 16%, 84% { opacity: 1; transform: none; } 92%, 100% { opacity: 0; transform: translateY(-8px); } }
@keyframes llMarquee { to { transform: translateX(-50%); } }
@keyframes llVan { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-3px); } }
@keyframes llRoda { to { transform: rotate(360deg); } }
@keyframes llVento { from { transform: translateX(0); opacity: 0; } 30% { opacity: 1; } to { transform: translateX(-60%); opacity: 0; } }
@media (prefers-reduced-motion: reduce) {
  .llh *, .llh *::before, .llh *::after { animation: none !important; transition: none !important; }
  .js-llh .llh-rv { opacity: 1; transform: none; }
}

/* Tablet */
@media (max-width: 1080px) {
  .llh-nav { display: none; }
  .llh-hero-in { grid-template-columns: 1fr; gap: 28px; }
  .llh-hero-txt { padding-right: 230px; min-height: 380px; }
  .llh-hero-leo-box { right: 0; top: 0; width: 220px; }
  .llh-notif { right: 0; bottom: 30px; }
  .llh-cats-in { grid-template-columns: repeat(3, 1fr); }
  .llh-cats a:nth-child(3) { border-right: 0; }
  .llh-cats a:nth-child(-n+3) { border-bottom: 1px solid var(--ll-line); }
  .llh-veic-grid { grid-template-columns: 1fr 1fr; }
  .llh-van-in, .llh-faq-in { grid-template-columns: 1fr; }
  .llh-rodape-in { grid-template-columns: 1fr; }
}
/* Celular */
@media (max-width: 640px) {
  .llh-wrap { padding: 0 16px; }
  .llh-top { position: relative; }
  .llh-top-in { min-height: 66px; gap: 12px; }
  .llh-logo img { height: 34px; }
  .llh-cta { min-height: 44px; padding: 10px 16px; font-size: 14px; }
  .llh-hero { padding-top: 32px; }
  .llh-hero-txt { padding-right: 0; min-height: 0; }
  .llh-hero .llh-lead { padding-right: 110px; font-size: 16px; }
  .llh-hero-leo-box { width: 104px; top: 118px; right: -8px; }
  .llh-notif { display: none; }
  .llh-selos { padding-right: 0; }
  .llh-selos li { font-size: 13px; }
  .llh-hero-form { padding: 24px 18px 16px; border-radius: 22px; margin: 0 -4px 40px; }
  .llh-hero-form .ll-veics { grid-template-columns: 1fr; }
  .llh-cats-in { grid-template-columns: 1fr 1fr; }
  .llh-cats a { padding: 16px 12px; border-bottom: 1px solid var(--ll-line); column-gap: 10px; }
  .llh-cats a:nth-child(3) { border-right: 1px solid var(--ll-line); }
  .llh-cats a:nth-child(2n) { border-right: 0; }
  .llh-cats .ll-ico { width: 30px; height: 30px; }
  .llh-marquee span { font-size: 16px; }
  .llh-sec, .llh-van { padding: 68px 0; }
  .llh-split, .llh-seja .llh-split { grid-template-columns: 1fr; gap: 36px; }
  .llh-como-arte::before { width: 250px; height: 250px; }
  .llh-como-leo, .llh-emp-leo { width: 200px; }
  .llh-emp-disco { width: 260px; height: 260px; }
  .llh-trilho-demo { font-size: 10px; gap: 2px; padding: 8px; }
  .llh-trilho-demo span { padding: 5px 7px; }
  .llh-veic-leo { width: 88px; margin-bottom: -24px; }
  .llh-veic-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .llh-veic { padding: 16px; }
  .llh-veic .ll-ico { width: 44px; height: 44px; }
  .llh-veic b { font-size: 18px; }
  .llh-seja-leo { width: 190px; order: 2; }
  .llh-uniforme { grid-template-columns: 1fr; }
  .llh-final { padding-top: 56px; }
  .llh-final-in { flex-direction: column; align-items: flex-start; }
  .llh-final-in > div { padding-bottom: 0; }
  .llh-final-leo { width: 190px; align-self: flex-end; margin: -40px 0 0; }
  .llh-pagina { padding: 24px 0 48px; }
  .llh-pagina .ll-app { padding: 24px 18px 18px; border-radius: 22px; }
}

/* Van (foto) */
.llh-van-img { display: block; width: 100%; height: auto; position: relative; z-index: 1; filter: drop-shadow(0 30px 30px rgba(0,0,0,.55)); animation: llVan 3.2s ease-in-out infinite; }
.llh-van-arte::before { content: ""; position: absolute; left: 8%; right: 8%; bottom: 2%; height: 18px; border-radius: 50%; background: rgba(168,240,0,.25); filter: blur(14px); }
/* A van anda para a esquerda: as linhas de velocidade ficam atrás dela, à direita. */
.llh-van-arte::after { left: auto; right: -12%; width: 26%; top: 48%; background: linear-gradient(270deg, transparent, rgba(168,240,0,.8)); animation-name: llVentoDir; }
@keyframes llVentoDir { from { transform: translateX(0); opacity: 0; } 30% { opacity: 1; } to { transform: translateX(60%); opacity: 0; } }
