/* ==========================================================================
   1. VARIÁVEIS E BASE (PADRÃO)
   ========================================================================== */
:root {
  --b: #227ABB; --bd: #0B4875; --bx: #082F50; --bl: #EBF4FB;
  --w: #fff; --k: #0D0D0D; --g: #6B7280; --gl: #F4F7FA; --br: #E2ECF4;
  --r: 8px; --rmd: 12px; --rlg: 16px; --rxl: 24px;
  --sh: 0 4px 24px rgba(11,72,117,.10);
  --shl: 0 16px 56px rgba(11,72,117,.16);
  --tr: .3s cubic-bezier(.4,0,.2,1);
  --ox-light: #2B8ED9;
  --ff-main: 'Poppins', sans-serif;
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--ff-main) !important; background: var(--w); color: #111; line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
#main-content { overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: var(--tr); }
ul { list-style: none; padding: 0; margin: 0; }
button { border: none; cursor: pointer; font-family: inherit; }

/* Tipografia Base e Utilitários */
.container { max-width: 1160px; margin: 0 auto; padding: 0 28px; }
.sec { padding: 96px 0; } .sec-sm { padding: 64px 0; }
.overline { font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--b); margin-bottom: 12px; display: block; }
h1, h2, h3, h4 { color: var(--bd); font-family: var(--ff-main); margin: 0; }
h2 { font-size: clamp(1.75rem,3.4vw,2.7rem); font-weight: 700; line-height: 1.15; letter-spacing: -.025em; margin-bottom: 18px; }
h3 { font-size: 1.1rem; font-weight: 600; line-height: 1.3; }
p { line-height: 1.7; margin-bottom: 10px; color: var(--g); }
.lead { font-size: 1.05rem; font-weight: 300; line-height: 1.8; color: rgba(255,255,255,.72); }
.lead-d { font-size: .95rem; font-weight: 400; line-height: 1.75; color: var(--g); margin-bottom: 10px; }

/* Botões Globais */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 26px; border-radius: 100px; font-size: .88rem; font-weight: 600; transition: var(--tr); white-space: nowrap; cursor: pointer; border: none; text-decoration: none; }
.btn svg { width: 16px; height: 16px; flex-shrink: 0; }
.btn-p { background: var(--b); color: var(--w); } 
.btn-p:hover { background: var(--bd); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(34,122,187,.35); color: var(--w); }
.btn-ow { background: transparent; color: var(--w); border: 1.5px solid rgba(255,255,255,.35); } 
.btn-ow:hover { background: rgba(255,255,255,.1); border-color: var(--w); transform: translateY(-2px); color: var(--w); }

/* Animações Core */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s cubic-bezier(.4,0,.2,1), transform .6s cubic-bezier(.4,0,.2,1); }
.reveal.vis { opacity: 1; transform: none; }
.d1 { transition-delay: .08s; } .d2 { transition-delay: .16s; } .d3 { transition-delay: .24s; } .d4 { transition-delay: .32s; }
@keyframes slideUpFade { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.anim-1 { animation: slideUpFade 0.8s 0.1s both; } .anim-2 { animation: slideUpFade 0.8s 0.2s both; } .anim-3 { animation: slideUpFade 0.8s 0.3s both; } .anim-4 { animation: slideUpFade 0.8s 0.4s both; } .anim-5 { animation: slideUpFade 0.8s 0.5s both; }

/* ==========================================================================
   2. NAVEGAÇÃO PREMIUM (HERO E NAVBAR)
   ========================================================================== */
.main-nav { position: fixed; top: 0; left: 0; right: 0; padding: 24px 0; z-index: 9999; transition: all 0.4s ease; border-bottom: 1px solid transparent; }
.main-nav { background: rgba(6, 32, 56, 0.98); backdrop-filter: blur(15px); padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.05); box-shadow: 0 4px 30px rgba(0,0,0,0.3); }
body.home .main-nav:not(.scrolled) { background: transparent; box-shadow: none; border-bottom: 1px solid rgba(255,255,255,0.1); padding: 24px 0; }
.nav-container { max-width: 1300px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo-box { width: 38px; height: 38px; background: var(--ox-light); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--w); font-weight: 800; font-size: 0.85rem; }
.nav-logo-text { color: var(--w); font-weight: 700; font-size: 1.4rem; line-height: 1; letter-spacing: -0.02em; }
.nav-links { display: flex; gap: 24px; align-items: center; }
.nav-links a { color: var(--w); font-size: 0.9rem; font-weight: 400; opacity: 0.85; padding: 8px 0; text-decoration: none; transition: 0.3s; }
.nav-links a:hover { opacity: 1; color: var(--ox-light); }
.nav-dd { position: relative; display: flex; align-items: center; height: 100%; }
.nav-dd > a { display: inline-flex; align-items: center; }
.nav-dd > a::after { 
  content: '▾'; 
  margin-left: 5px; 
  font-size: 0.75rem; 
  line-height: 1; 
  opacity: 0.6; 
  display: inline-block;
  transform: translateY(1px); /* Ajuste fino ótico para o triângulo ficar no meio exato da palavra */
}
.dd-panel { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(10px); background: var(--w); border: 1px solid var(--br); border-radius: var(--rmd); padding: 8px; min-width: 240px; box-shadow: var(--shl); opacity: 0; visibility: hidden; transition: var(--tr); }
.nav-dd:hover .dd-panel { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.dd-panel a { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: var(--r); font-size: 0.85rem; font-weight: 500; color: var(--bd); opacity: 1; transition: 0.2s; text-decoration: none; }
.dd-panel a:hover { background: var(--bl); color: var(--b); }
.dd-icon { width: 28px; height: 28px; border-radius: 7px; background: var(--bl); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.dd-icon svg { width: 14px; height: 14px; color: var(--b); }
.nav-actions { display: flex; gap: 12px; align-items: center; }
.nav-btn-solid { background: var(--b); color: var(--w); padding: 10px 24px; border-radius: 100px; font-size: 0.85rem; font-weight: 600; transition: 0.3s; text-decoration: none; border: none; }
.nav-btn-solid:hover { background: var(--ox-light); transform: translateY(-2px); color: var(--w); }
.hbg { display: none; flex-direction: column; gap: 5px; background: none; padding: 6px; z-index: 10000; border: none; cursor: pointer; }
.hbg span { width: 24px; height: 2px; background: var(--w); border-radius: 2px; display: block; transition: 0.3s; }
.mob-nav { display: none; position: fixed; inset: 0; z-index: 9998; background: #062038 !important; padding: 100px 28px 40px; flex-direction: column; gap: 4px; overflow-y: auto; }
.mob-nav.open { display: flex !important; }
.mob-nav a { font-size: 1.2rem; font-weight: 600; color: rgba(255,255,255,.9); padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); text-decoration: none; }
.mob-nav a.sub { padding-left: 20px; font-size: 1rem; font-weight: 400; color: rgba(255,255,255,.6); border-bottom: none; }
.mob-nav a:hover { color: var(--w); }

/* Hero com Vídeo (Home) */
#hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding: 140px 0 80px; background: #062038; overflow: hidden; }
.hero-video-wrapper { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.hero-video-wrapper video { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; }
.hero-overlay-clear { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.2); z-index: 2; }
.hero-container { max-width: 1300px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 10; width: 100%; }

/* ==========================================================================
   3. CAIXAS DE VIDRO (HERO E PARALLAX) - PADRONIZADO
   ========================================================================== */

/* 1. O PADRÃO DE VIDRO UNIFICADO (Usado tanto no Hero quanto no Parallax) */
.hero-white-box,
.parallax-glass-box {
  background: rgba(6, 32, 56, 0.45) !important; /* Levemente mais escuro para leitura perfeita */
  backdrop-filter: blur(1px) !important; /* Desfoque igual para todos */
  -webkit-backdrop-filter: blur(1px) !important; /* Desfoque igual para iPhone */
  transform: translateZ(0); /* Força o iPhone a renderizar o vidro sem bugar as cores */
  border: 1px solid rgba(255, 255, 255, 0.15); 
  padding: 48px;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3); 
  max-width: 650px;
  width: 100%;
  text-align: left;
}

/* O Parallax precisa desse "inline-block" extra por causa do layout do container */
.parallax-glass-box { display: inline-block; }

/* 2. TIPOGRAFIA DO HERO (Tamanhos das fontes) */
.hero-title-main { font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 800; line-height: 1.1; margin: 0; font-family: var(--ff-main); }
.hero-desc-main { font-weight: 400; font-size: 1.1rem; text-shadow: 0 2px 4px rgba(0,0,0,0.3); }
/* Correção do espaçamento do título do Parallax no PC */
.parallax-glass-box .hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.1 !important; /* Esse é o segredo para juntar as linhas! */
}

/* Fundo Parallax (Mantém a imagem e o overlay estáticos) */
.parallax-banner { background-attachment: fixed; background-size: cover; background-position: center; padding: 140px 0; position: relative; }
.parallax-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.25); }


/* ================== CORES DOS TEXTOS DENTRO DAS CAIXAS DE VIDRO ================== */

/* Define que todos os textos principais (H1 e Parágrafos) dentro das caixas de vidro serão brancos */
.hero-white-box h1, 
.hero-white-box p, 
.hero-title-main, 
.hero-desc-main,
.parallax-glass-box h1, 
.parallax-glass-box p, 
.parallax-glass-box .hero-title, 
.parallax-glass-box .hero-desc {
  color: #FFFFFF !important; 
}

/* Define que APENAS as partes destacadas (como "especialista" ou "sua operação") serão azuis */
.hero-white-box h1 span.text-ox-light, 
.parallax-glass-box h1 span.text-ox-light {
  color: #2B8ED9 !important; /* Azul Oceanex Light */
}
/* Forçando o texto para branco no Parallax */
.parallax-glass-box h1, .parallax-glass-box p, .parallax-glass-box .hero-title, .parallax-glass-box .hero-desc {
  color: #FFFFFF !important;
}

/* ==========================================================================
   4. SECÇÕES DA HOME PAGE E DIFERENCIAIS
   ========================================================================== */
.about-in { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
/* Posição relativa adicionada para segurar o badge 100% focado no lugar */
.about-wrap { position: relative; } 
.about-img-box { height: 480px; box-shadow: var(--shl); border-radius: var(--rxl); overflow: hidden; }
.about-img-box img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.about-wrap:hover .about-img-box img { transform: scale(1.03); }
.about-bdg { position: absolute; bottom: -20px; right: 20px; padding: 24px 32px; border-radius: var(--rlg); box-shadow: var(--shl); z-index: 5; }
.ab-num { font-size: 2.2rem; font-weight: 800; color: var(--w); line-height: 1; margin-bottom: 6px; }
.ab-lbl { font-size: .7rem; font-weight: 500; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .08em; line-height: 1.4; }
.cl { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
.ci { display: flex; align-items: flex-start; gap: 11px; font-size: .88rem; color: #374151; }
.ci-arrow { color: #2B8ED9 !important; font-weight: 900; font-size: 1.2rem; margin-top: -2px; }

.diff-sec { background: var(--bd); position: relative; overflow: hidden; }
.diff-sec::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 55% 75% at 95% 50%,rgba(34,122,187,.28),transparent); pointer-events: none; }
.diff-hd { max-width: 540px; margin-bottom: 52px; position: relative; z-index: 2; }
.diff-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; position: relative; z-index: 2; }
.dc { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--rxl); padding: 28px 24px; transition: var(--tr); }
.dc-orange-hover:hover { background-color: #FF751F; border-color: #FF751F; transform: translateY(-4px); box-shadow: 0 10px 30px rgba(245, 158, 11, 0.15); }
.dc-orange-hover:hover .dc-ico { background-color: var(--w); color: #FF751F; }
.dc-orange-hover:hover h3, .dc-orange-hover:hover p { color: var(--w) !important; }
.dc-ico { width: 42px; height: 42px; border-radius: var(--rmd); background: rgba(34,122,187,.22); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; transition: var(--tr); }
.dc-ico svg { width: 20px; height: 20px; color: var(--ox-light); }
.dc h3 { color: var(--w) !important; font-size: .95rem; margin-bottom: 8px; }
.dc p { font-size: .8rem; color: rgba(255,255,255,0.65) !important; line-height: 1.65; transition: var(--tr); }

/* ==========================================================================
   5. PÁGINAS INTERNAS E SERVIÇOS
   ========================================================================== */
.srv-sec { background: var(--w); }
.srv-hd { text-align: center; max-width: 600px; margin: 0 auto 52px; }
.srv-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.sc { background: var(--w); border: 1px solid var(--br); border-radius: var(--rxl); padding: 36px 32px; position: relative; overflow: hidden; transition: var(--tr); text-decoration: none; display: block; }
.sc::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg,var(--b),var(--bd)); transform: scaleX(0); transform-origin: left; transition: transform .4s cubic-bezier(.4,0,.2,1); }
.sc:hover { transform: translateY(-6px); box-shadow: var(--shl); border-color: transparent; }
.sc:hover::before { transform: scaleX(1); }
.sc-ico { width: 48px; height: 48px; border-radius: var(--rmd); background: var(--bl); display: flex; align-items: center; justify-content: center; transition: var(--tr); }
.sc-ico-lg svg { width: 56px; height: 56px; }
.sc:hover .sc-ico { background: var(--b); }
.sc:hover .sc-ico svg path { stroke: var(--w); fill: var(--w); }
.sc h3 { color: var(--bd); margin-bottom: 10px; font-size: 1.1rem; }
.sc-list { margin-top: 16px; display: flex; flex-direction: column; gap: 8px; }
.sc-list li { font-size: .8rem; color: #4B5563; display: flex; align-items: flex-start; gap: 8px; line-height: 1.5; }
.sc-list li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--b); flex-shrink: 0; margin-top: 6px; }

/* Shortcode Content */
.int-hero { padding: 180px 24px 100px; position: relative; overflow: hidden; text-align: center; }
.int-glow { position: absolute; top: -150px; left: 50%; transform: translateX(-50%); width: 600px; height: 600px; background: radial-gradient(circle, rgba(43,142,217,0.15) 0%, transparent 70%); pointer-events: none; }
.srv-int-sec { background: #F4F7FA; padding: 80px 24px; }
.srv-int-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; max-width: 1160px; margin: 0 auto; }
.srv-card-w { background: #fff; padding: 48px; border-radius: 24px; border: 1px solid #E2ECF4; box-shadow: 0 4px 24px rgba(11,72,117,.05); margin-bottom: 40px; }
.srv-card-d { background: #0B4875; padding: 48px; border-radius: 24px; box-shadow: 0 16px 56px rgba(11,72,117,.16); position: relative; overflow: hidden; margin-bottom: 40px; }
.srv-title-w { color: #0B4875; font-size: clamp(1.8rem, 3vw, 2.2rem); font-weight: 700; margin: 0 0 16px 0; line-height: 1.2; }
.srv-title-d { color: #fff; font-size: clamp(1.8rem, 3vw, 2.2rem); font-weight: 700; margin: 0 0 16px 0; line-height: 1.2; }
.srv-desc-w { color: #6B7280; font-size: 1rem; line-height: 1.7; margin: 0 0 32px 0; }
.srv-desc-d { color: rgba(255,255,255,0.75); font-size: 1rem; line-height: 1.7; margin: 0 0 32px 0; }
.srv-img-box { border-radius: 16px; overflow: hidden; box-shadow: 0 16px 40px rgba(0,0,0,0.08); aspect-ratio: 4/3; display: flex; }
.srv-img-box-d { border-radius: 16px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.3); aspect-ratio: 4/3; display: flex; position: relative; z-index: 2; }
.srv-img-box img, .srv-img-box-d img { width: 100%; height: 100%; object-fit: cover; }
.srv-btn-b { display: inline-block; background: #227ABB; color: #fff; border-radius: 100px; font-weight: 600; font-size: 0.9rem; padding: 14px 32px; text-decoration: none; transition: 0.3s; border: none; text-align: center; }
.srv-btn-b:hover { background: #0B4875; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(34,122,187,.3); color: #fff;}
.srv-btn-w { display: inline-block; background: #fff; color: #0B4875; border-radius: 100px; font-weight: 600; font-size: 0.9rem; padding: 14px 32px; text-decoration: none; transition: 0.3s; border: none; text-align: center; }
.srv-btn-w:hover { background: #EBF4FB; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.2); color: #0B4875;}

/* Estratégia e Segmentos */
.seg-in { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.strat-sec { background: var(--gl); }
.strat-in { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.strat-vis { background: var(--bd); border-radius: var(--rxl); padding: 36px; overflow: hidden; position: relative; box-shadow: var(--shl); }
.strat-vis::before { content: ''; position: absolute; top: -50px; right: -50px; width: 200px; height: 200px; border-radius: 50%; background: rgba(34,122,187,.18); }
.sv-img { border-radius: var(--rlg); overflow: hidden; margin-bottom: 24px; position: relative; z-index: 2; }
.sv-img img { width: 100%; height: 220px; object-fit: cover; }
.sv-tag { font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ox-light); margin-bottom: 8px; position: relative; z-index: 2; display: block; }
.sv-tit { font-size: 1.1rem; font-weight: 700; color: var(--w); position: relative; z-index: 2; line-height: 1.3; }
.steps { display: flex; flex-direction: column; gap: 0px; margin-top: 16px; margin-bottom: 0; }
.step { display: flex; gap: 16px; margin: 0; padding: 0; align-items: flex-start; }
.step-n { width: 36px; height: 36px; border-radius: 50%; background: var(--b); display: flex; align-items: center; justify-content: center; font-size: .8rem; font-weight: 700; color: var(--w); flex-shrink: 0; }
.step-b { margin: 0; padding: 0; }
.step-b strong { display: block; font-size: .95rem; font-weight: 600; margin-bottom: 4px; }
.step-b span { font-size: .85rem; line-height: 1.6; display: block; margin-bottom: 0; }
.step-con { width: 1px; height: 12px; min-height: 12px; background: var(--br); margin: 4px 0 4px 17px; padding: 0; }

/* Contato */
.con-in { display: grid; grid-template-columns: 1fr 1.1fr; gap: 72px; align-items: start; }
.con-text-block { background: rgba(34,122,187,0.03); border-left: 3px solid var(--b); padding: 24px; border-radius: 0 16px 16px 0; }
.con-fw { background: var(--gl); border-radius: var(--rxl); padding: 40px; border: 1px solid var(--br); }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fg { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.fg label { font-size: .7rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--g); }
.fg input, .fg textarea, .fg select { background: var(--w); border: 1.5px solid var(--br); border-radius: var(--r); padding: 13px 16px; font-family: var(--ff-main); font-size: .9rem; color: var(--k); transition: 0.2s; outline: none; }
.fg input:focus, .fg textarea:focus, .fg select:focus { border-color: var(--b); box-shadow: 0 0 0 3px rgba(34,122,187,.1); }
.fg textarea { resize: vertical; min-height: 120px; }
.f-sub { width: 100%; background: var(--bd); color: var(--w); padding: 15px; border-radius: 100px; font-family: var(--ff-main); font-size: .95rem; font-weight: 600; transition: var(--tr); margin-top: 8px; border: none; cursor: pointer; }
.f-sub:hover { background: var(--b); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(11,72,117,.22); }

/* FAQ */
.faq-sec { background: var(--gl); }
.faq-in { max-width: 740px; margin: 0 auto; }
details.fi { background: var(--w); border-radius: var(--rlg); border: 1px solid var(--br); overflow: hidden; margin-bottom: 12px; transition: 0.2s; }
details.fi[open] { border-color: var(--b); }
details.fi summary { padding: 20px 24px; cursor: pointer; font-weight: 600; font-size: .95rem; color: var(--bd); display: flex; justify-content: space-between; align-items: center; gap: 14px; list-style: none; }
details.fi summary::-webkit-details-marker { display: none; }
.fa { width: 24px; height: 24px; border-radius: 50%; background: var(--bl); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform .3s,background .2s; }
details[open] .fa { transform: rotate(180deg); background: var(--b); }
details[open] .fa svg { color: var(--w); }
.fa svg { width: 12px; height: 12px; color: var(--b); transition: color .2s; }
.fb { padding: 0 24px 20px; font-size: .9rem; color: var(--g); line-height: 1.75; }

/* ==========================================================================
   RESTAURAÇÃO: FUNDOS E CARDS TRANSPARENTES (Páginas Internas)
   ========================================================================== */
.srv-card-d-bg { 
  background-image: linear-gradient(rgba(6, 32, 56, 0.85), rgba(6, 32, 56, 0.95)), url('/wp-content/uploads/2026/04/afc77057c91143e2a400ab0e5962f1a0.avif'); 
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  padding: 64px 48px; 
  border-radius: 24px; 
  box-shadow: 0 16px 56px rgba(11,72,117,.16); 
  position: relative; 
  overflow: hidden; 
  margin-bottom: 40px; 
}

.srv-title-center { text-align: center; margin-bottom: 48px; position: relative; z-index: 2; }

/* Grelha dos Cards (4 colunas no PC) */
.cov-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; z-index: 2; margin-bottom: 48px; }

/* Design da Caixinha Transparente */
.cov-card { 
  background: rgba(255,255,255,0.05); 
  border: 1px solid rgba(255,255,255,0.1); 
  border-radius: 16px; 
  padding: 24px; 
  transition: 0.3s; 
  display: flex; 
  flex-direction: column; 
  align-items: flex-start; 
  text-align: left; 
}
.cov-card:hover { 
  background: rgba(255,255,255,0.08); 
  border-color: rgba(43,142,217,0.4); 
  transform: translateY(-4px); 
  box-shadow: 0 10px 30px rgba(0,0,0,0.2); 
}

.cov-icon { 
  width: 52px; 
  height: 52px; 
  background: rgba(43,142,217,0.15); 
  border-radius: 14px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  font-size: 1.6rem; 
  margin-bottom: 20px; 
}

.cov-title { color: #fff; font-size: 1.05rem; font-weight: 600; line-height: 1.4; margin: 0; }

/* ==========================================================================
   6. COMPONENTES GLOBAIS (RODAPÉ, WHATSAPP, COOKIES)
   ========================================================================== */
.custom-footer { background: #061A2B !important; border-top: 1px solid rgba(255,255,255,0.05); padding: 64px 0 32px; display: block !important; }
.ft-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.ft-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 56px; }
.ft-brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.2rem; color: white; margin-bottom: 20px; text-decoration: none; }
.ft-desc { font-size: .875rem; color: rgba(255,255,255,.55); line-height: 1.7; max-width: 320px; margin-bottom: 24px; }
.ft-col h4 { font-size: .8rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.4) !important; margin-bottom: 20px; margin-top:0; }
.ft-col ul { display: flex; flex-direction: column; gap: 12px; padding: 0; margin: 0; }
.ft-col ul li a { font-size: .875rem; color: rgba(255,255,255,.6); transition: color .2s; text-decoration: none; }
.ft-col ul li a:hover { color: var(--ox-light); }
.ft-col ul li span { font-size: .875rem; color: rgba(255,255,255,.35); }
.ft-bottom { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.07); padding-top: 28px; flex-wrap: wrap; gap: 16px; }
.ft-copy { font-size: .8rem; color: rgba(255,255,255,.4); }
.ft-copy a { color: rgba(255,255,255,.4); margin-left: 8px; text-decoration: none; transition: 0.2s;}
.ft-copy a:hover { color: var(--ox-light); }
.ft-social { display: flex; gap: 12px; }
.ft-social a { width: 38px; height: 38px; border-radius: 10px; border: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; transition: 0.3s; color: rgba(255,255,255,.5); }
.ft-social a:hover { border-color: var(--ox-light); background: rgba(43, 142, 217, 0.1); color: var(--ox-light); }
.ft-social a svg { width: 17px; height: 17px; }

.btn-whatsapp-float { position: fixed; bottom: 30px; right: 30px; width: 60px; height: 60px; background-color: #25D366; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4); z-index: 9999; transition: transform 0.3s ease, box-shadow 0.3s ease; text-decoration: none; }
.btn-whatsapp-float:hover { transform: translateY(-5px) scale(1.05); box-shadow: 0 12px 28px rgba(37, 211, 102, 0.6); color: white; }
.btn-whatsapp-float svg { width: 32px; height: 32px; }
.cookie-banner { 
  position: fixed; 
  bottom: 24px; 
  /* Regras para centralizar exatamente no meio da tela */
  left: 0; 
  right: 0; 
  margin: 0 auto; 
  width: calc(100% - 48px); /* Margem de respiro no celular */
  /* ------------------------------------------------ */
  max-width: 450px; 
  background: #061A2B; 
  color: #fff; 
  border: 1px solid rgba(255,255,255,0.1); 
  border-radius: 12px; 
  padding: 24px; 
  z-index: 10000; 
  box-shadow: 0 16px 40px rgba(0,0,0,0.6); 
}
.cookie-content p { font-size: 0.85rem; color: rgba(255,255,255,0.7); line-height: 1.6; margin-bottom: 16px; }
.cookie-content a { color: var(--ox-light); text-decoration: none; font-weight: 600; }
.cookie-content a:hover { text-decoration: underline; }
.cookie-btns { display: flex; gap: 12px; }
.btn-cookie { padding: 10px 20px; border-radius: 8px; font-size: 0.85rem; font-weight: 600; cursor: pointer; transition: 0.3s; border: none; flex: 1; }
.btn-aceitar { background: var(--b); color: #fff; }
.btn-aceitar:hover { background: var(--ox-light); }
.btn-recusar { background: transparent; border: 1px solid rgba(255,255,255,0.3); color: #fff; }
.btn-recusar:hover { background: rgba(255,255,255,0.1); }
@keyframes cookieFadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* ==========================================================================
   7. CLASSES UTILITÁRIAS (Substitutos de Inline Styles e Badges)
   ========================================================================== */
.badge-pill-light { display: inline-block; border: 1px solid rgba(43, 142, 217, 0.3) !important; background: rgba(43, 142, 217, 0.05) !important; color: #2B8ED9 !important; padding: 6px 18px; border-radius: 100px; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 20px; backdrop-filter: blur(4px); }
.badge-pill-dark { display: inline-block; border: 1px solid rgba(255, 255, 255, 0.3) !important; background: rgba(255, 255, 255, 0.05) !important; color: #FFFFFF !important; padding: 6px 18px; border-radius: 100px; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 20px; backdrop-filter: blur(4px); }
.badge-outline { border-color: rgba(255,255,255,0.3) !important; background: transparent !important; }

.bg-light { background-color: var(--gl) !important; }
.bg-white { background-color: var(--w) !important; }
.bg-accent { background-color: #FF751F !important; }

.text-primary { color: var(--b) !important; }
.text-dark { color: var(--bd) !important; }
.text-ox-light { color: var(--ox-light) !important; }
.text-white { color: var(--w) !important; }
.text-white-80 { color: rgba(255,255,255,0.8) !important; }
.text-gray { color: #4B5563 !important; }
.text-black { color: #000000 !important; }
.text-shadow { text-shadow: 0 2px 4px rgba(0,0,0,0.3); }

.font-weight-bold { font-weight: 700 !important; }
.font-weight-medium { font-weight: 500 !important; }
.text-center { text-align: center !important; }
.text-lg { font-size: 1.05rem !important; }

.rel-z2 { position: relative; z-index: 2; }
.w-100 { width: 100% !important; max-width: 100% !important; }
.btn-icon { width: 16px; height: 16px; vertical-align: middle; margin-left: 4px; }
.btn-lg { padding: 15px 34px !important; font-size: 0.95rem !important; }

.mt-2 { margin-top: 16px !important; }
.mt-3 { margin-top: 24px !important; }
.mt-4 { margin-top: 32px !important; }
.mt-5 { margin-top: 48px !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-2 { margin-bottom: 16px !important; }
.mb-3 { margin-bottom: 24px !important; }
.mb-4 { margin-bottom: 32px !important; }
.mb-5 { margin-bottom: 48px !important; }

/* ==========================================================================
   8. EFEITOS DOS CARDS (Sessão de Serviços Home - Estilo Colorido)
   ========================================================================== */
.cov-icon-box {
  width: 56px; height: 56px;
  background: rgba(255, 255, 255, 0.08); /* Fundo sutil para o ícone brilhar */
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px; transition: 0.3s ease;
}

.cov-desc { color: rgba(255,255,255,0.7); font-size: 0.85rem; line-height: 1.6; margin-bottom: 16px; transition: 0.3s; }
.cov-list { display: flex; flex-direction: column; gap: 8px; list-style: none; padding: 0; margin: 0; transition: 0.3s; }
.cov-list li { font-size: 0.8rem; color: rgba(255,255,255,0.8); display: flex; align-items: flex-start; gap: 8px; transition: 0.3s; }
.cov-list li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #2B8ED9; flex-shrink: 0; margin-top: 6px; transition: 0.3s; }

.cov-card.orange-hover:hover {
  background-color: #FF751F !important;
  border-color: #FF751F !important;
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(255, 117, 31, 0.25);
}

.cov-card.orange-hover:hover .cov-title,
.cov-card.orange-hover:hover .cov-desc,
.cov-card.orange-hover:hover .cov-list li { color: #FFFFFF !important; }
.cov-card.orange-hover:hover .cov-list li::before { background-color: #FFFFFF !important; }

/* Inverte a caixinha do ícone no hover para destacar as cores dele */
.cov-card.orange-hover:hover .cov-icon-box { background-color: rgba(255, 255, 255, 0.95); }

/* ==========================================================================
   RESTAURAÇÃO: LISTAS DAS PÁGINAS INTERNAS (ALINHAMENTO E CORES)
   ========================================================================== */
.srv-list { display: flex; flex-direction: column; gap: 12px; list-style: none; padding: 0; margin: 16px 0 0 0; }

/* Transforma cada linha num container flexível para o texto nunca passar por baixo do ícone */
.srv-list-item { display: flex; align-items: flex-start; gap: 12px; }

/* Trava o tamanho do ícone para ele não "amassar" se o texto for muito grande */
.srv-list-item svg { flex-shrink: 0; margin-top: 3px; } 

/* Cor do texto nas caixas brancas (Cinza Escuro) */
.srv-list-item-w { color: #4B5563; font-size: 0.95rem; line-height: 1.6; }

/* Cor do texto nas caixas azuis (Branco 85% para leitura elegante) */
.srv-list-item-d { color: rgba(255, 255, 255, 0.85); font-size: 0.95rem; line-height: 1.6; }

/* ==========================================================================
   9. MEDIA QUERIES UNIFICADAS (MOBILE E CORREÇÕES)
   ========================================================================== */
@media(max-width: 1024px) {
  .about-in, .seg-in, .strat-in, .con-in { grid-template-columns: 1fr; }
  .diff-grid, .srv-grid, .ft-grid, .cov-grid { grid-template-columns: 1fr 1fr; }
  .about-bdg { bottom: -10px; right: 0; }
  .nav-links, .nav-actions { display: none !important; }
  .hbg { display: flex !important; }
}

@media(max-width: 900px) {
  .srv-int-grid { grid-template-columns: 1fr; }
}

@media(max-width: 768px) {
  body, html { max-width: 100vw !important; overflow-x: hidden; }
  .container { padding-left: 24px !important; padding-right: 24px !important; }
  .sec { padding: 64px 0 !important; }
  .srv-grid, .diff-grid, .frow, .ft-grid, .cov-grid { grid-template-columns: 1fr; }
  
  /* Correção: Botões do Hero empilhados com espaçamento */
  .hero-title-main { font-size: 2.5rem; }
  .hero-buttons { 
    display: flex !important;
    flex-direction: column !important; 
    align-items: stretch !important; 
    gap: 16px !important; 
  }
  .hero-buttons .btn {
    width: 100% !important;
    justify-content: center !important;
  }
  
  /* Correção: Espaçamento entre botão "Conhecer a Oceanex" e a Foto do Navio */
  .about-in { display: block !important; margin-bottom: 40px !important; }
  .about-in .d1 { margin-bottom: 56px !important; } /* Devolve o respiro perdido! */
  .about-img-box, .about-img { height: 350px !important; }
  
  .hero-white-box, .parallax-glass-box { padding: 32px 24px !important; width: 100% !important; box-sizing: border-box !important; }
  
  .con-in, .frow { display: block !important; width: 100% !important; margin: 0 !important; }
  .con-text-block { padding-right: 0 !important; margin-bottom: 48px !important; }
  .fg { width: 100% !important; margin-bottom: 16px !important; }

  /* CORREÇÃO 1: Tira o buraco branco do iPhone (Desativa o Parallax no mobile) */
  .parallax-banner { 
    background-attachment: scroll !important; 
    background-position: center top !important; 
    padding: 80px 20px !important;
  }
  
 /* CORREÇÃO 2: Tamanho e espaçamento do título do Parallax no celular */
  .parallax-glass-box .hero-title {
    font-size: 2.2rem !important; /* Devolve o tamanho correto para não quebrar a palavra */
    line-height: 1.15 !important; /* Mantém as linhas elegantes e unidas */
  }
}

/* Assinatura de Desenvolvimento */
.ft-signature {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.35); /* Bem discreto */
  font-weight: 400;
}

.ft-signature a {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.ft-signature a:hover {
  color: #2B8ED9; /* Azul Oceanex Light ao passar o mouse */
}

/* Ajuste mobile para a assinatura não amontoar */
@media(max-width: 1024px) {
  .ft-bottom {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}