/* ═══════════════════════════════════════════
   COMPAÑÍA PEDAGÓGICA — ONE PAGE STYLESHEET
   Colores: Amarillo #F8B500 · Azul #1B3080
   ═══════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --yellow:  #F8B500;
  --yellow2: #ffd04d;
  --blue:    #1B3080;
  --blue2:   #2d4db5;
  --green:   #10b981;
  --red:     #ef4444;
  --dark:    #07090f;
  --dark2:   #0d1117;
  --dark3:   #111827;
  --card-bg: #0f1828;
  --text:    #e2e8f0;
  --muted:   #94a3b8;
  --border:  rgba(255,255,255,.08);
  --radius:  16px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--dark);
  color: var(--text);
  overflow-x: hidden;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ── GRADIENT TEXT ── */
.gradient-text {
  background: linear-gradient(135deg, var(--yellow), var(--yellow2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── SECTION HEADER ── */
.section-header { text-align: center; margin-bottom: 64px; }
.section-header h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; margin: 12px 0; font-family: 'Space Grotesk', sans-serif; }
.section-header p  { color: var(--muted); font-size: 1.1rem; max-width: 600px; margin: 0 auto; }
.section-tag {
  display: inline-block;
  background: rgba(248,181,0,.15);
  color: var(--yellow);
  border: 1px solid rgba(248,181,0,.35);
  border-radius: 100px;
  padding: 4px 16px;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* ── NAVBAR ── */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 999;
  padding: 20px 0;
  transition: all .3s;
}
.navbar.scrolled {
  background: rgba(7,9,15,.92);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(248,181,0,.15);
  padding: 14px 0;
}
.nav-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }

/* Logo tipo marca */
.nav-logo {
  display: flex; align-items: center; gap: 0;
  font-weight: 900; font-size: 1rem;
  font-family: 'Space Grotesk', sans-serif;

  color: var(--blue);
  padding: 6px 14px;
  border-radius: 8px;
  letter-spacing: .01em;
  line-height: 1.2;
  text-align: center;
}
.nav-logo .logo-line { display: block; }
.logo-icon { display: none; }

/* Logo image styles */
.nav-logo-img {
  height: 52px;
  width: auto;
  border-radius: 8px;
  display: block;
  object-fit: contain;
}

.hero-logo-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  animation: fadeDown .6s ease forwards;
}
.hero-logo-img {
  height: 140px;
  width: auto;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(248,181,0,.25);
  object-fit: contain;
}

.footer-logo-img {
  height: 56px;
  width: auto;
  border-radius: 8px;
  object-fit: contain;
}

.nav-links { display: flex; list-style: none; gap: 32px; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: .9rem; font-weight: 500; transition: color .2s; }
.nav-links a:hover { color: var(--yellow); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; }

/* ── BUTTONS ── */
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--yellow);
  color: var(--blue); font-weight: 700; padding: 14px 32px;
  border-radius: 100px; text-decoration: none; border: none;
  cursor: pointer; font-size: 1rem; transition: transform .2s, box-shadow .2s;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(248,181,0,.35); }
.btn-primary.full { width: 100%; justify-content: center; }

.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--text); font-weight: 600;
  padding: 14px 32px; border-radius: 100px; text-decoration: none;
  border: 1px solid rgba(248,181,0,.35); font-size: 1rem; transition: all .2s;
}
.btn-ghost:hover { border-color: var(--yellow); color: var(--yellow); }

/* ═══════════════════════════════════════
   SECCIÓN 1 · HERO
   ═══════════════════════════════════════ */
.hero {
  min-height: 100vh;
  background: radial-gradient(ellipse at 30% 50%, rgba(27,48,128,.18) 0%, transparent 60%),
              radial-gradient(ellipse at 80% 20%, rgba(248,181,0,.08) 0%, transparent 50%),
              var(--dark);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden; padding: 120px 24px 80px;
}

#particleCanvas { position: absolute; inset: 0; pointer-events: none; z-index: 0; }

.hero-orbs { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .35; }
.orb1 { width: 500px; height: 500px; background: radial-gradient(circle, var(--blue), transparent); top: -100px; left: -100px; animation: floatOrb 8s ease-in-out infinite; }
.orb2 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(248,181,0,.6), transparent); bottom: -80px; right: -80px; animation: floatOrb 10s ease-in-out infinite reverse; }
.orb3 { width: 300px; height: 300px; background: radial-gradient(circle, var(--blue2), transparent); top: 50%; right: 20%; animation: floatOrb 7s ease-in-out infinite 2s; }

@keyframes floatOrb {
  0%,100% { transform: translate(0,0) scale(1); }
  50% { transform: translate(30px,-30px) scale(1.1); }
}

.hero-content { position: relative; z-index: 2; text-align: center; max-width: 900px; }
.hero-badge {
  display: inline-block; background: rgba(248,181,0,.15); border: 1px solid rgba(248,181,0,.4);
  color: var(--yellow); padding: 6px 18px; border-radius: 100px;
  font-size: .85rem; font-weight: 600; margin-bottom: 24px;
  animation: fadeDown .6s ease forwards;
}

.hero-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  font-weight: 900; line-height: 1.1;
  display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px;
}

.word-slide {
  display: block; opacity: 0; transform: translateY(40px);
  animation: slideUp .7s ease forwards;
  animation-delay: var(--d);
}
@keyframes slideUp { to { opacity: 1; transform: translateY(0); } }
@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-sub {
  font-size: 1.15rem; color: var(--muted); line-height: 1.7;
  margin-bottom: 40px; animation: slideUp .7s ease .9s forwards; opacity: 0;
}

.hero-stats {
  display: flex; align-items: center; justify-content: center; gap: 32px;
  margin-bottom: 40px; animation: slideUp .7s ease 1.1s forwards; opacity: 0;
}
.stat { text-align: center; }
.stat-num { font-size: 2.5rem; font-weight: 900; font-family: 'Space Grotesk', sans-serif; color: var(--yellow); }
.stat span { font-size: 2rem; font-weight: 700; color: var(--yellow); }
.stat small { display: block; color: var(--muted); font-size: .8rem; margin-top: 4px; }
.stat-div { width: 1px; height: 50px; background: var(--border); }

.hero-cta {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
  animation: slideUp .7s ease 1.3s forwards; opacity: 0;
}

/* Floating cards */
.hero-floating-cards { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.float-card {
  position: absolute; background: rgba(15,24,40,.92); border: 1px solid rgba(248,181,0,.2);
  backdrop-filter: blur(12px); border-radius: 12px;
  padding: 12px 20px; display: flex; align-items: center; gap: 10px;
  font-size: .85rem; font-weight: 600; color: var(--text);
  animation: floatCard 4s ease-in-out infinite;
}
.float-card i { font-size: 1.2rem; color: var(--yellow); }
.fc1 { top: 20%; left: 5%; animation-delay: 0s; }
.fc2 { top: 60%; left: 3%; animation-delay: .8s; }
.fc3 { top: 20%; right: 5%; animation-delay: 1.5s; }
.fc4 { top: 65%; right: 4%; animation-delay: 2s; }
@keyframes floatCard {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.scroll-indicator {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  width: 26px; height: 44px; border: 2px solid rgba(248,181,0,.25);
  border-radius: 100px; display: flex; justify-content: center; padding-top: 8px; z-index: 2;
}
.scroll-dot { width: 4px; height: 8px; background: var(--yellow); border-radius: 100px; animation: scrollDot 2s ease infinite; }
@keyframes scrollDot {
  0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(14px); opacity: 0; }
}

/* ═══════════════════════════════════════
   SECCIÓN 2 · SERVICIOS
   ═══════════════════════════════════════ */
.services { padding: 120px 0; background: var(--dark2); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 24px;
}

.service-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 32px;
  transition: transform .3s, border-color .3s, box-shadow .3s;
  position: relative; overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--yellow), var(--blue2));
  transform: scaleX(0); transform-origin: left; transition: transform .3s;
}
.service-card:hover { transform: translateY(-6px); border-color: rgba(248,181,0,.25); box-shadow: 0 20px 60px rgba(0,0,0,.4); }
.service-card:hover::before { transform: scaleX(1); }

.service-icon-wrap {
  width: 56px; height: 56px; border-radius: 14px;
  background: color-mix(in srgb, var(--c) 15%, transparent);
  border: 1px solid color-mix(in srgb, var(--c) 30%, transparent);
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.service-icon-wrap i { font-size: 1.4rem; color: var(--c); }

.service-card h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 12px; font-family: 'Space Grotesk', sans-serif; }
.service-card p  { color: var(--muted); font-size: .95rem; line-height: 1.7; margin-bottom: 20px; }

.service-tag {
  display: inline-block; background: rgba(248,181,0,.1);
  border: 1px solid rgba(248,181,0,.25); color: var(--yellow);
  border-radius: 100px; padding: 4px 12px; font-size: .75rem; font-weight: 600;
}

/* ═══════════════════════════════════════
   SECCIÓN 3 · CLIENTES
   ═══════════════════════════════════════ */
.clients {
  padding: 120px 0;
  background: linear-gradient(180deg, var(--dark), var(--dark3));
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.client-card {
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 24px 20px;
  display: flex; align-items: center; gap: 16px;
  transition: all .3s; cursor: default;
}
.client-card:hover { border-color: rgba(248,181,0,.35); transform: translateY(-4px); background: rgba(248,181,0,.05); }
.client-icon { width: 44px; height: 44px; background: rgba(248,181,0,.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.client-icon i { color: var(--yellow); font-size: 1.1rem; }
.client-card span { font-size: .88rem; font-weight: 600; color: var(--text); line-height: 1.4; }

/* ═══════════════════════════════════════
   SECCIÓN 4 · METODOLOGÍA
   ═══════════════════════════════════════ */
.methodology { padding: 120px 0; background: var(--dark2); }

.method-steps {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; position: relative;
}
.method-step {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; padding: 40px 24px; position: relative;
}
.step-number {
  font-size: 4rem; font-weight: 900; font-family: 'Space Grotesk', sans-serif;
  background: linear-gradient(135deg, var(--yellow), var(--yellow2));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; line-height: 1; margin-bottom: 16px;
}
.step-content h4 { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.step-content p  { color: var(--muted); font-size: .9rem; line-height: 1.6; }
.step-arrow { position: absolute; right: -12px; top: 50%; transform: translateY(-50%); color: var(--yellow); font-size: 1.2rem; z-index: 1; }
.step-arrow.last { display: none; }

/* ═══════════════════════════════════════
   SECCIÓN 5 · EXPERIENCIA
   ═══════════════════════════════════════ */
.experience {
  padding: 120px 0;
  background: linear-gradient(180deg, var(--dark3), var(--dark));
}

.contracts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(520px, 1fr));
  gap: 20px;
}

.contract-card {
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 28px;
  display: flex; gap: 24px; align-items: flex-start; transition: all .3s;
}
.contract-card:hover { border-color: rgba(248,181,0,.3); transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,.3); }

.contract-img-wrap {
  width: 80px; height: 80px; border-radius: 12px;
  background: rgba(27,48,128,.15); border: 1px solid rgba(248,181,0,.15);
  flex-shrink: 0; overflow: hidden; display: flex; align-items: center; justify-content: center;
}
.contract-img-fallback { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.contract-img-fallback i { font-size: 2rem; color: var(--yellow); }

.contract-entity { font-weight: 700; font-size: 1rem; margin-bottom: 8px; font-family: 'Space Grotesk', sans-serif; color: #fff; }
.contract-object { color: var(--muted); font-size: .88rem; line-height: 1.6; margin-bottom: 12px; }
.contract-valor { font-size: .85rem; font-weight: 700; color: var(--yellow); margin-bottom: 8px; }
.contract-meta { font-size: .8rem; color: rgba(148,163,184,.6); display: flex; gap: 8px; flex-wrap: wrap; }
.contract-meta i { color: var(--yellow); }

/* ═══════════════════════════════════════
   SECCIÓN 6 · CRECIMIENTO
   ═══════════════════════════════════════ */
.growth { padding: 120px 0; background: var(--dark2); }

.growth-inner { display: grid; grid-template-columns: 1fr 420px; gap: 80px; align-items: center; }

.growth-text h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 700; margin-bottom: 24px; font-family: 'Space Grotesk', sans-serif; }
.growth-paragraph { color: var(--muted); line-height: 1.9; font-size: 1rem; margin-bottom: 40px; }

.growth-metrics { display: flex; gap: 40px; }
.gm { text-align: center; }
.gm-num { font-size: 2.4rem; font-weight: 900; font-family: 'Space Grotesk', sans-serif; color: var(--yellow); }
.gm span { font-size: 2rem; font-weight: 700; color: var(--yellow); }
.gm small { display: block; color: var(--muted); font-size: .8rem; margin-top: 4px; }

.growth-visual { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.growth-chart { display: flex; align-items: flex-end; gap: 12px; height: 240px; padding: 0 8px; }
.chart-bar {
  flex: 1; height: var(--h); background: var(--c);
  border-radius: 8px 8px 0 0; position: relative;
  animation: growBar 1.5s ease forwards; transform-origin: bottom; transform: scaleY(0);
}
.chart-bar span { position: absolute; bottom: -24px; left: 50%; transform: translateX(-50%); font-size: .7rem; color: var(--muted); white-space: nowrap; }
@keyframes growBar { to { transform: scaleY(1); } }
.chart-label { color: var(--muted); font-size: .85rem; }

/* ═══════════════════════════════════════
   SECCIÓN 7 · ECOSISTEMA
   ═══════════════════════════════════════ */
.ecosystem {
  padding: 120px 0;
  background: radial-gradient(ellipse at center, rgba(27,48,128,.1) 0%, transparent 70%), var(--dark);
}

.eco-center-wrap { display: flex; justify-content: center; margin-bottom: 64px; }

.eco-orbit { position: relative; width: 480px; height: 480px; display: flex; align-items: center; justify-content: center; }

.eco-core {
  width: 160px; height: 160px; border-radius: 50%;
  background: linear-gradient(135deg, rgba(27,48,128,.3), rgba(248,181,0,.15));
  border: 2px solid rgba(248,181,0,.4);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; gap: 8px; z-index: 2; position: relative;
  animation: pulseCore 3s ease-in-out infinite;
}
.eco-core i { font-size: 2rem; color: var(--yellow); }
.eco-core span { font-size: .75rem; font-weight: 600; color: var(--text); line-height: 1.4; }
@keyframes pulseCore {
  0%,100% { box-shadow: 0 0 0 0 rgba(248,181,0,.3); }
  50% { box-shadow: 0 0 0 20px rgba(248,181,0,0); }
}

.eco-orbit::before {
  content: ''; position: absolute;
  width: 380px; height: 380px; border-radius: 50%;
  border: 1px dashed rgba(248,181,0,.2);
  animation: rotateRing 20s linear infinite;
}
@keyframes rotateRing { to { transform: rotate(360deg); } }

.eco-planet { position: absolute; width: 70px; height: 70px; display: flex; flex-direction: column; align-items: center; gap: 6px; top: 50%; left: 50%; margin: -35px; }
.ep-icon { width: 52px; height: 52px; border-radius: 50%; background: var(--card-bg); border: 1px solid rgba(248,181,0,.2); display: flex; align-items: center; justify-content: center; transition: all .3s; }
.ep-icon i { font-size: 1.2rem; color: var(--yellow); }
.ep-icon:hover { background: rgba(248,181,0,.15); border-color: var(--yellow); transform: scale(1.15); }
.ep-label { font-size: .65rem; font-weight: 600; color: var(--muted); white-space: nowrap; text-align: center; }
.ep1 { transform: translate(190px, 0); }
.ep2 { transform: translate(95px, -165px); }
.ep3 { transform: translate(-95px, -165px); }
.ep4 { transform: translate(-190px, 0); }
.ep5 { transform: translate(-95px, 165px); }
.ep6 { transform: translate(95px, 165px); }

.eco-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.eco-card { background: var(--card-bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 32px 28px; text-align: center; transition: all .3s; }
.eco-card:hover { border-color: rgba(248,181,0,.35); transform: translateY(-4px); }
.eco-card i { font-size: 2rem; color: var(--yellow); margin-bottom: 16px; display: block; }
.eco-card h4 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.eco-card p  { color: var(--muted); font-size: .9rem; line-height: 1.6; }

/* ═══════════════════════════════════════
   SECCIÓN 8 · IMPACTO
   ═══════════════════════════════════════ */
.impact { padding: 120px 0; background: var(--dark2); }

.impact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-bottom: 64px; align-items: center; }

.impact-big { text-align: center; }
.impact-number {
  font-size: clamp(4rem, 8vw, 7rem); font-weight: 900;
  font-family: 'Space Grotesk', sans-serif;
  background: linear-gradient(135deg, var(--yellow), var(--yellow2));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; line-height: 1;
}
.impact-label { font-size: 1.4rem; font-weight: 700; margin: 8px 0 4px; }
.impact-sub { color: var(--muted); font-size: .9rem; margin-bottom: 24px; }
.impact-bar { height: 6px; background: rgba(255,255,255,.08); border-radius: 100px; overflow: hidden; }
.impact-fill { height: 100%; background: linear-gradient(90deg, var(--yellow), var(--blue2)); border-radius: 100px; animation: fillBar 2s ease 1s forwards; width: 0; }
@keyframes fillBar { to { width: 92%; } }

.impact-small-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.impact-item { background: var(--card-bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 24px; text-align: center; }
.impact-item i { font-size: 2rem; display: block; margin-bottom: 12px; }
.impact-count-sm { font-size: 2.2rem; font-weight: 900; font-family: 'Space Grotesk', sans-serif; display: block; margin-bottom: 4px; color: #fff; }
.impact-item small { color: var(--muted); font-size: .85rem; }

.testimonial-strip { overflow: hidden; border: 1px solid rgba(248,181,0,.15); border-radius: var(--radius); padding: 20px 0; background: var(--card-bg); }
.testimonial-track { display: flex; gap: 64px; animation: slideTestimonials 30s linear infinite; white-space: nowrap; }
.testimonial-item { flex-shrink: 0; font-size: .9rem; color: var(--muted); font-style: italic; padding: 0 16px; }
.testimonial-item::before { content: '❝ '; color: var(--yellow); }
@keyframes slideTestimonials {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ═══════════════════════════════════════
   CONTACTO
   ═══════════════════════════════════════ */
.contact-section { padding: 120px 0; background: linear-gradient(180deg, var(--dark), rgba(27,48,128,.06)); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.contact-left h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 700; margin-bottom: 16px; font-family: 'Space Grotesk', sans-serif; line-height: 1.2; }
.contact-left > p { color: var(--muted); margin-bottom: 36px; line-height: 1.7; }
.contact-info-list { display: flex; flex-direction: column; gap: 16px; }
.ci { display: flex; align-items: center; gap: 12px; font-size: .95rem; }
.ci i { width: 36px; height: 36px; background: rgba(248,181,0,.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--yellow); font-size: .9rem; }
.ci a { color: var(--text); text-decoration: none; }
.ci a:hover { color: var(--yellow); }
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form textarea { background: var(--card-bg); border: 1px solid var(--border); border-radius: 10px; padding: 14px 16px; color: var(--text); font-size: .95rem; font-family: inherit; transition: border-color .2s; outline: none; width: 100%; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--yellow); }
.contact-form textarea { resize: vertical; }

/* ── FOOTER ── */
.footer { padding: 32px 0; border-top: 1px solid rgba(248,181,0,.12); background: var(--dark); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.footer-brand { display: flex; align-items: center; gap: 10px; font-weight: 700; font-family: 'Space Grotesk', sans-serif; }
.footer-logo-box { background: var(--yellow); color: var(--blue); font-weight: 900; padding: 4px 10px; border-radius: 6px; font-size: .9rem; line-height: 1.3; }
.footer-copy { color: var(--muted); font-size: .85rem; }
.footer-social { display: flex; gap: 16px; }
.footer-social a { color: var(--muted); font-size: 1.2rem; transition: color .2s; }
.footer-social a:hover { color: var(--yellow); }

/* ═══════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════ */
@media (max-width: 1024px) {
  .contracts-grid { grid-template-columns: 1fr; }
  .growth-inner   { grid-template-columns: 1fr; }
  .growth-visual  { display: none; }
  .eco-orbit      { display: none; }
  .method-steps   { grid-template-columns: 1fr 1fr; }
  .step-arrow     { display: none; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero-floating-cards { display: none; }
  .hero-stats { flex-direction: column; gap: 16px; }
  .stat-div   { width: 60px; height: 1px; }
  .hero-cta   { flex-direction: column; align-items: center; }
  .services-grid  { grid-template-columns: 1fr; }
  .clients-grid   { grid-template-columns: 1fr 1fr; }
  .contact-grid   { grid-template-columns: 1fr; gap: 48px; }
  .form-row       { grid-template-columns: 1fr; }
  .impact-grid    { grid-template-columns: 1fr; }
  .eco-cards      { grid-template-columns: 1fr; }
  .method-steps   { grid-template-columns: 1fr; }
  .growth-metrics { gap: 24px; }
}
@media (max-width: 480px) {
  .clients-grid  { grid-template-columns: 1fr; }
  .contract-card { flex-direction: column; }
  .footer-inner  { flex-direction: column; text-align: center; }
}
