/* ============================================
   SUR FRUITS PRODUCTION - Global Styles
   Replica fiel del diseño WordPress original
   Font: Nunito | Primary: #4CAF50 | Dark: #373737
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800&display=swap');

/* Reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Nunito', sans-serif;
  color: #373737;
  line-height: 1.7;
  background: #fff;
}

a { color: #4CAF50; text-decoration: none; transition: color .3s; }
a:hover { color: #43a047; }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ── TOP BAR ── */
.top-bar {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  color: rgba(255,255,255,0.9);
  padding: 8px 0;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-bar a { color: rgba(255,255,255,0.85); transition: color .3s; }
.top-bar a:hover { color: #fff; }
.lang-flags { display: flex; gap: 8px; align-items: center; }
.lang-flags img { width: 22px; height: 16px; cursor: pointer; border-radius: 2px; opacity: 0.8; transition: opacity .3s; }
.lang-flags img:hover { opacity: 1; }
.social-icons { display: flex; gap: 6px; }
.social-icons a {
  font-size: 15px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  transition: background .3s, color .3s;
}
.social-icons a:hover { background: rgba(255,255,255,0.18); color: #fff; }

/* ── HEADER ── */
.header {
  background: #fff;
  padding: 14px 0;
  text-align: center;
  border-top: 3px solid #4CAF50;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo img {
  height: 100px;
  width: auto;
  margin: 0 auto;
}
.header-right {
  text-align: right;
  display: flex;
  align-items: center;
  gap: 24px;
}
.header-lang {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.header-lang span { color: #ccc; }
.header-lang a { color: #999; transition: color .3s; }
.header-lang a:hover, .header-lang a.active { color: #4CAF50; }
.header-social {
  display: flex;
  gap: 8px;
}
.header-social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 15px;
  transition: background .3s, color .3s;
}
.header-social a:hover { background: #4CAF50; color: #fff; }
.header-phone-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #4CAF50;
  color: #fff;
  padding: 10px 22px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  transition: background .3s, transform .2s;
  white-space: nowrap;
}
.header-phone-btn:hover { background: #43a047; color: #fff; transform: scale(1.03); }
.header-phone-btn i { font-size: 13px; }
.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #373737;
}

/* ── MAIN NAVIGATION BAR ── */
.main-nav {
  background: #fff;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}
.main-nav .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-home {
  display: none;
}
.nav-links {
  display: flex;
  gap: 4px;
  padding: 8px 0;
}
.nav-links a {
  color: #555;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 20px;
  letter-spacing: 1px;
  transition: all .3s;
  border-radius: 50px;
}
.nav-links a:hover {
  color: #4CAF50;
  background: rgba(76,175,80,0.08);
}
.nav-links a.active {
  color: #fff;
  background: #4CAF50;
}
.nav-toggle {
  display: none;
  background: #4CAF50;
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-family: 'Nunito', sans-serif;
  text-transform: uppercase;
}
.nav-toggle i { margin-left: 8px; }

/* ── HERO BANNER ── */
.hero {
  position: relative;
  height: 520px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.45) 100%);
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  padding: 0 20px;
}
/* Hero slider backgrounds */
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}
.hero-slide.active {
  opacity: 1;
}
.hero h1 {
  font-size: 52px;
  font-weight: 800;
  text-shadow: 2px 4px 16px rgba(0,0,0,0.5);
  letter-spacing: 6px;
  text-transform: uppercase;
  line-height: 1.15;
  animation: heroFadeUp 1s ease-out 0.3s both;
}
.hero-subtitle {
  font-size: 19px;
  font-weight: 400;
  margin-top: 20px;
  text-shadow: 1px 2px 8px rgba(0,0,0,0.4);
  letter-spacing: 1px;
  opacity: 0.95;
  animation: heroFadeUp 1s ease-out 0.6s both;
}
@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
.btn-hero {
  display: inline-block;
  background: #4CAF50;
  color: #fff;
  padding: 16px 44px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 50px;
  margin-top: 30px;
  transition: background .3s, transform .2s, box-shadow .3s;
  box-shadow: 0 4px 15px rgba(76,175,80,0.4);
  animation: heroFadeUp 1s ease-out 0.9s both;
}
.btn-hero:hover { background: #43a047; color: #fff; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(76,175,80,0.5); }

/* Hero dots */
.hero-dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 10px;
}
.hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.7);
  background: transparent;
  cursor: pointer;
  transition: all .3s;
  padding: 0;
}
.hero-dot.active {
  background: #4CAF50;
  border-color: #4CAF50;
  transform: scale(1.2);
}
.hero-dot:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.4);
}

/* Hero arrows */
.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background: rgba(255,255,255,0.15);
  border: 2px solid rgba(255,255,255,0.4);
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s;
  backdrop-filter: blur(4px);
}
.hero-arrow:hover {
  background: rgba(255,255,255,0.3);
  border-color: #fff;
  transform: translateY(-50%) scale(1.1);
}
.hero-arrow-left { left: 24px; }
.hero-arrow-right { right: 24px; }

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Wave dividers */
.wave-divider {
  margin-top: -1px;
  line-height: 0;
  position: relative;
  z-index: 2;
}
.wave-divider svg {
  width: 100%;
  height: 50px;
  display: block;
}

/* ── INTRO / 100% PRODUCCIÓN PROPIA (activities style) ── */
.activities-section {
  position: relative;
  padding: 100px 0;
  margin-top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.activities-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(76,175,80,0.4) 100%);
  z-index: 0;
}
.activities-header {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
}
.activities-holder {
  max-width: 700px;
  padding: 50px 60px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 20px;
}
.activities-badge {
  font-size: 72px;
  font-weight: 800;
  color: #4CAF50;
  line-height: 1;
  letter-spacing: -2px;
  text-shadow: 0 0 30px rgba(76,175,80,0.4);
}
.activities-title {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 8px 0 0;
}
.activities-line {
  width: 60px;
  height: 3px;
  background: #4CAF50;
  margin: 24px auto;
  border-radius: 2px;
}
.activities-desc {
  font-size: 17px;
  color: rgba(255,255,255,0.85);
  line-height: 1.8;
  margin-top: 0;
}
.intro-divider-white {
  width: 60px;
  height: 3px;
  background: #fff;
  margin: 16px auto;
}
.btn-outline {
  display: inline-block;
  background: #4CAF50;
  color: #fff;
  padding: 14px 32px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 2px;
  transition: background .3s;
}
.btn-outline:hover { background: #43a047; color: #fff; }

/* ── PRODUCTION GALLERY (WordPress-style 3-col grid with overlays) ── */
.production-gallery-section {
  padding: 80px 20px 0;
  margin-top: 0;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.gallery-header {
  text-align: center;
  margin-bottom: 40px;
}
.gallery-overtitle {
  font-size: 14px;
  font-weight: 600;
  color: #4CAF50;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 8px;
}
.gallery-title {
  font-size: 40px;
  font-weight: 800;
  color: #373737;
  letter-spacing: 4px;
}
.gallery-line {
  width: 60px;
  height: 3px;
  background: #4CAF50;
  margin: 20px auto 0;
  border-radius: 2px;
}
.production-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.production-gallery .gallery-item-labeled {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.production-gallery .gallery-item-labeled.gallery-wide {
  grid-column: span 1;
}
.production-gallery .gallery-item-labeled img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform .6s ease, filter .4s;
}
.production-gallery .gallery-item-labeled:hover img {
  transform: scale(1.08);
}
.gallery-step {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  color: rgba(255,255,255,0.15);
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
  padding: 6px 12px;
  transition: color .3s;
}
.production-gallery .gallery-item-labeled:hover .gallery-step {
  color: rgba(76,175,80,0.35);
}
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.75) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px 16px;
  transition: background .4s;
}
.gallery-overlay span {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.production-gallery .gallery-item-labeled:hover .gallery-overlay {
  background: linear-gradient(180deg, rgba(76,175,80,0.05) 0%, rgba(76,175,80,0.8) 100%);
}

/* ── PROCESSES SECTION (icon style like WordPress) ── */
.processes-section {
  background: #f8f9fa;
  padding: 90px 0;
  margin-top: 0;
}
.processes-content {
  position: relative;
}
.processes-overtitle {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #4CAF50;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 8px;
}
.processes-title {
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  color: #373737;
  letter-spacing: 4px;
  margin: 0;
}
.processes-line {
  width: 60px;
  height: 3px;
  background: #4CAF50;
  margin: 20px auto 16px;
  border-radius: 2px;
}
.section-title-white {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
.processes-subtitle {
  text-align: center;
  font-size: 16px;
  color: #777;
  margin-bottom: 50px;
}
.processes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.process-item {
  text-align: center;
  background: #fff;
  padding: 40px 28px 36px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform .3s, box-shadow .3s;
}
.process-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(76,175,80,0.15);
}
.process-icon {
  width: 64px;
  height: 64px;
  background: rgba(76,175,80,0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.process-icon i {
  font-size: 24px;
  color: #4CAF50;
}
.process-item h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 1px;
  color: #373737;
}
.process-item p {
  font-size: 14px;
  color: #888;
  line-height: 1.7;
}

/* ── PROCESO INTRO ── */
.proceso-intro-content {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}
.proceso-intro-icon {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #4CAF50, #66BB6A);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.proceso-intro-icon i {
  font-size: 36px;
  color: #fff;
}
.proceso-intro-text .empresa-line {
  margin: 16px 0;
}
.proceso-intro-text p:last-child {
  color: #666;
  line-height: 1.8;
  font-size: 15px;
}

/* ── GALLERY STAGGER ANIMATION ── */
.gallery-stagger .gallery-item-labeled {
  opacity: 0;
  transform: translateY(30px);
}
.gallery-stagger .gallery-item-labeled.gallery-item-visible {
  animation: galleryFadeUp 0.6s ease-out forwards;
}
@keyframes galleryFadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ── PROCESOS APOYO (horizontal blanco) ── */
.proceso-apoyo-section {
  background: #fff;
  padding: 90px 0;
}
.apoyo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.apoyo-card {
  text-align: center;
  padding: 36px 24px 32px;
  border-radius: 16px;
  background: #f8faf8;
  border: 1px solid #e8f5e9;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.apoyo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(76,175,80,0.15);
  border-color: #4CAF50;
}
.apoyo-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #4CAF50, #66BB6A);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  box-shadow: 0 4px 14px rgba(76,175,80,0.3);
  transition: transform 0.3s, box-shadow 0.3s;
}
.apoyo-card:hover .apoyo-icon {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(76,175,80,0.45);
}
.apoyo-icon i {
  font-size: 22px;
  color: #fff;
}
.apoyo-card h3 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #373737;
  margin-bottom: 10px;
}
.apoyo-card p {
  font-size: 13px;
  color: #888;
  line-height: 1.7;
}

/* ── PRODUCTO HIGHLIGHTS ── */
.producto-highlights {
  background: #fff;
  padding: 60px 0;
}
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}
.highlight-card {
  text-align: center;
  padding: 30px 16px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  border-bottom: 4px solid var(--hl-color);
  transition: transform 0.3s, box-shadow 0.3s;
}
.highlight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}
.highlight-icon {
  width: 56px;
  height: 56px;
  background: var(--hl-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  box-shadow: 0 4px 14px var(--hl-shadow);
}
.highlight-icon i {
  font-size: 22px;
  color: #fff;
}
.highlight-card:nth-child(1) { --hl-color: #FF9800; --hl-shadow: rgba(255,152,0,0.35); }
.highlight-card:nth-child(2) { --hl-color: #E53935; --hl-shadow: rgba(229,57,53,0.3); }
.highlight-card:nth-child(3) { --hl-color: #4CAF50; --hl-shadow: rgba(76,175,80,0.35); }
.highlight-card:nth-child(4) { --hl-color: #2196F3; --hl-shadow: rgba(33,150,243,0.3); }
.highlight-card:nth-child(5) { --hl-color: #9C27B0; --hl-shadow: rgba(156,39,176,0.3); }
.highlight-card h3 {
  font-size: 18px;
  font-weight: 800;
  color: #373737;
  margin-bottom: 4px;
}
.highlight-card p {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

/* ── PRODUCTO FICHA TECNICA ── */
.producto-ficha {
  background: #fff;
}
.ficha-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}
.ficha-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #eee;
  transition: transform 0.3s, box-shadow 0.3s;
}
.ficha-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
}
.ficha-card:nth-child(1) .ficha-card-header { background: linear-gradient(135deg, #2196F3, #42A5F5); }
.ficha-card:nth-child(2) .ficha-card-header { background: linear-gradient(135deg, #FF9800, #FFB74D); }
.ficha-card:nth-child(3) .ficha-card-header { background: linear-gradient(135deg, #4CAF50, #66BB6A); }
.ficha-card:nth-child(4) .ficha-card-header { background: linear-gradient(135deg, #E53935, #EF5350); }
.ficha-card-header {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ficha-card-header i {
  font-size: 18px;
}
.ficha-card-body {
  padding: 20px 24px;
}
.ficha-row {
  padding: 10px 0;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  border-bottom: 1px solid #f0f0f0;
}
.ficha-row:last-child {
  border-bottom: none;
}
.ficha-row strong {
  color: #373737;
}

/* ── PRODUCTO LEGISLACION ── */
.producto-legal {
  background: #f8f9fa;
}
.legal-list {
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.legal-item {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  padding: 22px 24px;
  border-radius: 14px;
  border: 1px solid #e0e0e0;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.legal-item:hover {
  transform: translateX(6px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  border-color: #4CAF50;
}
.legal-item > i:first-child {
  font-size: 24px;
  color: #4CAF50;
  flex-shrink: 0;
}
.legal-item > i:last-child {
  font-size: 14px;
  color: #bbb;
  margin-left: auto;
  flex-shrink: 0;
}
.legal-item div {
  flex: 1;
}
.legal-item strong {
  font-size: 15px;
  color: #373737;
  display: block;
  margin-bottom: 4px;
}
.legal-item p {
  font-size: 13px;
  color: #888;
  line-height: 1.5;
}

/* ── PRODUCTO GALERIA ── */
.producto-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}
.producto-gallery-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.producto-gallery-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.producto-gallery-item:hover img {
  transform: scale(1.06);
}
.producto-gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 20px;
  background: linear-gradient(transparent, rgba(0,0,0,0.7));
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* ── CHARENTAIS BANNER ── */
.charentais-banner {
  background: linear-gradient(135deg, #373737, #555);
  color: #fff;
  text-align: center;
  padding: 50px 0;
}
.charentais-banner h2 {
  font-size: 32px;
  font-weight: 300;
  font-style: italic;
}

/* ── STATS WITH BACKGROUND ── */
.stats-section {
  position: relative;
  padding: 100px 0;
  margin-top: 0;
  background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 30%, #fff8e1 70%, #e8f5e9 100%);
  overflow: hidden;
}
.stats-section::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 300px;
  height: 300px;
  background: rgba(76,175,80,0.06);
  border-radius: 50%;
}
.stats-section::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 200px;
  height: 200px;
  background: rgba(255,152,0,0.06);
  border-radius: 50%;
}
.stats-overlay { display: none; }
.stats-content {
  position: relative;
  z-index: 1;
}
.stats-overtitle {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #4CAF50;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.stats-heading {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #373737;
  margin-bottom: 50px;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.stat-item {
  background: #fff;
  border-radius: 16px;
  padding: 36px 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform .3s, box-shadow .3s;
}
.stat-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}
.stat-item:nth-child(1) { --stat-color: #4CAF50; }
.stat-item:nth-child(2) { --stat-color: #2196F3; }
.stat-item:nth-child(3) { --stat-color: #FF9800; }
.stat-item:nth-child(4) { --stat-color: #9C27B0; }
.stat-icon-wrap {
  width: 50px;
  height: 50px;
  background: var(--stat-color);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: transform 0.3s;
}
.stat-item:hover .stat-icon-wrap {
  transform: scale(1.1) rotate(5deg);
}
.stat-icon-wrap i {
  font-size: 22px;
  color: #fff;
}
.stat-counter {
  font-size: 48px;
  font-weight: 800;
  color: var(--stat-color);
  line-height: 1;
}
.stat-label {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 10px;
  color: #888;
}

/* ── VISIT SECTION ── */
.visit-section {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  margin-top: 40px;
  color: #fff;
  text-align: center;
}
.visit-gradient {
  background: linear-gradient(135deg, #1a3a2a 0%, #2d5a3d 40%, #4CAF50 100%);
}
.visit-gradient .visit-overlay {
  background: none;
}
.visit-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(76,175,80,0.35) 100%);
}
.visit-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.visit-card {
  max-width: 600px;
  padding: 50px 60px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 20px;
}
.visit-icon {
  width: 60px;
  height: 60px;
  background: rgba(76,175,80,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.visit-icon i {
  font-size: 24px;
  color: #4CAF50;
}
.visit-card h2 {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.visit-card p {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 28px;
}
.visit-address {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #4CAF50;
  color: #fff;
  padding: 14px 32px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  border-radius: 50px;
  transition: background .3s, transform .2s, box-shadow .3s;
  box-shadow: 0 4px 15px rgba(76,175,80,0.4);
}
.visit-address:hover {
  background: #43a047;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(76,175,80,0.5);
}

/* ── HERO SMALL (subpages) ── */
.hero-small {
  height: 300px;
}
.hero-small::before {
  background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
}
.hero-small h1 {
  font-size: 38px;
  letter-spacing: 5px;
}

/* ── VISIT SIMPLE ── */
.visit-simple {
  background: #f0f0f0;
  padding: 30px 0;
  margin-bottom: 40px;
}
.visit-simple-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.visit-simple-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.visit-simple-left > i {
  font-size: 22px;
  color: #4CAF50;
}
.visit-simple-left h3 {
  font-size: 18px;
  font-weight: 700;
  color: #373737;
  margin-bottom: 2px;
}
.visit-simple-left p {
  font-size: 14px;
  color: #888;
}
.visit-simple-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #4CAF50;
  color: #fff;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 13px;
  border-radius: 50px;
  transition: background .3s, transform .2s;
}
.visit-simple-btn:hover {
  background: #43a047;
  color: #fff;
  transform: translateY(-2px);
}

/* ── QUALITY SECTION ── */
.quality-section {
  text-align: center;
  padding: 80px 0;
  margin-top: 0;
  background: #f8f9fa;
}
.quality-title {
  font-size: 38px;
  font-weight: 800;
  color: #373737;
}
.quality-section .intro-divider {
  width: 60px;
  height: 3px;
  background: #4CAF50;
  margin: 20px auto;
  border-radius: 2px;
}
.quality-subtitle {
  font-size: 14px;
  color: #4CAF50;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: uppercase;
}
.quality-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 800px;
  margin: 40px auto 0;
}
.quality-card {
  background: #fff;
  border-radius: 16px;
  padding: 36px 28px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform .3s, box-shadow .3s;
  text-align: center;
}
.quality-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(76,175,80,0.15);
}
.quality-card img {
  height: 70px;
  width: auto;
  margin: 0 auto 16px;
}
.quality-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #373737;
  margin-bottom: 8px;
}
.quality-card p {
  font-size: 14px;
  color: #888;
  line-height: 1.7;
}

/* ── CTA SECTION ── */
.cta-section {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(135deg, #1a3a2a 0%, #2d5a3d 50%, #4CAF50 100%);
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 60%);
  animation: ctaGlow 8s ease-in-out infinite alternate;
}
@keyframes ctaGlow {
  from { transform: translate(-10%, -10%); }
  to { transform: translate(10%, 10%); }
}
.cta-content {
  position: relative;
  z-index: 1;
}
.cta-icon {
  width: 64px;
  height: 64px;
  background: rgba(255,255,255,0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}
.cta-icon i {
  font-size: 26px;
  color: #fff;
}
.cta-section h2 {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.cta-section p {
  font-size: 17px;
  color: rgba(255,255,255,0.8);
  max-width: 600px;
  margin: 0 auto 32px;
}
.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  transition: all .3s;
}
.btn-cta-primary {
  background: #fff;
  color: #4CAF50;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.btn-cta-primary:hover {
  background: #f0f0f0;
  color: #43a047;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}
.btn-cta-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.4);
}
.btn-cta-outline:hover {
  border-color: #fff;
  color: #fff;
  background: rgba(255,255,255,0.1);
  transform: translateY(-2px);
}

/* ── SCROLL TO TOP ── */
.scroll-top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 46px;
  height: 46px;
  background: #4CAF50;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .3s, transform .3s, background .3s;
  box-shadow: 0 4px 15px rgba(76,175,80,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-top.visible {
  opacity: 1;
  transform: translateY(0);
}
.scroll-top:hover {
  background: #43a047;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(76,175,80,0.5);
}

/* ── WHATSAPP FLOAT ── */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  left: 28px;
  background: #25D366;
  color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 6px 20px rgba(37,211,102,0.4);
  z-index: 999;
  transition: transform .3s, box-shadow .3s;
  animation: whatsappPulse 2s infinite;
}
@keyframes whatsappPulse {
  0%, 100% { box-shadow: 0 6px 20px rgba(37,211,102,0.4); }
  50% { box-shadow: 0 6px 30px rgba(37,211,102,0.6); }
}
.whatsapp-float i {
  font-size: 24px;
}
.whatsapp-float:hover {
  transform: scale(1.05) translateY(-2px);
  color: #fff;
  animation: none;
  box-shadow: 0 8px 28px rgba(37,211,102,0.5);
}
.whatsapp-text {
  font-size: 14px;
  white-space: nowrap;
}

/* ── BREADCRUMB ── */
.breadcrumb,
.section-breadcrumb {
  padding: 15px 0;
  font-size: 14px;
  color: #888;
  background: #f8f9fa;
  border-bottom: 1px solid #eee;
}
.breadcrumb a,
.section-breadcrumb a { color: #4CAF50; }
.breadcrumb .separator {
  margin: 0 8px;
  font-size: 10px;
  color: #ccc;
}

/* ── SECTIONS ── */
.section { padding: 60px 0; }
.section-alt { background: #f8f9fa; }
.section-title {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
  color: #373737;
  text-transform: uppercase;
}
.section-subtitle {
  text-align: center;
  color: #888;
  font-size: 16px;
  margin-top: -30px;
  margin-bottom: 40px;
}

/* ── CONTENT PAGE ── */
.page-content { padding: 40px 0 60px; }
.page-content h2 {
  font-size: 28px;
  font-weight: 800;
  margin: 30px 0 16px;
  color: #373737;
}
.page-content p { margin-bottom: 16px; font-size: 16px; }
.page-content ul { margin: 16px 0 16px 24px; }
.page-content li { margin-bottom: 8px; }
.page-content .content-image {
  border-radius: 8px;
  margin: 24px 0;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* ── EMPRESA PAGE ── */
.empresa-overtitle {
  font-size: 14px;
  font-weight: 600;
  color: #4CAF50;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 8px;
}
.empresa-heading {
  font-size: 36px;
  font-weight: 800;
  color: #373737;
  margin: 0;
}
.empresa-line {
  width: 60px;
  height: 3px;
  background: #4CAF50;
  margin: 20px 0;
  border-radius: 2px;
}
.empresa-historia {
  padding: 80px 0;
}
.empresa-historia-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.empresa-historia-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 14px;
}
.empresa-historia-img img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}
.text-content {
  font-size: 16px;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
}
.empresa-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 40px 0;
}
.empresa-feature {
  text-align: center;
  background: #fff;
  padding: 32px 20px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform .3s, box-shadow .3s;
}
.empresa-feature:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(76,175,80,0.15);
}
.empresa-feature-icon {
  width: 56px;
  height: 56px;
  background: rgba(76,175,80,0.1);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.empresa-feature-icon i {
  font-size: 22px;
  color: #4CAF50;
}
.empresa-feature h3 {
  font-size: 20px;
  font-weight: 800;
  color: #373737;
  margin-bottom: 8px;
}
.empresa-feature p {
  font-size: 14px;
  color: #888;
  line-height: 1.6;
}
/* Cifras empresa (vertical cards) */
.empresa-cifras {
  background: linear-gradient(135deg, #f0faf0 0%, #e8f5e9 100%);
  padding: 70px 0;
}
.cifras-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.cifra-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  padding: 32px 20px;
  background: rgba(255,255,255,0.8);
  border-radius: 16px;
  border-top: 4px solid #4CAF50;
  transition: background .3s, transform .3s, box-shadow .3s;
}
.cifra-item:hover {
  background: #fff;
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(76,175,80,0.15);
}
.cifra-item i {
  font-size: 24px;
  color: #fff;
  width: 50px;
  height: 50px;
  background: #4CAF50;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cifra-number {
  font-size: 36px;
  font-weight: 800;
  color: #2e7d32;
  line-height: 1;
  margin-bottom: 2px;
}
.cifra-item p {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #777;
}

.empresa-instalaciones {
  background: #f8f9fa;
}
.instalaciones-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 10px;
}
.instalaciones-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  height: 180px;
}
.instalaciones-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: transform .6s ease, filter .4s;
}
.instalaciones-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(76,175,80,0.3) 100%);
  opacity: 0;
  transition: opacity .4s;
  border-radius: 12px;
}
.instalaciones-item:hover::after {
  opacity: 1;
}
.instalaciones-item:hover img {
  transform: scale(1.08);
}
.empresa-medios-desc {
  text-align: center;
  font-size: 16px;
  color: #666;
  max-width: 750px;
  margin: 0 auto 40px;
  line-height: 1.8;
}
.videos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.video-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: transform .3s, box-shadow .3s;
}
.video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}
.video-card video {
  width: 100%;
  display: block;
  background: #000;
}
.video-card-info {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.video-card-info i {
  font-size: 18px;
  color: #4CAF50;
}
.video-card-info h3 {
  font-size: 16px;
  font-weight: 700;
  color: #373737;
  margin: 0;
}
.historia-datos {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 40px;
}
.dato-item {
  text-align: center;
}
.dato-number {
  font-size: 48px;
  font-weight: 800;
  color: #4CAF50;
  line-height: 1;
}
.dato-label {
  font-size: 14px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 8px;
}
.video-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #373737;
}
.video-item video {
  width: 100%;
  border-radius: 8px;
  background: #000;
}

/* ── PRODUCT TABLE ── */
.product-table-wrapper {
  overflow-x: auto;
}
.product-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
}
.product-table td, .product-table th {
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  text-align: left;
  font-size: 15px;
}
.product-table td:first-child,
.product-table .table-label {
  font-weight: 700;
  background: #f8f9fa;
  width: 35%;
}
.product-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.product-image {
  text-align: center;
}
.product-image img {
  border-radius: 8px;
  width: 100%;
}
.product-image figcaption {
  margin-top: 12px;
  font-size: 14px;
  color: #888;
}

/* ── CALIDAD PAGE ── */
.content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
}
.content-wrapper p {
  margin-bottom: 16px;
}
.content-wrapper .intro-text {
  font-size: 18px;
  font-weight: 600;
  color: #555;
  margin-bottom: 24px;
}
.commitment-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.commitment-list li {
  padding: 10px 0;
  font-size: 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.commitment-list li i {
  color: #4CAF50;
  font-size: 18px;
  margin-top: 4px;
  flex-shrink: 0;
}
.image-section {
  padding: 0;
}
.full-width-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cert-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 800px;
  margin: 0 auto;
}
.cert-item {
  text-align: center;
  padding: 30px;
}
.cert-item img.cert-logo {
  height: 80px;
  width: auto;
  margin: 0 auto 16px;
}
.cert-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.cert-item p {
  font-size: 15px;
  color: #666;
}

/* ── CALIDAD PILARES ── */
.pilares-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
}
.pilar-card {
  text-align: center;
  padding: 40px 28px 36px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  border-bottom: 4px solid var(--pilar-color);
  transition: transform 0.3s, box-shadow 0.3s;
}
.pilar-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}
.pilar-card:nth-child(1) { --pilar-color: #2196F3; --pilar-shadow: rgba(33,150,243,0.3); }
.pilar-card:nth-child(2) { --pilar-color: #FF9800; --pilar-shadow: rgba(255,152,0,0.3); }
.pilar-card:nth-child(3) { --pilar-color: #4CAF50; --pilar-shadow: rgba(76,175,80,0.3); }
.pilar-icon {
  width: 64px;
  height: 64px;
  background: var(--pilar-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  box-shadow: 0 4px 14px var(--pilar-shadow);
  transition: transform 0.3s;
}
.pilar-card:hover .pilar-icon {
  transform: scale(1.1);
}
.pilar-icon i {
  font-size: 24px;
  color: #fff;
}
.pilar-card h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #373737;
  margin-bottom: 12px;
}
.pilar-card p {
  font-size: 14px;
  color: #888;
  line-height: 1.7;
}

/* ── CALIDAD COMPROMISOS ── */
.compromisos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.compromiso-card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 36px 28px 32px;
  border: 1px solid #eee;
  border-left: 5px solid var(--comp-color);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.compromiso-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
}
.compromiso-card:nth-child(1) { --comp-color: #2196F3; }
.compromiso-card:nth-child(2) { --comp-color: #FF9800; }
.compromiso-card:nth-child(3) { --comp-color: #4CAF50; }
.compromiso-number {
  position: absolute;
  top: -8px;
  right: 10px;
  font-size: 80px;
  font-weight: 900;
  color: rgba(0,0,0,0.04);
  line-height: 1;
}
.compromiso-icon {
  width: 50px;
  height: 50px;
  background: var(--comp-color);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: transform 0.3s;
}
.compromiso-card:hover .compromiso-icon {
  transform: scale(1.1);
}
.compromiso-icon i {
  font-size: 20px;
  color: #fff;
}
.compromiso-card h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #373737;
  margin-bottom: 10px;
}
.compromiso-card p {
  font-size: 14px;
  color: #777;
  line-height: 1.7;
}

/* ── CALIDAD PARALLAX ── */
.calidad-parallax {
  position: relative;
  height: 350px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calidad-parallax-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(76,175,80,0.4) 100%);
}
.calidad-parallax-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 700px;
  padding: 40px;
  color: #fff;
}
.calidad-parallax-content > i {
  font-size: 36px;
  color: #4CAF50;
  margin-bottom: 20px;
  display: block;
}
.calidad-parallax-content p {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.8;
  text-shadow: 1px 2px 8px rgba(0,0,0,0.3);
}

/* ── CALIDAD CERTIFICACIONES MODERNAS ── */
.certs-modern-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 900px;
  margin: 0 auto;
}
.cert-modern-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #eee;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}
.cert-modern-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(76,175,80,0.15);
}
.cert-modern-img {
  background: linear-gradient(135deg, #f0faf0 0%, #e8f5e9 100%);
  padding: 40px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cert-modern-img img {
  height: 90px;
  width: auto;
  transition: transform 0.3s;
}
.cert-modern-card:hover .cert-modern-img img {
  transform: scale(1.08);
}
.cert-modern-body {
  padding: 28px 28px 24px;
}
.cert-modern-body h3 {
  font-size: 20px;
  font-weight: 800;
  color: #373737;
  margin-bottom: 10px;
}
.cert-modern-body p {
  font-size: 14px;
  color: #777;
  line-height: 1.7;
  margin-bottom: 16px;
}
.cert-modern-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #4CAF50;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: gap 0.3s;
}
.cert-modern-link:hover {
  color: #43a047;
  gap: 12px;
}

/* ── CERTIFICATIONS (home) ── */
.cert-logos {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 36px 0 0;
}
.cert-logos img {
  height: 80px;
  width: auto;
  padding: 20px 30px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform .3s, box-shadow .3s;
}
.cert-logos img:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(76,175,80,0.15);
}

/* ── CONTACTO DATOS ── */
.contacto-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.contacto-dato-card {
  text-align: center;
  padding: 36px 24px 32px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}
.contacto-dato-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}
.contacto-dato-card:nth-child(1) { --dato-color: #2196F3; }
.contacto-dato-card:nth-child(2) { --dato-color: #4CAF50; }
.contacto-dato-card:nth-child(3) { --dato-color: #FF9800; }
.contacto-dato-card:nth-child(4) { --dato-color: #9C27B0; }
.contacto-dato-icon {
  width: 60px;
  height: 60px;
  background: var(--dato-color);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  transition: transform 0.3s;
}
.contacto-dato-card:hover .contacto-dato-icon {
  transform: scale(1.1) rotate(5deg);
}
.contacto-dato-icon i {
  font-size: 22px;
  color: #fff;
}
.contacto-dato-card h3 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #373737;
  margin-bottom: 10px;
}
.contacto-dato-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}
.contacto-dato-card a {
  color: var(--dato-color);
  font-weight: 600;
}
.contacto-dato-card a:hover {
  text-decoration: underline;
}

/* ── CONTACTO FORMULARIO + MAPA ── */
.contacto-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
}
.contacto-form-wrapper .empresa-line { margin-bottom: 30px; }
.contacto-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.contacto-form-group {
  margin-bottom: 20px;
}
.contacto-form-group label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #555;
  margin-bottom: 8px;
}
.contacto-form-group label i {
  color: #4CAF50;
  margin-right: 6px;
}
.contacto-form-group input,
.contacto-form-group textarea {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #e8e8e8;
  border-radius: 12px;
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  background: #fafafa;
  transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
}
.contacto-form-group input:focus,
.contacto-form-group textarea:focus {
  outline: none;
  border-color: #4CAF50;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(76,175,80,0.1);
}
.contacto-form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.contacto-submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #4CAF50;
  color: #fff;
  border: none;
  padding: 16px 40px;
  border-radius: 50px;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 16px rgba(76,175,80,0.3);
}
.contacto-submit-btn:hover {
  background: #43a047;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(76,175,80,0.4);
}
.contacto-form-note {
  margin-top: 20px;
  font-size: 13px;
  color: #999;
}
.contacto-form-note i {
  color: #4CAF50;
  margin-right: 4px;
}
.contacto-form-note a {
  color: #4CAF50;
  font-weight: 600;
}

/* ── CONTACTO MAPA ── */
.contacto-mapa .empresa-line { margin-bottom: 30px; }
.contacto-mapa-frame {
  width: 100%;
  height: 420px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.contacto-mapa-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* ── EMPLEO PUESTOS ── */
.puestos-stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
}
.puesto-row {
  display: flex;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.puesto-row:hover {
  transform: translateX(6px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}
.puesto-row:nth-child(1) { --puesto-color: #4CAF50; --puesto-bg: linear-gradient(135deg, #4CAF50, #2E7D32); }
.puesto-row:nth-child(2) { --puesto-color: #2196F3; --puesto-bg: linear-gradient(135deg, #2196F3, #1565C0); }
.puesto-row:nth-child(3) { --puesto-color: #FF9800; --puesto-bg: linear-gradient(135deg, #FF9800, #E65100); }
.puesto-row-side {
  width: 140px;
  min-height: 140px;
  background: var(--puesto-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-shrink: 0;
  position: relative;
}
.puesto-row-side i {
  font-size: 36px;
  color: #fff;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.2));
  transition: transform 0.3s;
}
.puesto-row:hover .puesto-row-side i {
  transform: scale(1.15);
}
.puesto-tag {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--puesto-color);
  background: rgba(255,255,255,0.9);
  padding: 3px 12px;
  border-radius: 20px;
}
.puesto-row-body {
  flex: 1;
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.puesto-row-body h3 {
  font-size: 18px;
  font-weight: 800;
  color: #373737;
  margin-bottom: 8px;
}
.puesto-row-body p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 14px;
}
.puesto-tags {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.puesto-tags span {
  font-size: 12px;
  color: #999;
  display: flex;
  align-items: center;
  gap: 5px;
}
.puesto-tags span i {
  color: var(--puesto-color);
  font-size: 12px;
}

/* ── EMPLEO PLATAFORMA ── */
.empleo-plataforma {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 50%, #a5d6a7 100%);
  text-align: center;
  color: #2E7D32;
  overflow: hidden;
}
.empleo-plataforma-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 60%);
}
.empleo-plataforma-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}
.empleo-plataforma-icon {
  width: 70px;
  height: 70px;
  background: rgba(46,125,50,0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}
.empleo-plataforma-icon i {
  font-size: 28px;
  color: #2E7D32;
}
.empleo-plataforma h2 {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.empleo-plataforma p {
  font-size: 16px;
  color: #4a7c50;
  line-height: 1.8;
  margin-bottom: 32px;
}
.empleo-plataforma-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #2E7D32;
  color: #fff;
  padding: 16px 40px;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(46,125,50,0.3);
  transition: all 0.3s;
}
.empleo-plataforma-btn:hover {
  background: #1B5E20;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(46,125,50,0.4);
}

/* ── EMPLEO APP MODERNA ── */
.app-modern-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.app-modern-text h3 {
  font-size: 24px;
  font-weight: 800;
  color: #373737;
  margin-bottom: 14px;
}
.app-modern-text > p {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
}
.app-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}
.app-features-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  font-size: 15px;
  color: #555;
  border-bottom: 1px solid #f0f0f0;
}
.app-features-list li:last-child {
  border-bottom: none;
}
.app-features-list li i {
  font-size: 18px;
  color: #4CAF50;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}
.app-modern-buttons {
  display: flex;
  gap: 16px;
}
.app-button img {
  height: 50px;
  width: auto;
  transition: transform 0.3s;
}
.app-button:hover img {
  transform: scale(1.05);
}
.app-modern-qr {
  display: flex;
  justify-content: center;
}
.app-qr-card {
  background: #f8f9fa;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  border: 1px solid #eee;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.app-qr-card img {
  max-width: 200px;
  margin: 0 auto 16px;
}
.app-qr-card p {
  font-size: 14px;
  color: #888;
  font-weight: 600;
}

/* ── INICIO SERVICIOS ── */
.inicio-servicios-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.inicio-servicio-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 36px 24px 32px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
}
.inicio-servicio-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--serv-color);
  transform: scaleX(0);
  transition: transform 0.3s;
}
.inicio-servicio-card:hover::before {
  transform: scaleX(1);
}
.inicio-servicio-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.inicio-servicio-card:nth-child(1) { --serv-color: #2196F3; }
.inicio-servicio-card:nth-child(2) { --serv-color: #FF9800; }
.inicio-servicio-card:nth-child(3) { --serv-color: #4CAF50; }
.inicio-servicio-card:nth-child(4) { --serv-color: #9C27B0; }
.inicio-servicio-icon {
  width: 64px;
  height: 64px;
  background: var(--serv-color);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: transform 0.3s;
}
.inicio-servicio-card:hover .inicio-servicio-icon {
  transform: scale(1.1) rotate(5deg);
}
.inicio-servicio-icon i {
  font-size: 24px;
  color: #fff;
}
.inicio-servicio-card h3 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #373737;
  margin-bottom: 10px;
}
.inicio-servicio-card p {
  font-size: 14px;
  color: #888;
  line-height: 1.7;
  margin-bottom: 16px;
  flex: 1;
}
.inicio-servicio-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--serv-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.3s;
}
.inicio-servicio-card:hover .inicio-servicio-link {
  gap: 12px;
}

/* ── INICIO CERTIFICACIONES ── */
.inicio-certs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 900px;
  margin: 0 auto;
}
.inicio-cert-card {
  display: flex;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}
.inicio-cert-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}
.inicio-cert-img {
  width: 140px;
  min-height: 160px;
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 20px;
}
.inicio-cert-img img {
  max-width: 90px;
  max-height: 90px;
  object-fit: contain;
}
.inicio-cert-body {
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.inicio-cert-body h3 {
  font-size: 18px;
  font-weight: 800;
  color: #373737;
  margin-bottom: 8px;
}
.inicio-cert-body p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 14px;
}
.inicio-cert-link {
  font-size: 13px;
  font-weight: 700;
  color: #4CAF50;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.3s;
}
.inicio-cert-link:hover {
  gap: 12px;
  color: #2E7D32;
}

/* ── FOOTER ── */
.footer {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  color: rgba(255,255,255,0.6);
  padding: 40px 0 30px;
  font-size: 14px;
  margin-top: 0;
}
.footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-col p { font-size: 14px; color: rgba(255,255,255,0.5); }
.footer-col a { color: rgba(255,255,255,0.6); transition: color .3s; }
.footer-col a:hover { color: #4CAF50; }
.footer-links {
  display: flex;
  gap: 12px;
  align-items: center;
}
.footer-links a {
  padding: 6px 16px;
  border-radius: 50px;
  border: 1px solid rgba(255,255,255,0.12);
  font-size: 13px;
  transition: all .3s;
}
.footer-links a:hover {
  border-color: #4CAF50;
  color: #4CAF50;
}
.footer-links span { display: none; }

/* ── TWO COLUMN LAYOUT ── */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin: 30px 0;
}

/* ── RESPONSIVE ── */
@media (max-width: 992px) {

  .processes-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .two-col { grid-template-columns: 1fr; }
  .production-gallery { grid-template-columns: repeat(3, 1fr); }
  .videos-grid { grid-template-columns: 1fr; }
  .instalaciones-grid { grid-template-columns: 1fr; }
  .empresa-historia-grid { grid-template-columns: 1fr; }
  .empresa-features { grid-template-columns: repeat(2, 1fr); }
  .cifras-grid { grid-template-columns: repeat(2, 1fr); }
  .contacto-cards-grid { grid-template-columns: repeat(2, 1fr); }
  .contacto-form-grid { grid-template-columns: 1fr; gap: 50px; }
  .cert-container { grid-template-columns: 1fr; }
  .product-gallery { grid-template-columns: 1fr; }
  .quality-cards { grid-template-columns: 1fr; max-width: 400px; }
  .highlights-grid { grid-template-columns: repeat(3, 1fr); }
  .ficha-grid { grid-template-columns: 1fr; }
  .producto-gallery-grid { grid-template-columns: 1fr; max-width: 500px; }
  .proceso-intro-content { flex-direction: column; text-align: center; }
  .proceso-intro-text .empresa-line { margin: 16px auto; }
  .apoyo-grid { grid-template-columns: repeat(2, 1fr); }
  .pilares-grid { grid-template-columns: 1fr; max-width: 450px; margin: 0 auto; }
  .compromisos-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
  .certs-modern-grid { grid-template-columns: 1fr; max-width: 450px; }
  .puestos-stack { max-width: 100%; }
  .app-modern-grid { grid-template-columns: 1fr; gap: 40px; }
  .inicio-servicios-grid { grid-template-columns: repeat(2, 1fr); }
  .inicio-certs-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
  .hero-arrow { width: 40px; height: 40px; font-size: 14px; }
  .hero-arrow-left { left: 12px; }
  .hero-arrow-right { right: 12px; }
}
@media (max-width: 768px) {
  .activities-section,
  .stats-section,
  .calidad-parallax { background-attachment: scroll; }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    z-index: 999;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 20px; border-radius: 0; border-bottom: 1px solid #f0f0f0; }
  .nav-links a:hover { background: rgba(76,175,80,0.06); }
  .nav-links a.active { background: #4CAF50; color: #fff; border-bottom-color: #4CAF50; }
  .nav-toggle { display: block; }
  .nav-home { display: none; }

  .header .container { flex-direction: column; }
  .logo img { height: 80px; }
  .header-right { text-align: center; margin-top: 10px; flex-wrap: wrap; justify-content: center; }
  .header-lang { display: none; }
  .header-social { display: none; }

  .hero { height: 350px; }
  .hero h1 { font-size: 32px; }
  .hero-subtitle { font-size: 16px; }


  .production-gallery { grid-template-columns: repeat(3, 1fr); }
  .production-gallery .gallery-item-labeled img { height: 200px; }
  .processes-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .contacto-form-row { grid-template-columns: 1fr; }
  .footer .container { flex-direction: column; text-align: center; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
  .historia-datos { flex-direction: column; gap: 30px; }
  .whatsapp-text { display: none; }
  .whatsapp-float { border-radius: 50%; padding: 14px; width: 56px; height: 56px; justify-content: center; }
}

@media (max-width: 480px) {
  .stats-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 26px; }
  .stat-item h2 { font-size: 36px; }
  .production-gallery { grid-template-columns: repeat(2, 1fr); }
  .production-gallery .gallery-item-labeled img { height: 160px; }
  .gallery-step { font-size: 50px; }
  .gallery-title { font-size: 28px; }
  .empresa-features { grid-template-columns: 1fr; }
  .empresa-heading { font-size: 28px; }
  .cifras-grid { grid-template-columns: 1fr; max-width: 320px; }
  .cifra-number { font-size: 30px; }
  .proceso-intro-icon { width: 70px; height: 70px; }
  .proceso-intro-icon i { font-size: 28px; }
  .apoyo-grid { grid-template-columns: 1fr; max-width: 360px; }
  .highlights-grid { grid-template-columns: repeat(2, 1fr); }
  .highlight-card h3 { font-size: 16px; }
  .producto-gallery-item img { height: 220px; }
  .contacto-cards-grid { grid-template-columns: 1fr; max-width: 320px; margin: 0 auto; }
  .contacto-mapa-frame { height: 300px; }
  .inicio-servicios-grid { grid-template-columns: 1fr; max-width: 320px; margin: 0 auto; }
  .inicio-cert-card { flex-direction: column; }
  .inicio-cert-img { width: 100%; min-height: 100px; }
  .hero-arrow { display: none; }
  .puesto-row { flex-direction: column; }
  .puesto-row-side { width: 100%; min-height: 90px; flex-direction: row; gap: 16px; }
  .puesto-row-side i { font-size: 28px; }
  .puesto-row-body { padding: 20px 24px; }
  .puesto-row:hover { transform: translateY(-4px); }
}
