:root {
  --ink: #070022;
  --ink-soft: #100445;
  --orange: #1269e7;
  --orange-light: #48a5ff;
  --mint: #c8ff3d;
  --muted: #c5c8ee;
  --line: rgba(255, 255, 255, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Manrope, Arial, sans-serif; color: #fff; background: var(--ink); }
a { color: inherit; text-decoration: none; }
svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; flex: 0 0 auto; }
.brand-icon, .brand-icon path, .brand-icon circle { stroke: none; }
.play-icon { width: 25px; height: 25px; }
.telegram-icon { width: 27px; height: 27px; }

.site-header { height: 80px; padding: 0 clamp(20px, 6vw, 96px); display: flex; align-items: center; justify-content: space-between; background: #090027; color: #edf0ff; border-bottom: 1px solid rgba(89, 112, 255, .23); }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.75px; font-size: 19px; }
.brand img { width: 38px; height: 38px; object-fit: cover; border-radius: 10px; }
.brand strong { color: var(--orange-light); }
.header-download { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; color: #51a9ff; }
.header-download svg { width: 18px; height: 18px; }

.hero { min-height: 670px; overflow: hidden; isolation: isolate; position: relative; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr); align-items: center; gap: 48px; padding: 72px clamp(20px, 7vw, 116px) 68px; background: radial-gradient(circle at 83% 40%, rgba(11, 77, 215, .46), transparent 28%), linear-gradient(104deg, #070022 0%, #0b0335 56%, #0c0640 100%); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,0,34,.9), rgba(7,0,34,.34)), url("assets/images/splashimage.jpg") center right / min(54vw, 800px) auto no-repeat; opacity: .28; mix-blend-mode: luminosity; }
.hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 170px; background: linear-gradient(transparent, rgba(7,0,34,.9)); }
.hero-glow { position: absolute; z-index: -1; width: 480px; height: 480px; border-radius: 50%; filter: blur(70px); opacity: .25; }
.glow-one { background: #1d55f5; left: -190px; top: -270px; }
.glow-two { background: #3318e9; right: -160px; bottom: -210px; }
.hero-content { max-width: 660px; }
.eyebrow { width: max-content; max-width: 100%; display: flex; align-items: center; gap: 8px; margin: 0 0 20px; padding: 9px 14px; border: 1px solid rgba(72, 165, 255, .58); border-radius: 999px; color: #93c7ff; background: rgba(18, 63, 204, .28); text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: 1.5px; }
.eyebrow svg { width: 17px; height: 17px; }
h1 { max-width: 660px; margin: 0; font-size: clamp(42px, 5vw, 70px); line-height: 1.07; letter-spacing: -3.5px; }
h1 span { color: var(--orange-light); }
.hero-copy { max-width: 615px; margin: 22px 0 30px; color: #d9dcfa; font-size: clamp(15px, 1.35vw, 18px); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 72px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 13px 21px; border-radius: 17px; font-size: 14px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button svg { width: 27px; height: 27px; }
.button span { display: grid; gap: 2px; }
.button b { font-size: 15px; }
.button small { color: inherit; opacity: .7; font-size: 11px; font-weight: 500; }
.button-primary { color: #fff; background: linear-gradient(135deg, #167dec, #2032da); box-shadow: 0 12px 28px rgba(16, 101, 241, .38); }
.button-primary:hover { background: linear-gradient(135deg, #258ef7, #3449f0); box-shadow: 0 16px 30px rgba(16, 101, 241, .54); }
.button-secondary { border: 1px solid rgba(135, 156, 255, .45); background: rgba(11, 4, 52, .55); }
.button-secondary:hover { background: rgba(255, 255, 255, .1); }
.trust-row { display: flex; gap: 0; margin-top: 43px; }
.trust-row div { display: grid; gap: 3px; padding: 0 20px; border-left: 1px solid var(--line); }
.trust-row div:first-child { padding-left: 0; border: 0; }
.trust-row strong { color: #fff; font-size: 14px; }
.trust-row span { color: #afb5e6; font-size: 11px; }

.phone-area { min-height: 530px; position: relative; display: grid; place-items: center; }
.phone-carousel { z-index: 1; width: min(78vw, 272px); overflow: hidden; border: 7px solid #17134b; border-radius: 36px; background: #050018; box-shadow: 0 30px 60px rgba(0,0,0,.48), inset 0 0 0 1px rgba(112, 135, 255, .3); transform: rotate(2deg); }
.phone-track { display: flex; width: 400%; animation: app-screens 16s ease-in-out infinite; }
.phone-track img { display: block; width: 25%; height: auto; flex: 0 0 25%; }
@keyframes app-screens { 0%, 27% { transform: translateX(0); } 33%, 60% { transform: translateX(-25%); } 66%, 93% { transform: translateX(-50%); } 100% { transform: translateX(-75%); } }
@media (prefers-reduced-motion: reduce) { .phone-track { animation: none; } }
.phone { display: none; width: 270px; height: 550px; z-index: 1; padding: 9px; border: 7px solid #17134b; border-radius: 42px; background: #050018; box-shadow: 0 30px 60px rgba(0,0,0,.48), inset 0 0 0 1px rgba(112, 135, 255, .3); transform: rotate(3deg); }
.phone-speaker { width: 78px; height: 18px; position: absolute; z-index: 2; left: calc(50% - 39px); top: 12px; border-radius: 0 0 13px 13px; background: #17134b; }
.app-screen { height: 100%; overflow: hidden; position: relative; padding: 24px 13px 10px; border-radius: 29px; color: #f0f1ff; background: linear-gradient(#090030, #070022 55%); }
.app-screen::before { content: ""; width: 180px; height: 180px; position: absolute; right: -100px; top: 30px; border-radius: 50%; background: #165ee0; filter: blur(55px); opacity: .44; }
.app-topbar { display: flex; align-items: center; justify-content: space-between; position: relative; }
.app-brand { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 800; }
.app-brand img { width: 21px; height: 21px; border-radius: 6px; }
.app-topbar svg { width: 16px; height: 16px; color: #9eb2b6; }
.app-date { position: relative; margin: 26px 0 8px; color: #a5b6b8; font-size: 7px; letter-spacing: 1.15px; font-weight: 800; }
.winner-card { position: relative; overflow: hidden; min-height: 142px; padding: 13px; border-radius: 17px; background: linear-gradient(135deg, #176dd5, #1709c7); box-shadow: 0 12px 20px rgba(0,0,0,.2); }
.winner-card::after { content: ""; width: 150px; height: 150px; position: absolute; right: -50px; bottom: -62px; border: 3px solid rgba(255,255,255,.22); border-radius: 50%; }
.winner-card > span { font-size: 7px; font-weight: 800; letter-spacing: .8px; }
.live-dot { display: inline-block; width: 5px; height: 5px; margin-right: 4px; border-radius: 50%; background: var(--mint); }
.winner-card h2 { margin: 18px 0 10px; font-size: 20px; line-height: 1.08; letter-spacing: -1.1px; }
.mini-stat { display: flex; align-items: center; justify-content: space-between; padding-top: 7px; border-top: 1px solid rgba(255,255,255,.28); font-size: 7px; }
.mini-stat strong { font-size: 8px; }
.app-tabs { display: flex; gap: 15px; margin: 18px 2px 10px; color: #8ea1a3; font-size: 8px; font-weight: 700; }
.app-tabs .active { color: #68b6ff; }
.match-card { position: relative; padding: 11px 8px 9px; margin-bottom: 8px; border: 1px solid rgba(118,135,255,.2); border-radius: 13px; background: linear-gradient(135deg, rgba(23, 107, 213, .92), rgba(22, 10, 194, .93)); }
.team { display: flex; align-items: center; gap: 5px; font-size: 7px; font-weight: 700; }
.team-away { position: absolute; right: 8px; top: 11px; flex-direction: row-reverse; }
.crest { width: 16px; height: 16px; border: 2px solid rgba(255,255,255,.6); border-radius: 50% 50% 43% 43%; }
.blue { background: #4aa6de; }.red { background: #e84538; }.yellow { background: #e9b62b; }.black { background: #313536; }
.match-info { display: grid; gap: 1px; justify-items: center; margin-top: -12px; font-size: 8px; }
.match-info small { color: #98abaf; font-size: 6px; }
.match-card p { display: flex; justify-content: space-between; margin: 11px 0 0; padding-top: 7px; border-top: 1px solid rgba(255,255,255,.09); color: #94a8ab; font-size: 6px; }
.match-card p strong { color: var(--mint); font-size: 8px; }.compact { min-height: 43px; }.compact .match-info { margin-top: -13px; }.compact p { display: none; }
.app-nav { display: flex; justify-content: space-around; position: absolute; right: 0; bottom: 11px; left: 0; color: #8993cb; font-size: 7px; }.app-nav .nav-active { color: var(--mint); }
.football-orbit { position: absolute; border: 1px solid rgba(75, 137, 255, .45); border-radius: 50%; }.orbit-one { width: 430px; height: 430px; }.orbit-two { width: 350px; height: 350px; border-style: dashed; transform: rotate(-30deg); }

.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1180px; margin: -1px auto 0; padding: 70px 24px; color: #e6e8ff; background: #080027; }
.benefits article { padding: 26px; border: 1px solid rgba(113, 133, 255, .18); border-radius: 18px; background: linear-gradient(145deg, rgba(42, 52, 159, .26), rgba(255,255,255,.018)); }.icon-box { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 18px; border-radius: 12px; color: #72b8ff; background: rgba(22, 102, 235, .22); }.icon-box svg { width: 22px; height: 22px; }
.benefits h2 { margin: 0 0 9px; color: #fff; font-size: 17px; letter-spacing: -.5px; }.benefits p { margin: 0; color: #b5b9e8; font-size: 13px; line-height: 1.65; }

.download-banner { display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 1132px; margin: 0 auto 70px; padding: 35px 42px; border-radius: 22px; color: #fff; background: linear-gradient(100deg, #145fe0, #190bc5); }.download-banner p { margin: 0 0 6px; font-size: 10px; font-weight: 800; letter-spacing: 1.3px; }.download-banner h2 { margin: 0; font-size: clamp(20px, 3vw, 30px); letter-spacing: -1.3px; }.button-light { min-height: 58px; border-radius: 14px; color: #0c0640; background: var(--mint); white-space: nowrap; }.button-light svg { width: 22px; height: 22px; fill: currentColor; stroke: none; }
footer { display: flex; justify-content: space-between; gap: 20px; padding: 25px clamp(20px, 6vw, 96px); border-top: 1px solid rgba(123, 141, 255, .16); color: #9ca3df; background: #05001b; font-size: 12px; }footer a { color: #69b9ff; font-weight: 700; }

@media (max-width: 850px) { .hero { grid-template-columns: 1fr; padding-top: 58px; text-align: center; }.hero::before { background-position: center; background-size: cover; opacity: .27; }.eyebrow { margin-right: auto; margin-left: auto; }.hero-content { margin: 0 auto; }.hero-actions { justify-content: center; }.trust-row { justify-content: center; }.phone-area { min-height: 480px; margin: 0 auto -52px; }.phone { transform: rotate(2deg) scale(.88); }.benefits { grid-template-columns: 1fr; padding-top: 82px; }.download-banner { margin-right: 24px; margin-left: 24px; } }
@media (max-width: 560px) { .site-header { height: 68px; }.brand { font-size: 15px; }.brand img { width: 32px; height: 32px; }.header-download { font-size: 0; }.header-download svg { width: 22px; height: 22px; }.hero { min-height: auto; padding-bottom: 42px; }.hero-actions { display: grid; }.button { min-height: 65px; }.trust-row { margin-top: 32px; }.trust-row div { padding: 0 11px; }.trust-row strong { font-size: 11px; }.trust-row span { font-size: 9px; }.phone-area { transform: scale(.91); transform-origin: top center; margin-bottom: -95px; }.download-banner { flex-direction: column; align-items: flex-start; padding: 28px; }.button-light { width: 100%; }.benefits { padding-right: 20px; padding-left: 20px; } footer { flex-direction: column; } }
