/* ============================================================
   Classico Rastreio — main.css (v2)
   Fonte Montserrat. Estilo clássico próximo ao site original.
   ============================================================ */

/* RESET BÁSICO */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--tc-primary); text-decoration: none; transition: color .15s ease; }
a:hover { color: var(--tc-primary-dark); }
h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', Arial, sans-serif;
    color: #1f2933;
    margin: 0 0 .6em;
    line-height: 1.25;
    font-weight: 700;
}
h1 { font-size: 2.4rem; }
h2 { font-size: 1.85rem; }
h3 { font-size: 1.2rem; }
p  { margin: 0 0 1em; font-weight: 500; }
small { font-weight: 500; }
button { font-family: inherit; cursor: pointer; }

/* CONTAINER */
.tc-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* SECTIONS — espaçamento aumentado, leve sombra entre */
.tc-section {
    padding: 90px 0;
    position: relative;
}
.tc-section + .tc-section:not(.tc-bg-dark)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.08) 50%, transparent 100%);
}
.tc-bg-dark {
    background-color: var(--tc-bg-dark);
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
}
.tc-bg-dark.tc-has-bg { background-color: transparent; }
.tc-bg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .65);
    z-index: 0;
}
.tc-bg-dark > .tc-container { position: relative; z-index: 1; }
.tc-bg-dark h2,
.tc-bg-dark h3,
.tc-bg-dark h4 { color: #fff; }
.tc-section-title {
    text-align: center;
    margin-bottom: .6em;
    font-size: 1.85rem;
    font-weight: 700;
}
.tc-section-intro {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 36px;
    color: #555;
    font-weight: 500;
}
.tc-bg-dark .tc-section-intro { color: rgba(255,255,255,.85); }
.tc-section-cta {
    text-align: center;
    margin-top: 36px;
}
.tc-text-primary { color: var(--tc-primary); }
.tc-eyebrow {
    color: #999;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    letter-spacing: .3px;
}

/* BOTÕES — mais redondos, hover com troca de cor */
.tc-btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 13.5px;
    line-height: 1.2;
    border: 2px solid transparent;
    transition: all .25s ease;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
    letter-spacing: .3px;
}
.tc-btn-primary {
    background: var(--tc-primary);
    color: #fff;
    border-color: var(--tc-primary);
}
.tc-btn-primary:hover {
    background: var(--tc-primary-dark);
    border-color: var(--tc-primary-dark);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(var(--tc-primary-rgb), .35);
}
.tc-btn-secondary {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.tc-btn-secondary:hover {
    background: #fff;
    color: #1f2933;
    transform: translateY(-1px);
}
.tc-btn-outline {
    background: transparent;
    color: #1f2933;
    border-color: rgba(0,0,0,.55);
    border-width: 1.5px;
}
.tc-btn-outline:hover {
    background: var(--tc-primary);
    border-color: var(--tc-primary);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(var(--tc-primary-rgb), .25);
}
.tc-btn-block {
    display: block;
    width: 100%;
}

/* ============================================================
   HEADER
   ============================================================ */
.tc-site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    color: #fff;
    transition: background-color .25s ease, box-shadow .25s ease;
}
.tc-site-header.tc-header-overlay {
    background: linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,0) 100%);
}
.tc-site-header.tc-header-solid {
    background: var(--tc-header-bg);
    box-shadow: 0 2px 10px rgba(0,0,0,.3);
}
.tc-site-header.tc-stuck {
    background: var(--tc-header-bg);
    box-shadow: 0 2px 14px rgba(0,0,0,.35);
}
/* Espaço para o cabeçalho fixo em páginas internas (a home tem hero 100vh que cobre) */
body:not(.tc-home) .tc-main { min-height: calc(100vh - 200px); }

.tc-header-inner {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-top: 18px;
    padding-bottom: 18px;
}
.tc-header-logo img,
.tc-header-logo .custom-logo {
    max-height: 56px;
    width: auto;
}
.tc-site-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    font-size: 1.4rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.tc-site-title-pin {
    color: var(--tc-primary);
    display: inline-flex;
}

/* nav */
.tc-site-nav { margin-left: auto; }
.tc-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
}
.tc-menu li { position: relative; }
.tc-menu a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 0;
    position: relative;
}
.tc-menu a:hover,
.tc-menu .current-menu-item > a {
    color: var(--tc-primary);
}
.tc-menu .current-menu-item > a::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: -2px;
    height: 2px;
    background: var(--tc-primary);
}
.tc-menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    left: -10px;
    min-width: 200px;
    background: #2a2a2a;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 6px 18px rgba(0,0,0,.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: all .2s ease;
    border-radius: 6px;
}
.tc-menu li:hover > .sub-menu,
.tc-menu li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.tc-menu .sub-menu a {
    display: block;
    padding: 10px 16px;
}
.tc-menu .sub-menu a:hover { background: rgba(255,255,255,.05); color: var(--tc-primary); }
.tc-menu .menu-item-has-children > a::after {
    content: '▾';
    margin-left: 4px;
    font-size: 10px;
    opacity: .7;
}

.tc-header-cta {
    padding: 9px 24px;
    font-size: 13px;
}

/* nav toggle (mobile) */
.tc-nav-toggle {
    display: none;
    background: transparent;
    border: 0;
    width: 40px;
    height: 40px;
    margin-left: auto;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
.tc-nav-toggle span {
    display: block;
    height: 2px;
    width: 26px;
    margin: 0 auto;
    background: #fff;
    transition: all .2s ease;
}

/* ============================================================
   HERO — full viewport (cobre 100% da tela vertical e horizontal)
   ============================================================ */
.tc-hero {
    position: relative;
    height: 100vh;
    height: 100dvh; /* fallback moderno pra mobile (sem barra de navegação) */
    min-height: 600px;
    width: 100%;
    color: #fff;
    overflow: hidden;
    isolation: isolate;
}
/* Quando admin bar está ativa, descontar 32px */
body.admin-bar .tc-hero { height: calc(100vh - 32px); height: calc(100dvh - 32px); }
@media (max-width: 782px) {
    body.admin-bar .tc-hero { height: calc(100vh - 46px); height: calc(100dvh - 46px); }
}

.tc-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.tc-hero-slide {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.2s ease;
}
.tc-hero-slide.is-active { opacity: 1; }
.tc-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,.4) 60%, rgba(0,0,0,.55) 100%);
    pointer-events: none;
}
.tc-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    height: 100%;
    padding-top: 110px;
    padding-bottom: 60px;
}
.tc-hero-text {
    max-width: 580px;
    background: rgba(0,0,0,.22);
    padding: 36px 36px;
    border-left: 4px solid var(--tc-primary);
    border-radius: 4px;
    backdrop-filter: blur(3px);
}
.tc-hero-title {
    color: #fff;
    font-size: 2.8rem;
    margin: 0 0 12px;
    text-shadow: 0 2px 10px rgba(0,0,0,.5);
    font-weight: 800;
}
.tc-hero-subtitle {
    font-size: 14.5px;
    color: rgba(255,255,255,.95);
    margin-bottom: 24px;
    line-height: 1.6;
    font-weight: 500;
}
.tc-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.tc-hero-logo img {
    max-width: 280px;
    max-height: 280px;
    filter: drop-shadow(0 6px 18px rgba(0,0,0,.5));
}

/* ============================================================
   3 CARDS (Rastreamento / Histórico / Bloqueio) — hover effect
   ============================================================ */
.tc-cards-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.tc-feature-card {
    background: #fafbfc;
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #e9ecef;
    transition: background-color .35s ease, border-color .35s ease, transform .35s ease, box-shadow .35s ease;
    cursor: default;
    position: relative;
}
.tc-feature-card:hover {
    background: rgba(var(--tc-primary-rgb), .12);
    border-color: rgba(var(--tc-primary-rgb), .35);
    transform: translateY(-6px);
    box-shadow: 0 22px 50px rgba(0, 0, 0, .14), 0 8px 18px rgba(var(--tc-primary-rgb), .22);
}
.tc-feature-card:hover h3 { color: var(--tc-primary-dark); }
.tc-feature-card:hover p { color: #333; }
.tc-feature-icon {
    width: 84px;
    height: 84px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--tc-primary-rgb), .12);
    color: var(--tc-primary);
    border-radius: 50%;
    transition: background-color .35s ease, transform .35s ease, box-shadow .35s ease;
}
.tc-feature-card:hover .tc-feature-icon {
    background: var(--tc-primary);
    color: #fff;
    transform: scale(1.08);
    box-shadow: 0 6px 16px rgba(var(--tc-primary-rgb), .35);
}
.tc-feature-icon svg { transition: fill .35s ease; }
.tc-feature-icon img,
.tc-feature-icon svg { max-width: 50%; max-height: 50%; }
.tc-feature-card h3 { margin-bottom: 12px; font-size: 1.15rem; font-weight: 700; }
.tc-feature-card p { font-size: 13.5px; color: #555; line-height: 1.6; font-weight: 500; }

.tc-icon-img { display: block; max-width: 100%; height: auto; }

/* ============================================================
   4 CARDS DE VEÍCULOS — zoom in hover na foto
   ============================================================ */
.tc-cards-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 16px;
}
.tc-vehicle-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all .3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
}
.tc-vehicle-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0,0,0,.10);
}
.tc-vehicle-photo {
    aspect-ratio: 3/2;
    background: #eee;
    overflow: hidden;
}
.tc-vehicle-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.tc-vehicle-card:hover .tc-vehicle-photo img {
    transform: scale(1.08);
}
.tc-vehicle-body {
    padding: 20px 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.tc-vehicle-body h3 { font-size: 1.05rem; margin-bottom: 8px; }
.tc-vehicle-body p { font-size: 12.5px; color: #666; margin-bottom: 16px; flex-grow: 1; line-height: 1.55; font-weight: 500; }

/* ============================================================
   3 CARDS DE BENEFÍCIOS (fundo escuro)
   Visual: borda branca arredondada, ticks primários nos cantos
   ============================================================ */
.tc-benefits-cards .tc-benefit-card {
    position: relative;
    background: rgba(0,0,0,.25);
    border: 2px solid #fff;
    padding: 40px 30px;
    text-align: center;
    border-radius: 18px;
    color: #fff;
    overflow: visible;
}
.tc-benefit-tick {
    position: absolute;
    width: 22px;
    height: 22px;
    border: 0;
    background: var(--tc-primary);
}
.tc-benefit-tick-tl {
    top: -4px;
    left: 30px;
    width: 6px;
    height: 36px;
    border-radius: 2px;
}
.tc-benefit-tick-br {
    bottom: -4px;
    right: 30px;
    width: 6px;
    height: 36px;
    border-radius: 2px;
}
.tc-benefit-icon {
    color: var(--tc-primary);
    margin-bottom: 18px;
    display: flex;
    justify-content: center;
}
.tc-benefit-icon img { max-width: 64px; max-height: 64px; }
.tc-icon-img-lg { max-width: 80px; }
.tc-benefit-card h3 { color: #fff; margin-bottom: 12px; font-weight: 700; font-size: 1.2rem; }
.tc-benefit-card p { color: rgba(255,255,255,.88); font-size: 13.5px; line-height: 1.6; font-weight: 500; }

/* ============================================================
   2 COLUNAS GENÉRICO (foto + texto) — sombra na foto
   ============================================================ */
.tc-two-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.tc-two-cols-img-left .tc-two-cols-img { order: 0; }
.tc-two-cols-img-left .tc-two-cols-text { order: 1; }
.tc-two-cols-img img {
    border-radius: 8px;
    box-shadow: 0 14px 36px rgba(0,0,0,.12), 0 4px 12px rgba(0,0,0,.08);
}
.tc-two-cols-text h2 {
    font-size: 1.85rem;
    margin-bottom: 16px;
    font-weight: 700;
}
.tc-two-cols-text p {
    color: #555;
    font-size: 14.5px;
    margin-bottom: 24px;
    font-weight: 500;
}

/* ============================================================
   DEMO — carrossel quadrado + card quadrado com checklist e botão
   ============================================================ */
.tc-demo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: stretch;
    margin-top: 30px;
}
.tc-demo-grid-square > * { aspect-ratio: 1 / 1; }
.tc-demo-carousel {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 14px 36px rgba(0,0,0,.12);
}
.tc-demo-track {
    position: relative;
    width: 100%;
    height: 100%;
}
.tc-demo-list-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    box-shadow: 0 14px 36px rgba(0,0,0,.06);
    padding: 28px 26px;
    display: flex;
    flex-direction: column;
}
.tc-demo-list-card .tc-checklist {
    flex-grow: 1;
    overflow: auto;
}
.tc-demo-list-card .tc-demo-btn {
    align-self: center;
    margin-top: 18px;
    min-width: 180px;
}
.tc-demo-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .6s ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.tc-demo-slide.is-active { opacity: 1; }

.tc-demo-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    border: 0;
    font-size: 24px;
    line-height: 1;
    color: #333;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
    transition: all .2s ease;
}
.tc-demo-arrow:hover { background: var(--tc-primary); color: #fff; }
.tc-demo-prev { left: 12px; }
.tc-demo-next { right: 12px; }
.tc-demo-dots {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 2;
}
.tc-demo-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,.5);
    border: 0;
    padding: 0;
    cursor: pointer;
    transition: all .2s ease;
}
.tc-demo-dot.is-active { background: var(--tc-primary); transform: scale(1.2); }

/* CHECKLIST FANCY — barra colorida no hover */
.tc-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tc-checklist li {
    position: relative;
    padding: 12px 14px 12px 44px;
    border-bottom: 1px solid #eef0f2;
    font-size: 14.5px;
    font-weight: 600;
    color: #444;
    transition: all .25s ease;
    cursor: default;
}
.tc-checklist li:last-child { border-bottom: 0; }
.tc-checklist li::before {
    content: '✓';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: var(--tc-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
    transition: all .25s ease;
}
.tc-checklist-fancy li:hover {
    background: rgba(var(--tc-primary-rgb), .08);
    color: var(--tc-primary-dark);
    padding-left: 50px;
}
.tc-checklist-fancy li:hover::before {
    transform: translateY(-50%) scale(1.15);
    box-shadow: 0 0 0 4px rgba(var(--tc-primary-rgb), .18);
}
.tc-checklist-fancy {
    margin-bottom: 24px;
}

/* ============================================================
   STATS — bg image + dark overlay
   ============================================================ */
.tc-stats {
    padding: 80px 0;
}
.tc-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}
.tc-stat-icon {
    color: var(--tc-primary);
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}
.tc-stat-icon img { max-width: 48px; max-height: 48px; }
.tc-stat-value {
    font-size: 2.8rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
}
.tc-stat-label {
    color: rgba(255,255,255,.9);
    font-size: 13.5px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
}

/* ============================================================
   CTA PLANS — "Garanta a proteção"
   ============================================================ */
.tc-cta-plans { padding: 36px 0; }
.tc-cta-plans-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}
.tc-cta-plans h2 {
    color: #fff;
    margin: 0;
    font-size: 1.55rem;
    font-weight: 700;
}

/* ============================================================
   CTA SOBRE NÓS — vertical, foto centralizada acima do texto
   ============================================================ */
.tc-cta-about-card {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}
.tc-cta-about-img {
    max-width: 540px;
    margin: 0 auto 30px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 14px 36px rgba(0,0,0,.12);
}
.tc-cta-about-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: transform .5s ease;
}
.tc-cta-about-img:hover img { transform: scale(1.05); }
.tc-cta-about-body h2 {
    color: var(--tc-primary);
    font-size: 1.85rem;
    margin-bottom: 14px;
    font-weight: 700;
}
.tc-cta-about-body p {
    color: #555;
    margin-bottom: 22px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
}

/* ============================================================
   LOGOS PARCEIROS — slide infinito (marquee), 3 visíveis, coloridos
   ============================================================ */
.tc-logos { padding: 60px 0; overflow: hidden; }
.tc-logos-marquee {
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}
.tc-logos-track {
    display: flex;
    width: max-content;
    align-items: center;
    animation: tc-marquee 22s linear infinite;
}
.tc-logos-track:hover {
    animation-play-state: paused;
}
.tc-logo-item {
    flex: 0 0 calc(100vw / 3);
    max-width: 360px;
    padding: 0 36px;
    text-align: center;
    box-sizing: border-box;
}
@media (min-width: 1200px) {
    .tc-logo-item { flex-basis: 380px; }
}
.tc-logo-item img {
    max-height: 80px;
    width: auto;
    margin: 0 auto;
    opacity: 1;
    transition: opacity .25s ease, transform .25s ease;
    /* sem filtro — logos coloridos */
}
.tc-logo-item img:hover { transform: scale(1.05); }
@keyframes tc-marquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* ============================================================
   CTA CONTATO — foto em cima com zoom, texto centralizado embaixo
   ============================================================ */
.tc-cta-contact { padding: 60px 0; background: #f6f7f9; }
.tc-cta-contact-card {
    max-width: 720px;
    margin: 0 auto;
    background: #fafafa;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
}
.tc-cta-contact-img {
    overflow: hidden;
    aspect-ratio: 16/6;
}
.tc-cta-contact-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}
.tc-cta-contact-card:hover .tc-cta-contact-img img {
    transform: scale(1.08);
}
.tc-cta-contact-body {
    padding: 36px 30px 40px;
    text-align: center;
}
.tc-cta-contact-body h2 {
    margin-bottom: 14px;
    font-size: 1.85rem;
    color: var(--tc-primary);
    font-weight: 700;
}
.tc-cta-contact-body h2 .tc-text-primary { color: var(--tc-primary); }
.tc-cta-contact-body p {
    color: #555;
    margin-bottom: 22px;
    font-size: 14.5px;
    font-weight: 500;
}

/* ============================================================
   FOOTER — 3 colunas
   ============================================================ */
.tc-site-footer {
    background: var(--tc-footer-bg);
    color: var(--tc-footer-text);
    padding: 60px 0 0;
}
.tc-footer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
    padding-bottom: 50px;
    align-items: start;
}
.tc-footer-col { text-align: left; }
.tc-footer-col.tc-footer-brand { text-align: left; }
.tc-footer-col.tc-footer-nav { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.1); }
.tc-footer-col.tc-footer-side { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.1); }
.tc-footer-logo img {
    max-height: 80px;
    width: auto;
    margin: 0 0 14px;
}
.tc-footer-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--tc-primary);
    text-transform: uppercase;
    margin-bottom: 12px;
}
.tc-footer-tagline {
    color: var(--tc-footer-text);
    font-size: 14px;
    margin-bottom: 18px;
    font-weight: 500;
}
.tc-footer-phones {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tc-footer-phones li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    font-size: 14px;
}
.tc-footer-phones a {
    color: var(--tc-footer-text);
    font-weight: 500;
}
.tc-footer-phones a:hover { color: var(--tc-primary); }
.tc-footer-phones svg { color: var(--tc-primary); flex-shrink: 0; }

/* coluna 3: linhas customizáveis + redes */
.tc-footer-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 500;
}
.tc-footer-info-icon {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--tc-primary-rgb), .12);
    color: var(--tc-primary);
    border-radius: 50%;
    flex-shrink: 0;
}
.tc-footer-info-icon img { max-width: 18px; max-height: 18px; }
.tc-footer-info-title { color: var(--tc-footer-text); }
.tc-footer-info-title a {
    color: var(--tc-footer-text);
    font-weight: 500;
}
.tc-footer-info-title a:hover { color: var(--tc-primary); }

.tc-footer-side .tc-social-icons {
    margin-top: 18px;
    justify-content: flex-start;
}

.tc-site-footer h4 {
    color: var(--tc-primary);
    font-size: 1rem;
    margin-bottom: 16px;
    font-weight: 700;
    letter-spacing: .3px;
}
.tc-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tc-footer-menu li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 16px;
}
.tc-footer-menu li::before {
    content: '›';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--tc-primary);
    font-weight: 700;
}
.tc-footer-menu a {
    color: var(--tc-footer-text);
    font-size: 14px;
    font-weight: 500;
    transition: color .2s ease, padding-left .2s ease;
}
.tc-footer-menu a:hover {
    color: var(--tc-primary);
    padding-left: 4px;
}

.tc-social-icons {
    display: flex;
    gap: 14px;
    justify-content: flex-start;
}
.tc-social-icons a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.08);
    color: var(--tc-footer-text);
    transition: all .25s ease;
}
.tc-social-icons a:hover {
    background: var(--tc-primary);
    color: #fff;
    transform: translateY(-2px);
}

.tc-footer-bar {
    border-top: 1px solid rgba(255,255,255,.07);
    padding: 18px 0;
    text-align: center;
}
.tc-footer-bar p {
    margin: 0;
    font-size: 12.5px;
    color: var(--tc-footer-text);
    opacity: .7;
    font-weight: 500;
}

/* ============================================================
   PAGE HERO — para páginas internas
   ============================================================ */
.tc-page-hero {
    background: var(--tc-bg-dark);
    padding: 130px 0 60px;
    color: #fff;
    text-align: center;
}
.tc-page-title {
    color: #fff;
    margin: 0;
    font-size: 2.4rem;
    font-weight: 800;
}
.tc-content-area {
    padding: 60px 20px;
}
.tc-page-content { font-size: 15px; line-height: 1.7; font-weight: 500; }

/* ============================================================
   CTA APPS — título com rotator (Play Store / App Store)
   ============================================================ */
.tc-cta-apps-title {
    font-size: 2.2rem;
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 18px;
}
.tc-rotator {
    display: inline-block;
    min-width: 200px;
    position: relative;
}
.tc-rotator-text {
    display: inline-block;
    transition: opacity .4s ease, transform .4s ease;
    font-weight: 800;
}
.tc-rotator.is-flipping .tc-rotator-text {
    opacity: 0;
    transform: translateY(-6px);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
    .tc-cards-4 { grid-template-columns: repeat(2, 1fr); }
    .tc-stats-grid { grid-template-columns: repeat(2, 1fr); }
    .tc-hero-title { font-size: 2.3rem; }
    .tc-footer-inner { grid-template-columns: 1fr 1fr; }
    .tc-footer-col.tc-footer-side { grid-column: 1 / -1; padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.1); padding-top: 28px; }
    .tc-logo-item { flex-basis: calc(100vw / 2); }
}

@media (max-width: 860px) {
    h1 { font-size: 2rem; }
    h2 { font-size: 1.5rem; }
    .tc-section { padding: 60px 0; }
    .tc-stats { padding: 60px 0; }

    .tc-nav-toggle { display: flex; }
    .tc-site-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(20,20,20,.98);
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease;
    }
    .tc-site-nav.is-open { max-height: 80vh; overflow-y: auto; }
    .tc-menu {
        flex-direction: column;
        gap: 0;
        padding: 10px 0;
    }
    .tc-menu li { width: 100%; }
    .tc-menu a {
        display: block;
        padding: 12px 22px;
        border-bottom: 1px solid rgba(255,255,255,.05);
    }
    .tc-menu .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: 0;
        background: rgba(0,0,0,.3);
        padding: 0;
        border-radius: 0;
    }
    .tc-header-cta { display: none; }

    .tc-hero { min-height: 600px; }
    .tc-hero-content {
        flex-direction: column;
        gap: 36px;
        padding: 100px 0 60px;
        min-height: 600px;
        text-align: center;
        align-items: center;
    }
    .tc-hero-text {
        width: 100%;
        padding: 24px 22px;
        text-align: left;
    }
    .tc-hero-title { font-size: 2.1rem; }
    .tc-hero-logo img { max-width: 180px; }

    .tc-cards-3, .tc-cards-4 { grid-template-columns: 1fr; }
    .tc-two-cols { grid-template-columns: 1fr; gap: 36px; }
    .tc-two-cols-img-left .tc-two-cols-img { order: 0; }
    .tc-two-cols-img-left .tc-two-cols-text { order: 1; }

    .tc-demo-grid { grid-template-columns: 1fr; gap: 32px; }
    .tc-demo-grid-square > * { aspect-ratio: auto; }
    .tc-demo-track { aspect-ratio: 4 / 3; }

    .tc-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
    .tc-stat-value { font-size: 2.2rem; }

    .tc-cta-plans-inner { flex-direction: column; text-align: center; }

    .tc-footer-inner { grid-template-columns: 1fr; gap: 32px; text-align: center; }
    .tc-footer-col { text-align: center; }
    .tc-footer-col.tc-footer-nav,
    .tc-footer-col.tc-footer-side {
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.1);
        padding-top: 28px;
    }
    .tc-footer-logo img { margin: 0 auto 14px; }
    .tc-footer-phones li { justify-content: center; }
    .tc-footer-info { justify-content: center; }
    .tc-footer-side .tc-social-icons { justify-content: center; }
    .tc-footer-menu li { padding-left: 0; }
    .tc-footer-menu li::before { display: none; }

    .tc-logo-item { flex-basis: 100%; max-width: none; }
}

@media (max-width: 480px) {
    .tc-stats-grid { grid-template-columns: 1fr; }
    .tc-hero-actions { flex-direction: column; }
    .tc-hero-actions .tc-btn { width: 100%; }
    .tc-cta-apps-title { font-size: 1.7rem; }
}

/* ============================================================
   BOTÕES FLUTUANTES (canto inferior direito)
   ============================================================ */
.tc-floating-buttons {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 80;
    display: flex;
    flex-direction: column;
    gap: 12px;
    animation: tc-float-in .55s cubic-bezier(.22,.61,.36,1) .8s both;
}
.tc-float-btn {
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none !important;
    box-shadow: 0 6px 18px rgba(0,0,0,.25);
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.tc-float-btn:hover {
    transform: translateY(-3px) scale(1.06);
    box-shadow: 0 12px 26px rgba(0,0,0,.32);
    color: #fff;
    filter: brightness(1.05);
}
.tc-float-btn:active { transform: translateY(-1px) scale(.98); }
.tc-float-btn svg { display: block; }

/* WhatsApp — verde nativo + pulse */
.tc-float-whatsapp { background: #25D366; }
.tc-float-pulse {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid #25D366;
    animation: tc-float-pulse 2.4s ease-out infinite;
    pointer-events: none;
}
@keyframes tc-float-pulse {
    0%   { opacity: .6; transform: scale(1); }
    100% { opacity: 0;  transform: scale(1.6); }
}

/* Facebook — azul oficial */
.tc-float-facebook { background: #1877F2; }

/* Instagram — gradiente oficial */
.tc-float-instagram {
    background: radial-gradient(circle at 30% 100%,
        #FED576 0%,
        #F47133 30%,
        #BC3081 50%,
        #4C63D2 90%);
}

/* Animação de entrada */
@keyframes tc-float-in {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: none; }
}

/* Mobile — botões um pouco menores */
@media (max-width: 480px) {
    .tc-floating-buttons {
        bottom: 16px;
        right: 16px;
        gap: 10px;
    }
    .tc-float-btn {
        width: 48px;
        height: 48px;
    }
    .tc-float-btn svg { width: 20px; height: 20px; }
}

/* Respeita prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
    .tc-floating-buttons { animation: none; }
    .tc-float-pulse { animation: none; opacity: 0; }
}

/* utility */
.screen-reader-text {
    position: absolute !important;
    width: 1px; height: 1px;
    overflow: hidden; clip: rect(1px,1px,1px,1px);
    white-space: nowrap;
}

/* ============================================================
   PÁGINAS DE PREÇOS (Carros / Motos / Caminhões)
   ============================================================ */

/* Hero */
.tc-precos-hero {
    position: relative;
    min-height: 460px;
    padding: 130px 0 80px;
    color: #fff;
    background-color: var(--tc-bg-dark);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.tc-precos-hero .tc-bg-overlay {
    background: linear-gradient(90deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,.45) 60%, rgba(0,0,0,.55) 100%);
}
.tc-precos-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 50px;
    align-items: center;
}
.tc-precos-hero-text { text-align: center; }
.tc-precos-hero-text h1 {
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 18px;
    font-weight: 800;
    text-shadow: 0 2px 8px rgba(0,0,0,.4);
}
.tc-precos-hero-text p {
    color: rgba(255,255,255,.92);
    font-size: 14.5px;
    line-height: 1.6;
    max-width: 540px;
    margin: 0 auto;
    font-weight: 500;
}
.tc-precos-hero-media {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 320px;
}
.tc-precos-hero-media img {
    max-width: 100%;
    max-height: 380px;
    filter: drop-shadow(0 8px 22px rgba(0,0,0,.35));
}
.tc-precos-hero-media lottie-player {
    max-width: 520px;
}

/* Foto + descrição (preços) — card branco com texto e foto */
.tc-precos-about { padding: 60px 0; }
.tc-precos-about-text {
    background: #fff;
    border: 1px solid rgba(var(--tc-primary-rgb), .25);
    border-radius: 8px;
    padding: 30px 28px;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
    text-align: center;
}
.tc-precos-about-text p {
    color: #555;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    font-weight: 500;
}

/* Tabela de preços */
.tc-precos-plans { padding: 80px 0; }
.tc-precos-plans-title {
    margin-bottom: 12px;
    position: relative;
    padding-bottom: 18px;
}
.tc-precos-plans-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: var(--tc-primary);
    margin: 18px auto 0;
    border-radius: 2px;
}

/* Estratégia: flexbox + justify-content: center.
   Mais robusto que CSS Grid pra centralização independente de quantidade de filhos. */
.tc-plans-grid {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
    margin-top: 46px;
    margin-left: auto;
    margin-right: auto;
    align-items: stretch;
}
.tc-plans-grid > .tc-plan-card {
    flex: 0 0 calc((100% - 56px) / 3); /* 3 cards default */
    max-width: 380px;
    min-width: 280px;
}
.tc-plans-grid-1 > .tc-plan-card {
    flex: 0 0 100%;
    max-width: 420px;
}
.tc-plans-grid-2 > .tc-plan-card {
    flex: 0 0 calc((100% - 28px) / 2);
    max-width: 360px;
    min-width: 280px;
}
.tc-plan-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 36px 30px 30px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0,0,0,.05);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform .25s ease, box-shadow .25s ease;
}
.tc-plan-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0,0,0,.10);
}
.tc-plan-card.is-highlight {
    border: 2px solid var(--tc-primary);
    transform: translateY(-8px);
    box-shadow: 0 18px 44px rgba(var(--tc-primary-rgb), .22);
}
.tc-plan-card.is-highlight:hover {
    transform: translateY(-12px);
}
.tc-plan-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--tc-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: .5px;
    box-shadow: 0 6px 16px rgba(var(--tc-primary-rgb), .35);
    white-space: nowrap;
}
.tc-plan-name {
    color: #1f2933;
    font-size: 1.4rem;
    margin-bottom: 6px;
    font-weight: 700;
}
.tc-plan-desc {
    color: #777;
    font-size: 13.5px;
    margin-bottom: 22px;
    font-weight: 500;
}
.tc-plan-price {
    margin-bottom: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eef0f2;
}
.tc-plan-amount {
    color: var(--tc-primary);
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1;
}
.tc-plan-period {
    color: #888;
    font-size: 14px;
    margin-left: 4px;
    font-weight: 600;
}
.tc-plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    text-align: left;
    flex-grow: 1;
}
.tc-plan-features li {
    position: relative;
    padding: 8px 0 8px 28px;
    font-size: 13.5px;
    color: #444;
    font-weight: 500;
    line-height: 1.5;
}
.tc-plan-features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(var(--tc-primary-rgb), .15) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2300afef'><path d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/></svg>") center/10px no-repeat;
}
.tc-plan-btn { margin-top: auto; }

/* Depoimentos */
.tc-testimonials {
    position: relative;
    background: var(--tc-primary);
    color: #fff;
    padding: 100px 0;
    overflow: hidden;
}
.tc-testimonials .tc-section-title { color: #fff; }
.tc-wave-top, .tc-wave-bottom {
    position: absolute;
    left: 0;
    right: 0;
    line-height: 0;
    color: var(--tc-primary);
    pointer-events: none;
}
.tc-wave-top { top: -1px; }
.tc-wave-bottom { bottom: -1px; }
.tc-wave-top svg, .tc-wave-bottom svg {
    display: block;
    width: 100%;
    height: 60px;
}
/* Inverte cor pra integrar com bg da próxima seção */
.tc-testimonials + * { position: relative; }

.tc-testimonials-title {
    color: #fff;
    margin-bottom: 50px;
}
.tc-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 980px;
    margin: 0 auto;
}
.tc-testimonial-card {
    background: #fff;
    color: #333;
    border-radius: 10px;
    padding: 28px 26px;
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
    display: flex;
    flex-direction: column;
}
.tc-testimonial-stars {
    color: #f5b400;
    display: flex;
    gap: 3px;
    margin-bottom: 14px;
}
.tc-testimonial-comment {
    color: #444;
    font-size: 14px;
    line-height: 1.6;
    font-style: italic;
    flex-grow: 1;
    margin-bottom: 18px;
    font-weight: 500;
}
.tc-testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
    border-top: 1px solid #eef0f2;
    padding-top: 16px;
}
.tc-testimonial-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #eee;
}
.tc-testimonial-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tc-testimonial-meta { display: flex; flex-direction: column; }
.tc-testimonial-name {
    color: #1f2933;
    font-size: 14.5px;
    font-weight: 700;
}
.tc-testimonial-role {
    color: #888;
    font-size: 12.5px;
    font-weight: 500;
}

/* FAQ */
.tc-faq { padding: 80px 0; }
.tc-faq-list {
    max-width: 800px;
    margin: 36px auto 0;
}
.tc-faq-item {
    margin-bottom: 14px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0,0,0,.05);
    background: #fff;
    border: 1px solid #eef0f2;
}
.tc-faq-q {
    width: 100%;
    background: var(--tc-primary);
    color: #fff;
    border: 0;
    padding: 16px 24px;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    transition: background-color .2s ease;
}
.tc-faq-q:hover { background: var(--tc-primary-dark); }
.tc-faq-q-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255,255,255,.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    flex-shrink: 0;
    transition: transform .25s ease;
}
.tc-faq-item.is-open .tc-faq-q-icon { transform: rotate(45deg); }
.tc-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
    background: #fff;
}
.tc-faq-item.is-open .tc-faq-a { max-height: 500px; }
.tc-faq-a p {
    margin: 0;
    padding: 18px 24px;
    color: #555;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 500;
}

/* CTA Frotas (Caminhões) — vertical centralizado */
.tc-cta-frotas { padding: 70px 0; text-align: center; }
.tc-cta-frotas-title {
    max-width: 760px;
    margin: 0 auto 30px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.35;
}
.tc-cta-frotas-img {
    max-width: 460px;
    margin: 0 auto 30px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 14px 36px rgba(0,0,0,.12);
}
.tc-cta-frotas-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform .5s ease;
}
.tc-cta-frotas-img:hover img { transform: scale(1.05); }
.tc-cta-frotas-desc {
    max-width: 720px;
    margin: 0 auto 24px;
    color: #555;
    font-size: 14.5px;
    font-weight: 500;
}
.tc-cta-frotas-actions { margin-top: 8px; }

/* ============================================================
   PÁGINA: FUNÇÕES
   ============================================================ */

/* Page hero genérico (banner escuro com título centralizado) */
.tc-page-banner {
    position: relative;
    padding: 130px 0 60px;
    background-color: var(--tc-bg-dark);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    overflow: hidden;
}
.tc-page-banner .tc-bg-overlay {
    background: rgba(0,0,0,.55);
}
.tc-page-banner > .tc-container {
    position: relative;
    z-index: 1;
}
.tc-page-banner-title {
    color: #fff;
    margin: 0;
    font-size: 2.2rem;
    font-weight: 800;
    position: relative;
    padding-bottom: 14px;
}
.tc-page-banner-title::after {
    content: '';
    display: block;
    width: 70px;
    height: 3px;
    background: var(--tc-primary);
    margin: 14px auto 0;
    border-radius: 2px;
}

/* Before/After slider */
.tc-baf {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 11;
    overflow: hidden;
    border-radius: 10px;
    cursor: ew-resize;
    user-select: none;
    box-shadow: 0 14px 36px rgba(0,0,0,.14);
    background: #1f2933;
    touch-action: none;
}
.tc-baf img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}
.tc-baf-img-bottom { z-index: 1; }
.tc-baf-img-top {
    z-index: 2;
    clip-path: inset(0 50% 0 0);
}
.tc-baf-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--tc-primary);
    z-index: 3;
    pointer-events: none;
}
.tc-baf-handle-grip {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--tc-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0,0,0,.4);
}

/* Bloqueio remoto seção (fundo claro) */
.tc-funcoes-bloqueio.tc-has-light-bg { background: #f7f8fa; }
.tc-funcoes-bloqueio .tc-two-cols-text h2,
.tc-funcoes-historico .tc-two-cols-text h2 {
    font-size: 1.5rem;
    margin-bottom: 14px;
}

/* Bloqueio remoto — carrossel de 2 imagens */
.tc-bloqueio-carousel {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 16 / 11;
    box-shadow: 0 14px 36px rgba(0,0,0,.12);
}
.tc-bloqueio-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .6s ease;
}
.tc-bloqueio-slide.is-active { opacity: 1; }
.tc-bloqueio-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tc-bloqueio-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,.9);
    border: 0;
    font-size: 22px;
    line-height: 1;
    color: #333;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,.18);
    transition: all .2s ease;
    z-index: 2;
}
.tc-bloqueio-arrow:hover { background: var(--tc-primary); color: #fff; }
.tc-bloqueio-prev { left: 10px; }
.tc-bloqueio-next { right: 10px; }
.tc-bloqueio-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 2;
}
.tc-bloqueio-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,.5);
    border: 0;
    padding: 0;
    cursor: pointer;
    transition: all .2s ease;
}
.tc-bloqueio-dot.is-active { background: var(--tc-primary); transform: scale(1.2); }

/* Vídeo wrapper (16:9) */
.tc-video-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 14px 36px rgba(0,0,0,.12);
    background: #000;
}
.tc-video-wrap iframe,
.tc-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
.tc-video {
    border-radius: 8px;
    box-shadow: 0 14px 36px rgba(0,0,0,.12);
    position: relative;
    aspect-ratio: 16 / 9;
}

/* Círculo interativo */
.tc-funcoes-circle { padding: 90px 0; }
.tc-fcircle {
    position: relative;
    aspect-ratio: 1 / 1;
    width: 100%;
    max-width: 600px;
    margin: 60px auto 0;
}
.tc-fcircle-ring {
    position: absolute;
    inset: 60px;
    border: 1.5px solid var(--tc-primary);
    border-radius: 50%;
    opacity: .65;
}
.tc-fcircle-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56%;
    height: 56%;
    border-radius: 50%;
    background: #fff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 28px;
    box-shadow: 0 8px 24px rgba(0,0,0,.18), 0 0 0 6px rgba(255,255,255,.05);
    z-index: 2;
}
.tc-fcircle-center p {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.55;
    font-weight: 500;
    color: #444;
    transition: opacity .25s ease;
}
.tc-fcircle.is-flipping .tc-fcircle-center p { opacity: 0; }

/* Botões em torno do círculo (posicionados via top/left inline) */
.tc-fcircle-item {
    position: absolute;
    width: 96px;
    height: 96px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: var(--tc-primary);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    transform: translate(-50%, -50%);
    box-shadow: 0 6px 18px rgba(0,0,0,.18);
    transition: background-color .25s ease, color .25s ease, box-shadow .25s ease, transform .25s ease;
    z-index: 3;
    padding: 6px;
}
.tc-fcircle-item:hover {
    box-shadow: 0 10px 24px rgba(0,0,0,.30);
    transform: translate(-50%, -50%) scale(1.06);
}
.tc-fcircle-item.is-active {
    background: var(--tc-primary);
    color: #fff;
    box-shadow: 0 10px 28px rgba(var(--tc-primary-rgb), .55);
    transform: translate(-50%, -50%) scale(1.08);
}
.tc-fcircle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
}
.tc-fcircle-icon img { max-width: 22px; max-height: 22px; }
.tc-fcircle-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.1;
}

/* Mobile fallback — accordion estilo FAQ pras 6 funções */
.tc-fcircle-mobile { display: none; max-width: 600px; margin: 30px auto 0; }
.tc-fcircle-mobile .tc-faq-q-icon-img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255,255,255,.2);
    margin-right: 4px;
    flex-shrink: 0;
}
.tc-fcircle-mobile .tc-faq-q-icon-img svg,
.tc-fcircle-mobile .tc-faq-q-icon-img img { width: 16px; height: 16px; }
.tc-fcircle-mobile .tc-faq-q { gap: 12px; }

/* ============================================================
   PÁGINA: APLICATIVOS
   ============================================================ */

.tc-apps-hero {
    position: relative;
    padding: 130px 0 80px;
    color: #fff;
    background-color: var(--tc-bg-dark);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.tc-apps-hero .tc-bg-overlay { background: rgba(0,0,0,.55); }
.tc-apps-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.tc-apps-hero-text { text-align: center; }
.tc-apps-hero-text h1 {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 4px;
}
.tc-page-banner-underline {
    width: 70px;
    height: 3px;
    background: var(--tc-primary);
    margin: 8px auto 18px;
    border-radius: 2px;
}
.tc-apps-hero-text p {
    color: rgba(255,255,255,.92);
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
}
.tc-apps-hero-media {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 320px;
}
.tc-apps-hero-media img,
.tc-apps-hero-media lottie-player { max-width: 100%; max-height: 380px; }
.tc-apps-hero-media img {
    filter: drop-shadow(0 8px 22px rgba(0,0,0,.35));
}

/* Toggle Android/iOS */
.tc-apps-toggle {
    display: inline-flex;
    align-items: center;
    background: rgba(0,0,0,.6);
    border-radius: 999px;
    padding: 6px;
    gap: 6px;
}
.tc-apps-toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 999px;
    color: rgba(255,255,255,.85);
    font-weight: 700;
    font-size: 13.5px;
    transition: all .25s ease;
    text-decoration: none !important;
}
.tc-apps-toggle-btn:hover { color: #fff; }
.tc-apps-toggle-btn.is-active {
    background: var(--tc-primary);
    color: #fff;
    box-shadow: 0 4px 14px rgba(var(--tc-primary-rgb), .4);
}
.tc-apps-toggle-arrow { font-size: 16px; }
.tc-apps-toggle-or {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    color: #333;
    font-size: 11px;
    font-weight: 700;
}

/* Avaliações */
.tc-apps-reviews { padding: 90px 0 60px; }
.tc-apps-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.tc-apps-review-card {
    background: #fff;
    border: 1px solid #eef0f2;
    border-radius: 14px;
    padding: 50px 28px 30px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
    position: relative;
    transition: transform .25s ease, box-shadow .25s ease;
}
.tc-apps-review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(0,0,0,.10);
}
.tc-apps-review-avatar {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--tc-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(var(--tc-primary-rgb), .35);
}
.tc-apps-review-stars {
    display: flex;
    justify-content: center;
    gap: 3px;
    margin-bottom: 10px;
}
.tc-apps-review-name {
    color: var(--tc-primary);
    font-size: 1.2rem;
    margin-bottom: 12px;
    font-weight: 700;
}
.tc-apps-review-comment {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
}

/* Showcase — phone carousel + 4 features */
.tc-apps-showcase { padding: 60px 0 100px; }
.tc-apps-showcase-title {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.35rem;
    font-weight: 600;
    color: #555;
    line-height: 1.5;
    text-align: center;
}
.tc-apps-showcase-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 40px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
.tc-apps-showcase-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Phone frame */
.tc-apps-phone {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tc-phone-frame {
    width: 280px;
    height: 580px;
    background: #1a1a1a;
    border-radius: 36px;
    padding: 12px;
    box-shadow: 0 20px 50px rgba(0,0,0,.30), 0 0 0 2px #2a2a2a inset;
    position: relative;
}
.tc-phone-notch {
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 22px;
    background: #1a1a1a;
    border-radius: 12px;
    z-index: 5;
}
.tc-phone-screen {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    background: #000;
}
.tc-phone-home-bar {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 4px;
    background: #fff;
    opacity: .4;
    border-radius: 4px;
    z-index: 4;
}
.tc-phone-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .6s ease;
}
.tc-phone-slide.is-active { opacity: 1; }
.tc-phone-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.tc-phone-dots {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 3;
}
.tc-phone-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,.5);
    border: 0;
    padding: 0;
    cursor: pointer;
    transition: all .2s ease;
}
.tc-phone-dot.is-active {
    background: var(--tc-primary);
    transform: scale(1.4);
}

/* Feature cards */
.tc-apps-feature {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    border: 1px solid #eef0f2;
    border-radius: 12px;
    padding: 22px 24px;
    box-shadow: 0 8px 22px rgba(0,0,0,.05);
    transition: transform .25s ease, box-shadow .25s ease;
}
.tc-apps-feature:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(0,0,0,.10);
}
.tc-apps-feature-body { flex: 1; min-width: 0; }
.tc-apps-feature-body h3 {
    margin: 0 0 6px;
    font-size: 1rem;
    color: #1f2933;
    font-weight: 700;
}
.tc-apps-feature-body p {
    margin: 0;
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
}
.tc-apps-feature-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--tc-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tc-apps-feature-icon img { max-width: 24px; max-height: 24px; }
/* Coluna esquerda: texto à esquerda, ícone à direita (texto primeiro no DOM) */
.tc-apps-showcase-col-left .tc-apps-feature {
    text-align: right;
}
.tc-apps-showcase-col-left .tc-apps-feature-body { order: 0; }
.tc-apps-showcase-col-left .tc-apps-feature-icon { order: 1; }
/* Coluna direita: ícone à esquerda, texto à direita */
.tc-apps-showcase-col-right .tc-apps-feature-icon { order: 0; }
.tc-apps-showcase-col-right .tc-apps-feature-body { order: 1; }

/* CTA Download */
.tc-apps-download { padding: 80px 0; text-align: center; }
.tc-apps-download h2 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 10px;
}
.tc-apps-download-subtitle {
    color: rgba(255,255,255,.85);
    font-size: 14.5px;
    margin-bottom: 36px;
    font-weight: 500;
}
.tc-apps-download-badges {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}
.tc-apps-badge {
    display: inline-block;
    transition: transform .25s ease;
}
.tc-apps-badge:hover { transform: translateY(-3px); }
.tc-apps-badge img {
    height: 60px;
    width: auto;
}
.tc-apps-badge-default {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 22px;
    background: #000;
    color: #fff;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.18);
    min-width: 200px;
    text-align: left;
}
.tc-apps-badge-default span { display: flex; flex-direction: column; line-height: 1.1; }
.tc-apps-badge-default small { font-size: 10px; opacity: .8; letter-spacing: .5px; }
.tc-apps-badge-default strong { font-size: 16px; font-weight: 700; }

/* ============================================================
   PÁGINA: CONTATO
   ============================================================ */

/* FAQ + Lottie grid */
.tc-contato-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.tc-contato-faq-list .tc-faq-list { margin: 0; }
.tc-contato-faq-media {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 320px;
}
.tc-contato-faq-media img,
.tc-contato-faq-media lottie-player {
    max-width: 100%;
    max-height: 420px;
}

/* FAQ "light" — fundo branco com borda primária (estilo do print) */
.tc-faq-q-light {
    background: #fff !important;
    color: var(--tc-primary) !important;
    border: 1px solid rgba(var(--tc-primary-rgb), .35);
    flex-direction: row;
    justify-content: flex-start;
}
.tc-faq-q-light:hover {
    background: rgba(var(--tc-primary-rgb), .06) !important;
    color: var(--tc-primary-dark) !important;
}
.tc-faq-q-light .tc-faq-q-icon {
    background: rgba(var(--tc-primary-rgb), .15);
    color: var(--tc-primary);
    margin-right: 12px;
    margin-left: -4px;
}
.tc-faq-q-light .tc-faq-q-text { flex: 1; text-align: left; }
.tc-faq-q-light + .tc-faq-a {
    background: #fff;
    border-top: 1px solid #eef0f2;
}
.tc-faq-item:has(.tc-faq-q-light) { box-shadow: 0 6px 18px rgba(0,0,0,.06); }

/* Map */
.tc-contato-map {
    width: 100%;
    margin-bottom: 0;
}
.tc-contato-map-frame {
    width: 100%;
    aspect-ratio: 21 / 8;
    overflow: hidden;
    box-shadow: inset 0 6px 16px rgba(0,0,0,.08);
}
.tc-contato-map-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    filter: grayscale(.3);
}

/* Fale conosco — card unificado */
.tc-contato-fc { padding: 80px 0; }
.tc-contato-fc-card {
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #eef0f2;
    border-radius: 16px;
    padding: 48px 36px 38px;
    text-align: center;
    box-shadow: 0 14px 36px rgba(0,0,0,.08);
    position: relative;
}
.tc-contato-fc-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: -90px auto 18px;
    border: 4px solid #fff;
    box-shadow: 0 8px 22px rgba(0,0,0,.18);
    background: #eee;
}
.tc-contato-fc-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tc-contato-fc-name {
    color: var(--tc-primary);
    font-size: 1.4rem;
    margin-bottom: 4px;
    font-weight: 700;
}
.tc-contato-fc-role {
    color: #666;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 600;
}
.tc-contato-fc-hours {
    color: #888;
    font-size: 13px;
    margin-bottom: 28px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
}
.tc-contato-fc-hours svg { color: var(--tc-primary); }

.tc-contato-fc-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

/* Botão WhatsApp (verde nativo do WhatsApp) */
.tc-btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    background: #25D366;
    color: #fff;
    border-radius: 999px;
    font-weight: 700;
    font-size: 15px;
    border: 2px solid #25D366;
    transition: all .25s ease;
    text-decoration: none !important;
    box-shadow: 0 6px 16px rgba(37, 211, 102, .35);
}
.tc-btn-whatsapp:hover {
    background: #1ebe5a;
    border-color: #1ebe5a;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(37, 211, 102, .45);
}

/* Redes sociais (em row) */
.tc-contato-fc-socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding-top: 24px;
    border-top: 1px solid #eef0f2;
    width: 100%;
}
.tc-contato-fc-social {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: #f5f6f7;
    color: #444;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    transition: all .25s ease;
    text-decoration: none !important;
}
.tc-contato-fc-social:hover {
    transform: translateY(-2px);
    color: #fff;
    box-shadow: 0 6px 14px rgba(0,0,0,.15);
}
.tc-social-instagram:hover { background: #E1306C; }
.tc-social-facebook:hover  { background: #1877F2; }
.tc-social-youtube:hover   { background: #FF0000; }
.tc-social-email:hover     { background: var(--tc-primary); }

/* Responsive contato */
@media (max-width: 860px) {
    .tc-contato-faq-grid { grid-template-columns: 1fr; gap: 36px; }
    .tc-contato-faq-media { order: -1; }
    .tc-contato-fc-card { padding: 36px 22px 28px; }
}

/* ============================================================
   PÁGINA: SOBRE NÓS
   ============================================================ */

/* About */
.tc-sobre-about { padding: 80px 0 60px; text-align: center; }
.tc-sobre-about-photo {
    max-width: 480px;
    margin: 0 auto 30px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 14px 36px rgba(0,0,0,.12);
    border: 4px solid #fff;
}
.tc-sobre-about-photo img {
    width: 100%;
    height: auto;
    display: block;
}
.tc-sobre-about-text { max-width: 760px; margin: 0 auto; }
.tc-sobre-about-title {
    color: #1f2933;
    font-size: 1.7rem;
    margin-bottom: 4px;
    font-weight: 700;
}
.tc-sobre-about-subtitle {
    color: var(--tc-primary);
    font-size: 14.5px;
    margin-bottom: 26px;
    font-weight: 600;
}
.tc-sobre-about-text p {
    color: #555;
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 18px;
    text-align: left;
    font-weight: 500;
}

/* MVV — abas */
.tc-sobre-mvv { padding: 60px 0; }
.tc-mvv-card {
    max-width: 760px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #eef0f2;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
    overflow: hidden;
}
.tc-mvv-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    padding: 8px;
    background: #f6f7f9;
}
.tc-mvv-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
    border: 0;
    background: transparent;
    color: #666;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 8px;
    transition: all .25s ease;
}
.tc-mvv-tab:hover { color: var(--tc-primary); background: rgba(var(--tc-primary-rgb), .08); }
.tc-mvv-tab.is-active {
    background: var(--tc-primary);
    color: #fff;
    box-shadow: 0 4px 12px rgba(var(--tc-primary-rgb), .35);
}
.tc-mvv-panels { padding: 30px 32px; }
.tc-mvv-panel { display: none; }
.tc-mvv-panel.is-active { display: block; animation: tc-fade-in .35s ease; }
.tc-mvv-panel p { color: #555; font-size: 14.5px; line-height: 1.7; margin: 0; font-weight: 500; }
@keyframes tc-fade-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

/* Stats circulares */
.tc-sobre-stats { padding: 60px 0; }
.tc-circ-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}
.tc-circ-stat-graph {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto 20px;
}
.tc-circ-stat-svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}
.tc-circ-stat-bg {
    fill: none;
    stroke: #eef0f2;
    stroke-width: 8;
}
.tc-circ-stat-fill {
    fill: none;
    stroke: var(--tc-primary);
    stroke-width: 8;
    stroke-linecap: round;
    stroke-dasharray: 282.74; /* 2π × 45 */
    stroke-dashoffset: 282.74;
    transition: stroke-dashoffset 1.6s cubic-bezier(.22,.61,.36,1);
}
.tc-circ-stat.tc-revealed .tc-circ-stat-fill {
    stroke-dashoffset: calc(282.74 - (282.74 * var(--tc-percent, 0) / 100));
}
.tc-circ-stat-value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.75rem;
    font-weight: 800;
    color: #1f2933;
}
.tc-circ-stat-label {
    color: #555;
    font-size: 14.5px;
    font-weight: 600;
}

/* FAQ + Foto card */
.tc-sobre-faq { padding: 60px 0; }
.tc-sobre-faq-card {
    background: #f6f7f9;
    border-radius: 14px;
    padding: 36px;
    box-shadow: 0 8px 22px rgba(0,0,0,.04);
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: center;
}
.tc-sobre-faq-card.tc-has-photo {
    grid-template-columns: 1fr 1.4fr;
}
.tc-sobre-faq-photo {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    box-shadow: 0 8px 22px rgba(0,0,0,.10);
}
.tc-sobre-faq-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tc-sobre-faq-list .tc-faq-list { margin: 0; }
.tc-sobre-faq-card .tc-faq-item { box-shadow: 0 4px 14px rgba(0,0,0,.06); }

/* Responsive sobre */
@media (max-width: 860px) {
    .tc-sobre-about-text p { text-align: justify; }
    .tc-mvv-tabs { grid-template-columns: 1fr; }
    .tc-mvv-panels { padding: 24px 22px; }
    .tc-circ-stats-grid { grid-template-columns: 1fr; gap: 30px; }
    .tc-sobre-faq-card.tc-has-photo { grid-template-columns: 1fr; }
    .tc-sobre-faq-photo { max-width: 380px; margin: 0 auto; }
}

/* ============================================================
   PÁGINA: POLÍTICA DE PRIVACIDADE
   ============================================================ */
.tc-privacidade-content { padding: 70px 0; }
.tc-privacidade-article {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #eef0f2;
    border-radius: 12px;
    padding: 50px 48px;
    box-shadow: 0 8px 24px rgba(0,0,0,.05);
}
.tc-privacidade-article h2 {
    color: var(--tc-primary);
    font-size: 1.25rem;
    margin: 32px 0 12px;
    font-weight: 700;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(var(--tc-primary-rgb), .15);
}
.tc-privacidade-article h2:first-child { margin-top: 0; }
.tc-privacidade-article h3 {
    color: #1f2933;
    font-size: 1.05rem;
    margin: 22px 0 10px;
    font-weight: 700;
}
.tc-privacidade-article p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.7;
    margin-bottom: 14px;
    font-weight: 500;
}
.tc-privacidade-article ul,
.tc-privacidade-article ol {
    color: #555;
    font-size: 14.5px;
    line-height: 1.7;
    padding-left: 22px;
    margin-bottom: 14px;
    font-weight: 500;
}
.tc-privacidade-article li { margin-bottom: 6px; }
.tc-privacidade-article a {
    color: var(--tc-primary);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.tc-privacidade-article a:hover { color: var(--tc-primary-dark); }

@media (max-width: 720px) {
    .tc-privacidade-article { padding: 32px 24px; }
}

/* RESPONSIVE preços */
@media (max-width: 1024px) {
    .tc-precos-hero-inner { grid-template-columns: 1fr; gap: 36px; text-align: center; }
    /* Em telas menores, cards de planos ficam empilhados centralizados */
    .tc-plans-grid > .tc-plan-card,
    .tc-plans-grid-1 > .tc-plan-card,
    .tc-plans-grid-2 > .tc-plan-card {
        flex: 0 0 100%;
        max-width: 420px;
    }
    .tc-plan-card.is-highlight { transform: none; }
    .tc-plan-card.is-highlight:hover { transform: translateY(-4px); }
    .tc-testimonials-grid { grid-template-columns: 1fr; }
}

/* Círculo interativo: troca pelo accordion em telas menores */
@media (max-width: 720px) {
    .tc-fcircle { display: none; }
    .tc-fcircle-mobile { display: block; }
    .tc-funcoes-circle { padding: 60px 0; }
    .tc-baf { aspect-ratio: 4 / 3; }
}

/* Aplicativos responsive */
@media (max-width: 1024px) {
    .tc-apps-hero-inner { grid-template-columns: 1fr; gap: 36px; }
    .tc-apps-reviews-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
    .tc-apps-showcase-grid { grid-template-columns: 1fr; gap: 30px; }
    .tc-apps-showcase-col { order: 1; }
    .tc-apps-phone { order: 0; }
    .tc-apps-feature,
    .tc-apps-showcase-col-left .tc-apps-feature,
    .tc-apps-showcase-col-right .tc-apps-feature { text-align: left; flex-direction: row; }
    .tc-apps-showcase-col-left .tc-apps-feature-body { order: 1; }
    .tc-apps-showcase-col-left .tc-apps-feature-icon { order: 0; }
}
@media (max-width: 480px) {
    .tc-apps-toggle { flex-direction: row; flex-wrap: wrap; justify-content: center; }
    .tc-apps-download-badges { flex-direction: column; align-items: center; }
}

/* ============================================================
   ANIMAÇÕES DE ENTRADA — disparadas via IntersectionObserver
   ============================================================ */
@media (prefers-reduced-motion: no-preference) {
    [data-tc-anim] {
        opacity: 0;
        transition: opacity .8s cubic-bezier(.22,.61,.36,1), transform .8s cubic-bezier(.22,.61,.36,1);
        will-change: transform, opacity;
    }
    [data-tc-anim="fade-up"]      { transform: translateY(34px); }
    [data-tc-anim="fade-down"]    { transform: translateY(-34px); }
    [data-tc-anim="slide-left"]   { transform: translateX(-50px); }
    [data-tc-anim="slide-right"]  { transform: translateX(50px); }
    [data-tc-anim="zoom-in"]      { transform: scale(.92); }
    [data-tc-anim].tc-revealed {
        opacity: 1;
        transform: none;
    }
}
