/* =========================================================
   vplayer2026.com — 5KPlayer advertorial
   Palette sampled from images/logo.png: deep navy #12294B with
   the warm gold sweep #E8CE7A. Bento tiles + staggered cards.
   Type: Manrope (display) / Inter (text)
   ========================================================= */

:root{
  --navy-950:#08152B;
  --navy-900:#0C1E3A;
  --navy-800:#12294B;
  --navy-700:#1B3A63;
  --navy-600:#27507F;

  --gold:#E8CE7A;
  --gold-dk:#B8933A;
  --gold-lt:#F6E7B4;
  --gold-tint:#FDF8EA;

  --paper:#FFFFFF;
  --shell:#F4F6FA;
  --ink:#0C1E3A;
  --body:#3F4E66;
  --muted:#6E7C93;
  --line:#DFE5EE;
  --line-2:#C6D0DE;

  --wrap:1140px;
  --narrow:700px;
  --gutter:clamp(18px,4vw,40px);

  --display:"Manrope",system-ui,sans-serif;
  --text:"Inter",system-ui,-apple-system,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html,body{max-width:100%;overflow-x:hidden}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  margin:0;background:var(--paper);color:var(--body);
  font-family:var(--text);font-size:16.5px;line-height:1.7;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--navy-700)}
h1,h2,h3,h4{font-family:var(--display);color:var(--ink);line-height:1.16;margin:0;font-weight:800;letter-spacing:-.022em}
p{margin:0 0 1.1em}
ul,ol{margin:0;padding:0;list-style:none}
:focus-visible{outline:3px solid var(--gold-dk);outline-offset:3px}

.wrap{max-width:var(--wrap);margin-inline:auto;padding-inline:var(--gutter)}
.narrow{max-width:var(--narrow);margin-inline:auto}

/* ============ TOPBAR + HEADER ============ */
.topbar{
  background:var(--navy-950);color:var(--gold-lt);
  font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;
  text-align:center;padding:.5rem 1rem;
}
.site-header{position:static;background:var(--paper);border-bottom:1px solid var(--line)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:.9rem}
.logo-img{height:52px;width:auto}
.header-cta{
  display:inline-flex;align-items:center;gap:.5rem;flex:none;
  font-family:var(--display);font-weight:800;font-size:.82rem;
  background:var(--gold);color:var(--navy-950);text-decoration:none;
  padding:.6rem 1.15rem;border-radius:8px;transition:transform .16s ease,background .16s ease;
}
.header-cta:hover{background:var(--gold-lt);transform:translateY(-1px)}
.header-cta svg{width:15px;height:15px}

/* ============ BUTTONS ============ */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.6rem;
  font-family:var(--display);font-weight:800;font-size:1rem;
  text-decoration:none;border:0;border-radius:10px;cursor:pointer;
  padding:1.05rem 2.1rem;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.btn svg{width:18px;height:18px;flex:none}
.btn-primary{background:var(--gold);color:var(--navy-950);box-shadow:0 10px 24px -12px rgba(184,147,58,.7)}
.btn-primary:hover{background:var(--gold-lt);transform:translateY(-2px)}
.btn-lg{font-size:1.05rem;padding:1.15rem 2.4rem}

/* ============ HERO — full-bleed navy, centred, image below ============ */
.hero{
  position:relative;overflow:hidden;
  background:linear-gradient(165deg,var(--navy-700) 0%,var(--navy-800) 45%,var(--navy-950) 100%);
  padding-block:clamp(40px,6vw,74px) clamp(30px,4.5vw,52px);
}
.hero::before{
  content:"";position:absolute;left:-8%;top:-40%;width:64%;aspect-ratio:1;pointer-events:none;
  background:radial-gradient(circle,rgba(232,206,122,.18) 0%,rgba(232,206,122,0) 65%);
}
.hero-inner{position:relative;text-align:center}
.hero-kicker{
  display:inline-flex;align-items:center;gap:.45rem;margin:0 0 1.1rem;
  font-size:.68rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;
  color:var(--gold-lt);border:1px solid rgba(232,206,122,.4);border-radius:6px;padding:.38rem .8rem;
}
.hero-kicker svg{width:13px;height:13px}
.hero h1{color:#fff;font-size:clamp(1.95rem,5vw,3.3rem);max-width:19ch;margin-inline:auto;text-wrap:balance}
.hero h1 em{font-style:normal;color:var(--gold)}
.hero-pub{margin:1.1rem 0 0;font-size:.76rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(232,206,122,.7)}
.hero-lead{color:#C6D2E4;font-size:clamp(1rem,1.6vw,1.1rem);max-width:62ch;margin:1.2rem auto 0}
.hero-figure{position:relative;margin:clamp(26px,4vw,44px) auto 0;max-width:920px}
.hero-figure img{width:100%;border-radius:14px;border:3px solid var(--gold);box-shadow:0 40px 70px -30px rgba(0,0,0,.7)}

/* ============ SECTION SHELL ============ */
.section{padding-block:clamp(42px,6vw,80px)}
.band-shell{background:var(--shell)}
.band-gold{background:var(--gold-tint)}
.section-head{max-width:46ch;margin:0 0 clamp(22px,3.4vw,38px)}
.section-head.centered{margin-inline:auto;text-align:center;max-width:54ch}
.section-head h2{font-size:clamp(1.5rem,3.4vw,2.35rem)}
.section-head p{margin:.8rem 0 0;color:var(--muted)}
.prose p{font-size:1.03rem}
.lead{font-size:1.14rem;color:var(--ink)}
.closing{margin-top:clamp(20px,3vw,32px)}

/* drop cap on the intro */
.dropcap::first-letter{
  float:left;font-family:var(--display);font-weight:800;font-size:3.6em;line-height:.84;
  padding:.06em .12em 0 0;color:var(--navy-800);
}

/* ============ BENTO TILES ============ */
.bento{display:grid;grid-template-columns:repeat(6,1fr);gap:clamp(12px,1.8vw,18px)}
.tile{
  position:relative;overflow:hidden;grid-column:span 2;
  background:var(--paper);border:1px solid var(--line);border-radius:16px;
  padding:clamp(1.05rem,2.2vw,1.5rem);
  display:flex;flex-direction:column;gap:.7rem;justify-content:flex-end;min-height:132px;
}
.tile:nth-child(1),.tile:nth-child(6){grid-column:span 3}
.tile-ico{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:var(--navy-800);color:var(--gold)}
.tile-ico svg{width:20px;height:20px}
.tile b{font-family:var(--display);font-weight:700;font-size:1rem;color:var(--ink);letter-spacing:-.01em;position:relative}
.tile .wm{position:absolute;right:-18px;bottom:-24px;width:120px;height:120px;color:var(--navy-800);opacity:.06}
.tile .wm svg{width:100%;height:100%}
@media (max-width:860px){.bento{grid-template-columns:repeat(4,1fr)}.tile,.tile:nth-child(1),.tile:nth-child(6){grid-column:span 2}}
@media (max-width:560px){.bento{grid-template-columns:1fr}.tile,.tile:nth-child(1),.tile:nth-child(6){grid-column:span 1}}

/* ============ STAGGERED CARDS ============ */
.stagger{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(12px,1.8vw,18px)}
.scard{
  position:relative;background:var(--paper);border:1px solid var(--line);border-radius:14px;
  padding:1.1rem 1.05rem;display:flex;flex-direction:column;gap:.55rem;border-top:3px solid var(--gold);
}
.stagger .scard:nth-child(even){transform:translateY(clamp(0px,2.2vw,22px))}
.scard .si{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:var(--gold-tint);color:var(--navy-800);border:1px solid var(--line)}
.scard .si svg{width:18px;height:18px}
.scard b{font-family:var(--display);font-weight:700;font-size:.94rem;color:var(--ink)}
@media (max-width:900px){.stagger{grid-template-columns:repeat(2,1fr)}}
@media (max-width:520px){.stagger{grid-template-columns:1fr}.stagger .scard:nth-child(even){transform:none}}

/* ============ OPTION SPLIT ============ */
.opt-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(26px,4.5vw,58px);align-items:center}
.opt-figure img{border-radius:16px;border:1px solid var(--line);box-shadow:0 28px 56px -34px rgba(12,30,58,.6)}
.opt-copy h2{font-size:clamp(1.5rem,3.4vw,2.3rem);margin:0 0 1rem}
.opt-name{
  display:inline-flex;align-items:center;gap:.5rem;margin:0 0 1rem;
  font-family:var(--display);font-weight:800;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;
  color:var(--navy-800);background:var(--gold);border-radius:6px;padding:.35rem .8rem;
}
@media (max-width:840px){.opt-grid{grid-template-columns:1fr}}

/* ============ MASONRY FEATURES ============ */
.masonry{columns:3;column-gap:clamp(12px,1.8vw,18px)}
@media (max-width:900px){.masonry{columns:2}}
@media (max-width:560px){.masonry{columns:1}}
.mcard{
  break-inside:avoid;position:relative;overflow:hidden;
  background:var(--paper);border:1px solid var(--line);border-radius:14px;
  padding:1.15rem 1.1rem;margin:0 0 clamp(12px,1.8vw,18px);
  display:flex;align-items:center;gap:.8rem;
}
.mcard:nth-child(3n+1){background:var(--navy-800);border-color:var(--navy-800)}
.mcard:nth-child(3n+1) b{color:#fff}
.mcard:nth-child(3n+1) .mi{background:rgba(232,206,122,.16);color:var(--gold);border-color:rgba(232,206,122,.3)}
.mi{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;flex:none;background:var(--gold-tint);color:var(--navy-800);border:1px solid var(--line)}
.mi svg{width:18px;height:18px}
.mcard b{font-family:var(--display);font-weight:700;font-size:.95rem;color:var(--ink);line-height:1.35}

/* ============ CTA BAND ============ */
.cta-band{
  position:relative;overflow:hidden;text-align:center;
  background:linear-gradient(135deg,var(--navy-700),var(--navy-950));
  padding-block:clamp(34px,5vw,60px);
}
.cta-band::before{
  content:"";position:absolute;left:50%;top:50%;width:min(640px,110%);aspect-ratio:1;transform:translate(-50%,-50%);
  background:radial-gradient(circle,rgba(232,206,122,.2) 0%,rgba(232,206,122,0) 62%);pointer-events:none;
}
.cta-band > .wrap{position:relative}
.cta-band h2{color:#fff;font-size:clamp(1.4rem,3.2vw,2.1rem);max-width:24ch;margin:0 auto 1.3rem}

/* ============ BENEFIT CHIPS ============ */
.chips{display:flex;flex-wrap:wrap;gap:.6rem}
.chip{
  display:inline-flex;align-items:center;gap:.55rem;
  background:var(--paper);border:1px solid var(--line-2);border-radius:99px;
  padding:.62rem 1.15rem;font-size:.94rem;font-weight:600;color:var(--ink);
}
.chip svg{width:16px;height:16px;color:var(--gold-dk);flex:none}

/* ============ CONSIDER TIMELINE ============ */
.timeline{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(14px,2vw,22px);margin-top:1.4rem}
.timeline::before{content:"";position:absolute;left:0;right:0;top:19px;height:2px;background:var(--line-2)}
.tstep{position:relative;display:flex;flex-direction:column;gap:.6rem;align-items:flex-start}
.tnode{position:relative;display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--navy-800);color:var(--gold);border:4px solid var(--shell)}
.tnode svg{width:18px;height:18px}
.tstep b{font-family:var(--display);font-weight:700;font-size:.93rem;color:var(--ink);line-height:1.35}
@media (max-width:880px){.timeline{grid-template-columns:repeat(2,1fr)}.timeline::before{display:none}}
@media (max-width:500px){.timeline{grid-template-columns:1fr}}

/* ============ FAQ — 2-col accordion ============ */
.faq-grid{columns:2;column-gap:clamp(14px,2vw,22px)}
@media (max-width:820px){.faq-grid{columns:1}}
.faq{
  break-inside:avoid;background:var(--paper);border:1px solid var(--line);border-radius:12px;
  margin:0 0 clamp(12px,1.6vw,16px);overflow:hidden;
}
.faq summary{
  cursor:pointer;list-style:none;padding:1rem 2.6rem 1rem 1.1rem;position:relative;
  font-family:var(--display);font-weight:700;font-size:.98rem;color:var(--ink);
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{
  content:"";position:absolute;right:1.1rem;top:50%;width:10px;height:10px;
  border-right:2px solid var(--navy-600);border-bottom:2px solid var(--navy-600);
  transform:translateY(-70%) rotate(45deg);transition:transform .2s ease;
}
.faq[open] summary::after{transform:translateY(-30%) rotate(-135deg)}
.faq[open] summary{background:var(--gold-tint)}
.faq p{margin:0;padding:0 1.1rem 1.1rem;font-size:.95rem}

/* ============ FINAL CTA ============ */
.final{position:relative;overflow:hidden;background:var(--navy-950);padding-block:clamp(40px,5.5vw,76px);text-align:center}
.final::before{
  content:"";position:absolute;left:50%;top:-20%;width:min(760px,120%);aspect-ratio:1;transform:translateX(-50%);
  background:radial-gradient(circle,rgba(232,206,122,.18) 0%,rgba(232,206,122,0) 62%);pointer-events:none;
}
.final > .wrap{position:relative}
.final h2{color:#fff;font-size:clamp(1.6rem,3.8vw,2.6rem);max-width:22ch;margin:0 auto 1.2rem}
.final p{color:#BCC9DD;max-width:66ch;margin-inline:auto}
.final .btn{margin-top:1.4rem}
.disclaimer{
  margin:clamp(28px,4vw,44px) auto 0;max-width:80ch;text-align:left;
  font-size:.78rem;line-height:1.65;color:#8595AD;border-top:1px solid rgba(232,206,122,.2);padding-top:1.2rem;
}
.disclaimer a{color:var(--gold-lt);text-decoration:underline}
.disclaimer p{margin:0}
.disclaimer p + p{margin-top:.65rem}

/* ============ FOOTER ============ */
.site-footer{background:var(--paper);color:var(--body);border-top:1px solid var(--line);padding-block:clamp(30px,4.5vw,52px)}
.footer-inner{display:grid;justify-items:center;gap:1.1rem;text-align:center}
.footer-logo-img{height:46px;width:auto}
.footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.5rem}
.footer-nav a{color:var(--ink);text-decoration:none;font-size:.88rem}
.footer-nav a:hover{color:var(--gold-dk)}
.footer-rule{width:min(560px,100%);height:1px;background:var(--line)}
.footer-company{font-size:.82rem;color:var(--muted);line-height:1.7}
.footer-company p{margin:0}
.footer-company a{color:var(--navy-700)}
.footer-copy{margin-top:.7rem !important;color:var(--muted)}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none !important}}
