:root{
  --hf-bg:rgb(3,24,27);
  --hf-surface:rgb(6,48,53);
  --hf-surface-2:rgb(7,60,69);
  --hf-row:rgb(5,37,42);
  --hf-input:rgb(13,96,106);
  --hf-input-border:rgb(112,174,182);
  --hf-text:rgb(207,228,231);
  --hf-muted:rgb(159,201,206);
  --hf-gold-a:#edbe2e;
  --hf-gold-b:#d88513;
  --hf-green:rgb(127,194,97);
  --hf-danger:#ff6b6b;
}
html{scroll-behavior:smooth;}
body{background:var(--hf-bg);color:var(--hf-text);min-height:100vh;}
a{color:var(--hf-gold-a);}

.hf-page{padding-top:67px;min-height:100vh;}

.hf-hero-band{
  background:linear-gradient(180deg, rgba(7,60,69,.55), rgba(3,24,27,0));
  padding:48px 0 32px;
}
.hf-hero-band .container{display:flex;align-items:center;justify-content:space-between;gap:24px;}
.hf-page-title{
  font-family:"LemonMilk","Open Sans",sans-serif;text-transform:uppercase;
  font-size:44px;line-height:1.05;margin:0;letter-spacing:.5px;color:#fff;
}
.hf-page-title.gold{
  background:linear-gradient(90deg,var(--hf-gold-a),var(--hf-gold-b));
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;
}
.hf-hero-icon{width:104px;height:104px;flex:0 0 auto;}
.hf-hero-icon svg,.hf-hero-icon img{width:100%;height:100%;}

.hf-content{padding:8px 0 64px;}
.hf-content .container{max-width:1000px;}
.hf-content h2{font-size:24px;font-weight:700;margin:28px 0 10px;color:#fff;}
.hf-content h3{font-size:19px;font-weight:700;margin:22px 0 8px;color:var(--hf-text);}
.hf-content h4{font-size:16px;font-weight:700;margin:18px 0 6px;color:var(--hf-text);}
.hf-content p{margin:0 0 12px;line-height:1.65;color:var(--hf-text);}
.hf-content ul,.hf-content ol{margin:0 0 14px;padding-left:22px;line-height:1.65;}
.hf-content li{margin:4px 0;}
.hf-content .muted{color:var(--hf-muted);font-size:13px;}
.hf-content strong{color:#fff;}

.hf-articles{display:grid;grid-template-columns:1fr;gap:18px;margin-top:8px;}
.hf-article{
  display:flex;gap:20px;background:var(--hf-surface);border:1px solid rgba(207,228,231,.12);
  border-radius:16px;overflow:hidden;padding:16px;align-items:center;
}
.hf-article img{width:200px;height:130px;object-fit:cover;border-radius:12px;flex:0 0 auto;}
.hf-article .body{flex:1;min-width:0;}
.hf-article h3{margin:0 0 8px;font-size:20px;color:#fff;}
.hf-article p{margin:0 0 12px;color:var(--hf-muted);}
.hf-pill-row{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0;}
.hf-filter-pill{
  background:var(--hf-surface);color:var(--hf-muted);border:1px solid rgba(207,228,231,.18);
  border-radius:20px;padding:8px 18px;font-weight:600;font-size:14px;cursor:pointer;transition:.2s;
}
.hf-filter-pill.active,.hf-filter-pill:hover{background:linear-gradient(var(--hf-gold-a),var(--hf-gold-b));color:rgb(46,49,51);border-color:transparent;}
@media(max-width:640px){
  .hf-article{flex-direction:column;align-items:stretch;}
  .hf-article img{width:100%;height:170px;}
  .hf-page-title{font-size:30px;}
  .hf-hero-icon{width:72px;height:72px;}
}

.hf-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 40px;max-width:980px;margin:0 auto;}
@media(max-width:768px){.hf-faq-grid{grid-template-columns:1fr;}}
.hf-faq{border-bottom:1px solid rgba(207,228,231,.16);}
.hf-faq-q{
  width:100%;background:none;border:0;color:var(--hf-text);text-align:left;
  font-size:16px;font-weight:600;padding:18px 28px 18px 0;cursor:pointer;position:relative;
}
.hf-faq-q::after{content:"";position:absolute;right:4px;top:50%;width:10px;height:10px;
  border-right:2px solid var(--hf-gold-a);border-bottom:2px solid var(--hf-gold-a);
  transform:translateY(-70%) rotate(45deg);transition:transform .25s;}
.hf-faq.open .hf-faq-q::after{transform:translateY(-30%) rotate(-135deg);}
.hf-faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;color:var(--hf-muted);line-height:1.6;}
.hf-faq.open .hf-faq-a{max-height:600px;}
.hf-faq-a p{padding:0 0 16px;margin:0;}

.hf-auth{
  min-height:calc(100vh - 67px);display:flex;align-items:center;justify-content:center;
  padding:48px 16px;position:relative;overflow:hidden;
}
.hf-auth::before{
  content:"";position:absolute;inset:0;z-index:0;
  background:radial-gradient(1200px 600px at 70% -10%, rgba(237,190,46,.10), transparent 60%),
             radial-gradient(900px 500px at 10% 110%, rgba(13,96,106,.45), transparent 60%),
             var(--hf-bg);
}
.hf-auth-card{
  position:relative;z-index:1;width:100%;max-width:440px;
  background:rgba(6,48,53,.78);backdrop-filter:blur(8px);
  border:1px solid rgba(207,228,231,.14);border-radius:20px;
  padding:36px 32px;box-shadow:0 24px 60px rgba(0,0,0,.45);
}
.hf-auth-card .logo{display:block;height:40px;margin:0 auto 18px;}
.hf-auth-title{
  font-family:"LemonMilk","Open Sans",sans-serif;text-transform:uppercase;
  text-align:center;font-size:26px;margin:0 0 4px;letter-spacing:.5px;
  background:linear-gradient(90deg,var(--hf-gold-a),var(--hf-gold-b));
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;
}
.hf-auth-sub{text-align:center;color:var(--hf-muted);margin:0 0 24px;font-size:14px;}
.hf-field{margin-bottom:16px;}
.hf-field label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:var(--hf-text);}
.hf-field input,.hf-field select{
  width:100%;height:50px;padding:0 16px;border-radius:8px;box-sizing:border-box;
  background:var(--hf-input);border:1px solid var(--hf-input-border);color:#fff;font-size:15px;
  outline:none;transition:border-color .2s, box-shadow .2s;
}
.hf-field input::placeholder{color:rgba(207,228,231,.5);}
.hf-field input:focus,.hf-field select:focus{border-color:var(--hf-gold-a);box-shadow:0 0 0 3px rgba(237,190,46,.18);}
.hf-field.invalid input,.hf-field.invalid select{border-color:var(--hf-danger);}
.hf-field .err{display:none;color:var(--hf-danger);font-size:12px;margin-top:6px;}
.hf-field.invalid .err{display:block;}
.hf-row-2{display:flex;gap:14px;}
.hf-row-2 .hf-field{flex:1;}
.hf-check{display:flex;gap:10px;align-items:flex-start;font-size:13px;color:var(--hf-muted);margin:6px 0 18px;}
.hf-check input{width:18px;height:18px;margin-top:1px;accent-color:var(--hf-gold-a);flex:0 0 auto;}
.hf-check.invalid{color:var(--hf-danger);}
.hf-auth .btn.register-button{width:100%;margin:0;padding:14px;font-size:18px;}
.hf-auth-alt{text-align:center;margin:18px 0 0;color:var(--hf-muted);font-size:14px;}
.hf-pass-wrap{position:relative;}
.hf-pass-wrap .toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);
  background:none;border:0;color:var(--hf-muted);cursor:pointer;font-size:12px;font-weight:700;letter-spacing:.5px;}

.hf-modal-overlay{
  position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;
  background:rgba(2,14,16,.72);backdrop-filter:blur(4px);padding:16px;
  opacity:0;visibility:hidden;transition:opacity .25s, visibility .25s;
}
.hf-modal-overlay.show{opacity:1;visibility:visible;}
.hf-modal{
  position:relative;width:100%;max-width:420px;background:var(--hf-surface);
  border:1px solid rgba(237,190,46,.35);border-radius:20px;padding:32px 28px;text-align:center;
  box-shadow:0 24px 60px rgba(0,0,0,.5);transform:translateY(12px) scale(.98);transition:transform .25s;
}
.hf-modal-overlay.show .hf-modal{transform:none;}
.hf-modal-close{position:absolute;top:14px;right:16px;background:none;border:0;color:var(--hf-muted);font-size:26px;line-height:1;cursor:pointer;}
.hf-modal-logo{height:34px;margin:4px auto 14px;display:block;}
.hf-modal-title{font-family:"LemonMilk","Open Sans",sans-serif;text-transform:uppercase;font-size:22px;margin:0 0 6px;color:#fff;letter-spacing:.5px;}
.hf-modal-sub{color:var(--hf-muted);font-size:14px;margin:0 0 22px;}
.hf-otp-inputs{display:flex;gap:10px;justify-content:center;margin-bottom:14px;}
.hf-otp-digit{
  width:48px;height:56px;text-align:center;font-size:24px;font-weight:700;color:#fff;
  background:var(--hf-input);border:1px solid var(--hf-input-border);border-radius:10px;outline:none;
  transition:border-color .2s, box-shadow .2s;
}
.hf-otp-digit:focus{border-color:var(--hf-gold-a);box-shadow:0 0 0 3px rgba(237,190,46,.2);}
.hf-otp-digit.filled{border-color:var(--hf-gold-a);}
.hf-otp-error{color:var(--hf-danger);font-size:13px;min-height:18px;margin-bottom:6px;}
.hf-otp-form .btn.register-button{width:100%;margin:6px 0 0;padding:13px;font-size:17px;}
.hf-otp-resend{color:var(--hf-muted);font-size:13px;margin:16px 0 0;}
.hf-otp-success{padding:8px 0;}
.hf-otp-check{width:64px;height:64px;border-radius:50%;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;
  font-size:34px;color:rgb(46,49,51);background:linear-gradient(var(--hf-gold-a),var(--hf-gold-b));}
@media(max-width:420px){.hf-otp-digit{width:42px;height:50px;font-size:20px;}}

.btn.register-button, .btn.reg-button, a.promo-button, .btn.promo-button{
  background:linear-gradient(rgb(237,190,46) 0%, rgb(216,133,19) 100%);
  color:rgb(46,49,51) !important;border:none;border-radius:25px;font-weight:600;
  cursor:pointer;transition:.3s ease-in-out;
}
a.promo-button,.btn.promo-button{display:inline-block;padding:10px 24px;text-decoration:none;max-width:fit-content;}
.btn.register-button:hover, .btn.reg-button:hover, a.promo-button:hover, .btn.promo-button:hover{
  filter:brightness(1.05);transform:translateY(-1px);
}

.hf-section{padding:40px 0;}
.hf-3col{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
@media(max-width:900px){.hf-3col{grid-template-columns:1fr;}}
.hf-center{text-align:center;}
.hf-section-heading{font-size:30px;font-weight:700;text-align:center;margin:0 0 8px;color:#fff;}
.hf-section-sub{text-align:center;color:var(--hf-muted);max-width:760px;margin:0 auto 28px;line-height:1.6;}
.hf-hero-slide{position:relative;min-height:360px;display:flex;align-items:center;border-radius:0;background-color:rgb(7,60,69);background-size:cover;background-position:center right;}
@media(max-width:768px){.hf-hero-slide{min-height:300px;}}

#categories .swiper{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;}
#categories .swiper::-webkit-scrollbar{display:none;}
#categories .swiper-wrapper{display:flex !important;transform:none !important;width:auto !important;}
#categories .swiper-slide{width:auto !important;flex:0 0 auto !important;}

.hf-faq-pills{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;max-width:900px;margin:0 auto 26px;}
.hf-faq.is-hidden{display:none;}
.hf-more-wrap{text-align:center;margin-top:24px;}

@media(max-width:991px){
  #headerMenuContent{position:absolute;top:67px;left:0;right:0;background:var(--hf-bg);
    border-top:1px solid rgba(207,228,231,.12);padding:8px 16px;display:none;}
  #headerMenuContent.show{display:block;}
  #headerMenuContent .navbar-nav{gap:0 !important;}
}
