/**
 * Projeto: Mettric App
 * Arquivo: home.css
 * Autor: Djeferson Capelli
 * Versão: 2.0.0
 * Descrição: Home institucional — nav, hero+dashboard, logos, features,
 *            produtos, how-it-works, pricing, CTA dark, footer completo.
 */

/* ============ LOGO ============ */
.mt-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--mt-font-sans);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -.5px;
    color: var(--mt-text);
    text-decoration: none;
    line-height: 1;
}
.mt-logo:hover { text-decoration: none; }

.mt-logo-mark {
    display: inline-block;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}

.mt-logo-text {
    color: var(--mt-text);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.5px;
}

/* ============ NAV ============ */
.mt-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: saturate(180%) blur(12px);
    -webkit-backdrop-filter: saturate(180%) blur(12px);
    border-bottom: 1px solid var(--mt-border);
}
.mt-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
}
.mt-nav-links {
    display: flex;
    gap: var(--mt-space-8);
    align-items: center;
}
.mt-nav-links a {
    color: var(--mt-text-muted);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: color .15s;
}
.mt-nav-links a:hover { color: var(--mt-text); }
.mt-nav-cta { display: flex; gap: var(--mt-space-3); align-items: center; }

/* ============ HERO (split layout) ============ */
.mt-hero {
    position: relative;
    padding: var(--mt-space-20) 0 var(--mt-space-16);
    overflow: hidden;
    isolation: isolate;
}
/* mesh gradient background */
.mt-hero::before {
    content: "";
    position: absolute;
    inset: -10% -5%;
    background:
        radial-gradient(ellipse 60% 40% at 15% 20%, rgba(13, 91, 215, .14), transparent 60%),
        radial-gradient(ellipse 50% 50% at 85% 30%, rgba(96, 138, 237, .10), transparent 60%),
        radial-gradient(circle 30% at 70% 80%, rgba(13, 91, 215, .06), transparent 60%);
    pointer-events: none;
    z-index: -1;
}
.mt-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: var(--mt-space-12);
    align-items: center;
}
.mt-hero-content {
    position: relative;
    z-index: 1;
    max-width: 560px;
}

.mt-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: var(--mt-space-2);
    padding: 6px 14px 6px 10px;
    background: var(--mt-bg-elevated);
    border: 1px solid var(--mt-border);
    border-radius: var(--mt-radius-full);
    font-size: 13px;
    font-weight: 500;
    color: var(--mt-text);
    margin-bottom: var(--mt-space-6);
    box-shadow: var(--mt-shadow-xs);
}
.mt-hero-eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--mt-primary);
    box-shadow: 0 0 0 4px var(--mt-brand-soft);
    flex-shrink: 0;
}

.mt-hero-title {
    font-size: 58px;
    line-height: 1.04;
    letter-spacing: -.025em;
    font-weight: 600;
    margin-bottom: var(--mt-space-5);
    color: var(--mt-text);
}

.mt-accent-gradient {
    background: linear-gradient(135deg, var(--mt-blue-700) 0%, var(--mt-blue-500) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.mt-hero-sub {
    font-size: 18px;
    line-height: 1.6;
    color: var(--mt-text-muted);
    margin-bottom: var(--mt-space-8);
}

.mt-hero-cta {
    display: flex;
    gap: var(--mt-space-3);
    flex-wrap: wrap;
    margin-bottom: var(--mt-space-8);
}

.mt-hero-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--mt-space-5);
    padding-top: var(--mt-space-6);
    border-top: 1px solid var(--mt-border);
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.mt-hero-trust li {
    font-size: 13px;
    color: var(--mt-text-muted);
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.mt-hero-trust-num {
    font-size: 18px;
    font-weight: 600;
    color: var(--mt-text);
    letter-spacing: -.01em;
}

.mt-hero-mockup {
    position: relative;
    z-index: 1;
}

/* ============ DASHBOARD MOCKUP ============ */
.mt-dashboard {
    width: 100%;
    background: var(--mt-bg-elevated);
    border: 1px solid var(--mt-border);
    border-radius: var(--mt-radius-xl);
    box-shadow: var(--mt-shadow-xl);
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: left;
    transform: translateZ(0); /* GPU layer pra sombra ficar suave */
}
.mt-dashboard-bar {
    height: 40px;
    background: linear-gradient(180deg, var(--mt-gray-50) 0%, var(--mt-bg) 100%);
    border-bottom: 1px solid var(--mt-border);
    display: flex;
    align-items: center;
    padding: 0 var(--mt-space-4);
    gap: 6px;
    position: relative;
}
.mt-dashboard-light {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .12);
}
.mt-dashboard-light-red    { background: #FF5F57; }
.mt-dashboard-light-yellow { background: #FEBC2E; }
.mt-dashboard-light-green  { background: #28C840; }
.mt-dashboard-url {
    flex: 1;
    text-align: center;
    font-size: 12px;
    font-family: var(--mt-font-mono);
    color: var(--mt-text-muted);
    background: var(--mt-bg-elevated);
    border: 1px solid var(--mt-border);
    border-radius: var(--mt-radius-md);
    padding: 4px 12px;
    margin: 0 var(--mt-space-3);
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mt-dashboard-live {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 500;
    color: #16A34A;
    background: rgba(22, 163, 74, 0.08);
    border-radius: var(--mt-radius-full);
    padding: 3px 10px 3px 8px;
    flex-shrink: 0;
}
.mt-dashboard-live-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #16A34A;
    box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.18);
    animation: mt-pulse 2s ease-in-out infinite;
}
@keyframes mt-pulse {
    0%, 100% { box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.18); }
    50%      { box-shadow: 0 0 0 6px rgba(22, 163, 74, 0.06); }
}
.mt-dashboard-content {
    padding: var(--mt-space-6);
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: var(--mt-space-5);
    min-height: 380px;
}
.mt-dashboard-side {
    border-right: 1px solid var(--mt-border);
    padding-right: var(--mt-space-5, 20px);
}
.mt-dashboard-side h4 {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--mt-text-muted);
    margin-bottom: var(--mt-space-3);
}
.mt-dashboard-side ul { list-style: none; padding: 0; margin: 0; }
.mt-dashboard-side li {
    padding: 7px 10px;
    font-size: 13px;
    color: var(--mt-text-muted);
    border-radius: var(--mt-radius-sm);
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    gap: var(--mt-space-2);
}
.mt-dashboard-side li.active {
    background: var(--mt-blue-100);
    color: var(--mt-primary);
    font-weight: 500;
}
.mt-dashboard-side li svg { width: 14px; height: 14px; opacity: .7; }
.mt-dashboard-main h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}
.mt-dashboard-subtitle {
    font-size: 13px;
    color: var(--mt-text-muted);
    margin-bottom: var(--mt-space-5, 18px);
}

.mt-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--mt-space-3);
    margin-bottom: var(--mt-space-5, 22px);
}
.mt-stat-card {
    min-width: 0;
    background: linear-gradient(180deg, var(--mt-bg-elevated) 0%, var(--mt-gray-50) 100%);
    border: 1px solid var(--mt-border);
    border-radius: var(--mt-radius-md);
    padding: 12px 14px;
    box-shadow: var(--mt-shadow-xs);
    transition: transform var(--mt-dur) var(--mt-ease), box-shadow var(--mt-dur) var(--mt-ease);
}
.mt-stat-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--mt-shadow-sm);
}
.mt-stat-label { font-size: 10px; font-weight: 500; color: var(--mt-text-muted); margin-bottom: 4px; text-transform: uppercase; letter-spacing: .04em; }
.mt-stat-value { font-size: 18px; font-weight: 600; letter-spacing: -.01em; margin-bottom: 2px; font-variant-numeric: tabular-nums; line-height: 1.2; }
.mt-stat-change { font-size: 11px; font-weight: 500; display: inline-flex; align-items: center; gap: 3px; }
.mt-stat-change.up { color: #16a34a; }
.mt-stat-change.down { color: #dc2626; }

.mt-chart-area {
    background: linear-gradient(180deg, var(--mt-bg-elevated) 0%, var(--mt-gray-50) 100%);
    border: 1px solid var(--mt-border);
    border-radius: var(--mt-radius-md);
    padding: var(--mt-space-5);
    height: 180px;
    box-shadow: var(--mt-shadow-xs);
}
.mt-chart-title {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 14px;
    color: var(--mt-text-muted);
}
.mt-chart-svg { width: 100%; height: 120px; }

/* ============ LOGOS BAR ============ */
.mt-logos {
    padding: var(--mt-space-12) 0;
    background: var(--mt-bg);
    border-top: 1px solid var(--mt-border);
    border-bottom: 1px solid var(--mt-border);
}
.mt-logos-label {
    text-align: center;
    color: var(--mt-text-muted);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: var(--mt-space-8);
}
.mt-logos-row {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: center;
    justify-items: center;
    gap: var(--mt-space-6) var(--mt-space-8);
    max-width: 1080px;
    margin: 0 auto;
}
.mt-logos-mark {
    width: 100%;
    max-width: 140px;
    height: 32px;
    object-fit: contain;
    color: var(--mt-text-muted);
    opacity: .65;
    filter: grayscale(1);
    transition: opacity .2s ease, filter .2s ease, color .2s ease;
}
.mt-logos-mark:hover {
    opacity: 1;
    filter: grayscale(0);
    color: var(--mt-primary);
}

/* ============ SECTION ============ */
.mt-section { padding: 110px 0; }
.mt-section-alt { background: var(--mt-snow); border-top: 1px solid var(--mt-border); border-bottom: 1px solid var(--mt-border); }

.mt-section-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto var(--mt-space-16);
}
.mt-eyebrow {
    color: var(--mt-accent);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: var(--mt-space-3);
    letter-spacing: .02em;
}
.mt-section h2,
.mt-cta-section h2 {
    font-size: 42px;
    line-height: 1.12;
    letter-spacing: -.025em;
    font-weight: 600;
    margin-bottom: var(--mt-space-4);
    color: var(--mt-text);
}
.mt-section-sub {
    color: var(--mt-text-muted);
    font-size: 18px;
    line-height: 1.5;
}

/* ============ FEATURES GRID ============ */
.mt-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--mt-space-6);
}
.mt-feature-card {
    background: var(--mt-bg-elevated);
    border: 1px solid var(--mt-border);
    border-radius: var(--mt-radius-xl);
    padding: var(--mt-space-8) var(--mt-space-7, 28px);
    transition: border-color .2s, transform .2s, box-shadow .2s;
}
.mt-feature-card:hover {
    border-color: var(--mt-blue-600);
    transform: translateY(-2px);
    box-shadow: var(--mt-shadow-md);
}
.mt-feature-icon {
    width: 44px;
    height: 44px;
    border-radius: var(--mt-radius-md);
    background: var(--mt-blue-100);
    color: var(--mt-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--mt-space-5, 20px);
}
.mt-feature-icon svg { width: 22px; height: 22px; }
.mt-feature-card h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.01em;
    margin-bottom: var(--mt-space-2);
    color: var(--mt-text);
}
.mt-feature-card p {
    color: var(--mt-text-muted);
    font-size: 15px;
    line-height: 1.55;
}

/* ============ PILARES (3 colunas grandes) ============ */
.mt-pilares-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--mt-space-6);
}

.mt-pilar-card {
    display: flex;
    flex-direction: column;
    gap: var(--mt-space-3);
    padding: var(--mt-space-10) var(--mt-space-8);
    background: var(--mt-bg-elevated);
    border: 1px solid var(--mt-border);
    border-radius: var(--mt-radius-2xl);
    color: inherit;
    text-decoration: none;
    transition: border-color .2s, box-shadow .2s, transform .2s;
    position: relative;
    overflow: hidden;
}
.mt-pilar-card:hover {
    border-color: var(--mt-primary);
    box-shadow: var(--mt-shadow-lg);
    transform: translateY(-4px);
    text-decoration: none;
}
.mt-pilar-card::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(13, 91, 215, .08), transparent 70%);
    pointer-events: none;
}

.mt-pilar-mascote {
    width: 72px;
    height: 72px;
    border-radius: var(--mt-radius-xl);
    background: var(--mt-blue-100);
    color: var(--mt-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--mt-space-2);
}
.mt-pilar-mascote svg { width: 40px; height: 40px; }

.mt-pilar-eyebrow {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--mt-text-muted);
    font-weight: 600;
}

.mt-pilar-nome {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -.02em;
    color: var(--mt-text);
    margin: 0;
    line-height: 1.1;
}

.mt-pilar-tagline {
    font-size: 16px;
    font-weight: 500;
    color: var(--mt-primary);
    margin: 0;
    line-height: 1.4;
}

.mt-pilar-desc {
    font-size: 15px;
    color: var(--mt-text-muted);
    line-height: 1.55;
    margin: 0 0 var(--mt-space-2);
}

.mt-pilar-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: var(--mt-space-2);
}
.mt-pilar-bullets li {
    display: flex;
    align-items: center;
    gap: var(--mt-space-2);
    font-size: 14px;
    color: var(--mt-text);
    line-height: 1.4;
}
.mt-pilar-bullets li svg {
    color: var(--mt-primary);
    flex-shrink: 0;
}

.mt-pilar-cta {
    margin-top: auto;
    padding-top: var(--mt-space-4);
    color: var(--mt-primary);
    font-size: 15px;
    font-weight: 600;
}

/* ============ PRODUCTS GRID — 3 col, 2ª linha com 2 centralizados ============ */
.mt-products-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: var(--mt-space-5);
    max-width: 1080px;
    margin: 0 auto;
}
.mt-products-grid > a:nth-child(1) { grid-column: 1 / 3; }
.mt-products-grid > a:nth-child(2) { grid-column: 3 / 5; }
.mt-products-grid > a:nth-child(3) { grid-column: 5 / 7; }
.mt-products-grid > a:nth-child(4) { grid-column: 2 / 4; }
.mt-products-grid > a:nth-child(5) { grid-column: 4 / 6; }

.mt-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: var(--mt-space-4);
    padding: var(--mt-space-7);
    min-height: 240px;
    background: var(--mt-bg-elevated);
    border: 1px solid var(--mt-border);
    border-radius: var(--mt-radius-2xl);
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    isolation: isolate;
    box-shadow: var(--mt-shadow-xs);
    transition:
        border-color var(--mt-dur) var(--mt-ease),
        box-shadow var(--mt-dur) var(--mt-ease),
        transform var(--mt-dur) var(--mt-ease);
}
.mt-product-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(120% 80% at 100% 100%, var(--mt-brand-soft) 0%, transparent 60%);
    opacity: 0;
    transition: opacity var(--mt-dur) var(--mt-ease);
    z-index: -1;
}
.mt-product-card:hover {
    border-color: var(--mt-blue-300);
    box-shadow: var(--mt-shadow-lg);
    transform: translateY(-3px);
    text-decoration: none;
}
.mt-product-card:hover::before { opacity: 1; }

.mt-product-icon {
    width: 44px;
    height: 44px;
    border-radius: var(--mt-radius-md);
    background: var(--mt-brand-soft);
    color: var(--mt-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition:
        background var(--mt-dur) var(--mt-ease),
        transform var(--mt-dur) var(--mt-ease);
}
.mt-product-icon svg { width: 22px; height: 22px; }
.mt-product-card:hover .mt-product-icon {
    background: var(--mt-brand-soft-2);
    transform: scale(1.05);
}

.mt-product-content {
    display: flex;
    flex-direction: column;
    gap: var(--mt-space-2);
    max-width: 70%;
    position: relative;
    z-index: 1;
}
.mt-product-name {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -.015em;
    color: var(--mt-text);
    line-height: 1.25;
}
.mt-product-desc {
    color: var(--mt-text-muted);
    font-size: 14px;
    line-height: 1.5;
}
.mt-product-cta {
    margin-top: var(--mt-space-2);
    color: var(--mt-primary);
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: gap var(--mt-dur) var(--mt-ease);
}
.mt-product-card:hover .mt-product-cta { gap: 10px; }

.mt-product-mascote {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 110px;
    height: 165px;
    object-fit: contain;
    object-position: bottom right;
    pointer-events: none;
    z-index: 0;
    filter: drop-shadow(0 8px 16px rgba(13, 91, 215, 0.16));
    transition: transform var(--mt-dur-slow) var(--mt-ease-out);
}
.mt-product-card:hover .mt-product-mascote {
    transform: translateY(-4px) scale(1.03);
}

/* ============ HOW IT WORKS ============ */
.mt-how-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--mt-space-6);
    counter-reset: step;
}
.mt-step {
    counter-increment: step;
    position: relative;
    padding: var(--mt-space-7, 28px);
    background: var(--mt-bg-elevated);
    border: 1px solid var(--mt-border);
    border-radius: var(--mt-radius-xl);
}
.mt-step::before {
    content: counter(step, decimal-leading-zero);
    display: block;
    font-size: 13px;
    color: var(--mt-accent);
    font-weight: 600;
    letter-spacing: .06em;
    margin-bottom: var(--mt-space-4);
    font-variant-numeric: tabular-nums;
    font-family: var(--mt-font-mono);
}
.mt-step h3 {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -.01em;
    margin-bottom: var(--mt-space-2);
    color: var(--mt-text);
}
.mt-step p {
    color: var(--mt-text-muted);
    font-size: 14.5px;
    line-height: 1.55;
}

/* ============ PRICING ============ */
.mt-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--mt-space-5, 20px);
    max-width: 1080px;
    margin: 0 auto;
}
.mt-price-card {
    background: var(--mt-bg-elevated);
    border: 1px solid var(--mt-border);
    border-radius: var(--mt-radius-xl);
    padding: var(--mt-space-10) var(--mt-space-8);
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: var(--mt-shadow-xs);
    transition:
        transform var(--mt-dur) var(--mt-ease),
        box-shadow var(--mt-dur) var(--mt-ease),
        border-color var(--mt-dur) var(--mt-ease);
}
.mt-price-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--mt-shadow-md);
    border-color: var(--mt-border-strong);
}
.mt-price-card.mt-price-featured {
    background:
        linear-gradient(180deg, var(--mt-blue-50) 0%, var(--mt-bg-elevated) 30%);
    border-color: var(--mt-primary);
    box-shadow:
        0 0 0 4px rgba(13, 91, 215, 0.10),
        0 12px 24px -6px rgba(13, 91, 215, 0.18),
        0 24px 48px -16px rgba(13, 91, 215, 0.18);
    transform: translateY(-4px);
    z-index: 1;
}
.mt-price-card.mt-price-featured:hover {
    transform: translateY(-7px);
    box-shadow:
        0 0 0 4px rgba(13, 91, 215, 0.12),
        0 16px 32px -8px rgba(13, 91, 215, 0.24),
        0 32px 64px -20px rgba(13, 91, 215, 0.20);
}
.mt-price-ribbon {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--mt-blue-500) 0%, var(--mt-blue-700) 100%);
    color: var(--mt-snow);
    padding: 6px 14px;
    border-radius: var(--mt-radius-full);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    box-shadow:
        0 1px 2px rgba(13, 91, 215, 0.2),
        0 8px 16px -4px rgba(13, 91, 215, 0.32);
    white-space: nowrap;
}
.mt-price-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: var(--mt-space-2);
    color: var(--mt-text);
}
.mt-price-desc {
    color: var(--mt-text-muted);
    font-size: 14px;
    margin-bottom: var(--mt-space-6);
    min-height: 38px;
    line-height: 1.5;
}
.mt-price-amount {
    display: flex;
    align-items: baseline;
    gap: var(--mt-space-2);
    margin-bottom: var(--mt-space-2);
}
.mt-price-value {
    font-size: 44px;
    font-weight: 600;
    letter-spacing: -.025em;
    color: var(--mt-text);
}
.mt-price-period { color: var(--mt-text-muted); font-size: 14px; }
.mt-price-note {
    color: var(--mt-text-muted);
    font-size: 13px;
    margin-bottom: var(--mt-space-6);
    line-height: 1.5;
}
.mt-price-card .mt-btn {
    width: 100%;
    margin-bottom: var(--mt-space-7, 28px);
}
.mt-price-features {
    list-style: none;
    padding: var(--mt-space-6) 0 0;
    margin: 0;
    border-top: 1px solid var(--mt-border);
}
.mt-price-features li {
    display: flex;
    align-items: flex-start;
    gap: var(--mt-space-2);
    font-size: 14px;
    color: var(--mt-text-muted);
    margin-bottom: var(--mt-space-3);
    line-height: 1.45;
}
.mt-price-features li svg {
    width: 16px;
    height: 16px;
    color: var(--mt-accent);
    flex-shrink: 0;
    margin-top: 2px;
}

.mt-pricing-footnote {
    text-align: center;
    color: var(--mt-text-muted);
    margin-top: var(--mt-space-10);
    font-size: 14px;
}
.mt-pricing-footnote a { color: var(--mt-accent); font-weight: 500; }

/* ============ FINAL CTA ============ */
.mt-cta-section { padding: 110px 0; }
.mt-cta-box {
    background:
        linear-gradient(135deg, var(--mt-blue-950) 0%, var(--mt-night) 55%, var(--mt-blue-900) 100%);
    color: var(--mt-snow);
    border-radius: var(--mt-radius-2xl);
    padding: var(--mt-space-10) var(--mt-space-12);
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: var(--mt-space-10);
    align-items: center;
    min-height: 280px;
    isolation: isolate;
    box-shadow:
        0 1px 1px rgba(255, 255, 255, 0.06) inset,
        0 24px 48px -12px rgba(13, 91, 215, 0.28),
        0 48px 96px -24px rgba(0, 0, 0, 0.4);
}
.mt-cta-box > picture {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

/* Mesh gradient — 3 conic+radial layers (Linear-style) */
.mt-cta-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 20% 20%, rgba(13, 91, 215, 0.55), transparent 60%),
        radial-gradient(ellipse 50% 50% at 80% 30%, rgba(96, 138, 237, 0.35), transparent 60%),
        radial-gradient(circle 40% at 70% 90%, rgba(26, 107, 220, 0.40), transparent 65%);
    pointer-events: none;
    z-index: -2;
}
/* Grain noise overlay — adiciona "papel de fundo" sutil */
.mt-cta-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.06) 1px, transparent 0);
    background-size: 24px 24px;
    pointer-events: none;
    z-index: -1;
    opacity: 0.5;
}
.mt-cta-content {
    position: relative;
    z-index: 1;
    max-width: 540px;
}
.mt-cta-box h2 {
    color: var(--mt-snow);
    font-size: 44px;
    margin-bottom: var(--mt-space-4);
    line-height: 1.1;
}
.mt-cta-box p {
    color: rgba(248, 250, 252, .72);
    font-size: 17px;
    margin-bottom: var(--mt-space-8);
    line-height: 1.55;
}
.mt-cta-box .mt-hero-cta { justify-content: flex-start; }
.mt-cta-box .mt-btn-secondary {
    background: rgba(255, 255, 255, .08);
    color: var(--mt-snow);
    border-color: rgba(255, 255, 255, .2);
}
.mt-cta-box .mt-btn-secondary:hover {
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .32);
}

.mt-cta-mascote {
    position: relative;
    z-index: 1;
    width: 280px;
    height: auto;
    aspect-ratio: 420 / 560;
    max-width: 100%;
    margin-left: auto;
    display: block;
    filter: drop-shadow(0 24px 48px rgba(0, 0, 0, .35));
}

/* ============ FOOTER ============ */
.mt-footer {
    border-top: 1px solid var(--mt-border);
    padding: var(--mt-space-12) 0 var(--mt-space-8);
    background: var(--mt-snow);
}
.mt-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(4, 1fr);
    gap: var(--mt-space-10);
    margin-bottom: var(--mt-space-12);
}
.mt-footer-brand p {
    color: var(--mt-text-muted);
    font-size: 14px;
    margin-top: var(--mt-space-3);
    max-width: 280px;
    line-height: 1.55;
}
.mt-footer-col h4 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: var(--mt-space-4);
    color: var(--mt-text);
}
.mt-footer-col ul { list-style: none; padding: 0; margin: 0; }
.mt-footer-col li { margin-bottom: var(--mt-space-3); }
.mt-footer-col a {
    color: var(--mt-text-muted);
    font-size: 14px;
    text-decoration: none;
    transition: color .15s;
}
.mt-footer-col a:hover { color: var(--mt-text); }
.mt-footer-bottom {
    border-top: 1px solid var(--mt-border);
    padding-top: var(--mt-space-6);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--mt-text-muted);
    font-size: 13px;
    flex-wrap: wrap;
    gap: var(--mt-space-4);
}
.mt-socials { display: flex; gap: var(--mt-space-3); }
.mt-socials a {
    width: 32px;
    height: 32px;
    border: 1px solid var(--mt-border);
    border-radius: var(--mt-radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mt-text-muted);
    transition: color .15s, border-color .15s;
}
.mt-socials a:hover { color: var(--mt-accent); border-color: var(--mt-accent); }
.mt-socials svg { width: 14px; height: 14px; }

/* ============ NAV ACTIVE STATE ============ */
.mt-nav-links a.active {
    color: var(--mt-primary);
    font-weight: 600;
}

/* ============ TESTIMONIALS ============ */
.mt-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--mt-space-5, 20px);
}
.mt-testimonial {
    margin: 0;
    background: var(--mt-bg-elevated);
    border: 1px solid var(--mt-border);
    border-radius: var(--mt-radius-xl);
    padding: var(--mt-space-7, 28px) var(--mt-space-6);
    display: flex;
    flex-direction: column;
    gap: var(--mt-space-4);
    transition: border-color .2s, transform .2s, box-shadow .2s;
}
.mt-testimonial:hover {
    border-color: var(--mt-blue-600);
    transform: translateY(-2px);
    box-shadow: var(--mt-shadow-md);
}
.mt-testimonial-quote {
    color: var(--mt-primary);
    opacity: .35;
    flex-shrink: 0;
}
.mt-testimonial-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--mt-text);
    flex: 1;
    font-style: normal;
}
.mt-testimonial-author {
    display: flex;
    align-items: center;
    gap: var(--mt-space-3);
    padding-top: var(--mt-space-3);
    border-top: 1px solid var(--mt-border);
}
.mt-testimonial-author > div {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    min-width: 0;
}
.mt-testimonial-author strong {
    font-size: 14px;
    color: var(--mt-text);
}
.mt-testimonial-author small {
    font-size: 12px;
    color: var(--mt-text-muted);
}
.mt-testimonial-avatar {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--mt-blue-100);
    color: var(--mt-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.01em;
}

/* ============ FAQ ============ */
.mt-faq-container {
    max-width: 760px;
}
.mt-faq-list {
    display: flex;
    flex-direction: column;
    gap: var(--mt-space-3);
}
.mt-faq-item {
    background: var(--mt-bg-elevated);
    border: 1px solid var(--mt-border);
    border-radius: var(--mt-radius-lg);
    overflow: hidden;
    transition: border-color .15s;
}
.mt-faq-item[open] {
    border-color: var(--mt-blue-600);
}
.mt-faq-q {
    list-style: none;
    cursor: pointer;
    padding: var(--mt-space-5, 20px) var(--mt-space-6);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--mt-space-4);
    font-size: 16px;
    font-weight: 500;
    color: var(--mt-text);
    line-height: 1.4;
}
.mt-faq-q::-webkit-details-marker { display: none; }
.mt-faq-q:hover { color: var(--mt-primary); }
.mt-faq-chev {
    color: var(--mt-text-muted);
    flex-shrink: 0;
    transition: transform .2s, color .2s;
}
.mt-faq-item[open] .mt-faq-chev {
    transform: rotate(180deg);
    color: var(--mt-primary);
}
.mt-faq-a {
    padding: 0 var(--mt-space-6) var(--mt-space-5, 20px);
    font-size: 15px;
    line-height: 1.6;
    color: var(--mt-text-muted);
}
.mt-faq-a a { color: var(--mt-primary); font-weight: 500; }
.mt-faq-footer {
    text-align: center;
    margin-top: var(--mt-space-8);
    color: var(--mt-text-muted);
    font-size: 15px;
}
.mt-faq-footer a { color: var(--mt-primary); font-weight: 500; }

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
    .mt-hero-grid {
        grid-template-columns: 1fr;
        gap: var(--mt-space-12);
        text-align: center;
    }
    .mt-hero-content { max-width: 720px; margin: 0 auto; }
    .mt-hero-title { font-size: 48px; }
    .mt-hero-cta { justify-content: center; }
    .mt-hero-trust { max-width: 560px; margin: 0 auto; }
    .mt-features-grid,
    .mt-testimonials-grid { grid-template-columns: repeat(2, 1fr); }
    .mt-how-grid,
    .mt-pricing-grid,
    .mt-pilares-grid { grid-template-columns: 1fr; }
    .mt-products-grid { grid-template-columns: repeat(2, 1fr); }
    .mt-products-grid > a:nth-child(n) { grid-column: auto; }
    .mt-logos-row { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--mt-space-6) var(--mt-space-8); }
    .mt-dashboard-content { grid-template-columns: 1fr; }
    .mt-dashboard-side { display: none; }
    .mt-stats-grid { grid-template-columns: repeat(3, 1fr); }
    .mt-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .mt-features-grid { grid-template-columns: 1fr; }
    .mt-testimonials-grid { grid-template-columns: 1fr; }
    .mt-hero-title { font-size: 44px; line-height: 1.08; }
    .mt-section h2, .mt-cta-section h2 { font-size: 32px; }
    .mt-nav-links { display: none; }
    .mt-section, .mt-cta-section { padding: 70px 0; }
    .mt-hero { padding: 60px 0 48px; }
    .mt-cta-box {
        grid-template-columns: 1fr;
        padding: 48px 24px;
        text-align: center;
    }
    .mt-cta-box h2 { font-size: 28px; }
    .mt-cta-content { max-width: 100%; }
    .mt-cta-box .mt-hero-cta { justify-content: center; }
    .mt-cta-mascote { width: 220px; margin: 0 auto -48px; order: 2; }
    .mt-stats-grid { grid-template-columns: 1fr; }
    .mt-products-grid { grid-template-columns: 1fr; }
    .mt-footer-grid { grid-template-columns: 1fr; gap: var(--mt-space-8); }
    .mt-footer-bottom { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
    .mt-hide-mobile { display: none; }
    .mt-hero-title { font-size: 36px; line-height: 1.1; }
    .mt-section h2, .mt-cta-section h2 { font-size: 26px; }
    .mt-section, .mt-cta-section { padding: 56px 0; }
    .mt-hero { padding: 48px 0 32px; }
    .mt-section-header { margin-bottom: var(--mt-space-10); }
    .mt-hero-sub { font-size: 16px; }
    .mt-hero-cta .mt-btn,
    .mt-hero-cta .mt-btn-lg {
        width: 100%;
        padding: var(--mt-space-3) var(--mt-space-6);
        height: auto;
    }
    .mt-nav-cta .mt-btn-ghost { display: none; }
    .mt-nav-cta .mt-btn-primary {
        padding: 0 var(--mt-space-4);
        height: 38px;
        font-size: 13px;
    }
    .mt-nav-inner { gap: var(--mt-space-3); }
    .mt-logo-text { font-size: 16px; }
    .mt-logos-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--mt-space-5, 20px) var(--mt-space-6); }
    .mt-logos-mark { height: 28px; }
    .mt-cta-mascote { width: 180px; margin: 0 auto -32px; }
    .mt-cta-box { padding: 36px 20px; }
    .mt-cta-box h2 { font-size: 24px; }
    .mt-price-card { padding: var(--mt-space-8) var(--mt-space-6); }
    .mt-price-value { font-size: 36px; }
    .mt-feature-card { padding: var(--mt-space-6); }
}
