/*
Theme Name: TrackFY GeoSun LiDAR
Theme URI: https://trackfy.tech
Description: Tema GeoSun LiDAR Brasil — representante oficial de tecnologias 3D/LiDAR.
Version: 1.0.0
Author: TrackFY
Text Domain: trackfy-geosunlidar
*/

/* ===== CSS Variables ===== */
:root {
    --brand-primary:   #0A2A5E;
    --brand-secondary: #1A4FA0;
    --brand-accent:    #F5820D;
    --brand-dark:      #0A0E1A;
    --brand-surface:   #F4F6FB;
    --brand-text:      #1A1A2E;
    --brand-muted:     #6B7280;
    --brand-font:      'Inter', system-ui, -apple-system, sans-serif;
    --brand-font-mono: 'JetBrains Mono', monospace;
    --radius-sm:       .5rem;
    --radius-md:       .75rem;
    --radius-lg:       1.25rem;
    --shadow-sm:       0 1px 3px rgba(0,0,0,.08);
    --shadow-md:       0 4px 16px rgba(0,0,0,.10);
    --shadow-lg:       0 8px 32px rgba(0,0,0,.14);
    --max-w:           1280px;
    --header-h:        72px;
    --transition:      .22s ease;
}

/* ===== Reset & Base ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
    font-family: var(--brand-font);
    color: var(--brand-text);
    background: #fff;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
img, video, svg { display: block; max-width: 100%; }
a { color: var(--brand-secondary); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--brand-primary); }
h1, h2, h3, h4, h5, h6 {
    line-height: 1.25;
    font-weight: 700;
    color: var(--brand-dark);
}
ul, ol { list-style: none; }
button, input, select, textarea { font-family: inherit; }

/* ===== Container ===== */
.container {
    max-width: var(--max-w);
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* ===== Buttons ===== */
.btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .7rem 1.75rem;
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: .95rem;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all var(--transition);
    text-decoration: none;
    white-space: nowrap;
}
.btn--primary {
    background: var(--brand-primary);
    color: #fff;
    border-color: var(--brand-primary);
}
.btn--primary:hover {
    background: var(--brand-secondary);
    border-color: var(--brand-secondary);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,48,135,.3);
}
.btn--outline {
    background: transparent;
    color: var(--brand-primary);
    border-color: var(--brand-primary);
}
.btn--outline:hover {
    background: var(--brand-primary);
    color: #fff;
}
.btn--accent {
    background: var(--brand-accent);
    color: #fff;
    border-color: var(--brand-accent);
}
.btn--accent:hover { filter: brightness(1.1); }
.btn--whatsapp { background: #2EB45C; color: #fff; border-color: #2EB45C; }
.btn--whatsapp:hover { background: #269B4E; border-color: #269B4E; }
.btn--sm { padding: .5rem 1.1rem; font-size: .85rem; }
.btn--full { width: 100%; justify-content: center; }
.btn--lg { padding: .9rem 2.25rem; font-size: 1.05rem; }

/* ===== Header / Nav ===== */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0,0,0,.07);
}

/* Testeira de garantias */
.trust-bar { background: var(--brand-dark); overflow: hidden; }
.trust-bar__grid { padding: .5rem 0; }
.trust-bar__track { display: flex; gap: 2.25rem; }
.trust-bar__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .25rem;
    flex-shrink: 0;
    text-align: center;
    color: rgba(255,255,255,.75);
}
.trust-bar__item span { font-size: .68rem; font-weight: 600; letter-spacing: .01em; max-width: 110px; line-height: 1.25; }
@media (min-width: 901px) {
    .trust-bar__track { display: grid; grid-template-columns: repeat(7, 1fr); gap: 1rem; }
    .trust-bar__item--dup { display: none; }
}
@media (max-width: 900px) {
    .trust-bar__track { animation: trust-bar-scroll 22s linear infinite; }
    .trust-bar:hover .trust-bar__track { animation-play-state: paused; }
}
@keyframes trust-bar-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

.header-main { height: var(--header-h); display: flex; align-items: center; }
.header-main__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 1.5rem;
}
.site-logo { display: flex; align-items: center; gap: .75rem; text-decoration: none; }
.site-logo img { height: 38px; width: auto; }
.site-logo__name {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--brand-primary);
    letter-spacing: -.5px;
}
.site-logo__br { font-weight: 500; opacity: .7; }
.site-nav { display: flex; align-items: center; gap: 1.75rem; }
.header-main__actions { display: flex; align-items: center; gap: .75rem; flex-shrink: 0; }
.header-main__whatsapp span { display: none; }
@media (min-width: 640px) {
    .header-main__whatsapp span { display: inline; }
}
.nav-toggle { flex-shrink: 0; }
@media (max-width: 480px) {
    /* Rede já tem o FAB do WhatsApp (plugin trackfy-leads) — no header mobile
       fica só o CTA de orçamento + hambúrguer, senão a linha estoura o viewport. */
    .header-main__whatsapp { display: none; }
    .header-main__inner { gap: .6rem; }
    .btn--sm { padding: .5rem .8rem; font-size: .78rem; }
    .site-logo__name { font-size: 1.05rem; white-space: nowrap; }
}
.site-nav a {
    color: var(--brand-text);
    font-weight: 500;
    font-size: .95rem;
    padding: .25rem 0;
    border-bottom: 2px solid transparent;
    transition: color var(--transition), border-color var(--transition);
}
.site-nav a:hover,
.site-nav .current-menu-item > a {
    color: var(--brand-primary);
    border-bottom-color: var(--brand-primary);
}
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: .5rem; }
.nav-toggle__bar {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--brand-dark);
    border-radius: 2px;
    transition: transform var(--transition), opacity var(--transition);
    + .nav-toggle__bar { margin-top: 5px; }
}

.header-main { position: relative; }
@media (max-width: 900px) {
    .site-nav { display: none; }
    .nav-toggle { display: flex; flex-direction: column; }
    .site-nav.open {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0; right: 0;
        background: #fff;
        padding: 1.5rem;
        gap: 1rem;
        border-bottom: 1px solid rgba(0,0,0,.08);
        box-shadow: var(--shadow-md);
        max-height: calc(100vh - var(--header-h));
        overflow-y: auto;
    }
    .site-nav.open ul { display: block; }
    .site-nav.open li ul {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        border: none;
        padding-left: 1rem;
    }
}

/* ===== Hero ===== */
.hero {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - var(--header-h));
    display: flex;
    align-items: center;
    background: var(--brand-dark);
    color: #fff;
}
.hero__media {
    position: absolute;
    inset: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: .45;
}
.hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,48,135,.7) 0%, rgba(10,14,26,.5) 100%);
}
.hero__content {
    position: relative;
    z-index: 1;
    max-width: 760px;
}
.hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--brand-accent);
    margin-bottom: 1.25rem;
}
.hero__title {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 1.25rem;
    line-height: 1.1;
}
.hero__title span { color: var(--brand-accent); }
.hero__sub {
    font-size: 1.15rem;
    color: rgba(255,255,255,.82);
    margin-bottom: 2.5rem;
    max-width: 540px;
    line-height: 1.7;
}
.hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ===== Section ===== */
.section { padding-top: 5rem; padding-bottom: 5rem; }
.section--alt { background: var(--brand-surface); }
.section__header { text-align: center; max-width: 640px; margin: 0 auto 3rem; }
.section__eyebrow {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--brand-secondary);
    margin-bottom: .75rem;
}
.section__title { font-size: clamp(1.6rem, 3vw, 2.4rem); margin-bottom: 1rem; }
.section__sub { color: var(--brand-muted); font-size: 1.05rem; line-height: 1.7; }

/* ===== Cards ===== */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; }
.card {
    background: #fff;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition: transform var(--transition), box-shadow var(--transition);
    border: 1px solid rgba(0,0,0,.06);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card__img-wrap { aspect-ratio: 4/3; overflow: hidden; background: var(--brand-surface); }
.card__img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.card:hover .card__img-wrap img { transform: scale(1.04); }
.card__body { padding: 1.5rem; }
.card__tag {
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--brand-secondary);
    margin-bottom: .5rem;
}
.card__title { font-size: 1.1rem; margin-bottom: .5rem; }
.card__title a { color: var(--brand-dark); }
.card__title a:hover { color: var(--brand-primary); }
.card__excerpt { color: var(--brand-muted); font-size: .9rem; margin-bottom: 1rem; line-height: 1.6; }

/* ===== Segmentos Grid ===== */
.segmentos-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; }
.segmento-card {
    text-align: center;
    padding: 2rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-lg);
    border: 1.5px solid rgba(0,48,135,.1);
    transition: all var(--transition);
    text-decoration: none;
}
.segmento-card:hover {
    border-color: var(--brand-primary);
    background: var(--brand-primary);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}
.segmento-card__icon { font-size: 2.5rem; margin-bottom: 1rem; }
.segmento-card__name { font-weight: 700; color: var(--brand-dark); font-size: 1rem; }
.segmento-card:hover .segmento-card__name { color: #fff; }

/* ===== Diferenciais ===== */
.diferenciais { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 2rem; }
.diferencial {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
}
.diferencial__icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: var(--radius-md);
    background: rgba(0,48,135,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}
.diferencial__text h4 { font-size: 1.05rem; margin-bottom: .35rem; }
.diferencial__text p { font-size: .9rem; color: var(--brand-muted); line-height: 1.6; }

/* ===== Marcas (Hub) ===== */
.marcas-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1.5rem; }
.marca-card {
    padding: 2rem;
    background: #fff;
    border: 1.5px solid rgba(0,0,0,.08);
    border-radius: var(--radius-lg);
    text-align: center;
    transition: all var(--transition);
    text-decoration: none;
}
.marca-card:hover { border-color: var(--brand-primary); box-shadow: var(--shadow-md); }
.marca-card img { height: 50px; width: auto; margin: 0 auto 1rem; }
.marca-card__name { font-weight: 700; color: var(--brand-dark); font-size: 1rem; }
.marca-card__desc { font-size: .85rem; color: var(--brand-muted); margin-top: .35rem; }

/* ===== CTA Banner ===== */
.cta-banner {
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-secondary) 100%);
    color: #fff;
    padding: 5rem 0;
    text-align: center;
}
.cta-banner h2 { color: #fff; font-size: clamp(1.8rem, 3vw, 2.8rem); margin-bottom: 1rem; }
.cta-banner p { color: rgba(255,255,255,.85); font-size: 1.1rem; margin-bottom: 2.5rem; max-width: 560px; margin-left: auto; margin-right: auto; }
.cta-banner .btn--outline { border-color: rgba(255,255,255,.6); color: #fff; }
.cta-banner .btn--outline:hover { background: #fff; color: var(--brand-primary); }

/* ===== Blog ===== */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem; }
.blog-card { display: flex; flex-direction: column; }
.blog-card .card__body { flex: 1; display: flex; flex-direction: column; }
.blog-card .card__body .btn { margin-top: auto; align-self: flex-start; }

/* ===== Footer ===== */
.site-footer {
    background: var(--brand-dark);
    color: rgba(255,255,255,.75);
    padding: 4rem 0 2rem;
}
.footer__grid {
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    gap: 3rem;
    margin-bottom: 3rem;
}
@media (max-width: 768px) {
    .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
    .footer__grid { grid-template-columns: 1fr; }
}
.footer__brand .site-logo__name { color: #fff; }
.footer__brand p { font-size: .9rem; margin-top: .75rem; max-width: 280px; line-height: 1.7; }
.footer__col h4 { color: #fff; font-size: .9rem; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: .08em; }
.footer__col ul { display: flex; flex-direction: column; gap: .5rem; }
.footer__col a { color: rgba(255,255,255,.65); font-size: .9rem; transition: color var(--transition); }
.footer__col a:hover { color: #fff; }
.footer__bottom {
    border-top: 1px solid rgba(255,255,255,.1);
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: .85rem;
}
.footer__badge {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 2rem;
    padding: .3rem .9rem;
    font-size: .78rem;
    font-weight: 600;
    color: rgba(255,255,255,.85);
}
.footer__legal-note { font-size: .78rem; line-height: 1.6; opacity: .55; margin-top: .75rem; max-width: 320px; }
.footer__social { display: flex; gap: .75rem; margin-top: 1.25rem; }
.footer__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.75);
}
.footer__social a:hover { background: var(--brand-accent); color: #fff; }

/* ===== Utility ===== */
.text-center { text-align: center; }
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mb-1 { margin-bottom: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ===== Breadcrumb ===== */
.breadcrumb { font-size: .82rem; color: var(--brand-muted); margin-bottom: 1rem; }
.breadcrumb a { color: inherit; }
.breadcrumb a:hover { color: var(--brand-accent); }

/* ===== Página de produto ===== */
.produto-breadcrumb-wrap { padding-top: 1.5rem; }

/* Banner de vídeos */
.produto-video-banner { padding: 2.5rem 0; background: var(--brand-dark); }
.produto-video-banner__grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 2.5rem;
    align-items: center;
    margin-bottom: 1.5rem;
}
.produto-video-banner__media { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/3; background: rgba(255,255,255,.04); }
.produto-video-banner__media img { width: 100%; height: 100%; object-fit: contain; }
.produto-video-banner__info h2 { color: #fff; font-size: clamp(1.4rem, 2.4vw, 1.9rem); margin-bottom: .5rem; }
.produto-video-banner__info p { color: rgba(255,255,255,.7); margin-bottom: .75rem; }
.produto-video-banner__tag {
    display: inline-block;
    font-size: .78rem;
    font-weight: 600;
    color: var(--brand-accent);
    background: rgba(245,130,13,.12);
    border: 1px solid rgba(245,130,13,.3);
    border-radius: 999px;
    padding: .3rem .9rem;
    margin-bottom: 1rem;
}
.produto-video-banner__link { display: inline-flex; align-items: center; gap: .4rem; color: var(--brand-accent); font-weight: 600; font-size: .9rem; }
.produto-video-banner__scroll { display: flex; gap: 1.25rem; overflow-x: auto; padding-bottom: .5rem; -webkit-overflow-scrolling: touch; }
.produto-video-banner__card { flex: 0 0 300px; }
.produto-video-banner__card iframe { width: 300px; height: 168px; border-radius: var(--radius-md); }
.produto-video-banner__card p { color: rgba(255,255,255,.7); font-size: .85rem; margin-top: .5rem; }

/* Hero: galeria + info */
.produto-hero { padding: 3rem 0 1rem; }
.produto-hero__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 3rem; align-items: start; }
.produto-galeria__main { aspect-ratio: 1/1; border-radius: var(--radius-lg); overflow: hidden; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); }
.produto-galeria__main img { width: 100%; height: 100%; object-fit: contain; }
.produto-galeria__thumbs { display: flex; gap: .75rem; margin-top: 1rem; }
.produto-galeria__thumbs button {
    width: 70px; height: 70px;
    border-radius: var(--radius-sm);
    overflow: hidden;
    border: 2px solid transparent;
    background: rgba(255,255,255,.04);
    padding: 0;
    cursor: pointer;
}
.produto-galeria__thumbs button.is-active { border-color: var(--brand-accent); }
.produto-galeria__thumbs img { width: 100%; height: 100%; object-fit: contain; }

.produto-info__eyebrow {
    display: inline-block;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--brand-accent);
    margin-bottom: .75rem;
}
.produto-info h1 { font-size: clamp(1.8rem, 3vw, 2.6rem); margin-bottom: .5rem; }
.produto-info__tagline { font-size: 1.1rem; color: #BCCAD6; margin-bottom: 1rem; }
.produto-info__frase-impacto { font-size: 1.05rem; font-weight: 600; color: var(--brand-accent); line-height: 1.6; margin-bottom: 1rem; }
.produto-info__resumo { color: #9AA7B8; line-height: 1.75; margin-bottom: 1.5rem; }
.produto-info__highlights { display: grid; gap: .65rem; margin-bottom: 2rem; }
.produto-info__highlights li { display: flex; align-items: flex-start; gap: .6rem; color: #D8E0EE; }
.produto-info__ctas { display: flex; flex-wrap: wrap; gap: .85rem; }

/* Specs de decisão (badges compactos) */
.produto-specs-destaque {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}
.produto-specs-destaque li {
    display: flex;
    flex-direction: column;
    gap: .35rem;
    padding: 1rem;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--radius-md);
}
.produto-specs-destaque__label { font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; opacity: .65; }
.produto-specs-destaque__valor { font-size: 1.05rem; font-weight: 700; }

/* Por que escolher */
.produto-features__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; }
.produto-features__card {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    padding: 1.25rem;
    background: #0D1B30;
    border: 1px solid rgba(26, 79, 160, .25);
    border-radius: var(--radius-md);
}
.produto-features__card p { font-size: .92rem; line-height: 1.6; }

/* Problemas / indicado para */
.produto-resolve__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
@media (max-width: 768px) { .produto-resolve__grid { grid-template-columns: 1fr; } }
.produto-lista-check, .produto-lista-seta { display: grid; gap: .75rem; }
.produto-lista-check li, .produto-lista-seta li { display: flex; align-items: flex-start; gap: .6rem; line-height: 1.5; }
.produto-notas { margin-top: 2rem; padding-top: 2rem; border-top: 1px solid rgba(26, 79, 160, .2); display: grid; gap: .75rem; }
.produto-notas p { font-size: .92rem; line-height: 1.65; color: #9AA7B8; }
.produto-notas strong { color: #D8E0EE; }

/* Aplicações recomendadas */
.produto-aplicacoes__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1rem; }
.produto-aplicacoes__card {
    padding: 1rem 1.25rem;
    background: #0D1B30;
    border: 1px solid rgba(26, 79, 160, .25);
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: .9rem;
    text-align: center;
}

@media (max-width: 900px) {
    .produto-hero__grid { grid-template-columns: 1fr; }
    .produto-video-banner__grid { grid-template-columns: 1fr; }
}

/* ===== Filtro de categorias (arquivo de produtos) ===== */
.produtos-filtro { padding: 1.5rem 0; }
.produtos-filtro__list { display: flex; flex-wrap: wrap; gap: .6rem; }
.produtos-filtro__item {
    padding: .5rem 1.1rem;
    border-radius: 999px;
    border: 1px solid rgba(26, 79, 160, .3);
    font-size: .85rem;
    font-weight: 600;
    color: var(--brand-text);
}
.produtos-filtro__item.is-active,
.produtos-filtro__item:hover { background: var(--brand-accent); border-color: var(--brand-accent); color: #fff; }

/* ===== Comparador ===== */
.comparador { margin: 2rem 0; }
.comparador__scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.comparador__table { width: 100%; border-collapse: collapse; min-width: 480px; }
.comparador__table th, .comparador__table td {
    padding: .85rem 1.25rem;
    border-bottom: 1px solid rgba(0,0,0,.07);
    font-size: .92rem;
    text-align: left;
}
.comparador__table thead th {
    background: var(--brand-primary);
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
}
.comparador__table thead th:first-child { background: var(--brand-dark); }
.comparador__label { font-weight: 600; color: var(--brand-dark); background: var(--brand-surface); }
.comparador__table tbody tr:hover td { background: rgba(0,48,135,.03); }

/* ===== WooCommerce overrides ===== */
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info { border-top-color: var(--brand-primary); }
.woocommerce ul.products li.product .button,
.woocommerce #respond input#submit,
.woocommerce a.button { background: var(--brand-primary); border-radius: var(--radius-md); }
.woocommerce ul.products li.product .button:hover { background: var(--brand-secondary); }
.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.5rem !important; }
.woocommerce ul.products li.product {
    margin: 0 !important;
    float: none !important;
    width: auto !important;
    background: #fff;
    border: 1px solid rgba(0,0,0,.07);
    border-radius: var(--radius-lg);
    padding: 1.25rem !important;
    box-shadow: var(--shadow-sm);
    transition: transform var(--transition), box-shadow var(--transition);
}
.woocommerce ul.products li.product:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }

/* ===== Home ===== */
.home-hero { position: relative; overflow: hidden; height: 640px; background: var(--brand-dark); }
.home-hero__slide {
    position: absolute; inset: 0;
    opacity: 0; visibility: hidden;
    transition: opacity .6s ease;
    display: flex; align-items: center;
}
.home-hero__slide.is-active { opacity: 1; visibility: visible; }
.home-hero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .35; }
.home-hero__overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(3,7,16,.96) 0%, rgba(3,7,16,.75) 45%, rgba(3,7,16,.25) 100%); }
.home-hero__content { position: relative; z-index: 1; max-width: 680px; }
.home-hero__eyebrow { display: block; font-size: .78rem; font-weight: 700; letter-spacing: .1em; color: var(--brand-accent); margin-bottom: .85rem; }
.home-hero__title { font-size: clamp(1.6rem, 2.6vw, 2.2rem); color: #fff; margin-bottom: .5rem; }
.home-hero__punch { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 800; color: #fff; line-height: 1.25; margin-bottom: 1rem; }
.home-hero__sub { color: #BCCAD6; margin-bottom: .75rem; line-height: 1.6; }
.home-hero__melhor { color: #9AA7B8; font-size: .9rem; margin-bottom: 1.5rem; }
.home-hero__melhor strong { color: #D8E0EE; }
.home-hero__specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: .6rem 1.5rem; margin-bottom: 2rem; max-width: 480px; }
.home-hero__specs li { display: flex; flex-direction: column; font-size: .82rem; }
.home-hero__specs span { color: #7D8EA4; }
.home-hero__specs strong { color: #fff; font-size: .95rem; }
.home-hero__arrow {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 44px; height: 44px; border-radius: 50%;
    background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18);
    color: #fff; cursor: pointer; z-index: 2;
    display: flex; align-items: center; justify-content: center;
}
.home-hero__arrow:hover { background: rgba(255,255,255,.16); }
.home-hero__arrow--prev { left: 1.5rem; }
.home-hero__arrow--next { right: 1.5rem; }
.home-hero__dots { position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%); display: flex; gap: .5rem; z-index: 2; }
.home-hero__dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.3); border: none; cursor: pointer; padding: 0; }
.home-hero__dot.is-active { background: var(--brand-accent); width: 22px; border-radius: 4px; }

/* Escolha por aplicação */
.home-aplicacoes__grid { display: flex; flex-wrap: wrap; gap: .7rem; }
.home-aplicacoes__pill {
    padding: .65rem 1.25rem; border-radius: 999px;
    background: #0D1B30; border: 1px solid rgba(26, 79, 160, .3);
    font-size: .88rem; font-weight: 600; color: #D8E0EE;
}
.home-aplicacoes__pill:hover { background: var(--brand-accent); border-color: var(--brand-accent); color: #fff; }

/* Checklist em cards */
.card__checklist { display: grid; gap: .4rem; margin-bottom: 1rem; }
.card__checklist li { display: flex; align-items: flex-start; gap: .4rem; font-size: .82rem; color: #9AA7B8; }

/* Famílias de soluções */
.home-familias__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; }
.home-familia-card {
    padding: 1.75rem; border-radius: var(--radius-lg);
    background: #0D1B30; border: 1px solid rgba(26, 79, 160, .25);
    display: flex; flex-direction: column; gap: .5rem;
}
.home-familia-card svg { color: var(--brand-accent); }
.home-familia-card h3 { font-size: 1.05rem; }
.home-familia-card p { font-size: .85rem; color: #7D8EA4; line-height: 1.55; flex: 1; }
.home-familia-card__link { font-size: .85rem; font-weight: 600; color: var(--brand-accent); display: inline-flex; align-items: center; gap: .35rem; }
.home-familia-card:hover { border-color: var(--brand-accent); }

/* Jornada consultiva */
.home-jornada__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; }
.home-jornada__step { padding: 1.5rem; }
.home-jornada__num {
    display: inline-flex; align-items: center; justify-content: center;
    width: 34px; height: 34px; border-radius: 50%;
    background: rgba(245,130,13,.12); border: 1px solid rgba(245,130,13,.3);
    color: var(--brand-accent); font-weight: 700; margin-bottom: .85rem;
}
.home-jornada__step h4 { font-size: 1rem; margin-bottom: .4rem; }
.home-jornada__step p { font-size: .85rem; color: #7D8EA4; line-height: 1.55; }

/* Explore mais */
.home-explore__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.25rem; }
.home-explore__card {
    padding: 1.5rem; border-radius: var(--radius-md);
    background: #0D1B30; border: 1px solid rgba(26, 79, 160, .25);
    display: block;
}
.home-explore__card h4 { font-size: .98rem; margin-bottom: .4rem; }
.home-explore__card p { font-size: .82rem; color: #7D8EA4; margin-bottom: .85rem; line-height: 1.5; }
.home-explore__card span { font-size: .85rem; font-weight: 600; color: var(--brand-accent); display: inline-flex; align-items: center; gap: .35rem; }
.home-explore__card:hover { border-color: var(--brand-accent); }

@media (max-width: 900px) {
    .home-hero { height: auto; min-height: 720px; }
    .home-hero__arrow { display: none; }
    .home-hero__specs { grid-template-columns: 1fr 1fr; }
}

/* ===== Vídeos (grid /videos) ===== */
.produto-videos .card__img-wrap { aspect-ratio: 16/9; }
.produto-videos iframe { width: 100%; height: 100%; }

/* ===== FAQ ===== */
.faq-subsection { margin-bottom: 2.5rem; }
.faq-subsection__title { display: flex; align-items: center; gap: .6rem; font-size: 1.1rem; margin-bottom: 1rem; color: var(--brand-accent); }
.faq-list { display: grid; gap: .75rem; }
.faq-item {
    background: #0D1B30;
    border: 1px solid rgba(26, 79, 160, .25);
    border-radius: var(--radius-md);
    padding: 1rem 1.25rem;
}
.faq-item summary {
    cursor: pointer;
    font-weight: 600;
    font-size: .95rem;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--brand-accent); flex-shrink: 0; }
.faq-item[open] summary::after { content: '−'; }
.faq-item p { margin-top: .85rem; color: #9AA7B8; font-size: .9rem; line-height: 1.65; }

/* ===== Comparador interativo (/comparar) ===== */
.comparador__controls { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 1rem; margin-bottom: 1.5rem; }
.comparador__hide-equal { display: flex; align-items: center; gap: .5rem; font-size: .85rem; color: #9AA7B8; flex-basis: 100%; margin-bottom: .5rem; }
.comparador__select-wrap { position: relative; min-width: 200px; flex: 1; }
.comparador__select-wrap.is-removed { opacity: .5; }
.comparador__select {
    width: 100%; padding: .6rem 2.2rem .6rem .9rem; border-radius: var(--radius-md);
    background: #0D1B30; border: 1px solid rgba(26, 79, 160, .35); color: #D8E0EE;
    font-size: .88rem; appearance: none;
}
.comparador__remove {
    position: absolute; top: .5rem; right: .5rem; background: none; border: none;
    color: #7D8EA4; cursor: pointer; font-size: 1.1rem; line-height: 1; padding: 0 .3rem;
}
.comparador__remove:hover { color: var(--brand-accent); }
.comparador__add {
    width: 100%; padding: .6rem .9rem; border-radius: var(--radius-md);
    background: transparent; border: 1px dashed rgba(26, 79, 160, .5); color: #7D8EA4;
    font-size: .85rem; cursor: pointer;
}
.comparador__add:hover { border-color: var(--brand-accent); color: var(--brand-accent); }
.comparador__product { display: flex; flex-direction: column; align-items: center; gap: .5rem; padding: .5rem 0; }
.comparador__product-img { width: 90px; height: 90px; border-radius: var(--radius-sm); overflow: hidden; background: #fff; }
.comparador__product-img img { width: 100%; height: 100%; object-fit: contain; }
.comparador__product-name { font-size: .92rem; font-weight: 700; color: #EDF1FA; text-align: center; }
.comparador__product-tagline { font-size: .75rem; color: #7D8EA4; text-align: center; font-weight: 400; }
#comparador-table th { white-space: normal; vertical-align: top; }

/* ===== Quiz (plugin trackfy-quiz — sobrescreve o baseline claro de quiz.css) ===== */
.quiz-card { border: 1px solid rgba(26, 79, 160, .3); border-radius: var(--radius-lg); background: #0D1B30; padding: 2rem; }
.quiz-card__step { color: #7D8EA4; }
.quiz-card h3 { color: #EDF1FA; }
.quiz-card__option { background: rgba(255,255,255,.03); border: 1px solid rgba(26, 79, 160, .3); border-radius: var(--radius-md); color: #D8E0EE; }
.quiz-card__option:hover { border-color: var(--brand-accent); background: rgba(245,130,13,.06); }
.quiz-card__result-title { color: #EDF1FA; }
.quiz-card__scanner { border: 1px solid rgba(26, 79, 160, .3); border-radius: var(--radius-md); }
.quiz-card__scanner:hover { border-color: var(--brand-accent); }
.quiz-card__scanner-img { background: #fff; }
.quiz-card__scanner-name { color: #EDF1FA; }
.quiz-card__scanner-tagline { color: #7D8EA4; }

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .section { padding-top: 3rem; padding-bottom: 3rem; }
    .hero { min-height: 80vh; }
    .hero__actions { flex-direction: column; }
    .hero__actions .btn { text-align: center; }
}

/* ===== GeoSun: Deep-Navy + Orange Theme Overrides ===== */
body { background: #07101F; color: #D8E0EE; }

.site-header {
    background: rgba(7, 16, 31, .97);
    border-bottom: 1px solid rgba(245, 130, 13, .12);
}
.site-logo__name { color: #fff; }
.site-nav a { color: #BCCAD6; }
.site-nav a:hover,
.site-nav .current-menu-item > a {
    color: var(--brand-accent);
    border-bottom-color: var(--brand-accent);
}

/* Cards */
.card {
    background: #0D1B30;
    border-color: rgba(26, 79, 160, .25);
    color: #D8E0EE;
}
.card__title a { color: #EDF1FA; }
.card__title a:hover { color: var(--brand-accent); }
.card__excerpt { color: #7D8EA4; }
.card:hover { box-shadow: 0 8px 32px rgba(245, 130, 13, .12); border-color: rgba(245, 130, 13, .3); }

/* Sections */
.section { background: #07101F; }
.section--alt { background: #0A1628; }

/* Segmentos */
.segmento-card {
    background: #0D1B30;
    border-color: rgba(26, 79, 160, .3);
    color: #D8E0EE;
}
.segmento-card:hover {
    background: var(--brand-accent);
    border-color: var(--brand-accent);
    color: #fff;
}
.segmento-card__name { color: #D8E0EE; }
.segmento-card:hover .segmento-card__name { color: #fff; }

/* Diferenciais */
.diferencial__icon { background: rgba(26, 79, 160, .15); color: var(--brand-accent); }
.diferencial__text h4 { color: #EDF1FA; }
.diferencial__text p { color: #7D8EA4; }

/* Form (orçamento) */
.lead-form { display: grid; gap: 1rem; border: 1px solid rgba(26, 79, 160, .25); border-radius: var(--radius-lg); background: #0D1B30; padding: 1.75rem; }
.lead-form__hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.lead-form__grid { display: grid; gap: 1rem; }
@media (min-width: 640px) { .lead-form__grid { grid-template-columns: 1fr 1fr; } }
.lead-form__field label { display: block; font-size: .85rem; font-weight: 600; color: #BCCAD6; margin-bottom: .35rem; }
.lead-form__field input, .lead-form__field select, .lead-form__field textarea {
    width: 100%; padding: .65rem .9rem; border-radius: var(--radius-md);
    background: rgba(255,255,255,.04); border: 1px solid rgba(26, 79, 160, .3); color: #D8E0EE; font: inherit;
}
.lead-form__field input:focus, .lead-form__field select:focus, .lead-form__field textarea:focus {
    outline: none; border-color: var(--brand-accent); box-shadow: 0 0 0 3px rgba(245, 130, 13, .15);
}
.lead-form__error { background: rgba(223,34,37,.1); border: 1px solid rgba(223,34,37,.35); color: #ff8a8d; border-radius: var(--radius-md); padding: .65rem .9rem; font-size: .85rem; }
.lead-form__note { font-size: .75rem; color: #7D8EA4; }

/* Buttons */
.btn--primary { background: var(--brand-primary); border-color: var(--brand-primary); color: #fff; }
.btn--primary:hover {
    background: #0A2A5E;
    border-color: #0A2A5E;
    box-shadow: 0 4px 18px rgba(10, 42, 94, .5);
}
.btn--accent { background: var(--brand-accent); border-color: var(--brand-accent); color: #fff; }
.btn--accent:hover { background: #D97010; border-color: #D97010; }
.btn--outline { color: var(--brand-accent); border-color: var(--brand-accent); }
.btn--outline:hover { background: var(--brand-accent); color: #fff; }

/* Typography */
h1, h2, h3, h4, h5, h6 { color: #EDF1FA; }
.section__eyebrow { color: var(--brand-accent); }
.hero__eyebrow { color: var(--brand-accent); }

/* Comparador */
.comparador__table thead th { background: var(--brand-primary); }
.comparador__table thead th:first-child { background: #0A1628; color: #7D8EA4; }
.comparador__label { background: #0A1628; color: #BCCAD6; }
.comparador__table td { border-bottom-color: rgba(26, 79, 160, .12); color: #D8E0EE; }
.comparador__table tbody tr:hover td { background: rgba(245, 130, 13, .04); }

/* WooCommerce */
.woocommerce ul.products li.product { background: #0D1B30; border-color: rgba(26, 79, 160, .25); color: #D8E0EE; }

/* Footer */
.site-footer { background: #030710; }
.footer__social a { background: rgba(255,255,255,.05); }

/* Testeira / header */
.trust-bar { background: #030710; border-bottom: 1px solid rgba(245, 130, 13, .08); }
.trust-bar__item { color: rgba(216, 224, 238, .65); }
.nav-toggle__bar { background: #EDF1FA; }
.site-nav.open { background: #0D1B30; border-bottom-color: rgba(26, 79, 160, .25); }
.site-nav.open a { color: #D8E0EE; }

/* Página de produto / filtro de categorias */
.produtos-filtro__item { color: #D8E0EE; border-color: rgba(26, 79, 160, .35); }
.breadcrumb { color: #7D8EA4; }

