/* ==========================================================================
   Vidraçaria Monte Cristo — Design System
   ========================================================================== */

:root {
  /* Paleta — inspirada no azul do vidro e no logo da marca */
  --navy-950: #071324;
  --navy-900: #0b1d34;
  --navy-800: #0f2942;
  --navy-700: #163a5c;
  --blue-600: #1c6fd6;
  --blue-500: #2e8bf0;
  --blue-400: #58a6f5;
  --sky-300: #8fc7f8;
  --sky-100: #eaf4fe;
  --ink-900: #101828;
  --ink-700: #344055;
  --ink-500: #667085;
  --gray-100: #f4f7fb;
  --gray-200: #e7edf5;
  --white: #ffffff;
  --whatsapp: #25d366;
  --gold: #e0a93a;

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 26px;
  --shadow-sm: 0 4px 16px rgba(11, 29, 52, 0.08);
  --shadow-md: 0 12px 32px rgba(11, 29, 52, 0.12);
  --shadow-lg: 0 24px 60px rgba(11, 29, 52, 0.18);

  --container: 1180px;
  --header-h: 84px;

  --font-head: "Poppins", "Segoe UI", sans-serif;
  --font-body: "Inter", "Segoe UI", sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink-700);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
svg { width: 1em; height: 1em; } /* fallback: evita ícones gigantes onde um tamanho específico não foi definido */
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--navy-900);
  line-height: 1.2;
  margin: 0 0 .6em;
  font-weight: 600;
}
p { margin: 0 0 1em; }
button { font-family: inherit; cursor: pointer; }
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
section { position: relative; }
.section-pad { padding: 96px 0; }
@media (max-width: 768px) { .section-pad { padding: 64px 0; } }

/* ---------- Utility ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--blue-600);
  margin-bottom: 14px;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--blue-500);
  display: inline-block;
}
.section-head { max-width: 680px; margin-bottom: 52px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: clamp(28px, 3.4vw, 40px); }
.section-head p { color: var(--ink-500); font-size: 17px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 999px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 15px;
  border: 2px solid transparent;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.btn-primary { background: var(--blue-500); color: var(--white); box-shadow: 0 10px 24px rgba(46, 139, 240, .35); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 30px rgba(46, 139, 240, .42); }
.btn-whatsapp { background: var(--whatsapp); color: var(--white); box-shadow: 0 10px 24px rgba(37, 211, 102, .35); }
.btn-whatsapp:hover { transform: translateY(-3px); box-shadow: 0 16px 30px rgba(37, 211, 102, .4); }
.btn-ghost { background: transparent; border-color: rgba(255,255,255,.5); color: var(--white); }
.btn-ghost:hover { background: rgba(255,255,255,.12); }
.btn-outline { background: transparent; border-color: var(--gray-200); color: var(--navy-900); }
.btn-outline:hover { border-color: var(--blue-500); color: var(--blue-600); }
.btn-block { width: 100%; }

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--sky-100);
  color: var(--blue-600);
  font-weight: 600;
  font-size: 13px;
  padding: 8px 14px;
  border-radius: 999px;
}

/* ---------- Top utility bar ---------- */
.topbar {
  background: var(--navy-950);
  color: rgba(255,255,255,.75);
  font-size: 13.5px;
}
.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.topbar-info { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.topbar-info a { display: inline-flex; align-items: center; gap: 7px; transition: color .2s; }
.topbar-info a:hover { color: var(--white); }
.topbar-info svg { width: 15px; height: 15px; opacity: .85; flex-shrink: 0; }
.topbar-social { display: flex; align-items: center; gap: 12px; }
.topbar-social a {
  width: 28px; height: 28px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  transition: background .2s, transform .2s;
}
.topbar-social a:hover { background: var(--blue-500); transform: translateY(-2px); }
.topbar-social svg { width: 14px; height: 14px; }
@media (max-width: 860px) { .topbar { display: none; } }

/* ---------- Header / Nav ---------- */
header.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255,255,255,.9);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid rgba(16,24,40,.06);
  transition: box-shadow .3s ease, padding .3s ease;
}
header.site-header.scrolled { box-shadow: var(--shadow-sm); }
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
  gap: 20px;
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { height: 42px; width: auto; }
.brand strong {
  display: none;
}
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a {
  position: relative;
  padding: 10px 16px;
  font-family: var(--font-head);
  font-weight: 500;
  font-size: 15px;
  color: var(--ink-700);
  border-radius: 999px;
  transition: color .2s, background .2s;
}
.main-nav a:hover { color: var(--blue-600); background: var(--sky-100); }
.main-nav a.active { color: var(--blue-600); background: var(--sky-100); font-weight: 600; }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.nav-actions .btn { padding: 12px 22px; font-size: 14px; }
.nav-phone {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--font-head); font-weight: 600; color: var(--navy-900); font-size: 15px;
}
.nav-phone svg { width: 18px; height: 18px; color: var(--blue-500); }

.nav-dropdown { position: relative; }
.nav-dropdown > a { display: inline-flex; align-items: center; gap: 4px; }
.nav-dropdown > a svg { width: 13px; height: 13px; transition: transform .2s; }
.nav-dropdown:hover > a svg, .nav-dropdown:focus-within > a svg { transform: rotate(180deg); }
.nav-dropdown-menu {
  position: absolute; top: 100%; left: 50%; margin-top: 10px; transform: translate(-50%, 8px);
  background: var(--white); border-radius: 16px; box-shadow: var(--shadow-lg);
  padding: 14px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px;
  min-width: 460px; opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  z-index: 50;
}
/* Ponte invisível que preenche o espaço entre o link e o menu, mantendo o :hover ativo ao mover o mouse até lá */
.nav-dropdown::after {
  content: ""; position: absolute; left: 50%; transform: translateX(-50%);
  top: 100%; width: 100%; min-width: 460px; height: 14px;
}
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0);
}
.nav-dropdown-menu a {
  padding: 10px 14px; font-size: 13.5px; font-weight: 500; border-radius: 10px; white-space: nowrap;
}
.nav-dropdown-menu a:hover { background: var(--sky-100); color: var(--blue-600); }
.nav-dropdown-menu a.nav-dropdown-all {
  grid-column: 1 / -1; margin-top: 6px; border-top: 1px solid var(--gray-200); padding-top: 12px;
  color: var(--blue-600); font-weight: 600; display: flex; align-items: center; gap: 8px;
}
.nav-dropdown-menu a.nav-dropdown-all svg { width: 14px; height: 14px; }

.mobile-nav-cities { border-bottom: 1px solid var(--gray-200); }
.mobile-nav-cities summary {
  padding: 16px 6px; font-family: var(--font-head); font-size: 19px; font-weight: 500; color: var(--navy-900);
  display: flex; align-items: center; justify-content: space-between; cursor: pointer; list-style: none;
}
.mobile-nav-cities summary::-webkit-details-marker { display: none; }
.mobile-nav-cities summary svg { width: 16px; height: 16px; transition: transform .2s; flex-shrink: 0; }
.mobile-nav-cities[open] summary svg { transform: rotate(180deg); }
.mobile-nav-cities-list { display: grid; gap: 2px; padding-bottom: 14px; }
.mobile-nav-cities-list a { padding: 10px 6px 10px 14px; font-size: 15.5px; font-weight: 400; border-bottom: none; color: var(--ink-700); }

.footer-cities { border-top: 1px solid rgba(255,255,255,.08); padding: 26px 0; }
.footer-cities strong { display: block; color: var(--white); font-size: 13.5px; margin-bottom: 12px; }
.footer-cities-list { display: flex; flex-wrap: wrap; gap: 8px 10px; }
.footer-cities-list a { font-size: 13px; color: rgba(255,255,255,.55); }
.footer-cities-list a:hover { color: var(--white); }
.footer-cities-list span.sep { color: rgba(255,255,255,.25); }

.nav-toggle {
  display: none;
  width: 42px; height: 42px;
  border: none; background: var(--sky-100);
  border-radius: 10px;
  align-items: center; justify-content: center;
  flex-direction: column; gap: 4px;
}
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--navy-900); border-radius: 2px; transition: .25s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 992px) {
  .main-nav { display: none; }
  .nav-phone { display: none; }
  .nav-toggle { display: inline-flex; }
  .brand strong { display: none; }
  .nav-actions .btn span.long { display: none; }
}

.mobile-nav {
  display: none;
  position: fixed;
  inset: var(--header-h) 0 0 0;
  background: var(--white);
  z-index: 199;
  padding: 20px 24px 40px;
  overflow-y: auto;
}
.mobile-nav.open { display: block; animation: fadeIn .2s ease; }
.mobile-nav a {
  display: block;
  padding: 16px 6px;
  font-family: var(--font-head);
  font-size: 19px;
  font-weight: 500;
  color: var(--navy-900);
  border-bottom: 1px solid var(--gray-200);
}
.mobile-nav .btn { margin-top: 24px; }
.mobile-contact { margin-top: 28px; display: grid; gap: 14px; }
.mobile-contact a { display: flex; align-items: center; gap: 10px; color: var(--ink-700); font-weight: 500; border: none; padding: 0; }
.mobile-contact svg { width: 18px; height: 18px; color: var(--blue-500); }

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: linear-gradient(115deg, var(--navy-950) 0%, var(--navy-800) 46%, var(--blue-600) 130%);
  color: var(--white);
  overflow: hidden;
  padding: 92px 0 120px;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url('../img/hero-glass.jpg');
  background-size: cover;
  background-position: center;
  opacity: .16;
  mix-blend-mode: luminosity;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 82% 20%, rgba(88,166,245,.35), transparent 55%);
}
.hero .container { position: relative; z-index: 2; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 50px;
  align-items: center;
}
@media (max-width: 940px) { .hero-grid { grid-template-columns: 1fr; } }

.hero-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 22px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  padding: 8px 16px; border-radius: 999px;
  font-size: 13px; font-weight: 600; letter-spacing: .02em;
}
.hero-badge svg { width: 16px; height: 16px; color: var(--gold); }
.hero h1 {
  color: var(--white);
  font-size: clamp(34px, 4.6vw, 56px);
  letter-spacing: -.02em;
  margin-bottom: 22px;
}
.hero h1 span { color: var(--sky-300); }
.hero p.lead {
  font-size: 18px;
  color: rgba(255,255,255,.82);
  max-width: 540px;
  margin-bottom: 34px;
}
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 46px; }
.hero-stats { display: flex; gap: 36px; flex-wrap: wrap; }
.hero-stats div strong { display: block; font-family: var(--font-head); font-size: 30px; color: var(--white); }
.hero-stats div span { font-size: 13.5px; color: rgba(255,255,255,.65); }

.hero-visual { position: relative; }
.glass-card {
  position: relative;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(16px);
  border-radius: var(--radius-lg);
  padding: 34px;
  box-shadow: var(--shadow-lg);
}
.glass-card img { border-radius: var(--radius-md); }
.glass-card .float-tag {
  position: absolute;
  bottom: -22px; left: -22px;
  background: var(--white);
  color: var(--navy-900);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  box-shadow: var(--shadow-md);
  display: flex; align-items: center; gap: 12px;
  max-width: 250px;
}
.glass-card .float-tag .ic {
  width: 42px; height: 42px; border-radius: 12px;
  background: var(--sky-100); color: var(--blue-600);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.glass-card .float-tag .ic svg { width: 22px; height: 22px; }
.glass-card .float-tag strong { display: block; font-size: 15px; }
.glass-card .float-tag span { font-size: 12.5px; color: var(--ink-500); }
@media (max-width: 940px) { .glass-card .float-tag { position: static; margin-top: 18px; max-width: none; } }

.hero-wave { position: absolute; left: 0; right: 0; bottom: -1px; line-height: 0; z-index: 3; }
.hero-wave svg { width: 100%; height: auto; display: block; }

/* ---------- Trust strip ---------- */
.trust-strip { background: var(--white); padding: 40px 0; border-bottom: 1px solid var(--gray-200); }
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 860px) { .trust-grid { grid-template-columns: repeat(2, 1fr); } }
.trust-item { display: flex; align-items: center; gap: 14px; }
.trust-item .ic {
  width: 50px; height: 50px; border-radius: 14px;
  background: var(--sky-100); color: var(--blue-600);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.trust-item .ic svg { width: 24px; height: 24px; }
.trust-item strong { display: block; font-family: var(--font-head); font-size: 16px; color: var(--navy-900); }
.trust-item span { font-size: 13.5px; color: var(--ink-500); }

/* ---------- About teaser ---------- */
.about-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; gap: 40px; } }
.about-media { position: relative; }
.about-media .frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/3.4;
}
.about-media .frame img { width: 100%; height: 100%; object-fit: cover; }
.about-media .badge-float {
  position: absolute; top: 24px; right: -20px;
  background: var(--white); border-radius: var(--radius-md);
  box-shadow: var(--shadow-md); padding: 18px 22px; text-align: center;
}
.about-media .badge-float strong { display: block; font-family: var(--font-head); font-size: 26px; color: var(--blue-600); }
.about-media .badge-float span { font-size: 12px; color: var(--ink-500); }
@media (max-width: 500px) { .about-media .badge-float { right: 10px; } }

.about-list { display: grid; gap: 18px; margin: 28px 0 32px; }
.about-list li { display: flex; gap: 14px; align-items: flex-start; }
.about-list .ic {
  width: 34px; height: 34px; border-radius: 10px; background: var(--sky-100); color: var(--blue-600);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px;
}
.about-list .ic svg { width: 18px; height: 18px; }
.about-list strong { display: block; color: var(--navy-900); font-family: var(--font-head); font-size: 15.5px; }
.about-list span { font-size: 14.5px; color: var(--ink-500); }

/* ---------- Cards / Products ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
@media (max-width: 940px) { .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .grid-3, .grid-2 { grid-template-columns: 1fr; } }

.product-card {
  background: var(--white);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease;
  display: flex; flex-direction: column;
  border: 1px solid var(--gray-200);
}
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.product-card .thumb { aspect-ratio: 16/11; overflow: hidden; }
.product-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .thumb img { transform: scale(1.08); }
.product-card .body { padding: 26px 26px 28px; flex: 1; display: flex; flex-direction: column; }
.product-card h3 { font-size: 19px; margin-bottom: 10px; }
.product-card p { font-size: 14.5px; color: var(--ink-500); flex: 1; }
.product-card .tag {
  display: inline-flex; align-self: flex-start; margin-bottom: 12px;
  font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  color: var(--blue-600); background: var(--sky-100); padding: 5px 11px; border-radius: 999px;
}
.more {
  margin-top: 16px; display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-head); font-weight: 600; font-size: 14.5px; color: var(--blue-600);
}
.more svg { width: 16px; height: 16px; flex-shrink: 0; transition: transform .25s; }
.product-card:hover .more svg, .value-card:hover .more svg { transform: translateX(4px); }

/* ---------- Application icons grid ---------- */
.app-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
@media (max-width: 940px) { .app-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .app-grid { grid-template-columns: repeat(2, 1fr); } }
.app-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 28px 20px;
  text-align: center;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.app-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.app-card .ic {
  width: 58px; height: 58px; margin: 0 auto 16px;
  border-radius: 16px; background: var(--sky-100); color: var(--blue-600);
  display: flex; align-items: center; justify-content: center;
}
.app-card .ic svg { width: 28px; height: 28px; }
.app-card h3 { font-size: 15px; margin: 0; }

/* ---------- Why choose us / process ---------- */
.dark-section {
  background: linear-gradient(160deg, var(--navy-950), var(--navy-800));
  color: rgba(255,255,255,.86);
}
.dark-section h2, .dark-section h3 { color: var(--white); }
.dark-section .section-head p { color: rgba(255,255,255,.6); }
.dark-section .eyebrow { color: var(--sky-300); }
.dark-section .eyebrow::before { background: var(--sky-300); }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
@media (max-width: 900px) { .feature-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .feature-grid { grid-template-columns: 1fr; } }
.feature-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-md);
  padding: 30px 26px;
}
.feature-card .ic {
  width: 52px; height: 52px; border-radius: 14px;
  background: rgba(88,166,245,.18); color: var(--sky-300);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.feature-card .ic svg { width: 26px; height: 26px; }
.feature-card h3 { font-size: 18px; margin-bottom: 8px; }
.feature-card p { font-size: 14.5px; color: rgba(255,255,255,.6); margin: 0; }

/* ---------- Process steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }
.step { position: relative; padding: 30px 24px; background: var(--gray-100); border-radius: var(--radius-md); }
.step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  font-family: var(--font-head); font-weight: 700; font-size: 15px;
  color: var(--white); background: var(--blue-500);
  width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.step h3 { font-size: 17px; margin-bottom: 8px; }
.step p { font-size: 14px; color: var(--ink-500); margin: 0; }

/* ---------- Rating / social proof ---------- */
.rating-band {
  background: var(--sky-100);
  border-radius: var(--radius-lg);
  padding: 40px 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.rating-band .stars { display: flex; gap: 4px; color: var(--gold); }
.rating-band .stars svg { width: 22px; height: 22px; }
.rating-score { display: flex; align-items: center; gap: 18px; }
.rating-score strong { font-family: var(--font-head); font-size: 42px; color: var(--navy-900); }
.rating-score .stack span { display: block; font-size: 13.5px; color: var(--ink-500); }

/* ---------- CTA banner ---------- */
.cta-banner {
  background: linear-gradient(120deg, var(--blue-600), var(--navy-800));
  border-radius: var(--radius-lg);
  padding: 56px;
  color: var(--white);
  display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
  position: relative; overflow: hidden;
}
.cta-banner::after {
  content: ""; position: absolute; width: 320px; height: 320px; right: -80px; top: -120px;
  background: radial-gradient(circle, rgba(255,255,255,.16), transparent 70%);
}
.cta-banner h2 { color: var(--white); margin-bottom: 8px; font-size: clamp(24px,3vw,32px); }
.cta-banner p { color: rgba(255,255,255,.78); margin: 0; max-width: 480px; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; position: relative; z-index: 2; }

/* ---------- Contact page ---------- */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; }
@media (max-width: 940px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-card {
  background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-md);
  padding: 26px; display: flex; gap: 16px; align-items: flex-start; margin-bottom: 18px;
}
.contact-card .ic {
  width: 46px; height: 46px; border-radius: 12px; background: var(--sky-100); color: var(--blue-600);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.contact-card .ic svg { width: 22px; height: 22px; }
.contact-card strong { display: block; font-family: var(--font-head); color: var(--navy-900); font-size: 15.5px; margin-bottom: 4px; }
.contact-card span, .contact-card a { font-size: 14.5px; color: var(--ink-500); }
.contact-card a:hover { color: var(--blue-600); }

.hours-table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.hours-table td { padding: 8px 0; border-bottom: 1px solid var(--gray-200); color: var(--ink-700); }
.hours-table td:last-child { text-align: right; font-weight: 600; color: var(--navy-900); }

.form-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 40px; box-shadow: var(--shadow-sm); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label { font-size: 13.5px; font-weight: 600; color: var(--navy-900); }
.field input, .field select, .field textarea {
  border: 1.5px solid var(--gray-200); border-radius: 12px; padding: 13px 16px;
  font-family: var(--font-body); font-size: 14.5px; color: var(--ink-900); background: var(--gray-100);
  transition: border-color .2s, background .2s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--blue-500); background: var(--white);
}
.field textarea { resize: vertical; min-height: 130px; }
.form-note { font-size: 13px; color: var(--ink-500); margin-top: 14px; }
.form-alert { padding: 14px 18px; border-radius: 12px; font-size: 14.5px; margin-bottom: 20px; }
.form-alert.success { background: #e7f9ef; color: #196b3b; border: 1px solid #b6ecd0; }
.form-alert.error { background: #fdeceb; color: #9a2f27; border: 1px solid #f6c6c1; }

.map-wrap { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--gray-200); }
.map-wrap iframe { width: 100%; height: 380px; border: 0; display: block; }

/* ---------- Page header (inner pages) ---------- */
.page-header {
  background: linear-gradient(120deg, var(--navy-950), var(--navy-800) 60%, var(--blue-600) 160%);
  color: var(--white);
  padding: 150px 0 90px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: ""; position: absolute; inset: 0;
  background-image: url('../img/hero-glass.jpg'); background-size: cover; background-position: center;
  opacity: .12; mix-blend-mode: luminosity;
}
.page-header .container { position: relative; z-index: 2; }
.page-header h1 { color: var(--white); font-size: clamp(30px, 4vw, 46px); margin-bottom: 14px; }
.page-header p { color: rgba(255,255,255,.75); max-width: 560px; margin: 0 auto; font-size: 16.5px; }
.breadcrumb { display: flex; justify-content: center; gap: 8px; font-size: 13.5px; color: rgba(255,255,255,.6); margin-bottom: 18px; }
.breadcrumb a:hover { color: var(--white); }

/* ---------- Values / mission grid (Sobre) ---------- */
.value-card {
  background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-md);
  padding: 30px 26px; text-align: left;
}
.value-card .ic {
  width: 50px; height: 50px; border-radius: 14px; background: var(--sky-100); color: var(--blue-600);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.value-card .ic svg { width: 24px; height: 24px; }
.value-card h3 { font-size: 17.5px; margin-bottom: 8px; }
.value-card p { font-size: 14.5px; color: var(--ink-500); margin: 0; }

.timeline { display: grid; gap: 0; }
.timeline .t-item { display: grid; grid-template-columns: 90px 1fr; gap: 24px; padding-bottom: 34px; position: relative; }
.timeline .t-item:not(:last-child)::before { content:""; position:absolute; left: 44px; top: 40px; bottom: -6px; width: 2px; background: var(--gray-200); }
.timeline .dot { width: 90px; height: 90px; border-radius: 50%; background: var(--sky-100); color: var(--blue-600); display:flex; align-items:center; justify-content:center; font-family: var(--font-head); font-weight:700; }
.timeline h3 { font-size: 16.5px; margin-bottom: 6px; }
.timeline p { font-size: 14.5px; color: var(--ink-500); margin: 0; }

/* ---------- Footer ---------- */
footer.site-footer { background: var(--navy-950); color: rgba(255,255,255,.6); }
.footer-top { padding: 76px 0 50px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.1fr; gap: 40px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand img { height: 64px; margin-bottom: 18px; }
.footer-brand p { font-size: 14.5px; line-height: 1.7; max-width: 320px; }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center; transition: background .2s, transform .2s;
}
.footer-social a:hover { background: var(--blue-500); transform: translateY(-3px); }
.footer-social svg { width: 17px; height: 17px; }
.footer-col h4 { color: var(--white); font-size: 15.5px; margin-bottom: 20px; }
.footer-col ul { display: grid; gap: 12px; }
.footer-col a { font-size: 14.5px; transition: color .2s, padding-left .2s; }
.footer-col a:hover { color: var(--white); padding-left: 4px; }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; margin-bottom: 14px; }
.footer-contact svg { width: 17px; height: 17px; color: var(--blue-400); flex-shrink: 0; margin-top: 2px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 22px 0; }
.footer-bottom .container { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; font-size: 13px; }
.footer-bottom a:hover { color: var(--white); }

/* ---------- Floating buttons ---------- */
.float-whatsapp {
  position: fixed; right: 24px; bottom: 24px; z-index: 300;
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--whatsapp); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 26px rgba(37,211,102,.45);
  animation: pulse 2.4s infinite;
}
.float-whatsapp svg { width: 30px; height: 30px; }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,.5), 0 10px 26px rgba(37,211,102,.45); }
  70% { box-shadow: 0 0 0 14px rgba(37,211,102,0), 0 10px 26px rgba(37,211,102,.45); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0), 0 10px 26px rgba(37,211,102,.45); }
}
.back-to-top {
  position: fixed; right: 24px; bottom: 168px; z-index: 300;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--white); color: var(--navy-900);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-md); border: 1px solid var(--gray-200);
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity .3s, transform .3s, visibility .3s;
}
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top svg { width: 18px; height: 18px; }

/* ---------- Chat widget ---------- */
.chat-fab {
  position: fixed; right: 24px; bottom: 96px; z-index: 300;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--navy-900); color: var(--white); border: none;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 26px rgba(7,19,36,.35); cursor: pointer;
  transition: transform .2s;
}
.chat-fab:hover { transform: translateY(-3px); }
.chat-fab svg { width: 26px; height: 26px; }
.chat-fab .chat-fab-close { font-size: 22px; line-height: 1; display: none; }
.chat-fab.open svg { display: none; }
.chat-fab.open .chat-fab-close { display: block; }

.chat-panel {
  position: fixed; right: 24px; bottom: 164px; z-index: 300;
  width: 340px; max-width: calc(100vw - 32px); max-height: 70vh;
  background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  display: flex; flex-direction: column; overflow: hidden;
  opacity: 0; visibility: hidden; transform: translateY(16px) scale(.97);
  transform-origin: bottom right;
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}
.chat-panel.open { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.chat-panel-header {
  display: flex; align-items: center; gap: 10px; padding: 16px 18px;
  background: var(--navy-950); color: var(--white); flex-shrink: 0;
}
.chat-panel-header img { height: 26px; width: auto; filter: brightness(0) invert(1); }
.chat-panel-title { flex: 1; display: flex; flex-direction: column; }
.chat-panel-title strong { font-family: var(--font-head); font-size: 14px; }
.chat-panel-title span { font-size: 12px; color: rgba(255,255,255,.65); display: flex; align-items: center; gap: 5px; }
.chat-dot { width: 7px; height: 7px; border-radius: 50%; background: #3ddc73; display: inline-block; }
.chat-panel-close { background: none; border: none; color: rgba(255,255,255,.75); font-size: 20px; cursor: pointer; line-height: 1; padding: 4px; }
.chat-panel-close:hover { color: var(--white); }
.chat-panel-body {
  padding: 16px 16px 6px; overflow-y: auto; flex: 1;
  display: flex; flex-direction: column; gap: 10px; background: var(--gray-100);
  min-height: 120px;
}
.chat-msg {
  max-width: 88%; padding: 10px 14px; border-radius: 14px; font-size: 13.5px; line-height: 1.5;
}
.chat-msg.bot { background: var(--white); color: var(--ink-700); border-bottom-left-radius: 4px; align-self: flex-start; box-shadow: var(--shadow-sm); }
.chat-msg.user { background: var(--blue-500); color: var(--white); border-bottom-right-radius: 4px; align-self: flex-end; }
.chat-msg a.chat-cta {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 8px;
  background: var(--whatsapp); color: var(--white); padding: 8px 14px; border-radius: 999px;
  font-weight: 600; font-size: 13px;
}
.chat-panel-options {
  display: flex; flex-direction: column; gap: 6px; padding: 12px 16px 16px; flex-shrink: 0;
  background: var(--white); border-top: 1px solid var(--gray-200);
}
.chat-panel-options button {
  display: flex; align-items: center; gap: 10px; text-align: left;
  background: var(--gray-100); border: 1px solid var(--gray-200); border-radius: 10px;
  padding: 9px 12px; font-size: 13px; color: var(--ink-700); cursor: pointer; transition: background .15s, border-color .15s;
}
.chat-panel-options button svg { width: 15px; height: 15px; flex-shrink: 0; color: var(--blue-600); }
.chat-panel-options button:hover { background: var(--sky-100); border-color: var(--blue-400); color: var(--blue-600); }
@media (max-width: 460px) {
  .chat-panel { right: 16px; bottom: 152px; }
  .chat-fab { right: 16px; bottom: 88px; }
  .float-whatsapp { right: 16px; }
  .back-to-top { right: 16px; }
}

/* ---------- Aviso de cookies ---------- */
.cookie-banner {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 250;
  background: var(--navy-950); color: rgba(255,255,255,.85);
  padding: 16px 100px 16px 24px; border-top: 1px solid rgba(255,255,255,.08);
  display: flex; gap: 16px; align-items: center; justify-content: center; flex-wrap: wrap;
  transform: translateY(100%); transition: transform .35s ease;
}
.cookie-banner.show { transform: translateY(0); }
.cookie-banner .cookie-ic {
  width: 34px; height: 34px; border-radius: 10px; background: rgba(255,255,255,.08); color: var(--sky-300);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.cookie-banner .cookie-ic svg { width: 18px; height: 18px; }
.cookie-text { display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; max-width: 760px; }
.cookie-text strong { font-family: var(--font-head); font-size: 13.5px; color: var(--white); }
.cookie-text p { font-size: 13px; color: rgba(255,255,255,.7); margin: 0; line-height: 1.5; }
.cookie-text a { color: var(--sky-300); font-weight: 600; }
.cookie-actions .btn { padding: 9px 22px; font-size: 13px; white-space: nowrap; }
@media (max-width: 700px) {
  .cookie-banner { justify-content: flex-start; padding: 16px 90px 16px 18px; }
}

/* ---------- Galeria ---------- */
.gallery-filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 40px; }
.filter-btn {
  padding: 10px 20px; border-radius: 999px; border: 1.5px solid var(--gray-200);
  background: var(--white); color: var(--ink-700); font-family: var(--font-head); font-weight: 600; font-size: 13.5px;
  transition: all .2s;
}
.filter-btn:hover { border-color: var(--blue-400); color: var(--blue-600); }
.filter-btn.active { background: var(--blue-500); border-color: var(--blue-500); color: var(--white); }

.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 992px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 700px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .gallery-grid { grid-template-columns: 1fr; } }

.gallery-item {
  position: relative; border: none; padding: 0; cursor: pointer; border-radius: var(--radius-md);
  overflow: hidden; aspect-ratio: 4/3.2; background: var(--gray-200);
  box-shadow: var(--shadow-sm); transition: transform .3s, box-shadow .3s;
}
.gallery-item:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item.hidden { display: none; }
.gallery-caption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 14px 12px;
  background: linear-gradient(to top, rgba(7,19,36,.85), transparent);
  color: var(--white); font-size: 12.5px; font-weight: 600; text-align: left;
  opacity: 0; transform: translateY(6px); transition: opacity .25s, transform .25s;
}
.gallery-item:hover .gallery-caption { opacity: 1; transform: translateY(0); }

.lightbox {
  position: fixed; inset: 0; z-index: 500; background: rgba(7,11,20,.94);
  display: none; align-items: center; justify-content: center; padding: 40px;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: 100%; max-height: 82vh; border-radius: 10px; box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.lightbox-caption { position: absolute; bottom: 26px; left: 0; right: 0; text-align: center; color: rgba(255,255,255,.85); font-size: 14px; }
.lightbox-close {
  position: absolute; top: 20px; right: 26px; background: none; border: none; color: var(--white);
  font-size: 38px; line-height: 1; cursor: pointer; opacity: .8;
}
.lightbox-close:hover { opacity: 1; }
.lightbox-nav {
  position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.1);
  border: none; color: var(--white); width: 50px; height: 50px; border-radius: 50%; font-size: 18px;
  cursor: pointer; transition: background .2s;
}
.lightbox-nav:hover { background: rgba(255,255,255,.22); }
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }
@media (max-width: 600px) {
  .lightbox { padding: 16px; }
  .lightbox-nav { width: 40px; height: 40px; font-size: 15px; }
  .lightbox-close { top: 10px; right: 14px; }
}

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }
