
:root {
  --fdx-dark: #050914;
  --fdx-deep: #07111f;
  --fdx-blue: #0066ff;
  --fdx-orange: #ff7a00;
  --fdx-light: #f4f7fb;
  --fdx-text: #1d2735;
  --fdx-muted: #697586;
  --fdx-border: #dfe5ee;
}

.fdx-container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.fdx-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border-radius: 999px; text-decoration: none; border: 0; cursor: pointer; font-weight: 900; transition: .2s ease; }
.fdx-btn:hover { transform: translateY(-2px); }
.fdx-btn-main { background: var(--fdx-orange); color: #fff !important; box-shadow: 0 16px 30px rgba(255,122,0,.25); }
.fdx-btn-outline { border: 1px solid rgba(255,255,255,.25); color: #fff !important; background: rgba(255,255,255,.08); }
.fdx-hero { min-height: 720px; display: flex; align-items: center; color: #fff; position: relative; overflow: hidden; background: var(--fdx-dark); }
.fdx-hero-bg { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(5,9,20,.98), rgba(5,9,20,.55)), url('https://images.unsplash.com/photo-1517466787929-bc90951d0974?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat; }
.fdx-hero::before { content: ""; position: absolute; right: -120px; top: 120px; width: 420px; height: 420px; border-radius: 50%; background: rgba(0,102,255,.28); filter: blur(80px); }
.fdx-hero::after { content: ""; position: absolute; left: -120px; bottom: 0; width: 420px; height: 420px; border-radius: 50%; background: rgba(255,122,0,.22); filter: blur(80px); }
.fdx-hero-content { position: relative; z-index: 2; max-width: 850px; }
.fdx-badge, .fdx-section-title span { display: inline-block; color: var(--fdx-orange); font-weight: 900; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 14px; }
.fdx-badge-dark { display:inline-block; color:var(--fdx-orange); font-weight:900; text-transform:uppercase; letter-spacing:.12em; margin-bottom:12px; }
.fdx-hero h1 { font-size: clamp(44px, 7vw, 92px); line-height: .92; margin: 0 0 24px; font-weight: 1000; letter-spacing: -0.06em; }
.fdx-hero p { max-width: 720px; color: rgba(255,255,255,.72); font-size: 21px; line-height: 1.65; margin-bottom: 32px; }
.fdx-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.fdx-section { padding: 90px 0; background: #fff; }
.fdx-light { background: var(--fdx-light); }
.fdx-section-title { text-align: center; max-width: 780px; margin: 0 auto 44px; }
.fdx-section-title h2, .fdx-two h2 { color: var(--fdx-deep); font-size: clamp(34px, 5vw, 58px); line-height: 1.04; margin: 0 0 16px; font-weight: 1000; letter-spacing: -0.04em; }
.fdx-sports-grid { display:grid; grid-template-columns: repeat(5, 1fr); gap:18px; }
.fdx-sports-grid a { background: #fff; color: var(--fdx-text); text-decoration:none; padding:26px 20px; border-radius:28px; box-shadow:0 16px 45px rgba(7,17,31,.08); transition:.2s ease; border:1px solid #edf1f6; }
.fdx-sports-grid a:hover { transform: translateY(-6px); box-shadow:0 24px 60px rgba(7,17,31,.14); }
.fdx-sports-grid b { font-size:44px; display:block; margin-bottom:18px; }
.fdx-sports-grid h3 { margin:0 0 8px; font-size:23px; color:var(--fdx-deep); }
.fdx-sports-grid p { color:var(--fdx-muted); margin:0; }
.fdx-two { display:grid; grid-template-columns: 1.05fr .95fr; gap:48px; align-items:center; }
.fdx-two p { color:var(--fdx-muted); font-size:18px; line-height:1.7; margin-bottom:26px; }
.fdx-preview-card { background:#fff; padding:28px; border-radius:34px; box-shadow:0 20px 60px rgba(7,17,31,.12); }
.fdx-preview-img { height:320px; border-radius:26px; background:url('https://images.unsplash.com/photo-1526232761682-d26e03ac148e?auto=format&fit=crop&w=900&q=80') center/cover no-repeat; margin-bottom:22px; }
.fdx-preview-card h3 { font-size:30px; margin:0 0 12px; color:var(--fdx-deep); }

.fdx-talentos-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.fdx-talento-card { background:#fff; border-radius:30px; overflow:hidden; box-shadow:0 20px 50px rgba(7,17,31,.10); }
.fdx-talento-card img { width:100%; height:300px; object-fit:cover; display:block; }
.fdx-talento-card-body { padding:24px; }
.fdx-talento-card h3 { margin:0 0 16px; font-size:25px; }
.fdx-talento-card h3 a { color:var(--fdx-deep); text-decoration:none; }
.fdx-talento-meta { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-bottom:18px; }
.fdx-talento-meta span { background:var(--fdx-light); padding:10px; border-radius:14px; font-size:13px; color:var(--fdx-text); }
.fdx-talento-meta strong { display:block; color:var(--fdx-muted); font-size:11px; text-transform:uppercase; }
.fdx-card-btn { display:block; text-align:center; padding:13px 16px; border-radius:999px; background:var(--fdx-deep); color:#fff !important; text-decoration:none; font-weight:900; }

.fdx-talent-form-section { max-width: 1100px; margin: 40px auto; padding: 30px; background: var(--fdx-light); border-radius: 30px; }
.fdx-form-header { text-align: center; max-width: 760px; margin: 0 auto 28px; }
.fdx-form-header span { color: var(--fdx-orange); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.fdx-form-header h2 { color: var(--fdx-deep); font-size: clamp(32px, 5vw, 52px); line-height: 1; margin: 10px 0; }
.fdx-form-header p { color: var(--fdx-muted); font-size: 17px; margin:0; }
.fdx-talent-form { background: #fff; border-radius: 26px; box-shadow: 0 16px 40px rgba(7,17,31,.07); padding: 30px; }
.fdx-form-block { border: 1px solid var(--fdx-border); border-radius: 20px; padding: 24px; margin-bottom: 22px; }
.fdx-form-block h3 { margin: 0 0 20px; color: var(--fdx-deep); font-size: 24px; }
.fdx-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.fdx-talent-form label { display: block; color: var(--fdx-text); font-weight: 800; margin-bottom:14px; }
.fdx-talent-form input, .fdx-talent-form select, .fdx-talent-form textarea { width: 100%; box-sizing: border-box; margin-top: 8px; padding: 13px 14px; border: 1px solid var(--fdx-border); border-radius: 12px; font-size: 15px; background: white; }
.fdx-form-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.fdx-form-actions p { color: var(--fdx-muted); margin: 0; }
.fulldxt-alerta { max-width: 900px; margin: 24px auto; padding: 16px 20px; border-radius: 14px; background: #fff3cd; color:#6b4e00; font-weight:700; }
.fulldxt-exito { background:#d1fae5; color:#065f46; }
.fulldxt-error { background:#fee2e2; color:#991b1b; }

@media (max-width: 1024px) {
  .fdx-sports-grid { grid-template-columns: repeat(3,1fr); }
  .fdx-two, .fdx-talentos-grid { grid-template-columns:1fr; }
}
@media (max-width: 700px) {
  .fdx-hero { min-height: 620px; }
  .fdx-sports-grid, .fdx-form-grid, .fdx-talento-meta { grid-template-columns:1fr; }
  .fdx-section { padding: 64px 0; }
  .fdx-talent-form-section { padding:16px; }
  .fdx-talent-form { padding:18px; }
}
