.site-main{
  flex:1;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:42px;
  padding-top:var(--nav-h);
  padding-bottom:80px;
  position:relative;
  z-index:1;
}

.hero{
  text-align:center;
  padding:0 24px;
  max-width:880px;
  width:100%;
}

.plan-section{
  width:min(960px, calc(100% - 48px));
  padding:0 24px 8px;
  text-align:left;
}

.plan-intro{
  color:var(--text2);
  font-size:clamp(16px,1.8vw,18px);
  line-height:1.75;
  max-width:760px;
  margin-bottom:22px;
}

.plan-section .stub-grid{
  margin:0;
}

.eyebrow{
  display:inline-block;
  font-size:13px;
  font-weight:500;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--accent);
  margin-bottom:28px;
  padding:6px 16px;
  border:1px solid rgba(10,132,255,.3);
  border-radius:999px;
  background:rgba(10,132,255,.08);
}

.headline{
  font-family:'Google Sans Display','Google Sans',sans-serif;
  font-size:clamp(44px,7vw,82px);
  font-weight:700;
  line-height:1.08;
  letter-spacing:-.03em;
  margin-bottom:8px;
}

.ticker-row{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  margin-bottom:32px;
  height:88px;
}

.ticker-static{
  font-family:'Google Sans Display','Google Sans',sans-serif;
  font-size:clamp(44px,7vw,82px);
  font-weight:700;
  letter-spacing:-.03em;
  line-height:1;
  flex-shrink:0;
}

.ticker-wrap{
  height:88px;
  overflow:hidden;
  position:relative;
}

.ticker-inner{display:flex;flex-direction:column}

.ticker-item{
  height:88px;
  display:flex;
  align-items:center;
  font-family:'Google Sans Display','Google Sans',sans-serif;
  font-size:clamp(44px,7vw,82px);
  font-weight:700;
  letter-spacing:-.03em;
  white-space:nowrap;
  background:linear-gradient(90deg,var(--accent),var(--accent2));
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  line-height:1;
}

.vk-slogan{
  font-size:clamp(17px,2.2vw,22px);
  color:var(--text2);
  line-height:1.65;
  max-width:560px;
  margin:0 auto 52px;
}

.vk-slogan strong{color:var(--text);font-weight:500}

.cta-row{
  display:flex;
  gap:14px;
  justify-content:center;
  flex-wrap:wrap;
}

@media (max-width:760px){
  .site-main{gap:28px}
  .plan-section{width:min(100% - 24px, 960px); padding:0 12px 8px}
}

@media (max-width:600px){
  .ticker-row{height:68px}
  .ticker-wrap{height:68px}
  .ticker-item{height:68px}
}
