/* ============================================================
   IMPERIUM — LANDING V2
   Institutional redesign: authority, trust, conversion-focused.
   Scoped under .landing-v2 to not break existing authenticated app.
   ============================================================ */

/* ===== RESET / BASE ===== */
.landing-v2 {
    --gold: #B8863C;
    margin: 0;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #10142A;
    font-size: 15px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.landing-v2 *,
.landing-v2 *::before,
.landing-v2 *::after { box-sizing: border-box; }
.landing-v2 a { color: inherit; text-decoration: none; }
.landing-v2 button,
.landing-v2 input,
.landing-v2 textarea { font: inherit; }
.landing-v2 p { margin-top: 0; }
.landing-v2 img { max-width: 100%; display: block; }
.landing-v2 picture { display: contents; }
.landing-v2 .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
/* carrossel precisa de imagens sem max-width para object-fit funcionar */
.lv2-hero-slide img,
.lv2-immersive-img img,
.lv2-cta-final-bg img { max-width: none; width: 100%; }
.landing-v2 section { position: relative; }
.landing-v2 em {
    font-family: "Fraunces", Georgia, serif;
    font-style: italic;
    font-weight: 400;
    color: var(--gold);
}

/* ===== CONTAINERS ===== */
.lv2-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 40px;
}
.lv2-container--narrow {
    max-width: 780px;
}
@media (max-width: 640px) {
    .lv2-container { padding: 0 20px; }
}

/* ===== BUTTONS ===== */
.lv2-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.01em;
    border-radius: 10px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.18s ease;
    padding: 11px 22px;
    white-space: nowrap;
}
.lv2-btn--sm  { padding: 8px 16px; font-size: 0.8rem; border-radius: 8px; }
.lv2-btn--lg  { padding: 14px 28px; font-size: 0.95rem; border-radius: 12px; }
.lv2-btn--xl  { padding: 17px 34px; font-size: 1rem; border-radius: 14px; }

.lv2-btn--gold {
    background: #B8863C;
    border-color: #B8863C;
    color: #fff;
    box-shadow: 0 4px 20px rgba(184,134,60,0.35);
}
.lv2-btn--gold:hover {
    background: #9C702F;
    border-color: #9C702F;
    transform: translateY(-1px);
    box-shadow: 0 6px 28px rgba(184,134,60,0.45);
}

.lv2-btn--primary {
    background: #142868;
    border-color: #142868;
    color: #fff;
    box-shadow: 0 4px 16px rgba(20,40,104,0.25);
}
.lv2-btn--primary:hover {
    background: #0E1D52;
    transform: translateY(-1px);
    box-shadow: 0 6px 24px rgba(20,40,104,0.35);
}

.lv2-btn--ghost {
    background: transparent;
    border-color: #142868;
    color: #142868;
}
.lv2-btn--ghost:hover {
    background: rgba(20,40,104,0.06);
}

.lv2-btn--ghost-light {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.35);
    color: #fff;
}
.lv2-btn--ghost-light:hover {
    background: rgba(255,255,255,0.18);
    border-color: rgba(255,255,255,0.6);
}

/* ===== TYPOGRAPHY ===== */
.lv2-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;

    color: #B8863C;

    margin-bottom: 10px;
}
.lv2-eyebrow--light { color: #E5C58E; }
.lv2-eyebrow-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    flex-shrink: 0;
}

.lv2-h2 {
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #0B0F26;
    line-height: 1.18;
    margin: 0 0 16px;
}
.lv2-h2--light { color: #fff; }

.lv2-lead {
    font-size: 1.05rem;
    color: #5C6480;
    line-height: 1.8;
    max-width: 620px;
    margin: 0 0 16px;
}
.lv2-lead--light { color: rgba(255,255,255,0.72); }

.lv2-p {
    font-size: 0.97rem;
    color: #5C6480;
    line-height: 1.78;
    margin: 0 0 14px;
}
.lv2-p--light { color: rgba(255,255,255,0.72); }
.lv2-p--light strong { color: #fff; }

/* ===== SECTIONS ===== */
.lv2-section{
    padding:72px 0;
}

@media (max-width:640px){
    .lv2-section{
        padding:48px 0;
    }
}
.lv2-section--white { background: #fff; }
.lv2-section--soft  { background: #F4F5FA; }
.lv2-section--navy  { background: #0A1340; }

/* Prevent fixed nav from covering section headings on anchor jump */
.lv2-section,
.lv2-hero,
.lv2-results,
.lv2-cta-final,
.lv2-cap {
    scroll-margin-top: 72px;
}
@media (max-width: 900px) {
    .lv2-section,
    .lv2-hero,
    .lv2-results,
    .lv2-cta-final,
    .lv2-cap {
        scroll-margin-top: 64px;
    }
}

.lv2-section-head { margin-bottom: 36px; }
.lv2-section-head--center { text-align: center; }
.lv2-section-head--center .lv2-h2,
.lv2-section-head--center .lv2-lead { margin-left: auto; margin-right: auto; }

/* ===== SCROLL REVEAL ===== */
.lv2-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.lv2-revealed {
    opacity: 1;
    transform: none;
}

/* ============================================================
   NAV
   ============================================================ */
.lv2-nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 600;
    padding: 16px 0;
    transition: background 0.28s ease, box-shadow 0.28s ease, padding 0.28s ease;
    /* necessário para o menu mobile absolute funcionar */
    isolation: isolate;
}
.lv2-nav-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
    min-width: 0;
}
.lv2-nav-brand {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    min-width: 0;
}
.lv2-nav-logo {
    height: clamp(76px, 6.4vw, 92px);
    width: auto;
}
.lv2-nav-logo--dark  { display: none !important; }
.lv2-nav-logo--light { display: block !important; }

/* Scrolled: swap to dark logo */
.lv2-nav--scrolled .lv2-nav-logo--dark  { display: block !important; }
.lv2-nav--scrolled .lv2-nav-logo--light { display: none  !important; }

.lv2-nav-links {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
    min-width: 0;
    white-space: nowrap;
}
.lv2-nav-links a {
    color: rgba(255,255,255,0.8);
    font-size: 0.845rem;
    font-weight: 600;
    transition: color 0.18s;
}
.lv2-nav-links a:hover { color: #fff; }

.lv2-nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    white-space: nowrap;
}
.lv2-nav-login {
    color: rgba(255,255,255,0.75);
    font-size: 0.845rem;
    font-weight: 600;
    transition: color 0.18s;
}
.lv2-nav-login:hover { color: #fff; }

/* Scrolled state */
.lv2-nav--scrolled {
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(16px) saturate(180%);
    box-shadow: 0 2px 20px rgba(10,19,64,0.1);
    padding: 12px 0;
}
.lv2-nav--scrolled .lv2-nav-links a { color: #3A4580; }
.lv2-nav--scrolled .lv2-nav-links a:hover { color: #0B0F26; }
.lv2-nav--scrolled .lv2-nav-login { color: #5C6480; }
.lv2-nav--scrolled .lv2-nav-login:hover { color: #0B0F26; }

.lv2-nav--scrolled .lv2-burger span { background: #142868; }

/* Burger */
.lv2-burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    background: rgba(255,255,255,0.15);
    border: 1.5px solid rgba(255,255,255,0.3);
    border-radius: 10px;
    cursor: pointer;
    padding: 9px;
    flex-shrink: 0;
    margin-left: auto;
    -webkit-tap-highlight-color: transparent;
}
.lv2-burger span {
    display: block;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.22s ease;
    transform-origin: center;
    width: 100%;
}
.lv2-nav--scrolled .lv2-burger {
    background: rgba(20,40,104,0.08);
    border-color: rgba(20,40,104,0.25);
}
.lv2-nav--scrolled .lv2-burger span { background: #142868; }
.lv2-burger--open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.lv2-burger--open span:nth-child(2) { opacity: 0; }
.lv2-burger--open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav — fundo branco, texto escuro, sempre legível */
.lv2-nav-mobile {
    display: none;
    flex-direction: column;
    gap: 0;
    background: #fff;
    border-top: 1px solid #E5E7F2;
    box-shadow: 0 8px 24px rgba(10,19,64,0.12);
    padding: 0 24px 20px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 500;
}
.lv2-nav-mobile--open { display: flex; }
.lv2-nav-mobile a {
    padding: 14px 4px;
    color: #1A2260;
    font-weight: 600;
    font-size: 0.95rem;
    border-bottom: 1px solid #E5E7F2;
    text-decoration: none;
}
.lv2-nav-mobile a:hover { color: #0A1340; }
/* scrolled também usa branco — mesmo estilo */
.lv2-nav--scrolled .lv2-nav-mobile a { color: #1A2260; border-bottom-color: #E5E7F2; }
.lv2-mobile-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 16px;
}

@media (max-width: 900px) {
    .lv2-nav-links { display: none !important; }
    .lv2-nav-actions .lv2-btn--gold { display: none !important; }
    .lv2-nav-login { display: none !important; }
    .lv2-burger { display: flex !important; }
    .lv2-nav-inner { justify-content: space-between; }
    /* garante que nav-actions não some junto com os links */
    .lv2-nav-actions { display: flex !important; }
}
@media (max-width: 640px) {
    .lv2-nav-inner { padding: 0 20px; }
    .lv2-nav-mobile { padding: 0 20px 20px; }
}

/* ============================================================
   HERO
   ============================================================ */
.lv2-hero{
    background:linear-gradient(135deg,#060B24 0%,#0A1340 45%,#142868 100%);
    padding:110px 0 48px;
    min-height:auto;
    overflow:hidden;
    position:relative;
}

@media (max-width:960px){

    .lv2-hero{
        padding:88px 0 32px;
        overflow:hidden;
    }

}

@media (max-width:640px){

    .lv2-hero{
        padding:80px 0 28px;
    }

}

.lv2-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.lv2-hero-gradient {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 70% 30%, rgba(184,134,60,0.08) 0%, transparent 60%),
                radial-gradient(ellipse 60% 80% at 0% 100%, rgba(20,40,104,0.4) 0%, transparent 50%);
}
.lv2-hero-watermark {
    position: absolute;
    right: -100px;
    top: -100px;
    width: 600px;
    opacity: 0.04;
    filter: blur(1px);
}

.lv2-hero-inner{
    max-width:1160px;
    margin:auto;
    padding:0 40px;
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:48px;
    align-items:center;
}

@media(max-width:960px){

.lv2-hero-inner{
    grid-template-columns:1fr;
    gap:28px;
    padding:0 24px;
}

}

@media(max-width:640px){

.lv2-hero-inner{
    padding:0 20px;
    gap:24px;
}

}


.lv2-hero-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    letter-spacing: -0.035em;
    color: #fff;
    line-height: 1.1;
    margin: 0 0 24px;
}

.lv2-hero-sub {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.72);
    line-height: 1.8;
    margin: 0 0 36px;
    max-width: 540px;
}

.lv2-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 36px;
}

.lv2-hero-trust {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lv2-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.65);
    font-size: 0.845rem;
}
.lv2-trust-item i {
    color: #B8863C;
    font-size: 1rem;
    flex-shrink: 0;
}

/* Hero visual */
.lv2-hero-visual { position: relative; padding-bottom: 40px; }

.lv2-hero-img-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 32px 80px rgba(0,0,0,0.5);
}
.lv2-hero-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    filter: brightness(0.85) saturate(1.1);
}

.lv2-hero-badge {
    position: absolute;
    bottom: -20px;
    left: 24px;
    background: rgba(10,19,64,0.95);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(184,134,60,0.3);
    border-radius: 14px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.35);
}
.lv2-badge-icon { width: 36px; height: 36px; object-fit: contain; }
.lv2-hero-badge strong {
    display: block;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
}
.lv2-hero-badge span {
    display: block;
    color: rgba(255,255,255,0.55);
    font-size: 0.75rem;
}

/* Hero bar */
.lv2-hero-bar {
    background: rgba(255,255,255,0.06);
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 48px;
    position: relative;
    z-index: 1;
}
.lv2-hero-bar-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}
.lv2-bar-stat {
    padding: 28px 24px;
    text-align: center;
}
.lv2-bar-stat strong {
    display: block;
    font-size: 1.7rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 4px;
}
.lv2-bar-stat span {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.52);
    font-weight: 500;
    line-height: 1.3;
}
.lv2-bar-divider {
    width: 1px;
    background: rgba(255,255,255,0.1);
    margin: 20px 0;
}

@media (max-width: 960px) {
    .lv2-hero-inner {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-bottom: 0;
    }
    .lv2-hero-copy { padding-bottom: 0; }
    .lv2-hero-visual {
        display: block !important;
        padding-bottom: 0;
        width: 100%;
    }
    .lv2-hero-carousel { height: 280px; }
    .lv2-hero-bar-inner { grid-template-columns: repeat(2, 1fr); }
    .lv2-bar-divider { display: none; }
}
@media (max-width: 640px) {
    .lv2-hero { padding-top: 80px; }
    .lv2-hero-inner { padding: 0 20px; gap: 20px; }
    .lv2-hero-bar-inner { grid-template-columns: 1fr 1fr; padding: 0 20px; }
    .lv2-hero-title { font-size: clamp(1.55rem, 6vw, 2rem); }
    .lv2-hero-visual { display: block !important; }
    .lv2-hero-carousel { height: 220px; border-radius: 12px; }
    .lv2-hero-slide img { object-position: center center; }
}

/* ============================================================
   PROBLEMS
   ============================================================ */
.lv2-problems-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}

.lv2-problem-card {
    background: #fff;
    border: 1px solid #E5E7F2;
    border-radius: 16px;
    padding: 32px 28px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.lv2-problem-card:hover {
    box-shadow: 0 12px 40px rgba(10,19,64,0.1);
    transform: translateY(-3px);
}

.lv2-problem-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.lv2-problem-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}
.lv2-problem-icon--1 { background: rgba(220,38,38,0.1); color: #DC2626; }
.lv2-problem-icon--2 { background: rgba(234,88,12,0.1); color: #EA580C; }
.lv2-problem-icon--3 { background: rgba(202,138,4,0.1); color: #CA8A04; }
.lv2-problem-icon--4 { background: rgba(20,40,104,0.08); color: #142868; }
.lv2-problem-icon--5 { background: rgba(124,58,237,0.08); color: #7C3AED; }
.lv2-problem-icon--6 { background: rgba(5,150,105,0.08); color: #059669; }

.lv2-problem-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0B0F26;
    margin: 0;
}
.lv2-problem-card p {
    font-size: 0.9rem;
    color: #5C6480;
    line-height: 1.7;
    margin: 0;
}

.lv2-problem-cta {
    text-align: center;
    padding: 40px 24px;
    background: linear-gradient(135deg, #F4F5FA, #EEF0F9);
    border-radius: 20px;
    border: 1px solid #E5E7F2;
}
.lv2-problem-cta p {
    font-size: 1.15rem;
    font-weight: 600;
    color: #0B0F26;
    margin: 0 0 20px;
}
/* Botão não estoura no mobile */
.lv2-problem-cta .lv2-btn {
    white-space: normal;
    word-break: break-word;
    max-width: 100%;
    text-align: center;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media (max-width: 480px) {
    .lv2-problem-cta { padding: 28px 16px; }
    .lv2-problem-cta p { font-size: 1rem; }
    .lv2-problem-cta .lv2-btn { font-size: 0.85rem; padding: 12px 18px; }
}

@media (max-width: 900px) {
    .lv2-problems-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
    .lv2-problems-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   SOLUTIONS
   ============================================================ */
.lv2-solutions {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.lv2-solution {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 32px;
    padding: 40px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    align-items: start;
}
.lv2-solution:last-child { border-bottom: none; }

.lv2-solution-num {
    font-size: 2.5rem;
    font-weight: 900;
    color: rgba(184,134,60,0.4);
    letter-spacing: -0.05em;
    line-height: 1;
    padding-top: 4px;
    font-family: "Inter", sans-serif;
}

.lv2-solution-content h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
}
.lv2-solution-content p {
    font-size: 0.93rem;
    color: rgba(255,255,255,0.62);
    line-height: 1.75;
    margin: 0 0 16px;
}

.lv2-solution-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.lv2-solution-tags span {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255,255,255,0.65);
}

@media (max-width: 640px) {
    .lv2-solution { grid-template-columns: 50px 1fr; gap: 16px; }
    .lv2-solution-num { font-size: 1.8rem; }
}

/* ============================================================
   IMMERSIVE PHOTO
   ============================================================ */
.lv2-immersive {
    position: relative;
    height: 420px;
    overflow: hidden;
}
.lv2-immersive-img {
    position: absolute;
    inset: 0;
}
.lv2-immersive-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lv2-immersive-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(6,11,36,0.82) 0%, rgba(10,19,64,0.65) 100%);
}
.lv2-immersive-quote {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 40px;
}
.lv2-immersive-quote blockquote {
    margin: 0 0 16px;
    max-width: 760px;
}
.lv2-immersive-quote em {
    font-family: "Fraunces", Georgia, serif;
    font-style: italic;
    font-size: clamp(1.2rem, 2.5vw, 1.7rem);
    color: #fff;
    line-height: 1.5;
    font-weight: 400;
}
.lv2-immersive-quote cite {
    color: rgba(255,255,255,0.5);
    font-style: normal;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media (max-width: 640px) {
    .lv2-immersive { height: auto; padding: 60px 20px; }
    .lv2-immersive-img { position: absolute; }
    .lv2-immersive-quote { padding: 0; }
}

/* ============================================================
   BENEFITS
   ============================================================ */
.lv2-benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 80px;
    align-items: start;
}
.lv2-benefits-text .lv2-btn { margin-top: 12px; }

.lv2-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.lv2-benefit {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 16px;
    align-items: start;
}
.lv2-benefit-check {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(20,40,104,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #142868;
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 2px;
}
.lv2-benefit strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
    color: #0B0F26;
    margin-bottom: 4px;
}
.lv2-benefit p {
    font-size: 0.875rem;
    color: #5C6480;
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 860px) {
    .lv2-benefits-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* ============================================================
   METHODOLOGY / STEPS
   ============================================================ */
.lv2-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 64px;
}
.lv2-step {
    display: grid;
    grid-template-columns: 52px 2px 1fr;
    gap: 0 24px;
    align-items: start;
}
.lv2-step-num {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #0A1340;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 1;
    position: relative;
}
.lv2-step-line {
    width: 2px;
    background: linear-gradient(to bottom, #0A1340, #E5E7F2);
    align-self: stretch;
    margin: 52px auto 0;
    min-height: 48px;
}
.lv2-step-line--last { background: transparent; }
.lv2-step-body {
    padding: 12px 0 40px;
}
.lv2-step-body h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0B0F26;
    margin: 0 0 8px;
}
.lv2-step-body p {
    font-size: 0.9rem;
    color: #5C6480;
    line-height: 1.72;
    margin: 0;
}

/* Formats */
.lv2-methodology-formats h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0B0F26;
    margin: 0 0 28px;
    text-align: center;
}
.lv2-formats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.lv2-format {
    background: #F4F5FA;
    border: 1px solid #E5E7F2;
    border-radius: 16px;
    padding: 28px 24px;
    text-align: center;
}
.lv2-format i {
    font-size: 1.8rem;
    color: #142868;
    margin-bottom: 14px;
    display: block;
}
.lv2-format strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
    color: #0B0F26;
    margin-bottom: 10px;
}
.lv2-format p {
    font-size: 0.855rem;
    color: #5C6480;
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 740px) {
    .lv2-formats-grid { grid-template-columns: 1fr; }
    .lv2-step { grid-template-columns: 44px 2px 1fr; gap: 0 16px; }
}

/* ============================================================
   SPECIALIST
   ============================================================ */
.lv2-specialist-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 72px;
    align-items: start;
}
.lv2-specialist-img-col { position: relative; }
.lv2-specialist-img-wrap {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0,0,0,0.4);
}
.lv2-specialist-img-wrap img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    object-position: center top;
    display: block;
    filter: brightness(0.92);
}

.lv2-specialist-pillars {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 24px 0;
}
.lv2-pillar {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255,255,255,0.8);
}
.lv2-pillar i { color: #B8863C; }

.lv2-municipios-label {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.45);
    margin: 0 0 12px;
}
.lv2-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.lv2-chips span {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 5px 12px;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.62);
}

@media (max-width: 860px) {
    .lv2-specialist-grid { grid-template-columns: 1fr; gap: 40px; }
    /* no mobile mostra a foto inteira sem cortar */
    .lv2-specialist-img-wrap img {
        height: auto;
        max-height: 520px;
        object-fit: contain;
        object-position: center;
        background: #0A1340;
    }
    .lv2-specialist-card { right: 8px; bottom: -16px; }
}

/* ============================================================
   PLATFORM MOCKUP
   ============================================================ */
.lv2-platform-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
}
.lv2-platform-features {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 24px;
}
.lv2-platform-feat {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
    color: #3A4580;
    font-weight: 500;
}
.lv2-platform-feat i {
    color: #142868;
    font-size: 1.1rem;
    flex-shrink: 0;
    width: 20px;
    text-align: center;
}

/* Mockup browser */
.lv2-platform-mockup {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(10,19,64,0.15), 0 2px 10px rgba(10,19,64,0.06);
    overflow: hidden;
    border: 1px solid #E5E7F2;
}
.lv2-mockup-bar {
    background: #F4F5FA;
    border-bottom: 1px solid #E5E7F2;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.lv2-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.lv2-dot--r { background: #FF5F57; }
.lv2-dot--y { background: #FFBD2E; }
.lv2-dot--g { background: #28C840; }
.lv2-mockup-url {
    flex: 1;
    background: #E8EAF0;
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 0.72rem;
    color: #8B9BBF;
    font-weight: 500;
    text-align: center;
}
.lv2-mockup-body {
    display: flex;
    height: 300px;
}
.lv2-mockup-sidebar {
    width: 52px;
    background: #0A1340;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0;
    gap: 8px;
}
.lv2-mockup-logo {
    font-size: 1rem;
    color: #B8863C;
    margin-bottom: 8px;
}
.lv2-mockup-nav-item {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.4);
    cursor: pointer;
}
.lv2-mockup-nav-item--active {
    background: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.9);
}
.lv2-mockup-content {
    flex: 1;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow: hidden;
}
.lv2-mockup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lv2-mockup-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #0B0F26;
}
.lv2-mockup-badge {
    font-size: 0.72rem;
    color: #059669;
    font-weight: 600;
}
.lv2-mockup-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.lv2-mockup-card {
    border-radius: 10px;
    padding: 12px;
}
.lv2-mockup-card--blue { background: rgba(20,40,104,0.08); }
.lv2-mockup-card--gold { background: rgba(184,134,60,0.08); }
.lv2-mc-label { font-size: 0.68rem; color: #8B9BBF; font-weight: 600; margin-bottom: 4px; }
.lv2-mc-num { font-size: 1.3rem; font-weight: 900; color: #0B0F26; line-height: 1; margin-bottom: 8px; }
.lv2-mc-bar { height: 4px; background: #E5E7F2; border-radius: 2px; }
.lv2-mc-fill { height: 100%; background: #142868; border-radius: 2px; }
.lv2-mockup-card--gold .lv2-mc-fill { background: #B8863C; }

.lv2-mockup-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}
.lv2-mockup-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    background: #F4F5FA;
    border-radius: 8px;
    font-size: 0.75rem;
    color: #3A4580;
}
.lv2-mockup-row span:nth-child(2) { flex: 1; }
.lv2-status { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.lv2-status--ok   { background: #059669; }
.lv2-status--warn { background: #CA8A04; }
.lv2-tag-ok   { background: rgba(5,150,105,0.1); color: #059669; padding: 2px 8px; border-radius: 4px; font-weight: 700; white-space: nowrap; }
.lv2-tag-warn { background: rgba(202,138,4,0.1); color: #CA8A04; padding: 2px 8px; border-radius: 4px; font-weight: 700; white-space: nowrap; }

.lv2-platform-note {
    text-align: center;
    font-size: 0.78rem;
    color: #8B9BBF;
    margin-top: 12px;
    font-style: italic;
}

@media (max-width: 860px) {
    .lv2-platform-grid { grid-template-columns: 1fr; gap: 48px; }
}

/* ============================================================
   HERO CAROUSEL — carrossel embutido na coluna direita do hero
   ============================================================ */
.lv2-hero-carousel {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 32px 80px rgba(0,0,0,0.5);
    height: 420px;
    /* impede que imagens grandes quebrem o layout */
    contain: layout style paint;
}
.lv2-hero-carousel-track {
    display: flex;
    height: 100%;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    will-change: transform;
}
.lv2-hero-slide {
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
}
.lv2-hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    filter: brightness(0.82);
    /* garante que imagem grande não vaza */
    max-width: none;
}
.lv2-hero-slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 48px 20px 16px;
    background: linear-gradient(to top, rgba(6,11,36,0.75) 0%, transparent 100%);
    color: rgba(255,255,255,0.85);
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.4;
}
.lv2-hero-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    border: 1.5px solid rgba(255,255,255,0.3);
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.18s;
    backdrop-filter: blur(6px);
}
.lv2-hero-carousel-btn:hover { background: rgba(255,255,255,0.22); }
.lv2-hero-carousel-btn--prev { left: 10px; }
.lv2-hero-carousel-btn--next { right: 10px; }
.lv2-hero-carousel-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 10;
}
.lv2-hero-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,0.35);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s, transform 0.2s;
}
.lv2-hero-dot--active {
    background: #fff;
    transform: scale(1.35);
}

/* ============================================================
   FAQ
   ============================================================ */
.lv2-faq {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid #E5E7F2;
    border-radius: 16px;
    overflow: hidden;
}
.lv2-faq-item {
    border-bottom: 1px solid #E5E7F2;
}
.lv2-faq-item:last-child { border-bottom: none; }
.lv2-faq-q {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 28px;
    font-size: 0.97rem;
    font-weight: 700;
    color: #0B0F26;
    cursor: pointer;
    user-select: none;
    transition: background 0.15s;
    gap: 16px;
}
.lv2-faq-q::-webkit-details-marker { display: none; }
.lv2-faq-q::after {
    content: '\F282';
    font-family: "bootstrap-icons";
    font-size: 0.85rem;
    color: #8B9BBF;
    flex-shrink: 0;
    transition: transform 0.22s ease;
}
.lv2-faq-item[open] .lv2-faq-q { background: #F8F9FC; }
.lv2-faq-item[open] .lv2-faq-q::after { transform: rotate(180deg); }
.lv2-faq-q:hover { background: #F4F5FA; }
.lv2-faq-a {
    padding: 0 28px 24px;
    background: #F8F9FC;
}
.lv2-faq-a p {
    font-size: 0.9rem;
    color: #5C6480;
    line-height: 1.75;
    margin: 0;
}

/* ============================================================
   CTA FINAL
   ============================================================ */
.lv2-cta-final {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}
.lv2-cta-final-bg {
    position: absolute;
    inset: 0;
}
.lv2-cta-final-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.lv2-cta-final-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(6,11,36,0.92) 0%, rgba(10,19,64,0.85) 100%);
}
.lv2-cta-final-inner {
    position: relative;
    z-index: 1;
    max-width: 780px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
}
.lv2-cta-final-title {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 900;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1.2;
    margin: 0 0 20px;
}
.lv2-cta-final-sub {
    color: rgba(255,255,255,0.68);
    font-size: 1.05rem;
    line-height: 1.75;
    margin: 0 0 36px;
}
.lv2-cta-final-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 28px;
}
.lv2-cta-final-contact {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    color: rgba(255,255,255,0.52);
    font-size: 0.85rem;
}
.lv2-cta-final-contact span {
    display: flex;
    align-items: center;
    gap: 6px;
    overflow-wrap: normal;
}
.lv2-cta-final-contact span:nth-child(1),
.lv2-cta-final-contact span:nth-child(2) {
    white-space: nowrap;
}
.lv2-cta-final-contact i { color: #B8863C; }

@media (max-width: 640px) {
    .lv2-cta-final { padding: 80px 0; }
    .lv2-cta-final-inner { padding: 0 20px; }
    .lv2-cta-final-img {
        object-position: 42% center;
        filter: saturate(0.95) brightness(0.92);
    }
    .lv2-cta-final-overlay {
        background: linear-gradient(180deg, rgba(6,11,36,0.88) 0%, rgba(10,19,64,0.94) 100%);
    }
}

/* ============================================================
   FOOTER
   ============================================================ */
.lv2-footer {
    background: #060B24;
    padding: 72px 0 0;
}
.lv2-footer-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 40px 56px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}
.lv2-footer-brand img {
    width: auto;
    height: 32px;
    margin-bottom: 16px;
    filter: brightness(10);
}
.lv2-footer-brand p {
    color: rgba(255,255,255,0.45);
    font-size: 0.85rem;
    line-height: 1.7;
    margin: 0 0 16px;
}
.lv2-footer-wa {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4ADE80;
    font-size: 0.875rem;
    font-weight: 700;
}
.lv2-footer-col h4 {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.35);
    margin: 0 0 16px;
}
.lv2-footer-col a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.55);
    font-size: 0.875rem;
    padding: 5px 0;
    transition: color 0.18s;
}
.lv2-footer-col a:hover { color: #fff; }
.lv2-footer-bottom {
    max-width: 1160px;
    margin: 0 auto;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.lv2-footer-bottom span, .lv2-footer-bottom a {
    color: rgba(255,255,255,0.3);
    font-size: 0.8rem;
}
.lv2-footer-bottom a:hover { color: rgba(255,255,255,0.6); }

@media (max-width: 900px) {
    .lv2-footer-inner { grid-template-columns: 1fr 1fr; }
    .lv2-footer-brand { grid-column: 1 / 3; }
}
@media (max-width: 560px) {
    .lv2-footer-inner { grid-template-columns: 1fr; padding: 0 20px 48px; }
    .lv2-footer-brand { grid-column: auto; }
    .lv2-footer-bottom { padding: 20px; flex-direction: column; text-align: center; }
}

/* ============================================================
   PROVA SOCIAL — MARQUEE DE MUNICÍPIOS
   ============================================================ */
.lv2-social-proof {
    background: #F4F5FA;
    border-top: 1px solid #E5E7F2;
    border-bottom: 1px solid #E5E7F2;
    display: flex;
    align-items: center;
    gap: 0;
    overflow: hidden;
    padding: 0;
}
.lv2-social-proof-label {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #8B9BBF;
    white-space: nowrap;
    padding: 14px 20px;
    border-right: 1px solid #E5E7F2;
    background: #fff;
    flex-shrink: 0;
}
.lv2-marquee-wrap {
    overflow: hidden;
    flex: 1;
}
.lv2-marquee {
    display: flex;
    align-items: center;
    gap: 0;
    animation: lv2marquee 42s linear infinite;
    width: max-content;
}
.lv2-marquee .lv2-muni-item {
    min-width: 142px;
    min-height: 116px;
    padding: 14px 22px 16px;
    font-size: 0.86rem;
    font-weight: 700;
    color: #3A4580;
    border-right: 1px solid #E5E7F2;
    white-space: nowrap;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    line-height: 1.2;
    overflow-wrap: normal;
}
.lv2-muni-item img {
    width: 68px;
    height: 68px;
    object-fit: contain;
    flex: 0 0 68px;
    filter: drop-shadow(0 6px 12px rgba(10,19,64,0.14));
}
@keyframes lv2marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.lv2-marquee-wrap:hover .lv2-marquee { animation-play-state: paused; }

@media (max-width: 640px) {
    .lv2-social-proof { flex-direction: column; align-items: stretch; }
    .lv2-social-proof-label {
        border-right: none;
        border-bottom: 1px solid #E5E7F2;
        text-align: center;
        padding: 10px 20px;
    }
    .lv2-marquee .lv2-muni-item {
        min-width: 126px;
        min-height: 104px;
        padding: 12px 16px;
        font-size: 0.78rem;
        gap: 8px;
    }
    .lv2-muni-item img {
        width: 60px;
        height: 60px;
        flex-basis: 60px;
    }
}

/* ============================================================
   RESULTADOS (substituiu seção imersiva)
   ============================================================ */

.lv2-results {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.lv2-results-bg {
    position: absolute;
    inset: 0;
}

.lv2-results-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
}

.lv2-results-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(6,11,36,0.92) 0%,
        rgba(10,19,64,0.88) 100%
    );
}

.lv2-results-inner {
    position: relative;
    z-index: 1;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 40px;
}

.lv2-results-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-bottom: 60px;
}

/* ---------- Texto ---------- */

.lv2-results-text {
    max-width: 920px;
    margin: 0 auto 60px;
    text-align: center;
}

.lv2-results-text p {
    font-size: clamp(1.3rem, 1.6vw, 1.55rem);
    color: rgba(255,255,255,.90);
    line-height: 1.9;
    font-weight: 400;
    margin: 0 0 24px;
}

.lv2-results-text p:last-child {
    margin-bottom: 0;
    font-size: clamp(1.15rem, 1.4vw, 1.3rem);
    color: rgba(255,255,255,.72);
}

/* ---------- Cards ---------- */

.lv2-result-item {
    text-align: center;
    padding: 28px 16px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    background: rgba(255,255,255,.04);
    transition: .25s ease;
}

.lv2-result-item:hover {
    background: rgba(255,255,255,.08);
    transform: translateY(-4px);
}

.lv2-result-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(184,134,60,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 1.3rem;
    color: #B8863C;
}

.lv2-result-item strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: -.03em;
    margin-bottom: 8px;
    line-height: 1;
}

.lv2-result-item span {
    font-size: .9rem;
    color: rgba(255,255,255,.60);
    line-height: 1.6;
}

/* ---------- Citação ---------- */

.lv2-results-quote {
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.10);
    padding-top: 40px;
    margin: 0;
}

.lv2-results-quote em {
    display: block;
    font-family: "Fraunces", Georgia, serif;
    font-style: italic;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    color: rgba(255,255,255,.85);
    line-height: 1.7;
    margin-bottom: 14px;
}

.lv2-results-quote cite {
    font-size: .82rem;
    font-style: normal;
    font-weight: 600;
    color: rgba(255,255,255,.42);
    letter-spacing: .08em;
    text-transform: uppercase;
}

/* ---------- Tablet ---------- */

@media (max-width:860px){

    .lv2-results{
        padding:80px 0;
    }

    .lv2-results-inner{
        padding:0 24px;
    }

    .lv2-results-grid{
        grid-template-columns:repeat(2,1fr);
        gap:18px;
        margin-bottom:50px;
    }

    .lv2-results-text{
        max-width:100%;
        margin-bottom:50px;
    }

}

/* ---------- Mobile ---------- */

@media (max-width:480px){

    .lv2-results{
        padding:70px 0;
    }

    .lv2-results-inner{
        padding:0 18px;
    }

    .lv2-results-grid{
        grid-template-columns:1fr;
        gap:14px;
    }

    .lv2-result-item{
        display:flex;
        align-items:center;
        gap:16px;
        text-align:left;
        padding:20px 18px;
    }

    .lv2-result-icon{
        width:42px;
        height:42px;
        font-size:1.1rem;
        flex-shrink:0;
        margin:0;
    }

    .lv2-result-item strong{
        font-size:1.1rem;
        margin-bottom:4px;
    }

    .lv2-result-item span{
        font-size:.82rem;
    }

    .lv2-results-text p{
        font-size:1.15rem;
        line-height:1.8;
    }

    .lv2-results-text p:last-child{
        font-size:1rem;
    }

    .lv2-results-quote em{
        font-size:1.05rem;
    }

}

/* ============================================================
   METODOLOGIA — 3 CARDS HORIZONTAIS
   ============================================================ */
.lv2-steps--3col {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 0;
    align-items: center;
    margin-bottom: 56px;
}
.lv2-step-card {
    background: #F4F5FA;
    border: 1px solid #E5E7F2;
    border-radius: 18px;
    padding: 32px 28px;
    text-align: center;
    transition: box-shadow 0.2s, transform 0.2s;
}
.lv2-step-card:hover {
    box-shadow: 0 10px 36px rgba(10,19,64,0.1);
    transform: translateY(-3px);
}
.lv2-step-card-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #0A1340;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 900;
    margin-bottom: 14px;
}
.lv2-step-card-icon {
    font-size: 2rem;
    color: #B8863C;
    margin-bottom: 14px;
}
.lv2-step-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #0B0F26;
    margin: 0 0 8px;
}
.lv2-step-card p {
    font-size: 0.855rem;
    color: #5C6480;
    line-height: 1.68;
    margin: 0;
}
.lv2-step-card-arrow {
    font-size: 1.5rem;
    color: #D0D4E8;
    padding: 0 16px;
    flex-shrink: 0;
}
@media (max-width: 740px) {
    .lv2-steps--3col {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .lv2-step-card {
        border-radius: 14px;
        padding: 24px 20px;
        margin-bottom: 0;
    }
    .lv2-step-card-arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        color: #D0D4E8;
        padding: 10px 0;
        transform: rotate(90deg);
    }
    .lv2-step-card-icon { font-size: 1.6rem; margin-bottom: 10px; }
}

/* ============================================================
   FORMULÁRIO DE CONTATO
   ============================================================ */
.lv2-contact-form {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 20px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 640px;
    margin: 0 auto 28px;
    text-align: left;
}
.lv2-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.lv2-form-input {
    background: rgba(255,255,255,0.08);
    border: 1.5px solid rgba(255,255,255,0.15);
    border-radius: 10px;
    padding: 13px 16px;
    font-size: 0.9rem;
    color: #fff;
    font-family: "Inter", sans-serif;
    width: 100%;
    transition: border-color 0.18s;
    outline: none;
}
.lv2-form-input::placeholder { color: rgba(255,255,255,0.38); }
.lv2-form-input:focus { border-color: #B8863C; background: rgba(255,255,255,0.12); }
.lv2-form-textarea { resize: vertical; min-height: 90px; }
.lv2-form-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 4px;
}
.lv2-form-submit { flex-shrink: 0; }
.lv2-form-or {
    color: rgba(255,255,255,0.35);
    font-size: 0.8rem;
    font-weight: 600;
}
@media (max-width: 640px) {
    .lv2-form-row { grid-template-columns: 1fr; gap: 10px; }
    .lv2-contact-form { padding: 20px 16px; border-radius: 14px; margin: 0 0 24px; }
    .lv2-form-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }
    .lv2-form-actions .lv2-btn { justify-content: center; width: 100%; }
    .lv2-form-or { text-align: center; font-size: 0.75rem; }
    .lv2-form-input { font-size: 0.85rem; padding: 11px 14px; }
}

/* ============================================================
   FOOTER MOBILE SIMPLIFICADO
   ============================================================ */
@media (max-width: 640px) {
    .lv2-footer-inner {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0 20px 0;
    }
    .lv2-footer-brand {
        padding: 32px 0 20px;
        border-bottom: 1px solid rgba(255,255,255,0.07);
    }
    /* esconde colunas de links no mobile — só mostra brand + contato */
    .lv2-footer-col:nth-child(2),
    .lv2-footer-col:nth-child(3) { display: none; }
    .lv2-footer-col:nth-child(4) {
        padding: 20px 0 24px;
    }
    .lv2-footer-bottom {
        padding: 16px 20px;
        flex-direction: column;
        text-align: center;
        gap: 6px;
    }
}

/* ============================================================
   CAPACITAÇÕES
   ============================================================ */
.lv2-cap { background: #F4F5FA; }

/* Cabeçalho dividido: texto + botão na mesma linha */
.lv2-cap-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 52px;
}
.lv2-cap-head > div { flex: 1; }
.lv2-cap-head-cta { flex-shrink: 0; }

/* Grid de cards 3 colunas */
.lv2-cap-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 52px;
}

.lv2-cap-card {
    background: #fff;
    border: 1px solid #E5E7F2;
    border-radius: 16px;
    padding: 22px 20px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
    cursor: default;
}
.lv2-cap-card:hover {
    box-shadow: 0 8px 28px rgba(10,19,64,0.1);
    transform: translateY(-2px);
    border-color: rgba(20,40,104,0.15);
}
.lv2-cap-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(20,40,104,0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #142868;
    flex-shrink: 0;
}
.lv2-cap-body strong {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    color: #0B0F26;
    margin-bottom: 5px;
    line-height: 1.3;
}
.lv2-cap-body p {
    font-size: 0.8rem;
    color: #5C6480;
    line-height: 1.65;
    margin: 0;
}

/* Banner inferior — foto + texto lado a lado */
.lv2-cap-banner {
    border-radius: 24px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 320px;
    position: relative;
}
.lv2-cap-banner-img {
    position: relative;
}
.lv2-cap-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.72);
    max-width: none;
}
.lv2-cap-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent 60%, #0A1340 100%);
}
.lv2-cap-banner-content {
    background: #0A1340;
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}
.lv2-cap-banner-content h3 {
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    letter-spacing: -0.02em;
    margin: 0;
}
.lv2-cap-banner-content p {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.62);
    line-height: 1.72;
    margin: 0;
}

/* Responsivo */
@media (max-width: 960px) {
    .lv2-cap-head { flex-direction: column; align-items: flex-start; }
    .lv2-cap-grid { grid-template-columns: repeat(2, 1fr); }
    .lv2-cap-banner { grid-template-columns: 1fr; }
    .lv2-cap-banner-img { height: 220px; }
    .lv2-cap-banner-overlay { background: linear-gradient(to bottom, transparent 40%, #0A1340 100%); }
    .lv2-cap-banner-content { padding: 32px 28px; }
}
@media (max-width: 560px) {
    .lv2-cap-grid { grid-template-columns: 1fr; }
    .lv2-cap-banner-content { padding: 24px 20px; gap: 12px; }
    .lv2-cap-banner-content h3 { font-size: 1.05rem; }
}

/* ============================================================
   DEPOIMENTOS
   ============================================================ */
.lv2-dep { background: #fff; }

/* Carrossel horizontal de cards verticais */
.lv2-dep-grid-wrap {
    position: relative;
    overflow: hidden;
    margin: 0 -24px;
    padding: 0 64px 14px;
}
.lv2-dep-grid {
    display: flex;
    gap: 24px;
    margin-bottom: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    align-items: start;
    padding-bottom: 6px;
}
.lv2-dep-grid::-webkit-scrollbar { display: none; }

.lv2-dep-nav {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(184,134,60,0.28);
    border-radius: 50%;
    background: #fff;
    color: #0A1340;
    box-shadow: 0 8px 24px rgba(10,19,64,0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background 0.2s, color 0.2s, opacity 0.2s, transform 0.2s;
}
.lv2-dep-nav:hover,
.lv2-dep-nav:focus-visible {
    background: #B8863C;
    color: #fff;
    transform: translateY(-50%) scale(1.06);
}
.lv2-dep-nav:focus-visible {
    outline: 2px solid #0A1340;
    outline-offset: 3px;
}
.lv2-dep-nav:disabled {
    opacity: 0.32;
    cursor: default;
    transform: translateY(-50%);
}
.lv2-dep-nav--prev { left: 12px; }
.lv2-dep-nav--next { right: 12px; }

/* Card clicável */
.lv2-dep-card {
    flex: 0 0 clamp(250px, 24vw, 320px);
    background: #fff;
    border: 1px solid #E5E7F2;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.22s, transform 0.22s;
    outline: none;
    scroll-snap-align: start;
}
.lv2-dep-card:hover,
.lv2-dep-card:focus-visible {
    box-shadow: 0 16px 48px rgba(10,19,64,0.14);
    transform: translateY(-5px);
}
.lv2-dep-card:focus-visible {
    outline: 2px solid #B8863C;
    outline-offset: 2px;
}

/* Área do thumbnail — proporção 9:16 */
.lv2-dep-thumb-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    background: linear-gradient(145deg, #0A1340, #142868);
    overflow: hidden;
}
.lv2-dep-thumb-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    max-width: none;
}
.lv2-dep-card:hover .lv2-dep-thumb-wrap img { transform: scale(1.04); }

/* Placeholder quando não tem thumb */
.lv2-dep-thumb {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lv2-dep-thumb-placeholder {
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, #0A1340 0%, #142868 50%, #1a3580 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.lv2-dep-thumb-placeholder::after {
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(184,134,60,0.12);
    border: 1px solid rgba(184,134,60,0.2);
}

/* Botão play centralizado */
.lv2-dep-play-btn {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: opacity 0.2s;
}
.lv2-dep-play-btn i {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255,255,255,0.92);
    color: #0A1340;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    transition: transform 0.2s, background 0.2s;
    padding-left: 3px; /* óptico para o ícone de play */
}
.lv2-dep-card:hover .lv2-dep-play-btn i {
    transform: scale(1.1);
    background: #B8863C;
    color: #fff;
}

/* Badge Instagram */
.lv2-dep-thumb-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(6px);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 2;
    letter-spacing: 0.04em;
}

/* Área de informação abaixo do vídeo */
.lv2-dep-info {
    padding: 16px 18px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #F0F1F8;
}
.lv2-dep-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #F0F1F8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #8B9BBF;
    flex-shrink: 0;
    overflow: hidden;
}
.lv2-dep-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lv2-dep-meta { display: flex; flex-direction: column; gap: 2px; }
.lv2-dep-meta strong { font-size: 0.88rem; font-weight: 700; color: #0B0F26; }
.lv2-dep-meta span  { font-size: 0.74rem; color: #8B9BBF; }
.lv2-dep-local {
    font-size: 0.72rem !important;
    color: #B8863C !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}
.lv2-dep-note {
    text-align: center;
    font-size: 0.78rem;
    color: #B0B8D4;
    margin: 8px 0 0;
    font-style: italic;
}

/* Responsivo desktop/tablet */
@media (max-width: 860px) {
    .lv2-dep-grid { gap: 18px; }
    .lv2-dep-card { flex-basis: clamp(240px, 42vw, 300px); }
}

/* Mobile — carrossel por swipe */
@media (max-width: 520px) {
    .lv2-dep-grid-wrap {
        overflow: hidden;
        margin: 0 -20px;
        padding: 0 48px 12px;
    }
    .lv2-dep-grid {
        gap: 16px;
        padding-bottom: 4px;
    }
    .lv2-dep-card {
        flex: 0 0 80vw;
        max-width: 300px;
    }
    .lv2-dep-nav {
        width: 38px;
        height: 38px;
    }
    .lv2-dep-nav--prev { left: 5px; }
    .lv2-dep-nav--next { right: 5px; }
    .lv2-dep-note { margin-top: 4px; }
}

/* ============================================================
   MODAL DE VÍDEO
   ============================================================ */
.lv2-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(4,8,28,0.88);
    backdrop-filter: blur(10px);
    z-index: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.28s ease;
}
.lv2-modal--open {
    opacity: 1 !important;
    pointer-events: all !important;
}

.lv2-modal-box {
    background: #0A1340;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 24px;
    overflow: hidden;
    width: 100%;
    max-width: 420px;
    max-height: 92vh;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 32px 80px rgba(0,0,0,0.6);
    transform: scale(0.95);
    transition: transform 0.28s ease;
}
.lv2-modal--open .lv2-modal-box { transform: scale(1); }

.lv2-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.18s;
}
.lv2-modal-close:hover { background: rgba(255,255,255,0.22); }

/* Área do vídeo — proporção 9:16 */
.lv2-modal-video-wrap {
    width: 100%;
    aspect-ratio: 9 / 16;
    background: #060B24;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}
.lv2-modal-video-wrap.lv2-modal-video-wrap--instagram {
    aspect-ratio: unset;
    overflow-y: auto;
    background: #f0f0f0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 16px 0;
    min-height: 560px;
}
.lv2-modal-video-wrap--instagram .instagram-media {
    margin: 0 auto !important;
}
.lv2-modal-video-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Mensagem sem vídeo */
.lv2-modal-no-video {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: rgba(255,255,255,0.4);
}
.lv2-modal-no-video i { font-size: 2.5rem; color: rgba(184,134,60,0.4); }
.lv2-modal-no-video p { font-size: 0.85rem; font-weight: 600; }

/* Info do depoente abaixo do vídeo */
.lv2-modal-info {
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-top: 1px solid rgba(255,255,255,0.08);
    flex-shrink: 0;
}
.lv2-modal-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: rgba(255,255,255,0.4);
    flex-shrink: 0;
    overflow: hidden;
}
.lv2-modal-meta { display: flex; flex-direction: column; gap: 2px; }
.lv2-modal-meta strong { font-size: 0.88rem; font-weight: 700; color: #fff; }
.lv2-modal-meta span  { font-size: 0.74rem; color: rgba(255,255,255,0.5); }

@media (max-width: 480px) {
    .lv2-modal-box { max-width: 100%; border-radius: 20px 20px 0 0; max-height: 96vh; }
    .lv2-modal-overlay { align-items: flex-end; padding: 0; }
}

/* ============================================================
   RESPONSIVE POLISH — final overrides for the public landing
   ============================================================ */
.landing-v2 {
    background: #060B24;
    width: 100%;
    min-width: 0;
    overflow-x: clip;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.landing-v2 main,
.landing-v2 footer,
.lv2-container,
.lv2-hero-inner,
.lv2-results-inner,
.lv2-cta-final-inner,
.lv2-footer-inner,
.lv2-footer-bottom {
    min-width: 0;
}
.landing-v2 :where(h1, h2, h3, p, a, span, strong, em, input, textarea, button) {
    overflow-wrap: anywhere;
}
.landing-v2 :where(.lv2-btn, .lv2-nav-mobile a, .lv2-footer-col a, .lv2-cta-final-contact span) {
    min-width: 0;
}
.lv2-btn {
    justify-content: center;
    max-width: 100%;
    line-height: 1.25;
    text-align: center;
}
.lv2-btn i {
    flex: 0 0 auto;
}

@media (max-width: 1240px) {
    .lv2-nav-links { display: none !important; }
    .lv2-nav-actions .lv2-btn--gold { display: none !important; }
    .lv2-nav-login { display: none !important; }
    .lv2-burger { display: flex !important; }
    .lv2-nav-inner { justify-content: space-between; }
    .lv2-nav-actions { display: flex !important; }
}

@media (max-width: 1120px) {
    .lv2-nav-inner,
    .lv2-container,
    .lv2-hero-inner,
    .lv2-results-inner,
    .lv2-footer-inner,
    .lv2-footer-bottom {
        padding-left: 28px;
        padding-right: 28px;
    }
    .lv2-nav-links {
        gap: 18px;
    }
    .lv2-nav-links a,
    .lv2-nav-login {
        font-size: 0.8rem;
    }
    .lv2-nav-logo {
        height: 72px;
    }
    .lv2-hero-inner {
        gap: 36px;
    }
}

@media (max-width: 900px) {
    .lv2-nav {
        padding: 10px 0;
    }
    .lv2-nav--scrolled {
        padding: 8px 0;
    }
    .lv2-nav-logo {
        height: 62px;
    }
    .lv2-nav-mobile {
        max-height: calc(100dvh - 70px);
        overflow-y: auto;
        overscroll-behavior: contain;
    }
    .lv2-hero {
        padding-top: 92px;
    }
    .lv2-hero-copy {
        max-width: 760px;
    }
    .lv2-hero-sub {
        max-width: 700px;
        margin-bottom: 28px;
    }
    .lv2-hero-ctas {
        margin-bottom: 28px;
    }
    .lv2-hero-carousel {
        max-width: 760px;
        margin: 0 auto;
        aspect-ratio: 16 / 9;
        height: auto;
    }
    .lv2-platform-visual {
        width: min(100%, 680px);
        margin: 0 auto;
    }
    .lv2-specialist-img-wrap {
        max-width: 560px;
        margin: 0 auto;
    }
}

@media (max-width: 720px) {
    .lv2-h2 {
        font-size: clamp(1.45rem, 6vw, 2rem);
        line-height: 1.2;
    }
    .lv2-lead,
    .lv2-p,
    .lv2-hero-sub,
    .lv2-cta-final-sub {
        font-size: 0.96rem;
        line-height: 1.72;
    }
    .lv2-section-head {
        margin-bottom: 28px;
    }
    .lv2-hero-title {
        margin-bottom: 18px;
    }
    .lv2-hero-ctas,
    .lv2-form-actions {
        align-items: stretch;
    }
    .lv2-hero-ctas .lv2-btn,
    .lv2-cap-head-cta,
    .lv2-benefits-text .lv2-btn,
    .lv2-cap-banner-content .lv2-btn {
        width: 100%;
    }
    .lv2-trust-item {
        align-items: flex-start;
        line-height: 1.45;
    }
    .lv2-social-proof-label {
        white-space: normal;
        line-height: 1.35;
    }
    .lv2-problem-card,
    .lv2-format,
    .lv2-step-card {
        border-radius: 14px;
    }
    .lv2-benefits-text {
        text-align: left;
    }
    .lv2-benefit {
        grid-template-columns: 34px 1fr;
        gap: 12px;
    }
    .lv2-benefit-check {
        width: 32px;
        height: 32px;
        border-radius: 9px;
    }
    .lv2-specialist-pillars,
    .lv2-chips,
    .lv2-solution-tags {
        gap: 8px;
    }
    .lv2-pillar,
    .lv2-chips span,
    .lv2-solution-tags span {
        line-height: 1.3;
    }
    .lv2-mockup-body {
        height: auto;
        min-height: 270px;
    }
    .lv2-mockup-row {
        align-items: flex-start;
        line-height: 1.35;
    }
    .lv2-tag-ok,
    .lv2-tag-warn {
        display: none;
    }
    .lv2-faq-q {
        padding: 18px 20px;
        font-size: 0.9rem;
        align-items: flex-start;
    }
    .lv2-faq-a {
        padding: 0 20px 20px;
    }
    .lv2-cta-final-contact {
        justify-content: flex-start;
        text-align: left;
        gap: 12px;
    }
    .lv2-cta-final-contact span,
    .lv2-cta-final-contact a {
        width: 100%;
        align-items: flex-start !important;
    }
}

@media (max-width: 560px) {
    .lv2-container,
    .lv2-hero-inner,
    .lv2-results-inner,
    .lv2-cta-final-inner,
    .lv2-footer-inner,
    .lv2-footer-bottom {
        padding-left: 18px;
        padding-right: 18px;
    }
    .lv2-nav-inner {
        padding-left: 16px;
        padding-right: 16px;
    }
    .lv2-nav-logo {
        height: 58px;
        max-width: 245px;
        object-fit: contain;
    }
    .lv2-burger {
        width: 40px;
        height: 40px;
        border-radius: 9px;
    }
    .lv2-nav-mobile {
        padding-left: 18px;
        padding-right: 18px;
    }
    .lv2-mobile-actions .lv2-btn {
        width: 100%;
    }
    .lv2-section {
        padding: 44px 0;
    }
    .lv2-hero {
        padding-top: 84px;
        padding-bottom: 24px;
    }
    .lv2-hero-title {
        font-size: clamp(1.55rem, 8.4vw, 2.1rem);
        letter-spacing: -0.02em;
        line-height: 1.12;
    }
    .lv2-eyebrow {
        font-size: 0.72rem;
        letter-spacing: 0.1em;
        line-height: 1.4;
    }
    .lv2-hero-ctas {
        flex-direction: column;
        gap: 10px;
    }
    .lv2-hero-ctas .lv2-btn,
    .lv2-btn--lg,
    .lv2-btn--xl {
        padding: 13px 16px;
        font-size: 0.88rem;
        white-space: normal;
    }
    .lv2-hero-carousel {
        aspect-ratio: 4 / 3;
        border-radius: 14px;
    }
    .lv2-hero-carousel-btn {
        width: 34px;
        height: 34px;
    }
    .lv2-hero-slide-caption {
        padding: 42px 14px 14px;
        font-size: 0.72rem;
    }
    .lv2-problems-grid,
    .lv2-cap-grid,
    .lv2-dep-grid {
        gap: 14px;
    }
    .lv2-dep-grid-wrap {
        margin-left: -18px;
        margin-right: -18px;
        padding-left: 18px;
        padding-right: 18px;
    }
    .lv2-problem-card,
    .lv2-cap-card,
    .lv2-format,
    .lv2-step-card {
        padding: 20px 18px;
    }
    .lv2-problem-card-header,
    .lv2-cap-card {
        gap: 12px;
    }
    .lv2-problem-icon,
    .lv2-cap-icon {
        width: 42px;
        height: 42px;
        border-radius: 11px;
        font-size: 1.05rem;
    }
    .lv2-solution {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 28px 0;
    }
    .lv2-solution-num {
        font-size: 1.5rem;
        padding-top: 0;
    }
    .lv2-cap-head {
        gap: 18px;
        margin-bottom: 32px;
    }
    .lv2-cap-banner {
        border-radius: 18px;
    }
    .lv2-cap-banner-img {
        height: 190px;
    }
    .lv2-platform-grid,
    .lv2-benefits-grid,
    .lv2-specialist-grid {
        gap: 32px;
    }
    .lv2-platform-feat {
        align-items: flex-start;
        line-height: 1.45;
    }
    .lv2-platform-mockup {
        border-radius: 14px;
    }
    .lv2-mockup-bar {
        padding: 9px 10px;
    }
    .lv2-dot {
        width: 8px;
        height: 8px;
    }
    .lv2-mockup-url {
        font-size: 0;
        padding: 4px 8px;
    }
    .lv2-mockup-url::after {
        content: "plataforma.imperium";
        font-size: 0.66rem;
    }
    .lv2-mockup-sidebar {
        width: 42px;
        padding: 12px 0;
    }
    .lv2-mockup-nav-item {
        width: 30px;
        height: 30px;
        border-radius: 8px;
        font-size: 0.8rem;
    }
    .lv2-mockup-content {
        padding: 12px;
        gap: 10px;
    }
    .lv2-mockup-header {
        align-items: flex-start;
        gap: 8px;
    }
    .lv2-mockup-title {
        font-size: 0.78rem;
    }
    .lv2-mockup-badge {
        font-size: 0.66rem;
        white-space: nowrap;
    }
    .lv2-mockup-cards {
        grid-template-columns: 1fr;
    }
    .lv2-mockup-card {
        padding: 10px;
    }
    .lv2-mockup-list {
        gap: 6px;
    }
    .lv2-mockup-row {
        padding: 8px;
        font-size: 0.7rem;
    }
    .lv2-results {
        padding: 58px 0;
    }
    .lv2-results-text {
        margin-bottom: 34px;
    }
    .lv2-results-text p {
        font-size: 1.05rem;
        line-height: 1.72;
    }
    .lv2-results-quote {
        padding-top: 28px;
    }
    .lv2-specialist-img-wrap {
        border-radius: 16px;
    }
    .lv2-specialist-img-wrap img {
        max-height: none;
        width: 100%;
    }
    .lv2-pillar {
        width: 100%;
        justify-content: flex-start;
    }
    .lv2-faq {
        border-radius: 14px;
    }
    .lv2-cta-final {
        padding: 58px 0;
    }
    .lv2-cta-final-title {
        font-size: clamp(1.45rem, 7.4vw, 2rem);
    }
    .lv2-contact-form {
        max-width: 100%;
    }
    .lv2-footer {
        padding-top: 0;
    }
    .lv2-footer-brand img {
        width: auto;
        height: 28px;
        max-width: 220px;
        object-fit: contain;
    }
    .lv2-footer-col a {
        align-items: flex-start;
        line-height: 1.45;
    }
}

@media (max-width: 380px) {
    .lv2-container,
    .lv2-hero-inner,
    .lv2-results-inner,
    .lv2-cta-final-inner {
        padding-left: 14px;
        padding-right: 14px;
    }
    .lv2-nav-logo {
        height: 52px;
        max-width: 210px;
    }
    .lv2-hero {
        padding-top: 78px;
    }
    .lv2-hero-title {
        font-size: 1.42rem;
    }
    .lv2-hero-sub,
    .lv2-lead,
    .lv2-p {
        font-size: 0.9rem;
    }
    .lv2-btn--lg,
    .lv2-btn--xl,
    .lv2-hero-ctas .lv2-btn {
        font-size: 0.82rem;
        padding: 12px 13px;
    }
    .lv2-hero-carousel {
        aspect-ratio: 1 / 1;
    }
    .lv2-dep-grid-wrap {
        margin-left: -14px;
        margin-right: -14px;
        padding-left: 44px;
        padding-right: 44px;
    }
    .lv2-problem-card,
    .lv2-cap-card,
    .lv2-format,
    .lv2-step-card,
    .lv2-contact-form {
        padding-left: 14px;
        padding-right: 14px;
    }
    .lv2-problem-card-header,
    .lv2-cap-card {
        align-items: flex-start;
    }
    .lv2-modal-video-wrap.lv2-modal-video-wrap--instagram {
        min-height: 480px;
    }
}
