/* ══════════════════════════════════════════════
   PREST SERVICE ENGENHARIA — CSS COMPLETO
══════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; overflow-x: hidden; }
body {
  font-family: 'Inter', sans-serif;
  background: #0a0a0f;
  color: #dde0e8;
  line-height: 1.7;
  overflow-x: hidden;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { text-decoration: none; }
ul { list-style: none; }
::selection { background: #1976D2; color: #fff; }

/* ── TOKENS ── */
:root {
  --blue: #1F77B8;
  --blue-d: #005BAA;
  --blue-s: rgba(31,119,184,.13);

  --accent: #B5121B;
  --accent-d: #8F0E15;
  --accent-s: rgba(181,18,27,.14);

  --orange: #F7941D;
  --orange-d: #E65100;

  --bg: #0a0a0f;
  --bg2: #0f0f15;
  --bg3: #16161e;
  --bg4: #1c1c26;

  --bd: rgba(255,255,255,.08);
  --text: #dde0e8;
  --muted: rgba(221,224,232,.58);
  --white: #fff;
}

/* ── UTILS ── */
.container { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 20px; }

/* Destaque padrão — azul limpo e moderno */
.red {
  color: var(--accent);
}

/* Efeito fogo — apenas para palavras curtas no hero */
.fire {
  background: linear-gradient(
    90deg,
    #FFB300 0%,
    #F57C00 40%,
    #E53935 75%,
    #C62828 100%
    
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 16px rgba(245,124,0,.45))
          drop-shadow(0 0 32px rgba(229,57,53,.2));
}

.tag {
  display: inline-block; font-size: 11px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--accent);
  background: var(--blue-s); border: 1px solid rgba(25,118,210,.2);
  padding: 5px 13px; border-radius: 999px; margin-bottom: 18px;
}
h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(26px, 4vw, 46px);
  font-weight: 800; line-height: 1.12; color: var(--white);
  margin-bottom: 16px;
  word-break: break-word; overflow-wrap: break-word;
}
h3 { font-family: 'Montserrat', sans-serif; font-size: 19px; font-weight: 700; color: var(--white); margin-bottom: 10px; }
h4 { font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 6px; }
p { color: var(--muted); font-size: 15px; margin-bottom: 14px; }
p:last-child { margin-bottom: 0; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 26px; border-radius: 999px;
  font-size: 14px; font-weight: 600;
  border: 2px solid transparent; transition: all .28s ease;
  white-space: nowrap; cursor: pointer;
}
.btn-red { background: var(--blue); color: #fff; box-shadow: 0 6px 24px rgba(25,118,210,.32); }
.btn-red:hover { background: var(--blue-d); transform: translateY(-2px); box-shadow: 0 10px 32px rgba(25,118,210,.44); }
.btn-outline { background: transparent; color: var(--text); border-color: var(--bd); }
.btn-outline:hover { border-color: rgba(255,255,255,.25); color: var(--white); background: var(--bd); }

/* reveal */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.reveal.on { opacity: 1; transform: none; }
.d1 { transition-delay: .12s; }
.d2 { transition-delay: .24s; }

/* ══════════════════════════════════════════════
   NAVBAR
══════════════════════════════════════════════ */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  padding: 14px 0; transition: all .28s ease; width: 100%;
}
.navbar.stuck {
  background: rgba(10,10,15,.96);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--bd);
  padding: 10px 0;
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.nav-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-img { width: 110px; height: 110px; object-fit: contain; }
.logo-text {
  font-family: 'Montserrat', sans-serif; font-size: 22px; font-weight: 800;
  color: var(--white); line-height: 1.15; text-align: center;
}
.logo-text small {
  display: block; font-size: 15px; font-weight: 700; color: #a53137;
  letter-spacing: .04em; text-transform: uppercase;
  font-family: 'Montserrat', sans-serif; text-align: center;
}
.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links a { padding: 8px 13px; border-radius: 8px; font-size: 14px; color: rgba(221,224,232,.75); transition: all .22s ease; }
.nav-links a:hover { color: var(--white); background: var(--bd); }
.nav-cta {
  background: var(--blue) !important; color: #fff !important;
  padding: 9px 20px !important; border-radius: 999px !important;
  font-weight: 600 !important; box-shadow: 0 4px 16px rgba(25,118,210,.3);
}
.nav-cta:hover { background: var(--blue-d) !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; flex-shrink: 0; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--white); border-radius: 2px; transition: all .28s ease; }
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* Animações de delay para os novos cards */
.serv-card:nth-child(7) { animation-delay: 0.36s; }
.serv-card:nth-child(8) { animation-delay: 0.48s; }
.serv-card:nth-child(9) { animation-delay: 0.60s; }
.serv-card:nth-child(10) { animation-delay: 0.72s; }
.serv-card:nth-child(11) { animation-delay: 0.84s; }
.serv-card:nth-child(12) { animation-delay: 0.96s; }

/* Drawer */
.drawer {
  display: none; position: fixed; inset: 0; z-index: 800;
  background: #0a0a0f;
  flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  width: 100%;
}
.drawer.open { display: flex; }
.drawer a {
  font-family: 'Montserrat', sans-serif; font-size: 26px; font-weight: 700;
  color: var(--white); padding: 12px 28px; border-radius: 12px; transition: color .2s;
  width: 100%; max-width: 320px; text-align: center;
}
.drawer a:hover { color: var(--accent); }
.drawer-cta {
  margin-top: 16px !important; background: var(--blue) !important;
  color: #fff !important; font-size: 18px !important; border-radius: 999px !important;
}

/* ══════════════════════════════════════════════
   HERO
══════════════════════════════════════════════ */
.hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: 130px 0 80px;
    background: var(--bg);
    width: 100%;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;

  background:
    radial-gradient(circle at 18% 38%, rgba(247, 148, 29, 0.16) 0%, transparent 24%),
    radial-gradient(circle at 32% 24%, rgba(181, 18, 27, 0.12) 0%, transparent 22%),
    radial-gradient(circle at 58% 30%, rgba(31, 119, 184, 0.12) 0%, transparent 28%),
    radial-gradient(circle at 76% 42%, rgba(247, 148, 29, 0.10) 0%, transparent 24%);

  filter: blur(8px);
  opacity: .65;
}
.hero-inner {
  position: relative;
  z-index: 2;
}
.hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(var(--bd) 1px, transparent 1px),
    linear-gradient(90deg, var(--bd) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 10%, transparent 80%);
  width: 100%;
}
.hero-glow {
  position: absolute;
  width: min(800px, 100vw); height: min(600px, 60vw);
  background:
    radial-gradient(ellipse at 30% 50%, rgba(25,118,210,.16) 0%, transparent 60%),
    radial-gradient(ellipse at 70% 50%, rgba(245,124,0,.08) 0%, transparent 60%);
  top: -80px; left: 50%; transform: translateX(-50%);
  pointer-events: none;
}
.hero-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; align-items: center;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; color: var(--text);
  background: var(--bg3); border: 1px solid var(--bd);
  padding: 7px 14px; border-radius: 999px; margin-bottom: 24px; max-width: 100%;
}
h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(38px, 5.5vw, 68px);
  font-weight: 800; line-height: 1.07; color: var(--white); margin-bottom: 20px;
}
.hero-sub { font-size: 16px; color: var(--muted); max-width: 430px; margin-bottom: 32px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 48px; }
.hero-stats { display: flex; align-items: center; flex-wrap: wrap; }
.stat { padding: 0 24px; }
.stat:first-child { padding-left: 0; }
.stat:last-child { padding-right: 0; }
.stat-div { width: 1px; height: 36px; background: var(--bd); flex-shrink: 0; }
.stat-n { font-family: 'Montserrat', sans-serif; font-size: 28px; font-weight: 800; color: var(--white); line-height: 1.1; }
.stat-l { font-size: 12px; color: var(--muted); }
.dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--blue); box-shadow: 0 0 0 3px rgba(25,118,210,.28);
  animation: pulse 2s ease-in-out infinite; flex-shrink: 0;
}
.dot.green { background: #22c55e; box-shadow: 0 0 0 3px rgba(34,197,94,.28); }
@keyframes pulse {
  0%,100% { box-shadow: 0 0 0 3px rgba(25,118,210,.28); }
  50%      { box-shadow: 0 0 0 7px rgba(25,118,210,.1); }
}
.hero-img-wrap {
  position: relative; border-radius: 20px; overflow: hidden;
  aspect-ratio: 4/3; box-shadow: 0 28px 72px rgba(0,0,0,.5); width: 100%;
}
.hero-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.hero-img-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,10,15,.65) 0%, transparent 55%); }
.hero-badge-img {
  position: absolute; bottom: 18px; left: 18px; right: 18px;
  background: rgba(10,10,15,.82); backdrop-filter: blur(12px);
  border: 1px solid var(--bd); border-radius: 12px;
  padding: 12px 16px; display: flex; align-items: center; gap: 12px;
}
.hib-t { font-size: 13px; font-weight: 600; color: var(--white); }
.hib-s { font-size: 11px; color: var(--muted); }

/* ══════════════════════════════════════════════
   STRIP
══════════════════════════════════════════════ */
.strip { background: var(--bg2); border-top: 1px solid var(--bd); border-bottom: 1px solid var(--bd); padding: 20px 0; width: 100%; }
.strip-inner { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.strip-lbl { font-size: 11px; color: var(--muted); letter-spacing: .1em; text-transform: uppercase; }
.strip-tags { display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; }
.strip-tags span { font-size: 12px; color: var(--muted); background: var(--bg3); border: 1px solid var(--bd); padding: 5px 13px; border-radius: 999px; }

/* ══════════════════════════════════════════════
   SOBRE
══════════════════════════════════════════════ */
.sobre { padding: 100px 0; background: var(--bg); width: 100%; }
.sobre-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.sobre-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; width: 100%; }
.simg { border-radius: 16px; overflow: hidden; aspect-ratio: 3/4; width: 100%; }
.simg img { width: 100%; height: 100%; object-fit: cover; }
.simg.tall { aspect-ratio: 3/4; margin-top: 0; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.chip { display: flex; align-items: center; gap: 8px; background: var(--bg3); border: 1px solid var(--bd); padding: 9px 14px; border-radius: 10px; font-size: 13px; color: var(--text); transition: border-color .25s; }
.chip:hover { border-color: rgba(25,118,210,.35); }
.chip svg { flex-shrink: 0; }

/* ══════════════════════════════════════════════
   SERVIÇOS
══════════════════════════════════════════════ */
.servicos { padding: 100px 0; background: var(--bg2); border-top: 1px solid var(--bd); width: 100%; }
.sec-head { text-align: center; max-width: 600px; margin: 0 auto 56px; }
.sec-head h2 { margin-bottom: 12px; }
.sec-head p { font-size: 16px; }
.serv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
}
.serv-card { background: var(--bg3); border: 1px solid var(--bd); border-radius: 20px; overflow: hidden; transition: all .3s ease; width: 100%; }
.serv-card:hover { border-color: rgba(25,118,210,.3); transform: translateY(-4px); box-shadow: 0 24px 56px rgba(0,0,0,.35); }
.serv-photo { width: 100%; aspect-ratio: 4/3; overflow: hidden; }
.serv-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.serv-card:hover .serv-photo img { transform: scale(1.05); }
.serv-body { padding: 22px; }
.serv-icon { width: 42px; height: 42px; border-radius: 11px; background: var(--blue-s); border: 1px solid rgba(25,118,210,.2); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; flex-shrink: 0; }
.serv-body h3 { font-size: 17px; margin-bottom: 8px; }
.serv-body p { font-size: 14px; line-height: 1.6; margin-bottom: 14px; }
.serv-link { font-size: 13px; font-weight: 600; color: var(--accent); display: inline-flex; align-items: center; gap: 4px; transition: gap .2s; }
.serv-card:hover .serv-link { gap: 8px; }

/* ══════════════════════════════════════════════
   GALERIA
══════════════════════════════════════════════ */
.galeria { padding: 100px 0; background: var(--bg); border-top: 1px solid var(--bd); width: 100%; }
.gal-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: 240px 240px; gap: 12px; width: 100%; }
.gal-item { border-radius: 14px; overflow: hidden; position: relative; width: 100%; }
.gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gal-item:hover img { transform: scale(1.06); }
.gal-ov { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,10,15,.6) 0%, transparent 55%); opacity: 0; transition: opacity .3s; }
.gal-item:hover .gal-ov { opacity: 1; }
.gal-cap { position: absolute; bottom: 12px; left: 14px; font-size: 12px; font-weight: 600; color: #fff; opacity: 0; transition: opacity .3s; }
.gal-item:hover .gal-cap { opacity: 1; }
.gal-big { grid-column: span 2; grid-row: span 2; }

/* ══════════════════════════════════════════════
   DIFERENCIAIS
══════════════════════════════════════════════ */
.dif { padding: 100px 0; background: var(--bg2); border-top: 1px solid var(--bd); width: 100%; }
.dif-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.dif-left h2 { margin-bottom: 16px; }
.dif-left > p { margin-bottom: 28px; }
.dif-img { width: 100%; border-radius: 20px; overflow: hidden; aspect-ratio: 4/3; margin-top: 28px; box-shadow: 0 20px 60px rgba(0,0,0,.4); }
.dif-img img { width: 100%; height: 100%; object-fit: cover; }
.dif-list { display: flex; flex-direction: column; }
.dif-item { display: flex; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--bd); }
.dif-item:last-child { border-bottom: none; }
.dif-n { font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 800; color: var(--accent); letter-spacing: .1em; padding-top: 3px; min-width: 22px; flex-shrink: 0; }
.dif-item p { font-size: 14px; line-height: 1.65; }

/* ══════════════════════════════════════════════
   CTA
══════════════════════════════════════════════ */
.cta-sec { padding: 80px 0; background: var(--bg); width: 100%; }
.cta-box {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #005BAA 0%, #1F77B8 15%, #b5121b 100%);
  border-radius: 22px;
  padding: 56px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  flex-wrap: wrap;
  box-shadow: 0 28px 72px rgba(31,119,184,.28);
}
.cta-box::before { content: ''; position: absolute; top: -100px; right: -80px; width: 380px; height: 380px; border-radius: 50%; background: rgba(255,255,255,.06); pointer-events: none; }
.cta-text { position: relative; z-index: 1; max-width: 540px; }
.cta-text h2 { font-size: clamp(20px, 3vw, 34px); color: #fff; margin-bottom: 6px; }
.cta-text p { color: rgba(255,255,255,.78); font-size: 15px; margin: 0; }
.cta-btns { position: relative; z-index: 1; display: flex; gap: 12px; flex-wrap: wrap; }
.btn-wa { display: inline-flex; align-items: center; gap: 10px; background: #fff; color: #111; padding: 13px 22px; border-radius: 999px; font-size: 14px; font-weight: 700; transition: all .28s ease; box-shadow: 0 6px 20px rgba(0,0,0,.2); white-space: nowrap; }
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,.25); }
.btn-tel { display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,.15); color: #fff; border: 1.5px solid rgba(255,255,255,.3); padding: 13px 22px; border-radius: 999px; font-size: 14px; font-weight: 600; transition: background .25s; white-space: nowrap; }
.btn-tel:hover { background: rgba(255,255,255,.22); }

/* ══════════════════════════════════════════════
   CONTATO
══════════════════════════════════════════════ */
.contato { padding: 100px 0; background: var(--bg2); border-top: 1px solid var(--bd); width: 100%; }
.contato-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.contato-info h2 { margin-bottom: 14px; }
.contato-info > p { margin-bottom: 36px; }
.info-list { display: flex; flex-direction: column; gap: 18px; }
.info-row { display: flex; align-items: flex-start; gap: 14px; }
.info-ico { width: 40px; height: 40px; border-radius: 10px; background: var(--blue-s); border: 1px solid rgba(25,118,210,.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ilbl { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 2px; }
.ival { font-size: 15px; color: var(--text); font-weight: 500; word-break: break-all; overflow-wrap: anywhere; }

/* form */
.form-card { background: var(--bg3); border: 1px solid var(--bd); border-radius: 22px; padding: 36px; width: 100%; }
.form-card h3 { margin-bottom: 4px; }
.form-card > p { margin-bottom: 26px; font-size: 14px; }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fg { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.fg label { font-size: 12px; font-weight: 500; color: rgba(221,224,232,.65); }
.fg input, .fg select, .fg textarea {
  background: var(--bg4); border: 1px solid var(--bd);
  border-radius: 10px; padding: 11px 14px;
  color: var(--white); font-family: 'Inter', sans-serif; font-size: 14px;
  outline: none; transition: border-color .22s, box-shadow .22s;
  width: 100%; appearance: none; -webkit-appearance: none; max-width: 100%;
}
.fg input::placeholder, .fg textarea::placeholder { color: var(--muted); }
.fg select option { background: var(--bg4); }
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color: rgba(25,118,210,.5); box-shadow: 0 0 0 3px rgba(25,118,210,.1); }
.btn-submit { width: 100%; padding: 14px; border: none; background: var(--blue); color: #fff; border-radius: 999px; font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 700; cursor: pointer; transition: all .28s ease; box-shadow: 0 6px 22px rgba(25,118,210,.3); margin-top: 6px; }
.btn-submit:hover { background: var(--blue-d); transform: translateY(-2px); }
.form-ok { display: none; flex-direction: column; align-items: center; text-align: center; gap: 10px; padding: 36px 0; }
.form-ok h4 { font-family: 'Montserrat', sans-serif; font-size: 22px; font-weight: 800; color: var(--white); }
.form-ok p { font-size: 14px; margin: 0; }

/* ══════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════ */
.footer { background: var(--bg); border-top: 1px solid var(--bd); padding: 72px 0 0; width: 100%; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 52px; }
.footer-brand p { color: var(--muted); font-size: 14px; margin: 14px 0 18px; max-width: 250px; }
.footer-wa { display: inline-flex; align-items: center; gap: 7px; color: #22c55e; font-size: 13px; font-weight: 600; background: rgba(34,197,94,.08); border: 1px solid rgba(34,197,94,.22); padding: 7px 15px; border-radius: 999px; transition: background .22s; }
.footer-wa:hover { background: rgba(34,197,94,.14); }
.footer-col h5 { font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--white); margin-bottom: 16px; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col li { font-size: 14px; color: var(--muted); }
.footer-col li a { color: var(--muted); transition: color .22s; }
.footer-col li a:hover { color: var(--white); }
.footer-bot { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 6px; padding: 22px 0; border-top: 1px solid var(--bd); }
.footer-bot p { font-size: 13px; color: var(--muted); margin: 0; }

/* WhatsApp float */
.wa-float { position: fixed; bottom: 24px; right: 24px; z-index: 800; width: 56px; height: 56px; border-radius: 50%; background: #25d366; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 28px rgba(37,211,102,.48); transition: transform .25s ease, box-shadow .25s ease; }
.wa-float:hover { transform: scale(1.08); box-shadow: 0 12px 36px rgba(37,211,102,.58); }

/* ══════════════════════════════════════════════
   RESPONSIVE 1024px
══════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .serv-grid { grid-template-columns: repeat(2, 1fr); }
  .gal-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: 220px 220px; }
  .gal-big { grid-column: span 2; grid-row: span 1; aspect-ratio: 16/7; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

/* ══════════════════════════════════════════════
   RESPONSIVE 768px — MOBILE
══════════════════════════════════════════════ */
@media (max-width: 768px) {
  .container { padding: 0 16px; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero-badge { display: none; }
  .hero { padding: 130px 0 64px; }
  .hero-inner { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  h1 { font-size: clamp(34px, 9vw, 52px); }
  .hero-sub { margin: 0 auto 28px; max-width: 100%; }
  .hero-btns { justify-content: center; }
  .hero-btns .btn { width: 100%; max-width: 320px; }
  .hero-stats {
    justify-content: center; gap: 0;
    background: var(--bg3); border: 1px solid var(--bd);
    border-radius: 16px; padding: 4px 0; overflow: hidden;
  }
  .stat { padding: 14px 0; flex: 1; }
  .stat-div { height: 40px; width: 1px; }
  .stat-n { font-size: 22px; }
  .stat-l { font-size: 10px; }
  .hero-img-wrap { aspect-ratio: 3/2; border-radius: 16px; }
  .sobre-grid { grid-template-columns: 1fr; gap: 36px; }
  .sobre-text { text-align: left; }
  .sobre-text h2 { word-break: break-word; overflow-wrap: break-word; }
  .sobre-text p { word-break: break-word; overflow-wrap: break-word; }
  .sobre-imgs { order: -1; grid-template-columns: 1fr 1fr; gap: 10px; height: auto; transform: scale(1.2); margin-top: -40px; }
  .simg { aspect-ratio: 3/4; }
  .simg.tall { aspect-ratio: 3/4; margin-top: 0; }
  #img1 { object-position: center 65%; }
  .img-tall { width: 115%; height: 115%; object-position: center 30%; }
  #orcamento { display: flex; flex-direction: column; align-items: center; }
  .form-card { width: 100%; }
  .form-card h3 { text-align: center; }
  .form-card > p { text-align: center; }
  .serv-grid { grid-template-columns: 1fr; }
  .gal-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .gal-item { aspect-ratio: 4/3; }
  .gal-big { grid-column: span 2; aspect-ratio: 16/9; }
  .dif-grid { grid-template-columns: 1fr; gap: 40px; }
  .dif-img { display: none; }
  .cta-box { padding: 36px 24px; flex-direction: column; text-align: center; border-radius: 18px; }
  .cta-btns { justify-content: center; flex-direction: column; width: 100%; }
  .btn-wa, .btn-tel { width: 100%; justify-content: center; }
  .contato-grid { grid-template-columns: 1fr; gap: 40px; }
  .frow { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .footer-bot { flex-direction: column; text-align: center; }
}

/* ══════════════════════════════════════════════
   RESPONSIVE 480px — MOBILE PEQUENO
══════════════════════════════════════════════ */
@media (max-width: 480px) {
  .container { padding: 0 14px; }
  h1 { font-size: clamp(30px, 8vw, 40px); }
  .hero-stats { display: flex; flex-direction: row; }
  .stat-div { display: block; }
  .sobre-imgs { grid-template-columns: 1fr; gap: 10px; }
  .simg { aspect-ratio: 16/9; }
  .simg.tall { aspect-ratio: 16/9; margin-top: 0; }
  .gal-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .gal-item { aspect-ratio: 4/3; }
  .gal-big { grid-column: span 1; aspect-ratio: 4/3; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: span 1; }
  .footer-brand p { max-width: 100%; }
  .form-card { padding: 22px 16px; border-radius: 16px; }
  .wa-float { width: 50px; height: 50px; bottom: 16px; right: 16px; }
  .serv-card { border-radius: 16px;  /* Ligeiramente menor em mobile */}
}


.brand-blue {
  display: inline-block;
  background: linear-gradient(90deg, #1F77B8 0%, #2D9CDB 60%, #005BAA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-fire-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.fire-particle {
  position: absolute;
  bottom: -40px;
  width: 34px;
  height: 70px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 50% 75%,
    rgba(255, 209, 102, .95) 0%,
    rgba(247, 148, 29, .65) 42%,
    rgba(181, 18, 27, .35) 70%,
    transparent 100%
  );
  filter: blur(10px);
  opacity: 0;
  animation: fireRise 7s infinite ease-out;
}

.fp1 {
  left: 8%;
  animation-delay: 0s;
}

.fp2 {
  left: 18%;
  width: 26px;
  height: 56px;
  animation-delay: 1.2s;
}

.fp3 {
  left: 31%;
  width: 40px;
  height: 78px;
  animation-delay: 2.4s;
}

.fp4 {
  left: 46%;
  width: 24px;
  height: 52px;
  animation-delay: .6s;
}

.fp5 {
  left: 61%;
  width: 36px;
  height: 72px;
  animation-delay: 3s;
}

.fp6 {
  left: 74%;
  width: 28px;
  height: 58px;
  animation-delay: 1.8s;
}

.fp7 {
  left: 86%;
  width: 42px;
  height: 82px;
  animation-delay: 3.8s;
}

.fp8 {
  left: 94%;
  width: 22px;
  height: 48px;
  animation-delay: 2.8s;
}

@keyframes fireRise {
  0% {
    opacity: 0;
    transform: translateY(0) scale(.65) rotate(-8deg);
  }

  18% {
    opacity: .18;
  }

  48% {
    opacity: .20;
  }

  100% {
    opacity: 0;
    transform: translateY(-520px) scale(1.2) rotate(10deg);
  }
}

/* ══════════════════════════════════════════════
   PATCH FINAL — CORES DA MARCA BEM DISTRIBUÍDAS
   Azul + Azul Claro + Laranja + Vermelho
   Não altera layout, logo ou estrutura
══════════════════════════════════════════════ */

:root {
  /* Cores da marca */
  --blue: #1F77B8;
  --blue-d: #005BAA;
  --blue-light: #2D9CDB;

  --orange: #F7941D;
  --orange-d: #E65100;

  --red: #B5121B;
  --red-d: #8F0E15;

  /* Sistema visual */
  --accent: #1F77B8;
  --accent-d: #005BAA;
  --blue-s: rgba(31,119,184,.13);
  --orange-s: rgba(247,148,29,.12);
  --red-s: rgba(181,18,27,.12);

  --bg: #0a0a0f;
  --bg2: #0f0f15;
  --bg3: #16161e;
  --bg4: #1c1c26;

  --bd: rgba(255,255,255,.08);
  --text: #dde0e8;
  --muted: rgba(221,224,232,.58);
  --white: #fff;
}

/* Destaques de texto: azul claro, com vermelho só em detalhes */
.red {
  color: var(--blue-light);
}

/* Tags pequenas: azul com detalhe laranja */
.tag {
  color: var(--blue-light);
  background: linear-gradient(
    90deg,
    rgba(31,119,184,.12),
    rgba(247,148,29,.08)
  );
  border-color: rgba(31,119,184,.22);
}

/* Badge do topo com presença de incêndio */
.hero-badge {
  background: rgba(22,22,30,.86);
  border-color: rgba(247,148,29,.22);
}

.dot {
  background: var(--orange);
  box-shadow: 0 0 0 3px rgba(247,148,29,.24);
}

/* Botões principais: azul principal com hover mais forte */
.nav-cta,
.btn-submit,
.drawer-cta {
  background: linear-gradient(90deg, var(--blue-d) 0%, var(--blue) 58%, var(--blue-light) 100%) !important;
  color: #fff !important;
  box-shadow: 0 6px 22px rgba(31,119,184,.30) !important;
}

.nav-cta:hover,
.btn-submit:hover,
.drawer-cta:hover {
  background: linear-gradient(90deg, var(--blue) 0%, var(--blue-light) 60%, var(--orange) 100%) !important;
  box-shadow: 0 9px 28px rgba(31,119,184,.38) !important;
}

/* Botão secundário com hover laranja */
.btn-outline:hover {
  border-color: rgba(247,148,29,.38);
  background: rgba(247,148,29,.08);
  color: var(--white);
}

/* Links e números: alternância azul/laranja/vermelho */
.serv-link {
  color: var(--orange);
}

.serv-link:hover {
  color: var(--blue-light);
}

.dif-n {
  color: var(--orange);
}

.footer-col li a:hover {
  color: var(--orange);
}

/* Cards com borda azul e hover laranja discreto */
.serv-card:hover,
.chip:hover {
  border-color: rgba(247,148,29,.28);
}

.serv-icon,
.info-ico {
  background: rgba(31,119,184,.12);
  border-color: rgba(31,119,184,.22);
}

/* Hero: usa todas as cores no fundo, mas sem ficar vermelho demais */
.hero::after {
  background:
    radial-gradient(circle at 18% 38%, rgba(31,119,184,.17) 0%, transparent 26%),
    radial-gradient(circle at 46% 24%, rgba(45,156,219,.10) 0%, transparent 24%),
    radial-gradient(circle at 72% 40%, rgba(247,148,29,.11) 0%, transparent 24%),
    radial-gradient(circle at 88% 62%, rgba(181,18,27,.07) 0%, transparent 18%);
  opacity: .62;
}

/* Glow do topo equilibrado */
.hero-glow {
  background:
    radial-gradient(ellipse at 28% 50%, rgba(31,119,184,.15) 0%, transparent 60%),
    radial-gradient(ellipse at 70% 48%, rgba(247,148,29,.08) 0%, transparent 58%),
    radial-gradient(ellipse at 88% 70%, rgba(181,18,27,.05) 0%, transparent 55%);
}

/* Fogo do fundo: laranja com vermelho sutil */
.fire-particle {
  background: radial-gradient(
    circle at 50% 75%,
    rgba(255,209,102,.70) 0%,
    rgba(247,148,29,.42) 42%,
    rgba(181,18,27,.16) 72%,
    transparent 100%
  );
  filter: blur(12px);
}

/* Mantém o efeito, mas mais leve */
@keyframes fireRise {
  0% {
    opacity: 0;
    transform: translateY(0) scale(.65) rotate(-8deg);
  }

  18% {
    opacity: .14;
  }

  48% {
    opacity: .10;
  }

  100% {
    opacity: 0;
    transform: translateY(-460px) scale(1.1) rotate(8deg);
  }
}

/* CTA usando todas as cores sem virar "tudo vermelho" */
.cta-box {
  background:
    radial-gradient(circle at 86% 22%, rgba(247,148,29,.24) 0%, transparent 24%),
    radial-gradient(circle at 92% 74%, rgba(181,18,27,.18) 0%, transparent 22%),
    linear-gradient(135deg, var(--blue-d) 0%, var(--blue) 48%, #111827 100%);
  box-shadow: 0 24px 64px rgba(31,119,184,.26);
}

/* Pequeno detalhe vermelho institucional */
.logo-text small {
  color: var(--red);
}

.footer-bot {
  border-top-color: rgba(247,148,29,.12);
}

/* Formulário: foco azul com toque laranja */
.fg input:focus,
.fg select:focus,
.fg textarea:focus {
  border-color: rgba(45,156,219,.50);
  box-shadow: 0 0 0 3px rgba(31,119,184,.10);
}

.btn-wa:hover {
  box-shadow: 0 10px 28px rgba(247,148,29,.20);
}

/* Mobile: reduz efeitos, mas mantém identidade */
@media (max-width: 768px) {
  .hero::after {
    opacity: .45;
  }

  .hero-glow {
    opacity: .5;
  }

  .fire-particle {
    opacity: 0;
    filter: blur(14px);
  }

  .fp6,
  .fp7,
  .fp8 {
    display: none;
  }
}
/* ═══════════════════════════════════════════════════════════════
   LIGHTBOX MODAL — CSS
   Coloque isto no seu style.css
═══════════════════════════════════════════════════════════════ */

/* Container do Lightbox */
.lightbox-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.lightbox-modal.open {
  display: flex;
}

/* Backdrop (fundo escuro) */
.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(4px);
  z-index: -1;
  animation: fadeIn 0.3s ease;
}

/* Container da imagem */
.lightbox-container {
  position: relative;
  width: 90vw;
  max-width: 1000px;
  height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: zoomIn 0.3s ease;
}

/* Wrapper da imagem */
.lightbox-image-wrapper {
  position: relative;
  width: 100%;
  height: calc(100% - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.5);
}

/* Imagem ampliada */
.lightbox-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: auto;
  height: auto;
  animation: slideIn 0.3s ease;
}

/* Caption */
.lightbox-caption {
  width: 100%;
  padding: 16px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  max-width: 1000px;
  word-wrap: break-word;
  animation: slideUp 0.3s ease;
}

/* Contador de imagens (1/5) */
.lightbox-counter {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 10;
}

/* Botão Fechar */
.lightbox-close {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 10;
}

.lightbox-close:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: scale(1.1);
}

/* Botões de navegação (setas) */
.lightbox-nav {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  transform: translateY(-50%);
  backdrop-filter: blur(10px);
  z-index: 10;
}

.lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%) scale(1.1);
}

/* Posicionamento das setas */
.lightbox-prev {
  left: 20px;
}

.lightbox-next {
  right: 20px;
}

/* Animações */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    transform: translateX(20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVO MOBILE
═══════════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
  .lightbox-container {
    width: 95vw;
    height: 85vh;
  }

  .lightbox-image-wrapper {
    height: calc(100% - 50px);
  }

  .lightbox-close {
    width: 40px;
    height: 40px;
    top: 12px;
    left: 12px;
  }

  .lightbox-close svg {
    width: 20px;
    height: 20px;
  }

  .lightbox-nav {
    width: 40px;
    height: 40px;
  }

  .lightbox-nav svg {
    width: 20px;
    height: 20px;
  }

  .lightbox-prev {
    left: 12px;
  }

  .lightbox-next {
    right: 12px;
  }

  .lightbox-counter {
    font-size: 12px;
    padding: 6px 12px;
    top: 12px;
    right: 12px;
  }

  .lightbox-caption {
    font-size: 14px;
    padding: 12px 0;
  }
}

@media (max-width: 480px) {
  .lightbox-container {
    width: 100vw;
    height: 100vh;
  }

  .lightbox-image-wrapper {
    border-radius: 0;
    height: calc(100% - 40px);
  }

  .lightbox-close {
    width: 36px;
    height: 36px;
  }

  .lightbox-nav {
    width: 36px;
    height: 36px;
  }

  .lightbox-nav:hover {
    transform: translateY(-50%);
  }
}

/* ═══════════════════════════════════════════════════════════════
   CSS PARA ADICIONAR "SISTEMA DE COMBATE A INCÊNDIO" NO LOGO
   Copie isto e Cole no seu style.css
═══════════════════════════════════════════════════════════════ */

/* Encontre isto no seu CSS: */
.logo-text small {
  display: block; 
  font-size: 15px; 
  font-weight: 700; 
  color: #a53137;
  letter-spacing: .04em; 
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif; 
  text-align: center;
}

/* Adicione isto LOGO DEPOIS: */
.logo-subtitle {
  display: block;
  font-size: 10px;
  font-weight: 500;
  color: rgba(221, 224, 232, 0.72);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  text-align: center;
  margin-top: 4px;
  line-height: 1.2;
}

/* Se em mobile ficar muito pequeno, ajuste aqui (dentro do @media 768px): */
@media (max-width: 768px) {
  .logo-subtitle {
    font-size: 8px;
    margin-top: 2px;
  }
}

@media (max-width: 480px) {
  .logo-subtitle {
    font-size: 7px;
    margin-top: 1px;
  }
}

/* Navbar (grande) */
.navbar .logo-img {
  width: 110px;
  height: 110px;
}
 
/* Footer (pequeno) */
.footer-brand .logo-img {
  width: 70px;
  height: 70px;
}
/* ═══════════════════════════════════════════════════════════════
   GALERIA MODAL — NOVO ESTILO PARA OPÇÃO 4
═══════════════════════════════════════════════════════════════ */

/* Container do botão VER GALERIA COMPLETA */
.gal-footer {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

/* Botão VER GALERIA COMPLETA */
.btn-ver-galeria {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 32px;
  border: none;
  background: linear-gradient(90deg, var(--blue) 0%, var(--blue-light) 100%);
  color: #fff;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all .28s ease;
  box-shadow: 0 6px 24px rgba(31,119,184,.32);
}

.btn-ver-galeria:hover {
  background: linear-gradient(90deg, var(--blue-d) 0%, var(--blue) 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(31,119,184,.44);
}

.btn-ver-galeria svg {
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════════
   GALLERY MODAL — MODAL EXPANDIDO COM TODAS AS FOTOS
═══════════════════════════════════════════════════════════════ */

.gallery-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1100;
  align-items: center;
  justify-content: center;
}

.gallery-modal.open {
  display: flex;
}

/* Backdrop */
.gallery-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.96);
  backdrop-filter: blur(6px);
  z-index: -1;
  animation: fadeIn 0.3s ease;
}

/* Container */
.gallery-container {
  position: relative;
  width: 95vw;
  max-width: 1400px;
  max-height: 90vh;
  overflow-y: auto;
  background: linear-gradient(135deg, rgba(15,15,21,.95) 0%, rgba(22,22,30,.95) 100%);
  border: 1px solid rgba(31,119,184,.2);
  border-radius: 24px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  animation: zoomIn 0.3s ease;
  box-shadow: 0 24px 96px rgba(0,0,0,.6);
}

/* Fechar */
.gallery-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 10;
}

.gallery-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

/* Cabeçalho */
.gallery-header {
  margin-bottom: 36px;
  text-align: center;
}

.gallery-header h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}

.gallery-header p {
  font-size: 15px;
  color: rgba(221, 224, 232, 0.7);
  margin-bottom: 0;
}

/* Grid da galeria completa */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  width: 100%;
}

.gallery-grid img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid rgba(31,119,184,.15);
}

.gallery-grid img:hover {
  transform: scale(1.08);
  border-color: rgba(31,119,184,.4);
  box-shadow: 0 12px 32px rgba(31,119,184,.24);
}

/* ═══════════════════════════════════════════════════════════════
   SCROLL CUSTOMIZADO PARA MODAL
═══════════════════════════════════════════════════════════════ */

.gallery-container::-webkit-scrollbar {
  width: 8px;
}

.gallery-container::-webkit-scrollbar-track {
  background: rgba(31,119,184,.1);
  border-radius: 10px;
}

.gallery-container::-webkit-scrollbar-thumb {
  background: rgba(31,119,184,.4);
  border-radius: 10px;
  transition: background 0.25s ease;
}

.gallery-container::-webkit-scrollbar-thumb:hover {
  background: rgba(31,119,184,.6);
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVO MODAL
═══════════════════════════════════════════════════════════════ */

@media (max-width: 1024px) {
  .gallery-container {
    padding: 36px;
    width: 96vw;
  }

  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }

  .gallery-header h3 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .gallery-container {
    padding: 28px;
    max-height: 95vh;
  }

  .gallery-close {
    width: 40px;
    height: 40px;
    top: 16px;
    right: 16px;
  }

  .gallery-header h3 {
    font-size: 22px;
  }

  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
  }

  .gallery-grid img {
    height: 150px;
  }
}

@media (max-width: 480px) {
  .gallery-container {
    padding: 20px;
    width: 100vw;
    max-width: 100vw;
    max-height: 100vh;
    border-radius: 0;
  }

  .gallery-header {
    margin-bottom: 24px;
  }

  .gallery-header h3 {
    font-size: 18px;
  }

  .gallery-header p {
    font-size: 14px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .gallery-grid img {
    height: 120px;
  }
}
