/*
Theme Name: 911 Trading Academy
Theme URI: https://911tradingacademy.com
Author: 911 Trading Academy
Description: Tema personalizado para 911 Trading Academy — Built on Habits
Version: 2.0.0
License: GNU General Public License v2 or later
Text Domain: 911trading
*/

:root {
  --gold: #F5C518;
  --gold-light: #FFD94A;
  --black: #0a0a0a;
  --white: #ffffff;
  --gray: #888;
  --card-bg: rgba(255,255,255,0.04);
  --border: rgba(245,197,24,0.2);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--black); color: var(--white); font-family: 'Rajdhani', sans-serif; overflow-x: hidden; line-height: 1.6; }
a { text-decoration: none; color: inherit; transition: color 0.2s; }
img { max-width: 100%; height: auto; }

/* NAV */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 16px 48px; display: flex; align-items: center; justify-content: space-between;
  background: rgba(10,10,10,0.88); backdrop-filter: blur(14px);
  border-bottom: 0.5px solid rgba(245,197,24,0.15); transition: padding 0.3s, background 0.3s;
}
.site-header.scrolled { padding: 10px 48px; background: rgba(10,10,10,0.98); }
.logo-badge { background: #000; border: 2px solid var(--gold); border-radius: 6px; padding: 4px 10px; display: inline-flex; align-items: center; gap: 8px; }
.logo-num { font-family: 'Bebas Neue', sans-serif; font-size: 26px; color: var(--gold); letter-spacing: 2px; line-height: 1; }
.logo-divider { width: 1px; height: 28px; background: rgba(255,255,255,0.3); }
.logo-text-group { display: flex; flex-direction: column; line-height: 1; }
.logo-trading { font-family: 'Bebas Neue', sans-serif; font-size: 16px; color: var(--white); letter-spacing: 1px; }
.logo-academy { font-family: 'Bebas Neue', sans-serif; font-size: 16px; color: var(--gold); letter-spacing: 1px; }
.logo-tagline { font-size: 7px; letter-spacing: 3px; color: rgba(255,255,255,0.5); text-transform: uppercase; margin-top: 2px; }
.main-nav { display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; }
.main-nav a { color: rgba(255,255,255,0.7); font-size: 13px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; transition: color 0.2s; }
.main-nav a:hover, .main-nav .current-menu-item > a { color: var(--gold); }
.nav-ctas { display: flex; gap: 10px; align-items: center; }
.btn-ghost { padding: 8px 20px; border: 1px solid rgba(255,255,255,0.25); background: transparent; color: var(--white); font-family: 'Rajdhani', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; cursor: pointer; border-radius: 4px; transition: all 0.2s; display: inline-block; }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-gold { padding: 8px 20px; background: var(--gold); border: 1px solid var(--gold); color: #000; font-family: 'Rajdhani', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; cursor: pointer; border-radius: 4px; transition: all 0.2s; display: inline-block; }
.btn-gold:hover { background: var(--gold-light); color: #000; }
.menu-toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--white); transition: all 0.3s; }

/* BOTONES FLOTANTES */
.floating-buttons { position: fixed; right: 20px; bottom: 40px; z-index: 9999; display: flex; flex-direction: column; gap: 12px; align-items: center; }
.float-btn { width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.25s; box-shadow: 0 4px 20px rgba(0,0,0,0.5); text-decoration: none; position: relative; }
.float-btn:hover { transform: translateY(-3px) scale(1.08); }
.float-btn-tooltip { position: absolute; right: 62px; top: 50%; transform: translateY(-50%); background: rgba(10,10,10,0.95); color: var(--white); font-family: 'Rajdhani', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 0.5px; white-space: nowrap; padding: 5px 12px; border-radius: 6px; opacity: 0; pointer-events: none; transition: opacity 0.2s; border: 0.5px solid rgba(255,255,255,0.1); }
.float-btn:hover .float-btn-tooltip { opacity: 1; }
.float-btn-wa { background: #25D366; }
.float-btn-ig { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.float-btn svg { width: 26px; height: 26px; fill: #fff; }

/* HERO */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-lifestyle { position: absolute; inset: 0; z-index: 0; }
.hero-lifestyle::before { content: ''; position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1611974789855-9c2a0a7236a3?w=1600&q=80&auto=format&fit=crop') center/cover no-repeat; opacity: 0.42; filter: brightness(0.75) contrast(1.1); }
.hero-lifestyle::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom,rgba(10,10,10,0.55) 0%,rgba(10,10,10,0.2) 40%,rgba(10,10,10,0.92) 100%); }
.hero-video-wrap { position: absolute; inset: 0; z-index: 0; }
.hero-video-wrap video { width: 100%; height: 100%; object-fit: cover; opacity: 0.45; }
.hero-video-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom,rgba(10,10,10,0.55) 0%,rgba(10,10,10,0.2) 40%,rgba(10,10,10,0.9) 100%); }
.hero-grid-overlay { position: absolute; inset: 0; z-index: 2; background-image: linear-gradient(rgba(245,197,24,0.03) 1px,transparent 1px),linear-gradient(90deg,rgba(245,197,24,0.03) 1px,transparent 1px); background-size: 60px 60px; }
.hero-content { position: relative; z-index: 5; text-align: center; max-width: 820px; padding: 120px 24px 80px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(245,197,24,0.12); border: 1px solid rgba(245,197,24,0.4); border-radius: 20px; padding: 6px 18px; margin-bottom: 28px; }
.hero-badge-dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; animation: pulse 2s ease-in-out infinite; }
.hero-badge-text { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); font-weight: 600; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.4;transform:scale(0.8)} }
.hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(54px,9vw,100px); line-height: 0.92; letter-spacing: 3px; margin-bottom: 22px; text-shadow: 0 2px 40px rgba(0,0,0,0.8); }
.hero-title span { color: var(--gold); }
.hero-title em { font-style: normal; color: rgba(255,255,255,0.55); font-size: 0.5em; display: block; letter-spacing: 8px; margin-bottom: 8px; }
.hero-sub { font-size: 17px; font-weight: 400; color: rgba(255,255,255,0.75); line-height: 1.65; max-width: 560px; margin: 0 auto 40px; text-shadow: 0 1px 10px rgba(0,0,0,0.8); }
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 56px; }
.btn-hero-primary { padding: 15px 40px; background: var(--gold); color: #000; font-family: 'Rajdhani', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; border: none; border-radius: 6px; cursor: pointer; transition: all 0.25s; display: inline-block; }
.btn-hero-primary:hover { background: var(--gold-light); transform: translateY(-2px); color: #000; }
.btn-hero-ghost { padding: 15px 40px; background: rgba(255,255,255,0.08); backdrop-filter: blur(8px); color: var(--white); font-family: 'Rajdhani', sans-serif; font-size: 14px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; border: 1px solid rgba(255,255,255,0.35); border-radius: 6px; cursor: pointer; transition: all 0.25s; display: inline-block; }
.btn-hero-ghost:hover { border-color: var(--gold); color: var(--gold); }
.hero-stats { display: flex; gap: 48px; justify-content: center; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); }
.stat { text-align: center; }
.stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 38px; color: var(--gold); letter-spacing: 2px; line-height: 1; }
.stat-label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-top: 4px; }
.scroll-indicator { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); z-index: 5; display: flex; flex-direction: column; align-items: center; gap: 6px; opacity: 0.5; }
.scroll-line { width: 1px; height: 40px; background: linear-gradient(to bottom,transparent,var(--gold)); animation: scrollAnim 2s ease-in-out infinite; }
@keyframes scrollAnim { 0%{opacity:0;transform:scaleY(0);transform-origin:top} 50%{opacity:1;transform:scaleY(1)} 100%{opacity:0;transform:scaleY(1);transform-origin:bottom} }
.scroll-text { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.4); }

/* SECCIONES */
.section { padding: 100px 48px; }
.section-header { text-align: center; margin-bottom: 64px; }
.section-label { font-size: 10px; letter-spacing: 3.5px; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 14px; display: block; }
.section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(38px,5vw,60px); letter-spacing: 2px; margin-bottom: 16px; }
.section-title span { color: var(--gold); }
.section-sub { font-size: 15px; color: rgba(255,255,255,0.5); max-width: 500px; margin: 0 auto; line-height: 1.75; }

/* FEATURES */
.features-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.feature-card { background: var(--card-bg); border: 1px solid rgba(255,255,255,0.06); border-radius: 14px; padding: 34px 28px; transition: all 0.3s; }
.feature-card:hover { border-color: rgba(245,197,24,0.25); background: rgba(245,197,24,0.03); transform: translateY(-4px); }
.feature-icon { width: 52px; height: 52px; background: rgba(245,197,24,0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 22px; border: 1px solid rgba(245,197,24,0.15); }
.feature-title { font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: 1px; margin-bottom: 10px; }
.feature-desc { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.7; }

/* TUTOR */
.tutor-section { padding: 100px 48px; background: rgba(0,0,0,0.2); }
.tutor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; max-width: 1100px; margin: 0 auto; }
.tutor-photo-wrap { position: relative; }
.tutor-photo-frame { width: 100%; aspect-ratio: 3/4; border-radius: 20px; overflow: hidden; border: 1px solid rgba(245,197,24,0.2); position: relative; }
.tutor-photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.tutor-photo-placeholder { width: 100%; height: 100%; min-height: 400px; background: linear-gradient(145deg,#1a1500,#2a2000,#111); display: flex; align-items: center; justify-content: center; }
.tutor-replace-note { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); background: rgba(245,197,24,0.9); color: #000; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 6px 14px; border-radius: 20px; white-space: nowrap; z-index: 2; }
.tutor-badge { position: absolute; background: rgba(0,0,0,0.9); border: 1px solid rgba(245,197,24,0.3); border-radius: 12px; padding: 14px 18px; backdrop-filter: blur(10px); z-index: 3; }
.tutor-badge-1 { top: 24px; left: -20px; }
.tutor-badge-2 { bottom: 32px; right: -20px; }
.tutor-badge-num { font-family: 'Bebas Neue', sans-serif; font-size: 30px; color: var(--gold); line-height: 1; }
.tutor-badge-txt { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.tutor-pre { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 14px; display: block; }
.tutor-name { font-family: 'Bebas Neue', sans-serif; font-size: clamp(42px,5vw,64px); line-height: 0.95; letter-spacing: 2px; margin-bottom: 10px; }
.tutor-role { font-size: 13px; color: rgba(255,255,255,0.45); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 28px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.tutor-bio { font-size: 15px; color: rgba(255,255,255,0.65); line-height: 1.8; margin-bottom: 20px; }
.tutor-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-bottom: 32px; }
.tutor-stat { background: rgba(245,197,24,0.06); border: 1px solid rgba(245,197,24,0.12); border-radius: 10px; padding: 16px; text-align: center; }
.tutor-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 28px; color: var(--gold); }
.tutor-stat-lbl { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-top: 4px; }
.tutor-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tutor-tag { padding: 6px 14px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; font-size: 12px; color: rgba(255,255,255,0.55); }

/* PLAN */
.plan-section { padding: 100px 48px; background: rgba(0,0,0,0.35); }
.plan-card { max-width: 620px; margin: 0 auto; background: rgba(245,197,24,0.05); border: 1px solid rgba(245,197,24,0.3); border-radius: 24px; padding: 56px 48px; text-align: center; position: relative; overflow: hidden; }
.plan-card::before { content: ''; position: absolute; top: -60px; right: -60px; width: 200px; height: 200px; background: radial-gradient(circle,rgba(245,197,24,0.1) 0%,transparent 70%); pointer-events: none; }
.plan-badge { display: inline-block; background: var(--gold); color: #000; font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; padding: 5px 18px; border-radius: 20px; margin-bottom: 28px; }
.plan-name { font-family: 'Bebas Neue', sans-serif; font-size: 18px; letter-spacing: 3px; color: rgba(255,255,255,0.5); margin-bottom: 12px; }
.plan-price-wrap { display: flex; align-items: flex-start; justify-content: center; gap: 4px; margin-bottom: 6px; }
.plan-currency { font-family: 'Bebas Neue', sans-serif; font-size: 28px; color: var(--gold); margin-top: 12px; }
.plan-price { font-family: 'Bebas Neue', sans-serif; font-size: 96px; color: var(--white); letter-spacing: -2px; line-height: 1; }
.plan-period { font-size: 13px; color: rgba(255,255,255,0.4); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 40px; }
.plan-features { list-style: none; margin-bottom: 44px; text-align: left; padding: 0; }
.plan-features li { display: flex; align-items: center; gap: 14px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,0.06); font-size: 15px; color: rgba(255,255,255,0.75); }
.plan-features li:last-child { border-bottom: none; }
.plan-check { width: 22px; height: 22px; background: rgba(245,197,24,0.15); border: 1px solid rgba(245,197,24,0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--gold); font-size: 11px; font-weight: 700; }
.btn-plan { width: 100%; padding: 18px; background: var(--gold); color: #000; font-family: 'Rajdhani', sans-serif; font-size: 15px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; border: none; border-radius: 8px; cursor: pointer; transition: all 0.25s; display: block; text-align: center; }
.btn-plan:hover { background: var(--gold-light); transform: translateY(-2px); color: #000; }
.plan-note { margin-top: 16px; font-size: 12px; color: rgba(255,255,255,0.3); }

/* TESTIMONIOS */
.testi-section { padding: 100px 48px; }
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.testi-card { background: var(--card-bg); border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; padding: 32px; transition: all 0.3s; }
.testi-card:hover { border-color: rgba(245,197,24,0.2); transform: translateY(-3px); }
.testi-quote { font-size: 42px; color: rgba(245,197,24,0.2); font-family: Georgia,serif; line-height: 1; margin-bottom: 16px; display: block; }
.testi-text { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.8; margin-bottom: 28px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 14px; }
.testi-avatar { width: 48px; height: 48px; border-radius: 50%; overflow: hidden; border: 2px solid rgba(245,197,24,0.25); flex-shrink: 0; }
.testi-avatar img { width: 100%; height: 100%; object-fit: cover; }
.testi-name { font-size: 14px; font-weight: 600; color: var(--white); }
.testi-loc { font-size: 11px; color: rgba(255,255,255,0.35); letter-spacing: 1px; text-transform: uppercase; margin-top: 2px; }
.testi-stars { display: flex; gap: 3px; margin-top: 4px; }
.star { color: var(--gold); font-size: 11px; }

/* CONTACTO */
.contact-section { padding: 100px 48px; background: rgba(0,0,0,0.2); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; max-width: 1000px; margin: 0 auto; }
.contact-info-title { font-family: 'Bebas Neue', sans-serif; font-size: 42px; letter-spacing: 2px; margin-bottom: 16px; }
.contact-info-title span { color: var(--gold); }
.contact-info-sub { font-size: 15px; color: rgba(255,255,255,0.5); line-height: 1.75; margin-bottom: 36px; }
.contact-channels { display: flex; flex-direction: column; gap: 14px; }
.contact-channel { display: flex; align-items: center; gap: 14px; padding: 16px 20px; background: var(--card-bg); border: 1px solid rgba(255,255,255,0.07); border-radius: 12px; text-decoration: none; transition: all 0.25s; }
.contact-channel:hover { border-color: rgba(245,197,24,0.25); background: rgba(245,197,24,0.04); transform: translateX(4px); }
.contact-channel-icon { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cc-wa { background: rgba(37,211,102,0.15); }
.cc-ig { background: rgba(225,48,108,0.15); }
.cc-yt { background: rgba(255,0,0,0.15); }
.contact-channel-icon svg { width: 22px; height: 22px; }
.contact-channel-label { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.35); }
.contact-channel-value { font-size: 15px; font-weight: 600; color: var(--white); margin-top: 1px; }
.contact-form { background: var(--card-bg); border: 1px solid rgba(255,255,255,0.07); border-radius: 20px; padding: 40px; }
.form-title { font-family: 'Bebas Neue', sans-serif; font-size: 28px; letter-spacing: 1.5px; margin-bottom: 24px; }
.form-group { margin-bottom: 18px; }
.form-label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.4); display: block; margin-bottom: 8px; }
.form-input { width: 100%; padding: 13px 16px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; color: var(--white); font-family: 'Rajdhani', sans-serif; font-size: 14px; transition: border-color 0.2s; outline: none; }
.form-input:focus { border-color: rgba(245,197,24,0.4); }
.form-input::placeholder { color: rgba(255,255,255,0.25); }
textarea.form-input { resize: vertical; min-height: 100px; }
.btn-form { width: 100%; padding: 15px; background: var(--gold); color: #000; font-family: 'Rajdhani', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; border: none; border-radius: 8px; cursor: pointer; transition: all 0.2s; margin-top: 8px; }
.btn-form:hover { background: var(--gold-light); }

/* FOOTER */
.site-footer { padding: 60px 48px 28px; border-top: 1px solid rgba(255,255,255,0.06); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-desc { font-size: 13px; color: rgba(255,255,255,0.4); line-height: 1.8; margin-top: 14px; max-width: 260px; }
.footer-heading { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; font-weight: 600; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,0.4); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 22px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.footer-copy { font-size: 11px; color: rgba(255,255,255,0.25); letter-spacing: 0.5px; }

.entry-content { color: rgba(255,255,255,0.7); font-size: 16px; line-height: 1.8; max-width: 800px; margin: 0 auto; padding: 120px 24px 80px; }
.entry-content h1,.entry-content h2,.entry-content h3 { color: var(--white); margin: 32px 0 16px; font-family: 'Bebas Neue', sans-serif; letter-spacing: 2px; }
.entry-content p { margin-bottom: 20px; }
.entry-content a { color: var(--gold); text-decoration: underline; }

@media (max-width: 1024px) { .features-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 768px) {
  .site-header { padding: 13px 20px; }
  .main-nav { display: none; }
  .main-nav.active { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: rgba(10,10,10,0.98); padding: 20px; border-bottom: 1px solid rgba(245,197,24,0.15); gap: 16px; }
  .menu-toggle { display: flex; }
  .section,.tutor-section,.plan-section,.testi-section,.contact-section { padding: 60px 20px; }
  .features-grid,.testi-grid { grid-template-columns: 1fr; }
  .tutor-grid,.contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-stats { gap: 20px; flex-wrap: wrap; }
  .plan-card { padding: 36px 24px; }
  .site-footer { padding: 40px 20px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .tutor-badge { display: none; }
  .floating-buttons { right: 14px; bottom: 30px; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .nav-ctas .btn-ghost { display: none; }
}

/* ===================== CURSOS ===================== */
.cursos-section { background: #0a0a0a; padding: 80px 24px; }
.cursos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; }
.curso-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(245,197,24,0.15); border-radius: 16px; padding: 36px 28px; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; transition: border-color 0.3s, transform 0.3s; }
.curso-card:hover { border-color: rgba(245,197,24,0.5); transform: translateY(-4px); }
.curso-icon { font-size: 32px; }
.curso-badge { font-size: 11px; font-weight: 700; letter-spacing: 2px; color: var(--gold); text-transform: uppercase; }
.curso-title { font-family: 'Bebas Neue', sans-serif; font-size: 28px; letter-spacing: 2px; color: var(--white); line-height: 1.1; }
.curso-desc { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.7; flex: 1; }
.btn-curso { margin-top: 8px; display: inline-block; background: var(--gold); color: #000; font-weight: 700; font-size: 13px; letter-spacing: 1px; padding: 12px 24px; border-radius: 6px; text-decoration: none; text-transform: uppercase; transition: background 0.2s, transform 0.2s; }
.btn-curso:hover { background: #e0b800; transform: translateY(-1px); }
@media (max-width: 768px) { .cursos-grid { grid-template-columns: 1fr; } }
@media (max-width: 1024px) { .cursos-grid { grid-template-columns: repeat(2,1fr); } }

/* ============================================
   911 Trading Academy — Secciones nuevas
   Integradas al sistema de diseño del tema
   ============================================ */

/* BARRA DE CONFIANZA */
.trust-bar { background: #0a0a0a; border-top: 1px solid #1a1a1a; border-bottom: 1px solid #1a1a1a; padding: 14px 48px; }
.trust-bar-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; }
.trust-item { font-family: 'Rajdhani', sans-serif; font-size: 12px; color: rgba(255,255,255,0.45); font-weight: 600; letter-spacing: 1px; text-transform: uppercase; display: flex; align-items: center; gap: 8px; }
.trust-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.trust-sep { color: #2a2a2a; font-size: 14px; }
@media (max-width: 640px) { .trust-sep { display: none; } .trust-bar-inner { gap: 10px; } .trust-bar { padding: 14px 20px; } }

/* FEATURE LINK */
.feature-link { display: inline-block; font-family: 'Rajdhani', sans-serif; font-size: 12px; font-weight: 700; color: var(--gold); text-decoration: none; margin-top: 14px; letter-spacing: 1px; text-transform: uppercase; transition: opacity .2s; }
.feature-link:hover { opacity: .7; }

/* OPERATIVA REAL */
.operativa-section { background: #111111; padding: 100px 48px; }
.operativa-section .section-header { margin-bottom: 48px; }
.operativa-section .section-title { color: var(--white); }
.operativa-section .section-sub { color: rgba(255,255,255,0.4); }
.op-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 16px; max-width: 1100px; margin: 0 auto; }
.op-main { border-radius: 16px; overflow: hidden; border: 2px solid var(--gold); position: relative; }
.op-main img { width: 100%; height: 380px; object-fit: cover; display: block; background: #1a1a1a; }
.op-badge-featured { position: absolute; top: 14px; left: 14px; background: var(--gold); color: #000; font-family: 'Rajdhani', sans-serif; font-size: 10px; font-weight: 800; padding: 4px 14px; border-radius: 20px; letter-spacing: 1px; text-transform: uppercase; }
.op-badge-live { position: absolute; top: 14px; right: 14px; background: #ef4444; color: #fff; font-family: 'Rajdhani', sans-serif; font-size: 9px; font-weight: 800; padding: 4px 10px; border-radius: 4px; display: flex; align-items: center; gap: 5px; letter-spacing: 1px; }
.op-live-dot { width: 5px; height: 5px; border-radius: 50%; background: #fff; animation: liveBlink 1.2s infinite; }
@keyframes liveBlink { 0%,100% { opacity: 1; } 50% { opacity: .2; } }
.op-caption { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,.82); padding: 12px 16px; font-family: 'Rajdhani', sans-serif; font-size: 13px; color: rgba(255,255,255,0.85); font-weight: 600; letter-spacing: .5px; }
.op-side { display: flex; flex-direction: column; gap: 16px; }
.op-small { border-radius: 16px; overflow: hidden; border: 1.5px solid #2a2a2a; position: relative; flex: 1; transition: border-color .25s; }
.op-small:hover { border-color: var(--gold); }
.op-small img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 175px; background: #1a1a1a; }
.op-badge-sm { position: absolute; top: 10px; left: 10px; background: rgba(245,197,24,.92); color: #000; font-family: 'Rajdhani', sans-serif; font-size: 9px; font-weight: 800; padding: 3px 10px; border-radius: 20px; letter-spacing: .5px; text-transform: uppercase; }
.op-caption-sm { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,.78); padding: 8px 12px; font-family: 'Rajdhani', sans-serif; font-size: 11px; color: rgba(255,255,255,0.8); font-weight: 600; letter-spacing: .3px; }
.btn-op-cta { display: inline-block; background: var(--gold); color: #000; font-family: 'Rajdhani', sans-serif; font-size: 14px; font-weight: 700; padding: 14px 36px; border-radius: 8px; text-decoration: none; letter-spacing: 2px; text-transform: uppercase; transition: background .2s, transform .2s; }
.btn-op-cta:hover { background: var(--gold-light); transform: translateY(-2px); color: #000; }
@media (max-width: 900px) { .operativa-section { padding: 60px 20px; } .op-layout { grid-template-columns: 1fr; } .op-main img { height: 260px; } }

/* HERRAMIENTAS */
.tools-section { background: #ffffff; padding: 100px 48px; }
.tools-section .section-label { color: var(--gold); }
.tools-section .section-title { color: #111; }
.tools-section .section-title span { color: var(--gold); }
.tools-section .section-sub { color: #888; }
.tools-row { display: flex; gap: 24px; justify-content: center; max-width: 900px; margin: 0 auto; flex-wrap: wrap; }
.tool-card { background: #f8f8f8; border: 1.5px solid #e8e8e8; border-radius: 18px; padding: 28px 24px; display: flex; flex-direction: column; align-items: center; gap: 12px; flex: 1; min-width: 210px; max-width: 260px; transition: border-color .25s, transform .25s, box-shadow .25s; }
.tool-card:hover { border-color: var(--gold); transform: translateY(-4px); box-shadow: 0 12px 40px rgba(245,197,24,.12); }
.tool-icon { width: 64px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; padding: 8px 12px; }
.tool-mt5 { background: #1a1a6e; }
.tool-ff  { background: #0a2a4a; }
.tool-tv  { background: #131722; }
.tool-name { font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: 1.5px; color: #111; text-align: center; }
.tool-desc { font-family: 'Rajdhani', sans-serif; font-size: 13px; color: #888; text-align: center; line-height: 1.65; font-weight: 500; }
.tool-pill { font-family: 'Rajdhani', sans-serif; font-size: 10px; font-weight: 700; color: #8a6d00; background: rgba(245,197,24,.15); border: 0.5px solid rgba(245,197,24,.4); padding: 3px 12px; border-radius: 20px; letter-spacing: 1px; text-transform: uppercase; }
@media (max-width: 640px) { .tools-section { padding: 60px 20px; } .tool-card { min-width: 150px; } }

/* TRADERS FONDEADOS / PRUEBA SOCIAL */
.funded-section { background: #0a0a0a; padding: 100px 48px; }
.funded-section .section-header { margin-bottom: 40px; }
.funded-highlight-box { max-width: 1100px; margin: 0 auto 56px; background: rgba(245,197,24,.04); border: 1.5px solid rgba(245,197,24,.35); border-radius: 18px; padding: 28px 36px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.funded-trophy { font-size: 40px; flex-shrink: 0; }
.funded-highlight-text { flex: 1; }
.funded-highlight-text h3 { font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: 1.5px; color: var(--gold); margin-bottom: 8px; }
.funded-highlight-text p { font-family: 'Rajdhani', sans-serif; font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.7; font-weight: 500; }
.funded-highlight-stat { text-align: center; flex-shrink: 0; }
.funded-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 44px; color: var(--gold); line-height: 1; letter-spacing: 2px; }
.funded-stat-lbl { font-family: 'Rajdhani', sans-serif; font-size: 10px; color: rgba(255,255,255,0.35); letter-spacing: 1.5px; text-transform: uppercase; margin-top: 4px; font-weight: 600; }
.wa-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 1100px; margin: 0 auto; }
.wa-card { border-radius: 18px; overflow: hidden; border: 1.5px solid #1a1a1a; background: #111; transition: border-color .25s; }
.wa-card:hover { border-color: #25D366; }
.wa-header { padding: 12px 18px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid #1a1a1a; }
.wa-dot { width: 8px; height: 8px; border-radius: 50%; background: #25D366; flex-shrink: 0; }
.wa-header-text { font-family: 'Rajdhani', sans-serif; font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.45); flex: 1; letter-spacing: .5px; }
.wa-badge { font-family: 'Rajdhani', sans-serif; font-size: 9px; font-weight: 700; color: #fff; background: #25D366; padding: 2px 9px; border-radius: 4px; letter-spacing: 1px; }
.wa-card img { width: 100%; display: block; object-fit: cover; background: #0a0a0a; }
.wa-footer { padding: 10px 18px; font-family: 'Rajdhani', sans-serif; font-size: 12px; color: rgba(255,255,255,0.3); font-style: italic; border-top: 1px solid #1a1a1a; line-height: 1.5; font-weight: 500; }
.wa-privacy-note { text-align: center; font-family: 'Rajdhani', sans-serif; font-size: 11px; color: rgba(255,255,255,0.2); margin-top: 20px; max-width: 860px; margin-left: auto; margin-right: auto; letter-spacing: .5px; }
@media (max-width: 640px) { .funded-section { padding: 60px 20px; } .wa-grid { grid-template-columns: 1fr; } .funded-highlight-box { flex-direction: column; text-align: center; padding: 24px 20px; } }

/* PROOF BAR */
.proof-bar { background: var(--gold); padding: 24px 48px; }
.proof-bar-inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-around; align-items: center; gap: 20px; flex-wrap: wrap; }
.pstat { text-align: center; }
.pstat-num { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: #000; line-height: 1; letter-spacing: 1px; }
.pstat-lbl { font-family: 'Rajdhani', sans-serif; font-size: 10px; font-weight: 700; color: rgba(0,0,0,0.55); letter-spacing: 1.5px; text-transform: uppercase; margin-top: 4px; }
@media (max-width: 640px) { .proof-bar { padding: 20px; } }

/* PLAN ONBOARDING */
.plan-onboarding { background: rgba(255,255,255,0.04); border: 1px solid rgba(245,197,24,0.12); border-radius: 12px; padding: 20px 24px; margin-bottom: 24px; text-align: left; }
.plan-onboarding-title { font-family: 'Rajdhani', sans-serif; font-size: 10px; font-weight: 700; color: var(--gold); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px; }
.plan-onboarding-steps { display: flex; flex-direction: column; gap: 10px; }
.plan-step { font-family: 'Rajdhani', sans-serif; font-size: 14px; color: rgba(255,255,255,0.6); display: flex; align-items: flex-start; gap: 12px; line-height: 1.5; font-weight: 500; }
.plan-step-num { background: var(--gold); color: #000; font-size: 10px; font-weight: 800; width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
