/*
Theme Name: Grupo Maizo – Neve Child
Theme URI: https://www.grupomaizo.com
Description: Tema hijo premium para Grupo Maizo – Unidad Médica de Alta Especialidad
Author: Grupo Maizo
Author URI: https://www.grupomaizo.com
Template: neve
Version: 1.0.0
Text Domain: neve-child-grupomaizo
*/

/* ============================================================
   VARIABLES GLOBALES
   ============================================================ */
:root {
  --gm-navy:        #0a1628;
  --gm-navy-mid:    #102040;
  --gm-navy-light:  #1a3055;
  --gm-teal:        #00b4a0;
  --gm-teal-light:  #00d4bc;
  --gm-teal-subtle: rgba(0,180,160,0.12);
  --gm-gold:        #c8a96e;
  --gm-gold-light:  #dfc08a;
  --gm-white:       #ffffff;
  --gm-off-white:   #f4f6f9;
  --gm-muted:       #8a9ab5;
  --gm-body:        #2d3748;
  --gm-serif:       'Cormorant Garamond', Georgia, serif;
  --gm-sans:        'DM Sans', system-ui, sans-serif;
  --gm-transition:  0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --gm-shadow:      0 4px 32px rgba(10,22,40,0.10);
  --gm-shadow-lg:   0 16px 64px rgba(10,22,40,0.18);
}

/* ============================================================
   RESET NEVE / ELEMENTOR OVERRIDES
   ============================================================ */
.nv-content-wrap,
.neve-main,
.container,
.container-fluid {
  max-width: 100% !important;
  padding: 0 !important;
}

/* Oculta el header por defecto de Neve — usamos el nuestro */
.header-main-inner,
.hfg-header {
  display: none !important;
}

/* ============================================================
   TIPOGRAFÍA GLOBAL
   ============================================================ */
body {
  font-family: var(--gm-sans) !important;
  color: var(--gm-body) !important;
  background: var(--gm-white) !important;
  line-height: 1.7 !important;
  overflow-x: hidden !important;
}

h1, h2, h3, h4 {
  font-family: var(--gm-serif) !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}

h1 { font-size: clamp(2.6rem, 5vw, 4.2rem) !important; }
h2 { font-size: clamp(2rem, 3.5vw, 3rem) !important; }
h3 { font-size: clamp(1.4rem, 2vw, 1.8rem) !important; }

a { transition: color var(--gm-transition); }

/* ============================================================
   HEADER / NAV CUSTOM
   ============================================================ */
.gm-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  padding: 0 5%;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(10,22,40,0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(200,169,110,0.15);
  transition: var(--gm-transition);
}

.gm-nav.scrolled {
  background: rgba(10,22,40,1);
  box-shadow: 0 2px 32px rgba(0,0,0,0.3);
}

.gm-nav-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none !important;
}

.gm-nav-logo-mark {
  width: 44px; height: 44px;
  background: linear-gradient(135deg, var(--gm-teal) 0%, #007a6c 100%);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--gm-serif) !important;
  font-weight: 600; font-size: 1.1rem;
  color: white; letter-spacing: 0.5px;
  flex-shrink: 0;
}

.gm-nav-logo-text strong {
  display: block;
  font-family: var(--gm-serif) !important;
  font-size: 1.05rem; font-weight: 500;
  color: var(--gm-white); line-height: 1.2;
}

.gm-nav-logo-text span {
  display: block;
  font-size: 0.63rem; color: var(--gm-muted);
  letter-spacing: 0.07em; text-transform: uppercase;
  font-family: var(--gm-sans) !important;
}

.gm-nav-links {
  display: flex; align-items: center; gap: 32px;
  list-style: none; margin: 0; padding: 0;
}

.gm-nav-links a {
  color: rgba(255,255,255,0.7) !important;
  text-decoration: none !important;
  font-size: 0.82rem; font-weight: 400;
  letter-spacing: 0.05em; text-transform: uppercase;
  font-family: var(--gm-sans) !important;
  transition: color var(--gm-transition);
}

.gm-nav-links a:hover { color: var(--gm-teal-light) !important; }

.gm-nav-cta {
  background: var(--gm-teal) !important;
  color: white !important;
  padding: 9px 22px;
  border-radius: 50px;
  font-weight: 500 !important;
  transition: all var(--gm-transition) !important;
}

.gm-nav-cta:hover {
  background: var(--gm-teal-light) !important;
  color: var(--gm-navy) !important;
}

/* Hamburger mobile */
.gm-nav-toggle {
  display: none;
  flex-direction: column; gap: 5px;
  cursor: pointer; background: none;
  border: none; padding: 4px;
}

.gm-nav-toggle span {
  display: block; width: 24px; height: 2px;
  background: rgba(255,255,255,0.8);
  border-radius: 2px;
  transition: var(--gm-transition);
}

/* ============================================================
   HERO
   ============================================================ */
.gm-hero {
  min-height: 100vh;
  background: var(--gm-navy);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 100px 5% 60px;
  gap: 60px;
  position: relative;
  overflow: hidden;
}

.gm-hero::before {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(0,180,160,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.gm-hero::after {
  content: '';
  position: absolute;
  bottom: -100px; left: 20%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(200,169,110,0.05) 0%, transparent 70%);
  pointer-events: none;
}

.gm-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--gm-teal);
  font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  margin-bottom: 16px;
  font-family: var(--gm-sans) !important;
}

.gm-eyebrow::before {
  content: '';
  display: block; width: 28px; height: 1px;
  background: var(--gm-teal);
}

.gm-hero h1 { color: var(--gm-white); margin-bottom: 10px; }
.gm-hero h1 em { color: var(--gm-teal); font-style: italic; }

.gm-hero-subtitle {
  font-family: var(--gm-serif) !important;
  font-size: 1.5rem; color: var(--gm-gold);
  font-weight: 300; font-style: italic;
  margin-bottom: 28px;
}

.gm-hero-desc {
  color: rgba(255,255,255,0.65);
  font-size: 1rem; line-height: 1.8;
  max-width: 520px; margin-bottom: 42px;
}

.gm-hero-actions {
  display: flex; gap: 16px; flex-wrap: wrap;
}

/* Buttons */
.gm-btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gm-teal); color: white;
  padding: 15px 32px; border-radius: 50px;
  font-size: 0.9rem; font-weight: 500;
  text-decoration: none !important;
  border: none; cursor: pointer;
  transition: all var(--gm-transition);
  font-family: var(--gm-sans) !important;
}

.gm-btn-primary:hover {
  background: var(--gm-teal-light); color: var(--gm-navy) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0,180,160,0.35);
}

.gm-btn-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: rgba(255,255,255,0.8) !important;
  padding: 14px 30px; border-radius: 50px;
  font-size: 0.9rem; font-weight: 400;
  text-decoration: none !important;
  border: 1px solid rgba(255,255,255,0.2);
  cursor: pointer; transition: all var(--gm-transition);
  font-family: var(--gm-sans) !important;
}

.gm-btn-secondary:hover {
  border-color: var(--gm-gold); color: var(--gm-gold) !important;
  transform: translateY(-2px);
}

/* Trust bar */
.gm-hero-trust {
  display: flex; gap: 32px;
  margin-top: 52px; padding-top: 36px;
  border-top: 1px solid rgba(255,255,255,0.08);
  flex-wrap: wrap;
}

.gm-trust-num {
  display: block;
  font-family: var(--gm-serif) !important;
  font-size: 2rem; font-weight: 300;
  color: var(--gm-white); line-height: 1;
}

.gm-trust-label {
  display: block;
  font-size: 0.7rem; color: var(--gm-muted);
  letter-spacing: 0.05em; text-transform: uppercase;
  margin-top: 4px;
}

/* Hero visual */
.gm-hero-visual { position: relative; }

.gm-hero-img-wrapper {
  width: 100%; max-width: 520px;
  border-radius: 16px; overflow: hidden;
  border: 1px solid rgba(200,169,110,0.2);
  position: relative; margin-left: auto;
}

.gm-hero-img-wrapper img {
  width: 100%; height: 100%;
  min-height: 520px;
  object-fit: cover; object-position: center 20%;
  display: block;
  filter: brightness(0.92) saturate(0.9);
}

.gm-hero-badge {
  position: absolute; bottom: 20px; left: 20px;
  background: rgba(10,22,40,0.92);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0,180,160,0.3);
  border-radius: 12px; padding: 14px 18px;
  display: flex; align-items: center; gap: 12px;
}

.gm-hero-badge-icon {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--gm-teal-subtle);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

.gm-hero-badge-icon svg {
  width: 18px; height: 18px;
  stroke: var(--gm-teal); fill: none; stroke-width: 1.5;
}

.gm-hero-badge strong {
  display: block; font-size: 0.8rem; color: white;
  font-weight: 500; font-family: var(--gm-sans) !important;
}

.gm-hero-badge span {
  display: block; font-size: 0.66rem; color: var(--gm-muted);
}

.gm-hero-rating {
  position: absolute; top: 20px; right: 20px;
  background: rgba(10,22,40,0.92);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(200,169,110,0.3);
  border-radius: 12px; padding: 12px 16px;
  text-align: center;
}

.gm-stars { color: var(--gm-gold); font-size: 0.85rem; letter-spacing: 2px; display: block; }
.gm-rating-label { font-size: 0.64rem; color: var(--gm-muted); display: block; margin-top: 3px; }

/* ============================================================
   AWARDS STRIP
   ============================================================ */
.gm-awards {
  background: var(--gm-navy-mid);
  padding: 28px 5%;
  display: flex; align-items: center;
  justify-content: center; gap: 56px;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.gm-award-item {
  color: rgba(255,255,255,0.4);
  font-size: 0.75rem; letter-spacing: 0.06em;
  text-transform: uppercase;
  display: flex; align-items: center; gap: 8px;
  font-family: var(--gm-sans) !important;
}

.gm-award-item::before {
  content: '';
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--gm-teal); flex-shrink: 0;
}

/* ============================================================
   SECTIONS — SPACING
   ============================================================ */
.gm-section { padding: 100px 5%; }
.gm-section-sm { padding: 72px 5%; }

/* ============================================================
   ABOUT
   ============================================================ */
.gm-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
  background: var(--gm-white);
  padding: 100px 5%;
}

.gm-about-img-wrap { position: relative; }

.gm-about-img-wrap img {
  width: 100%; height: 480px;
  object-fit: cover; object-position: center center;
  border-radius: 16px; display: block;
  box-shadow: var(--gm-shadow-lg);
}

.gm-about-accent {
  position: absolute; bottom: -28px; right: -28px;
  width: 190px; height: 190px;
  background: var(--gm-navy); border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 6px;
  border: 4px solid var(--gm-white);
  box-shadow: var(--gm-shadow-lg); text-align: center;
}

.gm-about-accent strong {
  font-family: var(--gm-serif) !important;
  font-size: 2.8rem; color: var(--gm-teal);
  font-weight: 300; line-height: 1;
}

.gm-about-accent span {
  color: rgba(255,255,255,0.65);
  font-size: 0.7rem; text-transform: uppercase;
  letter-spacing: 0.08em; padding: 0 16px;
  font-family: var(--gm-sans) !important;
}

.gm-about-content h2 { color: var(--gm-navy); margin-bottom: 18px; }
.gm-about-content h2 em { color: var(--gm-teal); font-style: italic; }

.gm-about-lead {
  font-family: var(--gm-serif) !important;
  font-size: 1.2rem; color: var(--gm-navy);
  font-weight: 300; margin-bottom: 20px; line-height: 1.7;
}

.gm-about-content p {
  color: #4a5568; line-height: 1.85;
  margin-bottom: 16px; font-size: 0.96rem;
}

.gm-credentials {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 14px; margin-top: 36px;
}

.gm-credential {
  background: var(--gm-off-white);
  border-radius: 12px; padding: 18px;
  border-left: 3px solid var(--gm-teal);
}

.gm-credential strong {
  display: block; font-size: 0.8rem;
  font-weight: 600; color: var(--gm-navy);
  margin-bottom: 4px; font-family: var(--gm-sans) !important;
}

.gm-credential span {
  font-size: 0.76rem; color: var(--gm-muted); line-height: 1.5;
}

/* ============================================================
   SERVICES
   ============================================================ */
.gm-services { background: var(--gm-off-white); padding: 100px 5%; }

.gm-services-header {
  text-align: center; max-width: 640px;
  margin: 0 auto 64px;
}

.gm-services-header h2 { color: var(--gm-navy); }
.gm-services-header p { color: #4a5568; font-size: 1.05rem; margin-top: 16px; }

.gm-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gm-service-card {
  background: var(--gm-white);
  border-radius: 16px; padding: 36px 28px;
  border: 1px solid rgba(0,0,0,0.06);
  transition: all var(--gm-transition);
  position: relative; overflow: hidden;
}

.gm-service-card::before {
  content: '';
  position: absolute; top: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--gm-teal), var(--gm-teal-light));
  transform: scaleX(0); transform-origin: left;
  transition: transform var(--gm-transition);
}

.gm-service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--gm-shadow-lg);
}

.gm-service-card:hover::before { transform: scaleX(1); }

.gm-service-icon {
  width: 52px; height: 52px;
  background: var(--gm-teal-subtle);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}

.gm-service-icon svg {
  width: 24px; height: 24px;
  stroke: var(--gm-teal); fill: none; stroke-width: 1.5;
}

.gm-service-card h3 {
  color: var(--gm-navy); font-size: 1.15rem; margin-bottom: 12px;
}

.gm-service-card p {
  color: #4a5568; font-size: 0.87rem; line-height: 1.75;
}

.gm-service-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--gm-teal); font-size: 0.8rem; font-weight: 500;
  text-decoration: none !important;
  margin-top: 20px; letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: gap var(--gm-transition);
}

.gm-service-link:hover { gap: 12px; }

/* ============================================================
   SPECIALTIES
   ============================================================ */
.gm-specialties {
  background: var(--gm-navy);
  padding: 100px 5%;
}

.gm-specialties-header {
  display: flex; justify-content: space-between;
  align-items: flex-end; margin-bottom: 56px;
  flex-wrap: wrap; gap: 24px;
}

.gm-specialties-header h2 { color: var(--gm-white); }

.gm-specialties-header p {
  max-width: 420px;
  color: rgba(255,255,255,0.5);
  font-size: 0.88rem; line-height: 1.75;
}

.gm-specialties-list {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 1px; background: rgba(255,255,255,0.06);
  border-radius: 16px; overflow: hidden;
}

.gm-specialty-item {
  background: var(--gm-navy);
  padding: 32px 36px;
  display: flex; gap: 18px; align-items: flex-start;
  transition: background var(--gm-transition);
}

.gm-specialty-item:hover { background: var(--gm-navy-light); }

.gm-specialty-num {
  font-family: var(--gm-serif) !important;
  font-size: 1.7rem; font-weight: 300;
  color: rgba(0,180,160,0.3); line-height: 1;
  flex-shrink: 0; width: 36px; margin-top: 2px;
}

.gm-specialty-item h3 {
  font-size: 0.96rem; color: var(--gm-white);
  margin-bottom: 8px;
  font-family: var(--gm-sans) !important;
  font-weight: 500;
}

.gm-specialty-item p {
  font-size: 0.81rem; color: rgba(255,255,255,0.42); line-height: 1.7;
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.gm-testimonials { background: var(--gm-white); padding: 100px 5%; }

.gm-testimonials-header {
  text-align: center; max-width: 560px;
  margin: 0 auto 64px;
}

.gm-testimonials-header h2 { color: var(--gm-navy); }

.gm-testimonials-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}

.gm-testimonial-card {
  background: var(--gm-off-white);
  border-radius: 16px; padding: 32px 28px;
  transition: all var(--gm-transition);
}

.gm-testimonial-card:hover {
  background: var(--gm-navy);
  transform: translateY(-4px);
  box-shadow: var(--gm-shadow-lg);
}

.gm-testimonial-card:hover .gm-t-text,
.gm-testimonial-card:hover .gm-t-name { color: var(--gm-white) !important; }
.gm-testimonial-card:hover .gm-t-stars { color: var(--gm-gold) !important; }
.gm-testimonial-card:hover .gm-t-label { color: rgba(255,255,255,0.4) !important; }
.gm-testimonial-card:hover .gm-quote { color: rgba(0,180,160,0.2) !important; }

.gm-quote {
  font-family: var(--gm-serif) !important;
  font-size: 4.5rem; line-height: 0.6;
  color: rgba(0,0,0,0.07); display: block;
  margin-bottom: 16px; transition: color var(--gm-transition);
}

.gm-t-stars {
  color: var(--gm-gold); font-size: 0.8rem;
  letter-spacing: 3px; display: block;
  margin-bottom: 14px; transition: color var(--gm-transition);
}

.gm-t-text {
  font-size: 0.9rem; line-height: 1.8;
  color: #4a5568; margin-bottom: 24px;
  font-style: italic; transition: color var(--gm-transition);
}

.gm-t-name {
  font-weight: 600; font-size: 0.82rem;
  color: var(--gm-navy); transition: color var(--gm-transition);
  font-family: var(--gm-sans) !important;
}

.gm-t-label {
  font-size: 0.73rem; color: var(--gm-muted);
  margin-top: 2px; transition: color var(--gm-transition);
}

/* ============================================================
   BOOK SECTION
   ============================================================ */
.gm-book {
  background: linear-gradient(135deg, var(--gm-navy) 0%, var(--gm-navy-mid) 50%, #0d2a3a 100%);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
  padding: 100px 5%;
}

.gm-book-cover-wrap { display: flex; justify-content: center; }

.gm-book-cover {
  width: 240px; height: 340px;
  background: linear-gradient(145deg, #1a3050, #0d1f35);
  border-radius: 4px 12px 12px 4px;
  border: 1px solid rgba(200,169,110,0.3);
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 10px; padding: 28px;
  text-align: center;
  box-shadow: -8px 8px 40px rgba(0,0,0,0.5), 4px 0 0 rgba(200,169,110,0.15);
  position: relative;
}

.gm-book-cover::before {
  content: '';
  position: absolute; left: 0; top: 0; bottom: 0; width: 12px;
  background: linear-gradient(90deg, rgba(200,169,110,0.15), transparent);
  border-radius: 4px 0 0 4px;
}

.gm-book-cover .book-icon { font-size: 2rem; }

.gm-book-cover h3 {
  font-family: var(--gm-serif) !important;
  font-size: 1.2rem; color: var(--gm-gold-light); font-weight: 400; line-height: 1.3;
}

.gm-book-cover .book-author {
  color: rgba(255,255,255,0.45); font-size: 0.72rem;
  text-transform: uppercase; letter-spacing: 0.1em;
}

.gm-book-content h2 { color: var(--gm-white); margin-bottom: 16px; }
.gm-book-content p {
  color: rgba(255,255,255,0.58); font-size: 0.93rem;
  line-height: 1.85; margin-bottom: 14px;
}

/* ============================================================
   CONTACT
   ============================================================ */
.gm-contact {
  background: var(--gm-off-white);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: start;
  padding: 100px 5%;
}

.gm-contact h2 { color: var(--gm-navy); margin-bottom: 16px; }
.gm-contact-intro {
  color: #4a5568; font-size: 0.95rem; line-height: 1.8; margin-bottom: 40px;
}

.gm-contact-items { display: flex; flex-direction: column; gap: 20px; }

.gm-contact-item { display: flex; align-items: flex-start; gap: 16px; }

.gm-contact-icon {
  width: 44px; height: 44px;
  background: var(--gm-navy); border-radius: 10px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}

.gm-contact-icon svg {
  width: 18px; height: 18px;
  stroke: var(--gm-teal); fill: none; stroke-width: 1.5;
}

.gm-contact-item strong {
  display: block; font-size: 0.75rem;
  color: var(--gm-navy); font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.07em;
  margin-bottom: 4px; font-family: var(--gm-sans) !important;
}

.gm-contact-item a,
.gm-contact-item span {
  color: #4a5568; font-size: 0.9rem;
  text-decoration: none !important; display: block;
  transition: color var(--gm-transition);
}

.gm-contact-item a:hover { color: var(--gm-teal) !important; }

/* Social icons */
.gm-social { display: flex; gap: 12px; margin-top: 32px; }

.gm-social-btn {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid rgba(10,22,40,0.15);
  background: var(--gm-white);
  display: flex; align-items: center; justify-content: center;
  text-decoration: none !important;
  transition: all var(--gm-transition);
}

.gm-social-btn svg {
  width: 15px; height: 15px;
  stroke: var(--gm-navy); fill: none; stroke-width: 1.5;
  transition: stroke var(--gm-transition);
}

.gm-social-btn:hover {
  background: var(--gm-teal); border-color: var(--gm-teal);
}

.gm-social-btn:hover svg { stroke: white; }

/* Form */
.gm-contact-form {
  background: var(--gm-white);
  border-radius: 20px; padding: 44px;
  box-shadow: var(--gm-shadow);
  border: 1px solid rgba(0,0,0,0.05);
}

.gm-contact-form h3 {
  font-family: var(--gm-serif) !important;
  font-size: 1.6rem; color: var(--gm-navy); margin-bottom: 6px;
}

.gm-contact-form > p {
  color: var(--gm-muted); font-size: 0.84rem; margin-bottom: 28px;
}

.gm-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.gm-form-group { margin-bottom: 18px; }

.gm-form-group label {
  display: block; font-size: 0.72rem; font-weight: 600;
  color: var(--gm-navy); text-transform: uppercase;
  letter-spacing: 0.09em; margin-bottom: 7px;
  font-family: var(--gm-sans) !important;
}

.gm-form-group input,
.gm-form-group select,
.gm-form-group textarea {
  width: 100%; padding: 12px 16px;
  border: 1.5px solid rgba(0,0,0,0.1);
  border-radius: 10px;
  font-family: var(--gm-sans) !important;
  font-size: 0.9rem; color: var(--gm-body);
  background: var(--gm-off-white);
  outline: none;
  transition: all var(--gm-transition);
  appearance: none; -webkit-appearance: none;
}

.gm-form-group input:focus,
.gm-form-group select:focus,
.gm-form-group textarea:focus {
  border-color: var(--gm-teal);
  background: var(--gm-white);
  box-shadow: 0 0 0 4px rgba(0,180,160,0.1);
}

.gm-form-group textarea { min-height: 110px; resize: vertical; }

.gm-form-submit {
  width: 100%; padding: 15px;
  background: var(--gm-navy); color: white;
  border: none; border-radius: 50px;
  font-family: var(--gm-sans) !important;
  font-size: 0.9rem; font-weight: 500;
  cursor: pointer; transition: all var(--gm-transition);
  display: flex; align-items: center;
  justify-content: center; gap: 8px;
}

.gm-form-submit:hover {
  background: var(--gm-teal);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0,180,160,0.35);
}

/* ============================================================
   TEAL DIVIDER
   ============================================================ */
.gm-divider {
  height: 3px;
  background: linear-gradient(90deg, var(--gm-teal) 0%, var(--gm-teal-light) 50%, transparent 100%);
}

/* ============================================================
   FOOTER
   ============================================================ */
.gm-footer {
  background: var(--gm-navy);
  padding: 72px 5% 40px;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.gm-footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 56px; padding-bottom: 52px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  margin-bottom: 36px;
}

.gm-footer-brand p {
  color: rgba(255,255,255,0.42); font-size: 0.82rem;
  line-height: 1.8; margin-top: 16px; max-width: 280px;
}

.gm-footer-col h4 {
  color: rgba(255,255,255,0.9); font-size: 0.75rem;
  font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.14em; margin-bottom: 20px;
  font-family: var(--gm-sans) !important;
}

.gm-footer-col ul { list-style: none; margin: 0; padding: 0; }
.gm-footer-col ul li { margin-bottom: 10px; }

.gm-footer-col ul li a {
  color: rgba(255,255,255,0.38) !important;
  text-decoration: none !important; font-size: 0.83rem;
  transition: color var(--gm-transition);
}

.gm-footer-col ul li a:hover { color: var(--gm-teal) !important; }

.gm-footer-bottom {
  display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: 16px;
}

.gm-footer-bottom p {
  color: rgba(255,255,255,0.22); font-size: 0.76rem;
}

.gm-footer-bottom a {
  color: rgba(255,255,255,0.32) !important;
  text-decoration: none !important; font-size: 0.76rem;
  transition: color var(--gm-transition); margin-left: 20px;
}

.gm-footer-bottom a:hover { color: var(--gm-teal) !important; }

/* ============================================================
   WHATSAPP FLOAT
   ============================================================ */
.gm-whatsapp {
  position: fixed; bottom: 28px; right: 28px;
  width: 56px; height: 56px;
  background: #25D366; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(37,211,102,0.4);
  z-index: 9998; transition: all var(--gm-transition);
  text-decoration: none !important;
}

.gm-whatsapp:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 32px rgba(37,211,102,0.55);
}

.gm-whatsapp svg { width: 28px; height: 28px; fill: white; }

/* ============================================================
   SCROLL ANIMATIONS
   ============================================================ */
.gm-fade {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.gm-fade.gm-visible {
  opacity: 1; transform: translateY(0);
}

.gm-delay-1 { transition-delay: 0.1s; }
.gm-delay-2 { transition-delay: 0.2s; }
.gm-delay-3 { transition-delay: 0.3s; }
.gm-delay-4 { transition-delay: 0.4s; }

/* ============================================================
   RESPONSIVE — TABLET (≤1024px)
   ============================================================ */
@media (max-width: 1024px) {
  .gm-hero {
    grid-template-columns: 1fr;
    padding: 120px 5% 60px;
    gap: 40px;
  }
  .gm-hero-visual { order: 1; }
  .gm-hero-img-wrapper { margin: 0 auto; max-width: 100%; }
  .gm-hero-img-wrapper img { height: 380px; }

  .gm-about { grid-template-columns: 1fr; padding: 72px 5%; gap: 48px; }
  .gm-about-accent { display: none; }

  .gm-book { grid-template-columns: 1fr; padding: 72px 5%; gap: 48px; text-align: center; }
  .gm-book-cover-wrap { display: flex; justify-content: center; }

  .gm-contact { grid-template-columns: 1fr; padding: 72px 5%; gap: 48px; }

  .gm-footer-top { grid-template-columns: 1fr 1fr; gap: 36px; }

  .gm-specialties-list { grid-template-columns: 1fr; }
  .gm-specialties-header { flex-direction: column; align-items: flex-start; gap: 16px; }

  .gm-services-grid { grid-template-columns: repeat(2, 1fr); }
  .gm-testimonials-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   RESPONSIVE — MOBILE (≤768px)
   ============================================================ */
@media (max-width: 768px) {

  /* NAV */
  .gm-nav { padding: 0 5%; height: 64px; }
  .gm-nav-logo-text span { display: none; }
  .gm-nav-links { display: none; }
  .gm-nav-toggle { display: flex; }
  .gm-nav-links.gm-open {
    display: flex; flex-direction: column;
    position: fixed; top: 64px; left: 0; right: 0;
    background: var(--gm-navy);
    padding: 24px 5%; gap: 18px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    z-index: 9999;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
  }
  .gm-nav-links.gm-open a {
    font-size: 1rem !important;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }
  .gm-nav-links.gm-open .gm-nav-cta {
    margin-top: 8px;
    text-align: center;
    border-radius: 50px;
    padding: 12px 24px !important;
  }

  /* HERO */
  .gm-hero {
    padding: 90px 5% 48px;
    gap: 32px;
    min-height: auto;
  }
  .gm-hero h1 { font-size: clamp(2rem, 8vw, 2.8rem); }
  .gm-hero-subtitle { font-size: 1.1rem; }
  .gm-hero-desc { font-size: 0.92rem; }
  .gm-hero-img-wrapper img { height: 300px; }
  .gm-hero-badge { padding: 10px 14px; gap: 10px; }
  .gm-hero-badge strong { font-size: 0.72rem; }
  .gm-hero-badge span { font-size: 0.6rem; }
  .gm-hero-trust {
    gap: 16px; padding-top: 24px; margin-top: 32px;
    display: grid; grid-template-columns: repeat(2, 1fr);
  }
  .gm-trust-num { font-size: 1.6rem; }

  /* AWARDS STRIP */
  .gm-awards {
    gap: 12px; padding: 20px 5%;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .gm-awards::-webkit-scrollbar { display: none; }
  .gm-award-item { white-space: nowrap; flex-shrink: 0; }

  /* ABOUT */
  .gm-about { padding: 60px 5%; gap: 36px; }
  .gm-about h2 { font-size: clamp(1.8rem, 6vw, 2.4rem); }
  .gm-credentials { grid-template-columns: 1fr; gap: 12px; }

  /* SERVICES */
  .gm-services { padding: 60px 5%; }
  .gm-services-grid { grid-template-columns: 1fr; gap: 16px; }
  .gm-service-card { padding: 28px 22px; }

  /* SPECIALTIES */
  .gm-specialties { padding: 60px 5%; }
  .gm-specialties-list { gap: 1px; }
  .gm-specialty-item { padding: 24px 20px; }

  /* TESTIMONIALS */
  .gm-testimonials { padding: 60px 5%; }
  .gm-testimonials-grid { grid-template-columns: 1fr; gap: 16px; }

  /* BOOK */
  .gm-book { padding: 60px 5%; gap: 36px; text-align: center; }
  .gm-book-cover-wrap { display: flex; justify-content: center; }
  .gm-book-content h2 { font-size: clamp(1.8rem, 6vw, 2.4rem); }
  .gm-book-content div[style] { justify-content: center; }

  /* CONTACT */
  .gm-contact { padding: 60px 5%; gap: 40px; }
  .gm-contact h2 { font-size: clamp(1.8rem, 6vw, 2.4rem); }
  .gm-contact-form { padding: 28px 20px; border-radius: 16px; }
  .gm-form-row { grid-template-columns: 1fr; gap: 0; }
  .gm-contact-items { gap: 16px; }
  .gm-contact-icon { width: 38px; height: 38px; border-radius: 8px; flex-shrink: 0; }

  /* FOOTER */
  .gm-footer { padding: 52px 5% 32px; }
  .gm-footer-top { grid-template-columns: 1fr; gap: 32px; }
  .gm-footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
  .gm-footer-bottom a { margin-left: 0; margin-right: 16px; }

  /* WHATSAPP */
  .gm-whatsapp { bottom: 20px; right: 20px; width: 50px; height: 50px; }
  .gm-whatsapp svg { width: 24px; height: 24px; }
}

/* ============================================================
   RESPONSIVE — SMALL MOBILE (≤480px)
   ============================================================ */
@media (max-width: 480px) {
  .gm-hero { padding: 80px 4% 40px; }
  .gm-hero h1 { font-size: clamp(1.8rem, 7vw, 2.4rem); }
  .gm-hero-actions { flex-direction: column; gap: 12px; }
  .gm-btn-primary, .gm-btn-secondary {
    width: 100%; justify-content: center;
    padding: 14px 20px;
  }
  .gm-hero-img-wrapper img { height: 260px; }
  .gm-hero-badge {
    position: static;
    margin-top: 12px;
    border-radius: 10px;
  }
  .gm-hero-rating {
    position: static;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    border-radius: 10px;
    padding: 8px 12px;
  }
  .gm-hero-rating .gm-rating-label { margin-top: 0; }

  .gm-eyebrow { font-size: 0.65rem; }

  .gm-about { padding: 48px 4%; }
  .gm-services { padding: 48px 4%; }
  .gm-specialties { padding: 48px 4%; }
  .gm-testimonials { padding: 48px 4%; }
  .gm-book { padding: 48px 4%; }
  .gm-contact { padding: 48px 4%; }

  .gm-services-header h2,
  .gm-testimonials-header h2 { font-size: clamp(1.6rem, 6vw, 2rem); }

  .gm-contact-form { padding: 24px 16px; }
  .gm-form-submit { font-size: 0.85rem; padding: 14px; }

  .gm-footer-top { gap: 28px; }
  .gm-footer-brand p { display: none; }

  .gm-social { gap: 10px; }
  .gm-social-btn { width: 36px; height: 36px; }
}