/* Flankspelers — style.css */
:root {
  --navy: #04102a;
  --blue: #0066df;
  --blue-light: #00aeff;
  --blue-deep: #001f89;
  --blue-mid: #0043b7;
  --ink: #3a4a5c;
  --bg-tint: #f2f7fc;
  --border: #dde8f2;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Outfit', sans-serif; background: var(--navy); color: var(--ink); }
a { color: var(--blue); text-decoration: none; }
::selection { background: var(--blue); color: #fff; }
img { max-width: 100%; }
h1, h2, h3 { font-family: 'Archivo', sans-serif; }

/* Nav */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 18px 40px; background: rgba(4,16,40,.72); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.12); }
.nav-logo img { height: 34px; display: block; }
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a { color: rgba(255,255,255,.85); font-weight: 600; font-size: 15px; letter-spacing: .3px; }
.nav-links a:hover { color: #fff; }
.nav-cta { background: #fff; color: var(--navy) !important; font-weight: 700; padding: 11px 24px; border-radius: 8px; transition: all .2s; }
.nav-cta:hover { background: var(--blue-light); transform: translateY(-1px); }

/* Hero */
.hero { position: relative; background: linear-gradient(135deg, var(--blue-deep) 0%, var(--blue-mid) 38%, var(--blue) 68%, #0090f0 100%); display: flex; align-items: stretch; overflow: hidden; }
.hero-glow { position: absolute; inset: 0; background: radial-gradient(ellipse at 72% 45%, rgba(0,174,255,.5), transparent 55%); animation: glow 7s ease-in-out infinite; }
.hero-inner { position: relative; max-width: 1280px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; align-items: end; padding: 130px 40px 0; }
.hero-copy { padding-bottom: 90px; animation: heroIn .9s cubic-bezier(.2,.8,.3,1) both .1s; }
.hero-logo { width: 100%; max-width: 480px; display: block; filter: drop-shadow(0 24px 48px rgba(0,10,40,.45)); }
.hero-copy h1 { font-weight: 900; font-size: clamp(26px, 3.1vw, 42px); line-height: 1.08; letter-spacing: -.5px; color: #fff; text-transform: uppercase; margin: 32px 0 16px; }
.hero-copy p { font-size: 18.5px; line-height: 1.6; color: rgba(255,255,255,.85); max-width: 470px; margin: 0 0 32px; }
.hero-buttons { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.btn-primary { display: inline-block; background: #fff; color: var(--navy); font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 17px; letter-spacing: .3px; padding: 17px 36px; border-radius: 10px; box-shadow: 0 16px 40px rgba(0,10,40,.35); transition: all .2s; }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 22px 48px rgba(0,10,40,.45); color: var(--navy); }
.btn-secondary { display: inline-block; color: #fff; font-weight: 700; font-size: 16px; padding: 17px 26px; border: 1.5px solid rgba(255,255,255,.5); border-radius: 10px; transition: all .2s; }
.btn-secondary:hover { border-color: #fff; background: rgba(255,255,255,.1); color: #fff; }
.hero-photo { position: relative; display: flex; align-items: flex-end; justify-content: center; animation: photoIn 1s cubic-bezier(.2,.8,.3,1) both .3s; }
.hero-photo img { width: 100%; max-width: 440px; display: block; -webkit-mask-image: linear-gradient(to right, transparent 0%, black 14%, black 92%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 16%, black 100%); -webkit-mask-composite: source-in; mask-image: linear-gradient(to right, transparent 0%, black 14%, black 92%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 16%, black 100%); mask-composite: intersect; filter: drop-shadow(-20px 20px 60px rgba(0,10,40,.35)); }
.hero-badge { position: absolute; bottom: 36px; left: 0; background: rgba(4,16,40,.78); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.15); border-radius: 10px; padding: 12px 18px; }
.hero-badge strong { display: block; font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 16px; color: #fff; letter-spacing: .3px; }
.hero-badge span { display: block; margin-top: 2px; font-size: 13px; font-weight: 500; color: rgba(255,255,255,.7); }

/* Marquee */
.marquee { background: var(--navy); border-top: 1px solid rgba(255,255,255,.1); overflow: hidden; padding: 16px 0; }
.marquee-track { display: flex; width: max-content; animation: marquee 41s linear infinite; }
.marquee-track span { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 16px; letter-spacing: 3px; color: rgba(255,255,255,.65); white-space: nowrap; padding-right: 32px; }

/* Sections */
.section { padding: 130px 40px; }
.section-white { background: #fff; }
.section-tint { background: var(--bg-tint); }
.section-dark { background: var(--navy); }
.container { max-width: 1150px; margin: 0 auto; }
.kicker { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 13px; letter-spacing: 3px; color: var(--blue); margin: 0 0 14px; }
.section-dark .kicker { color: var(--blue-light); }
.section-title { font-weight: 900; font-size: clamp(34px, 4vw, 52px); line-height: 1.05; letter-spacing: -1px; color: var(--navy); text-transform: uppercase; margin: 0; }
.section-dark .section-title { color: #fff; }

/* Over */
.over-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.3fr; gap: 72px; align-items: start; }
.over-rule { width: 64px; height: 5px; background: var(--blue); margin-top: 26px; }
.over-text { font-size: 19px; line-height: 1.75; }
.over-text p { margin: 0 0 20px; }
.over-text strong { color: var(--navy); }
.over-stats { display: flex; gap: 48px; margin-top: 36px; }
.over-stats strong { display: block; font-family: 'Archivo', sans-serif; font-weight: 900; font-size: 38px; color: var(--blue); }
.over-stats span { display: block; margin-top: 4px; font-size: 14px; font-weight: 600; }

/* Originals */
.originals-head { display: flex; justify-content: space-between; align-items: end; flex-wrap: wrap; gap: 20px; margin-bottom: 64px; }
.originals-head > p { max-width: 340px; font-size: 16px; line-height: 1.6; margin: 0; }
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 24px; }
.card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 36px 30px; transition: all .25s; }
.card:hover { transform: translateY(-6px); box-shadow: 0 24px 48px rgba(0,50,120,.12); border-color: var(--blue); }
.card .nr { font-family: 'Archivo', sans-serif; font-weight: 900; font-size: 15px; color: var(--blue); letter-spacing: 2px; margin: 0 0 18px; }
.card h3 { font-weight: 800; font-size: 23px; color: var(--navy); margin: 0 0 12px; letter-spacing: -.3px; }
.card p:last-child { margin: 0; font-size: 15.5px; line-height: 1.65; }

/* Sfeer */
.sfeer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 64px; }
.sfeer-item { position: relative; border-radius: 14px; overflow: hidden; height: 280px; transition: transform .25s; background: linear-gradient(135deg, #0a2050, #103a7a); display: flex; align-items: center; justify-content: center; }
.sfeer-item:hover { transform: scale(1.02); }
.sfeer-item img { width: 100%; height: 100%; object-fit: cover; }
.sfeer-placeholder { color: rgba(255,255,255,.35); font-weight: 600; font-size: 14px; letter-spacing: 1px; }
.sfeer-caption { position: absolute; left: 14px; bottom: 14px; background: rgba(4,16,40,.75); backdrop-filter: blur(6px); border-radius: 8px; padding: 8px 14px; margin: 0; font-size: 13px; font-weight: 600; color: #fff; pointer-events: none; }

/* Team */
.team-head { text-align: center; margin-bottom: 64px; }
.team-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; }
.team-card { width: 250px; background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 28px 22px; text-align: center; transition: all .25s; }
.team-card:hover { transform: translateY(-6px); box-shadow: 0 24px 48px rgba(0,50,120,.12); border-color: var(--blue); }
.team-avatar { width: 130px; height: 130px; margin: 0 auto 18px; border-radius: 50%; overflow: hidden; background: linear-gradient(135deg, var(--blue-mid), var(--blue-light)); display: flex; align-items: center; justify-content: center; font-family: 'Archivo', sans-serif; font-weight: 900; font-size: 44px; color: rgba(255,255,255,.9); }
.team-avatar img { width: 100%; height: 100%; object-fit: cover; }
.team-card h3 { font-weight: 800; font-size: 22px; color: var(--navy); margin: 0 0 4px; }
.team-card .rol { margin: 0 0 16px; font-size: 13.5px; font-weight: 600; letter-spacing: .5px; color: var(--blue); }
.socials { display: flex; justify-content: center; gap: 10px; }
.socials a { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; background: var(--bg-tint); border-radius: 10px; transition: all .2s; }
.socials a:hover { background: var(--blue); }
.socials a:hover svg { stroke: #fff; }
.socials a:hover svg.fill { fill: #fff; }

/* Footer */
.footer { background: linear-gradient(135deg, var(--blue-deep) 0%, var(--blue-mid) 45%, var(--blue) 100%); padding: 130px 40px 48px; position: relative; overflow: hidden; }
.footer-glow { position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 20%, rgba(0,174,255,.35), transparent 55%); }
.footer-inner { max-width: 800px; margin: 0 auto; text-align: center; position: relative; }
.footer-logo { width: 300px; max-width: 70%; display: block; margin: 0 auto 36px; filter: drop-shadow(0 16px 32px rgba(0,10,40,.4)); }
.footer h2 { font-weight: 900; font-size: clamp(32px, 4.5vw, 54px); letter-spacing: -1px; color: #fff; text-transform: uppercase; margin: 0 0 18px; }
.footer-sub { font-size: 19px; font-weight: 500; color: rgba(255,255,255,.85); margin: 0 0 40px; }
.btn-footer { display: inline-block; background: #fff; color: var(--navy); font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 19px; letter-spacing: .3px; padding: 20px 48px; border-radius: 10px; box-shadow: 0 20px 48px rgba(0,10,40,.4); transition: all .2s; }
.btn-footer:hover { transform: translateY(-3px); box-shadow: 0 26px 56px rgba(0,10,40,.5); color: var(--navy); }
.footer-socials { display: flex; justify-content: center; gap: 14px; margin-top: 56px; }
.footer-socials a { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); border-radius: 12px; transition: all .2s; }
.footer-socials a:hover { background: #fff; }
.footer-socials a:hover svg { stroke: var(--navy); }
.footer-socials a:hover svg.fill { fill: var(--navy); }
.copyright { margin: 64px 0 0; font-size: 13.5px; font-weight: 500; color: rgba(255,255,255,.6); }

/* Reveal on scroll */
.reveal { opacity: 0; translate: 0 26px; transition: opacity .8s ease, translate .8s cubic-bezier(.2,.8,.3,1); }
.reveal.visible { opacity: 1; translate: 0 0; }

/* Animations */
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes heroIn { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes photoIn { from { opacity: 0; transform: translateX(40px); } to { opacity: 1; transform: translateX(0); } }
@keyframes glow { 0%,100% { opacity: .55; } 50% { opacity: .85; } }

/* Responsive */
@media (max-width: 900px) {
  .nav { padding: 14px 20px; }
  .nav-links { gap: 18px; }
  .nav-links a:not(.nav-cta) { display: none; }
  .hero-inner { grid-template-columns: 1fr; padding: 110px 24px 0; }
  .hero-copy { padding-bottom: 40px; }
  .over-grid { grid-template-columns: 1fr; gap: 40px; }
  .section { padding: 90px 24px; }
  .footer { padding: 90px 24px 40px; }
  .over-stats { gap: 28px; flex-wrap: wrap; }
}
