/* ==========================================================================
   VPNAW — ai.css
   AI 工具加速专题页专属样式(仅 ai-access.html 使用)
   ========================================================================== */

.ai-hero{
  position:relative;
  overflow-x:clip;
  max-width:100%;
  background:linear-gradient(180deg,var(--bg-hero-top) 0%,var(--bg-hero-bot) 100%);
  padding-top:56px;
  padding-bottom:48px;
}
.ai-hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(42% 56% at 76% 16%,rgba(var(--accent-rgb),.11),rgba(var(--accent-rgb),0) 72%);
}
.ai-hero .wrap{position:relative;z-index:1}
.ai-hero h1{margin:14px 0 18px;max-width:20ch}
.ai-hero .lede{max-width:64ch}
.ai-hero .ctas{justify-content:flex-start;margin:24px 0 0}
.ai-hero .trust{justify-content:flex-start;margin:18px 0 0}
.ai-hero .chip-row{margin-top:24px}

.ai-cta{margin-top:26px}

@media (max-width:768px){
  .ai-hero{padding-top:36px;padding-bottom:32px}
  .ai-hero h1{max-width:none}
}