body.seo-page{
  margin:0;
  color:#eef3f8;
  background:
    radial-gradient(circle at 15% 0,rgba(54,216,255,.11),transparent 34%),
    radial-gradient(circle at 88% 8%,rgba(53,230,154,.10),transparent 30%),
    #07090d;
  font-family:Inter,Arial,sans-serif;
}
.seo-shell{
  width:min(1120px,calc(100% - 36px));
  margin:0 auto;
}
.seo-nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:18px 0;
  border-bottom:1px solid rgba(54,216,255,.12);
}
.seo-brand img{
  height:38px;
  width:auto;
  display:block;
}
.seo-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.seo-links a,.seo-button{
  color:#eef3f8;
  text-decoration:none;
  border:1px solid rgba(54,216,255,.22);
  border-radius:6px;
  padding:9px 12px;
  font-weight:800;
  font-size:14px;
}
.seo-links a:hover{
  border-color:rgba(54,216,255,.55);
  color:#36d8ff;
}
.seo-button{
  display:inline-block;
  background:linear-gradient(135deg,#36d8ff,#35e69a);
  color:#041016;
  border-color:rgba(54,216,255,.78);
  box-shadow:0 14px 34px rgba(33,212,253,.18);
}
.seo-hero{
  padding:54px 0 34px;
}
.seo-kicker{
  color:#36d8ff;
  text-transform:uppercase;
  letter-spacing:0;
  font-size:13px;
  font-weight:900;
}
.seo-hero h1{
  margin:12px 0 16px;
  max-width:920px;
  font-size:clamp(38px,6vw,68px);
  line-height:1;
  letter-spacing:0;
}
.seo-hero p{
  max-width:780px;
  color:#b9c4d2;
  font-size:19px;
  line-height:1.65;
}
.seo-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin:28px 0;
}
.seo-card{
  background:rgba(16,20,27,.86);
  border:1px solid rgba(54,216,255,.13);
  border-radius:8px;
  padding:20px;
}
.seo-card b{
  color:#35e69a;
  display:block;
  margin-bottom:8px;
}
.seo-card p,.seo-section p,.seo-section li{
  color:#bdc8d6;
  line-height:1.7;
}
.seo-section{
  padding:28px 0;
}
.seo-section h2{
  margin:0 0 12px;
  font-size:28px;
}
.seo-section ul{
  padding-left:22px;
}
.seo-cta{
  margin:30px 0 54px;
  padding:26px;
  border:1px solid rgba(54,216,255,.28);
  border-radius:8px;
  background:linear-gradient(135deg,rgba(54,216,255,.12),rgba(53,230,154,.08));
}
.seo-footer{
  border-top:1px solid rgba(255,255,255,.1);
  padding:24px 0 36px;
  color:#8b98aa;
  font-size:14px;
}
@media (max-width:780px){
  .seo-nav{align-items:flex-start;flex-direction:column}
  .seo-grid{grid-template-columns:1fr}
  .seo-hero{padding-top:34px}
}
