*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --blue:#173f96;
  --blue-dark:#0b2d73;
  --blue-deep:#071f54;
  --yellow:#ffe200;
  --red:#d71920;
  --sky:#41bfe9;
  --white:#fff;
  --soft:#f4f7ff;
  --ink:#071f54;
  --muted:#607098;
  --shadow:0 26px 80px rgba(5,22,62,.24);
  --radius:28px;
}
html{scroll-behavior:smooth}
body{font-family:'Inter',Arial,sans-serif;background:var(--blue);color:var(--white);overflow-x:hidden}
a{text-decoration:none;color:inherit}
img,video{display:block;max-width:100%}
.page-shell{width:100%;margin:0;padding:0}
.hero-card{min-height:100vh;display:flex;flex-direction:column;justify-content:center;gap:54px;padding:54px clamp(24px,5vw,86px) 74px;background:var(--blue)}
.hero-card>*{width:min(1540px,100%);margin-left:auto;margin-right:auto}
.brand-top{display:flex;align-items:center;justify-content:center;gap:18px;text-align:left}
.brand-logo{width:110px;height:110px;border-radius:50%;object-fit:cover;box-shadow:0 18px 40px rgba(0,0,0,.18)}
.brand-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.28em;color:rgba(255,255,255,.74);font-weight:700;margin-bottom:8px}
h1{font-size:clamp(30px,4vw,52px);line-height:1.02;letter-spacing:-.04em}
.brand-subtitle{font-size:18px;color:rgba(255,255,255,.9);margin-top:8px}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) 390px;align-items:center;gap:54px}
.hero-copy{max-width:680px}
.pill{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:10px 18px;font-size:13px;font-weight:800;color:var(--yellow);margin-bottom:22px}
.hero-copy h2{font-size:clamp(42px,6.2vw,82px);line-height:.96;letter-spacing:-.065em;margin-bottom:24px}
.hero-copy p{font-size:18px;line-height:1.72;color:rgba(255,255,255,.84);max-width:620px}
.quick-links{display:flex;flex-direction:column;gap:18px;margin-top:34px;max-width:560px}
.quick-link{height:72px;display:flex;align-items:center;justify-content:center;background:var(--white);color:#101010;border-radius:999px;font-size:18px;font-weight:700;box-shadow:0 14px 36px rgba(0,0,0,.14);transition:.22s ease}
.quick-link:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(0,0,0,.22)}
.quick-link.primary{background:var(--yellow);color:var(--blue-deep)}
.video-frame{justify-self:center;width:100%;max-width:380px;background:rgba(255,255,255,.16) url("assets/sj-fachada-logo-dia.jpg") center/cover no-repeat;border:1px solid rgba(255,255,255,.2);border-radius:34px;padding:12px;box-shadow:var(--shadow)}
.video-frame video{width:100%;aspect-ratio:9/16;object-fit:cover;border-radius:24px;background:transparent}
.form-section,.gallery-section,.stores-section{color:var(--ink);border-radius:0;padding:clamp(44px,5vw,86px);margin-bottom:0;box-shadow:none}
.form-section{min-height:100vh;background:var(--soft);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto minmax(0,1fr);gap:clamp(24px,3vw,42px) clamp(42px,5vw,82px);align-items:stretch}
.form-title{grid-column:1/-1;font-size:clamp(38px,4.8vw,72px);line-height:.98;letter-spacing:-.055em;color:var(--blue-deep)}
.section-copy{min-height:0}
.section-copy h2,.gallery-head h2{font-size:clamp(32px,4vw,56px);line-height:1;letter-spacing:-.055em;margin-bottom:18px;color:var(--blue-deep)}
.section-copy p{font-size:17px;line-height:1.75;color:var(--muted)}
.store-photo{position:relative;overflow:hidden;border-radius:24px;margin-top:0;height:100%;min-height:0;box-shadow:0 18px 55px rgba(7,31,84,.14);background:#dbe4ff}
.store-photo img{width:100%;height:100%;min-height:0;object-fit:cover}
.store-photo figcaption{position:absolute;left:18px;right:18px;bottom:18px;background:var(--blue);color:var(--white);border-radius:999px;padding:12px 18px;font-weight:800;text-align:center;box-shadow:0 8px 24px rgba(0,0,0,.18)}
.benefits{display:grid;gap:14px;margin-top:34px}
.benefit{background:var(--white);border:1px solid rgba(7,31,84,.08);border-radius:20px;padding:18px 20px}
.benefit strong{display:block;font-size:17px;margin-bottom:6px;color:var(--blue-deep)}
.benefit span{font-size:14px;line-height:1.45;color:var(--muted)}
.form-card{height:100%;background:var(--white);border-radius:26px;padding:36px;box-shadow:0 18px 55px rgba(7,31,84,.12);border:1px solid rgba(7,31,84,.08)}
.form-brand{display:flex;align-items:center;gap:12px;margin-bottom:28px;font-weight:800;color:var(--blue-deep)}
.form-brand img{width:50px;height:50px;border-radius:50%;object-fit:cover}
.field-group{margin-bottom:18px}
.field-group label{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.16em;font-weight:800;color:var(--blue);margin-bottom:8px}
.field-group input,.field-group select,.field-group textarea{width:100%;border:1.5px solid #dbe4ff;background:#f9fbff;border-radius:16px;padding:16px 16px;font:inherit;font-size:16px;color:var(--ink);outline:none;transition:.2s ease}
.field-group textarea{resize:vertical;min-height:116px}
.field-group input:focus,.field-group select:focus,.field-group textarea:focus{border-color:var(--blue);background:var(--white);box-shadow:0 0 0 4px rgba(23,63,150,.1)}
.submit-button{width:100%;border:0;border-radius:999px;background:var(--blue);color:var(--white);padding:19px 22px;font-size:16px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:.22s ease;margin-top:8px}
.submit-button:hover{background:var(--blue-dark);transform:translateY(-1px)}
.privacy-note{font-size:12px;line-height:1.55;color:var(--muted);text-align:center;margin-top:14px}
.gallery-section{min-height:100vh;background:var(--blue);color:var(--white)}
.gallery-section .gallery-head{width:min(1540px,100%);max-width:none;margin:0 auto 36px}
.gallery-section .gallery-head h2{color:var(--white)}
.gallery-grid{width:min(1540px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(320px,34vh);gap:16px}
.gallery-item{position:relative;overflow:hidden;border-radius:24px;background:#dbe4ff}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:.45s ease}
.gallery-item:hover img{transform:scale(1.04)}
.gallery-item.tall{grid-row:span 2}
.gallery-item.wide{grid-column:span 2}
.gallery-item span{position:absolute;left:18px;bottom:18px;background:var(--blue);color:var(--white);border-radius:999px;padding:10px 18px;font-weight:800;box-shadow:0 8px 24px rgba(0,0,0,.18)}
.stores-section{position:relative;min-height:24vh;background:var(--yellow);display:flex;flex-direction:column;justify-content:flex-end;padding-top:clamp(28px,3vw,42px);padding-bottom:clamp(24px,3vw,42px);overflow:hidden}
.stores-section .gallery-head{width:min(1120px,100%);max-width:none;margin:0 auto 18px}
.stores-section .gallery-head h2{color:var(--blue-deep)}
.store-grid{position:relative;z-index:1;width:min(1120px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.store-card{background:var(--blue);color:var(--white);border-radius:18px;padding:18px 16px;text-align:center;min-height:124px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;transition:.22s ease}
.store-card:hover{transform:translateY(-3px);background:var(--blue-dark)}
.store-card img{width:48px;height:48px;border-radius:50%;object-fit:cover}
.store-card strong{font-size:17px}
.store-card span{font-size:13px;line-height:1.35;color:rgba(255,255,255,.82)}
.site-watermark{display:none}
footer{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding:18px clamp(28px,7vw,120px) 26px;background:var(--yellow);color:var(--blue-deep);font-weight:800}
footer img{width:46px;height:46px;border-radius:50%;object-fit:cover}
footer img{justify-self:start}
footer span{grid-column:3;justify-self:end}
footer::after{content:"o nosso negócio é vender o seu";justify-self:center;grid-column:2;grid-row:1;font-size:13px;color:rgba(7,31,84,.42);font-weight:900}
@media(max-width:980px){
  .hero-grid,.form-section{grid-template-columns:1fr}
  .video-frame{max-width:320px}
  .store-grid{grid-template-columns:1fr 1fr}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
  .page-shell{width:100%;padding-top:0}
  .hero-card{min-height:auto;padding:24px 20px 42px;gap:34px}
  .brand-top{flex-direction:column;text-align:center;gap:12px}
  .brand-logo{width:96px;height:96px}
  .hero-grid{gap:34px}
  .hero-copy{text-align:center}
  .hero-copy p{font-size:16px}
  .quick-link{height:64px;font-size:16px}
  .video-frame{max-width:min(100%,420px);padding:10px}
  .video-frame video{min-height:520px}
  .form-section,.gallery-section,.stores-section{padding:28px;border-radius:0}
  .form-card{padding:24px;border-radius:22px}
  .store-photo,.store-photo img{min-height:260px}
  .store-photo figcaption{font-size:13px;border-radius:18px}
  .gallery-grid{grid-template-columns:1fr;grid-auto-rows:260px}
  .gallery-item.tall,.gallery-item.wide{grid-row:auto;grid-column:auto}
  .store-grid{grid-template-columns:1fr}
  .stores-section{min-height:auto}
}
