:root {
    --brand-main: #188883;
    --brand-dark: #242424;
    --brand-darker: #343434;
    --brand-light: #f1f1f1;
    --brand-muted: rgba(241, 241, 241, 0.72);
    --brand-line: rgba(241, 241, 241, 0.12);
    --font-title: 'Sansation', sans-serif;
    --font-body: 'Sansation', sans-serif;
    --card-num-size: clamp(3.1rem, 6.8vw, 5.6rem);
    --fs-hero: clamp(2.1rem, 3.8vw, 3.8rem);
    --fs-section: clamp(2.4rem, 4vw, 4.0rem);
    --fs-section-lg: clamp(2.75rem, 4.8vw, 5.0rem);
    --fs-cta: clamp(2.5rem, 5vw, 4.7rem);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body {
    background: var(--brand-dark);
    color: var(--brand-light);
    font-family: var(--font-body);
    line-height: 1.2;
    overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; display: block; }
button { font-family: inherit; }

.main-header {
    position: fixed;
    inset: 0 0 auto 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 5%;
    background: rgba(36, 36, 36, 0.68);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(241, 241, 241, 0.05);
    transition: padding 0.35s ease, background 0.35s ease;
}
.main-header.scrolled { padding: 12px 5%; background: rgba(5, 5, 5, 0.92); }
.header-container { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo img { max-height: 24px; filter: brightness(0) invert(1); }
.nav-menu ul { display: flex; gap: 2.2rem; list-style: none; }
.nav-menu a { color: var(--brand-muted); font-size: 0.88rem; text-transform: uppercase; transition: color 0.25s ease; }
.nav-menu a:hover { color: var(--brand-light); }
.header-cta { display: flex; align-items: center; gap: 12px; }
.btn-header { background: var(--brand-main); color: var(--brand-dark); padding: 10px 24px; border-radius: 50px; font-weight: 800; font-size: 0.84rem; text-transform: uppercase; }
.menu-toggle { display: none; background: none; border: 0; cursor: pointer; width: 42px; height: 42px; position: relative; z-index: 1002; }
.menu-toggle span, .menu-toggle:before, .menu-toggle:after { content: ""; position: absolute; left: 6px; width: 30px; height: 2px; background: var(--brand-light); transition: all 0.35s ease; }
.menu-toggle:before { top: 11px; }
.menu-toggle span { top: 20px; }
.menu-toggle:after { top: 29px; }
.menu-toggle.active:before { top: 20px; transform: rotate(45deg); background: var(--brand-main); }
.menu-toggle.active span { opacity: 0; transform: translateX(-10px); }
.menu-toggle.active:after { top: 20px; transform: rotate(-45deg); background: var(--brand-main); }

.hero-lp { position: relative; min-height: 100vh; display: flex; overflow: visible; }
.video-bg-container { position: absolute; inset: 0; z-index: 4; overflow: hidden; border-radius: 0; will-change: transform, opacity; pointer-events: none; background: #000; }
.hero-video-embed { position: absolute; inset: 0; }
.bg-video-iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-width: 177.78vh;
    min-height: 100vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
    border: 0;
    filter: contrast(112%) saturate(0.95);
}
.overlay-lp { position: absolute; inset: 0; z-index: 2; background: radial-gradient(circle at 70% 35%, rgba(24, 136, 131, 0.18), transparent 344%), linear-gradient(to bottom, rgba(0,0,0,0.08), rgba(0,0,0,0.82)); }
.hero-content-lp { position: relative; z-index: 5; width: 100%; min-height: 100vh; display: flex; align-items: flex-end; padding: 5vh 5%; }
.hero-bottom-grid { width: 100%; display: grid; grid-template-columns: 1.2fr 1fr; align-items: end; gap: 2rem; }
.logo-text { max-width: 600px; }
.img-head { filter: brightness(0) invert(1); width: min(560px, 80vw); }
.text-cta-container { justify-self: end; display: flex; flex-direction: column; align-items: flex-end; text-align: right; max-width: 560px; }
.hero-subtext { font-size: var(--fs-hero); font-weight: 700; margin-bottom: 24px; text-transform: uppercase; line-height: 1.02; max-width: 14ch; }
.cta-button { display: inline-block; background: var(--brand-main); color: var(--brand-dark); padding: 1rem 3rem; border-radius: 4px; font-weight: 900; text-transform: uppercase; transition: transform 0.25s ease, filter 0.25s ease; }
.cta-button:hover { transform: translateY(-4px); filter: brightness(1.1); }

.stats-lp { position: relative; min-height: 100vh; display: flex; align-items: center; padding: 15vh 5%; z-index: 3; }
.stats-text-col { position: relative; z-index: 6; }
.stats-grid-wrapper { width: 100%; display: grid; grid-template-columns: 1fr 1.05fr; gap: 5vw; align-items: center; }
.stats-title { font-size: var(--fs-section-lg); font-weight: 900; text-transform: uppercase; margin-bottom: 1rem; line-height: 1.02; }
.highlight, .tag { color: var(--brand-main); }
.stats-subtitle { font-size: clamp(1rem, 1.25vw, 1.4rem); color: var(--brand-muted); max-width: 620px; }
.stats-cards-stack { display: flex; flex-direction: column; gap: 1.3rem; margin-top: 3rem; }
.rolling-number { font-size: var(--card-num-size); font-weight: 900; }
.plus { font-size: calc(var(--card-num-size) * 0.7); font-weight: 900; color: var(--brand-main); }
.stats-label { color: var(--brand-muted); font-size: 1.1rem; }
.stats-divider { border: 0; border-top: 1px solid var(--brand-line); }
.stats-visual { position: relative; z-index: 2; overflow: hidden; aspect-ratio: 16/10; background: transparent; }
.video-target-box { position: absolute; inset: 0; background: transparent; transform: scale(1.01); }
.stats-visual:before { content: ""; position: absolute; inset: 0; border: 1px solid rgba(241,241,241,0.06); z-index: 1; }
.stats-visual:after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.35), transparent 55%); }

section { position: relative; }
.section-kicker, .tag { display: inline-block; font-size: 0.82rem; font-weight: 900; text-transform: uppercase; margin-bottom: 1.4rem; }
.bodykit-intro {
    padding: 14vh 5%;
    background: linear-gradient(180deg, #f1f1f1 0%, #ececec 100%);
    color: var(--brand-dark);
    overflow: hidden;
}
.bodykit-intro-shell {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    z-index: 2;
}
.bodykit-word {
    position: absolute;
    top: 8vh;
    left: 5%;
    font-size: clamp(5rem, 16vw, 15rem);
    line-height: 0.88;
    font-weight: 900;
    letter-spacing: -0.06em;
    color: rgba(36, 36, 36, 0.04);
    pointer-events: none;
    user-select: none;
}
.bodykit-intro-head {
    max-width: 900px;
    margin-bottom: 2rem;
}
.bodykit-intro-head h2, .section-header h2, .config-copy h2, .editorial-intro h2, .pb-header h2 {
    font-size: var(--fs-section);
    line-height: 1.02;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    max-width: 940px;
}
.bodykit-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 1.25rem;
    align-items: stretch;
}
.bodykit-copy-card {
    position: relative;
    background: #111;
    color: var(--brand-light);
    padding: clamp(2rem, 3vw, 3rem);
    min-height: 100%;
    box-shadow: 0 30px 60px rgba(0,0,0,0.12);
    overflow: hidden;
}
.bodykit-copy-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 18%, rgba(24,136,131,0.24), transparent 32%), linear-gradient(135deg, rgba(255,255,255,0.03), transparent 38%);
    pointer-events: none;
}
.bodykit-copy-card p {
    position: relative;
    z-index: 1;
    font-size: clamp(1.1rem, 1.4vw, 1.45rem);
    color: rgba(241,241,241,0.9);
    margin-bottom: 1.4rem;
    line-height: 1.35;
    max-width: 34ch;
}
.bodykit-copy-emphasis {
    position: relative;
    z-index: 1;
    margin-top: 2rem;
    padding-top: 1.4rem;
    border-top: 1px solid rgba(241,241,241,0.12);
    font-size: clamp(1.05rem, 1.25vw, 1.2rem);
    line-height: 1.45;
    color: var(--brand-main);
    font-weight: 700;
    max-width: 44ch;
}
.bodykit-feature-stack {
    display: grid;
    gap: 1px;
    background: rgba(36,36,36,0.12);
}
.bodykit-feature {
    background: rgba(255,255,255,0.72);
    backdrop-filter: blur(8px);
    padding: 1.6rem 1.5rem 1.5rem;
    min-height: 170px;
    display: grid;
    align-content: start;
}
.bodykit-feature span {
    color: var(--brand-main);
    font-weight: 900;
    font-size: 0.9rem;
    margin-bottom: 0.9rem;
}
.bodykit-feature h3 {
    font-size: clamp(1.1rem, 1.4vw, 1.45rem);
    line-height: 1.05;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}
.bodykit-feature p {
    color: #4d4d4d;
    line-height: 1.45;
    font-size: 1rem;
}

/* ===== EDITORIAL PROCESS FLOW ===== */
.process-sec {
    padding: 8vh 5%;
    background: #0d0d0d;
    overflow: hidden;
}
.editorial-flow {
    max-width: 1000px;
    margin: 4vh auto 0;
    position: relative;
    padding-left: 10%;
}
.vertical-laser {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(24, 136, 131, 0.3) 15%, rgba(24, 136, 131, 0.3) 85%, transparent);
}
.laser-glow {
    position: absolute;
    top: -150px; 
    left: -2px; 
    width: 5px;
    height: 150px; 
    background: linear-gradient(to bottom, transparent, var(--brand-main), transparent);
    box-shadow: 0 0 15px var(--brand-main), 0 0 30px var(--brand-main); 
    z-index: 3;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.flow-block {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 4rem;
    padding: 4rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
}
.flow-block:last-child {
    border-bottom: none;
}
.flow-meta {
    display: flex;
    align-items: flex-start;
}
.flow-index {
    font-size: 3.5rem;
    font-weight: 900;
    font-style: italic;
    color: var(--brand-main);
    line-height: 1;
    position: relative;
}
.flow-block::before {
    content: "";
    position: absolute;
    left: -10%; 
    top: 5.2rem;
    width: 7px;
    height: 7px;
    background: var(--brand-main);
    border-radius: 50%;
    transform: translateX(-3.5px);
    box-shadow: 0 0 15px var(--brand-main);
    z-index: 2;
}
.flow-text h3 {
    font-size: clamp(1.4rem, 2.2vw, 2rem);
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 1rem;
    letter-spacing: -1px;
}
.flow-text p {
    font-size: 1.15rem;
    color: var(--brand-muted);
    max-width: 45ch;
    line-height: 1.5;
}

/* ===== SEÇÃO BLUEPRINT (PREMIUM & COMPACTA) ===== */
.premium-blueprint-sec {
    background: radial-gradient(circle at 80% 0%, rgba(24,136,131,0.12), transparent 40%), var(--brand-dark);
    padding: 8vh 5%;
    position: relative;
    overflow: hidden;
}
.pb-container {
    max-width: 1360px;
    margin: 0 auto;
}
.pb-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 4rem;
    margin-bottom: 2rem;
}
.pb-title-box { max-width: 600px; }
.pb-desc-box { max-width: 480px; padding-bottom: 0.5rem; }
.pb-desc-box p {
    color: var(--brand-muted);
    font-size: 1.15rem;
    line-height: 1.5;
}
.pb-panel {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 0;
    padding: 1.5rem;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.3);
}
.pb-controls {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.selector-label {
    color: var(--brand-muted);
    font-size: 0.85rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.vehicle-tabs { display: flex; gap: 12px; }
.vehicle-tab {
    border: 1px solid rgba(241,241,241,0.12);
    background: rgba(0,0,0,0.3);
    color: var(--brand-muted);
    padding: 0.8rem 1.6rem;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}
.vehicle-tab.active, .vehicle-tab:hover {
    color: var(--brand-dark);
    background: var(--brand-main);
    border-color: var(--brand-main);
}
.pb-body {
    display: grid;
    grid-template-columns: 1.55fr 1fr;
    gap: 4rem;
    align-items: center;
}
.blueprint-stage {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    max-height: 48vh;
    background: #050505;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.04);
}
.blueprint-base, .blueprint-highlight {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blueprint-highlight {
    z-index: 2;
    clip-path: inset(0 100% 0 0);
}
.scanner-beam {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background: var(--brand-main);
    box-shadow: 0 0 25px 5px rgba(24, 136, 131, 0.8);
    z-index: 3;
    opacity: 0;
    pointer-events: none;
}

/* Pílula Dinâmica do Carrossel */
.dynamic-pill {
    position: absolute;
    top: 24px;
    right: 24px;
    background: rgba(10, 10, 10, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(24, 136, 131, 0.4);
    color: #f1f1f1;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    z-index: 15;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    opacity: 0;
    transform: translateY(10px);
    max-width: 80%;
    pointer-events: none;
}

.dynamic-pill::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: var(--brand-main);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--brand-main);
}

@media (max-width: 768px) {
    .dynamic-pill {
        top: 16px;
        right: 16px;
        left: 16px;
        font-size: 0.75rem;
        width: fit-content;
        margin: 0 auto;
        text-align: center;
    }
}

.carousel-progress-wrapper {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}
.progress-dot {
    width: 12px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    transition: all 0.3s ease;
}
.progress-dot.active {
    background: var(--brand-main);
    width: 24px;
}

.pb-info-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.result-kicker {
    color: var(--brand-main);
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}
.pb-info-col h3 {
    font-size: clamp(1.3rem, 1.8vw, 1.75rem);
    line-height: 1.15;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.styled-list { list-style: none; display: grid; gap: 1.2rem; margin-bottom: 2.5rem; }
.styled-list li {
    color: var(--brand-light);
    padding-left: 1.2rem;
    position: relative;
    line-height: 1.4;
    font-size: 1.05rem;
}
.styled-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--brand-main);
}
.unique-note {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 1.5rem;
    color: var(--brand-muted);
    font-size: 0.95rem;
    line-height: 1.5;
}
.unique-note strong { color: var(--brand-light); }

/* ===== ACC SECTION E CARDS ===== */
.cases-sec { background: var(--brand-light); color: var(--brand-dark); padding: 14vh 5%; }
.section-header { max-width: 980px; margin: 0 auto 7vh; }
.section-header p { color: var(--brand-darker); font-size: 1.1rem; margin-top: 1rem; line-height: 1.45; }
.cases-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.case-card { border: 1px solid #ddd;  overflow: hidden; background: #fff; }
.case-placeholder { min-height: 320px; display: flex; align-items: center; justify-content: center; background: repeating-linear-gradient(45deg, #f3f3f3, #f3f3f3 10px, #e8e8e8 10px, #e8e8e8 20px); color: #999; font-weight: 900; text-transform: uppercase; }
.case-card h3 { padding: 1.4rem 1.4rem 0.5rem; text-transform: uppercase; }
.case-card p { padding: 0 1.4rem 1.4rem; color: #555; }

.acc-section {
    position: relative;
    padding: 8vh 0;
    background-color: var(--brand-dark);
}
.acc-container {
    display: flex;
    height: 85vh;
    width: 100%;
    overflow: hidden;
}
.acc-item {
    position: relative;
    flex: 1;
    overflow: hidden;
    cursor: pointer;
    transition: flex 0.7s cubic-bezier(0.25, 1, 0.5, 1);
    border-right: 1px solid rgba(241, 241, 241, 0.12);
    opacity: 1 !important;
    transform: none !important;
}
.acc-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.acc-video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) brightness(0.35);
    transition: filter 0.6s ease, transform 0.6s ease;
    background: #050505;
}
.acc-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(36,36,36,0.92) 0%, rgba(36,36,36,0.45) 45%, rgba(36,36,36,0.15) 100%);
}
.acc-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3rem;
    width: 100%;
    z-index: 5;
    pointer-events: none;
}
.acc-number {
    font-family: var(--font-title);
    font-size: 1.5rem;
    color: var(--brand-main);
    display: block;
    margin-bottom: 1rem;
}
.acc-title {
    font-family: var(--font-title);
    font-size: clamp(1.8rem, 2.8vw, 2.9rem);
    text-transform: uppercase;
    margin-bottom: 1rem;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s ease;
    max-width: 420px;
}
.acc-description {
    font-size: 1.1rem;
    color: var(--brand-muted);
    max-width: 340px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s ease 0.1s;
}
@media (min-width: 769px) {
    .acc-section { padding: 20px 0; }
    .acc-item:hover { flex: 2.5; }
    .acc-item:hover video { filter: grayscale(0%) brightness(0.78); transform: scale(1.03); }
    .acc-item:hover .acc-title, .acc-item:hover .acc-description { transform: translateY(0); opacity: 1; }
}
@media (max-width: 768px) {
    .acc-container { flex-direction: column; height: auto; }
    .acc-item { height: 56vh; width: 100%; border-right: none; border-bottom: 1px solid rgba(241, 241, 241, 0.12); }
    .acc-video-wrapper video { filter: grayscale(0%) brightness(0.55); }
    .acc-content { padding: 2rem; }
    .acc-title, .acc-description { opacity: 1; transform: translateY(0); }
    .acc-title { font-size: clamp(1.5rem, 6.5vw, 2.05rem); }
    .acc-description { font-size: 1rem; max-width: 100%; }
}

/* =========================================
   ESTILOS COMPLEMENTOS V2 (KINETIC MATRIX)
   ========================================= */
.addons-sec-v2 {
    position: relative;
    background-color: #050505;
    padding: 8vh 5%;
    overflow: hidden;
    color: var(--brand-light);
    isolation: isolate;
}
.tactical-grid-bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(24, 136, 131, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(24, 136, 131, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    background-position: center center;
    z-index: -1;
    mask-image: radial-gradient(circle at center, black 30%, transparent 80%);
}
.tactical-grid-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQwIDQwIj48ZyBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIGZpbGw9IiNmMWYxZjEiIGZpbGwtb3BhY2l0eT0iMC4wMiI+PHBhdGggZD0iTTAgMGg0MHY0MEgwVjB6bTIwIDIwaDIwdjIwSDIWMjB6TTAgMjBoMjB2MjBIMFYyMHoyMCAwaDIwdjIwSDIwVjB6Ii8+PC9nPjwvZz48L3N2Zz4=');
    opacity: 0.5;
}
.section-header-v2 {
    max-width: 1200px;
    margin: 0 auto 5vh;
    text-align: left;
}
.header-cap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}
.tag-v2 {
    color: var(--brand-main);
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.cap-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, var(--brand-main), transparent);
}
.section-header-v2 h2 {
    font-size: var(--fs-section-lg);
    font-weight: 900;
    text-transform: uppercase;
    line-height: 0.95;
    letter-spacing: -3px;
}
.glitch-text {
    position: relative;
    color: var(--brand-light);
    -webkit-text-stroke: 1px rgba(241, 241, 241, 0.1);
}
.kinetic-matrix {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, minmax(320px, auto));
    gap: 10px;
}
.matrix-panel {
    position: relative;
    background: #0a0a0a;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    isolation: isolate;
}
.matrix-panel:hover {
    transform: scale(1.02) translateY(-5px);
    z-index: 10;
}
.image-cutter {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    transition: clip-path 0.5s ease;
}
.matrix-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) brightness(0.6);
    transition: transform 0.6s ease, filter 0.6s ease;
    will-change: transform, filter;
}
.panel-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.9) 90%);
    opacity: 0.8;
    transition: opacity 0.5s ease;
}
.panel-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 3;
    transform: translateZ(0);
}
.kicker-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    transform: translateY(10px);
    opacity: 0.8;
    transition: transform 0.5s ease, opacity 0.5s ease;
}
.addon-kicker-v2 {
    background-color: var(--brand-main);
    color: #000;
    padding: 4px 10px;
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
.tech-coord {
    font-family: monospace;
    font-size: 0.65rem;
    color: rgba(241, 241, 241, 0.3);
}
.addon-title-v2 {
    font-size: 1.6rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -1px;
    color: var(--brand-light);
    transform: translateY(15px);
    transition: transform 0.5s ease 0.05s;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
.panel-border-glow {
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.panel-scanner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--brand-main), transparent);
    z-index: 5;
    opacity: 0;
    transform: translateY(-100%);
}
.matrix-panel:hover img {
    filter: grayscale(0%) brightness(0.8) contrast(1.1);
    transform: scale(1.1) rotate(1deg);
}
.matrix-panel:hover .panel-overlay {
    opacity: 0.4;
    background: linear-gradient(to bottom, rgba(24, 136, 131, 0.1) 0%, rgba(0,0,0,0.8) 100%);
}
.matrix-panel:hover .kicker-wrap,
.matrix-panel:hover .addon-title-v2 {
    transform: translateY(0);
    opacity: 1;
}
.matrix-panel:hover .addon-title-v2 {
    color: #fff;
    text-shadow: 0 0 15px rgba(24, 136, 131, 0.7);
}
.matrix-panel:hover .panel-border-glow {
    opacity: 1;
}
@keyframes panelScan {
    0% { transform: translateY(-100%); opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { transform: translateY(1000%); opacity: 0; }
}
.matrix-panel:hover .panel-scanner {
    opacity: 1;
    animation: panelScan 1.5s infinite;
}
.panel-hero { grid-column: span 2; grid-row: span 2; }
.panel-hero .image-cutter { clip-path: polygon(0 0, 95% 0, 100% 5%, 100% 100%, 0 100%); }
.panel-hero:hover .image-cutter { clip-path: polygon(0 0, 100% 0, 100% 0, 100% 100%, 0 100%); }
.panel-hero .panel-border-glow { border-top: 2px solid var(--brand-main); border-right: 2px solid var(--brand-main); clip-path: polygon(0 0, 95% 0, 100% 5%, 100% 10%, 100% 10%, 95% 2%, 0 2%); }
.panel-tall { grid-column: 3; grid-row: span 2; }
.panel-tall .image-cutter { clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%); }
.panel-tall:hover .image-cutter { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
.panel-tall .panel-border-glow { border-top: 2px solid var(--brand-main); border-left: 2px solid var(--brand-main); clip-path: polygon(0 15%, 100% 0, 100% 2%, 2% 16%, 2% 100%, 0 100%); }
.panel-wide-top { grid-column: 4; grid-row: 1; }
.panel-wide-top .image-cutter { clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%); }
.panel-wide-top:hover .image-cutter { clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%); }
.panel-wide-top .panel-border-glow { border-bottom: 2px solid var(--brand-main); border-right: 2px solid var(--brand-main); clip-path: polygon(90% 100%, 100% 90%, 100% 100%); }
.panel-square { grid-column: 4; grid-row: 2; }
.panel-square .image-cutter { clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 15%); }
.panel-square:hover .image-cutter { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0); }
.panel-square .panel-border-glow { border-top: 2px solid var(--brand-main); border-left: 2px solid var(--brand-main); clip-path: polygon(15% 0, 0 15%, 0 0); }
.panel-wide-bottom { grid-column: 1 / span 4; grid-row: 3; min-height: 250px; }
.panel-wide-bottom .image-cutter { clip-path: polygon(0 0, 48% 0, 50% 10%, 52% 0, 100% 0, 100% 100%, 0 100%); }
.panel-wide-bottom:hover .image-cutter { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
.panel-wide-bottom .panel-border-glow { border-top: 2px solid var(--brand-main); clip-path: polygon(0 0, 48% 0, 50% 10%, 52% 0, 100% 0, 100% 2%, 52% 2%, 50% 12%, 48% 2%, 0 2%); }

.editorial-why { background: var(--brand-light); color: var(--brand-dark); padding: 8vh 5%; }
.editorial-wrapper { max-width: 1300px; margin: 0 auto; }
.editorial-intro { margin-bottom: 7vh; }
.editorial-intro h2 span { color: transparent; -webkit-text-stroke: 1px var(--brand-dark); }
.editorial-list { border-top: 1px solid #ddd; }
.ed-item { display: grid; grid-template-columns: 90px 1fr; gap: 1.5rem; padding: 3rem 0; border-bottom: 1px solid #ddd; }
.ed-number { color: #999; font-weight: 900; }
.ed-content { display: grid; grid-template-columns: 0.8fr 1fr; gap: 2rem; align-items: start; }
.ed-content h3 { font-size: clamp(1.2rem, 2vw, 1.9rem); line-height: 1.1; text-transform: uppercase; }
.ed-content p { color: var(--brand-darker); font-size: 1.05rem; line-height: 1.45; }

.final-cta-sec { position: relative; min-height: 60vh; padding: 10vh 5%; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #111; }
.cta-bg-wrapper { position: absolute; inset: 0; }
.cta-img-bg { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.58); }
.cta-overlay { position: absolute; inset: 0; background: radial-gradient(circle, transparent 10%, rgba(36,36,36,0.92) 80%); }
.cta-hex-grid { position: absolute; inset: 0; background-image: linear-gradient(30deg, rgba(24,136,131,0.18) 12%, transparent 12.5%, transparent 87%, rgba(24,136,131,0.18) 87.5%, rgba(24,136,131,0.18)), linear-gradient(150deg, rgba(24,136,131,0.18) 12%, transparent 12.5%, transparent 87%, rgba(24,136,131,0.18) 87.5%, rgba(24,136,131,0.18)); background-size: 72px 124px; opacity: 0.1; mix-blend-mode: screen; }
.cta-container { position: relative; z-index: 2; text-align: center; max-width: 1100px; }
.cta-headline { font-size: var(--fs-cta); line-height: 1.02; text-transform: uppercase; }
.btn-boom { display: inline-block; margin-top: 2rem; padding: 1.4rem 3rem; border-radius: 50px; background: var(--brand-main); color: var(--brand-dark); font-weight: 900; text-transform: uppercase; box-shadow: 0 0 0 0 rgba(24, 136, 131, 0.65); transition: transform 0.25s ease; }
.btn-boom:hover { transform: translateY(-5px) scale(1.03); }
.cta-sub { margin-top: 1.2rem; color: var(--brand-muted); }

.wpp-float { position: fixed; right: 28px; bottom: 28px; width: 62px; height: 62px; background: #25d366; border-radius: 50%; z-index: 1000; display: flex; align-items: center; justify-content: center; box-shadow: 0 14px 35px rgba(0,0,0,0.25); }
.wpp-float svg { width: 38px; height: 38px; fill: #fff; position: relative; z-index: 2; }
.wpp-pulse { position: absolute; inset: -6px; border-radius: 50%; border: 2px solid #25d366; animation: wppPulse 1.6s infinite ease-out; }
@keyframes wppPulse { to { transform: scale(1.45); opacity: 0; } }
.main-footer { padding: 20px 5%; background: var(--brand-dark); border-top: 1px solid var(--brand-line); text-align: center; color: rgba(241,241,241,0.45); font-size: 0.86rem; }
.reveal-up { opacity: 0; transform: translateY(32px); }

@media (max-width: 1100px) {
    .pb-header { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
    .pb-body { grid-template-columns: 1fr; gap: 2.5rem; }
    .blueprint-stage { aspect-ratio: 16/10; }
    .stats-grid-wrapper, .bodykit-intro-grid { grid-template-columns: 1fr; }
    .kinetic-matrix { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
    .panel-hero, .panel-tall, .panel-wide-top, .panel-square, .panel-wide-bottom { grid-column: span 2; grid-row: auto; min-height: 350px; }
    .image-cutter, .matrix-panel:hover .image-cutter { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important; }
    .panel-border-glow { display: none; }
    .kicker-wrap { opacity: 1; transform: translateY(0); }
    .addon-title-v2 { font-size: 1.4rem; opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
    .btn-header, .nav-menu { display: none; }
    .menu-toggle { display: block; }
    .nav-menu.open { display: flex; position: fixed; inset: 0; width: 100vw; height: 100vh; background: rgba(36,36,36,0.98); backdrop-filter: blur(20px); z-index: 1001; align-items: center; justify-content: center; }
    .nav-menu.open ul { flex-direction: column; align-items: center; gap: 2.5rem; }
    .nav-menu.open a { font-size: 2rem; color: var(--brand-light); }
    .hero-bottom-grid { grid-template-columns: 1fr; text-align: center; justify-items: center; align-items: center; }
    .hero-content-lp { align-items: center; padding-top: 15vh; }
    .video-bg-container { position: absolute; }
    .text-cta-container { align-items: center; text-align: center; justify-self: center; }
    .hero-subtext { font-size: clamp(2.35rem, 9vw, 3.55rem); max-width: 15ch; }
    .bodykit-word { font-size: clamp(3.5rem, 15vw, 7rem); top: 7vh; }
    .bodykit-intro-head { margin-bottom: 2rem; }
    .bodykit-copy-card p { max-width: none; }
    .bodykit-feature { min-height: auto; }
    .stats-lp, .cases-sec { padding: 10vh 5%; }
    .bodykit-intro, .process-sec, .premium-blueprint-sec, .editorial-why { padding: 5vh 5%; }
    .bodykit-intro-head h2, .section-header h2, .editorial-intro h2, .pb-header h2 { font-size: clamp(2.15rem, 7.5vw, 3.0rem); line-height: 1.02; }
    .stats-title { font-size: clamp(2.35rem, 8.5vw, 3.35rem); }
    .cta-headline { font-size: clamp(2.25rem, 8.5vw, 3.4rem); }
    .timeline-grid, .cases-grid { grid-template-columns: 1fr; }
    .section-header-v2 h2 { font-size: clamp(2rem, 8vw, 2.8rem); letter-spacing: -1px; }
    .addon-title-v2 { font-size: 1.2rem; }
    .panel-hero, .panel-tall, .panel-wide-top, .panel-square, .panel-wide-bottom { min-height: 280px; }
    .addons-sec-v2 { padding: 5vh 5%; }
    .ed-item, .ed-content { grid-template-columns: 1fr; gap: 1rem; }
    .final-cta-sec { min-height: 50vh; }
    .wpp-float { width: 56px; height: 56px; right: 18px; bottom: 18px; }
    .editorial-flow { padding-left: 20px; }
    .flow-block { grid-template-columns: 1fr; gap: 1rem; padding: 2rem 0; }
    .flow-block::before { left: -20px; }
    .vertical-laser { left: 0; }
    .flow-index { font-size: 2.5rem; }

    .pb-panel { padding: 1rem; border-radius: 0; border: none; background: transparent; }
    .pb-controls { flex-direction: column; align-items: flex-start; padding-bottom: 1.5rem; margin-bottom: 1.5rem; }
    .vehicle-tabs { width: 100%; overflow-x: auto; padding-bottom: 10px; }
    .blueprint-stage { aspect-ratio: 4/3; }
    .pb-info-col h3 { font-size: 1.4rem; }
    .styled-list li { font-size: 1rem; }
}

@media (max-width: 768px) {
    .bg-video-iframe { width: 220vw; height: 123.75vw; min-width: 220vw; min-height: 100vh; }
    .stats-subtitle { font-size: 1.05rem; }
    .stats-title, .section-header h2, .editorial-intro h2, .pb-header h2, .cta-headline { line-height: 0.98; }
}

/* ===== RESPONSIVO CORRIGIDO ===== */
html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
*, *::before, *::after { min-width: 0; }
main, section, .header-container, .hero-content-lp, .stats-grid-wrapper, .bodykit-intro-shell, .pb-container, .editorial-wrapper, .kinetic-matrix, .timeline-grid, .acc-container { max-width: 100%; }
section { overflow-x: clip; }
.hero-lp, .stats-lp { isolation: isolate; }
.hero-lp .video-bg-container { border-radius: 0 !important; }
.stats-lp { overflow: hidden; }
.stats-lp::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, rgba(36,36,36,0.92) 0%, rgba(36,36,36,0.72) 44%, rgba(36,36,36,0.45) 100%); }
.stats-lp .stats-grid-wrapper, .stats-lp .stats-text-col { position: relative; z-index: 2; }
.vehicle-tabs { max-width: 100%; }
.blueprint-stage, .bodykit-copy-card, .bodykit-feature, .timeline-item, .matrix-panel, .ed-item, .final-cta-sec { max-width: 100%; }
.bodykit-intro-head h2, .section-header h2, .editorial-intro h2, .cta-headline, .stats-title, .hero-subtext, .pb-header h2, .pb-info-col h3, .addon-title-v2 { overflow-wrap: anywhere; }

@media (min-width: 769px) {
    .stats-lp::before { display: none; }
}

@media (max-width: 768px) {
    :root {
        --card-num-size: clamp(2.4rem, 13vw, 4.15rem);
        --fs-hero: clamp(1.85rem, 9vw, 3.15rem);
        --fs-section: clamp(1.9rem, 8vw, 2.85rem);
        --fs-section-lg: clamp(2.05rem, 9vw, 3.1rem);
        --fs-cta: clamp(2.0rem, 9vw, 3.05rem);
    }
    body.nav-open { overflow: hidden; }
    .main-header { padding: 14px 5%; }
    .header-container { gap: 12px; }
    .logo img { max-height: 22px; max-width: 170px; }
    .nav-menu.open { width: 100%; max-width: 100%; }
    .hero-lp { min-height: 100svh; overflow: hidden; background: transparent; }
    .hero-content-lp { min-height: 100svh; padding: 16vh 5% 8vh; position: relative; z-index: 2; }
    .video-bg-container { position: fixed !important; inset: 0 !important; width: 100vw !important; height: 100svh !important; z-index: 0 !important; transform: none !important; scale: 1 !important; opacity: 1; pointer-events: none; overflow: hidden; border-radius: 0 !important; }
    .hero-video-embed, .overlay-lp { position: absolute; inset: 0; }
    .bg-video-iframe { width: 177.78svh; height: 100svh; min-width: 100vw; min-height: 100svh; max-width: none; }
    .overlay-lp { background: radial-gradient(circle at 65% 28%, rgba(24,136,131,0.2), transparent 36%), linear-gradient(to bottom, rgba(0,0,0,0.24), rgba(0,0,0,0.86)); }
    .hero-bottom-grid { width: 100%; grid-template-columns: 1fr; gap: 2rem; }
    .img-head { width: min(420px, 78vw); margin: 0 auto; }
    .text-cta-container { width: 100%; max-width: 100%; }
    .hero-subtext { max-width: 15ch; margin-left: auto; margin-right: auto; }
    .cta-button, .btn-boom { width: auto; max-width: 100%; text-align: center; white-space: normal; }
    .stats-lp { min-height: 100svh; padding: 12vh 5%; background: transparent !important; display: flex; align-items: center; }
    .stats-grid-wrapper { display: block; width: 100%; }
    .stats-title, .stats-subtitle, .stats-cards-stack { max-width: 100%; }
    .stats-cards-stack { gap: 1rem; margin-top: 2.4rem; }
    .card-num-wrapper { max-width: 100%; white-space: nowrap; }
    .bodykit-intro, .process-sec, .premium-blueprint-sec, .editorial-why, .addons-sec-v2 { padding-left: 5%; padding-right: 5%; }
    .bodykit-word { left: 5%; right: auto; max-width: 90%; overflow: hidden; white-space: nowrap; }
    .bodykit-intro-grid, .timeline-grid, .ed-item, .ed-content { display: grid; grid-template-columns: 1fr; width: 100%; }
    .bodykit-copy-card, .bodykit-feature, .timeline-item { padding: 1.35rem; }
    .bodykit-copy-card p { font-size: 1.05rem; line-height: 1.45; }
    .vehicle-tabs { flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden; padding-bottom: 0.35rem; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
    .vehicle-tabs::-webkit-scrollbar { display: none; }
    .vehicle-tab { flex: 0 0 auto; white-space: nowrap; border-radius: 999px; }
    .blueprint-stage { min-height: 310px; width: 100%; }
    .acc-section { padding: 0; overflow: hidden; }
    .acc-container { width: 100%; height: auto; }
    .acc-item { min-height: 58svh; height: 58svh; flex: none; }
    .acc-content { padding: 1.5rem; }
    .editorial-intro h2 span { -webkit-text-stroke: 0.7px var(--brand-dark); }
    .final-cta-sec { min-height: 50svh; padding: 8vh 5%; }
    .cta-container { max-width: 100%; }
    .wpp-float { width: 54px; height: 54px; right: 16px; bottom: 16px; }
}

@media (max-width: 420px) {
    .blueprint-stage { min-height: 260px; }
    .timeline-item { min-height: 170px; }
    .addon-title-v2 { font-size: 1.18rem; }
    .btn-boom, .cta-button { padding-left: 1.35rem; padding-right: 1.35rem; }
}

.services-acc-section { padding-bottom: 0 !important; }
.services-acc-container .acc-content { display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; }
.services-acc-container .acc-number { line-height: 1; margin-bottom: 12px; }
.services-acc-container .acc-title { min-height: 3.5rem; display: flex; align-items: flex-end; }
.services-acc-container .acc-description { min-height: 4.5rem; }

.pb-cta-wrapper { display: flex; justify-content: flex-end; margin-top: 2rem; }
.pb-cta-wrapper .cta-button { padding: 1.1rem 2.5rem; font-size: 0.95rem; }
@media (max-width: 768px) {
    .pb-cta-wrapper { justify-content: center; margin-top: 1.5rem; }
    .pb-cta-wrapper .cta-button { width: 100%; text-align: center; }
}

/* Nova Seção de Diferenciais + Ajuste de Claustrofobia */
.customs-new-section { margin-top: 20px; }
.customs-new-section .editorial-intro { margin-bottom: 4vh; }
.customs-new-section .editorial-list { margin-top: 0; border-top: 1px solid #ddd; }
.customs-new-section .ed-item { display: flex; align-items: center; width: 100%; padding: 3.2rem 0; border-bottom: 1px solid #ddd; color: var(--brand-dark); transition: border-color 0.3s ease; }
.customs-new-section .ed-item:hover { border-bottom-color: var(--brand-main); }
.customs-new-section .ed-content { flex: 1; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.customs-new-section .ed-content h3 { max-width: 980px; margin: 0; font-size: clamp(1.55rem, 3.1vw, 2.85rem); line-height: 1.08; transition: color 0.3s ease; }
.customs-new-section .ed-item:hover .ed-content h3 { color: var(--brand-main); }
.customs-new-section .ed-icon { flex: 0 0 64px; width: 64px; height: 64px; margin-left: auto; transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.customs-new-section .ed-icon img { width: 100%; height: 100%; object-fit: contain; }
.customs-new-section .ed-item:hover .ed-icon { transform: scale(1.15); }
@media (max-width: 768px) {
    .customs-new-section { padding: 10vh 5%; margin-top: 0; }
    .customs-new-section .editorial-intro { margin-bottom: 8vh; }
    .customs-new-section .ed-item { padding: 2rem 0; }
    .customs-new-section .ed-content { flex-direction: row; align-items: center; gap: 1rem; }
    .customs-new-section .ed-content h3 { font-size: clamp(1.15rem, 5.8vw, 2rem); max-width: calc(100% - 56px); overflow-wrap: normal !important; word-break: normal !important; }
    .customs-new-section .ed-content p { overflow-wrap: normal !important; word-break: normal !important; }
    .customs-new-section .ed-icon { flex: 0 0 40px; width: 40px; height: 40px; }
}

.mini-loader { position: absolute; inset: 0; width: 100%; height: 100%; background-color: #030303; display: flex; align-items: center; justify-content: center; z-index: 20; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
.mini-loader.active { opacity: 1; pointer-events: all; }
.mini-loader img { width: 180px; animation: pulse-loader 1.5s infinite ease-in-out; }
@keyframes pulse-loader { 0% { transform: scale(0.95); opacity: 0.6; } 50% { transform: scale(1.05); opacity: 1; } 100% { transform: scale(0.95); opacity: 0.6; } }

/* ==========================================
   SEÇÃO FORMATOS WHITE (3ª POSIÇÃO)
   ========================================== */
.uc-formatos-white {
    background-color: #ffffff;
    padding: 120px 20px 40px 20px;
    font-family: var(--font-body);
    color: #1a1a1a;
}
.uc-formatos-container { max-width: 1300px; margin: 0 auto; }
.uc-formatos-header { text-align: center; margin-bottom: 80px; }
.uc-formatos-header h2 { font-size: var(--fs-section); font-weight: 700; text-transform: uppercase; color: var(--brand-dark); }
.uc-formatos-header h2 span { color: var(--brand-main); }
.uc-formatos-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.uc-card-white { background: #ffffff; border: 1px solid #eeeeee; padding: 40px 30px; border-radius: 4px; position: relative; transition: all 0.3s ease; display: flex; flex-direction: column; }
.uc-card-num { font-size: 14px; font-weight: 700; color: var(--brand-main); margin-bottom: 20px; letter-spacing: 2px; }
.uc-card-white h3 { font-size: 1.4rem; font-weight: 700; margin-bottom: 15px; text-transform: uppercase; color: var(--brand-dark); }
.uc-card-white .desc-short { font-weight: 700; margin-bottom: 15px; font-size: 1.05rem; }
.uc-card-white .desc-list { list-style: none; padding: 0; margin: 0 0 30px 0; flex-grow: 1; }
.uc-card-white .desc-list li { position: relative; padding-left: 18px; margin-bottom: 12px; font-size: 0.95rem; color: #666; line-height: 1.5; }
.uc-card-white .desc-list li::before { content: '›'; position: absolute; left: 0; top: 0; color: var(--brand-main); font-weight: 700; font-size: 1.1rem; }
.uc-card-signature { background: #f9f9f9; padding: 15px; font-size: 0.9rem; border-left: 3px solid var(--brand-main); line-height: 1.4; }
.uc-card-signature strong { color: var(--brand-main); text-transform: uppercase; }
.uc-card-white:hover, .uc-card-white.active-scroll { border-color: var(--brand-main); box-shadow: 0 20px 40px rgba(0,0,0,0.05); transform: translateY(-5px); }
.uc-formatos-footer { margin-top: 40px; text-align: center; font-weight: 700; font-size: 1.1rem; color: var(--brand-dark); letter-spacing: 1px; }

@media (max-width: 768px) {
    .uc-formatos-white { padding: 80px 20px 20px 20px; }
    .uc-card-white { text-align: left; }
}

.addons-split-row {
    grid-column: 1 / span 4;
    grid-row: 3;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    min-height: 250px;
}

.addons-split-row .addon-split-card {
    width: 100%;
    height: 100%;
    min-height: 250px;
}

.addons-split-row .image-cutter,
.addons-split-row .addon-split-card:hover .image-cutter {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}

.addons-split-row .panel-border-glow {
    border-top: 2px solid var(--brand-main);
    clip-path: none;
}

.addons-split-row .addon-split-card:first-child .panel-border-glow {
    border-left: 2px solid var(--brand-main);
}

.addons-split-row .addon-split-card:last-child .panel-border-glow {
    border-right: 2px solid var(--brand-main);
}

.addons-split-row .image-cutter img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1100px) {
    .addons-split-row {
        grid-column: span 2;
        grid-row: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-height: 350px;
    }

    .addons-split-row .addon-split-card {
        min-height: 350px;
    }
}

@media (max-width: 768px) {
    .addons-split-row {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .addons-split-row .addon-split-card {
        min-height: 280px;
    }
}