@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;700&family=IBM+Plex+Sans:wght@300;400;500;600&display=swap");

/* ===== BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: #0A0A0A; color: #EEEEEE; font-family: 'IBM Plex Sans', sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body::before { content: ''; position: fixed; inset: 0; background-image: repeating-linear-gradient(-45deg, transparent, transparent 40px, rgba(255,255,255,0.012) 40px, rgba(255,255,255,0.012) 41px); pointer-events: none; z-index: 0; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.5s ease, transform 0.5s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.08s; }
.reveal-delay-2 { transition-delay: 0.16s; }
.reveal-delay-3 { transition-delay: 0.24s; }
.reveal-delay-4 { transition-delay: 0.32s; }

/* ===== FLOATING CTA ===== */
.floating-cta { position: fixed; bottom: 28px; right: 28px; z-index: 99; opacity: 0; transform: translateY(12px); transition: opacity 0.3s, transform 0.3s; pointer-events: none; }
.floating-cta.visible { opacity: 1; transform: translateY(0); pointer-events: all; }
.floating-cta a { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 2px; padding: 14px 22px; background: #F5C300; color: #0A0A0A; text-decoration: none; text-transform: uppercase; font-weight: 700; display: flex; align-items: center; gap: 8px; box-shadow: 4px 4px 0 #D4A800; transition: transform 0.15s; }
.floating-cta a:hover { transform: translate(-2px, -2px); }

/* ===== NAV ===== */
.admin-bar .mttoia-warning-stripe { top: 32px; }
.admin-bar .mttoia-nav { top: 38px; }
.mttoia-warning-stripe { height: 6px; background: repeating-linear-gradient(90deg, #F5C300 0px, #F5C300 20px, #0A0A0A 20px, #0A0A0A 40px); position: fixed; top: 0; left: 0; right: 0; z-index: 200; }
.mttoia-nav { position: fixed; top: 6px; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 48px; height: 60px; background: rgba(10,10,10,0.97); border-bottom: 2px solid #2A2A2A; box-sizing: border-box; }
.mttoia-nav-logo { font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 700; letter-spacing: 6px; color: #EEEEEE; text-decoration: none; text-transform: uppercase; }
.mttoia-nav-logo span { color: #F5C300; }
.mttoia-nav-links { display: flex; gap: 32px; list-style: none; margin: 0; padding: 0; }
.mttoia-nav-links a { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 1px; color: #666666; text-decoration: none; text-transform: uppercase; transition: color 0.15s; }
.mttoia-nav-links a:hover { color: #F5C300; }
.mttoia-nav-cta { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 1px; padding: 9px 20px; background: #F5C300; color: #0A0A0A; text-decoration: none; text-transform: uppercase; font-weight: 700; transition: background 0.15s; }
.mttoia-nav-cta:hover { background: #D4A800; }
@media (max-width: 768px) { .mttoia-nav { padding: 0 16px; } .mttoia-nav-links { display: none; } }

/* ===== HERO ===== */
#hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding: 80px 48px; overflow: hidden; border-bottom: 2px solid #2A2A2A; background: #0A0A0A; box-sizing: border-box; }
.hero-gear { position: absolute; right: -80px; top: 50%; transform: translateY(-50%); width: 600px; height: 600px; opacity: 0.06; animation: rotateGear 60s linear infinite; }
.hero-gear-small { position: absolute; right: 280px; top: 20%; width: 220px; height: 220px; opacity: 0.04; animation: rotateGearSmall 40s linear infinite reverse; }
@keyframes rotateGear { from { transform: translateY(-50%) rotate(0deg); } to { transform: translateY(-50%) rotate(360deg); } }
@keyframes rotateGearSmall { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.hero-content { position: relative; z-index: 1; max-width: 800px; }
.hero-eyebrow { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 3px; color: #F5C300; text-transform: uppercase; margin-bottom: 24px; display: flex; align-items: center; gap: 12px; }
.hero-eyebrow::before { content: ''; display: block; width: 32px; height: 2px; background: #F5C300; }
.hero-h1 { font-family: 'Oswald', sans-serif; font-size: clamp(72px, 10vw, 130px); font-weight: 700; line-height: 0.9; letter-spacing: -1px; text-transform: uppercase; margin-bottom: 36px; color: #EEEEEE; }
.hero-h1 .accent { color: #F5C300; }
.hero-h1 .outline { -webkit-text-stroke: 2px #EEEEEE; color: transparent; }
.hero-tagline { font-family: 'IBM Plex Sans', sans-serif; font-size: 24px; font-weight: 300; color: #999999; max-width: 560px; margin-bottom: 48px; line-height: 1.5; border-left: 3px solid #F5C300; padding-left: 20px; }
.hero-tagline strong { color: #EEEEEE; font-weight: 600; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-btn-primary { font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: 2px; padding: 16px 32px; background: #F5C300; color: #0A0A0A; border: none; cursor: pointer; text-decoration: none; text-transform: uppercase; font-weight: 700; display: inline-block; transition: background 0.15s, transform 0.15s; }
.hero-btn-primary:hover { background: #D4A800; transform: translateY(-1px); }
.hero-btn-secondary { font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: 2px; padding: 16px 32px; background: transparent; color: #EEEEEE; border: 2px solid #2A2A2A; text-decoration: none; text-transform: uppercase; display: inline-block; transition: border-color 0.15s, color 0.15s; }
.hero-btn-secondary:hover { border-color: #F5C300; color: #F5C300; }
.hero-stats { display: flex; margin-top: 64px; padding-top: 40px; border-top: 2px solid #2A2A2A; }
.hero-stat { flex: 1; padding: 24px 0; border-right: 1px solid #2A2A2A; padding-right: 32px; margin-right: 32px; }
.hero-stat:last-child { border-right: none; margin-right: 0; }
.hero-stat-num { font-family: 'Oswald', sans-serif; font-size: 42px; font-weight: 700; color: #EEEEEE; line-height: 1; }
.hero-stat-num em { color: #F5C300; font-style: normal; }
.hero-stat-label { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 1px; color: #666666; text-transform: uppercase; margin-top: 4px; }
@media (max-width: 768px) { #hero { padding: 60px 8px 40px 8px; min-height: auto; } .hero-gear, .hero-gear-small { display: none; } .hero-h1 { font-size: 32px !important; line-height: 1.1 !important; } .hero-stats { flex-direction: column; } }

/* ===== SECTION SHARED ===== */
.section-label { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 3px; color: #F5C300; text-transform: uppercase; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.section-label::before { content: '//'; color: #2A2A2A; font-size: 12px; }
.section-h2 { font-family: 'Oswald', sans-serif; font-size: clamp(40px, 5vw, 72px); font-weight: 700; text-transform: uppercase; line-height: 0.95; margin-bottom: 16px; color: #EEEEEE; }
.section-lead { font-family: 'IBM Plex Sans', sans-serif; font-size: 18px; font-weight: 300; color: #999999; max-width: 640px; margin-bottom: 56px; line-height: 1.7; }

/* ===== PROBLEMA ===== */
#problema { position: relative; z-index: 1; padding: 80px 48px; border-bottom: 2px solid #2A2A2A; background: #111111; box-sizing: border-box; }
.funnel-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 2px solid #2A2A2A; margin-bottom: 32px; }
.funnel-card { padding: 32px 24px; border-right: 1px solid #2A2A2A; position: relative; transition: background 0.2s; box-sizing: border-box; }
.funnel-card:last-child { border-right: none; }
.funnel-card:hover { background: #1E1E1E; }
.funnel-card.danger { background: #150808; }
.funnel-card.danger:hover { background: #1c0a0a; }
.funnel-num { font-family: 'Oswald', sans-serif; font-size: 56px; font-weight: 700; color: #2A2A2A; line-height: 1; margin-bottom: 16px; }
.funnel-card.danger .funnel-num { color: #3a1010; }
.funnel-arrow { position: absolute; top: 28px; right: 12px; width: 26px; height: 26px; background: #0A0A0A; border: 1px solid #F5C300; display: flex; align-items: center; justify-content: center; font-family: 'IBM Plex Mono', monospace; font-size: 14px; color: #F5C300; }
.funnel-title { font-family: 'Oswald', sans-serif; font-size: 20px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; color: #EEEEEE; }
.funnel-card.danger .funnel-title { color: #E53935; }
.funnel-body { font-family: 'IBM Plex Sans', sans-serif; font-size: 14px; color: #666666; line-height: 1.6; }
.funnel-insight { background: #181818; border-left: 4px solid #F5C300; padding: 20px 28px; font-family: 'IBM Plex Sans', sans-serif; font-size: 15px; font-style: italic; color: #999999; max-width: 800px; }
@media (max-width: 768px) { 
  #problema { padding: 40px 8px !important; margin: 0 !important; } 
  .funnel-grid { grid-template-columns: 1fr 1fr; margin: 0 !important; border: 2px solid #2A2A2A; } 
  .funnel-card { padding: 20px 12px; } 
  .funnel-insight { margin: 16px 0; padding: 16px 20px; }
}

/* ===== MANTENIMIENTO ===== */
#mantenimiento { position: relative; z-index: 1; padding: 80px 48px; border-bottom: 2px solid #2A2A2A; background: #0A0A0A; box-sizing: border-box; }
.mtto-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.mtto-card { padding: 40px 32px; border-right: 1px solid #2A2A2A; box-sizing: border-box; }
.mtto-card:last-child { border-right: none; }
.mtto-card.correctivo { background: #120505; border-top: 4px solid #E53935; }
.mtto-card.preventivo { background: #120C00; border-top: 4px solid #FF8C00; }
.mtto-card.predictivo { background: #0a150a; border-top: 4px solid #4CAF50; }
.mtto-indicator { width: 10px; height: 10px; border-radius: 50%; display: inline-block; margin-right: 8px; vertical-align: middle; }
.correctivo .mtto-indicator { background: #E53935; }
.preventivo .mtto-indicator { background: #FF8C00; }
.predictivo .mtto-indicator { background: #4CAF50; }
.mtto-tipo { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px; }
.correctivo .mtto-tipo { color: #E53935; }
.preventivo .mtto-tipo { color: #FF8C00; }
.predictivo .mtto-tipo { color: #4CAF50; }
.mtto-title { font-family: 'Oswald', sans-serif; font-size: 46px; font-weight: 700; text-transform: uppercase; line-height: 0.95; margin-bottom: 8px; color: #EEEEEE; }
.mtto-when { font-family: 'IBM Plex Sans', sans-serif; font-size: 13px; font-style: italic; color: #666666; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid #2A2A2A; }
.mtto-desc { font-family: 'IBM Plex Sans', sans-serif; font-size: 15px; color: #999999; line-height: 1.7; margin-bottom: 28px; }
.mtto-badge { display: inline-block; font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; padding: 6px 14px; font-weight: 700; border: 1px solid; }
.correctivo .mtto-badge { border-color: #E53935; color: #E53935; }
.preventivo .mtto-badge { border-color: #FF8C00; color: #FF8C00; }
.predictivo .mtto-badge { background: #4CAF50; color: #0A0A0A; border-color: #4CAF50; }
@media (max-width: 768px) { 
  #mantenimiento { padding: 40px 8px !important; margin: 0 !important; } 
  .mtto-grid { grid-template-columns: 1fr; margin: 0 !important; } 
  .mtto-card { border-right: none; border-bottom: 1px solid #2A2A2A; padding: 24px 12px; } 
}

/* ===== PIPELINE ===== */
#pipeline { position: relative; z-index: 1; padding: 80px 48px; border-bottom: 2px solid #2A2A2A; background: #111111; box-sizing: border-box; }
.pipeline-wrap { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; border: 2px solid #2A2A2A; margin-bottom: 24px; }
.pipe-step { padding: 32px 24px; border-right: 1px solid #2A2A2A; position: relative; transition: background 0.2s; box-sizing: border-box; }
.pipe-step:last-child { border-right: none; background: #0f1a0f; border-top: 4px solid #4CAF50; }
.pipe-step:not(:last-child) { border-top: 4px solid transparent; }
.pipe-step:hover { background: #1E1E1E; }
.pipe-step:not(:last-child)::after { content: '›'; position: absolute; top: 50%; right: -10px; transform: translateY(-50%); font-size: 20px; color: #F5C300; z-index: 2; line-height: 1; }
.pipe-icon-wrap { width: 44px; height: 44px; border: 1px solid #2A2A2A; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; font-size: 20px; }
.pipe-step:last-child .pipe-icon-wrap { border-color: #4CAF50; }
.pipe-num { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 2px; color: #666666; margin-bottom: 8px; text-transform: uppercase; }
.pipe-step:last-child .pipe-num { color: #4CAF50; }
.pipe-title { font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 600; text-transform: uppercase; margin-bottom: 10px; color: #EEEEEE; }
.pipe-step:last-child .pipe-title { color: #4CAF50; }
.pipe-desc { font-family: 'IBM Plex Sans', sans-serif; font-size: 13px; color: #666666; line-height: 1.6; }
.pipe-note { background: #181818; border: 1px solid #2A2A2A; border-left: 4px solid #F5C300; padding: 16px 24px; font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: 1px; color: #999999; }
@media (max-width: 768px) { 
  #pipeline { padding: 40px 8px !important; margin: 0 !important; } 
  .pipeline-wrap { grid-template-columns: 1fr 1fr; margin: 0 !important; border: 2px solid #2A2A2A; } 
  .pipe-step { padding: 20px 12px; }
  .pipe-step:not(:last-child)::after { display: none; }
  .pipe-title { font-size: 16px; }
  .pipe-desc { font-size: 12px; }
  .pipe-note { margin-top: 16px; }
}

/* ===== VIDEO ===== */
#video { position: relative; z-index: 1; padding: 80px 48px; border-bottom: 2px solid #2A2A2A; background: #0A0A0A; box-sizing: border-box; }
.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 2px solid #2A2A2A; }
.video-main { background: #181818; aspect-ratio: 16/9; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; border-right: 1px solid #2A2A2A; cursor: pointer; position: relative; overflow: hidden; transition: background 0.2s; text-decoration: none; }
.video-main:hover { background: #1E1E1E; }
.video-badge { position: absolute; top: 16px; right: 16px; background: #F5C300; color: #0A0A0A; font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 2px; padding: 4px 10px; text-transform: uppercase; font-weight: 700; }
.play-btn { width: 72px; height: 72px; border: 2px solid #F5C300; display: flex; align-items: center; justify-content: center; }
.play-btn::after { content: ''; width: 0; height: 0; border-top: 14px solid transparent; border-bottom: 14px solid transparent; border-left: 22px solid #F5C300; margin-left: 4px; }
.video-label { font-family: 'Oswald', sans-serif; font-size: 20px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: #EEEEEE; }
.video-sublabel { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 2px; color: #666666; text-transform: uppercase; }
.video-list { display: flex; flex-direction: column; }
.video-item { display: flex; align-items: center; gap: 16px; padding: 20px 24px; border-bottom: 1px solid #2A2A2A; cursor: pointer; transition: background 0.15s; text-decoration: none; color: #EEEEEE; box-sizing: border-box; }
.video-item:last-child { border-bottom: none; }
.video-item:hover { background: #1E1E1E; }
.video-thumb { width: 80px; height: 52px; background: #2A2A2A; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.video-thumb::after { content: ''; width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 12px solid #F5C300; }
.video-item-title { font-family: 'IBM Plex Sans', sans-serif; font-size: 14px; font-weight: 500; line-height: 1.4; margin-bottom: 4px; color: #EEEEEE; }
.video-item-meta { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 1px; color: #666666; text-transform: uppercase; }
@media (max-width: 768px) { 
  #video { padding: 40px 8px !important; margin: 0 !important; } 
  .video-grid { grid-template-columns: 1fr; margin: 0 !important; border: 2px solid #2A2A2A; } 
  .video-main { border-right: none; border-bottom: 1px solid #2A2A2A; }
  .video-label { font-size: 16px; }
  .video-item { padding: 16px 12px; gap: 12px; }
  .video-thumb { width: 60px; height: 40px; }
  .video-item-title { font-size: 13px; }
}

/* ===== SERVICIOS ===== */
#servicios { position: relative; z-index: 1; padding: 80px 48px; border-bottom: 2px solid #2A2A2A; background: #111111; box-sizing: border-box; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border: 2px solid #2A2A2A; }
.service-card { padding: 40px 36px; border-right: 1px solid #2A2A2A; border-bottom: 1px solid #2A2A2A; transition: background 0.2s; box-sizing: border-box; }
.service-card:nth-child(2), .service-card:nth-child(4) { border-right: none; }
.service-card:nth-child(3), .service-card:nth-child(4) { border-bottom: none; }
.service-card:hover { background: #1E1E1E; }
.service-num { font-family: 'Oswald', sans-serif; font-size: 56px; font-weight: 700; color: #2A2A2A; line-height: 1; margin-bottom: 16px; }
.service-tag { display: inline-block; font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 2px; text-transform: uppercase; padding: 4px 10px; border: 1px solid #F5C300; color: #F5C300; margin-bottom: 12px; }
.service-title { font-family: 'Oswald', sans-serif; font-size: 28px; font-weight: 600; text-transform: uppercase; margin-bottom: 12px; color: #EEEEEE; }
.service-desc { font-family: 'IBM Plex Sans', sans-serif; font-size: 15px; color: #666666; line-height: 1.7; }
@media (max-width: 768px) { 
  #servicios { padding: 40px 8px !important; margin: 0 !important; } 
  .services-grid { grid-template-columns: 1fr; margin: 0 !important; border: 2px solid #2A2A2A; } 
  .service-card { border-right: none; border-bottom: 1px solid #2A2A2A; padding: 24px 12px; }
  .service-card:last-child { border-bottom: none; }
}

/* ===== DIFERENCIAL ===== */
#diferencial { position: relative; z-index: 1; padding: 80px 48px; border-bottom: 2px solid #2A2A2A; background: #0A0A0A; box-sizing: border-box; }
.diff-wrap { display: grid; grid-template-columns: 1fr 60px 1fr; border: 2px solid #2A2A2A; }
.diff-header { padding: 16px 24px; font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; border-bottom: 1px solid #2A2A2A; box-sizing: border-box; }
.diff-header.them { background: #111111; color: #666666; }
.diff-header.mid { background: #0A0A0A; display: flex; align-items: center; justify-content: center; color: #F5C300; font-size: 12px; border-left: 1px solid #2A2A2A; border-right: 1px solid #2A2A2A; border-bottom: 1px solid #2A2A2A; }
.diff-header.us { background: #0f1a0f; color: #4CAF50; }
.diff-row-them { padding: 16px 24px; font-family: 'IBM Plex Sans', sans-serif; font-size: 14px; color: #666666; border-bottom: 1px solid #2A2A2A; display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; box-sizing: border-box; }
.diff-row-us { padding: 16px 24px; font-family: 'IBM Plex Sans', sans-serif; font-size: 14px; color: #EEEEEE; border-bottom: 1px solid #2A2A2A; display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; background: #0a110a; box-sizing: border-box; }
.diff-row-mid { background: #0A0A0A; border-bottom: 1px solid #2A2A2A; border-left: 1px solid #2A2A2A; border-right: 1px solid #2A2A2A; }
.diff-row-them:last-of-type, .diff-row-us:last-of-type, .diff-row-mid:last-of-type { border-bottom: none; }
.d-x { color: #E53935; flex-shrink: 0; font-weight: 700; }
.d-ok { color: #4CAF50; flex-shrink: 0; font-weight: 700; }
@media (max-width: 768px) { 
  #diferencial { padding: 40px 8px !important; margin: 0 !important; } 
  .diff-wrap { grid-template-columns: 1fr; margin: 0 !important; border: 2px solid #2A2A2A; } 
  .diff-header.them, .diff-header.mid, .diff-row-them, .diff-row-mid { display: none; } 
}

/* ===== CONTACTO ===== */
#contacto { position: relative; z-index: 1; background: #111111; box-sizing: border-box; overflow: hidden; }
.contacto-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-bottom: 2px solid #2A2A2A; }
.contacto-left { padding: 80px 48px; border-right: 1px solid #2A2A2A; box-sizing: border-box; }
.contacto-headline { font-family: 'Oswald', sans-serif; font-size: clamp(40px, 5vw, 68px); font-weight: 700; text-transform: uppercase; line-height: 0.95; margin-bottom: 24px; color: #EEEEEE; }
.contacto-headline .accent { color: #F5C300; }
.contacto-sub { font-family: 'IBM Plex Sans', sans-serif; font-size: 17px; font-weight: 300; color: #999999; line-height: 1.7; margin-bottom: 32px; }
.contacto-meta { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 2px; color: #444444; text-transform: uppercase; display: flex; align-items: center; gap: 10px; }
.contacto-meta::before { content: '//'; color: #2A2A2A; }
.contacto-right { padding: 80px 48px; box-sizing: border-box; }
.mttoia-form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.mttoia-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mttoia-form-label { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #666666; }
.mttoia-form-input, .mttoia-form-select, .mttoia-form-textarea { background: #0A0A0A; border: 1px solid #2A2A2A; color: #EEEEEE; font-family: 'IBM Plex Sans', sans-serif; font-size: 15px; padding: 13px 16px; outline: none; width: 100%; -webkit-appearance: none; border-radius: 0; transition: border-color 0.15s; box-sizing: border-box; }
.mttoia-form-input:focus, .mttoia-form-select:focus, .mttoia-form-textarea:focus { border-color: #F5C300; }
.mttoia-form-input::placeholder, .mttoia-form-textarea::placeholder { color: rgba(102,102,102,0.5); }
.mttoia-form-select option { background: #111111; color: #EEEEEE; }
.mttoia-form-textarea { resize: vertical; min-height: 90px; line-height: 1.6; }
.mttoia-form-submit { font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: 2px; padding: 16px 32px; background: #F5C300; color: #0A0A0A; border: none; cursor: pointer; text-transform: uppercase; font-weight: 700; width: 100%; margin-top: 8px; transition: background 0.15s; border-radius: 0; }
.mttoia-form-submit:hover { background: #D4A800; }
.mttoia-form-note { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 1px; color: #444444; text-align: center; margin-top: 10px; }
.mttoia-form-success { display: none; padding: 48px 0; text-align: center; }
.mttoia-form-success.visible { display: block; }
.mttoia-form-success-icon { width: 56px; height: 56px; border: 2px solid #4CAF50; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-family: 'IBM Plex Mono', monospace; font-size: 20px; color: #4CAF50; }
.mttoia-form-success-title { font-family: 'Oswald', sans-serif; font-size: 28px; font-weight: 700; text-transform: uppercase; color: #4CAF50; margin-bottom: 10px; }
.mttoia-form-success-body { font-family: 'IBM Plex Sans', sans-serif; font-size: 15px; color: #666666; }
@media (max-width: 768px) { 
  #contacto { padding: 0 !important; margin: 0 !important; }
  .contacto-inner { grid-template-columns: 1fr; margin: 0; } 
  .contacto-left { border-right: none; border-bottom: 1px solid #2A2A2A; padding: 40px 8px !important; } 
  .contacto-right { padding: 40px 8px !important; } 
  .mttoia-form-row { grid-template-columns: 1fr; } 
}

/* ===== FOOTER ===== */
.mttoia-footer { background: #0A0A0A; border-top: 2px solid #2A2A2A; padding: 28px 48px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1; box-sizing: border-box; }
.mttoia-footer-logo { font-family: 'Oswald', sans-serif; font-size: 18px; letter-spacing: 5px; color: #666666; text-transform: uppercase; }
.mttoia-footer-logo span { color: #F5C300; }
.mttoia-footer-copy { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 1px; color: rgba(102,102,102,0.5); }
@media (max-width: 768px) { .mttoia-footer { flex-direction: column; gap: 12px; text-align: center; padding: 20px 8px !important; } }

/* ===== QUIÉNES SOMOS ===== */
#quienes-somos {
  position: relative;
  z-index: 1;
  padding: 80px 48px;
  border-bottom: 2px solid #2A2A2A;
  background: #0A0A0A;
  box-sizing: border-box;
}

.equipo-card {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  background: #111111;
  border: 1px solid #2A2A2A;
  padding: 40px;
  margin-bottom: 40px;
  transition: all 0.3s ease;
}

.equipo-card:hover {
  border-color: #F5C300;
  box-shadow: 0 0 20px rgba(245, 195, 0, 0.1);
}

.equipo-image {
  flex: 0 0 500px;
  position: relative;
  overflow: hidden;
  background: #181818;
  height: 500px;
}

.equipo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.equipo-card:hover .equipo-image img {
  transform: scale(1.05);
}

.equipo-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #F5C300;
  color: #0A0A0A;
  padding: 8px 16px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 10;
}

.equipo-content {
  flex: 1;
  min-width: 250px;
}

.equipo-name {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #EEEEEE;
  margin: 0 0 5px 0;
  letter-spacing: 1px;
}

.equipo-role {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: #F5C300;
  margin: 0 0 20px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.equipo-bio {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  color: #CCCCCC;
  line-height: 1.8;
  margin: 0 0 25px 0;
}

.equipo-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
}

.equipo-skills span {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  color: #EEEEEE;
  background: #181818;
  padding: 6px 12px;
  border: 1px solid #2A2A2A;
  border-left: 2px solid #F5C300;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.equipo-cta {
  background: #111111;
  border: 1px solid #2A2A2A;
  border-left: 4px solid #F5C300;
  padding: 40px;
  text-align: center;
}

.equipo-cta p {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  color: #EEEEEE;
  margin: 0 0 25px 0;
  line-height: 1.6;
  font-weight: 500;
}

.equipo-cta button {
  font-family: 'Oswald', sans-serif;
  background: #F5C300;
  color: #0A0A0A;
  border: none;
  padding: 14px 40px;
  font-size: 16px;
  cursor: pointer;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: 600;
}

.equipo-cta button:hover {
  background: #D4A800;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(245, 195, 0, 0.2);
}

@media (max-width: 768px) {
  #quienes-somos {
    padding: 40px 8px;
  }

  .equipo-card {
    flex-direction: column;
    padding: 20px 12px;
    gap: 20px;
    margin: 0 0 20px 0;
  }

  .equipo-image {
    flex: 0 0 100%;
    height: 300px;
  }

  .equipo-name {
    font-size: 20px;
  }

  .equipo-cta {
    padding: 20px 12px;
  }
}

/* ===== REVEAL FIX — visible without JS ===== */
.reveal { opacity: 1 !important; transform: translateY(0) !important; }