:root{
  --a2030-shell-bg:#05070c;
  --a2030-shell-panel:rgba(10,14,22,.92);
  --a2030-shell-panel2:rgba(15,20,30,.76);
  --a2030-shell-text:#f3f6fb;
  --a2030-shell-muted:#aeb8c8;
  --a2030-shell-line:rgba(255,255,255,.11);
  --a2030-shell-accent:#ffb51b;
  --a2030-shell-accent2:#ffd76a;
  --a2030-shell-max:1180px;
}
.a2030-shell-skip{
  position:fixed;
  left:12px;
  top:-80px;
  z-index:99999;
  padding:.7rem 1rem;
  border-radius:10px;
  background:#fff;
  color:#05070c;
  font:700 14px/1.2 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.a2030-shell-skip:focus{top:12px}
.a2030-shell-header{
  position:sticky;
  top:0;
  z-index:9000;
  width:100%;
  border-bottom:1px solid var(--a2030-shell-line);
  background:rgba(5,7,12,.92);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.a2030-shell-bar{
  width:min(var(--a2030-shell-max),calc(100% - 32px));
  min-height:68px;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:24px;
}
.a2030-shell-brand{
  display:flex;
  align-items:center;
  gap:11px;
  color:var(--a2030-shell-text);
  text-decoration:none;
  white-space:nowrap;
  font-weight:820;
  letter-spacing:-.025em;
}
.a2030-shell-sun{
  width:26px;
  height:26px;
  flex:0 0 26px;
  border-radius:50%;
  background:radial-gradient(circle at 37% 35%,#fff3b0 0 7%,#ffd45d 18%,#ffad18 56%,#ed7500 100%);
  box-shadow:0 0 18px rgba(255,170,20,.33);
}
.a2030-shell-wordmark{font-size:1.04rem}
.a2030-shell-nav{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:4px;
}
.a2030-shell-nav a{
  color:rgba(243,246,251,.78);
  text-decoration:none;
  padding:.65rem .78rem;
  border-radius:10px;
  font-size:.91rem;
  font-weight:650;
}
.a2030-shell-nav a:hover,
.a2030-shell-nav a:focus-visible,
.a2030-shell-nav a[aria-current="page"]{
  color:#fff;
  background:rgba(255,255,255,.075);
}
.a2030-shell-nav a[aria-current="page"]{
  box-shadow:inset 0 0 0 1px rgba(255,181,27,.28);
}
.a2030-shell-menu{
  display:none;
  margin-left:auto;
  border:1px solid var(--a2030-shell-line);
  border-radius:10px;
  background:rgba(255,255,255,.045);
  color:#fff;
  padding:.58rem .7rem;
  font:700 14px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.a2030-shell-main{
  min-height:45vh;
}
.a2030-shell-footer{
  margin-top:72px;
  border-top:1px solid var(--a2030-shell-line);
  background:#05070c;
  color:var(--a2030-shell-muted);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.a2030-shell-footer-inner{
  width:min(var(--a2030-shell-max),calc(100% - 32px));
  margin:0 auto;
  padding:34px 0 40px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:28px;
  align-items:start;
}
.a2030-shell-footer strong{color:var(--a2030-shell-text)}
.a2030-shell-footer p{margin:.35rem 0;line-height:1.6}
.a2030-shell-footer a{color:#e8edf7;text-underline-offset:3px}
.a2030-shell-note{
  max-width:760px;
  font-size:.9rem;
}
.a2030-home{
  background:
    radial-gradient(circle at 75% 6%,rgba(255,160,20,.16),transparent 24rem),
    radial-gradient(circle at 10% 34%,rgba(68,97,160,.11),transparent 29rem),
    #05070c;
  color:var(--a2030-shell-text);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.a2030-home-hero{
  width:min(1060px,calc(100% - 32px));
  margin:0 auto;
  padding:clamp(64px,10vw,128px) 0 64px;
  text-align:center;
}
.a2030-home-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:.4rem .7rem;
  border:1px solid rgba(255,181,27,.26);
  border-radius:999px;
  background:rgba(255,181,27,.06);
  color:#ffd36b;
  font-weight:750;
  font-size:.78rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.a2030-home h1{
  max-width:900px;
  margin:24px auto 18px;
  color:#fff;
  font-size:clamp(2.35rem,6vw,5.3rem);
  line-height:.97;
  letter-spacing:-.055em;
}
.a2030-home-lead{
  max-width:750px;
  margin:0 auto;
  color:rgba(240,245,255,.77);
  font-size:clamp(1.06rem,2vw,1.35rem);
  line-height:1.65;
}
.a2030-home-actions{
  margin-top:30px;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
}
.a2030-home-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border-radius:12px;
  text-decoration:none;
  font-weight:780;
}
.a2030-home-button-primary{
  background:linear-gradient(135deg,#ffd66a,#ff9f0a);
  color:#15100a;
}
.a2030-home-button-secondary{
  border:1px solid var(--a2030-shell-line);
  background:rgba(255,255,255,.045);
  color:#f7f9fc;
}
.a2030-home-section{
  width:min(1060px,calc(100% - 32px));
  margin:0 auto;
  padding:48px 0;
}
.a2030-home-section-head{
  max-width:760px;
  margin-bottom:22px;
}
.a2030-home-section h2{
  margin:0 0 8px;
  color:#fff;
  font-size:clamp(1.55rem,3vw,2.35rem);
  letter-spacing:-.035em;
}
.a2030-home-section p{
  color:var(--a2030-shell-muted);
  line-height:1.7;
}
.a2030-home-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.a2030-home-card{
  min-height:190px;
  padding:25px;
  border:1px solid var(--a2030-shell-line);
  border-radius:18px;
  background:linear-gradient(160deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
  box-shadow:0 18px 50px rgba(0,0,0,.16);
}
.a2030-home-card small{
  color:#ffd36b;
  font-weight:780;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.a2030-home-card h3{
  margin:10px 0 9px;
  color:#fff;
  font-size:1.35rem;
}
.a2030-home-card p{
  margin:0 0 20px;
}
.a2030-home-card a{
  color:#fff;
  font-weight:760;
  text-underline-offset:4px;
}
.a2030-home-testbox{
  margin-top:24px;
  padding:20px 22px;
  border-left:3px solid var(--a2030-shell-accent);
  border-radius:0 14px 14px 0;
  background:rgba(255,181,27,.055);
}
.a2030-home-testbox strong{color:#fff}
@media(max-width:820px){
  .a2030-shell-bar{min-height:62px}
  .a2030-shell-menu{display:inline-flex}
  .a2030-shell-nav{
    position:absolute;
    left:16px;
    right:16px;
    top:calc(100% + 8px);
    display:none;
    flex-direction:column;
    align-items:stretch;
    padding:8px;
    border:1px solid var(--a2030-shell-line);
    border-radius:14px;
    background:#0a0e16;
    box-shadow:0 18px 50px rgba(0,0,0,.4);
  }
  .a2030-shell-header[data-menu-open="true"] .a2030-shell-nav{display:flex}
  .a2030-shell-nav a{padding:.82rem .9rem}
  .a2030-shell-footer-inner{grid-template-columns:1fr}
  .a2030-home-grid{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  .a2030-shell-header{backdrop-filter:none;-webkit-backdrop-filter:none}
  html:focus-within{scroll-behavior:auto}
}
