:root{
  --navy:#0b1220;
  --ink:#111827;
  --muted:#5b6578;
  --line:#e6eaf2;
  --bg:#f6f8fc;
  --white:#fff;
  --blue:#1d4ed8;
  --blue2:#2563eb;
  --sky:#38bdf8;
  --green:#16a34a;
  --whats:#25d366;
  --insta:#e1306c;
  --gold:#f5b301;
  --shadow:0 12px 40px rgba(15,23,42,.08);
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:var(--white);line-height:1.6}
img{max-width:100%;height:auto;display:block}
a{color:var(--blue);text-decoration:none}
.wrap{width:min(1160px,92%);margin-inline:auto}
.topbar{background:var(--navy);color:#dbe7ff;font-size:.86rem;padding:.55rem 0}
.topbar .wrap{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}
header.site{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem 0}
.brand{display:flex;align-items:center;gap:.55rem;color:var(--navy);font-weight:800;min-width:0;flex:0 1 auto}
.brand img{height:72px;width:auto;max-width:min(280px,70vw);object-fit:contain;display:block}
.foot-logo{height:64px;width:auto;max-width:220px;object-fit:contain;margin-bottom:.6rem;filter:none}
.video-wrap{border-radius:18px;overflow:hidden;background:#0b1220;box-shadow:var(--shadow)}
.video-wrap video{width:100%;height:auto;display:block;max-height:520px;background:#000}
.destaque{outline:3px solid #f5b301;position:relative}
.destaque::after{content:"Destaque · Avaliação Google";position:absolute;top:12px;left:12px;background:#f5b301;color:#111;font-size:.72rem;font-weight:800;padding:.2rem .5rem;border-radius:999px}
.manual{background:#fff;border:1px solid var(--line);border-radius:16px;padding:1.1rem 1.2rem;margin:0 0 1rem}
.manual h3{margin:.2rem 0 .5rem}
.manual ol,.manual ul{margin:.3rem 0 0}
.promo{background:#fff7ed;border:1px solid #fdba74;color:#9a3412;border-radius:12px;padding:.7rem .9rem;font-weight:700}
.brand span{white-space:nowrap}
.wa-float{position:fixed;right:16px;bottom:16px;z-index:80;width:58px;height:58px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;box-shadow:0 10px 28px rgba(37,211,102,.45);font-size:28px}
.wa-float:hover{color:#fff;transform:scale(1.05)}
.topbar a{color:#93c5fd;font-weight:700}
.menu{display:flex;gap:1.1rem;align-items:center;flex-wrap:wrap}
.menu a{color:#334155;font-weight:600;font-size:.95rem}
.menu a:hover{color:var(--blue)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;background:var(--blue);color:#fff;font-weight:700;border:0;border-radius:999px;padding:.78rem 1.15rem;cursor:pointer}
.btn:hover{background:#1e40af;color:#fff}
.btn.whats{background:#128c7e}
.btn.ghost{background:#fff;color:var(--navy);border:1px solid var(--line)}
.btn.pix{background:#0f766e}
.hero{background:linear-gradient(160deg,#07111f 0%,#12213a 55%,#1d4ed8 140%);color:#fff;padding:4.2rem 0 3.4rem;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:2.4rem;align-items:center}
.kicker{display:inline-block;background:rgba(56,189,248,.15);color:#7dd3fc;border:1px solid rgba(125,211,252,.25);padding:.28rem .7rem;border-radius:999px;font-size:.82rem;font-weight:700;letter-spacing:.02em}
.hero h1{font-size:clamp(2rem,4.4vw,3.4rem);line-height:1.12;margin:.7rem 0 1rem}
.hero p.lead{font-size:1.12rem;color:#d7e3f8;max-width:58ch}
.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin:1.4rem 0}
.hero-points{display:grid;grid-template-columns:1fr 1fr;gap:.55rem;margin-top:1.2rem}
.hero-points span{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:.55rem .7rem;font-size:.9rem}
.hero-art{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}
.hero-art img{border-radius:16px;background:#fff;aspect-ratio:1;object-fit:contain;box-shadow:0 20px 50px rgba(0,0,0,.12)}
.section{padding:4.2rem 0}
.section.alt{background:var(--bg)}
.section h2{font-size:clamp(1.6rem,3vw,2.2rem);margin:0 0 .5rem;line-height:1.2}
.sub{color:var(--muted);max-width:70ch;margin:0 0 1.8rem}
.grid-4,.grid-3,.grid-2{display:grid;gap:1.1rem}
.grid-4{grid-template-columns:repeat(4,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-2{grid-template-columns:1.1fr .9fr}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}
.card .thumb{background:#fff;padding:.8rem;min-height:200px;display:grid;place-items:center}
.card .thumb img{max-height:200px;max-width:100%;width:auto;height:auto;object-fit:contain}
.card .body{padding:1.1rem 1.15rem 1.25rem;display:flex;flex-direction:column;gap:.35rem;flex:1}
.card h3{margin:0;font-size:1.15rem}
.price{font-size:1.35rem;font-weight:800;color:var(--navy)}
.price small{font-size:.78rem;color:var(--muted);font-weight:600}
.chip{display:inline-block;background:#eef4ff;color:#1d4ed8;border-radius:999px;padding:.15rem .55rem;font-size:.75rem;font-weight:700}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.step{background:#fff;border:1px solid var(--line);border-radius:16px;padding:1.1rem}
.step b{display:block;color:var(--blue);margin-bottom:.3rem}
.faq details{background:#fff;border:1px solid var(--line);border-radius:14px;padding:.9rem 1rem;margin-bottom:.7rem}
.faq summary{font-weight:700;cursor:pointer}
.form{background:#fff;border:1px solid var(--line);border-radius:20px;padding:1.4rem;box-shadow:var(--shadow)}
label{display:block;font-weight:700;font-size:.9rem;margin:.7rem 0 .28rem}
input,select,textarea{width:100%;border:1px solid #d5dcea;border-radius:12px;padding:.72rem .8rem;font:inherit;background:#fbfcff}
.row-2{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}
.notice{background:#ecfdf3;border:1px solid #bbf7d0;color:#14532d;border-radius:12px;padding:.8rem 1rem;font-size:.92rem}
.pix-box{display:none;margin-top:1rem;background:#042f2e;color:#d1fae5;border-radius:16px;padding:1rem}
.pix-box.show{display:block}
footer{background:#07111f;color:#cbd5e1;padding:2.4rem 0 1.2rem}
footer a{color:#93c5fd}
.foot-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:1.4rem}
.tiny{font-size:.82rem;color:#94a3b8}
.kw{background:var(--bg);padding:2.2rem 0}
.kw ul{columns:2;gap:2rem;margin:0;padding-left:1.1rem}
.bread{font-size:.88rem;color:var(--muted);margin:1rem 0}
.prod-hero{display:grid;grid-template-columns:.9fr 1.1fr;gap:2rem;align-items:center}
.prod-hero img{border-radius:18px;background:#0b1220}
.badges{display:flex;gap:.5rem;flex-wrap:wrap;margin:1rem 0}
.badge{background:#f1f5f9;border-radius:999px;padding:.3rem .7rem;font-size:.82rem;font-weight:700}
@media (max-width:900px){
  .hero-grid,.grid-4,.grid-3,.grid-2,.steps,.prod-hero,.foot-grid,.row-2{grid-template-columns:1fr}
  .hero-points,.hero-art{grid-template-columns:1fr 1fr}
  header.site .nav{position:relative}
  .menu{display:none}
  .menu.open{display:flex;flex-direction:column;align-items:flex-start;position:absolute;top:100%;left:0;right:0;background:#fff;padding:1rem;border-bottom:1px solid var(--line);box-shadow:var(--shadow)}
  .kw ul{columns:1}
  .brand span{display:none}
  .brand img{height:58px;max-width:min(230px,72vw)}
  .hero{padding:2.4rem 0 2rem}
  .card .thumb{min-height:180px}
  .wa-float{right:12px;bottom:12px;width:56px;height:56px}
}
.hamb{display:none;background:none;border:0;font-size:1.7rem;line-height:1;padding:.2rem .4rem}
@media (max-width:900px){.hamb{display:block}}

img, video, .thumb, .protect{user-select:none;-webkit-user-select:none;-webkit-user-drag:none;}
.thumb{background:#fff}
.thumb.dark{background:#121826}
.photo-grid{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}
.photo-grid img{border-radius:14px;width:100%;height:180px;object-fit:contain;background:#fff}
.legal{font-size:.78rem;color:#64748b}

.gallery{display:grid;grid-template-columns:1fr;gap:.7rem}
.gallery-main{background:#e8eef7;border-radius:18px;overflow:hidden;min-height:320px}
.gallery-main img{width:100%;height:auto;max-height:560px;object-fit:contain;display:block;margin:auto}
.thumbs{display:flex;gap:.55rem;flex-wrap:wrap}
.thumbs button{border:2px solid #e6eaf2;background:#fff;padding:0;border-radius:12px;cursor:pointer;width:88px;height:88px;overflow:hidden}
.thumbs button img{width:100%;height:100%;object-fit:cover}
.thumbs button.on{border-color:#1d4ed8;box-shadow:0 0 0 3px #dbeafe}
.colors{display:flex;gap:.5rem;margin:.6rem 0 1rem}
.colors button{border:1px solid #e6eaf2;background:#fff;border-radius:999px;padding:.45rem .9rem;font-weight:700;cursor:pointer}
.colors button.on{background:#0b1220;color:#fff;border-color:#0b1220}
.ex-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}
@media(max-width:720px){.ex-grid{grid-template-columns:1fr}}
.ex-grid img{border-radius:16px;width:100%;height:260px;object-fit:cover}
.nfc-box{background:#0b1220;color:#e8eefc;border-radius:20px;padding:1.4rem 1.5rem}
.nfc-box h2{color:#fff;margin-top:0}
.nfc-box a{color:#93c5fd}

.thumb.big,.gallery-main{background:#fff;min-height:220px;max-height:260px;display:flex;align-items:center;justify-content:center;padding:.8rem}
.thumb.big img,.gallery-main img{width:auto;max-width:100%;max-height:230px;height:auto;object-fit:contain;margin:auto}
.opt-cor{display:flex;align-items:center;gap:.55rem;margin:.55rem 0 .2rem;font-weight:700;color:#334155;font-size:.92rem}
.dots{display:flex;gap:.45rem;align-items:center}
.dot{width:22px;height:22px;border-radius:50%;border:2px solid #94a3b8;cursor:pointer;padding:0}
.dot.preto{background:#111}
.dot.branco{background:#fff}
.dot.on{box-shadow:0 0 0 3px #1d4ed8}
.carousel{position:relative;overflow:hidden;background:#fff;border-radius:20px;height:260px;box-shadow:var(--shadow)}
.carousel-track{display:flex;height:100%;animation:carrossel 22s infinite}
.carousel-track img{min-width:100%;height:260px;object-fit:contain;background:#fff;padding:.6rem}
@keyframes carrossel{
  0%,10%{transform:translateX(0)}
  12.5%,22.5%{transform:translateX(-100%)}
  25%,35%{transform:translateX(-200%)}
  37.5%,47.5%{transform:translateX(-300%)}
  50%,60%{transform:translateX(-400%)}
  62.5%,72.5%{transform:translateX(-500%)}
  75%,85%{transform:translateX(-600%)}
  87.5%,100%{transform:translateX(0)}
}
.ex-grid img{width:100%;height:220px;object-fit:contain;border-radius:16px;background:#fff}

.menu{gap:.7rem}
.menu a{font-size:.9rem}
.decor-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}
.decor-row img{width:100%;height:320px;object-fit:cover;border-radius:18px;background:#fff}
@media(max-width:720px){.decor-row{grid-template-columns:1fr}.decor-row img{height:220px}}

.fotos-fim{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.6rem}
.fotos-fim img{width:600px;max-width:100%;height:auto;aspect-ratio:600/850;object-fit:cover;border-radius:16px;background:#fff}
@media(max-width:640px){.fotos-fim img{width:100%}}

.final-ilustra img{width:100%;max-width:420px;height:auto;aspect-ratio:600/850;object-fit:cover;border-radius:18px;background:#fff;margin:auto}

.termos-busca{font-size:.68rem;color:#94a3b8;margin-top:.7rem;line-height:1.45;max-width:420px}
