/* ===== GPS Shop — Landing Lançamento (escopo .gps-lp) ===== */
:root{--navy:#092136;--orange:#F58220;--paper:#fbfaf6;--ink:#1a1a1a}
body.page-lancamento .whb-header,body.page-lancamento .footer-container,body.page-lancamento .wd-prefooter,body.page-lancamento .mobile-header,body.page-lancamento .wd-scroll-content>.wd-page-content-wrapper>.row-container:first-child{}
body.page-lancamento .whb-header,body.page-lancamento .footer-container,body.page-lancamento .wd-prefooter,body.page-lancamento .mobile-header,body.page-lancamento .wd-sticky-nav,body.page-lancamento .wd-social-icons,body.page-lancamento .wd-tools-icon{display:none!important}
body.page-lancamento{margin:0;font-size:16px}
body.page-lancamento .site-content,body.page-lancamento .content-area{padding:0!important;margin:0!important;max-width:none!important}
.gps-lp{font-family:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;color:var(--ink);overflow-x:hidden;line-height:1.5;font-size:16px}
.gps-lp *{box-sizing:border-box}
.gps-lp section{padding:64px 20px}
/* BLOCO 1 — MULTA */
.gps-lp .b1{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#e9e9e4}
.gps-lp .doc{max-width:640px;width:100%;background:var(--paper);border:2px solid #2a2a2a;padding:40px;font-family:Georgia,"Times New Roman",serif;box-shadow:0 30px 80px rgba(0,0,0,.35);position:relative;transform:translateY(-120vh) rotate(-3deg);animation:dropIn 1s cubic-bezier(.2,.8,.2,1) .2s forwards}
.gps-lp .doc__brasao{width:64px;height:64px;margin:0 auto 12px;display:block}
.gps-lp .doc__org{text-align:center;font-size:13px;letter-spacing:1px;text-transform:uppercase;color:#444;border-bottom:1px solid #999;padding-bottom:14px;margin-bottom:18px}
.gps-lp .doc__tag{text-align:center;font-weight:bold;font-size:12px;letter-spacing:3px;color:#8a1c1c;margin-bottom:6px}
.gps-lp .doc__title{text-align:center;font-size:22px;font-weight:bold;margin:0 0 18px;line-height:1.3}
.gps-lp .doc__meta{font-size:12.5px;color:#333;display:flex;justify-content:space-between;flex-wrap:wrap;gap:6px;border-top:1px dashed #aaa;border-bottom:1px dashed #aaa;padding:10px 0;margin:16px 0}
.gps-lp .doc__body{font-size:14px;line-height:1.6;color:#222}
.gps-lp .doc__stamp{position:absolute;top:24px;right:18px;border:3px solid #8a1c1c;color:#8a1c1c;font-weight:bold;font-size:13px;letter-spacing:1px;padding:6px 10px;border-radius:6px;transform:rotate(14deg) scale(0);opacity:0;animation:stamp .35s ease-out 1.15s forwards}
.gps-lp .doc__btn{display:block;width:100%;min-height:52px;margin-top:24px;background:#8a1c1c;color:#fff;border:0;font-family:inherit;font-size:16px;font-weight:bold;padding:16px;border-radius:6px;cursor:pointer;transition:filter .15s,transform .15s}
.gps-lp .doc__btn:hover{filter:brightness(1.1)}.gps-lp .doc__btn:active{transform:scale(.98)}
/* BLOCO 2 — REVELAÇÃO */
.gps-lp .b2{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;background:linear-gradient(rgba(9,33,54,.78),rgba(9,33,54,.92)),url("/wp-content/uploads/gpsshop/reveal-bg.png") center/cover}
.gps-lp .b2 canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
.gps-lp .b2 h1{font-size:clamp(34px,8.5vw,90px);font-weight:800;margin:0;letter-spacing:-1px;line-height:1.05;position:relative;color:#fff;text-shadow:0 2px 30px rgba(0,0,0,.5);max-width:100%;word-break:break-word}
.gps-lp .b2 h1 b{color:var(--orange)}
.gps-lp .b2 p{font-size:clamp(16px,2.4vw,22px);color:#cfe0ee;margin-top:18px;max-width:680px;position:relative}
/* fade-in genérico */
.gps-lp .rise{opacity:0;transform:translateY(36px);transition:opacity .7s ease,transform .7s ease}
.gps-lp .rise.in{opacity:1;transform:none}
/* BLOCO 3 — VÍDEO */
.gps-lp .b3{background:#0b1622;text-align:center;color:#fff}
.gps-lp .b3 h2{font-size:clamp(24px,4vw,34px);margin:0 0 24px}
.gps-lp .video{width:100%;max-width:400px;margin:0 auto;aspect-ratio:9/16;background:#11233a;border:1px solid rgba(245,130,32,.35);border-radius:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;overflow:hidden}
.gps-lp .video__play{width:84px;height:84px;border-radius:50%;background:var(--orange);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 40px rgba(245,130,32,.5);transition:transform .2s}
.gps-lp .video:hover .video__play{transform:scale(1.08)}
.gps-lp .video__play::after{content:"";border-style:solid;border-width:16px 0 16px 26px;border-color:transparent transparent transparent #fff;margin-left:6px}
.gps-lp #video-lancamento{width:100%;height:100%}.gps-lp #video-lancamento:empty{display:none}.gps-lp #video-lancamento iframe{width:100%;height:100%;border:0;display:block}
/* BLOCO 4 — QUEM SOMOS */
.gps-lp .b4{background:#f5f7f9}
.gps-lp .b4 h2{text-align:center;font-size:clamp(24px,4vw,34px);color:var(--navy);margin:0 0 8px}
.gps-lp .b4 .sub{text-align:center;color:#5a6b7a;max-width:640px;margin:0 auto 40px}
.gps-lp .cols{display:grid;grid-template-columns:1fr;gap:20px;max-width:1000px;margin:0 auto}
.gps-lp .card{background:#fff;border:1px solid #e3e9ee;border-radius:14px;padding:28px}
.gps-lp .card h3{color:var(--navy);margin:0 0 10px;font-size:19px}
.gps-lp .card p{color:#4a5a68;line-height:1.6;margin:0;font-size:15px}
.gps-lp .icons{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;max-width:900px;margin:40px auto 0}
.gps-lp .chip{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e3e9ee;border-radius:99px;padding:10px 18px;font-weight:600;color:var(--navy);font-size:14px}
.gps-lp .chip svg{width:22px;height:22px;color:var(--orange);flex:none}
/* BLOCO 5 — PRODUTOS */
.gps-lp .b5{background:#fff}
.gps-lp .b5 h2{text-align:center;font-size:clamp(24px,4vw,34px);color:var(--navy);margin:0 0 40px}
.gps-lp .grid{display:grid;grid-template-columns:1fr;gap:20px;max-width:1080px;margin:0 auto}
.gps-lp .prod{border:1px solid #e3e9ee;border-radius:14px;overflow:hidden;background:#fff;transition:transform .2s,box-shadow .2s;text-decoration:none;color:inherit;display:flex;flex-direction:column}
.gps-lp .prod:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(9,33,54,.12)}
.gps-lp .prod img{width:100%;aspect-ratio:1;object-fit:cover;background:#f2f4f6}
.gps-lp .prod__b{padding:16px}
.gps-lp .prod__n{font-size:14.5px;font-weight:600;color:var(--navy);line-height:1.35;margin:0 0 8px;min-height:38px}
.gps-lp .prod__p{color:var(--orange);font-weight:bold;font-size:17px}
.gps-lp .prod__p del{color:#9aa7b2;font-weight:400;font-size:14px;margin-right:6px}.gps-lp .prod__p ins{text-decoration:none}
/* BLOCO 6 — CTA */
.gps-lp .b6{background:var(--navy);text-align:center;color:#fff}
.gps-lp .b6 h2{font-size:clamp(26px,4.5vw,40px);margin:0 0 10px;max-width:760px;margin-left:auto;margin-right:auto}
.gps-lp .b6 p{color:#9fb3c5;margin:0 0 28px}
.gps-lp .btn-orange{display:inline-flex;align-items:center;justify-content:center;min-height:52px;background:var(--orange);color:#fff;font-weight:bold;font-size:17px;padding:14px 38px;border-radius:10px;text-decoration:none;transition:filter .15s,transform .15s}
.gps-lp .btn-orange:hover{filter:brightness(1.08)}.gps-lp .btn-orange:active{transform:scale(.98)}
/* WhatsApp flutuante */
.gps-wa{position:fixed;right:20px;bottom:20px;width:56px;height:56px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 28px rgba(0,0,0,.3);z-index:9999;animation:pulse 2.4s infinite}
.gps-wa svg{width:32px;height:32px;fill:#fff}
@keyframes dropIn{to{transform:translateY(0) rotate(0)}}
@keyframes stamp{60%{transform:rotate(14deg) scale(1.25);opacity:1}to{transform:rotate(14deg) scale(1);opacity:.9}}
@keyframes pulse{0%,100%{box-shadow:0 8px 28px rgba(0,0,0,.3)}50%{box-shadow:0 8px 28px rgba(37,211,102,.7)}}
@media(prefers-reduced-motion:reduce){.gps-lp .doc{animation:none;transform:none}.gps-lp .doc__stamp{animation:none;opacity:.9;transform:rotate(14deg) scale(1)}.gps-lp .rise{opacity:1;transform:none}.gps-wa{animation:none}}
/* MOBILE (<=480px) — legibilidade e toque */
@media(max-width:480px){
  .gps-lp section{padding:48px 20px}
  .gps-lp .doc{padding:26px 20px}
  .gps-lp .doc__title{font-size:20px}
  .gps-lp .doc__body{font-size:15px}
  .gps-lp .doc__meta{font-size:13px;gap:4px}
  .gps-lp .b2 p,.gps-lp .b4 .sub,.gps-lp .card p,.gps-lp .chip,.gps-lp .prod__n{font-size:16px}
  .gps-lp .prod__n{min-height:0}
  .gps-lp .b6 .btn-orange{width:100%}
}
/* DESKTOP */
@media(min-width:768px){.gps-lp .cols{grid-template-columns:repeat(3,1fr)}.gps-lp .grid{grid-template-columns:repeat(3,1fr)}}

/* YITH Wishlist — cor da marca GPS Shop (#F5A623) */
.yith-wcwl-add-to-wishlist a.add_to_wishlist,
.yith-wcwl-wishlistaddedbrowse a,
.yith-wcwl-wishlistexistsbrowse a,
.yith-wcwl-add-to-wishlist .yith-wcwl-icon { color:#F5A623 !important; border-color:#F5A623 !important; }
.yith-wcwl-add-button > a:hover,
.yith-wcwl-add-to-wishlist a.add_to_wishlist:hover { color:#F5A623 !important; }
