/* ===================================================================
   MARDEK EVA — Estilos principais
   Paleta: azul institucional (logo) + branco, tom corporativo/moderno
=================================================================== */

:root{
  --blue-deep:   #142236;
  --blue-navy:   #1E3A5C;
  --blue:        #2C5480;
  --blue-mid:    #35587E;
  --blue-light:  #6E93BC;
  --blue-pale:   #EAF1F9;
  --blue-pale-2: #F5F9FC;
  --white:       #FFFFFF;
  --ink:         #142230;
  --gray-700:    #3D4C5C;
  --gray-500:    #6B7A89;
  --gray-300:    #C7D2DC;
  --line:        #E2EAF1;
  --whatsapp:    #25D366;
  --whatsapp-dark:#1DA851;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 26px;
  --shadow-sm: 0 2px 10px rgba(20, 34, 54, .06);
  --shadow-md: 0 12px 32px rgba(20, 34, 54, .10);
  --shadow-lg: 0 24px 60px rgba(20, 34, 54, .18);
  --container: 1220px;
  --font-head: 'Poppins', sans-serif;
  --font-body: 'Inter', sans-serif;
}

*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img{ max-width: 100%; display: block; }
a{ color: inherit; text-decoration: none; }
ul{ margin: 0; padding: 0; list-style: none; }
h1,h2,h3,h4,h5{ font-family: var(--font-head); font-weight: 700; line-height: 1.15; margin: 0 0 .5em; color: var(--blue-deep); }
p{ margin: 0 0 1em; }
button{ font-family: inherit; cursor: pointer; }
.mardek-icon{ width: 1em; height: 1em; }

.container{ width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 22px; }
.section{ padding: 88px 0; }
.section-alt{ background: var(--blue-pale-2); }
.section-navy{ background: linear-gradient(160deg, var(--blue-deep), var(--blue-navy) 60%); color: #fff; }
.section-navy h2, .section-navy h3{ color: #fff; }

@media (max-width: 782px){
  .section{ padding: 56px 0; }
}

.eyebrow{
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-head); font-weight: 600; font-size: 13px;
  letter-spacing: .06em; text-transform: uppercase;
  color: var(--blue);
  background: var(--blue-pale);
  padding: 8px 16px; border-radius: 999px;
  margin-bottom: 18px;
}
.section-navy .eyebrow{ background: rgba(255,255,255,.12); color: #BFD5EC; }

.section-head{ max-width: 680px; margin: 0 auto 48px; text-align: center; }
.section-head h2{ font-size: clamp(28px, 4vw, 40px); }
.section-head p{ color: var(--gray-500); font-size: 17px; }
.section-navy .section-head p{ color: #AEC3DA; }

/* ---------- Buttons ---------- */
.btn{
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-head); font-weight: 600; font-size: 15.5px;
  padding: 15px 28px; border-radius: 999px; border: 2px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn svg{ width: 19px; height: 19px; }
.btn-whatsapp{ background: var(--whatsapp); color: #fff; box-shadow: 0 10px 26px rgba(37,211,102,.35); }
.btn-whatsapp:hover{ background: var(--whatsapp-dark); transform: translateY(-2px); }
.btn-outline-light{ border-color: rgba(255,255,255,.5); color: #fff; }
.btn-outline-light:hover{ background: rgba(255,255,255,.12); border-color: #fff; transform: translateY(-2px); }
.btn-blue{ background: var(--blue); color: #fff; box-shadow: 0 10px 26px rgba(44,84,128,.28); }
.btn-blue:hover{ background: var(--blue-navy); transform: translateY(-2px); }
.btn-outline-blue{ border-color: var(--blue); color: var(--blue); }
.btn-outline-blue:hover{ background: var(--blue); color: #fff; transform: translateY(-2px); }
.btn-block{ width: 100%; }
.btn-sm{ padding: 11px 20px; font-size: 14px; }

/* ===================================================================
   HEADER
=================================================================== */
.site-header{
  position: sticky; top: 0; z-index: 500;
  background: rgba(255,255,255,.92); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .container{ display: flex; align-items: center; justify-content: space-between; padding-top: 14px; padding-bottom: 14px; gap: 24px; }
.site-logo img{ height: 64px; width: auto; max-width: 260px; }
.site-logo{ font-family: var(--font-head); font-weight: 800; font-size: 22px; color: var(--blue-deep); }
@media (max-width: 640px){
  .site-logo img{ height: 48px; }
}

.primary-nav{ display: none; }
.primary-nav ul{ display: flex; align-items: center; gap: 30px; }
.primary-nav a{
  font-family: var(--font-head); font-weight: 500; font-size: 15px; color: var(--gray-700);
  position: relative; padding: 6px 0;
}
.primary-nav a:hover{ color: var(--blue); }
.primary-nav .current-menu-item > a{ color: var(--blue); }

.header-actions{ display: flex; align-items: center; gap: 14px; }
.header-actions .btn{ display: none; }
.header-phone{ display: none; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 600; color: var(--blue-deep); font-size: 14.5px; }
.header-phone svg{ width: 18px; height: 18px; color: var(--blue); }

.menu-toggle{
  display: flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--line);
  background: #fff; color: var(--blue-deep);
}
.menu-toggle svg{ width: 22px; height: 22px; }

@media (min-width: 1024px){
  .primary-nav{ display: block; }
  .header-actions .btn{ display: inline-flex; }
  .header-phone{ display: inline-flex; }
  .menu-toggle{ display: none; }
}

/* Mobile drawer */
.mobile-nav{
  position: fixed; inset: 0; z-index: 900; background: var(--blue-deep);
  display: flex; flex-direction: column; padding: 22px;
  transform: translateX(100%); transition: transform .3s ease;
}
.mobile-nav.is-open{ transform: translateX(0); }
.mobile-nav-top{ display: flex; justify-content: flex-end; margin-bottom: 30px; }
.mobile-nav-top button{ background: rgba(255,255,255,.1); border: none; width: 44px; height: 44px; border-radius: 12px; color: #fff; display: flex; align-items: center; justify-content: center; }
.mobile-nav-top button svg{ width: 22px; height: 22px; }
.mobile-nav ul{ display: flex; flex-direction: column; gap: 6px; }
.mobile-nav a{ font-family: var(--font-head); font-size: 21px; font-weight: 600; color: #fff; padding: 14px 4px; display: block; border-bottom: 1px solid rgba(255,255,255,.08); }
.mobile-nav-footer{ margin-top: auto; display: flex; flex-direction: column; gap: 14px; }

/* ===================================================================
   HERO
=================================================================== */
.hero{
  position: relative;
  background: radial-gradient(1200px 700px at 85% -10%, rgba(255,255,255,.06), transparent 60%), linear-gradient(155deg, var(--blue-deep) 0%, var(--blue-navy) 55%, var(--blue) 100%);
  color: #fff;
  overflow: hidden;
  padding: 76px 0 60px;
}
.hero::before, .hero::after{
  content:''; position: absolute; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.10), transparent 70%);
}
.hero::before{ width: 640px; height: 640px; top: -220px; right: -160px; }
.hero::after{ width: 420px; height: 420px; bottom: -180px; left: -140px; background: radial-gradient(circle, rgba(255,255,255,.06), transparent 70%); }

.hero-grid{
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center;
}
@media (min-width: 992px){
  .hero-grid{ grid-template-columns: 1.05fr .95fr; gap: 30px; }
}

.hero-copy .eyebrow{ background: rgba(255,255,255,.12); color: #CFE0F2; }
.hero h1{
  color: #fff; font-size: clamp(32px, 5vw, 54px); letter-spacing: -.01em;
  margin-bottom: 20px;
}
.hero h1 span{ color: #8FC1FF; }
.hero-sub{ font-size: clamp(16px, 2vw, 19px); color: #C4D6E9; max-width: 560px; margin-bottom: 30px; }

.hero-actions{ display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 40px; }

.hero-stats{ display: grid; grid-template-columns: repeat(3, auto); gap: 30px; }
.hero-stats .stat b{ display: block; font-family: var(--font-head); font-size: 26px; color: #fff; }
.hero-stats .stat span{ font-size: 13.5px; color: #A9C0D8; }
@media (max-width: 560px){
  .hero-stats{ grid-template-columns: repeat(3, 1fr); gap: 14px; }
}

/* Hero visual collage */
.hero-visual{ position: relative; height: 420px; display: none; }
@media (min-width: 768px){ .hero-visual{ display: block; } }

.hero-visual .blob{
  position: absolute; inset: 8% 6%;
  background: rgba(255,255,255,.06);
  border: 1px dashed rgba(255,255,255,.18);
  border-radius: 40% 60% 55% 45% / 50% 45% 55% 50%;
}
.hero-card{
  position: absolute; background: #fff; border-radius: 20px; padding: 10px;
  box-shadow: var(--shadow-lg);
}
.hero-card img{ border-radius: 14px; object-fit: cover; width: 100%; height: 100%; }
.hero-card--1{ width: 230px; height: 230px; top: 0; left: 6%; transform: rotate(-6deg); z-index: 3; }
.hero-card--2{ width: 190px; height: 190px; bottom: 6%; right: 4%; transform: rotate(7deg); z-index: 2; }
.hero-card--3{ width: 170px; height: 170px; bottom: -4%; left: 26%; transform: rotate(-4deg); z-index: 4; }
.hero-badge{
  position: absolute; top: 34%; right: -6px; z-index: 5;
  background: var(--whatsapp); color: #fff; font-family: var(--font-head); font-weight: 700;
  font-size: 13.5px; padding: 12px 18px; border-radius: 14px; box-shadow: var(--shadow-md);
  display: flex; align-items: center; gap: 8px;
}
.hero-badge svg{ width: 18px; height: 18px; }

/* Segment marquee strip */
.marquee-strip{ background: var(--blue-pale); border-bottom: 1px solid var(--line); overflow: hidden; padding: 16px 0; }
.marquee-track{ display: flex; gap: 46px; width: max-content; animation: marquee 26s linear infinite; }
.marquee-track span{ font-family: var(--font-head); font-weight: 600; font-size: 14.5px; color: var(--blue); display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.marquee-track span::before{ content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--blue-light); }
@keyframes marquee{ from{ transform: translateX(0); } to{ transform: translateX(-50%); } }

/* ===================================================================
   PRODUCT LINE CARDS (Home)
=================================================================== */
.lines-grid{ display: grid; grid-template-columns: 1fr; gap: 26px; }
@media (min-width: 640px){ .lines-grid{ grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px){ .lines-grid{ grid-template-columns: repeat(4, 1fr); } }

.line-card{
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  background: var(--blue-deep); color: #fff; min-height: 340px;
  display: flex; flex-direction: column; justify-content: flex-end;
  box-shadow: var(--shadow-md); transition: transform .25s ease, box-shadow .25s ease;
}
.line-card:hover{ transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.line-card .line-bg{ position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .55; transition: transform .5s ease, opacity .3s ease; }
.line-card:hover .line-bg{ transform: scale(1.08); opacity: .4; }
.line-card::after{ content:''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,34,54,.96) 10%, rgba(20,34,54,.55) 55%, rgba(20,34,54,.15)); }
.line-card-body{ position: relative; z-index: 2; padding: 26px; }
.line-card-icon{
  width: 46px; height: 46px; border-radius: 12px; background: rgba(255,255,255,.14);
  display: flex; align-items: center; justify-content: center; margin-bottom: 14px;
}
.line-card-icon svg{ width: 24px; height: 24px; }
.line-card h3{ color: #fff; font-size: 20px; margin-bottom: 8px; }
.line-card p{ color: #CBDAE9; font-size: 14.5px; margin-bottom: 16px; }
.line-card-link{ display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 600; font-size: 14px; color: #fff; }
.line-card-link svg{ width: 16px; height: 16px; transition: transform .2s ease; }
.line-card:hover .line-card-link svg{ transform: translateX(4px); }

/* ===================================================================
   PUBLICOS / SEGMENTS
=================================================================== */
.publicos-grid{ display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 640px){ .publicos-grid{ grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px){ .publicos-grid{ grid-template-columns: repeat(3, 1fr); } }
.publico-card{
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md);
  padding: 26px; transition: box-shadow .2s ease, transform .2s ease;
}
.publico-card:hover{ box-shadow: var(--shadow-md); transform: translateY(-4px); }
.publico-card h4{ font-size: 17.5px; margin-bottom: 8px; color: var(--blue-deep); }
.publico-card p{ color: var(--gray-500); font-size: 14.5px; margin-bottom: 14px; }
.publico-card a{ font-family: var(--font-head); font-weight: 600; font-size: 13.5px; color: var(--blue); display: inline-flex; align-items: center; gap: 6px; }
.publico-card a svg{ width: 15px; height: 15px; }

/* ===================================================================
   DIFERENCIAIS
=================================================================== */
.dif-grid{ display: grid; grid-template-columns: 1fr; gap: 30px 28px; }
@media (min-width: 640px){ .dif-grid{ grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px){ .dif-grid{ grid-template-columns: repeat(3, 1fr); } }
.dif-item{ display: flex; gap: 16px; align-items: flex-start; }
.dif-icon{
  flex: none; width: 52px; height: 52px; border-radius: 14px;
  background: var(--blue-pale); color: var(--blue); display: flex; align-items: center; justify-content: center;
}
.dif-icon svg{ width: 25px; height: 25px; }
.dif-item h4{ font-size: 16.5px; margin-bottom: 4px; color: var(--blue-deep); }
.dif-item p{ font-size: 14.5px; color: var(--gray-500); margin: 0; }

/* ===================================================================
   TESTEMONIALS
=================================================================== */
.testi-grid{ display: grid; grid-template-columns: 1fr; gap: 22px; }
@media (min-width: 768px){ .testi-grid{ grid-template-columns: repeat(3, 1fr); } }
.testi-card{ background: #fff; border-radius: var(--radius-md); padding: 28px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.testi-quote{ color: var(--blue-light); margin-bottom: 12px; }
.testi-quote svg{ width: 26px; height: 26px; }
.testi-card p.testi-text{ font-size: 14.5px; color: var(--gray-700); margin-bottom: 18px; }
.testi-stars{ display: flex; gap: 3px; color: #F5A623; margin-bottom: 10px; }
.testi-stars svg{ width: 15px; height: 15px; fill: currentColor; }
.testi-name{ font-family: var(--font-head); font-weight: 700; font-size: 14.5px; color: var(--blue-deep); }
.testi-role{ font-size: 12.5px; color: var(--gray-500); }
.testi-flag{ display: inline-block; margin-top: 10px; font-size: 10.5px; letter-spacing: .04em; text-transform: uppercase; background: #FFF3E0; color: #B5680B; padding: 4px 9px; border-radius: 6px; }

/* ===================================================================
   CTA banda final
=================================================================== */
.cta-band{
  background: linear-gradient(135deg, var(--blue-deep), var(--blue-navy));
  border-radius: var(--radius-lg); padding: 56px 40px; text-align: center; color: #fff;
  position: relative; overflow: hidden;
}
.cta-band::before{ content:''; position: absolute; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.08), transparent 70%); top: -160px; right: -100px; }
.cta-band h2{ color: #fff; font-size: clamp(24px,3.4vw,34px); margin-bottom: 12px; }
.cta-band p{ color: #B9CCE0; max-width: 540px; margin: 0 auto 28px; }
.cta-actions{ display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; position: relative; z-index: 2; }

/* ===================================================================
   PAGE HERO (páginas internas)
=================================================================== */
.page-hero{
  background: linear-gradient(150deg, var(--blue-deep), var(--blue-navy) 70%);
  color: #fff; padding: 64px 0 56px; position: relative; overflow: hidden;
}
.page-hero::before{ content:''; position: absolute; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.08), transparent 70%); top: -200px; right: -120px; }
.page-hero .container{ position: relative; z-index: 2; }
.breadcrumb{ display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: #A9C0D8; margin-bottom: 16px; }
.breadcrumb svg{ width: 14px; height: 14px; }
.page-hero h1{ color: #fff; font-size: clamp(28px, 4vw, 42px); max-width: 720px; }
.page-hero p{ color: #C4D6E9; max-width: 620px; font-size: 16.5px; }
.page-hero-segments{ display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.page-hero-segments span{ background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); padding: 8px 16px; border-radius: 999px; font-size: 13px; font-family: var(--font-head); font-weight: 500; }

/* ===================================================================
   PRODUCT SECTIONS (páginas de linha)
=================================================================== */
.product-block{ padding: 60px 0; border-bottom: 1px solid var(--line); }
.product-block:last-child{ border-bottom: none; }
.product-block-head{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 30px; }
.product-block-head h3{ font-size: clamp(20px, 2.6vw, 26px); margin-bottom: 6px; }
.product-block-head p{ color: var(--gray-500); font-size: 15px; max-width: 560px; margin: 0; }
.product-price{ margin-top: 10px !important; font-family: var(--font-head); font-size: 15px; color: var(--blue-deep) !important; }
.product-price strong{ color: var(--blue); font-size: 17px; }
.product-price-consulta{ color: var(--gray-500) !important; font-style: italic; }

.product-gallery{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
@media (min-width: 640px){ .product-gallery{ grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px){ .product-gallery{ grid-template-columns: repeat(4, 1fr); } }
.product-photo{
  aspect-ratio: 1 / 1; border-radius: var(--radius-sm); overflow: hidden;
  background: var(--blue-pale-2); border: 1px solid var(--line); position: relative;
  cursor: zoom-in;
}
.product-photo img{ width: 100%; height: 100%; object-fit: contain; padding: 10px; transition: transform .3s ease; }
.product-photo:hover img{ transform: scale(1.05); }
.product-photo-empty{ display: flex; align-items: center; justify-content: center; color: var(--gray-300); font-size: 13px; text-align: center; padding: 20px; cursor: default; }

/* ===================================================================
   LIGHTBOX
=================================================================== */
.mardek-lightbox{
  position: fixed; inset: 0; z-index: 3000;
  background: rgba(10,16,24,.94);
  display: none; align-items: center; justify-content: center;
  padding: 70px 24px;
}
.mardek-lightbox.is-open{ display: flex; }
.mardek-lightbox-stage{ position: relative; max-width: 92vw; max-height: 82vh; display: flex; flex-direction: column; align-items: center; }
.mardek-lightbox-stage img{
  max-width: 92vw; max-height: 74vh; width: auto; height: auto; object-fit: contain;
  border-radius: 14px; background: #fff; box-shadow: var(--shadow-lg);
  opacity: 0; transform: scale(.97); transition: opacity .2s ease, transform .2s ease;
}
.mardek-lightbox-stage img.is-loaded{ opacity: 1; transform: scale(1); }
.mardek-lightbox-caption{ margin-top: 16px; text-align: center; color: #fff; }
.mardek-lightbox-title{ display: block; font-family: var(--font-head); font-weight: 600; font-size: 15px; margin-bottom: 4px; }
.mardek-lightbox-counter{ display: block; font-size: 13px; color: #9FB4C9; letter-spacing: .04em; }

.mardek-lightbox-close, .mardek-lightbox-nav{
  position: absolute; width: 48px; height: 48px; border-radius: 50%;
  background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.16); color: #fff;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.mardek-lightbox-close:hover, .mardek-lightbox-nav:hover{ background: rgba(255,255,255,.22); }
.mardek-lightbox-close svg, .mardek-lightbox-nav svg{ width: 22px; height: 22px; }
.mardek-lightbox-close{ top: 22px; right: 22px; }
.mardek-lightbox-prev{ left: 22px; top: 50%; transform: translateY(-50%); }
.mardek-lightbox-prev svg{ transform: rotate(180deg); }
.mardek-lightbox-next{ right: 22px; top: 50%; transform: translateY(-50%); }
.mardek-lightbox-prev:hover{ transform: translateY(-50%) scale(1.06); }
.mardek-lightbox-next:hover{ transform: translateY(-50%) scale(1.06); }
.mardek-lightbox-nav.is-hidden{ display: none; }

@media (max-width: 640px){
  .mardek-lightbox{ padding: 60px 12px; }
  .mardek-lightbox-close{ top: 14px; right: 14px; width: 42px; height: 42px; }
  .mardek-lightbox-prev{ left: 8px; width: 42px; height: 42px; }
  .mardek-lightbox-next{ right: 8px; width: 42px; height: 42px; }
}

.product-cta-inline{
  margin-top: 22px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  background: var(--blue-pale); border-radius: var(--radius-md); padding: 18px 22px;
}
.product-cta-inline p{ margin: 0; font-family: var(--font-head); font-weight: 600; font-size: 15px; color: var(--blue-deep); }

/* ===================================================================
   SOBRE / INSTITUCIONAL
=================================================================== */
.about-grid{ display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start; }
@media (min-width: 960px){ .about-grid{ grid-template-columns: 1.1fr .9fr; } }
.about-text p{ color: var(--gray-700); font-size: 16px; }
.about-highlight{
  background: var(--blue-deep); color: #fff; border-radius: var(--radius-md);
  padding: 26px 28px; font-family: var(--font-head); font-weight: 600; font-size: 18px;
  margin-top: 24px;
}
.about-side{ background: var(--blue-pale-2); border-radius: var(--radius-lg); padding: 30px; border: 1px solid var(--line); }
.about-side h4{ font-size: 15px; text-transform: uppercase; letter-spacing: .05em; color: var(--blue); margin-bottom: 18px; }
.about-list li{ display: flex; gap: 10px; align-items: flex-start; margin-bottom: 14px; font-size: 14.5px; color: var(--gray-700); }
.about-list li svg{ flex: none; width: 19px; height: 19px; color: var(--whatsapp); margin-top: 1px; }

/* ===================================================================
   CONTATO
=================================================================== */
.contact-grid{ display: grid; grid-template-columns: 1fr; gap: 36px; }
@media (min-width: 960px){ .contact-grid{ grid-template-columns: .9fr 1.1fr; } }
.contact-info-card{ background: var(--blue-deep); color: #fff; border-radius: var(--radius-lg); padding: 34px; }
.contact-info-item{ display: flex; gap: 14px; align-items: flex-start; margin-bottom: 22px; }
.contact-info-item svg{ flex: none; width: 21px; height: 21px; color: #8FC1FF; margin-top: 3px; }
.contact-info-item b{ display: block; font-family: var(--font-head); font-size: 14px; margin-bottom: 2px; }
.contact-info-item span, .contact-info-item a{ color: #C4D6E9; font-size: 14.5px; }
.contact-map{ margin-top: 22px; border-radius: var(--radius-md); overflow: hidden; border: 1px solid rgba(255,255,255,.15); }
.contact-map iframe{ width: 100%; height: 220px; border: 0; display: block; filter: grayscale(.2); }
.contact-social{ display: flex; gap: 10px; margin-top: 22px; }
.contact-social a{ width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; }
.contact-social svg{ width: 20px; height: 20px; }

.contact-form-card{ background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px; box-shadow: var(--shadow-sm); }
.form-row{ display: grid; grid-template-columns: 1fr; gap: 16px; margin-bottom: 16px; }
@media (min-width: 560px){ .form-row-2{ grid-template-columns: 1fr 1fr; } }
.form-field label{ display: block; font-family: var(--font-head); font-weight: 600; font-size: 13.5px; color: var(--blue-deep); margin-bottom: 7px; }
.form-field input, .form-field textarea{
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 10px;
  font-family: var(--font-body); font-size: 15px; color: var(--ink); background: var(--blue-pale-2);
  transition: border-color .2s ease, background .2s ease;
}
.form-field input:focus, .form-field textarea:focus{ outline: none; border-color: var(--blue-light); background: #fff; }
.form-field textarea{ resize: vertical; min-height: 130px; }
.form-alert{ padding: 14px 16px; border-radius: 10px; margin-bottom: 18px; font-size: 14.5px; font-weight: 500; }
.form-alert.success{ background: #E6F9EE; color: #157347; }
.form-alert.error{ background: #FCEAEA; color: #B42318; }

/* ===================================================================
   WHATSAPP FLOAT BUTTON
=================================================================== */
.whatsapp-float{
  position: fixed; bottom: 22px; right: 22px; z-index: 800;
  width: 60px; height: 60px; border-radius: 50%; background: var(--whatsapp);
  display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 30px rgba(37,211,102,.45);
  animation: pulse-wa 2.6s ease infinite;
}
.whatsapp-float svg{ width: 30px; height: 30px; color: #fff; }
@keyframes pulse-wa{ 0%,100%{ transform: scale(1); } 50%{ transform: scale(1.07); } }

/* ===================================================================
   FOOTER
=================================================================== */
.site-footer{ background: var(--blue-deep); color: #C4D6E9; padding-top: 68px; }
.footer-top{ display: grid; grid-template-columns: 1fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.08); }
@media (min-width: 860px){ .footer-top{ grid-template-columns: 1.2fr 1fr 1fr 1fr; } }
.footer-brand img{ height: 52px; margin-bottom: 16px; }
.footer-brand p{ font-size: 14.5px; color: #92ACC6; max-width: 300px; }
.footer-social{ display: flex; gap: 10px; margin-top: 16px; }
.footer-social a{ width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; }
.footer-social svg{ width: 18px; height: 18px; }
.footer-col h4{ color: #fff; font-size: 14.5px; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 18px; }
.footer-col ul li{ margin-bottom: 11px; }
.footer-col a{ font-size: 14.5px; color: #92ACC6; }
.footer-col a:hover{ color: #fff; }

.footer-seo{ padding: 40px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-seo h5{ font-size: 12.5px; text-transform: uppercase; letter-spacing: .06em; color: #6E88A3; margin-bottom: 16px; font-family: var(--font-head); }
.footer-seo-grid{ display: grid; grid-template-columns: 1fr; gap: 26px; }
@media (min-width: 640px){ .footer-seo-grid{ grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 860px){ .footer-seo-grid{ grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1180px){ .footer-seo-grid{ grid-template-columns: repeat(6, 1fr); } }
.footer-seo-col b{ display: block; color: #C4D6E9; font-size: 13px; margin-bottom: 10px; }
.footer-seo-col ul li{ margin-bottom: 8px; }
.footer-seo-col a{ font-size: 12.5px; color: #6E88A3; line-height: 1.5; }
.footer-seo-col a:hover{ color: #C4D6E9; }

.footer-bottom{ padding: 26px 0; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; font-size: 13px; color: #6E88A3; }
.footer-bottom a{ color: #92ACC6; }

/* ===================================================================
   404 / GENERIC PAGE
=================================================================== */
.notfound{ text-align: center; padding: 110px 0; }
.notfound .code{ font-family: var(--font-head); font-weight: 800; font-size: 90px; color: var(--blue-pale); line-height: 1; }
.notfound h1{ margin-top: -6px; }

/* Utility */
.text-center{ text-align: center; }
.mt-30{ margin-top: 30px; }
.hide-scrollbar::-webkit-scrollbar{ display: none; }
