:root{
  --bg:#04131f;
  --bg2:#071e2d;
  --card:#0a2637cc;
  --card2:#0d3044;
  --text:#f2fbff;
  --muted:#a6c4d3;
  --line:#1b485c;
  --cyan:#21d4fd;
  --blue:#168bf2;
  --green:#44e3a6;
  --shadow:0 22px 70px rgba(0,0,0,.34);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at 12% 4%, rgba(31,161,255,.15), transparent 28rem),
    radial-gradient(circle at 88% 30%, rgba(42,225,190,.08), transparent 28rem),
    linear-gradient(180deg,var(--bg),#031019 60%,#061a27);
  color:var(--text);
  min-height:100vh;
}
a{color:inherit;text-decoration:none}
.wrap{width:min(1120px,calc(100% - 40px));margin-inline:auto}
.water-bg{
  position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.7;
  background:
    linear-gradient(115deg,transparent 0 18%,rgba(44,188,255,.025) 18% 19%,transparent 19% 52%,rgba(44,188,255,.02) 52% 53%,transparent 53%),
    repeating-radial-gradient(ellipse at 30% -10%,transparent 0 58px,rgba(42,202,255,.023) 60px 62px,transparent 64px 116px);
}
.nav{
  height:84px;display:flex;align-items:center;justify-content:space-between;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:.2px}
.brand img{width:42px;height:42px;object-fit:cover;border-radius:12px;box-shadow:0 8px 26px rgba(17,142,219,.22)}
.nav nav{display:flex;gap:26px;color:var(--muted);font-size:14px}
.nav nav a:hover{color:#fff}
.hero{
  display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:70px;
  min-height:650px;padding:70px 0 80px;
}
.eyebrow{font-size:12px;font-weight:900;letter-spacing:.16em;color:#71dfff;margin-bottom:18px}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(48px,7vw,82px);line-height:.98;letter-spacing:-.05em;margin-bottom:26px}
h1 span{
  background:linear-gradient(90deg,#66e6ff,#4fb3ff 55%,#64f1bd);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.lead{font-size:18px;line-height:1.7;color:var(--muted);max-width:680px}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin:32px 0 22px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;
  border-radius:14px;font-weight:800;font-size:15px;border:1px solid transparent;
  transition:.18s ease;cursor:pointer;
}
.btn.primary{
  background:linear-gradient(135deg,var(--cyan),var(--blue));
  color:#001827;box-shadow:0 14px 34px rgba(24,163,240,.27);
}
.btn.primary:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(24,163,240,.35)}
.btn.ghost{border-color:#22526a;background:#0a2636;color:#dff7ff}
.btn.ghost:hover{border-color:#3c7894;background:#0d2e41}
.meta{display:flex;gap:18px;flex-wrap:wrap;color:#88acbd;font-size:13px}
.hero-card{
  position:relative;background:linear-gradient(180deg,#0c3249,#071e2d);border:1px solid #19485f;
  padding:18px;border-radius:32px;box-shadow:var(--shadow);overflow:hidden;transform:rotate(1.2deg);
}
.hero-card .glow{
  position:absolute;width:260px;height:260px;border-radius:50%;background:#27d0ff55;filter:blur(70px);
  right:-80px;top:-70px;
}
.hero-card img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:22px;position:relative}
.hero-card-bottom{display:flex;justify-content:space-between;align-items:end;padding:18px 6px 4px;position:relative}
.hero-card-bottom strong{font-size:19px}
.hero-card-bottom span{font-size:12px;color:var(--muted)}
.section{padding:90px 0}
.section-head{max-width:680px;margin-bottom:36px}
.section-head>span{color:#67ddff;font-weight:900;font-size:12px;letter-spacing:.15em;text-transform:uppercase}
h2{font-size:clamp(32px,5vw,48px);line-height:1.08;letter-spacing:-.035em;margin:10px 0 14px}
.section-head p,.download-panel p,.cta p{color:var(--muted);line-height:1.7}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.card{
  background:linear-gradient(180deg,rgba(13,47,66,.88),rgba(7,30,44,.88));
  border:1px solid rgba(85,180,222,.15);border-radius:22px;padding:25px;min-height:245px;
  box-shadow:0 10px 35px rgba(0,0,0,.14);
}
.card .icon{font-size:28px;margin-bottom:42px}
.card h3{font-size:18px;margin-bottom:10px}
.card p{color:var(--muted);line-height:1.6;font-size:14px;margin:0}
.download-panel,.cta{
  display:flex;justify-content:space-between;gap:40px;align-items:center;
  background:
    radial-gradient(circle at 90% 0,rgba(34,209,255,.14),transparent 340px),
    linear-gradient(135deg,#0c2f43,#082333);
  border:1px solid #1a4b63;border-radius:28px;padding:38px 42px;box-shadow:var(--shadow);
}
.download-panel>div:first-child{max-width:690px}
.download-panel h2,.cta h2{font-size:36px}
.download-side{min-width:235px;display:flex;flex-direction:column;gap:12px}
.file-size{font-size:12px;color:#88b9cb;text-align:center}
.wide{width:100%}
.steps{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.step{
  display:flex;gap:22px;padding:25px;border:1px solid #173f53;background:#081f2d;border-radius:20px;
}
.step>b{
  color:#4cdcff;font-size:13px;background:#0e3145;border:1px solid #1b516a;
  width:44px;height:44px;border-radius:14px;display:grid;place-items:center;flex:none;
}
.step h3{font-size:17px;margin:2px 0 8px}
.step p{color:var(--muted);font-size:14px;line-height:1.6;margin:0}
.note-box{
  margin-top:20px;display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:center;
  background:#0b2634;border:1px solid #16485d;border-radius:24px;padding:28px;
}
.note-box img{width:100%;max-height:220px;object-fit:contain;border-radius:14px;background:#fff}
.note-label{color:#6be5ff;font-size:12px;font-weight:900;letter-spacing:.12em}
.note-box h3{font-size:24px;margin:10px 0}
.note-box p{color:var(--muted);line-height:1.65;margin:0}
.faq{display:grid;gap:10px}
details{background:#081f2d;border:1px solid #153e52;border-radius:16px;padding:0 20px}
summary{
  list-style:none;cursor:pointer;padding:20px 0;font-weight:800;position:relative;padding-right:32px;
}
summary::-webkit-details-marker{display:none}
summary:after{content:"+";position:absolute;right:2px;top:16px;font-size:25px;color:#62ddff;font-weight:400}
details[open] summary:after{content:"–"}
details p{color:var(--muted);line-height:1.65;padding-bottom:20px;margin:0}
.cta{padding:34px 38px}
.cta h2{margin-bottom:8px}
.cta p{margin-bottom:0}
footer{
  padding:34px 0 50px;border-top:1px solid rgba(255,255,255,.07);display:flex;justify-content:space-between;gap:30px;
  color:#739aaa;font-size:13px;
}
footer strong{color:#dff7ff}
footer p{max-width:700px;margin:6px 0 0;line-height:1.5}
footer>a{color:#80dfff;white-space:nowrap}

@media(max-width:900px){
  .nav nav{display:none}
  .hero{grid-template-columns:1fr;gap:40px;padding-top:55px}
  .hero-card{max-width:560px;margin:auto}
  .cards{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
  .wrap{width:min(100% - 26px,1120px)}
  .nav{height:70px}
  .hero{padding:45px 0 55px;min-height:auto}
  h1{font-size:48px}
  .lead{font-size:16px}
  .hero-card{border-radius:24px}
  .hero-card-bottom{display:block}
  .hero-card-bottom span{display:block;margin-top:4px}
  .section{padding:62px 0}
  .cards,.steps{grid-template-columns:1fr}
  .card{min-height:auto}
  .card .icon{margin-bottom:24px}
  .download-panel,.cta{flex-direction:column;align-items:stretch;padding:27px 24px}
  .download-side{min-width:0}
  .note-box{grid-template-columns:1fr}
  .note-box img{max-height:170px}
  footer{flex-direction:column}
}


/* Important compatibility notices */
.notice-section{padding:18px 0 28px}
.notice-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.notice-card{
  display:flex;gap:18px;align-items:flex-start;padding:22px 24px;
  background:linear-gradient(180deg,rgba(11,39,54,.96),rgba(7,28,41,.96));
  border:1px solid #1b4d63;border-radius:20px;
}
.notice-card.antivirus{grid-column:1/-1}
.notice-icon{
  min-width:54px;height:54px;padding:0 8px;border-radius:15px;display:grid;place-items:center;
  font-size:13px;font-weight:950;letter-spacing:.05em;color:#03151f;
  background:linear-gradient(135deg,#65e7ff,#40b6ff);
  box-shadow:0 8px 25px rgba(32,191,247,.2);
}
.notice-card.ready .notice-icon{background:linear-gradient(135deg,#66efba,#2fd39c)}
.notice-card.antivirus .notice-icon{
  font-size:25px;background:linear-gradient(135deg,#ffd66b,#ff9f43)
}
.notice-card h3{margin:2px 0 8px;font-size:18px}
.notice-card p{margin:0;color:var(--muted);line-height:1.62;font-size:14px}
.site-address{color:#62dfff!important;font-weight:700!important;margin:6px 0!important}

@media(max-width:650px){
  .notice-grid{grid-template-columns:1fr}
  .notice-card.antivirus{grid-column:auto}
  .notice-card{padding:20px}
}


/* Product info / price */
.product-info{
  margin-top:6px;padding:28px 32px;border:1px solid #18485d;border-radius:24px;
  background:
    radial-gradient(circle at 85% 10%,rgba(44,211,255,.10),transparent 260px),
    linear-gradient(135deg,rgba(9,39,55,.96),rgba(5,27,40,.96));
  box-shadow:0 18px 50px rgba(0,0,0,.16);
}
.product-topline{display:flex;justify-content:space-between;gap:26px;align-items:center}
.product-kicker,.contacts-kicker{
  font-size:11px;letter-spacing:.16em;font-weight:950;color:#62dfff;
}
.product-info h2{font-size:30px;margin:8px 0 0}
.muted-title{color:#a8c3cf;font-weight:600}
.price-box{
  min-width:180px;text-align:center;padding:14px 20px;border-radius:18px;
  background:#0b2b3c;border:1px solid #25617a;
}
.price-box span,.price-box small{display:block;color:#94b9c8;font-size:12px}
.price-box strong{display:block;font-size:34px;line-height:1.05;margin:3px 0;color:#60e4ff}
.version-chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.version-chips span{
  font-size:13px;color:#a9c5d2;padding:9px 12px;border-radius:12px;
  background:#071e2c;border:1px solid #143e51;
}
.version-chips b{color:#effbff}

/* Bot usage */
.usage-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.usage-card{
  display:flex;gap:18px;padding:25px;border:1px solid #174458;border-radius:20px;
  background:linear-gradient(180deg,#0a2738,#071f2d);
}
.usage-num{
  flex:none;width:48px;height:48px;display:grid;place-items:center;border-radius:15px;
  background:linear-gradient(135deg,#66e6ff,#298eef);color:#03141e;font-weight:950;
}
.usage-card h3{font-size:18px;margin:3px 0 8px}
.usage-card p{margin:0;color:var(--muted);line-height:1.65;font-size:14px}

/* Contacts */
.contacts-panel{
  display:grid;grid-template-columns:.9fr 1.1fr;gap:32px;align-items:center;
  padding:36px;border-radius:28px;border:1px solid #1a4d63;
  background:
    radial-gradient(circle at 82% 0,rgba(40,205,255,.12),transparent 300px),
    linear-gradient(135deg,#0b2c40,#071f2e);
  box-shadow:var(--shadow);
}
.contacts-copy h2{font-size:36px;margin:10px 0}
.contacts-copy p{color:var(--muted);line-height:1.65;margin:0}
.contact-buttons{display:grid;gap:12px}
.contact-button{
  display:flex;align-items:center;gap:16px;padding:17px 18px;border-radius:18px;
  border:1px solid #20536a;background:#082536;transition:.18s ease;
}
.contact-button:hover{transform:translateY(-2px);border-color:#397a96;background:#0b2c40}
.contact-badge{
  width:50px;height:50px;display:grid;place-items:center;border-radius:15px;
  font-size:16px;font-weight:950;flex:none;
}
.contact-button.vk .contact-badge{background:#2787f5;color:#fff}
.contact-button.mail .contact-badge{background:linear-gradient(135deg,#64e4ff,#3dd6a1);color:#04202a}
.contact-button small{display:block;color:#8fb4c4;font-size:11px;margin-bottom:3px}
.contact-button strong{font-size:15px;color:#eefaff}
.footer-contacts{margin-top:6px!important}
.footer-contacts a{color:#78ddff}

@media(max-width:650px){
  .product-topline{flex-direction:column;align-items:stretch}
  .price-box{min-width:0}
  .usage-grid{grid-template-columns:1fr}
  .contacts-panel{grid-template-columns:1fr;padding:26px 22px}
}


/* Bot menu section */
.bot-menu-panel{
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:18px;
  align-items:start;
}
.bot-menu-shot{
  background:#081f2d;
  border:1px solid #154154;
  border-radius:22px;
  padding:16px;
}
.bot-menu-shot img{
  display:block;
  width:100%;
  height:auto;
  border-radius:14px;
  background:#fff;
}
.bot-menu-notes{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.bot-note{
  padding:18px;
  background:linear-gradient(180deg,#0a2738,#071f2d);
  border:1px solid #164457;
  border-radius:18px;
}
.bot-note h3{
  margin:0 0 8px;
  font-size:17px;
}
.bot-note p{
  margin:0;
  color:var(--muted);
  line-height:1.62;
  font-size:14px;
}
.feature-mini-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:16px;
}
.mini-feature{
  padding:18px;
  background:#081f2d;
  border:1px solid #153f52;
  border-radius:16px;
}
.mini-feature h3{
  margin:0 0 8px;
  font-size:16px;
}
.mini-feature p{
  margin:0;
  color:var(--muted);
  line-height:1.55;
  font-size:13px;
}

@media(max-width:900px){
  .bot-menu-panel{
    grid-template-columns:1fr;
  }
  .bot-menu-notes{
    grid-template-columns:1fr 1fr;
  }
  .feature-mini-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:650px){
  .bot-menu-notes{
    grid-template-columns:1fr;
  }
  .feature-mini-grid{
    grid-template-columns:1fr;
  }
}


/* Two download variants */
.download-side-two{min-width:280px}
.download-hint{
  display:block;
  color:#86aebe;
  font-size:11px;
  line-height:1.45;
  text-align:center;
  margin:-4px 2px 4px;
}


/* Release v8: future services and license protection */
.service-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.service-tab{display:flex;align-items:center;gap:9px;padding:10px 13px;border-radius:13px;border:1px solid #1c4b60;background:#082331;color:#dff7ff;font-size:13px}
.service-tab em{font-style:normal;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#92b7c6;background:#102f3e;border:1px solid #224f61;border-radius:999px;padding:4px 7px}
.service-tab.disabled{opacity:.72;cursor:not-allowed;user-select:none}
.protection-panel{display:grid;grid-template-columns:.82fr 1.18fr;gap:34px;padding:36px;border-radius:28px;border:1px solid #5c4c25;background:radial-gradient(circle at 0 0,rgba(255,191,69,.10),transparent 300px),linear-gradient(135deg,#132a35,#092333);box-shadow:var(--shadow)}
.protection-title>span{font-size:11px;letter-spacing:.16em;font-weight:950;color:#ffd16b}
.protection-title h2{font-size:34px;margin:10px 0 12px}
.protection-title p{color:var(--muted);line-height:1.65;margin:0}
.policy-list{margin:0;padding-left:22px;display:grid;gap:12px;color:#b8d2dd;line-height:1.62;font-size:14px}
.policy-list li::marker{color:#ffd16b}
.policy-list b{color:#f5fbff}
.future-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:2px}
.contact-button.disabled{opacity:.58;cursor:not-allowed;user-select:none;pointer-events:none;background:#071f2c}
.contact-button.disabled .contact-badge{background:#17394a;color:#90b3c2}
@media(max-width:760px){.protection-panel{grid-template-columns:1fr;padding:27px 23px}.future-contact-grid{grid-template-columns:1fr}}


/* Release v11: bilingual site + project support */
.nav-right{display:flex;align-items:center;gap:20px}
.lang-switch{display:flex;align-items:center;gap:4px;padding:4px;border:1px solid #1b4b60;border-radius:12px;background:#071f2d}
.lang-btn{border:0;background:transparent;color:#88acbd;font:inherit;font-size:12px;font-weight:900;padding:7px 9px;border-radius:8px;cursor:pointer;transition:.16s ease}
.lang-btn:hover{color:#fff}
.lang-btn.active{color:#03151f;background:linear-gradient(135deg,#65e7ff,#40b6ff)}
.price-extra{margin-top:8px!important;color:#7fe7c1!important;font-weight:750}
.support-section{padding-top:28px}
.support-panel{display:flex;justify-content:space-between;gap:38px;align-items:center;padding:36px 40px;border-radius:28px;border:1px solid #775f27;background:radial-gradient(circle at 90% 0,rgba(255,203,86,.16),transparent 300px),linear-gradient(135deg,#192d35,#0a2431);box-shadow:var(--shadow)}
.support-panel>div{max-width:720px}
.support-kicker{font-size:11px;letter-spacing:.16em;font-weight:950;color:#ffd16b}
.support-panel h2{font-size:36px;margin:10px 0 12px}
.support-panel p{color:var(--muted);line-height:1.7;margin:0}
.btn.donate{background:linear-gradient(135deg,#ffd86a,#ffad42);color:#2b1700;box-shadow:0 14px 34px rgba(255,177,66,.20);white-space:nowrap}
.btn.donate:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(255,177,66,.28)}
@media(max-width:900px){.nav-right{gap:10px}.nav nav{display:none}}
@media(max-width:650px){.nav{height:72px}.brand span{display:none}.support-panel{flex-direction:column;align-items:stretch;padding:27px 24px}.btn.donate{width:100%}}

/* Release v14: desktop requirements + fishing launch visual guide */
.notice-card.requirements .notice-icon{background:linear-gradient(135deg,#9ae7ff,#67b8ff)}
.launch-guide{
  margin-top:22px;padding:28px;border:1px solid #1a4b63;border-radius:24px;
  background:radial-gradient(circle at 92% 0,rgba(48,201,255,.10),transparent 280px),linear-gradient(135deg,#0b293b,#071f2d);
}
.launch-guide-head>span{font-size:11px;letter-spacing:.15em;font-weight:950;color:#65e2ff}
.launch-guide-head h3{font-size:26px;margin:9px 0 10px}
.launch-guide-head p{margin:0 0 22px;color:var(--muted);line-height:1.65}
.launch-shots{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:start}
.launch-shots figure{margin:0;display:flex;flex-direction:column;gap:10px}
.shot-frame{
  min-height:310px;display:flex;align-items:center;justify-content:center;padding:14px;
  border-radius:18px;border:1px solid #17465b;background:#041722;overflow:hidden;
}
.shot-frame img{display:block;max-width:100%;max-height:430px;width:auto;height:auto;border-radius:10px}
.shot-frame.panel{min-height:160px}
.shot-frame.panel img{width:100%;max-height:none}
.shot-frame.game{min-height:420px}
.launch-shots figcaption{color:#c7e0ea;font-size:13px;line-height:1.55}
@media(max-width:900px){.launch-shots{grid-template-columns:1fr 1fr}.launch-shots figure:last-child{grid-column:1/-1}.shot-frame.game{min-height:360px}}
@media(max-width:650px){.launch-guide{padding:22px 18px}.launch-shots{grid-template-columns:1fr}.launch-shots figure:last-child{grid-column:auto}.shot-frame,.shot-frame.game{min-height:auto}.shot-frame.panel{min-height:120px}}
