:root{
  color-scheme:dark;
  --bg:#070915;
  --ink:#f8fbff;
  --muted:#b8c3d6;
  --line:rgba(255,255,255,.14);
  --panel:rgba(12,17,31,.78);
  --panel-strong:#101827;
  --yellow:#ffd64a;
  --lime:#9eff58;
  --teal:#38e6cf;
  --pink:#ff4d8c;
  --red:#ff5a4a;
  --blue:#62a8ff;
  --shadow:0 26px 80px rgba(0,0,0,.36);
  --radius:8px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:#070915;
  color:var(--ink);
  line-height:1.5;
  overflow-x:hidden;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  background:#070915 url("/processor-assets/bg_effects.png") center top/cover no-repeat;
  opacity:.32;
  pointer-events:none;
}
body::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(180deg,rgba(7,9,21,.36),rgba(7,9,21,.94) 44%,#070915),
    linear-gradient(110deg,rgba(255,214,74,.12),transparent 28%,rgba(56,230,207,.08) 66%,rgba(255,77,140,.12));
  pointer-events:none;
}
a{color:inherit}
img{max-width:100%;display:block}
h1,h2,h3,p{margin:0}
h1{
  margin-top:14px;
  font-size:clamp(58px,12vw,132px);
  line-height:.82;
  letter-spacing:0;
  text-transform:uppercase;
  text-shadow:0 7px 0 rgba(23,0,55,.48),0 0 34px rgba(255,214,74,.2);
}
h2{
  font-size:clamp(34px,5.8vw,72px);
  line-height:.96;
  letter-spacing:0;
}
h3{
  font-size:22px;
  line-height:1.08;
}
.button,.nav-cta{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:var(--radius);
  padding:0 18px;
  text-decoration:none;
  font-weight:1000;
  border:1px solid transparent;
  white-space:nowrap;
}
.button.primary,.nav-cta{
  background:var(--yellow);
  color:#171000;
  box-shadow:0 14px 36px rgba(255,214,74,.22);
}
.button.secondary{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.18);
  color:#fff;
}
.site-header{
  position:sticky;
  top:0;
  z-index:30;
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:12px clamp(16px,4vw,54px);
  background:rgba(7,9,21,.78);
  border-bottom:1px solid rgba(255,255,255,.1);
  backdrop-filter:blur(16px);
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  font-weight:1000;
  font-size:20px;
  min-width:0;
}
.brand img{
  width:42px;
  height:42px;
  border-radius:8px;
  object-fit:cover;
  box-shadow:0 12px 28px rgba(0,0,0,.28);
}
.nav-links{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:6px;
  flex-wrap:wrap;
}
.nav-links a{
  color:#dce6f7;
  text-decoration:none;
  font-weight:850;
  padding:10px 11px;
  border-radius:var(--radius);
}
.nav-links a:hover{background:rgba(255,255,255,.08)}
.nav-links .nav-cta{
  color:#171000;
  padding:0 16px;
}
.hero{
  position:relative;
  min-height:calc(84svh - 72px);
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(350px,.94fr);
  gap:clamp(28px,5vw,74px);
  align-items:center;
  padding:clamp(26px,4.8vw,54px) clamp(16px,4vw,54px) 28px;
  isolation:isolate;
  overflow:hidden;
}
.hero-bg{
  position:absolute;
  inset:clamp(10px,2vw,28px);
  z-index:-1;
  border:1px solid rgba(255,255,255,.12);
  border-radius:var(--radius);
  background:
    linear-gradient(90deg,rgba(5,7,18,.88),rgba(5,7,18,.52) 48%,rgba(5,7,18,.9)),
    url("/processor-assets/bg_effects.png") center/cover no-repeat;
  box-shadow:0 0 70px rgba(255,214,74,.16),var(--shadow);
}
.hero-copy{
  max-width:800px;
  position:relative;
  z-index:3;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(255,214,74,.34);
  background:rgba(9,13,27,.58);
  color:#ffe89f;
  font-size:13px;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.eyebrow::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--teal);
  box-shadow:0 0 20px var(--teal);
}
.lead{
  max-width:710px;
  margin-top:18px;
  color:#eef4ff;
  font-size:clamp(17px,2.2vw,23px);
  font-weight:760;
  text-shadow:0 2px 18px rgba(0,0,0,.36);
}
.hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:24px;
}
.proof-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:20px;
  max-width:760px;
}
.proof-strip span{
  min-height:66px;
  padding:14px;
  border-radius:var(--radius);
  border:1px solid rgba(255,255,255,.16);
  background:rgba(8,12,25,.66);
  color:#c8d3e8;
  font-size:14px;
}
.proof-strip strong{
  display:block;
  color:#fff;
  font-size:18px;
}
.hero-showcase{
  position:relative;
  min-height:470px;
  display:grid;
  align-items:center;
  justify-items:center;
}
.desktop-frame{
  width:min(540px,96%);
  border:1px solid rgba(255,255,255,.16);
  border-radius:var(--radius);
  overflow:hidden;
  background:#07101e;
  box-shadow:var(--shadow);
  transform:rotate(-1deg);
}
.frame-top{
  min-height:42px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 14px;
  background:#111b2b;
  color:#dce6f7;
  font-size:12px;
  font-weight:1000;
}
.frame-top span{
  width:10px;
  height:10px;
  border-radius:999px;
  background:var(--red);
}
.frame-top span:nth-child(2){background:var(--yellow)}
.frame-top span:nth-child(3){background:var(--teal)}
.frame-top b{margin-left:8px;letter-spacing:.08em}
.desktop-screen{
  padding:16px;
  background:
    linear-gradient(140deg,rgba(255,214,74,.13),transparent 32%),
    linear-gradient(180deg,#101a2b,#080d17);
}
.screen-menu{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:14px;
}
.screen-menu strong,.screen-menu span{
  min-height:30px;
  display:inline-flex;
  align-items:center;
  border-radius:var(--radius);
  padding:0 10px;
  background:rgba(255,255,255,.08);
  color:#dfe8f8;
  font-size:12px;
  font-weight:900;
}
.screen-menu strong{background:var(--yellow);color:#151000}
.screen-hero{
  min-height:160px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:14px;
  align-items:end;
  padding:14px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:var(--radius);
  background:rgba(0,0,0,.26);
}
.screen-hero img{
  height:144px;
  width:100%;
  object-fit:cover;
  border-radius:var(--radius);
}
.screen-hero small{
  color:var(--teal);
  font-weight:1000;
  text-transform:uppercase;
  font-size:12px;
}
.screen-hero strong{
  display:block;
  margin-top:4px;
  font-size:25px;
  line-height:1;
}
.screen-hero p{margin-top:8px;color:#bfcbdd;font-size:14px}
.game-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin-top:12px;
}
.game-grid img{
  aspect-ratio:4/5;
  width:100%;
  object-fit:cover;
  border-radius:var(--radius);
  border:1px solid rgba(255,255,255,.13);
}
.phone-frame{
  position:absolute;
  right:0;
  bottom:0;
  width:154px;
  aspect-ratio:9/18.4;
  border-radius:34px;
  padding:10px;
  background:linear-gradient(145deg,#2a3145,#060912 58%,#20283b);
  border:1px solid rgba(255,255,255,.2);
  box-shadow:0 24px 60px rgba(0,0,0,.42);
  transform:rotate(6deg);
}
.phone-notch{
  position:absolute;
  top:10px;
  left:50%;
  width:72px;
  height:18px;
  transform:translateX(-50%);
  border-radius:0 0 14px 14px;
  background:#050815;
  z-index:2;
}
.phone-screen{
  position:relative;
  height:100%;
  overflow:hidden;
  border-radius:26px;
  background:#0a1020;
}
.phone-screen img{
  height:100%;
  width:100%;
  object-fit:cover;
}
.phone-overlay{
  position:absolute;
  left:10px;
  right:10px;
  bottom:10px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:var(--radius);
  padding:10px;
  background:rgba(4,8,18,.72);
  backdrop-filter:blur(12px);
}
.phone-overlay small{color:var(--lime);font-weight:1000}
.phone-overlay strong{display:block;font-size:18px}
.hero-float{
  position:absolute;
  z-index:2;
  pointer-events:none;
  filter:drop-shadow(0 22px 24px rgba(0,0,0,.36));
}
.chip-a{width:108px;left:2.4%;top:20%;transform:rotate(-14deg)}
.chip-b{width:94px;right:4%;top:18%;transform:rotate(12deg)}
.coins-a{width:126px;left:45%;bottom:6%}
.dice-a{width:116px;right:9%;bottom:7%;transform:rotate(-8deg)}
.section{
  padding:clamp(62px,8vw,112px) clamp(16px,4vw,54px);
}
.intro-section{
  padding-top:32px;
}
.section-head{
  max-width:980px;
  margin:0 auto 34px;
  text-align:center;
}
.section-head h2{margin-top:14px}
.section-head p{
  max-width:760px;
  margin:16px auto 0;
  color:var(--muted);
  font-size:18px;
}
.split-head{
  max-width:1160px;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:28px;
  align-items:end;
  text-align:left;
}
.split-head p{margin:0;color:#d1daea}
.solution-grid{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.solution-grid article,.skin-card,.market-grid article{
  border:1px solid rgba(255,255,255,.14);
  border-radius:var(--radius);
  background:rgba(11,17,31,.72);
  box-shadow:0 18px 52px rgba(0,0,0,.2);
  overflow:hidden;
}
.solution-grid img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
}
.solution-grid h3{padding:18px 18px 0}
.solution-grid p{
  padding:9px 18px 20px;
  color:var(--muted);
  font-size:15px;
}
.skins-section{
  background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015));
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.skin-grid{
  max-width:1160px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.skin-card{
  padding:14px;
}
.skin-visual{
  min-height:190px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-bottom:16px;
}
.skin-visual img{
  width:100%;
  height:190px;
  object-fit:cover;
  border-radius:var(--radius);
}
.skin-visual.wide{display:block}
.skin-visual.wide img{height:190px}
.skin-visual.scene3d{
  position:relative;
  display:block;
  overflow:hidden;
  border-radius:var(--radius);
  background:#13091d;
}
.skin-visual.scene3d img{
  height:190px;
  opacity:.9;
  filter:saturate(1.25) contrast(1.1);
}
.skin-visual.scene3d b{
  position:absolute;
  inset:auto 14px 12px auto;
  font-size:72px;
  line-height:.85;
  color:#fff;
  text-shadow:0 6px 0 rgba(255,77,140,.46);
}
.skin-card span{
  color:var(--yellow);
  font-size:12px;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.skin-card h3{margin-top:6px}
.skin-card p{margin-top:9px;color:var(--muted);font-size:15px}
.classic{background:linear-gradient(180deg,rgba(255,214,74,.08),rgba(11,17,31,.72))}
.live{background:linear-gradient(180deg,rgba(56,230,207,.08),rgba(11,17,31,.72))}
.game3d{background:linear-gradient(180deg,rgba(255,77,140,.1),rgba(11,17,31,.72))}
.sports{background:linear-gradient(180deg,rgba(98,168,255,.09),rgba(11,17,31,.72))}
.providers-section{
  background:
    linear-gradient(180deg,rgba(7,9,21,.82),rgba(7,9,21,.96)),
    url("/apostar/assets/cat-slots.jpg") center/cover no-repeat;
}
.provider-wall{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.provider-wall span{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:12px;
  border-radius:var(--radius);
  border:1px solid rgba(255,255,255,.16);
  background:rgba(8,12,24,.78);
  color:#fff;
  font-size:clamp(18px,2.2vw,26px);
  font-weight:1000;
  box-shadow:0 18px 42px rgba(0,0,0,.22);
}
.provider-wall span:nth-child(3n+1){color:#ffe580}
.provider-wall span:nth-child(3n+2){color:#8ff7ea}
.provider-wall span:nth-child(3n+3){color:#ffc1da}
.brand-note{
  max-width:900px;
  margin:18px auto 0;
  color:#aebbd0;
  text-align:center;
  font-size:13px;
}
.operation-section{
  max-width:1240px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(320px,1fr) minmax(320px,.9fr);
  gap:36px;
  align-items:center;
}
.control-panel{
  border:1px solid rgba(255,255,255,.14);
  border-radius:var(--radius);
  background:#edf4f9;
  color:#142033;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.control-top{
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 18px;
  background:#111b2a;
  color:#fff;
}
.control-top span{
  min-height:28px;
  display:inline-flex;
  align-items:center;
  padding:0 10px;
  border-radius:999px;
  background:#1de5bf;
  color:#03140f;
  font-weight:1000;
}
.metric-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  padding:16px;
}
.metric-row div,.activity-list span{
  border:1px solid #d6e2ea;
  border-radius:var(--radius);
  background:#fff;
  padding:13px;
}
.metric-row strong,.metric-row span{display:block}
.metric-row span,.activity-list{color:#617086;font-size:13px}
.chart-lines{
  height:170px;
  margin:0 16px 16px;
  border-radius:var(--radius);
  background:linear-gradient(180deg,#ffffff,#edf3f8);
  border:1px solid #d6e2ea;
  display:flex;
  align-items:end;
  gap:10px;
  padding:18px;
}
.chart-lines i{
  flex:1;
  border-radius:8px 8px 0 0;
  background:linear-gradient(180deg,#ff4d8c,#ffd64a);
}
.chart-lines i:nth-child(1){height:42%}
.chart-lines i:nth-child(2){height:72%;background:linear-gradient(180deg,#38e6cf,#62a8ff)}
.chart-lines i:nth-child(3){height:55%}
.chart-lines i:nth-child(4){height:88%;background:linear-gradient(180deg,#9eff58,#38e6cf)}
.chart-lines i:nth-child(5){height:68%}
.activity-list{
  display:grid;
  gap:10px;
  padding:0 16px 16px;
}
.activity-list b{color:#172134}
.operation-copy h2{margin-top:14px}
.operation-copy p{
  margin-top:16px;
  color:#d1dbea;
  font-size:18px;
}
.feature-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:22px;
}
.feature-list span{
  min-height:56px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:var(--radius);
  background:rgba(255,255,255,.06);
  padding:13px;
  color:#f1f6ff;
  font-weight:850;
}
.market-section{
  background:linear-gradient(135deg,rgba(255,214,74,.12),rgba(56,230,207,.08) 45%,rgba(255,77,140,.12));
}
.market-copy{
  max-width:1120px;
  margin:0 auto 28px;
}
.market-copy h2{margin-top:14px;max-width:980px}
.market-grid{
  max-width:1120px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.market-grid article{
  padding:22px;
}
.market-grid strong{
  display:inline-flex;
  color:#171000;
  background:var(--yellow);
  border-radius:var(--radius);
  min-height:34px;
  align-items:center;
  padding:0 10px;
  margin-bottom:18px;
}
.market-grid p{margin-top:10px;color:var(--muted)}
.contact-section{
  margin:clamp(24px,5vw,54px);
  padding:clamp(30px,5vw,54px);
  border:1px solid rgba(255,255,255,.16);
  border-radius:var(--radius);
  background:
    linear-gradient(90deg,rgba(8,12,24,.88),rgba(8,12,24,.52)),
    url("/apostar/assets/cat-crash.jpg") center/cover no-repeat;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  align-items:end;
  box-shadow:var(--shadow);
}
.contact-section h2{
  max-width:860px;
  margin-top:14px;
}
.contact-section p{
  max-width:680px;
  margin-top:16px;
  color:#dce6f8;
  font-size:18px;
}
.contact-actions{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.site-footer{
  display:flex;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  padding:28px clamp(16px,4vw,54px) 52px;
  border-top:1px solid rgba(255,255,255,.1);
  color:#9fabc0;
}
.reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .6s ease,transform .6s ease;
}
.reveal.visible{
  opacity:1;
  transform:none;
}
.intro-section.reveal{
  opacity:1;
  transform:none;
}
@media (max-width:1080px){
  .hero,.operation-section,.split-head,.contact-section{grid-template-columns:1fr}
  .hero{min-height:auto}
  .hero-showcase{min-height:520px}
  .solution-grid,.skin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .provider-wall{grid-template-columns:repeat(3,minmax(0,1fr))}
  .contact-actions{flex-direction:row;flex-wrap:wrap}
}
@media (max-width:720px){
  .site-header{align-items:flex-start}
  .nav-links a:not(.nav-cta){display:none}
  .hero{
    display:block;
    min-height:calc(82svh - 73px);
    padding:26px 16px 24px;
  }
  .hero-bg{inset:0;border-left:0;border-right:0}
  h1{font-size:clamp(64px,22vw,118px)}
  .lead{font-size:18px}
  .solution-grid,.skin-grid,.provider-wall,.metric-row,.feature-list,.market-grid{
    grid-template-columns:1fr;
  }
  .hero-actions .button{
    flex:1 1 148px;
    padding:0 10px;
    font-size:14px;
  }
  .proof-strip{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:6px;
    margin-top:16px;
  }
  .proof-strip span{
    min-height:54px;
    padding:8px;
    font-size:11px;
  }
  .proof-strip strong{font-size:13px}
  .hero-showcase{
    position:absolute;
    right:0;
    bottom:0;
    width:156px;
    height:246px;
    min-height:0;
    opacity:.76;
    pointer-events:none;
    z-index:1;
  }
  .desktop-frame{display:none}
  .screen-hero{grid-template-columns:1fr}
  .screen-hero img{height:150px}
  .game-grid{grid-template-columns:repeat(2,1fr)}
  .phone-frame{
    width:118px;
    right:14px;
    bottom:14px;
    opacity:.9;
    z-index:1;
  }
  .hero-float{display:none}
  .section{padding:58px 16px}
  .section-head{text-align:left}
  .section-head p{margin-left:0}
  .contact-section{margin:18px 0;border-radius:0;border-left:0;border-right:0}
  .site-footer{padding-bottom:30px}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .reveal{opacity:1;transform:none;transition:none}
}
