:root{
  --navy-950:#060a1f;
  --navy-900:#0a1233;
  --navy-800:#101c4d;
  --blue-700:#123a9c;
  --blue-600:#1c4de0;
  --blue-500:#3068f2;
  --sky-400:#5fa6ff;
  --sky-300:#9cc9ff;
  --ice-100:#eef3ff;
  --ice-50:#f7f9ff;
  --white:#ffffff;
  --ink:#0c1224;
  --muted:#5b6478;
  --line:#e3e8f7;
  --shadow-sm:0 10px 30px rgba(10,20,70,.08);
  --shadow-lg:0 30px 70px rgba(6,12,45,.22);
  --grad-brand:linear-gradient(135deg,#0a1233 0%,#123a9c 48%,#3068f2 100%);
  --grad-accent:linear-gradient(120deg,#1c4de0,#5fa6ff);
  --grad-radial:radial-gradient(circle at 30% 20%,rgba(95,166,255,.35),transparent 60%);
}
*{box-sizing:border-box;scroll-behavior:smooth}
body{margin:0;font-family:'Inter',Arial,sans-serif;color:var(--ink);background:var(--white);line-height:1.65;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4{font-family:'Sora','Inter',Arial,sans-serif;letter-spacing:-.02em}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
::selection{background:var(--blue-500);color:#fff}
:focus-visible{outline:2px solid var(--sky-400);outline-offset:3px}

/* ---------- Topbar ---------- */
.topbar{position:sticky;top:0;z-index:60;background:linear-gradient(180deg,rgba(10,18,51,.97),rgba(10,18,51,.93));backdrop-filter:blur(6px);border-bottom:1px solid rgba(255,255,255,.08)}
.nav-wrap{height:104px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand img{width:220px;height:92px;object-fit:contain;object-position:left center}
nav{display:flex;gap:30px;align-items:center}
nav a{font-size:13.5px;font-weight:700;color:#dde5ff;position:relative;padding:6px 0}
nav a::after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2px;background:var(--sky-400);transition:width .25s ease}
nav a:hover{color:#fff}
nav a:hover::after{width:100%}
.menu-toggle{display:none;border:0;background:rgba(255,255,255,.12);color:#fff;border-radius:10px;font-size:22px;padding:8px 12px}

/* ---------- Buttons ---------- */
.btn{display:inline-flex;justify-content:center;align-items:center;min-height:52px;padding:0 26px;border-radius:12px;font-weight:700;font-size:14.5px;border:1px solid transparent;cursor:pointer;transition:.2s ease;font-family:'Inter',sans-serif}
.btn-primary{background:var(--grad-accent);color:#fff;box-shadow:0 14px 30px rgba(28,77,224,.35)}
.btn-primary:hover{filter:brightness(1.08);transform:translateY(-1px)}
.btn-outline{border-color:rgba(255,255,255,.55);color:#fff}
.btn-outline:hover{background:#fff;color:var(--blue-700)}
.btn-full{width:100%}

/* ---------- Hero ---------- */
.hero{position:relative;min-height:700px;background-image:url('https://images.unsplash.com/photo-1758295835306-6c521f5d067c?auto=format&fit=crop&w=2000&q=80');background-size:cover;background-position:center}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(100deg,rgba(6,10,31,.94) 8%,rgba(10,30,90,.82) 45%,rgba(20,60,160,.45) 78%,rgba(48,104,242,.25) 100%)}
.hero-content{position:relative;z-index:1;min-height:700px;display:flex;align-items:center}
.hero-copy{max-width:680px;color:#fff}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--sky-300);font-size:13px;font-weight:700;letter-spacing:.03em;margin-bottom:18px}
.eyebrow::before{content:"";width:26px;height:2px;background:var(--sky-400);display:inline-block}
h1{font-size:clamp(38px,5vw,62px);line-height:1.08;margin:0 0 22px;font-weight:700}
.hero p{font-size:18.5px;max-width:560px;color:#dbe4ff}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}

/* ---------- Highlights ---------- */
.highlights{background:var(--navy-900);position:relative;padding-top:6px}
.highlight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.highlight-item{display:flex;align-items:flex-start;gap:18px;padding:38px 30px;border-right:1px solid rgba(255,255,255,.09)}
.highlight-item:last-child{border-right:0}
.icon-badge{flex:0 0 56px;width:56px;height:56px;border-radius:16px;background:var(--grad-accent);display:flex;align-items:center;justify-content:center;box-shadow:0 12px 24px rgba(28,77,224,.4)}
.icon-badge svg{display:block;width:26px;height:26px;margin:auto;stroke:#fff;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.highlight-item strong{display:block;color:#fff;font-size:16px;font-family:'Sora',sans-serif;margin-bottom:5px}
.highlight-item .highlight-desc{display:block;font-size:13.5px;color:#a9b6da}

/* ---------- Sections ---------- */
.section{padding:110px 0}
.section-heading{max-width:640px;margin:0 auto 52px;text-align:center}
.section-heading h2,.about-copy h2,.quote-intro h2{font-size:clamp(32px,4vw,46px);line-height:1.12;margin:0 0 15px;color:var(--navy-900)}
.section-heading p,.about-copy>p,.quote-intro>p{color:var(--muted);margin:0}
.eyebrow-dark{display:inline-flex;align-items:center;gap:8px;color:var(--blue-600);font-size:13px;font-weight:700;margin-bottom:14px}
.eyebrow-dark::before{content:"";width:26px;height:2px;background:var(--blue-600);display:inline-block}

/* ---------- Services ---------- */
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.service-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;box-shadow:var(--shadow-sm);transition:.3s ease}
.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}
.service-card .img-wrap{position:relative;height:230px;overflow:hidden}
.service-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.service-card:hover img{transform:scale(1.06)}
.service-body{padding:24px}
.service-body h3{margin:0 0 8px;font-size:19px;color:var(--navy-900)}
.service-body p{margin:0 0 13px;color:var(--muted);font-size:14px}
.service-body small{font-weight:700;color:var(--blue-600);font-size:11px;text-transform:uppercase;letter-spacing:.05em}

/* ---------- About / Quem Somos ---------- */
.about-section{background:var(--ice-50)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:74px;align-items:center}
.about-image{position:relative;border-radius:24px;overflow:hidden;box-shadow:var(--shadow-lg);height:580px}
.about-image img{width:100%;height:100%;object-fit:cover}
.about-image::after{content:"";position:absolute;inset:0;background:linear-gradient(200deg,rgba(6,10,31,.15) 30%,rgba(8,16,50,.85) 100%)}
.about-logo-badge{position:absolute;left:34px;bottom:34px;z-index:2;display:flex;flex-direction:column;gap:10px}
.about-logo-badge img{width:210px;height:auto;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(0,0,0,.35))}
.about-logo-badge span{color:#dbe6ff;font-size:13px;font-weight:600;letter-spacing:.02em}
.about-copy h2{margin-bottom:24px}
.about-points{margin-top:32px;display:grid;gap:20px}
.about-points>div{display:flex;gap:16px;align-items:flex-start}
.about-points .icon-badge{width:44px;height:44px;flex:0 0 44px;border-radius:12px}
.about-points .icon-badge svg{width:21px;height:21px}
.about-points p{margin:0;font-size:14.5px;color:var(--muted)}
.about-points strong{color:var(--ink);font-family:'Sora',sans-serif;font-size:15px}

/* ---------- Galeria ---------- */
.gallery-section{background:var(--navy-950);color:#fff}
.gallery-section .section-heading h2{color:#fff}
.gallery-section .section-heading p{color:#a9b6da}
.gallery-filters{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-bottom:38px}
.gallery-filter{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.04);color:#cdd8f6;padding:9px 18px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;transition:.2s}
.gallery-filter.active,.gallery-filter:hover{background:var(--grad-accent);color:#fff;border-color:transparent}
.gallery-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:18px;-webkit-overflow-scrolling:touch}
.gallery-track::-webkit-scrollbar{height:6px}
.gallery-track::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:6px}
.gallery-item{position:relative;flex:0 0 300px;height:220px;scroll-snap-align:start;border-radius:18px;overflow:hidden;cursor:pointer;background:#0d1638}
.gallery-item img,.gallery-item video{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.gallery-item:hover img,.gallery-item:hover video{transform:scale(1.07)}
.gallery-item .tag{position:absolute;left:14px;bottom:14px;background:rgba(6,10,31,.65);backdrop-filter:blur(3px);color:#fff;font-size:12.5px;font-weight:600;padding:6px 12px;border-radius:8px}
.gallery-item .play{position:absolute;inset:0;display:grid;place-items:center}
.gallery-item .play svg{width:52px;height:52px;filter:drop-shadow(0 6px 14px rgba(0,0,0,.5))}
.gallery-nav{display:flex;justify-content:center;gap:14px;margin-top:26px}
.gallery-nav button{width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.05);color:#fff;display:grid;place-items:center;cursor:pointer;transition:.2s}
.gallery-nav button:hover{background:var(--grad-accent);border-color:transparent}
.gallery-nav svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:2}

.lightbox{position:fixed;inset:0;z-index:200;background:rgba(4,7,22,.92);display:none;align-items:center;justify-content:center;padding:30px}
.lightbox.open{display:flex}
.lightbox-inner{position:relative;max-width:min(1000px,92vw);max-height:88vh;width:100%}
.lightbox-inner img,.lightbox-inner video{width:100%;max-height:80vh;object-fit:contain;border-radius:14px;background:#000}
.lightbox-caption{color:#dbe4ff;text-align:center;margin-top:14px;font-size:14px}
.lightbox-close,.lightbox-prev,.lightbox-next{position:absolute;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.25);color:#fff;border-radius:50%;width:46px;height:46px;display:grid;place-items:center;cursor:pointer}
.lightbox-close{top:-58px;right:0}
.lightbox-prev{left:-60px;top:50%;transform:translateY(-50%)}
.lightbox-next{right:-60px;top:50%;transform:translateY(-50%)}
.lightbox-close svg,.lightbox-prev svg,.lightbox-next svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:2}

/* ---------- Quote / Orçamento ---------- */
.quote-section{background:#fff}
.quote-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}
.quote-intro{position:sticky;top:130px}
.quote-intro h2{margin-bottom:18px}
.quote-note{margin-top:30px;border-radius:16px;padding:22px 24px;background:var(--grad-brand);color:#fff;box-shadow:var(--shadow-lg)}
.quote-note strong,.quote-note span{display:block}
.quote-note strong{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--sky-300)}
.quote-note span{font-size:21px;font-weight:700;margin-top:4px;font-family:'Sora',sans-serif}
.quote-note small{display:block;margin-top:10px;color:#c6d4fb;font-size:12.5px;font-weight:400}
.quote-form{border:1px solid var(--line);border-radius:22px;padding:34px;background:#fff;box-shadow:var(--shadow-lg)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
label,legend{font-size:12.5px;font-weight:700;color:#3b4157}
label{display:block;margin-bottom:18px}
input,textarea{width:100%;margin-top:8px;border:1px solid #dbe1f2;border-radius:12px;padding:14px 15px;font:inherit;color:var(--ink);outline:none;background:var(--ice-50)}
input:focus,textarea:focus{border-color:var(--blue-500);box-shadow:0 0 0 4px rgba(48,104,242,.12);background:#fff}
textarea{resize:vertical}
fieldset{border:0;padding:0;margin:0 0 18px}
legend{margin-bottom:10px}
.service-choice{display:flex;gap:10px}
.service-choice label{margin:0;flex:1}
.service-choice input{position:absolute;opacity:0}
.service-choice span{display:flex;justify-content:center;padding:14px;border:1px solid var(--line);border-radius:12px;cursor:pointer;font-weight:600;color:var(--muted)}
.service-choice input:checked+span{border-color:var(--blue-500);background:var(--ice-100);color:var(--blue-700)}
.form-privacy{font-size:11.5px;color:#8a8fa3;margin:12px 0 0;text-align:center}
.form-status{display:none;margin-top:18px;padding:16px;border-radius:12px;font-size:13px;font-weight:700}
.form-status.success{display:block;background:#e9f9ef;color:#186b3a}
.form-status.error{display:block;background:#fdedec;color:#a52222}

/* ---------- Contato ---------- */
.contact-section{background:var(--ice-50)}
.contact-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:26px}
.contact-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:32px;box-shadow:var(--shadow-sm)}
.contact-item{display:flex;gap:16px;margin-bottom:24px}
.contact-icon{width:44px;height:44px;border-radius:12px;background:var(--grad-accent);color:#fff;display:grid;place-items:center;flex:0 0 44px}
.contact-item small,.contact-item strong{display:block}
.contact-item small{font-size:11px;text-transform:uppercase;color:#8a8fa3;letter-spacing:.05em;font-weight:700}
.contact-item strong{font-size:15px;margin-top:3px;font-weight:600}
.contact-card .btn{width:100%;margin-top:6px}
.map-link{display:block;text-align:center;color:var(--blue-600);font-size:13px;font-weight:700;margin-top:18px}
.map-wrap{min-height:440px;border-radius:22px;overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid var(--line)}
.map-wrap iframe{width:100%;height:100%;min-height:440px;border:0}

/* ---------- Footer ---------- */
footer{background:var(--navy-950);color:#fff;padding:36px 0}
.footer-wrap{display:flex;align-items:center;gap:25px;justify-content:space-between}
.footer-wrap img{width:170px;height:70px;object-fit:contain;object-position:left center}
.footer-wrap p{font-size:12px;color:#8b96bd;margin:0}
.footer-wrap>a{font-size:12px;font-weight:700;color:#cdd8f6}
.developer-credit{font-size:9px;line-height:1.4;color:rgba(205,216,246,.48);text-align:center;white-space:nowrap;letter-spacing:.02em}
.developer-credit strong{font-weight:700;color:rgba(205,216,246,.62)}

.contact-svg{width:21px;height:21px;display:block;stroke:#fff;fill:none;stroke-width:1.8}

/* ---------- Responsive ---------- */
@media(max-width:960px){
  nav{gap:16px}
  nav a{font-size:11.5px}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .about-grid,.quote-grid,.contact-grid{grid-template-columns:1fr;gap:38px}
  .quote-intro{position:static}
  .about-image{height:440px}
  .highlight-item{padding:30px 22px}
}
@media(max-width:680px){
  .developer-credit{font-size:8px;white-space:normal;max-width:180px}
  .container{width:min(100% - 28px,1180px)}
  .nav-wrap{height:82px}
  .brand img{width:170px;height:70px}
  .menu-toggle{display:block}
  nav{display:none;position:absolute;top:82px;left:0;right:0;background:var(--navy-900);padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.08);flex-direction:column;align-items:flex-start;gap:16px}
  nav.open{display:flex}
  .hero,.hero-content{min-height:620px}
  .hero p{font-size:16px}
  .highlight-grid{grid-template-columns:1fr}
  .highlight-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.09)}
  .highlight-item:last-child{border-bottom:0}
  .section{padding:76px 0}
  .service-grid,.form-row{grid-template-columns:1fr}
  .quote-form{padding:24px}
  .about-image{height:360px}
  .about-logo-badge img{width:160px}
  .footer-wrap{flex-direction:column;text-align:center}
  .lightbox-prev{left:6px}
  .lightbox-next{right:6px}
  .lightbox-close{top:6px;right:6px}
  .gallery-item{flex:0 0 240px;height:180px}
}
