
:root{
  --navy:#0e223d; --navy2:#071425; --blue:#163b66; --paper:#f4f2ee;
  --white:#fff; --ink:#17202a; --muted:#66717d; --line:#dce1e6; --accent:#c5a46d;
  --shadow:0 22px 60px rgba(0,0,0,.14); --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
.wrap{width:min(1160px,calc(100% - 40px));margin-inline:auto}
.site-header{height:76px;position:fixed;inset:0 0 auto;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:0 max(20px,calc((100vw - 1160px)/2));background:rgba(7,20,37,.86);backdrop-filter:blur(16px);color:white;border-bottom:1px solid rgba(255,255,255,.08)}
.brand{display:inline-flex;align-items:baseline;gap:8px;letter-spacing:.08em}
.brand-mark{font-size:26px;font-weight:850}
.brand-sub{font-size:10px;font-weight:700;opacity:.72;letter-spacing:.22em}
.nav{display:flex;gap:24px;align-items:center;font-size:14px}
.nav a{opacity:.86}.nav a:hover{opacity:1}
.nav-card{border:1px solid rgba(255,255,255,.3);padding:9px 13px;border-radius:999px}
.nav-toggle{display:none;background:none;border:1px solid rgba(255,255,255,.25);color:white;border-radius:10px;padding:8px 10px}
.hero{min-height:88vh;position:relative;display:grid;align-items:end;color:white;padding:150px 0 88px;overflow:hidden;background:var(--navy2)}
.hero-bg{position:absolute;inset:0;background:url("assets/hero-voc-moderna.png") center/cover no-repeat;transform:scale(1.02)}
.hero-overlay{display:none!important;background:none!important}
.hero-content{position:relative;z-index:2}
.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-weight:800;font-size:12px;color:var(--accent);margin:0 0 14px}
.hero h1,.section h2{font-size:clamp(38px,6vw,74px);line-height:1.02;letter-spacing:-.045em;margin:0;max-width:900px}
.hero h1{max-width:800px}
.hero-lead{font-size:clamp(17px,2vw,22px);max-width:700px;color:rgba(255,255,255,.83);margin:24px 0 30px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 19px;border-radius:12px;font-weight:800;font-size:14px;border:1px solid transparent}
.primary{background:var(--accent);color:#17130d}.primary:hover{filter:brightness(1.04)}
.ghost{border-color:rgba(255,255,255,.38);color:white;background:rgba(255,255,255,.06)}
.dark{background:var(--navy2);color:white}
.trust{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);margin-top:-28px;position:relative;z-index:4;border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}
.trust div{background:white;padding:28px}.trust strong{display:block;font-size:17px;margin-bottom:4px}.trust span{font-size:14px;color:var(--muted)}
.section{padding:110px 0}
.section-head{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:end;margin-bottom:44px}
.section-head .eyebrow{grid-column:1/-1;margin-bottom:-10px}
.section-head h2{font-size:clamp(34px,4.7vw,60px)}
.section-head p{margin:0;color:var(--muted);font-size:17px;max-width:560px}
.services{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.services article{border:1px solid var(--line);border-radius:var(--radius);padding:28px;min-height:220px;background:#fff}
.services article span{font-size:12px;color:var(--accent);font-weight:900;letter-spacing:.12em}
.services h3{font-size:21px;margin:38px 0 8px}.services p{color:var(--muted);margin:0;font-size:15px}
.portfolio-section{background:var(--navy2);color:white}
.light p{color:rgba(255,255,255,.62)}
.portfolio-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}
.project{position:relative;overflow:hidden;border-radius:22px;background:#132238;min-height:380px;cursor:pointer;border:0;padding:0;color:white;text-align:left}
.project:nth-child(1),.project:nth-child(4){grid-column:span 7}
.project:nth-child(2),.project:nth-child(3){grid-column:span 5}
.project:nth-child(n+5){grid-column:span 6}
.project img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.project::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,12,23,.88),rgba(4,12,23,.05) 67%)}
.project:hover img{transform:scale(1.035)}
.project-meta{position:absolute;z-index:2;inset:auto 24px 22px}
.project-meta small{color:#e6c68e;text-transform:uppercase;letter-spacing:.14em;font-weight:800}
.project-meta h3{font-size:27px;line-height:1.08;margin:7px 0 4px}.project-meta p{margin:0;color:rgba(255,255,255,.72);font-size:14px}
.method{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.method h2{font-size:clamp(34px,4.6vw,58px)}
.method-copy>p:last-child{color:var(--muted);font-size:17px}
.steps{list-style:none;padding:0;margin:0;display:grid;gap:0;border-top:1px solid var(--line)}
.steps li{display:grid;grid-template-columns:62px 1fr;gap:18px;padding:24px 0;border-bottom:1px solid var(--line)}
.steps li>span{color:var(--accent);font-weight:900}.steps strong{font-size:18px}.steps p{margin:4px 0 0;color:var(--muted)}
.feature{background:var(--paper)}
.feature-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}
.feature h2{font-size:clamp(34px,4vw,52px)}.feature p{color:var(--muted);font-size:17px}
.text-link{font-weight:850;color:var(--blue)}
.compare{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.compare figure{margin:0;position:relative;border-radius:18px;overflow:hidden;box-shadow:0 18px 45px rgba(0,0,0,.12)}
.compare img{aspect-ratio:4/5;object-fit:cover}
.compare figcaption{position:absolute;left:12px;bottom:12px;background:rgba(5,14,27,.86);color:white;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}
.cards-section{padding-top:90px}
.profile-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.profile-card{border:1px solid var(--line);border-radius:18px;padding:22px;display:grid;grid-template-columns:52px 1fr auto;gap:16px;align-items:center;transition:.2s}
.profile-card:hover{transform:translateY(-2px);box-shadow:0 12px 35px rgba(0,0,0,.08)}
.profile-initial{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:white;font-weight:900;font-size:20px}
.profile-card strong{display:block}.profile-card span:not(.profile-initial){color:var(--muted);font-size:14px}
.contact{background:var(--navy);color:white}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.contact h2{font-size:clamp(36px,5vw,62px)}.contact p{color:rgba(255,255,255,.72);max-width:560px}
.contact-actions{display:grid;gap:10px}.contact-actions .btn{justify-content:flex-start}
.footer{background:#06101e;color:rgba(255,255,255,.6);padding:32px 0}
.footer-row{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:13px}.footer-brand{color:white}
.modal{position:fixed;inset:0;z-index:100;display:none}
.modal.open{display:block}
.modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(8px)}
.modal-panel{position:relative;z-index:2;width:min(960px,calc(100% - 28px));max-height:90vh;overflow:auto;margin:5vh auto;background:white;border-radius:24px;padding:22px;box-shadow:var(--shadow)}
.modal-close{position:sticky;top:0;float:right;z-index:4;border:0;background:#09172a;color:white;width:38px;height:38px;border-radius:50%;font-size:24px;cursor:pointer}
.modal-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:20px}
.modal-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:14px}
.modal-copy{padding:18px 8px 4px}.modal-copy h2{font-size:38px;margin:0 0 9px}.modal-copy p{color:var(--muted)}
.tag{display:inline-flex;background:#eef1f4;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}
@media(max-width:800px){
  .site-header{height:68px}.nav-toggle{display:block}.nav{display:none;position:absolute;top:68px;left:12px;right:12px;flex-direction:column;align-items:stretch;background:#081526;padding:16px;border-radius:16px;box-shadow:var(--shadow)}
  .nav.open{display:flex}.nav a{padding:9px}
  .hero{min-height:82vh;padding-bottom:58px}.hero-overlay{display:none!important;background:none!important}
  .trust{grid-template-columns:1fr;margin-top:-18px}.trust div{padding:20px}
  .section{padding:78px 0}.section-head{grid-template-columns:1fr}.section-head .eyebrow{margin-bottom:0}
  .services{grid-template-columns:1fr}
  .project,.project:nth-child(n){grid-column:span 12;min-height:330px}
  .method,.feature-grid,.contact-grid{grid-template-columns:1fr;gap:42px}
  .compare{gap:8px}
  .profile-cards{grid-template-columns:1fr}
  .footer-row{flex-direction:column;align-items:flex-start}
  .modal-gallery{grid-template-columns:1fr}.modal-copy h2{font-size:30px}
}
.brand-logo{height:54px;width:auto;max-width:170px;object-fit:contain}.footer-logo{height:46px}.has-video{display:inline-flex;margin-top:10px;padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.15);font-size:11px;font-weight:800;letter-spacing:.04em}.modal-videos{padding:8px}.modal-videos h3{margin:8px 0 12px}.project-video{display:block;width:100%;max-height:70vh;background:#050b13;border-radius:14px;margin:0 0 14px}@media(max-width:800px){.brand-logo{height:46px;max-width:145px}}
.case-section{margin:2rem 0}.case-section>p,.execution-intro{color:#5e6874}.video-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin-top:1rem}.video-card{margin:0;background:#0d1723;border-radius:12px;overflow:hidden}.video-card video{display:block;width:100%;max-height:520px;background:#000}.video-card figcaption{padding:.8rem 1rem;color:#fff;font-size:.92rem}.execution{margin:2rem 0;border:1px solid #d9dee5;border-radius:14px;padding:1rem}.execution summary{cursor:pointer;font-weight:700;font-size:1.1rem;display:flex;justify-content:space-between;gap:1rem}.execution summary span{font-weight:500;font-size:.85rem;opacity:.7}@media(max-width:640px){.video-grid{grid-template-columns:1fr}.execution{padding:.8rem}}
/* V5 — biblioteca de vídeos sob demanda */
.episode-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.episode{border:1px solid var(--line);background:#fff;border-radius:14px;padding:0;overflow:hidden;text-align:left;cursor:pointer}.episode img{width:100%;aspect-ratio:16/9;object-fit:cover;background:#111}.episode span{display:grid;grid-template-columns:30px 1fr;gap:8px;padding:11px;font-size:12px;line-height:1.3}.episode b{color:var(--accent)}.execution-stage{margin:18px 0 22px;background:#071425;border-radius:18px;padding:12px;color:white}.execution-stage video{display:block;width:100%;max-height:68vh;background:#000;border-radius:12px}.execution-stage #execution-caption{padding:10px 4px 2px;font-weight:800}.featured-video video{width:100%;max-height:70vh;background:#000;border-radius:14px}.featured-video figcaption{font-weight:800;margin-top:8px}@media(max-width:800px){.episode-grid{grid-template-columns:repeat(2,1fr)}}

.profile-logo{width:90px;height:70px;object-fit:contain;margin-right:14px}

.execution-stage{position:relative}.video-nav{position:absolute;top:45%;z-index:5;width:48px;height:64px;border:1px solid rgba(255,255,255,.5);border-radius:14px;background:rgba(8,24,42,.78);color:#fff;font-size:42px;line-height:1;cursor:pointer;backdrop-filter:blur(6px)}.video-nav.prev{left:12px}.video-nav.next{right:12px}.video-nav:hover{background:rgba(227,111,29,.92)}@media(max-width:700px){.video-nav{width:42px;height:56px;font-size:36px}.video-nav.prev{left:6px}.video-nav.next{right:6px}}

/* V15 — depoimentos por projeto, gerenciados pelo CMS */
.testimonials-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px}.testimonial-card{margin:0;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#f7f8fa}.testimonial-card img,.testimonial-card video{display:block;width:100%;max-height:560px;object-fit:contain;background:#071425}.testimonial-card audio{display:block;width:calc(100% - 28px);margin:18px 14px}.testimonial-card figcaption{padding:12px 14px;color:var(--ink);font-size:14px}.testimonial-audio{display:flex;flex-direction:column;justify-content:center;min-height:120px}@media(max-width:700px){.testimonials-grid{grid-template-columns:1fr}}
