/* ============================================================
   PC OPTIMIZER GAMING — landing
   ============================================================ */
:root{
  --bg:#04060c;
  --bg-2:#02060f;
  --panel:#0b0f16;
  --panel-2:#0d1118;
  --line:#1b2230;
  --line-soft:#151b26;
  --txt:#e8ecf2;
  --muted:#a6b0bf;
  --muted-2:#8b95a4;
  --orange:#ff8a1e;
  --orange-2:#ffb300;
  --yellow:#ffc21b;
  --red:#ff4632;
  --green:#37d55f;
  --radius:14px;
  --container:1240px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--txt);
  font-family:"Barlow",system-ui,-apple-system,"Segoe UI",sans-serif;
  font-size:16px;
  line-height:1.45;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{margin:0;font-family:"Montserrat",sans-serif;line-height:1.12}
p{margin:0}
.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 26px}

/* generic icon styling */
.ic{width:26px;height:26px;fill:none;stroke:var(--orange);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:none}
.ic.fill{fill:var(--orange);stroke:none}
.ic .s-fill{fill:var(--orange);stroke:none}

/* ============ BUTTONS ============ */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:"Montserrat",sans-serif;font-weight:700;cursor:pointer;transition:.2s ease}
.btn-pill{
  background:linear-gradient(180deg,#ffd84d,#f9a800);
  color:#1a1204;font-size:14px;padding:11px 22px;border-radius:999px;
  box-shadow:0 6px 22px rgba(255,168,0,.28);
}
.btn-pill:hover{filter:brightness(1.07);transform:translateY(-1px)}
.btn-cta{
  background:linear-gradient(180deg,#ffd447,#f5a800);
  color:#241704;font-size:20px;padding:16px 34px;border-radius:12px;
  box-shadow:0 10px 34px rgba(255,160,0,.32),inset 0 1px 0 rgba(255,255,255,.45);
}
.btn-cta:hover{filter:brightness(1.06);transform:translateY(-2px)}
.ic-dl{width:22px;height:22px;fill:none;stroke:#241704;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}

/* ============ HEADER ============ */
.site-header{
  position:fixed;top:0;left:0;right:0;z-index:60;
  background:rgba(3,5,9,.72);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(255,255,255,.04);
  transition:background .25s;
}
.header-inner{display:flex;align-items:center;gap:26px;height:74px}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:38px;height:38px;border-radius:9px}
.brand-text{
  font-family:"Montserrat",sans-serif;font-weight:800;font-size:15px;letter-spacing:.06em;
  display:flex;flex-direction:column;line-height:1.08;
}
.brand-text em{font-style:normal;color:var(--orange-2);letter-spacing:.22em;font-size:13px}
.main-nav{margin-left:auto;display:flex;gap:38px}
.main-nav a{font-size:15px;color:#dfe4ec;font-weight:500;transition:color .2s}
.main-nav a:hover{color:var(--orange-2)}
.site-header .btn-pill{margin-left:auto}
.nav-toggle{display:none;background:none;border:0;flex-direction:column;gap:5px;padding:8px;cursor:pointer;margin-left:auto}
.nav-toggle span{width:24px;height:2px;background:#e6eaf0;border-radius:2px}

/* ============ HERO ============ */
.hero{position:relative;padding:120px 0 46px;overflow:hidden;background:#03050a}
.hero-bg{
  position:absolute;inset:0;
  background:
    radial-gradient(720px 340px at 74% 36%,rgba(255,120,10,.13),transparent 70%),
    radial-gradient(520px 260px at 12% 66%,rgba(255,110,10,.06),transparent 70%),
    radial-gradient(1000px 620px at 62% 4%,rgba(18,40,74,.30),transparent 72%),
    linear-gradient(180deg,#040711 0%,#03050c 55%,#02040a 100%);
}
.hero-bg::after{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(78deg,transparent 34%,rgba(255,138,30,.30) 40%,transparent 41%),
    linear-gradient(72deg,transparent 44%,rgba(255,110,20,.20) 47%,transparent 48%),
    linear-gradient(100deg,transparent 52%,rgba(255,150,40,.14) 54%,transparent 56%);
  filter:blur(1.5px);
  opacity:.65;
  mask-image:radial-gradient(700px 320px at 42% 42%,#000 10%,transparent 78%);
  -webkit-mask-image:radial-gradient(700px 320px at 42% 42%,#000 10%,transparent 78%);
}
.hero-pc{
  position:absolute;right:0;top:44px;width:min(58%,900px);height:auto;
  mask-image:linear-gradient(90deg,transparent 0,#000 16%,#000 100%),linear-gradient(180deg,#000 78%,transparent 100%);
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 16%,#000 100%),linear-gradient(180deg,#000 78%,transparent 100%);
  mask-composite:intersect;-webkit-mask-composite:source-in;
  pointer-events:none;
}
.hero-inner{position:relative;z-index:2}
.hero-title{
  font-weight:900;font-style:italic;text-transform:uppercase;
  font-size:clamp(46px,7.2vw,96px);line-height:.94;letter-spacing:-.01em;
  display:flex;flex-direction:column;
}
.t-silver{
  background:linear-gradient(180deg,#ffffff 8%,#dfe6ef 38%,#8e99a8 62%,#f2f5f9 90%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
  filter:drop-shadow(0 4px 12px rgba(0,0,0,.75));
}
.t-gold{
  background:linear-gradient(180deg,#ffd35a 6%,#ffb01c 42%,#f08a00 70%,#ffc94d 96%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
  filter:drop-shadow(0 6px 18px rgba(255,140,0,.35));
}
.hero-sub{
  margin-top:22px;font-size:20px;color:#d7dde6;line-height:1.5;max-width:560px;
  text-shadow:0 2px 12px rgba(0,0,0,.8);
}
.games{display:flex;align-items:center;gap:34px;margin:34px 0 26px;flex-wrap:wrap}
.games img{height:30px;width:auto;mix-blend-mode:screen;opacity:.95}
.games img[src*="cs2"]{height:36px}
.games img[src*="apex"]{height:38px}
.games span{font-family:"Montserrat",sans-serif;font-weight:700;font-size:15px;letter-spacing:.06em;color:#e7ecf3}

.hero-chips{display:flex;gap:14px;flex-wrap:wrap;max-width:820px}
.chip{
  display:flex;align-items:center;gap:12px;
  background:rgba(10,14,21,.82);border:1px solid rgba(255,255,255,.09);
  border-radius:12px;padding:14px 18px;backdrop-filter:blur(4px);
  font-size:14.5px;color:#e4e9f0;line-height:1.25;
}
.chip .ic{width:24px;height:24px}
.hero-cta{margin:30px 0 0 96px}

/* ============ TRUST BAR ============ */
.trust{background:#03060c;padding:22px 0 24px;position:relative;z-index:3}
.trust-bar{
  display:grid;grid-template-columns:repeat(5,1fr);
  background:linear-gradient(180deg,#0a0e15,#080b11);
  border:1px solid var(--line-soft);border-radius:var(--radius);
  padding:18px 10px;
}
.trust-item{display:flex;align-items:center;gap:11px;padding:4px 14px;border-right:1px solid rgba(255,255,255,.06)}
.trust-item:last-child{border-right:0}
.trust-item .ic{width:24px;height:24px}
.trust-item strong{display:block;font-family:"Montserrat",sans-serif;font-weight:700;font-size:14.5px;color:#eef1f6;white-space:nowrap}
.trust-item span{font-size:12.5px;color:var(--muted-2);white-space:nowrap}

/* ============ SECTIONS ============ */
.section{padding:36px 0}
.section-title{
  text-align:center;font-weight:800;font-style:italic;font-size:clamp(23px,2.4vw,31px);
  color:#fff;margin-bottom:26px;letter-spacing:-.005em;
}
.section-title.small{font-size:clamp(19px,1.8vw,24px);margin-bottom:26px}

.ba-section{background:linear-gradient(180deg,#02050c,#03060e);border-bottom:1px solid rgba(255,255,255,.05)}

/* ============ ANTES / DESPUÉS ============ */
.ba-grid{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px}
.ba-card{
  display:flex;align-items:stretch;gap:10px;
  background:linear-gradient(180deg,#0d1119,#0a0d14);
  border:1px solid var(--line-soft);border-radius:16px;padding:10px;
}
.ba-stats{display:flex;flex-direction:column;justify-content:space-between;gap:8px;min-width:132px;padding:8px 6px}
.stat{display:flex;flex-direction:column;gap:1px;padding:0 6px}
.stat + .stat{border-top:1px solid rgba(255,255,255,.07);padding-top:9px}
.stat .lbl{font-size:14px;color:#c4ccd7}
.stat .val{font-family:"Montserrat",sans-serif;font-weight:700;font-size:32px;line-height:1.05}
.stat .val i{font-style:normal;font-size:16px;font-weight:600}
.val.red{color:#ff4632}
.val.green{color:#3ddc63}
.ba-shot{position:relative;flex:1;border-radius:10px;overflow:hidden;min-height:180px}
.ba-shot img{width:100%;height:100%;object-fit:cover}
.tag{
  position:absolute;top:10px;font-family:"Montserrat",sans-serif;font-weight:700;font-size:13px;
  letter-spacing:.04em;padding:5px 13px;border-radius:7px;color:#fff;
}
.tag-red{left:0;background:#8c1f16;border-top-left-radius:0;border-bottom-left-radius:0}
.tag-green{left:10px;background:#12772f;border-radius:7px}
.ba-arrow svg{width:52px;height:74px;fill:none;stroke:#ff8f14;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 14px rgba(255,140,0,.45))}
.ba-foot{text-align:center;margin-top:16px;font-size:14px;color:var(--muted-2)}

/* ============ BENEFICIOS ============ */
.benefits-section{background:#02050d;padding-bottom:26px}
.benefits{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.benefit{
  background:linear-gradient(180deg,#0d1017,#0a0d13);
  border:1px solid var(--line-soft);border-radius:13px;padding:18px 16px 20px;
}
.b-head{display:flex;align-items:center;gap:10px;margin-bottom:13px;min-height:42px}
.b-head .ic{width:24px;height:24px}
.b-head h3{font-size:14.6px;font-weight:700;color:#f0f3f8;line-height:1.22}
.benefit p{font-size:13.2px;color:var(--muted);line-height:1.5}

/* ============ INCLUYE ============ */
.includes-section{background:#02050d;padding-bottom:22px}
.includes{display:grid;grid-template-columns:repeat(6,1fr);gap:13px}
.inc-card{
  background:linear-gradient(180deg,#0b0e15,#090c12);
  border:1px solid rgba(255,140,20,.35);border-radius:12px;padding:9px 9px 16px;
  box-shadow:0 0 0 1px rgba(255,140,20,.05),0 10px 30px rgba(0,0,0,.4);
}
.inc-shot{border-radius:8px;overflow:hidden;background:#0a0d13;margin-bottom:13px}
.inc-shot img{width:100%;height:auto;display:block}
.inc-card h3{font-size:17px;font-weight:700;color:#fff;margin:0 4px 7px}
.inc-card p{font-size:13.5px;color:var(--muted);line-height:1.45;margin:0 4px}

/* ============ PASOS ============ */
.steps-section{background:#02050d;padding-top:18px}
.steps{
  display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:16px;
  background:linear-gradient(180deg,#0a0e14,#080b11);
  border:1px solid rgba(255,140,20,.28);border-radius:16px;padding:22px 26px;
}
.step{display:flex;align-items:center;gap:16px}
.step-num{
  flex:none;width:46px;height:46px;border-radius:50%;
  border:2px solid var(--orange);color:var(--orange-2);
  display:grid;place-items:center;font-family:"Montserrat",sans-serif;font-weight:700;font-size:22px;
  box-shadow:0 0 18px rgba(255,140,0,.28),inset 0 0 12px rgba(255,140,0,.12);
}
.step h3{font-size:17px;font-weight:700;color:#f2f5f9;margin-bottom:4px}
.step p{font-size:13.5px;color:var(--muted);line-height:1.45}
.step-arrow svg{width:58px;height:22px;fill:none;stroke:var(--orange);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}

/* ============ RESULTADOS ============ */
.results-section{background:#02050d;padding-bottom:10px}
.results{display:grid;grid-template-columns:1.55fr 1fr 1fr 1.05fr;gap:16px;align-items:stretch}
.panel{
  background:linear-gradient(180deg,#0a0e15,#080b11);
  border:1px solid var(--line-soft);border-radius:14px;padding:18px 20px;position:relative;overflow:hidden;
}
.chart-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}
.chart-title{font-size:16px;color:#dbe1e9}
.legend{font-size:13px;color:#c9d0da;display:flex;align-items:center;gap:12px}
.legend .dot{width:14px;height:3px;border-radius:2px;display:inline-block;margin-right:5px;vertical-align:middle}
.legend .dot.red{background:#ff3b21}
.legend .dot.green{background:#2fd155}
.chart-wrap{position:relative}
.fps-chart{width:100%;height:auto;display:block}
.fps-chart .grid{stroke:rgba(255,255,255,.10);stroke-width:1}
.fps-chart .axis{stroke:rgba(255,255,255,.35);stroke-width:1.2}
.fps-chart text{fill:#9aa4b1;font-family:"Barlow",sans-serif;font-size:15px}
.fps-chart .ln{fill:none;stroke-width:2.4;stroke-linejoin:round;stroke-linecap:round}
.fps-chart .ln.before{stroke:#ff3b21}
.fps-chart .ln.after{stroke:#2fd155}
.axis-x-label{display:block;text-align:center;font-size:12.5px;color:#9aa4b1;margin-top:2px}

.metric-panel{display:flex;flex-direction:column;justify-content:center;padding:22px 24px}
.metric{font-family:"Montserrat",sans-serif;font-weight:800;font-size:58px;line-height:1}
.metric.orange{color:#ff6a1a;text-shadow:0 0 26px rgba(255,90,10,.25)}
.metric.green{color:#3ddc63;text-shadow:0 0 26px rgba(50,210,90,.2)}
.metric-panel strong{font-family:"Montserrat",sans-serif;font-weight:600;font-size:22px;color:#eef2f7;margin:6px 0 12px}
.metric-panel p{font-size:13.5px;color:var(--muted-2);max-width:230px;line-height:1.5}
.arrow-up{position:absolute;right:14px;bottom:26px;width:64px;height:96px;fill:#8a3f10;stroke:#8a3f10;stroke-width:9;stroke-linecap:round;opacity:.85}
.arrow-up path:first-child{fill:none}
.arrow-down{position:absolute;right:22px;bottom:34px;width:38px;height:88px;fill:#1f8a3c;stroke:#1f8a3c;stroke-width:9;stroke-linecap:round;opacity:.9}
.arrow-down path:first-child{fill:none}

.gauge-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:6px}
.gauge-title{font-size:17px;color:#e2e7ee}
.gauge{width:min(100%,240px);height:auto}
.gauge-panel p{font-size:14px;color:#c9d1db;line-height:1.45}

/* ============ CTA BAND ============ */
.cta-band{
  position:relative;overflow:hidden;padding:26px 0;
  background:linear-gradient(90deg,#08080a 0%,#070707 42%,#090706 68%,#0e0904 88%,#120b04 100%);
  border-top:1px solid rgba(255,140,20,.25);
  border-bottom:1px solid rgba(255,140,20,.18);
}
.cta-band::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:url("img/cta-fire.jpg") center/100% 100% no-repeat;
  mix-blend-mode:screen;
}
.cta-inner{position:relative;z-index:2;display:flex;align-items:center;gap:40px;flex-wrap:wrap}
.cta-copy h2{display:flex;flex-direction:column;font-weight:900;font-style:italic;text-transform:uppercase;font-size:clamp(26px,3.4vw,44px);line-height:1}
.cta-copy p{margin-top:10px;font-size:18px;color:#e9edf3;font-weight:500}
.cta-actions{margin-left:auto;display:flex;flex-direction:column;gap:12px;align-items:flex-start}
.social-row{display:flex;gap:14px;flex-wrap:wrap}
.social{
  display:inline-flex;align-items:center;gap:10px;border-radius:11px;padding:11px 20px;
  font-family:"Montserrat",sans-serif;font-weight:600;font-size:15px;color:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.35);transition:.2s;
}
.social:hover{transform:translateY(-2px);filter:brightness(1.08)}
.ic-s{width:22px;height:22px;fill:none;stroke:#fff;stroke-width:1.7;stroke-linejoin:round;flex:none}
.ic-s .s-fill{fill:#fff;stroke:none}
.xlogo{fill:#fff;stroke:none}
.social.wa{background:linear-gradient(180deg,#22c552,#128c37)}
.social.ig{background:linear-gradient(90deg,#f0447a,#e3357f,#c73bb0)}
.social.xt{background:#101216;border:1px solid #2a2f38}
.social.dc{background:linear-gradient(180deg,#5a72f0,#4159e0)}
.cta-main{font-size:20px;padding:14px 36px}

/* ============ FAQ ============ */
.faq-section{background:#02050d;padding-top:34px}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.faq{
  background:linear-gradient(180deg,#0b0e15,#090c12);
  border:1px solid var(--line-soft);border-radius:12px;
}
.faq summary{
  display:flex;align-items:flex-start;gap:13px;padding:16px 18px;cursor:pointer;list-style:none;
}
.faq summary::-webkit-details-marker{display:none}
.ic-q{width:22px;height:22px;fill:none;stroke:var(--orange);stroke-width:1.6;flex:none;margin-top:2px}
.ic-q .s-fill{fill:var(--orange);stroke:none}
.q-text{display:flex;flex-direction:column;gap:4px;flex:1}
.q-text strong{font-family:"Montserrat",sans-serif;font-weight:600;font-size:17px;color:#f0f3f8}
.q-text em{font-style:normal;font-size:13.5px;color:var(--muted-2);line-height:1.45}
.chev{width:24px;height:24px;fill:none;stroke:var(--orange);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;flex:none;align-self:center;transition:transform .25s}
.faq:not([open]) .q-text em{display:none}
.faq:not([open]) .chev{transform:rotate(-90deg)}

/* ============ FOOTER ============ */
.site-footer{
  background:linear-gradient(180deg,#080b12,#05080e);
  border-top:1px solid rgba(255,255,255,.06);padding:40px 0 34px;
}
.footer-inner{display:grid;grid-template-columns:1.35fr .7fr .85fr 275px 1.1fr;gap:26px}
.f-brand p{margin:16px 0 12px;font-size:14px;color:var(--muted);max-width:300px;line-height:1.5}
.f-brand small{font-size:13px;color:#77808d}
.f-col h4{font-family:"Montserrat",sans-serif;font-weight:700;font-size:13.5px;letter-spacing:.1em;color:#cfd6e0;margin-bottom:14px}
.f-col a{display:block;font-size:14.5px;color:var(--muted);margin-bottom:9px;transition:color .2s}
.f-col a:hover{color:var(--orange-2)}
.f-social-grid{display:flex;flex-wrap:wrap;gap:10px;max-width:275px}
.social.sm{padding:9px 13px;font-size:12.5px;border-radius:9px;margin:0;white-space:nowrap;gap:8px;flex:0 0 auto}
.social.sm .ic-s{width:18px;height:18px}
.f-badges{border-left:1px solid rgba(255,255,255,.07);padding-left:26px;display:flex;flex-direction:column;gap:14px}
.badge{display:flex;align-items:center;gap:12px}
.badge strong{display:block;font-family:"Montserrat",sans-serif;font-weight:600;font-size:15px;color:#eef1f6}
.badge span{font-size:13px;color:#828c99}
.green-ic{stroke:#2fd155}

/* ============ RESPONSIVE ============ */
@media (max-width:1180px){
  .benefits,.includes{grid-template-columns:repeat(3,1fr)}
  .results{grid-template-columns:1fr 1fr}
  .footer-inner{grid-template-columns:1.4fr 1fr 1fr;row-gap:34px}
  .f-badges{border-left:0;padding-left:0}
}
@media (max-width:980px){
  .main-nav{display:none}
  .main-nav.open{
    display:flex;flex-direction:column;gap:18px;position:absolute;top:74px;left:0;right:0;
    background:rgba(4,7,13,.97);padding:22px 26px;border-bottom:1px solid var(--line-soft);
  }
  .nav-toggle{display:flex}
  .site-header .btn-pill{display:none}
  .hero{padding-top:96px;display:flex;flex-direction:column}
  .hero-inner{order:1}
  .hero-pc{order:2}
  .hero-pc{position:relative;width:100%;top:0;margin:26px 0 -10px;opacity:.9;
    mask-image:linear-gradient(180deg,#000 80%,transparent 100%);
    -webkit-mask-image:linear-gradient(180deg,#000 80%,transparent 100%);}
  .hero-cta{margin-left:0}
  .trust-bar{grid-template-columns:repeat(2,1fr);gap:16px}
  .trust-item{border-right:0}
  .ba-grid{grid-template-columns:1fr}
  .ba-arrow{justify-self:center;transform:rotate(90deg);margin:6px 0}
  .steps{grid-template-columns:1fr;gap:20px}
  .step-arrow{justify-self:center;transform:rotate(90deg)}
  .faq-grid{grid-template-columns:1fr}
  .cta-actions{margin-left:0}
}
@media (max-width:680px){
  .benefits,.includes{grid-template-columns:1fr 1fr}
  .results{grid-template-columns:1fr}
  .footer-inner{grid-template-columns:1fr 1fr}
  .trust-bar{grid-template-columns:1fr}
  .hero-sub br{display:none}
  .hero-chips{gap:10px}
  .chip{font-size:13px;padding:11px 13px}
  .ba-card{flex-direction:column}
  .ba-stats{flex-direction:row;min-width:0}
  .stat + .stat{border-top:0;border-left:1px solid rgba(255,255,255,.07);padding-top:0;padding-left:12px}
  .cta-main,.btn-cta{font-size:17px;padding:14px 24px;width:100%}
  .social{flex:1;justify-content:center}
}
@media (max-width:460px){
  .footer-inner{grid-template-columns:1fr}
  .games{gap:18px}
  .hero-title{font-size:42px}
}
