:root {
    --orange: #e95013;
    --orange-glow: rgba(252, 82, 10, 0.4);
    --orange-dim: rgba(252, 82, 10, 0.08);
    --black: #000000;
    --dark: #0a0a0a;
    --dark2: #111111;
    --dark3: #1a1a1a;
    --white: #ffffff;
    --gray: #888888;
    --gray-light: #cccccc;
    --gray-dark: #2b2b2b;
}

@font-face {
    font-family: 'Rigelstar';
    src: url('../fonts/Rigelstar.ttf');
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;

}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--dark);
    color: var(--white);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
    cursor: default;
    max-width: 1920px;
    margin: 0 auto !important;
}

/* ─── NAV ─── */
nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(252, 82, 10, 0.15);
    transition: all 0.3s;
}


.nav-logo {
    font-family: 'Rigelstar', sans-serif;
    font-weight: 900;
    font-size: 28px;
    letter-spacing: 4px;
    color: var(--orange);
    text-decoration: none;
    text-transform: uppercase;
}

.nav-logo span {
    color: var(--white);
}

.nav-links {
    display: flex;
    gap: 36px;
    list-style: none;
}

.nav-links a {
    color: var(--gray-light);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: color 0.2s;
}

.nav-links a:hover {
    color: var(--orange);
}

.nav-cta {
    background: var(--orange);
    color: var(--white);
    border: none;
    padding: 11px 28px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
    transition: all 0.2s;
}

.nav-cta:hover {
    background: #ff6620;
    box-shadow: 0 0 20px var(--orange-glow);
}

/* ─── HERO ─── */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 100px 60px;
    position: relative;
    overflow: hidden;
    background: var(--gray-dark);
}

.hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 88% 50%, rgba(252, 82, 10, 0.12) 0%, rgba(252, 82, 10, 0.03) 24%, transparent 48%);
}

/* Grid lines */
.hero-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(252, 82, 10, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(252, 82, 10, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, transparent 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(252, 82, 10, 0.1);
    border: 1px solid rgba(252, 82, 10, 0.3);
    padding: 6px 16px;
    margin-bottom: 32px;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--orange);
    clip-path: polygon(0 0, calc(100% - 6px) 0, 100% 6px, 100% 100%, 6px 100%, 0 calc(100% - 6px));
}

.hero-badge::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--orange);
    border-radius: 50%;
    animation: pulse-dot 1.5s ease-in-out infinite;
}

@keyframes pulse-dot {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.4;
        transform: scale(0.7);
    }
}

.hero h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 900;
    font-size: clamp(52px, 7vw, 96px);
    line-height: 0.95;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 28px;
}

.hero h1 em {
    font-style: normal;
    color: var(--orange);
    display: block;
}

.hero p {
    font-size: 17px;
    line-height: 1.7;
    color: var(--gray-light);
    max-width: 520px;
    margin-bottom: 48px;
    font-weight: 300;
}

.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* Configuração Geral do Botão */
.btn-animated {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    /* Espessura da borda */
    text-decoration: none;
    overflow: hidden;
    /* O SEU CLIP-PATH */
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

/* A Borda que se move (O fundo) */
.btn-animated::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    /* Gradiente que fará o efeito de luz girando */
    background: conic-gradient(transparent,
            var(--orange),
            transparent 20%);
    animation: rotate 3s linear infinite;
    z-index: 1;
}

/* O "Corpo" do botão que cobre o meio e deixa a borda */
.btn-animated span {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 100%;
    padding: 16px 36px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    /* O SEU CLIP-PATH aplicado internamente também */
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

/* Cores específicas */
.btn-animated.primary span {
    background: var(--orange);
    /* Fundo sólido laranja */
    color: var(--white);
}

.btn-animated.secondary span {
    background: #0b0b0b;
    /* Cor escura do seu site */
    color: var(--orange);
}


/* Configuração Geral do Botão */
.btn-animated-contato {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    /* Espessura da borda */
    text-decoration: none;
    overflow: hidden;
    /* O SEU CLIP-PATH */
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

/* A Borda que se move (O fundo) */
.btn-animated-contato::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    /* Gradiente que fará o efeito de luz girando */
    background: conic-gradient(transparent,
            var(--white),
            transparent 20%);
    animation: rotate 3s linear infinite;
    z-index: 1;
}

/* O "Corpo" do botão que cobre o meio e deixa a borda */
.btn-animated-contato span {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 100%;
    padding: 16px 36px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    /* O SEU CLIP-PATH aplicado internamente também */
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

/* Cores específicas */
.btn-animated-contato.primary span {
    background: var(--orange);
    /* Fundo sólido laranja */
    color: var(--white);
}



/* Animação de Rotação */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Efeito ao passar o mouse */
.btn-animated:hover::before {
    animation-duration: 1s;
    /* Gira mais rápido no hover */
}

.btn-animated-contato:hover::before {
    animation-duration: 1s;
    /* Gira mais rápido no hover */
}


/* Hero stats */
.hero-stats {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.stat-item {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(252, 82, 10, 0.15);
    padding: 24px 32px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

.stat-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--orange);
}

.stat-item:hover {
    border-color: rgba(252, 82, 10, 0.5);
    background: rgba(252, 82, 10, 0.05);
}

.stat-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 48px;
    font-weight: 900;
    color: var(--orange);
    line-height: 1;
}

.stat-label {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gray);
    margin-top: 4px;
}

/* Shield icon */
.hero-shield {
    position: absolute;
    right: -420px;
    top: 50%;
    transform: translateY(-50%);
    width: 860px;
    height: auto;
    pointer-events: none;
    opacity: 0.92;
    z-index: 1;
    object-fit: contain;
    filter: none;
    opacity: 0.3 !important;
}

/* ─── SECTION BASE ─── */
section {
    padding: 0 60px;
}

.padding-section {
    padding: 60px;
}

.section-tag {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(252, 82, 10, 0.4);
}

.section-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 900;
    font-size: clamp(36px, 5vw, 64px);
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 20px;
}

.section-title em {
    font-style: normal;
    color: var(--orange);
}

.section-sub {
    font-size: 16px;
    color: var(--gray-light);
    line-height: 1.7;
    max-width: 560px;
    font-weight: 300;
}

/* ─── SOBRE ─── */
.sobre {
    background: var(--dark2);
}

.sobre-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;

}

.sobre-text p {
    font-size: 16px;
    color: var(--gray-light);
    line-height: 1.8;
    margin-bottom: 20px;
    font-weight: 300;
}

.sobre-text p strong {
    color: var(--orange);
    font-weight: 600;
}

.sobre-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sobre-badge-main {
    width: 250px;
    height: 250px;
    border: 2px solid rgba(252, 82, 10, 0.3);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    background: radial-gradient(circle, rgba(252, 82, 10, 0.08) 0%, transparent 70%);
}

.sobre-badge-main::before {
    content: '';
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(252, 82, 10, 0.15);
    border-radius: 50%;
}

.sobre-badge-main::after {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    border: 2px dashed rgba(252, 82, 10, 0.2);
    animation: spin 20s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.sobre-years {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 80px;
    font-weight: 900;
    color: var(--orange);
    line-height: 1;
}

.sobre-years-label {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gray-light);
}

.foto-sobre {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* ─── SERVIÇOS ─── */
.servicos {
    background: var(--black);
}

.kits {
    background: var(--dark2);
    position: relative;
    overflow: hidden;
}

/* .kits::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 20%, rgba(252, 82, 10, 0.16), transparent 32%),
        radial-gradient(circle at 88% 80%, rgba(252, 82, 10, 0.1), transparent 28%);
    pointer-events: none;
} */

.kits-header {
    position: relative;
    z-index: 1;
    margin-bottom: 48px;
}

.kits-carousel {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}

.kits-track {
    --kits-loop-width: 50%;
    display: flex;
    gap: 24px;
    width: max-content;
    will-change: transform;
    animation: kits-scroll 26s linear infinite;
}

.kits-carousel:hover .kits-track {
    animation-play-state: paused;
}

.kit-card {
    width: min(340px, 80vw);
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(252, 82, 10, 0.2);
    overflow: hidden;
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
}

.kit-card img {
    width: 100%;
    height: 420px;
    display: block;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.kit-card:hover img {
    transform: scale(1.04);
}

.kit-card-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 20px 22px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.42));
}

.kit-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    background: rgba(252, 82, 10, 0.12);
    border: 1px solid rgba(252, 82, 10, 0.35);
    color: var(--orange);
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
}

.servicos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    margin-top: 60px;
}

.servico-card {
    background: var(--dark2);
    padding: 40px 32px;
    border-top: 3px solid transparent;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    cursor: default;
}

.servico-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--orange);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s;
}

.servico-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, rgba(252, 82, 10, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(30%, 30%);
    transition: all 0.3s;
}

.servico-card:hover::before {
    transform: scaleX(1);
}

.servico-card:hover::after {
    width: 120px;
    height: 120px;
    opacity: 1.5;
}

.servico-card:hover {
    background: #141414;
}

.servico-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 24px;
    color: var(--orange);
}

.servico-card h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.servico-card p {
    font-size: 14px;
    color: var(--gray);
    line-height: 1.7;
    font-weight: 300;
}

/* ─── DIFERENCIAIS ─── */
.diferenciais {
    background: var(--orange);
    padding: 80px 60px;
}

.diferenciais .section-tag {
    color: var(--black);
    border-bottom-color: rgba(0, 0, 0, 0.3);
}

.diferenciais .section-title {
    color: var(--black);
}

.diferenciais .section-sub {
    color: rgba(0, 0, 0, 0.7);
}

.dif-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    margin-top: 60px;
}

.dif-item {
    background: rgba(0, 0, 0, 0.08);
    padding: 36px 28px;
    border-left: 3px solid rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
}

.dif-item:hover {
    background: rgba(0, 0, 0, 0.15);
}

.dif-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 56px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.15);
    line-height: 1;
    margin-bottom: 16px;
}

.dif-item h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--black);
    margin-bottom: 10px;
}

.dif-item p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 1.6;
}

/* ─── DEPOIMENTOS ─── */
.depoimentos {
    background: var(--gray-dark);
}

.dep-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    margin-top: 60px;
}

.dep-card {
    background: var(--dark3);
    padding: 36px 32px;
    border-bottom: 3px solid transparent;
    position: relative;
    transition: all 0.3s;
}

.dep-card:hover {
    border-bottom-color: var(--orange);
    background: #161616;
}

.dep-quote {
    font-size: 48px;
    color: var(--orange);
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 900;
    line-height: 0.8;
    margin-bottom: 16px;
    opacity: 0.4;
}

.dep-card p {
    font-size: 15px;
    color: var(--gray-light);
    line-height: 1.7;
    margin-bottom: 24px;
    font-weight: 300;
    font-style: italic;
}

.dep-author {
    font-size: 13px;
    font-weight: 600;
    color: var(--orange);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dep-role {
    font-size: 12px;
    color: var(--gray);
    margin-top: 2px;
}

.dep-stars {
    color: var(--orange);
    font-size: 14px;
    margin-bottom: 16px;
}

/* ─── ATUAÇÃO ─── */
.atuacao {
    background: var(--black);
}

.atuacao-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 60px;
}

.atuacao-map {
    background: var(--dark2);
    border: 1px solid rgba(252, 82, 10, 0.15);
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.atuacao-map-inner {
    text-align: center;
    z-index: 2;
    position: relative;
}

.atuacao-pin {
    font-size: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

.atuacao-map::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(252, 82, 10, 0.1) 0%, transparent 60%);
}

.atuacao-city {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 28px;
    font-weight: 900;
    color: var(--orange);
    letter-spacing: 2px;
}

.atuacao-region {
    font-size: 14px;
    color: var(--gray);
    margin-top: 4px;
}

.atuacao-text p {
    font-size: 16px;
    color: var(--gray-light);
    line-height: 1.8;
    margin-bottom: 20px;
    font-weight: 300;
}

.atuacao-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.tag {
    background: rgba(252, 82, 10, 0.08);
    border: 1px solid rgba(252, 82, 10, 0.25);
    color: var(--orange);
    padding: 6px 14px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    clip-path: polygon(0 0, calc(100% - 6px) 0, 100% 6px, 100% 100%, 6px 100%, 0 calc(100% - 6px));
}

/* ─── CTA FINAL ─── */
.cta-final {
    background: url('../img/seguracaInvicta.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 200px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}


.cta-final::before {
    content: 'INVICTA';
    position: absolute;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 300px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.06);
    letter-spacing: -10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    pointer-events: none;
}

.cta-final h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 900;
    font-size: clamp(32px, 5vw, 60px);
    text-transform: uppercase;
    letter-spacing: -1px;
    color: var(--white);
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.cta-final p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 48px;
    font-weight: 300;
    position: relative;
    z-index: 2;
}

.btn-dark {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--black);
    color: var(--white);
    padding: 18px 44px;
    text-decoration: none;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
    transition: all 0.25s;
    position: relative;
    z-index: 2;
}

.btn-dark:hover {
    background: #1a1a1a;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
    transform: translateY(-3px);
}

/* ─── FOOTER ─── */
footer {
    background: var(--black);
    border-top: 1px solid rgba(252, 82, 10, 0.2);
    padding: 60px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 48px;
}

.footer-brand .nav-logo {
    display: block;
    margin-bottom: 16px;
    font-size: 24px;
}

.footer-brand p {
    font-size: 14px;
    color: var(--gray);
    line-height: 1.7;
}

.footer-col h5 {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(252, 82, 10, 0.2);
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: var(--gray);
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-col ul li a:hover {
    color: var(--orange);
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contact-item svg {
    color: var(--orange);
    flex-shrink: 0;
}

.footer-contact-item span {
    font-size: 14px;
    color: var(--gray);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom p {
    font-size: 13px;
    color: var(--gray);
}

.footer-bottom span {
    color: var(--orange);
}

/* ─── ANIMATIONS ─── */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-content>* {
    animation: fadeInUp 0.7s ease both;
}

.hero-badge {
    animation-delay: 0.1s;
}

.hero h1 {
    animation-delay: 0.25s;
}

.hero p {
    animation-delay: 0.4s;
}

.hero-actions {
    animation-delay: 0.55s;
}

.hero-stats {
    animation-delay: 0.7s;
}

/* ─── SCROLL REVEAL ─── */
.reveal {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
    opacity: 1;
    transform: none;
}

/* ─── MOBILE ─── */
@media (max-width: 900px) {
    nav {
        padding: 6px 14px;
    }

    .nav-links {
        display: none;
    }

    section {
        padding: 0 24px;
    }

    .padding-section,
    footer {
        padding: 24px;
    }

    .hero {
        padding: 120px 24px 80px;
    }

    .hero-shield {
        right: -220px;
        top: 50%;
        transform: translateY(-50%);
        width: 520px;
        opacity: 0.82;
    }

    .hero-stats {
        display: none;
    }

    .stat-item {
        flex: 1;
    }

    .sobre-grid,
    .atuacao-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .servicos-grid,
    .dep-grid {
        grid-template-columns: 1fr;
    }

    .dif-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    /* .hero-shield {
        display: none;
    } */
}

@media (max-width: 670px) {
    .hero-shield {
        right: -200px;
        top: 48%;
        width: 390px;
        opacity: 0.78;
    }

    .dif-grid {
        grid-template-columns: 1fr;
    }

    .nav-logo {
        font-size: 18px;
    }

}

.back-to-top {
    position: fixed;
    right: 16px;
    bottom: 24px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--orange);
    color: #fff;
    box-shadow: 0 18px 36px rgba(122, 83, 47, 0.28);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    z-index: 95;
}

.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.marcas-carousel {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    /* Garante que os itens fiquem em uma linha só */
}

.marcas-track {
    display: flex;
    width: fit-content;
    /* Deixa o container do tamanho real dos itens */
    animation: scroll-infinito 20s linear infinite;
}

.marcas-slide {
    /* Defina uma largura fixa para facilitar o cálculo */
    width: 250px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    padding: 0 20px;
}

.marcas-slide img {
    max-width: 150px;

}

@keyframes scroll-infinito {
    0% {
        transform: translateX(0);
    }

    100% {
        /* IMPORTANTE: Move apenas a metade (os 4 primeiros logos) */
        /* Como cada slide tem 250px e são 4 originais: 250 * 4 = 1000px */
        transform: translateX(-1000px);
    }
}

/* Override do carrossel de marcas para loop continuo */
.marcas-carousel {
    --marcas-gap: clamp(2rem, 5vw, 4.5rem);
    --marcas-loop-width: 50%;
    overflow: hidden;
    width: 100%;
    background: #000;
    padding: 40px 0;
    position: relative;
}

.marcas-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: scroll-infinito 18s linear infinite;
    will-change: transform;
}

.marcas-slide {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.marcas-slide img {
    width: 100%;

    object-fit: contain;
    transition: opacity 0.3s ease, filter 0.3s ease;
}

.marcas-slide img:hover {
    filter: grayscale(0);
    opacity: 1;
}

@keyframes scroll-infinito {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-1 * var(--marcas-loop-width)));
    }
}

@keyframes kits-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-1 * var(--kits-loop-width)));
    }
}

@media (max-width: 900px) {
    .kit-card img {
        height: 360px;
    }
}

@media (max-width: 670px) {
    .kits-header {
        margin-bottom: 32px;
    }

    .kits-track {
        gap: 16px;
    }

    .kit-card {
        width: min(280px, 78vw);
    }

    .kit-card img {
        height: 320px;
    }
}


@media (min-width: 1930px) {
    nav {
        position: relative !important;
    }
}
/* --- ESTILOS PADRÃO (DESKTOP) --- */
.premium-menu, .menu-trigger {
  display: none; /* Escondido no desktop */
}

/* Ajustes no Desktop CTA */
.desktop-cta {
  display: inline-block;
}

/* --- ESTILOS MOBILE (MEDIA QUERY) --- */
@media (max-width: 992px) {
  /* Esconde o CTA principal e a lista padrão */
  .desktop-cta, .nav-links {
    display: none;
  }

  /* Gatilho do menu (Ícone de duas linhas) */
  .menu-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--orange);
    width: 30px;
    height: 30px;
    z-index: 1000;
  }
  .menu-trigger svg {
    width: 24px;
    height: 24px;
  }

  /* CONTAINER DO MENU PREMIUM (TELA CHEIA) */
  .premium-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(10, 10, 10, 0.98); /* Fundo escuro sutilmente transparente */
    backdrop-filter: blur(5px); /* Efeito de desfoque sofisticado no fundo */
    display: flex;
    flex-direction: column;
    padding: 30px;
    
    /* ESCONDIDO INICIALMENTE (Vindo do topo) */
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); /* Animação suave e fluida */
    z-index: 2000; /* Alto para sobrepor tudo */
  }

  /* Estado ATIVO do Menu */
  .premium-menu.active {
    display: flex; /* Garante que está flex */
    transform: translateY(0);
    opacity: 1;
  }

  /* Cabeçalho do menu (Logo e X de fechar) */
  .menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }

  /* Botão de Fechar X */
  .menu-close {
    cursor: pointer;
    color: var(--gray);
    transition: color 0.2s;
  }
  .menu-close svg {
    width: 28px;
    height: 28px;
  }
  .menu-close:hover {
    color: var(--orange);
  }

  /* LISTA DE LINKS COM CAIXINHAS (O ESTILO DA FOTO) */
  .premium-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px; 
  }

  .premium-links li {
    width: 100%;
  }

  /* ESTILIZAÇÃO DO LINK "CAIXINHA" (Premium) */
  .premium-links a {
    display: block;
    width: 100%;
    
    /* CORES E BORDAS DA CAIXINHA (Sua foto) */
    background: rgba(255, 255, 255, 0.05); 
    border: 1px solid rgba(255, 255, 255, 0.1); 
    border-radius: 12px; 
    
    /* TIPOGRAFIA DO LINK */
    padding: 20px;
    color: var(--gray-light);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
  }

  /* Hover e foco nas caixinhas */
  .premium-links a:hover, .premium-links a:focus {
    background: rgba(233, 80, 19, 0.15);
    border-color: var(--orange);
    color: var(--white);
    transform: translateX(10px); 
  }

  /* CTA dentro do menu mobile */
  .mobile-cta {
    display: inline-block;
    margin-top: 50px;
    align-self: center;
  }
}


.servico-cta {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  /* background-color: #5c1f07; */
  color: var(--white);
  text-decoration: none;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  border: none;
  animation: pulsarSincronizado 2.5s infinite ease-in-out;
  animation-delay: 0s;
  border: 1px solid var(--orange);
}

.servico-cta:hover {
  animation-play-state: paused;
  background-color: var(--black);
  color: var(--orange);
}

@keyframes pulsarSincronizado {
  0%, 100% {
    /* background-color: #5c1f07; */
    box-shadow: 0 0 0 0 rgba(233, 80, 19, 0);
    transform: scale(1);
  }
  50% {
    /* background-color: var(--orange); */
    box-shadow: 0 0 20px var(--orange-glow);
    transform: scale(1.03);
  }
}