:root {
  --orange: #E8821A;
  --orange-light: #FFF4EA;
  --orange-border: #FDDBB4;
  --black: #111111;
  --gray-dark: #444444;
  --gray-mid: #888888;
  --gray-light: #F5F5F3;
  --gray-border: #E8E8E4;
  --white: #FFFFFF;
  --wsp: #25D366;
  --wsp-dark: #1DA851;
  --max: 1100px;
  --radius: 10px;
  --radius-lg: 16px;
  --radius-pill: 999px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--black); font-family: 'Inter', sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
h1,h2,h3 { margin: 0; line-height: 1.2; }
p { margin: 0; }
strong { color: var(--black); }

.container { max-width: var(--max); margin: 0 auto; padding: 0 1.5rem; }

/* BOTONES */
.btn { display: inline-flex; align-items: center; gap: 0.5rem; font-family: 'Inter', sans-serif; font-weight: 700; font-size: 0.9rem; padding: 0.8rem 1.5rem; border-radius: var(--radius-pill); border: none; cursor: pointer; transition: transform 0.15s, box-shadow 0.15s, background 0.15s; white-space: nowrap; }
.btn--wsp { background: var(--wsp); color: #000; }
.btn--wsp:hover { background: var(--wsp-dark); transform: translateY(-2px); box-shadow: 0 8px 20px -6px rgba(37,211,102,0.45); }
.btn--lg { font-size: 1rem; padding: 1rem 2rem; }

/* NAV */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.95); backdrop-filter: blur(10px); border-bottom: 1px solid var(--gray-border); }
.nav__inner { max-width: var(--max); margin: 0 auto; padding: 0.9rem 1.5rem; display: flex; align-items: center; justify-content: space-between; }
.nav__logo { height: 230px; width: auto; }

/* HERO */
.hero { padding: 6rem 1.5rem 4rem; background: var(--white); }
.hero__inner { max-width: 720px; margin: 0 auto; text-align: center; }
.eyebrow { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--orange); margin-bottom: 1rem; }
.hero__h1 { font-size: clamp(2.6rem, 6vw, 4.2rem); font-weight: 800; color: var(--black); letter-spacing: -0.02em; margin-bottom: 1.5rem; }
.hero__accent { position: relative; display: inline-block; }
.hero__accent::after { content: ''; position: absolute; left: 0; bottom: 4px; width: 100%; height: 5px; background: var(--orange); border-radius: 2px; }
.hero__sub { font-size: 1.1rem; color: var(--gray-dark); max-width: 540px; margin: 0 auto 2rem; line-height: 1.7; }

/* MÉTRICAS */
.metrics { display: flex; align-items: center; justify-content: center; gap: 0; margin-top: 3rem; background: var(--gray-light); border: 1px solid var(--gray-border); border-radius: var(--radius-lg); overflow: hidden; flex-wrap: wrap; }
.metric { flex: 1; min-width: 120px; text-align: center; padding: 1.5rem 1rem; }
.metric__val { display: block; font-size: 1.8rem; font-weight: 800; color: var(--black); letter-spacing: -0.02em; }
.metric__label { display: block; font-size: 0.78rem; color: var(--gray-mid); margin-top: 0.2rem; }
.metric__sep { width: 1px; height: 40px; background: var(--gray-border); align-self: center; }

/* PLATAFORMAS */
.platforms { padding: 3rem 1.5rem; border-top: 1px solid var(--gray-border); border-bottom: 1px solid var(--gray-border); background: var(--gray-light); }
.platforms__label { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gray-mid); text-align: center; margin-bottom: 1.25rem; }
.platforms__row { display: flex; justify-content: center; flex-wrap: wrap; gap: 0.75rem; }
.platform { font-size: 0.9rem; font-weight: 600; color: var(--gray-dark); border: 1.5px solid var(--gray-border); border-radius: var(--radius-pill); padding: 0.55rem 1.25rem; background: var(--white); transition: border-color 0.2s, color 0.2s; }
.platform:hover { border-color: var(--orange); color: var(--orange); }

/* SOBRE MÍ */
.about { padding: 6rem 1.5rem; }
.about__grid { display: grid; grid-template-columns: 300px 1fr; gap: 4rem; align-items: start; }
.about__photo-col { position: sticky; top: 90px; display: flex; flex-direction: column; gap: 1rem; }
.about__photo-wrap { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 3/4; border: 1px solid var(--gray-border); }
.about__photo { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.about__badge { text-align: center; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(--orange); background: var(--orange-light); border: 1.5px solid var(--orange-border); border-radius: var(--radius-pill); padding: 0.5rem 1rem; }
.about__countries { background: var(--gray-light); border: 1px solid var(--gray-border); border-radius: var(--radius); padding: 1rem; }
.about__countries-title { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gray-mid); margin-bottom: 0.75rem; }
.about__countries-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.4rem; }
.about__countries-grid span { font-size: 0.85rem; color: var(--gray-dark); }

.about__content { display: flex; flex-direction: column; gap: 1.5rem; }
.about__name { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; color: var(--black); letter-spacing: -0.02em; margin-bottom: 0.3rem; }
.about__role { font-size: 1rem; font-weight: 600; color: var(--orange); }
.about__tagline { font-size: 1.05rem; color: var(--gray-dark); font-style: italic; }
.divider { height: 1px; background: var(--gray-border); }
.about__text { font-size: 0.97rem; color: var(--gray-dark); line-height: 1.8; }
.section-mini-title { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gray-mid); margin-bottom: 0.75rem; }

.skills { display: flex; flex-direction: column; border: 1px solid var(--gray-border); border-radius: var(--radius); overflow: hidden; }
.skill { display: grid; grid-template-columns: 180px 1fr; gap: 1rem; padding: 0.9rem 1.1rem; border-bottom: 1px solid var(--gray-border); transition: background 0.15s; }
.skill:last-child { border-bottom: none; }
.skill:hover { background: var(--gray-light); }
.skill__name { font-size: 0.88rem; font-weight: 700; color: var(--orange); }
.skill__desc { font-size: 0.88rem; color: var(--gray-dark); line-height: 1.6; }

.about__quote { font-size: 1rem; color: var(--black); line-height: 1.75; padding: 1.25rem 1.5rem; border-left: 3px solid var(--orange); background: var(--orange-light); border-radius: 0 var(--radius) var(--radius) 0; }

/* PILARES */
.pillars { padding: 6rem 1.5rem; background: var(--black); }
.pillars .eyebrow { color: var(--orange); }
.section-title { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; color: var(--white); letter-spacing: -0.02em; text-align: center; margin: 0.5rem 0 3rem; }
.pillars__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.pillar { background: #1a1a1a; border: 1px solid #2a2a2a; border-radius: var(--radius-lg); padding: 2rem; transition: border-color 0.2s, transform 0.2s; }
.pillar:hover { border-color: var(--orange); transform: translateY(-4px); }
.pillar__num { font-size: 2rem; font-weight: 800; color: var(--orange); opacity: 0.4; margin-bottom: 1rem; line-height: 1; }
.pillar__title { font-size: 1.05rem; font-weight: 700; color: var(--white); margin-bottom: 0.6rem; }
.pillar__text { font-size: 0.9rem; color: #888; line-height: 1.7; }

/* TESTIMONIOS */
.testimonials { padding: 6rem 1.5rem; background: var(--gray-light); }
.testimonials .eyebrow { color: var(--orange); }
.testimonials .section-title { color: var(--black); margin-bottom: 3rem; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.testi { background: var(--white); border: 1px solid var(--gray-border); border-radius: var(--radius-lg); padding: 1.5rem; display: flex; flex-direction: column; gap: 1.25rem; transition: border-color 0.2s, transform 0.2s; }
.testi:hover { border-color: var(--orange); transform: translateY(-3px); }
.testi__text { font-size: 0.92rem; color: var(--gray-dark); line-height: 1.75; flex: 1; }
.testi__footer { display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; }
.testi__avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--orange-light); border: 1.5px solid var(--orange-border); color: var(--orange); font-size: 0.75rem; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.testi__name { font-size: 0.88rem; font-weight: 700; color: var(--black); }
.testi__role { font-size: 0.75rem; color: var(--gray-mid); margin-top: 0.1rem; }
.testi__tag { margin-left: auto; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--orange); background: var(--orange-light); border: 1px solid var(--orange-border); border-radius: var(--radius-pill); padding: 0.3rem 0.75rem; white-space: nowrap; }

/* CTA FINAL */
.cta-final { padding: 6rem 1.5rem; background: var(--white); border-top: 1px solid var(--gray-border); }
.cta-final__inner { text-align: center; }
.cta-final__title { font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800; color: var(--black); letter-spacing: -0.02em; margin-bottom: 1rem; }
.cta-final__sub { font-size: 1.05rem; color: var(--gray-dark); margin-bottom: 2rem; }

/* FOOTER */
.footer { border-top: 1px solid var(--gray-border); padding: 2rem 1.5rem; background: var(--gray-light); }
.footer__inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.footer__logo { height: 28px; width: auto; filter: invert(1); opacity: 0.5; }
.footer__copy { font-size: 0.82rem; color: var(--gray-mid); }

/* RESPONSIVE MÓVIL Y ESCRITORIO CONTROLADO PERFECTAMENTE */
@media (max-width: 900px) {
  .about__grid { grid-template-columns: 1fr; }
  .about__photo-col { position: static; max-width: 280px; margin: 0 auto; }
  .skill { grid-template-columns: 1fr; gap: 0.25rem; }
  .pillars__grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .hero__h1 { font-size: 2rem; }
  .hero__sub { font-size: 1rem; padding: 0 1rem; }
  .metrics { flex-direction: column; }
  .metric__sep { width: 80%; height: 1px; margin: 0 auto; }
  .about__grid { grid-template-columns: 1fr; gap: 2rem; }
  .pillars__grid, .testi-grid { grid-template-columns: 1fr; }
  .btn--lg { width: 100%; justify-content: center; }
}

@media (max-width: 600px) {
  .hero { padding: 4rem 1.5rem 3rem; }
  .footer__inner { flex-direction: column; text-align: center; }
  .nav__logo { height: 200px; }
  #navWhatsapp { display: none !important; }
}