:root{
  --bg:#05070d;
  --panel:#0b0f18;
  --panel-2:#111729;
  --text:#f5f7fd;
  --muted:#a8b4cb;
  --line:rgba(255,255,255,.09);
  --soft:rgba(255,255,255,.045);
  --blue:#22b8ff;
  --blue2:#5e6bff;
  --yellow:#ffd84f;
  --shadow:0 18px 60px rgba(0,0,0,.35);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Manrope",system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:radial-gradient(circle at top,#0c1433 0,#070a14 38%,#05070d 100%);color:var(--text);overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button{font:inherit}

.noise,.aurora,.ps-particles{position:fixed;inset:0;pointer-events:none}
.noise{opacity:.04;background-image:radial-gradient(rgba(255,255,255,.8) 0.4px, transparent 0.4px);background-size:5px 5px}
.aurora-a{background:radial-gradient(circle at 18% 15%,rgba(79,120,255,.17),transparent 28%)}
.aurora-b{background:radial-gradient(circle at 82% 10%,rgba(0,208,255,.14),transparent 24%)}
.ps-particles span{position:absolute;font-size:clamp(20px,2vw,34px);opacity:.09;color:#b5c9ff;animation:floaty 12s linear infinite}
.ps-particles span:nth-child(1){left:4%;top:72%}.ps-particles span:nth-child(2){left:16%;top:88%;animation-duration:15s}.ps-particles span:nth-child(3){left:88%;top:34%}.ps-particles span:nth-child(4){left:78%;top:80%;animation-duration:14s}.ps-particles span:nth-child(5){left:70%;top:18%}.ps-particles span:nth-child(6){left:55%;top:82%}.ps-particles span:nth-child(7){left:92%;top:62%;animation-duration:17s}.ps-particles span:nth-child(8){left:10%;top:36%;animation-duration:13s}
@keyframes floaty{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-24px) rotate(12deg)}100%{transform:translateY(0) rotate(0)}}

main{width:min(100% - 48px,1260px);margin:0 auto;padding-top:8px}
.section-block,.hero{margin-bottom:16px}
.section-screen{display:grid;grid-template-columns:1.02fr .98fr;gap:14px;align-items:stretch;min-height:620px}

.shell-nav{position:relative;z-index:20;width:min(100% - 48px,1260px);margin:10px auto 12px;padding:6px 18px;border:1px solid rgba(255,255,255,.08);background:rgba(7,10,18,.72);backdrop-filter:blur(18px);border-radius:20px;box-shadow:var(--shadow);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px}
.nav-links{display:flex;gap:22px;justify-content:flex-start;align-items:center;font-size:14px;font-weight:700;color:#dce6ff}
.nav-links a{opacity:.84;transition:.25s ease}.nav-links a:hover{opacity:1;color:#fff}
.brand{justify-self:center}.brand img{width:146px;height:auto}
.nav-cta{justify-self:end;padding:8px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);color:#fff;font-weight:800;transition:.25s ease}.nav-cta:hover{transform:translateY(-1px);background:rgba(255,255,255,.08)}

.glassline{position:relative;border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.025));box-shadow:var(--shadow)}
.compact{padding:24px;border-radius:30px}
.reveal-card{opacity:0}

.hero-copy,.hero-showcase,.price-card,.contact-card{min-height:100%}
.hero-copy{display:flex;flex-direction:column;justify-content:center;gap:16px}
.hero-copy h1{margin:0 0 14px;max-width:720px;font-size:clamp(42px,5vw,72px);line-height:1.01;letter-spacing:-.072em}
.hero-subtext{margin:0 0 18px;max-width:560px;color:var(--muted);font-size:17px;line-height:1.62}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 22px;border-radius:18px;font-weight:800;font-size:16px;letter-spacing:-.02em;border:1px solid transparent;transition:.28s ease}
.button.primary{background:linear-gradient(90deg,var(--blue2),var(--blue));color:#fff;box-shadow:0 16px 34px rgba(24,168,255,.22)}
.button.ghost{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.11);color:#ecf3ff}
.button:hover{transform:translateY(-1px)}
.mini-trust{display:flex;gap:10px;flex-wrap:wrap}.mini-trust span{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.09);font-size:13px;color:#d6e3ff;font-weight:700}.flag{font-weight:400;margin-left:4px;font-size:14px}

.hero-showcase{display:flex;align-items:stretch;justify-content:center;padding:18px}
.soft-slider{position:relative;width:100%;min-height:520px;border-radius:26px;overflow:hidden;background:radial-gradient(circle at top left,rgba(94,107,255,.10),transparent 40%),linear-gradient(180deg,#0d1323,#090c14);display:flex;align-items:center;justify-content:center;padding:22px}
.deck-stage{position:relative;width:min(100%,460px);aspect-ratio:1/1;height:auto;min-height:0}
.deck-card{position:absolute;width:72%;aspect-ratio:1/1;height:auto;border-radius:26px;overflow:hidden;border:0;background:transparent;box-shadow:0 16px 40px rgba(0,0,0,.24);transition:transform .85s ease, box-shadow .85s ease, filter .85s ease, opacity .85s ease}
.deck-card img{width:100%;height:100%;object-fit:cover;background:transparent}
.deck-card:nth-child(1){left:4%;top:7%;transform:rotate(-8deg) translateY(12px) scale(.94);z-index:1;filter:saturate(.95)}
.deck-card:nth-child(2){right:4%;bottom:7%;transform:rotate(8deg) translateY(0) scale(.94);z-index:2;filter:saturate(.98)}
.deck-card.is-front{z-index:4;box-shadow:0 26px 60px rgba(0,0,0,.42);filter:saturate(1.04)}
.deck-card:nth-child(1).is-front{left:9%;top:5%;transform:rotate(-4deg) translateY(-2px) scale(1.01)}
.deck-card:nth-child(2).is-front{right:9%;bottom:5%;transform:rotate(4deg) translateY(-2px) scale(1.01)}
.deck-slider:after{content:"";position:absolute;inset:auto 10% 6% 10%;height:26%;background:radial-gradient(circle,rgba(24,168,255,.10),transparent 70%);pointer-events:none;filter:blur(16px)}
.plus-title-center{display:flex;justify-content:center;align-items:center;gap:12px;margin-bottom:14px;text-align:center}
.plus-title-text{font-size:clamp(34px,5vw,64px);line-height:.95;font-weight:900;letter-spacing:-.06em;color:#f7f9ff;text-shadow:0 16px 42px rgba(24,168,255,.16)}
.plus-title-mark{width:54px;height:54px;object-fit:contain;filter:drop-shadow(0 10px 28px rgba(255,216,79,.18));flex:0 0 auto}

.ps-console{display:grid;grid-template-columns:350px 1fr;gap:14px;align-items:stretch}
.plan-rail{display:grid;gap:10px}
.plan-tile{display:grid;grid-template-columns:110px 1fr;align-items:center;gap:14px;padding:14px;border-radius:24px;border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.025));cursor:pointer;min-height:118px;box-shadow:var(--shadow)}
.plan-tile img{width:110px;height:92px;object-fit:cover;border-radius:18px;background:#0b0e14}
.tile-name{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:8px 14px;border-radius:14px;background:rgba(8,12,20,.82);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.18);font-size:24px;font-weight:900;letter-spacing:-.04em;color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.plan-tile.active{outline:2px solid rgba(24,168,255,.72);background:linear-gradient(145deg,rgba(24,168,255,.14),rgba(255,255,255,.04))}
.price-stage{display:flex}.price-card{width:100%;display:flex;flex-direction:column}
.tight-card{padding:22px 22px 24px}
.price-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.muted-label{display:inline-block;margin-bottom:6px;color:#8ea1c0;font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.price-head h2{margin:0;font-size:34px;letter-spacing:-.05em}.service-badge{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);font-size:13px;font-weight:800;color:#e8efff}
.duration-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:16px 0}.duration{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:14px;border-radius:22px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.03);color:#eef3ff;cursor:pointer}.duration span{font-size:30px;font-weight:900;letter-spacing:-.08em}.duration small{font-size:13px;color:#bfd0ed}.duration.active{background:linear-gradient(90deg,var(--blue2),var(--blue));box-shadow:0 16px 34px rgba(24,168,255,.16);border-color:transparent}
.price-big{font-size:clamp(46px,7vw,82px);font-weight:900;letter-spacing:-.08em;line-height:1;margin:0 0 10px}.selected-note{margin:0 0 14px;color:var(--muted);font-size:16px;line-height:1.58}.feature-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.feature-row span{padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);font-size:13px}.price-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto}

.section-title{margin-bottom:14px}
.days-title{display:flex;align-items:center;justify-content:center;padding:8px 4px;text-align:center}
.days-title h2{margin:0;font-size:clamp(34px,4.5vw,56px);letter-spacing:-.06em}
.game-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.game-card{position:relative;border-radius:24px;overflow:hidden;background:#0e1119;border:1px solid rgba(255,255,255,.09);box-shadow:var(--shadow);min-height:260px}.feature-card{min-height:280px}
.game-card img{width:100%;height:100%;object-fit:cover;transition:.35s ease}.game-card:hover img{transform:scale(1.03)}.game-card:after{content:"";position:absolute;inset:48% 0 0;background:linear-gradient(to top,rgba(0,0,0,.92),rgba(0,0,0,.42),transparent)}
.game-info{position:absolute;left:14px;right:14px;bottom:14px;z-index:2}.sale-tag{display:inline-flex;border-radius:999px;padding:7px 10px;background:rgba(24,168,255,.18);border:1px solid rgba(24,168,255,.28);color:#d7f3ff;font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}.game-info h3{font-size:22px;line-height:1.06;letter-spacing:-.04em;margin:0 0 4px}.game-info p{margin:0 0 8px;color:rgba(255,255,255,.74)}.game-info strong{display:block;font-size:26px;letter-spacing:-.04em}.game-info small{display:block;margin-top:4px;color:#b6c0d5;font-size:13px}
.gradient-game{background:radial-gradient(circle at 18% 0,rgba(32,119,255,.30),transparent 36%),linear-gradient(150deg,#10172f,#080a10)}
.game-placeholder{height:100%;display:grid;place-items:center}.game-placeholder span{font-size:clamp(34px,4vw,56px);font-weight:900;letter-spacing:-.06em;color:rgba(255,255,255,.94);text-shadow:0 20px 50px rgba(24,168,255,.26)}

.final-cta{display:flex;align-items:center;justify-content:space-between;gap:18px;background:radial-gradient(circle at top right,rgba(24,168,255,.22),transparent 32%),linear-gradient(180deg,rgba(15,19,31,.94),rgba(11,15,24,.88))}
.cta-copy h2{margin:0 0 8px;font-size:clamp(30px,4vw,48px);line-height:1;letter-spacing:-.05em}
.cta-copy p{margin:0;color:var(--muted);max-width:560px;line-height:1.6}
 .contact-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;justify-content:flex-end}.contact-logo{display:flex;align-items:center;justify-content:center;padding:0;background:none;border:0;box-shadow:none}.contact-logo img{width:140px;height:auto}.contact-buttons{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.disclaimer{margin:14px 0 28px;color:#7f8ca4;font-size:12px;line-height:1.6;text-align:center}

@media(max-width:1100px){
  .section-screen,.ps-console,.game-grid{grid-template-columns:1fr}
  .hero-copy h1{max-width:none}
}
@media(max-width:760px){
  .shell-nav{
    position:sticky;
    top:8px;
    left:auto;
    transform:none;
    margin:8px auto 12px;
    padding:8px 12px;
    width:min(100% - 16px,1260px);
    min-height:56px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    border-radius:20px;
  }
  .nav-links{display:none}
  .brand{justify-self:auto;display:flex;align-items:center}
  .brand img{width:128px;height:auto}
  .nav-cta{padding:9px 14px;font-size:13px;line-height:1;min-height:40px;display:inline-flex;align-items:center;justify-content:center}
  main{width:min(100% - 16px,1260px);padding-top:0}
  .section-screen{min-height:auto}
  .compact{padding:18px;border-radius:22px}
  .hero-copy h1{font-size:34px}
  .soft-slider{min-height:320px;padding:12px}
  .deck-stage{min-height:0;aspect-ratio:1/1}
  .deck-card{width:78%;aspect-ratio:1/1;height:auto;border-radius:18px}
  .deck-card:nth-child(1){left:2%;top:8%}
  .deck-card:nth-child(2){right:2%;bottom:8%}
  .plus-title-center{gap:10px}
  .plus-title-text{font-size:38px}
  .plus-title-mark{width:44px;height:44px}
  .plan-tile{grid-template-columns:96px 1fr;min-height:106px}.plan-tile img{width:96px;height:82px}.tile-name{font-size:22px}
  .duration-grid{grid-template-columns:1fr}
  .price-actions,.hero-actions{flex-direction:column}.button{width:100%}
  .game-card,.feature-card{min-height:280px}
  .contact-actions,.contact-buttons,.mini-trust{width:100%}.contact-buttons .button{width:100%}
  .contact-logo{padding:10px 12px}.contact-logo img{width:124px}
  .final-cta{flex-direction:column;align-items:flex-start}
}

/* v13 catalog update */
.releases{margin-top:18px}
.releases-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.catalog-card img{object-position:center}
@media(max-width:760px){
  .releases-grid{grid-template-columns:1fr}
}

.sale-end{display:block;margin-top:6px;color:#d8e4ff;font-size:12px;line-height:1.35;opacity:.92}


/* v16 mobile top hard fix */
@media(max-width:760px){
  body{padding-top:0!important;}
  .shell-nav{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;
    width:calc(100% - 24px)!important;
    margin:10px auto 12px!important;
    padding:10px 14px!important;
    min-height:58px!important;
    max-height:72px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    border-radius:20px!important;
  }
  .shell-nav .nav-links{display:none!important;}
  .shell-nav .brand{display:flex!important;align-items:center!important;justify-content:flex-start!important;min-width:0!important;}
  .shell-nav .brand img{width:128px!important;height:auto!important;display:block!important;}
  .shell-nav .nav-cta{min-height:40px!important;padding:0 16px!important;font-size:14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
  main{padding-top:0!important;width:min(100% - 16px,1260px)!important;}
  .hero{margin-top:0!important;}
  .section-screen{padding-top:0!important;margin-top:0!important;}
  .hero-copy{padding-top:22px!important;}
}


/* v17 mobile polish */
@media(max-width:760px){
  /* PS Plus: горизонтальный выбор категорий только на мобилке */
  #plus .plan-rail{
    display:grid!important;
    grid-template-columns:repeat(3, minmax(0, 1fr))!important;
    gap:8px!important;
  }
  #plus .plan-tile{
    grid-template-columns:1fr!important;
    justify-items:center!important;
    text-align:center!important;
    min-height:136px!important;
    padding:10px 8px!important;
    gap:8px!important;
    border-radius:18px!important;
  }
  #plus .plan-tile img{
    width:78px!important;
    height:66px!important;
    border-radius:13px!important;
  }
  #plus .tile-name{
    min-height:34px!important;
    padding:7px 8px!important;
    font-size:13px!important;
    line-height:1!important;
    width:100%!important;
  }

  /* PS Plus: срок подписки тоже в одну горизонтальную линию */
  #plus .duration-grid{
    display:grid!important;
    grid-template-columns:repeat(3, minmax(0, 1fr))!important;
    gap:8px!important;
    margin:14px 0 16px!important;
  }
  #plus .duration{
    min-height:78px!important;
    padding:10px 6px!important;
    border-radius:18px!important;
    gap:0!important;
  }
  #plus .duration span{
    font-size:22px!important;
    line-height:1!important;
  }
  #plus .duration small{
    font-size:11px!important;
    line-height:1.1!important;
    text-align:center!important;
  }

  /* CTA: логотип по центру и крупнее */
  #contact .contact-actions{
    justify-content:center!important;
    align-items:center!important;
    text-align:center!important;
    gap:18px!important;
  }
  #contact .contact-logo{
    width:100%!important;
    justify-content:center!important;
    padding:0!important;
    margin:8px 0 10px!important;
  }
  #contact .contact-logo img{
    width:178px!important;
    max-width:72%!important;
  }
  #contact .contact-buttons{
    width:100%!important;
  }
}

.messenger-button{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.messenger-button img{
  width:24px;
  height:24px;
  object-fit:contain;
  flex:0 0 auto;
}

@media (max-width:760px){
  .messenger-button img{
    width:22px;
    height:22px;
  }
}
