:root{
  --bg:#0f1710;
  --bg2:#17231a;
  --bg3:#233128;
  --panel:#17261d;
  --panel2:#203229;
  --line:#35503f;
  --foam:#eef4e8;
  --muted:#9eb1a1;
  --accent:#7aa96f;
  --accent-soft:#b7d8a6;
  --accent-pale:#d8efd0;
  --glow:#d6e58c;
  --btn1:#7fe0e3;
  --btn2:#3eb5d8;
  --btn3:#277fb8;
  --btn-ghost:#8fd8ea;
  --ink:#0b120d;
  --glass:linear-gradient(180deg,rgba(24,39,30,.95) 0%,rgba(14,22,17,.98) 100%);
  --glass-soft:linear-gradient(180deg,rgba(27,43,34,.84) 0%,rgba(14,23,18,.95) 100%);
  --rim:linear-gradient(135deg,var(--btn1) 0%,var(--btn2) 56%,var(--btn3) 100%);
  --rad:24px;
  --rad2:16px;
  --hf:"Forum",Georgia,serif;
  --bf:"DM Sans","Segoe UI",sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  min-width:320px;
  background:
    radial-gradient(920px 520px at 86% -10%, rgba(216,239,208,.12), transparent 62%),
    radial-gradient(760px 420px at 8% 6%, rgba(122,169,111,.18), transparent 58%),
    radial-gradient(640px 340px at 55% 36%, rgba(214,229,140,.08), transparent 66%),
    linear-gradient(180deg,#151e15 0%,#101710 48%,#0d130e 100%);
  color:var(--foam);
  font:17px/1.72 var(--bf);
  -webkit-font-smoothing:antialiased;
  position:relative;
  overflow-x:hidden;
}
body::before,
body::after{
  content:"";
  position:fixed;
  width:42vw;
  height:42vw;
  pointer-events:none;
  z-index:-1;
  filter:blur(34px);
  opacity:.34;
}
body::before{
  top:-12vw;
  right:-8vw;
  background:radial-gradient(circle, rgba(183,216,166,.24) 0%, rgba(183,216,166,0) 68%);
}
body::after{
  left:-12vw;
  bottom:8vh;
  background:radial-gradient(circle, rgba(214,229,140,.14) 0%, rgba(216,239,208,0) 72%);
}
a{color:inherit;text-decoration:none}
p{margin:.6em 0}
h1,h2,h3,h4{
  font-family:var(--hf);
  font-weight:400;
  line-height:1.18;
  color:#f5f9ef;
}
h1{font-size:clamp(1.95rem,4.05vw,3.65rem);line-height:1.13}
h2{font-size:clamp(1.56rem,2.6vw,2.48rem);line-height:1.2}
h3{font-size:1.14rem;line-height:1.26}
.helm-wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}
.helm-ov{
  color:var(--accent-soft);
  font-size:.75rem;
  letter-spacing:.28em;
  text-transform:uppercase;
}
.helm-sub{max-width:74ch;color:var(--muted);margin-top:12px}
.helm-sub--dense{margin-top:18px}

.helm-head{
  position:sticky;
  top:0;
  z-index:30;
  backdrop-filter:blur(14px);
  background:linear-gradient(180deg,rgba(11,18,13,.92) 0%,rgba(11,18,13,.78) 100%);
  border-bottom:1px solid rgba(183,216,166,.12);
  box-shadow:0 8px 30px rgba(0,0,0,.14);
}
.helm-head__in{
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.helm-brand{
  display:flex;
  align-items:center;
  gap:12px;
  flex:0 0 auto;
}
.helm-brand svg{width:42px;height:42px}
.helm-brand span{
  font:400 1.74rem/1 var(--hf);
  letter-spacing:.04em;
  color:#f5f9ef;
}
.helm-brand em{color:var(--glow);font-style:normal}
.helm-nav{
  display:flex;
  gap:24px;
  color:var(--muted);
  font-size:.94rem;
}
.helm-nav a:hover{color:var(--foam)}
@media (max-width:860px){.helm-nav{display:none}}

.helm-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 26px;
  border-radius:999px;
  background:var(--rim);
  color:var(--ink);
  font:700 .97rem/1 var(--bf);
  box-shadow:0 14px 34px rgba(62,181,216,.22), inset 0 1px 0 rgba(255,255,255,.16);
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.helm-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 40px rgba(62,181,216,.3);
}
.helm-btn--ghost{
  background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,0));
  color:var(--foam);
  border:1px solid rgba(143,216,234,.46);
  box-shadow:none;
}
.helm-btn--ghost:hover{background:linear-gradient(180deg,rgba(143,216,234,.12),rgba(62,181,216,.03))}
.helm-btn--sm{min-height:44px;padding:0 18px;font-size:.9rem}

.helm-hero{
  padding:64px 0 34px;
  display:grid;
  grid-template-columns:minmax(0,1.48fr) minmax(280px,.82fr);
  gap:28px;
  position:relative;
}
.helm-hero::before{content:"";display:none}
.helm-lead{
  max-width:66ch;
  font-size:1.03rem;
  color:#dce8d8;
  margin:18px 0 24px;
}
.helm-cta{display:flex;flex-wrap:wrap;gap:14px}
.helm-panel{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  align-self:start;
}
.helm-card{
  min-height:168px;
  padding:20px 18px;
  border:1px solid rgba(183,216,166,.14);
  border-radius:var(--rad);
  background:var(--glass);
  position:relative;
  overflow:hidden;
  box-shadow:0 18px 44px rgba(4,10,18,.18);
}
.helm-card::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:linear-gradient(180deg,var(--glow),var(--accent-soft));
}
.helm-card::after{
  content:"";
  position:absolute;
  inset:auto -8% -20% auto;
  width:110px;
  height:110px;
  background:radial-gradient(circle, rgba(216,239,208,.07) 0%, rgba(216,239,208,0) 68%);
  pointer-events:none;
}
.helm-card__k{
  display:block;
  margin-bottom:12px;
  color:var(--muted);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.73rem;
}
.helm-card__v{
  display:block;
  font:400 1.2rem/1.26 var(--hf);
  color:#f4f8ef;
  margin-bottom:16px;
}
.helm-card a{color:var(--accent-soft);font-size:.93rem}

.helm-strip{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:1px;
  background:rgba(183,216,166,.14);
  border:1px solid rgba(183,216,166,.14);
  border-radius:30px;
  overflow:hidden;
  margin-bottom:16px;
  box-shadow:0 14px 34px rgba(4,10,18,.16);
}
.helm-strip div{
  background:linear-gradient(180deg,rgba(27,43,34,.94),rgba(12,21,15,.98));
  padding:20px 14px;
  text-align:center;
}
.helm-strip .n{
  display:block;
  color:var(--glow);
  font:400 clamp(1.45rem,2.6vw,2.2rem)/1 var(--hf);
}
.helm-strip .t{
  display:block;
  margin-top:6px;
  color:var(--muted);
  font-size:.77rem;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.helm-sec{
  padding:48px 0;
  border-top:1px solid rgba(183,216,166,.1);
  position:relative;
}
.helm-sec::before{
  content:"";
  position:absolute;
  inset:10px 0 auto;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(183,216,166,.16),transparent);
}
.helm-grid{display:grid;gap:16px}
.helm-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.helm-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.helm-grid--top{margin-top:16px}
.helm-box,
.helm-quote{
  padding:22px;
  border-radius:var(--rad);
  border:1px solid rgba(183,216,166,.13);
  background:var(--glass-soft);
  box-shadow:0 16px 38px rgba(4,10,18,.16);
}
.helm-box h3{margin-bottom:10px;color:#f5f9ef}
.helm-box p{font-size:.96rem;color:#d9e4d6}

.helm-log{
  margin-top:18px;
  padding:8px 0;
  border-radius:var(--rad);
  border:1px solid rgba(183,216,166,.13);
  background:linear-gradient(180deg,rgba(18,31,23,.94) 0%,rgba(11,19,14,.98) 100%);
  box-shadow:0 18px 40px rgba(4,10,18,.14);
}
.helm-log__row{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:16px 22px;
  border-top:1px solid rgba(183,216,166,.08);
  flex-wrap:wrap;
}
.helm-log__row:first-child{border-top:0}
.helm-log__row span{color:#f5f9ef;font-family:var(--hf)}
.helm-log__meta{font-weight:500;color:var(--muted)}

.helm-deals{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:18px;
}
.helm-deal{
  padding:24px;
  border-radius:var(--rad);
  background:
    linear-gradient(180deg,rgba(20,34,26,.96),rgba(12,21,16,.98)),
    var(--glass);
  border:1px solid rgba(214,229,140,.16);
  position:relative;
  overflow:hidden;
  box-shadow:0 16px 36px rgba(4,10,18,.16);
}
.helm-deal::after{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:3px;
  background:linear-gradient(90deg,var(--glow),transparent);
}
.helm-deal__step{
  display:block;
  color:var(--muted);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.73rem;
}
.helm-deal__sum{
  display:block;
  margin:10px 0 8px;
  color:var(--glow);
  font:400 2rem/1 var(--hf);
}
.helm-deal p{color:#d9e4d6;font-size:.93rem}

.helm-slot{
  padding:18px;
  border-radius:var(--rad2);
  border:1px solid rgba(183,216,166,.11);
  background:linear-gradient(180deg,rgba(22,36,28,.92),rgba(12,21,16,.96));
  min-height:118px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  box-shadow:0 14px 32px rgba(4,10,18,.14);
}
.helm-slot span{
  color:#f5f9ef;
  font:400 1.12rem/1.28 var(--hf);
}
.helm-slot__meta{
  font:500 .86rem/1.45 var(--bf);
  color:var(--accent-soft);
}
.helm-slot-cta{
  display:flex;
  justify-content:center;
  margin-top:18px;
}
.helm-slot-cta .helm-btn{
  min-width:188px;
}

.helm-steps{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  counter-reset:step;
}
.helm-step{
  padding:24px 22px;
  border-radius:var(--rad);
  border:1px solid rgba(214,229,140,.16);
  background:var(--glass-soft);
  position:relative;
  box-shadow:0 16px 36px rgba(4,10,18,.14);
}
.helm-step::before{
  counter-increment:step;
  content:"0" counter(step);
  display:block;
  margin-bottom:10px;
  color:var(--glow);
  font:400 2.5rem/1 var(--hf);
}
.helm-step p{color:#d8e3d4;font-size:.96rem}

.helm-vip{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}
.helm-rank{
  padding:18px 12px;
  border-radius:20px;
  text-align:center;
  border:1px solid rgba(183,216,166,.14);
  background:linear-gradient(180deg,rgba(25,41,31,.96),rgba(11,18,13,.98));
  box-shadow:0 12px 28px rgba(4,10,18,.14);
}
.helm-rank span{
  display:block;
  color:var(--accent-soft);
  font:400 1rem/1.1 var(--hf);
}
.helm-rank__val{
  display:block;
  margin-top:8px;
  color:var(--glow);
  font:400 1.7rem/1 var(--hf);
}

.helm-table{
  margin-top:18px;
  overflow-x:auto;
  border-radius:var(--rad);
  border:1px solid rgba(183,216,166,.13);
  box-shadow:0 18px 40px rgba(4,10,18,.14);
}
table{
  width:100%;
  border-collapse:collapse;
  background:rgba(16,27,20,.92);
}
th,td{padding:15px 16px;text-align:left}
thead th{
  color:#f5f9ef;
  font:400 1rem/1.2 var(--hf);
  background:rgba(20,34,26,.96);
}
tbody td{
  border-top:1px solid rgba(183,216,166,.08);
  color:#d9e4d6;
  font-size:.95rem;
}
tbody td:first-child{color:var(--glow)}

.helm-quote p{color:#eef4e8}
.helm-quote span{
  display:block;
  margin-top:14px;
  color:var(--muted);
  font-size:.88rem;
}

.helm-pre{
  margin:10px auto 0;
  padding:42px 30px;
  border-radius:32px;
  border:1px solid rgba(214,229,140,.16);
  background:
    radial-gradient(360px 160px at 50% 0%, rgba(214,229,140,.1), transparent 70%),
    radial-gradient(320px 180px at 15% 30%, rgba(183,216,166,.08), transparent 72%),
    linear-gradient(180deg,rgba(20,33,25,.92),rgba(11,18,13,.97));
  text-align:center;
  box-shadow:0 20px 44px rgba(4,10,18,.18);
}
.helm-pre p{
  max-width:62ch;
  margin:14px auto 22px;
  color:var(--muted);
}

.helm-faq details{
  margin-top:12px;
  border-radius:18px;
  border:1px solid rgba(183,216,166,.13);
  background:linear-gradient(180deg,rgba(20,34,26,.92),rgba(11,19,14,.96));
  overflow:hidden;
}
.helm-faq summary{
  list-style:none;
  cursor:pointer;
  padding:18px 22px;
  color:#f5f9ef;
  font:400 1.08rem/1.35 var(--hf);
}
.helm-faq summary::-webkit-details-marker{display:none}
.helm-faq summary::after{
  content:"+";
  float:right;
  color:var(--accent-soft);
  font-size:1.35rem;
}
.helm-faq details[open] summary::after{content:"−"}
.helm-answer{padding:0 22px 18px;color:#d9e4d6;font-size:.95rem}

.helm-author{
  padding:30px;
  border-radius:var(--rad);
  border:1px solid rgba(183,216,166,.13);
  background:
    radial-gradient(280px 120px at 100% 0%, rgba(216,239,208,.07), transparent 72%),
    linear-gradient(180deg,rgba(12,21,16,.98) 0%,rgba(18,30,22,.94) 100%);
  box-shadow:0 18px 40px rgba(4,10,18,.14);
}
.helm-author p{color:var(--muted)}

.helm-foot{
  margin-top:48px;
  padding:38px 0 54px;
  border-top:1px solid rgba(183,216,166,.12);
  background:linear-gradient(180deg,rgba(11,18,13,0) 0%,rgba(11,18,13,.42) 100%);
}
.helm-foot__grid{
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr 1fr;
  gap:22px;
}
.helm-foot h3,.helm-foot h4{margin-bottom:12px}
.helm-foot p,
.helm-foot a{
  color:var(--muted);
  font-size:.93rem;
}
.helm-foot a{
  display:block;
  margin:6px 0;
}
.helm-foot a:hover{color:#f5f9ef}
.helm-fine{
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid rgba(183,216,166,.1);
}
.helm-fine p{
  color:var(--muted);
  font-size:.84rem;
  line-height:1.7;
}

@media (max-width:1080px){
  .helm-hero{grid-template-columns:1fr}
  .helm-strip{grid-template-columns:repeat(3,1fr)}
  .helm-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .helm-vip{grid-template-columns:repeat(3,minmax(0,1fr))}
  .helm-foot__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:760px){
  .helm-wrap{width:min(100% - 28px,1180px)}
  .helm-panel,
  .helm-grid--3,
  .helm-deals,
  .helm-steps,
  .helm-foot__grid{grid-template-columns:1fr}
  .helm-strip{grid-template-columns:repeat(2,1fr)}
  .helm-vip{grid-template-columns:repeat(2,minmax(0,1fr))}
  .helm-head__in{min-height:72px}
}
@media (max-width:520px){
  body{font-size:16px}
  .helm-hero{padding-top:40px}
  .helm-panel,
  .helm-strip,
  .helm-grid--4{grid-template-columns:1fr}
  .helm-btn,
  .helm-btn--ghost{width:100%}
  .helm-card{min-height:auto}
  .helm-pre{padding:34px 20px}
}
