*{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#08050a;
  --surface:#120a13;
  --surface-2:#1b0d1a;
  --surface-3:#231022;
  --text:#fff7fb;
  --muted:#c7adbb;
  --line:rgba(255,181,221,.18);
  --pink:#ff5fbd;
  --rose:#cf8a9c;
  --purple:#7b46c9;
  --soft:#ffe0ef;
  --shadow:0 24px 70px rgba(0,0,0,.42);
}
html{scroll-behavior:smooth}
body{
  min-height:100vh;
  overflow-x:hidden;
  color:var(--text);
  font-family:Inter,Arial,Helvetica,sans-serif;
  background:
    radial-gradient(circle at 15% 0%,rgba(255,95,189,.20),transparent 30%),
    radial-gradient(circle at 85% 10%,rgba(123,70,201,.22),transparent 32%),
    linear-gradient(135deg,#070409 0%,#160818 48%,#08050a 100%);
}
a{text-decoration:none;color:inherit}
.soft-bg{
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.55),transparent 78%);
}
.site-header{
  width:min(1160px,calc(100% - 32px));
  margin:20px auto 0;
  min-height:76px;
  padding:12px 14px;
  display:flex;
  align-items:center;
  gap:18px;
  justify-content:space-between;
  border:1px solid var(--line);
  border-radius:24px;
  background:rgba(13,7,14,.78);
  backdrop-filter:blur(18px);
  box-shadow:var(--shadow);
  position:sticky;
  top:14px;
  z-index:20;
}
.brand{display:flex;align-items:center;gap:12px;min-width:max-content}
.brand img{width:52px;height:52px;border-radius:16px;object-fit:cover;border:1px solid rgba(255,224,239,.22)}
.brand strong{display:block;font-size:15px;letter-spacing:2.5px}
.brand span{display:block;font-size:12px;color:var(--muted);margin-top:3px}
.nav{display:flex;align-items:center;gap:18px}
.nav a{font-size:14px;color:var(--muted)}
.nav a:hover{color:var(--soft)}
.header-cta{
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.06);
  border:1px solid var(--line);
  color:var(--soft);
  font-weight:800;
  font-size:13px;
}
main{width:min(1160px,calc(100% - 32px));margin:0 auto}
.hero{
  min-height:calc(100vh - 120px);
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:42px;
  align-items:center;
  padding:64px 0 70px;
}
.kicker{
  color:var(--rose);
  font-size:12px;
  letter-spacing:2px;
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:14px;
}
h1{
  max-width:720px;
  font-size:clamp(38px,5.3vw,66px);
  line-height:1.02;
  letter-spacing:-2.1px;
}
.lead,.hero-copy>p{
  max-width:620px;
  margin-top:22px;
  color:var(--muted);
  font-size:18px;
  line-height:1.75;
}
.hero-actions,.contact-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.btn{
  min-height:50px;
  padding:0 22px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  text-align:center;
  transition:.2s;
}
.btn:hover{transform:translateY(-2px)}
.primary{
  color:#210412;
  background:linear-gradient(135deg,#ffe5f3,#ff90d5,#ff4fbd);
  box-shadow:0 16px 44px rgba(255,79,189,.24);
}
.secondary{
  border:1px solid var(--line);
  background:rgba(255,255,255,.055);
  color:var(--soft);
}
.hero-visual{display:flex;justify-content:center}
.logo-card{
  width:min(100%,500px);
  padding:14px;
  border-radius:32px;
  background:linear-gradient(145deg,rgba(255,95,189,.12),rgba(123,70,201,.08)),rgba(255,255,255,.04);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.logo-card img{
  width:100%;
  display:block;
  border-radius:24px;
  border:1px solid rgba(255,224,239,.16);
}
.featured,.placement,.telegram-band,.contact{
  border:1px solid var(--line);
  border-radius:34px;
  background:linear-gradient(145deg,rgba(255,95,189,.10),rgba(123,70,201,.06)),rgba(18,10,19,.76);
  box-shadow:var(--shadow);
}
.featured{
  display:grid;
  grid-template-columns:1fr 380px;
  gap:26px;
  align-items:stretch;
  padding:30px;
  margin-bottom:76px;
}
.featured-copy h2,.section-head h2,.placement h2,.telegram-band h2,.contact h2{
  font-size:clamp(30px,4.1vw,48px);
  line-height:1.08;
  letter-spacing:-1.3px;
}
.featured-copy p,.section-head p,.featured-panel p,.sponsor-card p,.placement p,.telegram-band p,.contact p{
  color:var(--muted);
  line-height:1.7;
  margin-top:12px;
}
.featured-panel{
  border-radius:26px;
  padding:24px;
  background:rgba(255,255,255,.05);
  border:1px solid var(--line);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.tag{
  display:inline-flex;
  align-self:flex-start;
  padding:8px 12px;
  border-radius:999px;
  color:#220512;
  background:linear-gradient(135deg,#ffe5f3,#ff90d5);
  font-size:12px;
  font-weight:900;
}
.featured-panel h3{font-size:28px;margin-top:20px}
.featured-panel .btn{align-self:flex-start;margin-top:22px}
.section{margin-bottom:76px}
.section-head{max-width:680px;margin-bottom:24px}
.sponsor-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.sponsor-card{
  min-height:300px;
  padding:24px;
  border:1px solid var(--line);
  border-radius:28px;
  background:rgba(255,255,255,.045);
  box-shadow:0 16px 46px rgba(0,0,0,.28);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.card-top{display:flex;justify-content:space-between;align-items:center;gap:12px}
.card-top span{
  color:var(--soft);
  font-size:12px;
  font-weight:900;
  letter-spacing:1.3px;
}
.card-top b{color:rgba(255,255,255,.28);font-size:30px}
.sponsor-card h3{font-size:27px;margin-top:40px}
.sponsor-card a{color:var(--soft);font-weight:900;margin-top:22px}
.placement{
  padding:30px;
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:28px;
  align-items:start;
  margin-bottom:76px;
}
.placement-list{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.placement-list div{
  min-height:185px;
  padding:18px;
  border-radius:22px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.045);
}
.placement-list span{color:var(--rose);font-weight:900}
.placement-list h3{font-size:20px;margin-top:16px}
.telegram-band{
  margin-bottom:76px;
  padding:30px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
}
.telegram-band p{max-width:680px}
.contact{
  margin-bottom:76px;
  padding:30px;
  display:grid;
  grid-template-columns:190px 1fr;
  gap:28px;
  align-items:center;
}
.contact img{
  width:190px;
  border-radius:26px;
  border:1px solid var(--line);
}
.mobile-bar{display:none}
.footer{
  width:min(1160px,calc(100% - 32px));
  margin:0 auto 30px;
  padding-top:22px;
  border-top:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:var(--muted);
  font-size:13px;
}
.footer p:last-child{text-align:right;max-width:560px}

@media(max-width:1050px){
  .header-cta{display:none}
  .hero{grid-template-columns:1fr .85fr}
  .featured{grid-template-columns:1fr}
  .placement{grid-template-columns:1fr}
  .placement-list{grid-template-columns:1fr 1fr 1fr}
}
@media(max-width:860px){
  body{padding-bottom:78px}
  .site-header{flex-direction:column;align-items:flex-start}
  .nav{width:100%;overflow-x:auto;padding-bottom:4px}
  .hero{min-height:auto;grid-template-columns:1fr;padding:48px 0 60px}
  .hero-visual{justify-content:flex-start}
  .logo-card{max-width:430px}
  .sponsor-grid,.placement-list{grid-template-columns:1fr}
  .telegram-band{flex-direction:column;align-items:flex-start}
  .contact{grid-template-columns:1fr}
  .contact img{width:100%;max-width:220px}
  .footer{flex-direction:column}
  .footer p:last-child{text-align:left}
  .mobile-bar{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    position:fixed;
    left:12px;
    right:12px;
    bottom:12px;
    z-index:40;
    padding:10px;
    border-radius:20px;
    border:1px solid var(--line);
    background:rgba(13,7,14,.92);
    backdrop-filter:blur(16px);
    box-shadow:var(--shadow);
  }
  .mobile-bar a{
    min-height:46px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    font-weight:900;
    background:linear-gradient(135deg,#ffe5f3,#ff90d5,#ff4fbd);
    color:#210412;
  }
  .mobile-bar a:last-child{
    background:rgba(255,255,255,.06);
    border:1px solid var(--line);
    color:var(--soft);
  }
}
@media(max-width:520px){
  .site-header,main,.footer{width:min(100% - 22px,1160px)}
  .brand strong{letter-spacing:2px}
  h1{font-size:36px}
  .lead,.hero-copy>p{font-size:16px}
  .btn{width:100%;padding:0 18px}
  .featured,.placement,.telegram-band,.contact{padding:22px;border-radius:26px}
  .sponsor-card{border-radius:24px}
}
