/* ============================================================================
   BARREIRÃO MOTOS — "PERFORMANCE GARAGE"
   Estética própria: navy escuro, diagonais de velocidade, brilho azul,
   tipografia condensada esportiva. NÃO é o estilo cartaz/povão.
   ============================================================================ */

:root {
  --bg:        #080E2A;   /* navy quase preto */
  --bg-2:      #0D1640;   /* painel */
  --bg-3:      #15205A;   /* card hover */
  --line:      #25306B;   /* hairlines */
  --blue:      #2A45E0;   /* azul elétrico */
  --blue-deep: #16299A;
  --blue-glow: rgba(42,69,224,0.5);
  --yellow:    #FFD21A;
  --yellow-deep:#E6B800;
  --white:     #EEF3FF;
  --muted:     #8B98BD;
  --green:     #25D366;  /* whatsapp */
  --green-deep:#1AAE50;

  --ff-display: "Saira Condensed", "Oswald", Impact, sans-serif;
  --ff-head:    "Archivo", "Saira Condensed", sans-serif;
  --ff-body:    "Inter", system-ui, -apple-system, sans-serif;
  --ff-mono:    "Space Mono", "IBM Plex Mono", ui-monospace, monospace;

  --maxw: 1240px;
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }

html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--white);
  font-family: var(--ff-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

/* mono kicker / labels */
.kicker {
  font-family: var(--ff-mono);
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--blue);
}
.kicker .slash { color: var(--yellow); }

/* chevron divider */
.chev { color: var(--yellow); font-weight: 900; }

/* ============ BUTTONS ============ */
.btn {
  --c: var(--blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--ff-head);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 15px 26px;
  border-radius: 999px;
  transition: transform .12s ease, box-shadow .18s ease, background .15s;
  white-space: nowrap;
}
.btn svg { width: 20px; height: 20px; }
.btn-zap {
  background: var(--green);
  color: #06210F;
  box-shadow: 0 8px 30px rgba(37,211,102,0.28);
}
.btn-zap:hover { background: var(--green-deep); transform: translateY(-2px); }
.btn-yellow {
  background: var(--yellow);
  color: #1A1400;
  box-shadow: 0 8px 30px rgba(255,210,26,0.25);
}
.btn-yellow:hover { background: var(--yellow-deep); transform: translateY(-2px); }
.btn-ghost {
  background: transparent;
  color: var(--white);
  box-shadow: inset 0 0 0 2px var(--line);
}
.btn-ghost:hover { box-shadow: inset 0 0 0 2px var(--blue); color: #fff; transform: translateY(-2px); }

/* ============ UTILITY BAR ============ */
.util {
  background: #060B18;
  border-bottom: 1px solid var(--line);
  font-family: var(--ff-head);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.util .wrap { display: flex; align-items: center; justify-content: space-between; height: 38px; }
.util .u-left { color: var(--muted); text-transform: uppercase; letter-spacing: 1.5px; }
.util .u-left b { color: var(--yellow); font-weight: 800; }
.util .u-right { display: flex; gap: 22px; color: var(--muted); }
.util .u-right a { display: inline-flex; align-items: center; gap: 7px; transition: color .15s; }
.util .u-right a:hover { color: var(--white); }
.util .u-right svg { width: 13px; height: 13px; color: var(--blue); }
@media (max-width: 760px) {
  .util .u-left { display: none; }
  .util .wrap { justify-content: center; }
  .util .u-right { gap: 16px; font-size: 11px; }
}

/* ============ NAV / HEADER ============ */
.nav {
  position: sticky; top: 0; z-index: 40;
  background: rgba(10,17,36,0.82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: 13px; }
.brand-logo { height: 46px; width: auto; display: block; }
.foot .brand-logo { height: 52px; }
@media (max-width: 420px) { .brand-logo { height: 38px; } }
.brand-badge {
  width: 46px; height: 46px; flex-shrink: 0;
  display: grid; place-items: center;
}
.brand-badge img { width: 46px; height: 46px; object-fit: contain; }
.brand-txt { line-height: 1; }
.brand-txt .bt-1 {
  font-family: var(--ff-display);
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.brand-txt .bt-1 em { color: var(--yellow); font-style: normal; }
.brand-txt .bt-2 {
  font-family: var(--ff-mono);
  font-size: 9.5px;
  letter-spacing: 3px;
  color: var(--muted);
  text-transform: uppercase;
  margin-top: 3px;
}
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-phone {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: var(--white);
  display: flex; align-items: center; gap: 8px;
}
.nav-phone svg { width: 18px; height: 18px; color: var(--yellow); }
@media (max-width: 880px) { .nav-phone { display: none; } }
@media (max-width: 420px) { .brand-txt .bt-1 { font-size: 20px; } .nav .wrap { height: 64px; } }

/* ============ HERO ============ */
.hero {
  position: relative;
  background:
    radial-gradient(1100px 520px at 78% -10%, rgba(42,69,224,0.30), transparent 60%),
    radial-gradient(700px 380px at 0% 110%, rgba(255,210,26,0.10), transparent 60%),
    var(--bg);
  overflow: hidden;
  padding: 70px 0 110px;
}
/* speed streaks */
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(115deg, rgba(255,255,255,0.035) 0 2px, transparent 2px 80px);
  pointer-events: none;
}
/* angled bottom cut */
.hero::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: -1px; height: 70px;
  background: var(--bg-2);
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
}
.hero .wrap { position: relative; z-index: 2; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 44px;
  align-items: stretch;
}
@media (max-width: 940px) { .hero-grid { grid-template-columns: 1fr; gap: 36px; } .hero { padding: 44px 0 80px; } }

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  margin-bottom: 22px;
}
.hero-eyebrow .tagline {
  font-family: var(--ff-mono);
  font-size: 12px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--muted);
}
.hero h1 {
  font-family: var(--ff-display);
  font-weight: 900;
  font-size: clamp(46px, 8vw, 104px);
  line-height: 0.92;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  margin: 0 0 22px;
}
.hero h1 .stroke {
  color: transparent;
  -webkit-text-stroke: 2px var(--white);
}
.hero h1 .hl {
  color: var(--yellow);
  position: relative;
}
.hero p.lead {
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.55;
  color: #C3CEEA;
  max-width: 520px;
  margin: 0 0 32px;
  font-weight: 500;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }

.hero-feats { display: flex; flex-wrap: wrap; gap: 10px 26px; }
.hero-feat {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--ff-head); font-weight: 700; font-size: 13px;
  text-transform: uppercase; letter-spacing: 0.5px; color: #D6DEF5;
}
.hero-feat svg { width: 17px; height: 17px; color: var(--yellow); flex-shrink: 0; }

/* hero right — "pit board" */
.hero-left { align-self: center; }

/* hero right — fachada + pit board */
.hero-right { display: flex; flex-direction: column; gap: 16px; }
@media (min-width: 941px) {
  .hero-photo { aspect-ratio: auto; flex: 1 1 auto; min-height: 280px; }
}
.hero-photo {
  position: relative; margin: 0;
  border-radius: 8px; overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 16 / 10;
  box-shadow: 0 30px 70px rgba(0,0,0,0.5);
}
.hero-photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(7,12,26,0.55));
  pointer-events: none;
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-photo .hp-badge {
  position: absolute; left: 12px; bottom: 12px; z-index: 2;
  font-family: var(--ff-mono); font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  color: #0A1124; background: var(--yellow);
  padding: 5px 11px; border-radius: 4px;
}

.pitboard {
  position: relative;
  background: linear-gradient(160deg, #12203F, #0B1530);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.5), 0 0 0 1px rgba(42,69,224,0.06);
  overflow: hidden;
}
.pitboard::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--yellow));
}
.pitboard .pb-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--ff-mono); font-size: 11px; letter-spacing: 2px;
  text-transform: uppercase; color: var(--blue);
  margin-bottom: 16px;
}
.pitboard .pb-tag .live { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(37,211,102,0.18); }
.pitboard h2 {
  font-family: var(--ff-display); font-weight: 900;
  font-size: 34px; line-height: 0.95; text-transform: uppercase;
  margin: 0 0 18px;
}
.pb-row {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 14px 0; border-top: 1px solid var(--line);
}
.pb-row:first-of-type { border-top: 0; }
.pb-row .pb-ic {
  width: 34px; height: 34px; flex-shrink: 0; border-radius: 6px;
  display: grid; place-items: center;
  background: rgba(42,69,224,0.12); color: var(--blue);
}
.pb-row .pb-ic svg { width: 18px; height: 18px; }
.pb-row .pb-k { font-family: var(--ff-mono); font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); }
.pb-row .pb-v { font-family: var(--ff-head); font-weight: 700; font-size: 16px; line-height: 1.25; margin-top: 2px; }
.pb-row .pb-v a { color: var(--white); }
.pitboard .pb-cta { margin-top: 18px; width: 100%; }

/* compact variant (under fachada photo) */
.pitboard-compact { padding: 18px; }
.pitboard-compact .pb-tag { margin-bottom: 14px; }
.pb-mini { display: grid; gap: 12px; }
.pbm { display: flex; align-items: flex-start; gap: 11px; }
.pbm .pb-ic { width: 30px; height: 30px; flex-shrink: 0; border-radius: 6px; display: grid; place-items: center; background: rgba(42,69,224,0.12); color: var(--blue); }
.pbm .pb-ic svg { width: 16px; height: 16px; }
.pbm .pb-k { font-family: var(--ff-mono); font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); }
.pbm .pb-v { font-family: var(--ff-head); font-weight: 700; font-size: 14px; line-height: 1.3; margin-top: 2px; }
.pitboard-compact .pb-cta { margin-top: 16px; font-size: 13px; padding: 14px 16px; }

/* ============ STATS BAND ============ */
.stats {
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.stats .wrap { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat {
  padding: 26px 18px;
  text-align: center;
  border-left: 1px solid var(--line);
  position: relative;
}
.stat:first-child { border-left: 0; }
.stat .s-num {
  font-family: var(--ff-display); font-weight: 900; font-size: 40px; line-height: 1;
  color: var(--yellow);
}
.stat .s-num.blue { color: var(--blue); }
.stat .s-lbl {
  font-family: var(--ff-mono); font-size: 11px; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--muted); margin-top: 8px;
}
@media (max-width: 760px) {
  .stats .wrap { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3) { border-left: 0; }
  .stat:nth-child(n+3) { border-top: 1px solid var(--line); }
  .stat .s-num { font-size: 32px; }
}

/* ============ SECTION HEADING ============ */
.sec { padding: clamp(54px, 9vw, 86px) 0; }
.sec-head { margin-bottom: 44px; max-width: 720px; }
.sec-head .kicker { margin-bottom: 14px; display: inline-block; }
.sec-head h2 {
  font-family: var(--ff-display); font-weight: 900;
  font-size: clamp(34px, 5.5vw, 60px); line-height: 0.96;
  text-transform: uppercase; letter-spacing: -0.5px; margin: 0;
}
.sec-head h2 .hl { color: var(--yellow); }
.sec-head p { color: #AEB9D8; font-size: 16px; line-height: 1.55; margin: 16px 0 0; font-weight: 500; }

/* ============ CATEGORIAS (rows) ============ */
.cats { background: var(--bg); }
.cat-row {
  display: grid;
  grid-template-columns: 84px 1.1fr 1fr;
  gap: 30px;
  align-items: center;
  padding: 34px 0;
  border-top: 1px solid var(--line);
  position: relative;
}
.cat-row:last-child { border-bottom: 1px solid var(--line); }
.cat-row .c-num {
  font-family: var(--ff-display); font-weight: 900; font-size: 56px;
  color: transparent; -webkit-text-stroke: 1.5px var(--line); line-height: 1;
}
.cat-row .c-main h3 {
  font-family: var(--ff-display); font-weight: 800; font-size: 34px;
  text-transform: uppercase; line-height: 1; margin: 0 0 10px;
}
.cat-row .c-main h3 .chev { margin-right: 6px; }
.cat-row .c-main p { color: #AEB9D8; font-size: 15px; line-height: 1.5; margin: 0 0 14px; max-width: 440px; font-weight: 500; }
.cat-row .c-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.cat-row .c-tags span {
  font-family: var(--ff-mono); font-size: 11px; letter-spacing: 0.5px;
  text-transform: uppercase; color: #B9C4E2;
  padding: 5px 11px; border: 1px solid var(--line); border-radius: 99px;
}
.cat-row .c-media {
  position: relative; height: 190px; border-radius: 8px; overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-2);
}
.cat-row .c-media img { width: 100%; height: 100%; object-fit: cover; opacity: 0.92; transition: transform .4s ease, opacity .3s; }
.cat-row:hover .c-media img { transform: scale(1.05); opacity: 1; }
.cat-row .c-media.ph {
  display: grid; place-items: center;
  background: radial-gradient(400px 200px at 70% 30%, rgba(42,69,224,0.18), transparent), var(--bg-2);
}
.cat-row .c-media.ph svg { width: 76px; height: 76px; color: var(--blue); opacity: 0.5; }
.cat-row .c-media .c-go {
  position: absolute; right: 12px; bottom: 12px;
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--yellow); color: #1A1400;
  font-family: var(--ff-head); font-weight: 800; font-size: 12px;
  text-transform: uppercase; letter-spacing: 0.5px;
  padding: 9px 13px; border-radius: 4px;
  transition: transform .12s, background .15s;
}
.cat-row .c-media .c-go:hover { background: #fff; transform: translateY(-1px); }
.cat-row .c-media .c-go svg { width: 14px; height: 14px; color: currentColor; }
@media (max-width: 860px) {
  .cat-row { grid-template-columns: 1fr; gap: 16px; padding: 28px 0; }
  .cat-row .c-num { font-size: 40px; -webkit-text-stroke: 1px var(--line); }
  .cat-row .c-media { height: 200px; order: 3; }
}

/* ============ MARCAS ============ */
.marcas { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 46px 0; }
.marcas .m-lbl {
  text-align: center; font-family: var(--ff-mono); font-size: 12px;
  letter-spacing: 3px; text-transform: uppercase; color: var(--muted); margin-bottom: 26px;
}
.marcas-grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; align-items: stretch;
}
.marcas-grid .m-cell {
  display: flex; align-items: center; justify-content: center;
  padding: 16px 12px; border: 1px solid var(--line); border-radius: 8px;
  background: rgba(42,69,224,0.05); transition: border-color .18s, background .18s;
}
.marcas-grid .m-cell:hover { border-color: var(--blue); background: rgba(42,69,224,0.12); }
.marcas-grid .m-cell img {
  height: 26px; width: 100%; object-fit: contain;
  filter: brightness(0) invert(1); opacity: 0.62; transition: opacity .18s;
}
.marcas-grid .m-cell:hover img { opacity: 1; }
.marcas-grid .m-fallback {
  display: flex; align-items: center; justify-content: center; text-align: center;
  font-family: var(--ff-display); font-weight: 800; font-size: 16px;
  text-transform: uppercase; color: #B9C4E2; letter-spacing: 0.5px;
  padding: 16px 8px; border: 1px solid var(--line); border-radius: 8px;
  background: rgba(42,69,224,0.05);
}
@media (max-width: 900px) { .marcas-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 500px) { .marcas-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; } .marcas-grid .m-fallback { font-size: 14px; padding: 14px 6px; } }

/* ============ LOCALIZAÇÃO ============ */
.local { background: var(--bg); }
.local-box {
  display: grid; grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line); border-radius: 10px; overflow: hidden;
  background: var(--bg-2);
}
@media (max-width: 860px) { .local-box { grid-template-columns: 1fr; } }
.local-map { position: relative; min-height: 380px; background: #0a1430; cursor: pointer; }
.local-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.local-map .map-ph {
  position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 12px;
  background:
    repeating-linear-gradient(125deg, rgba(42,69,224,0.06) 0 2px, transparent 2px 26px),
    radial-gradient(300px 200px at 50% 40%, rgba(42,69,224,0.2), transparent), #0a1430;
  text-align: center; padding: 24px;
}
.local-map .map-ph .pin {
  width: 54px; height: 54px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg);
  background: var(--blue); box-shadow: 0 14px 36px var(--blue-glow); position: relative;
}
.local-map .map-ph .pin::after { content:""; position:absolute; inset: 16px; border-radius:50%; background: var(--bg); }
.local-map .map-ph .mp-t { font-family: var(--ff-mono); font-size: 12px; letter-spacing: 1.5px; color: #C3CEEA; text-transform: uppercase; }
.local-map .map-ph .mp-s { font-family: var(--ff-mono); font-size: 11px; color: var(--muted); }
.local-map .map-route {
  position: absolute; right: 16px; top: 16px; z-index: 3;
}
.local-info { padding: 40px 38px; display: flex; flex-direction: column; gap: 18px; }
@media (max-width: 500px) { .local-info { padding: 28px 22px; } }
.local-info h3 {
  font-family: var(--ff-display); font-weight: 900; font-size: 38px; text-transform: uppercase;
  line-height: 0.95; margin: 0;
}
.li-row { display: flex; align-items: flex-start; gap: 13px; }
.li-row .li-ic { width: 38px; height: 38px; flex-shrink: 0; border-radius: 7px; display: grid; place-items: center; background: rgba(42,69,224,0.12); color: var(--blue); }
.li-row .li-ic svg { width: 19px; height: 19px; }
.li-row .li-k { font-family: var(--ff-mono); font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); }
.li-row .li-v { font-family: var(--ff-head); font-weight: 700; font-size: 16px; line-height: 1.3; margin-top: 3px; }
.li-row .li-v a { color: var(--white); }
.local-info .li-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }

/* ============ CTA BAND ============ */
.cta-band {
  position: relative;
  background:
    radial-gradient(700px 300px at 80% 20%, rgba(255,210,26,0.18), transparent),
    linear-gradient(120deg, var(--blue-deep), var(--blue));
  overflow: hidden;
}
.cta-band::before {
  content: ""; position: absolute; inset: 0;
  background-image: repeating-linear-gradient(115deg, rgba(255,255,255,0.06) 0 2px, transparent 2px 70px);
}
.cta-band .wrap { position: relative; z-index: 2; padding: 70px 22px; text-align: center; }
.cta-band h2 {
  font-family: var(--ff-display); font-weight: 900; font-size: clamp(34px, 6vw, 68px);
  text-transform: uppercase; line-height: 0.95; margin: 0 0 14px;
}
.cta-band h2 .hl { color: var(--yellow); }
.cta-band p { color: #DCE6FF; font-size: 17px; margin: 0 auto 30px; max-width: 560px; font-weight: 500; }
.cta-band .cta-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ============ FOOTER ============ */
.foot { background: #060B18; border-top: 1px solid var(--line); padding: 56px 0 30px; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 34px; }
@media (max-width: 760px) { .foot-grid { grid-template-columns: 1fr; gap: 28px; } }
.foot .brand { margin-bottom: 16px; }
.foot-about { color: var(--muted); font-size: 14px; line-height: 1.6; max-width: 380px; }
.foot-col h5 { font-family: var(--ff-mono); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--yellow); margin: 0 0 14px; }
.foot-col a, .foot-col p { display: flex; align-items: center; gap: 9px; color: #B9C4E2; font-size: 14px; margin: 0 0 10px; transition: color .15s; }
.foot-col a:hover { color: #fff; }
.foot-col svg { width: 15px; height: 15px; color: var(--blue); flex-shrink: 0; }
.foot-bottom {
  margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--line);
  display: flex; flex-direction: column; align-items: center; gap: 18px;
  text-align: center;
  font-family: var(--ff-mono); font-size: 11px; letter-spacing: 0.5px; color: var(--muted);
}
.foot-credit {
  display: inline-flex; flex-direction: column; align-items: center; gap: 9px;
}
.foot-credit .fc-label {
  font-family: var(--ff-mono); font-size: 10px; letter-spacing: 3px;
  text-transform: uppercase; color: var(--muted);
}
.foot-credit .fc-logo {
  display: inline-flex; align-items: center;
  background: #fff; border-radius: 10px; padding: 12px 20px;
  box-shadow: 0 8px 26px rgba(0,0,0,0.35);
  transition: transform .15s ease, box-shadow .2s ease;
}
.foot-credit:hover .fc-logo { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(42,69,224,0.3); }
.foot-credit .fc-logo img { height: 32px; width: auto; display: block; }

/* ============ FLOAT ZAP ============ */
.fab {
  position: fixed; right: 18px; bottom: 18px; z-index: 60;
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--green); color: #06210F;
  font-family: var(--ff-head); font-weight: 800; font-size: 14px; text-transform: uppercase;
  padding: 14px 18px; border-radius: 99px;
  box-shadow: 0 14px 36px rgba(37,211,102,0.4);
  transition: transform .15s;
}
.fab:hover { transform: scale(1.04); }
.fab svg { width: 22px; height: 22px; }
.fab .fab-lbl { }
@media (max-width: 560px) { .fab .fab-lbl { display: none; } .fab { padding: 15px; } }
/* keep the FAB clear of the iOS home indicator */
.fab { bottom: calc(18px + env(safe-area-inset-bottom, 0px)); }

/* ============ MAP MODAL ============ */
.mm-overlay {
  position: fixed; inset: 0; z-index: 120;
  background: rgba(6,11,24,0.82); backdrop-filter: blur(6px);
  display: none; align-items: center; justify-content: center; padding: 18px;
}
.mm-overlay.open { display: flex; }
.mm-card {
  width: 100%; max-width: 460px;
  background: var(--bg-2); border: 1px solid var(--line); border-radius: 12px; overflow: hidden;
  box-shadow: 0 40px 90px rgba(0,0,0,0.6);
}
.mm-head { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.mm-head h3 { font-family: var(--ff-display); font-weight: 900; font-size: 26px; text-transform: uppercase; margin: 0; }
.mm-head .mm-x { width: 32px; height: 32px; border-radius: 6px; display: grid; place-items: center; background: var(--bg-3); color: var(--white); font-size: 17px; }
.mm-body { padding: 22px; }
.mm-body > p { color: #AEB9D8; font-size: 14px; margin: 0 0 16px; }
.mm-opt {
  display: flex; align-items: center; gap: 14px; padding: 15px 16px; margin-bottom: 10px;
  background: var(--bg-3); border: 1px solid var(--line); border-radius: 8px;
  transition: transform .12s, border-color .15s, background .15s;
}
.mm-opt:hover { transform: translateY(-2px); border-color: var(--blue); }
.mm-opt .mo-ic { width: 42px; height: 42px; border-radius: 9px; display: grid; place-items: center; flex-shrink: 0; }
.mm-opt.waze .mo-ic { background: #33CCFF; color: #06283A; }
.mm-opt.gmaps .mo-ic { background: #fff; }
.mm-opt .mo-ic svg { width: 24px; height: 24px; }
.mm-opt .mo-t { flex: 1; }
.mm-opt .mo-name { font-family: var(--ff-display); font-weight: 800; font-size: 20px; text-transform: uppercase; line-height: 1; }
.mm-opt .mo-desc { font-family: var(--ff-mono); font-size: 10.5px; color: var(--muted); margin-top: 4px; text-transform: uppercase; letter-spacing: 0.5px; }
.mm-opt .mo-arw { color: var(--yellow); }
.mm-opt .mo-arw svg { width: 20px; height: 20px; }
.mm-foot { font-family: var(--ff-mono); font-size: 10.5px; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); text-align: center; padding-top: 6px; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   MOBILE OPTIMIZATION (≤600px / ≤400px)
   ============================================================ */
@media (max-width: 600px) {
  .wrap { padding: 0 18px; }

  /* Let long button labels wrap instead of overflowing the screen */
  .btn { white-space: normal; min-height: 50px; line-height: 1.15; }

  /* Primary CTA groups go full-width & stacked — big, thumb-friendly */
  .hero-actions, .cta-band .cta-actions, .local-info .li-actions { gap: 12px; }
  .hero-actions .btn,
  .cta-band .cta-actions .btn,
  .local-info .li-actions .btn { flex: 1 1 100%; width: 100%; }

  /* Hero: tighten rhythm, cap the title so it never clips */
  .hero { padding: 34px 0 64px; }
  .hero::after { height: 44px; }
  .hero h1 { font-size: clamp(42px, 13vw, 60px); margin-bottom: 18px; }
  .hero p.lead { font-size: 16px; margin-bottom: 26px; }
  .hero-eyebrow { margin-bottom: 16px; }
  .hero-feats { gap: 9px 20px; }

  /* Fachada photo: a touch shorter so the panel + CTA sit above the fold sooner */
  .hero-photo { aspect-ratio: 4 / 3; }

  /* Section headers */
  .sec-head { margin-bottom: 30px; }
  .sec-head p { font-size: 15px; }

  /* Categoria rows: image first, then number marker, then copy */
  .cat-row { gap: 12px; padding: 26px 0; }
  .cat-row .c-media { order: -1; height: 180px; }
  .cat-row .c-num { order: 0; font-size: 30px; -webkit-text-stroke: 1px var(--line); margin: 4px 0 -4px; }
  .cat-row .c-main h3 { font-size: 28px; }

  /* Stats: bigger numbers, comfy padding */
  .stat { padding: 22px 12px; }

  /* Localização: shorter map, comfy info padding */
  .local-map { min-height: 260px; }
  .local-info { padding: 26px 20px; gap: 16px; }
  .local-info h3 { font-size: 32px; }

  /* CTA band breathing room */
  .cta-band .wrap { padding: 56px 18px; }
  .cta-band p { font-size: 16px; }

  /* Footer: align icons cleanly */
  .foot { padding: 44px 0 26px; }

  /* Map modal sits flush to the bottom like a sheet */
  .mm-overlay { align-items: flex-end; padding: 0; }
  .mm-card { max-width: 100%; border-radius: 16px 16px 0 0; border-bottom: 0; }
  .mm-opt { padding: 16px; min-height: 60px; }
}

@media (max-width: 400px) {
  .nav .wrap { gap: 10px; }
  .nav-cta .btn-zap { padding: 12px 16px; }
  .hero h1 { font-size: clamp(38px, 12.5vw, 50px); }
  .util .u-right { gap: 14px; }
  .cat-row .c-main h3 { font-size: 25px; }
}
