/* DESIGN SYSTEM INOVADOR */
:root {
    --primary: #061121;
    --primary-light: #0d213a;
    --accent: #f2c249;
    --accent-hover: #dfb03b;
    --white: #ffffff;
    --text-main: #f0f4f8;
    --text-muted: #94a3b8;
    --glass: rgba(13, 33, 58, 0.4);
    --glass-border: rgba(255, 255, 255, 0.06);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--primary);
    color: var(--text-main);
    font-family: 'Plus Jakarta Sans', sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.container {
    width: 92%;
    max-width: 1240px;
    margin: 0 auto;
}

/* TIPOGRAFIA E GRADIENTES */
h1 {
    font-size: 3.8rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 24px;
}

.text-gradient {
    background: linear-gradient(135deg, #ffffff 30%, var(--accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* BOTÕES PREMIUM */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
}

.btn-primary {
    background-color: var(--accent);
    color: #061121;
    padding: 14px 32px;
}

.btn-primary:hover {
    background-color: var(--accent-hover);
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(242, 194, 73, 0.2);
}

.btn-secondary {
    background-color: transparent;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 14px 32px;
}

.btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: var(--white);
    transform: translateY(-3px);
}

/* CABEÇALHO */
.main-header {
    padding: 24px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    background: rgba(6, 17, 33, 0.85);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--glass-border);
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-img {
    height: 44px;
}

.nav-menu {
    display: flex;
    gap: 32px;
}

.nav-link {
    color: var(--text-muted);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.3s;
    position: relative;
}

.nav-link:hover, .nav-link.active {
    color: var(--white);
}

/* HERO SECTION ASSIMÉTRICA */
.hero-section {
    padding: 180px 0 100px 0;
    background: radial-gradient(circle at 90% 10%, #102a4d 0%, var(--primary) 70%);
}

.hero-container {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--glass-border);
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--accent);
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}

.badge-dot {
    width: 6px;
    height: 6px;
    background-color: var(--accent);
    border-radius: 50%;
}

.hero-lead {
    font-size: 1.15rem;
    color: var(--text-muted);
    margin-bottom: 40px;
    max-width: 540px;
}

.hero-actions {
    display: flex;
    gap: 16px;
    margin-bottom: 48px;
}

.hero-trust-indicators {
    display: flex;
    gap: 32px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    font-weight: 500;
}

.trust-icon {
    color: var(--accent);
}

/* COMPOSIÇÃO VISUAL (COLUNA DIREITA) */
.hero-visual-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image-frame {
    width: 100%;
    max-width: 440px;
    height: 540px;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    box-shadow: 0 30px 60px rgba(0,0,0,0.5);
}

.hero-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.hero-image-frame:hover .hero-main-img {
    transform: scale(1.05);
}

.geometric-shape {
    position: absolute;
    width: 120%;
    height: 100%;
    background: linear-gradient(135deg, var(--accent) 0%, transparent 60%);
    opacity: 0.08;
    filter: blur(40px);
    z-index: 1;
    transform: rotate(-10deg);
}

/* CARTÃO FLUTUANTE PREMIUM */
.experience-card {
    position: absolute;
    top: 40px;
    left: -30px;
    background: rgba(13, 33, 58, 0.75);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 28px;
    border-radius: 24px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.exp-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--accent);
}

.exp-text {
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
}

/* GRELHA GLASSMORPHISM DE SERVIÇOS */
.services-showcase {
    padding: 60px 0 120px 0;
}

.services-glass-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.service-premium-card {
    background: var(--glass);
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(10px);
    padding: 40px 30px;
    border-radius: 24px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-premium-card:hover {
    background: rgba(13, 33, 58, 0.9);
    border-color: rgba(242, 194, 73, 0.3);
    transform: translateY(-8px);
}

.card-icon-box {
    margin-bottom: 28px;
    background: rgba(255, 255, 255, 0.03);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 1.4rem;
}

.service-premium-card h3 {
    font-size: 1.25rem;
    margin-bottom: 12px;
    font-weight: 700;
}

.service-premium-card p {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.5;
}

/* ANIMAÇÕES */
.animate-float {
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}


/* Sobre Nós */

/* SECÇÃO SOBRE NÓS - VERSÃO BRANCO PREMIUM */
.about-section.section-white {
    padding: 140px 0;
    background-color: #ffffff; /* Fundo totalmente branco */
    overflow: hidden;
}

.about-container {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 80px;
    align-items: center;
}

/* COMPOSIÇÃO DE IMAGENS ASSIMÉTRICA */
.about-visual-side {
    position: relative;
    width: 100%;
}

.about-image-collage {
    position: relative;
    width: 100%;
    height: 560px;
    display: flex;
    align-items: center;
}

/* Moldura Principal (Traseira) */
.img-frame-main {
    width: 78%;
    height: 480px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15); /* Sombra mais suave para fundo claro */
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.about-img-parallax {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Moldura Secundária (Frente / Flutuante) */
.img-frame-sub {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45%;
    height: 260px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border: 4px solid #ffffff; /* Moldura branca espessa para destacar da foto de trás */
    z-index: 2;
}

.about-img-detail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Distintivo com Efeito Frosted Glass Adaptado para Fundo Claro */
.about-glass-badge {
    position: absolute;
    top: 10px;
    left: -20px;
    width: 64px;
    height: 64px;
    background: rgba(6, 17, 33, 0.05);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(6, 17, 33, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.about-glass-badge .badge-text {
    color: #061121; /* Texto escuro no badge */
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: 0.5px;
}

.about-visual-side:hover .about-img-parallax {
    transform: scale(1.04);
}

/* CONTEÚDO E TEXTOS ESCUROS */
.about-subtitle {
    font-size: 0.75rem;
    font-weight: 700;
    color: #0b3863; /* Azul escuro corporativo */
    letter-spacing: 2.5px;
    margin-bottom: 16px;
}

.about-title {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    color: #061121; /* Quase preto para máxima leitura */
    margin-bottom: 28px;
    letter-spacing: -0.5px;
}

/* Gradiente Escuro Elegante para o Título */
.text-gradient-dark {
    background: linear-gradient(135deg, #061121 40%, #0b4c75 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-description p {
    color: #4a5568; /* Cinzento escuro confortável para leitura */
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 18px;
}

/* GRELHA DE MINI CARDS EM FUNDO CLARO */
.about-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.about-mini-card {
    background: #f7fafc; /* Fundo cinzento claro texturizado */
    border: 1px solid #e2e8f0; /* Linha de contorno fina */
    padding: 24px;
    border-radius: 20px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-mini-card:hover {
    transform: translateY(-5px);
    background: #ffffff;
    border-color: #0b3863; /* Borda destaca-se em azul ao passar o rato */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.card-icon-wrapper {
    font-size: 1.3rem;
    background: rgba(0, 0, 0, 0.03);
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.card-text h4 {
    color: #061121;
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.card-text p {
    color: #718096; /* Cinzento intermédio para descrição menor */
    font-size: 0.85rem;
    line-height: 1.4;
}

/* INFRAESTRUTURA DE ANIMAÇÃO COM CSS (GATILHO VIA JS) */
.reveal-element {
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), 
                transform 1s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform, opacity;
}

.reveal-element.fade-right { transform: translateX(-50px); }
.reveal-element.fade-left { transform: translateX(50px); }

.reveal-element.is-visible {
    opacity: 1;
    transform: translateX(0) translateY(0);
}

/* RESPONSIVIDADE ADAPTATIVA */
@media (max-width: 1024px) {
    .about-container { grid-template-columns: 1fr; gap: 60px; }
    .about-image-collage { height: 480px; }
    .img-frame-main { width: 100%; height: 420px; }
    .img-frame-sub { display: none; }
    .about-title { font-size: 2.3rem; }
}

@media (max-width: 640px) {
    .about-cards-grid { grid-template-columns: 1fr; }
    .about-image-collage { height: 320px; }
    .img-frame-main { height: 300px; }
    .about-glass-badge { left: 10px; }
}


/* Nossos Serviços*/

/* ESTILIZAÇÃO THE ENGINEERED GRID (FUNDO CINZENTO-SUAVE ORIGINAL) */
.services-section {
    padding: 140px 0;
    background-color: #f4f7f6;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/* ESTRUTURA DA GRELHA PRINCIPAL EM 3 COLUNAS MESTRAS */
.services-engineered-grid {
    display: grid;
    grid-template-columns: 0.9fr 2fr; /* Coluna da esquerda (Texto+Imagem) e coluna da direita (Grelha de cards) */
    gap: 40px;
    align-items: start;
}

/* COLUNA DA ESQUERDA (MEGA SHOWCASE) */
.services-mega-showcase {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
}

.services-subtitle {
    font-size: 0.75rem;
    font-weight: 700;
    color: #dfb242; /* Ouro corporativo */
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.services-title {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.15;
    color: #061224;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.services-lead {
    color: #5a6578;
    font-size: 1rem;
    line-height: 1.65;
}

/* IMAGEM VERTICAL INTEGRADA */
.services-showcase-image-wrapper {
    position: relative;
    width: 100%;
    flex-grow: 1; /* Faz a imagem esticar para acompanhar exatamente a altura dos cartões ao lado */
    min-height: 420px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.services-showcase-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.services-mega-showcase:hover .services-showcase-img {
    transform: scale(1.03);
}

/* Selo flutuante discreto na foto */
.image-text-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(6, 18, 36, 0.85);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.1);
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* SUBGRELHA DA DIREITA (2 COLUNAS X 2 LINHAS PARA OS 4 CARDS) */
.services-cards-subgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

/* ESTILO DO CARTÃO DE SERVIÇO */
.service-photo-card {
    background-color: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-photo-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(6, 18, 36, 0.08);
}

.card-image-box {
    width: 100%;
    height: 160px; /* Ligeiramente menor para equilibrar a proporção da subgrid */
    overflow: hidden;
}

.service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.service-photo-card:hover .service-img {
    transform: scale(1.06);
}

.card-body-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.service-photo-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #061224;
    margin-bottom: 10px;
}

.card-desc {
    color: #64748b;
    font-size: 0.88rem;
    line-height: 1.5;
    margin-bottom: 20px;
    flex-grow: 1;
}

.card-list {
    list-style: none;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
}

.card-list li {
    font-size: 0.85rem;
    font-weight: 600;
    color: #475569;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.card-list li:last-child { margin-bottom: 0; }
.arrow-gold { color: #dfb242; font-size: 1.2rem; }

/* CLASSES DE ANIMAÇÃO DO SCROLL (JS) */
.id-reveal-element {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform, opacity;
}
.id-reveal-element.id-fade-right { transform: translateX(-40px); }
.id-reveal-element.id-fade-left { transform: translateX(40px); }
.id-reveal-element.is-visible { opacity: 1; transform: translateX(0) translateY(0); }

/* RESPONSIVIDADE EM CASCATA */
@media (max-width: 1200px) {
    .services-engineered-grid { grid-template-columns: 1fr; gap: 50px; } /* Desfaz a coluna mestre */
    .services-showcase-image-wrapper { height: 300px; min-height: auto; }
}

@media (max-width: 768px) {
    .services-cards-subgrid { grid-template-columns: 1fr; gap: 24px; } /* Cartões ficam em 1 coluna vertical */
    .services-title { font-size: 2.3rem; }
}
/* DESIGN DA SECÇÃO COM ADAPTAÇÃO ASSIMÉTRICA */
.sectors-section {
    padding: 140px 0;
    background-color: #061224; /* Preserva o azul-escuro profundo exato da imagem */
    font-family: 'Plus Jakarta Sans', sans-serif;
    overflow: hidden;
}

/* CABEÇALHO EM LAYOUT ASSIMÉTRICO LADO A LADO */
.sectors-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 80px;
    margin-bottom: 80px;
}

.sectors-header-left { flex: 1.2; }
.sectors-header-right { flex: 0.8; }

.sectors-subtitle {
    font-size: 0.75rem;
    font-weight: 700;
    color: #dfb242; /* Ouro corporativo */
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sectors-title {
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1.15;
    color: #ffffff;
    letter-spacing: -1.5px;
}

/* Gradiente de Destaque no Título */
.text-gradient-gold {
    background: linear-gradient(135deg, #ffffff 40%, #dfb242 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sectors-lead {
    color: #94a3b8; /* Cinzento suave de alta legibilidade */
    font-size: 1.05rem;
    line-height: 1.7;
}

/* GRELHA DO NOVO LAYOUT (5 COLUNAS MAIS ESPAÇADAS) */
.sectors-premium-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

/* CARTÃO COM MOLDURA INTELIGENTE */
.sector-premium-card {
    position: relative;
    background-color: rgba(14, 34, 61, 0.35); /* Transparência sutil da imagem original */
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid rgba(255, 255, 255, 0.02);
}

/* Camada interna do Cartão */
.sector-card-inner {
    padding: 45px 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    z-index: 2;
    position: relative;
}

/* Linha dourada discreta no fundo do cartão que se expande no Hover */
.card-glow-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: transparent;
    transition: all 0.4s ease;
}

/* COMPORTAMENTO INTERATIVO (HOVER) */
.sector-premium-card:hover {
    transform: translateY(-8px);
    background-color: rgba(14, 34, 61, 0.7);
    border-color: rgba(241, 196, 83, 0.15);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.sector-premium-card:hover .card-glow-border {
    background-color: #dfb242; /* Ativa a luz dourada inferior */
}

/* Contentor do Ícone */
.sector-icon-wrapper {
    margin-bottom: 35px;
    background: rgba(255, 255, 255, 0.02);
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    transition: transform 0.4s ease;
}

.sector-premium-card:hover .sector-icon-wrapper {
    transform: scale(1.08);
    background: rgba(241, 196, 83, 0.05);
}

.sector-geo-icon {
    font-size: 1.3rem;
    color: #dfb242;
    line-height: 1;
}

.sector-card-inner h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
}

.sector-card-inner p {
    color: #94a3b8;
    font-size: 0.88rem;
    line-height: 1.6;
}

/* ESTRUTURA PARA ANIMAÇÕES VIA JS (COMPATÍVEL COM O ANTERIOR) */
.id-reveal-element {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform, opacity;
}
.id-reveal-element.id-fade-right { transform: translateX(-40px); }
.id-reveal-element.id-fade-left { transform: translateX(40px); }
.id-reveal-element.is-visible { opacity: 1; transform: translateX(0) translateY(0); }

/* RESPONSIVIDADE EM CASCATA */
@media (max-width: 1200px) {
    .sectors-header { flex-direction: column; align-items: flex-start; gap: 24px; margin-bottom: 50px; }
    .sectors-title { font-size: 2.8rem; }
    .sectors-premium-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; } /* Ajusta para ecrãs médios */
}

@media (max-width: 768px) {
    .sectors-premium-grid { grid-template-columns: repeat(2, 1fr); }
    .sectors-title { font-size: 2.3rem; }
}

@media (max-width: 480px) {
    .sectors-premium-grid { grid-template-columns: 1fr; }
    .sector-card-inner { padding: 35px 24px; }
}

/* DESIGN DA GALERIA DE PORTFÓLIO PREMIUM */
.projects-section {
    padding: 140px 0;
    background-color: #ffffff; /* Fundo branco limpo idêntico à imagem de referência */
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/* CABEÇALHO LADO A LADO */
.projects-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 60px;
    margin-bottom: 70px;
}

.projects-header-left { flex: 1.1; }
.projects-header-right { flex: 0.9; }

.projects-subtitle {
    font-size: 0.75rem;
    font-weight: 700;
    color: #dfb242; /* Ouro corporativo */
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.projects-title {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.15;
    color: #061224; /* Azul profundo nos títulos escuros */
    letter-spacing: -1px;
}

.projects-lead {
    color: #5a6578;
    font-size: 1.05rem;
    line-height: 1.65;
    max-width: 500px;
}

/* GRELHA DO NOVO LAYOUT 2X2 */
.projects-premium-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Duas grandes colunas paralelas */
    gap: 32px; /* Espaçamento generoso e limpo */
}

/* CARTÃO LINK DO PORTFÓLIO */
.project-portfolio-card {
    position: relative;
    height: 440px; /* Altura ideal fixa para dar imponência às fotografias */
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px;
    text-decoration: none; /* Remove sublinhado de link */
    box-shadow: 0 15px 35px rgba(6, 18, 36, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

/* Contentor Protetor da Imagem de Fundo */
.project-image-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.project-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Degradê Escuro Inteligente para dar leitura perfeita aos textos brancos */
.project-dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(6, 18, 36, 0.2) 0%, rgba(6, 18, 36, 0.85) 90%);
    transition: opacity 0.4s ease;
}

/* TOPO DO CARD: Crachá */
.project-card-header {
    position: relative;
    z-index: 2;
}

.project-badge {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

/* BASE DO CARD: Conteúdos descritivos */
.project-card-footer {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.project-portfolio-card h3 {
    color: #ffffff;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.project-portfolio-card p {
    color: #cbd5e1; /* Cinzento claro suave legível sobre fundo escuro */
    font-size: 0.92rem;
    line-height: 1.5;
    max-width: 440px;
}

/* Link interno decorativo "Ver mais" */
.project-readmore {
    color: #dfb242;
    font-size: 0.85rem;
    font-weight: 600;
    opacity: 0; /* Invisível por padrão, aparece apenas no Hover */
    transform: translateX(-10px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* EFEITOS INTERATIVOS DINÂMICOS (HOVER) */
.project-portfolio-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(6, 18, 36, 0.2);
}

.project-portfolio-card:hover .project-bg-img {
    transform: scale(1.05); /* Efeito Zoom na fotografia real */
}

.project-portfolio-card:hover .project-badge {
    background: #dfb242; /* O crachá acende em dourado corporativo */
    border-color: #dfb242;
    color: #061224;
}

.project-portfolio-card:hover .project-readmore {
    opacity: 1; /* Revela o texto de ação */
    transform: translateX(0);
}

/* SISTEMA REVEAL DE ENTRADA (JS) */
.id-reveal-element {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform, opacity;
}
.id-reveal-element.id-fade-right { transform: translateX(-40px); }
.id-reveal-element.id-fade-left { transform: translateX(40px); }
.id-reveal-element.is-visible { opacity: 1; transform: translateX(0) translateY(0); }

/* RESPONSIVIDADE ADAPTATIVA */
@media (max-width: 1024px) {
    .projects-header { flex-direction: column; align-items: flex-start; gap: 24px; margin-bottom: 50px; }
    .projects-title { font-size: 2.6rem; }
    .projects-premium-grid { grid-template-columns: 1fr; gap: 24px; } /* Vira 1 coluna vertical completa */
    .project-portfolio-card { height: 380px; }
}

@media (max-width: 640px) {
    .projects-title { font-size: 2.1rem; }
    .project-portfolio-card { height: 340px; padding: 25px; }
    .project-portfolio-card h3 { font-size: 1.25rem; }
}

/* ==========================================================================
   MÓDULO PROTEGIDO: FORMULÁRIO DE PEDIDO DE ORÇAMENTO ELEGANTE
   ========================================================================== */

.borc-section,
.borc-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.borc-section {
    padding: 100px 0;
    background-color: #f4f7f6; /* Fundo cinzento-suave idêntico à imagem de fundo */
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.borc-container {
    width: 92%;
    max-width: 1240px;
    margin: 0 auto;
}

/* CONTENTOR DO CARTÃO PRINCIPAL */
.borc-card-wrapper {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr; /* Divisão assimétrica exata */
    background-color: #ffffff;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(6, 18, 36, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

/* PAINEL AZUL ESQUERDO */
.borc-info-panel {
    background-color: #0b1d33; /* Azul escuro profundo e sólido */
    padding: 60px 45px;
    display: flex;
    flex-direction: column;
}

.borc-badge {
    font-size: 0.7rem;
    font-weight: 700;
    color: #dfb242; /* Ouro corporativo texturizado */
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.borc-main-title {
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.15;
    color: #ffffff;
    margin-bottom: 24px;
    letter-spacing: -1px;
}

.borc-lead-text {
    color: #94a3b8; /* Cinzento desvanecido para leitura suave */
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 50px;
}

/* LISTA DE ETAPAS */
.borc-steps-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: auto; /* Alinha os passos na base do painel azul */
}

.borc-step-item {
    display: flex;
    align-items: center;
    gap: 18px;
}

.borc-step-number {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.15); /* Círculo discreto */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 0.85rem;
    font-weight: 600;
}

.borc-step-text {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
}

/* PAINEL DO FORMULÁRIO BRANCO */
.borc-form-panel {
    padding: 60px 50px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.borc-form {
    width: 100%;
}

.borc-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Alinhamento lado a lado perfeito */
    gap: 24px;
    margin-bottom: 24px;
}

/* GRUPOS DE CAMPOS */
.borc-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.borc-form-group.borc-full-width {
    grid-column: span 2;
    margin-bottom: 30px;
}

.borc-form-group label {
    font-size: 0.85rem;
    font-weight: 700;
    color: #061224; /* Títulos dos campos escuros */
}

.borc-form-group input,
.borc-form-group select,
.borc-form-group textarea {
    width: 100%;
    padding: 14px 20px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0; /* Borda cinzenta suave arredondada */
    border-radius: 12px;
    color: #061224;
    font-size: 0.92rem;
    font-family: inherit;
    transition: all 0.3s ease;
}

/* Estados de foco e escrita */
.borc-form-group input:focus,
.borc-form-group select:focus,
.borc-form-group textarea:focus {
    outline: none;
    border-color: #0b1d33;
    box-shadow: 0 0 0 3px rgba(11, 29, 51, 0.04);
}

/* Customização sutil do select */
.borc-select-wrapper {
    position: relative;
    width: 100%;
}

.borc-form-group textarea {
    resize: vertical;
}

/* BOTÃO DE SUBMISSÃO E TEXTO DE CONSENTIMENTO */
.borc-form-actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}

.borc-submit-btn {
    background-color: #dfb242; /* Tom ouro idêntico ao botão */
    color: #061224;
    border: none;
    padding: 14px 35px;
    border-radius: 50px;
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.borc-submit-btn:hover {
    background-color: #cf9f2f;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(223, 178, 66, 0.2);
}

.borc-disclaimer {
    color: #94a3b8; /* Texto explicativo em cinzento claro inferior */
    font-size: 0.78rem;
    line-height: 1.4;
    font-weight: 500;
}

/* ALERTAS SUCESSO / ERRO */
.borc-alert {
    padding: 16px 20px;
    border-radius: 12px;
    margin-bottom: 24px;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.4;
}

.borc-alert-success {
    background-color: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #065f46;
}

.borc-alert-error {
    background-color: #fef2f2;
    border: 1px solid #fca5a5;
    color: #991b1b;
}

/* RESPONSIVIDADE COMPLETA */
@media (max-width: 992px) {
    .borc-card-wrapper {
        grid-template-columns: 1fr; /* Empilha os blocos verticalmente em ecrãs menores */
    }
    
    .borc-info-panel {
        padding: 50px 35px;
    }
    
    .borc-lead-text {
        margin-bottom: 35px;
    }
    
    .borc-form-panel {
        padding: 50px 35px;
    }
}

@media (max-width: 640px) {
    .borc-form-grid {
        grid-template-columns: 1fr; /* Inputs passam de 2 colunas para lista vertical única no telemóvel */
    }
    
    .borc-form-group.borc-full-width {
        grid-column: span 1;
    }
    
    .borc-main-title {
        font-size: 2.1rem;
    }
    
    .borc-submit-btn {
        width: 100%; /* Botão expande-se a 100% da largura em telemóveis para facilitar o clique */
    }
}
/* ==========================================================================
   MÓDULO PROTEGIDO: SECÇÃO DE CONTACTOS PREMIUM
   ========================================================================== */

.cttc-section,
.cttc-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.cttc-section {
    padding: 120px 0;
    background-color: #ffffff; /* Fundo puramente branco como na imagem */
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.cttc-container {
    width: 92%;
    max-width: 1240px;
    margin: 0 auto;
}

/* GRELHA MESTRE (DIVISÃO DO TOPO) */
.cttc-main-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr; /* Lado esquerdo de texto e lado direito de cartões */
    gap: 80px;
    align-items: flex-start;
}

/* COLUNA DA ESQUERDA (TEXTOS) */
.cttc-text-side {
    max-width: 460px;
}

.cttc-subtitle {
    font-size: 0.75rem;
    font-weight: 700;
    color: #dfb242; /* Ouro corporativo rigoroso */
    letter-spacing: 2.5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 24px;
}

.cttc-title {
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1.15;
    color: #061224; /* Azul escuro profundo */
    letter-spacing: -1.5px;
    margin-bottom: 28px;
}

.cttc-lead {
    color: #64748b; /* Cinzento médio suave confortável */
    font-size: 1.05rem;
    line-height: 1.65;
}

/* COLUNA DA DIREITA (GRELHA INTERNA DOS CARTÕES) */
.cttc-cards-side {
    width: 100%;
}

.cttc-cards-subgrid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Divide os cartões superiores lado a lado */
    gap: 24px;
}

/* CARTÃO PADRÃO CLARO (TELEFONE & E-MAIL) */
.cttc-info-card {
    background-color: #f8fafc; /* Fundo cinzento ultra-claro sutil */
    border-radius: 24px;
    padding: 35px;
    border: 1px solid #edf2f7;
    display: flex;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.cttc-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(6, 18, 36, 0.05);
}

/* Contentor do Ícone */
.cttc-icon-box {
    margin-bottom: 28px;
    display: inline-flex;
}

.cttc-geo-icon {
    font-size: 1.2rem;
    color: #dfb242; /* Ícones geométricos em tom ouro */
    line-height: 1;
}

.cttc-card-label {
    font-size: 0.75rem;
    font-weight: 700;
    color: #94a3b8; /* Etiqueta superior cinzenta */
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.cttc-card-value {
    font-size: 1.15rem;
    font-weight: 700;
    color: #061224;
    text-decoration: none; /* Remove sublinhado de link */
    transition: color 0.2s ease;
}

.cttc-card-value:hover {
    color: #dfb242; /* Efeito interativo link dourado */
}

/* CARTÃO ESCURO (ÁREA DE INTERVENÇÃO) */
.cttc-info-card.cttc-card-dark {
    grid-column: span 2; /* Ocupa as duas colunas inteiras da grelha de baixo */
    background-color: #061224; /* Azul escuro profundo e sólido como na imagem */
    border-color: rgba(255, 255, 255, 0.02);
    padding: 40px;
}

.cttc-info-card.cttc-card-dark:hover {
    box-shadow: 0 25px 50px rgba(6, 18, 36, 0.2);
}

.cttc-card-value-static {
    font-size: 1.35rem;
    font-weight: 700;
    color: #ffffff; /* Texto do país puramente branco */
    margin-bottom: 12px;
}

.cttc-card-desc {
    color: #94a3b8; /* Descrição explicativa clara sobre fundo escuro */
    font-size: 0.9rem;
    line-height: 1.5;
}

/* RESPONSIVIDADE ADAPTATIVA EM CASCATA */
@media (max-width: 1024px) {
    .cttc-main-grid {
        grid-template-columns: 1fr; /* Desfaz as duas grandes colunas em tablets/telemóveis */
        gap: 50px;
    }
    
    .cttc-text-side {
        max-width: 100%;
        text-align: center; /* Centraliza o texto explicativo em ecrãs móveis */
    }
    
    .cttc-title {
        font-size: 2.8rem;
    }
}

@media (max-width: 640px) {
    .cttc-cards-subgrid {
        grid-template-columns: 1fr; /* Transforma os cartões superiores em lista vertical única no telemóvel */
        gap: 20px;
    }
    
    .cttc-info-card.cttc-card-dark {
        grid-column: span 1; /* Ocupa largura simples adaptada à nova coluna única */
    }
    
    .cttc-title {
        font-size: 2.3rem;
    }
    
    .cttc-info-card {
        padding: 30px 24px;
    }
}

/* APRESENTAÇÃO DO PROJETO 01 NA GALERIA */

/* ==========================================================================
   MÓDULO ISOLADO: APRESENTAÇÃO DE PROJETO (NÃO AFETA CABEÇALHO/FOOTER)
   ========================================================================== */

/* Limpeza de margens exclusiva para este bloco */
.pdet-section, 
.pdet-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.pdet-section { 
    padding: 80px 0 120px 0; 
    background-color: #ffffff;
}

/* CONTAINER COMPATÍVEL COM O SEU SITE */
.pdet-container { 
    width: 92%; 
    max-width: 1240px; 
    margin: 0 auto; 
}

/* BOTÃO VOLTAR */
.pdet-btn-back { 
    display: inline-block; 
    color: #475569; 
    text-decoration: none; 
    font-weight: 600; 
    font-size: 0.9rem; 
    margin-bottom: 30px; 
    transition: color 0.3s ease; 
}

.pdet-btn-back:hover { 
    color: #061224; /* Cor de foco escura */
}

/* HEADER INTERNO DO PROJETO */
.pdet-header { 
    margin-bottom: 50px; 
}

.pdet-cat-tag { 
    font-size: 0.75rem; 
    font-weight: 700; 
    color: #dfb242; /* Dourado do projeto */
    letter-spacing: 2px; 
    text-transform: uppercase; 
    display: block; 
    margin-bottom: 12px; 
}

.pdet-main-title { 
    font-size: 2.8rem; 
    font-weight: 800; 
    color: #061224; 
    letter-spacing: -1px; 
    line-height: 1.2;
}

/* GRELHA EM DUAS COLUNAS ASIMÉTRICAS */
.pdet-layout-grid { 
    display: grid; 
    grid-template-columns: 2fr 1fr; 
    gap: 60px; 
    align-items: start; 
}

.pdet-narrative-text h3 { 
    font-size: 1.3rem; 
    font-weight: 700; 
    color: #061224; 
    margin-bottom: 12px; 
    margin-top: 30px; 
}

.pdet-narrative-text h3:first-child { 
    margin-top: 0; 
}

.pdet-narrative-text p { 
    color: #475569; 
    font-size: 1.05rem; 
    margin-bottom: 20px; 
    line-height: 1.6;
}

/* CARROSSEL HORIZONTAL DE 20 MINIATURAS */
.pdet-gallery-wrapper {
    margin-top: 50px;
    width: 100%;
}

.pdet-scroll-container {
    display: flex;
    gap: 16px;
    overflow-x: auto; 
    scroll-snap-type: x mandatory;
    padding-bottom: 15px;
    -webkit-overflow-scrolling: touch; 
}

/* Estilização da barra de scroll inferior */
.pdet-scroll-container::-webkit-scrollbar {
    height: 6px;
}
.pdet-scroll-container::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 10px;
}
.pdet-scroll-container::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}
.pdet-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* MINIATURA INDIVIDUAL (140X140PX FIXOS) */
.pdet-thumb-item {
    flex: 0 0 140px; 
    height: 140px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(6, 18, 36, 0.04);
    border: 1px solid #edf2f7;
    cursor: pointer;
    scroll-snap-align: start;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}

.pdet-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.pdet-thumb-item:hover {
    transform: translateY(-4px);
    border-color: #dfb242;
}

.pdet-thumb-item:hover img {
    transform: scale(1.04);
}

.pdet-scroll-indicator {
    text-align: center;
    margin-top: 14px;
}

.pdet-indicator-text {
    font-size: 0.75rem;
    font-weight: 700;
    color: #94a3b8;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* FICHA TÉCNICA LATERAL (STICKY) */
.pdet-sidebar-specs { 
    position: sticky; 
    top: 120px; /* Ajuste este valor baseado na altura do seu cabeçalho fixo */
}

.pdet-specs-card { 
    background-color: #f8fafc; 
    border-radius: 24px; 
    padding: 40px 30px; 
    border: 1px solid #edf2f7; 
}

.pdet-specs-card h4 { 
    font-size: 1.2rem; 
    font-weight: 700; 
    color: #061224; 
    margin-bottom: 24px; 
}

.pdet-spec-row { 
    display: flex; 
    flex-direction: column; 
    gap: 4px; 
    padding: 16px 0; 
    border-bottom: 1px solid #e2e8f0; 
}

.pdet-spec-row:last-of-type { 
    border-bottom: none; 
    margin-bottom: 15px; 
}

.pdet-label { 
    font-size: 0.75rem; 
    font-weight: 700; 
    color: #94a3b8; 
    text-transform: uppercase; 
    letter-spacing: 0.5px; 
}

.pdet-value { 
    font-size: 0.95rem; 
    font-weight: 600; 
    color: #061224; 
}

.pdet-gold-text { 
    color: #c6992f; 
}

.pdet-btn-cta { 
    display: block; 
    width: 100%; 
    background-color: #061224; 
    color: #ffffff; 
    text-decoration: none; 
    padding: 16px; 
    border-radius: 50px; 
    text-align: center; 
    font-weight: 600; 
    font-size: 0.95rem; 
    margin-top: 15px; 
    transition: all 0.3s ease; 
}

.pdet-btn-cta:hover { 
    background-color: #0c2344; 
    transform: translateY(-2px); 
}

/* SISTEMA LIGHTBOX (MODAL PRETO COMPLETO) */
.pdet-lightbox { 
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background-color: rgba(6, 18, 36, 0.98); 
    z-index: 9999; /* Fica acima de qualquer cabeçalho fixo */
    display: none; 
    align-items: center; 
    justify-content: center; 
    opacity: 0; 
    transition: opacity 0.3s ease; 
}

.pdet-lightbox.pdet-active { 
    display: flex; 
    opacity: 1; 
}

.pdet-lightbox-box { 
    max-width: 85%; 
    max-height: 80%; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    position: relative; 
}

.pdet-lightbox-box img { 
    max-width: 100%; 
    max-height: 75vh; 
    border-radius: 8px; 
    box-shadow: 0 20px 50px rgba(0,0,0,0.5); 
    object-fit: contain; 
}

.pdet-lightbox-caption { 
    color: #cbd5e1; 
    font-size: 0.95rem; 
    margin-top: 15px; 
    text-align: center; 
    font-family: sans-serif;
}

.pdet-lightbox-close { 
    position: absolute; 
    top: 40px; 
    right: 40px; 
    background: none; 
    border: none; 
    color: #ffffff; 
    font-size: 3rem; 
    cursor: pointer; 
    line-height: 1; 
    transition: color 0.2s; 
}

.pdet-lightbox-close:hover { 
    color: #dfb242; 
}

/* RESPONSIVIDADE EM CASCATA */
@media (max-width: 1024px) {
    .pdet-layout-grid { grid-template-columns: 1fr; gap: 50px; }
    .pdet-sidebar-specs { position: relative; top: 0; }
    .pdet-main-title { font-size: 2.3rem; }
}

@media (max-width: 640px) {
    .pdet-thumb-item { flex: 0 0 110px; height: 110px; }
    .pdet-lightbox-close { top: 20px; right: 20px; font-size: 2.5rem; }
}

/* RODAPÉ */
.main-footer {
    background-color: #030a14;
    padding: 80px 0 30px 0;
    border-top: 1px solid var(--glass-border);
}

.footer-container {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 60px;
}

.footer-logo {
    height: 50px;
    margin-bottom: 24px;
}

.footer-about p {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 300px;
}

.footer-container h4 {
    color: var(--white);
    font-size: 1.1rem;
    margin-bottom: 24px;
}

.footer-nav a, .footer-contacts a {
    display: block;
    color: var(--text-muted);
    text-decoration: none;
    margin-bottom: 14px;
    font-size: 0.95rem;
    transition: color 0.3s;
}

.footer-nav a:hover, .footer-contacts a:hover {
    color: var(--white);
}

.footer-contacts .gold-link {
    color: var(--accent);
}

.footer-credits {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    color: rgba(255,255,255,0.25);
    font-size: 0.85rem;
}

/* RESPONSIVIDADE EXTREMA */
@media (max-width: 1024px) {
    h1 { font-size: 2.8rem; }
    .hero-container { grid-template-columns: 1fr; gap: 60px; text-align: center; }
    .hero-lead { margin-left: auto; margin-right: auto; }
    .hero-actions { justify-content: center; }
    .hero-trust-indicators { justify-content: center; }
    .services-glass-grid { grid-template-columns: 1fr 1fr; }
    .hero-image-frame { height: 460px; }
    .experience-card { left: 20px; }
}

@media (max-width: 640px) {
    h1 { font-size: 2.3rem; }
    .services-glass-grid { grid-template-columns: 1fr; }
    .footer-container { grid-template-columns: 1fr; gap: 40px; }
    .hero-actions { flex-direction: column; }
    .btn { width: 100%; }
}

.menu-toggle{display:none;background:none;border:0;cursor:pointer}.menu-toggle span{display:block;width:25px;height:2px;background:#fff;margin:5px}.header-actions-wrapper{display:flex;align-items:center;gap:16px}@media(max-width:800px){.menu-toggle{display:block}.nav-menu{display:none;position:absolute;top:100%;left:0;right:0;padding:24px 4%;background:#061121;flex-direction:column}.nav-menu.active{display:flex}.header-actions-wrapper>.btn{display:none}.main-header{position:fixed}}
