/* ==========================================================================
   HitNSpin Casino — Italia / High Roller
   Visual language: obsidian-plum base · champagne gold · emerald accent
   Layout: flex only, mobile-first, max-width 1200px
   ========================================================================== */

:root{
  --bg:        #0b0910;
  --bg-2:      #120f1a;
  --card:      #17131f;
  --card-2:    #1e1927;
  --line:      rgba(231,197,122,.16);
  --line-2:    rgba(255,255,255,.07);

  --gold:      #E7C57A;
  --gold-soft: #f0d99b;
  --gold-deep: #b8893a;
  --emerald:   #38d9a9;
  --wine:      #7a1f3d;

  --text:      #F4EFE6;
  --muted:     #a79fb2;
  --dim:       #7c7488;

  --wrap: 1200px;
  --radius: 16px;
  --shadow: 0 24px 60px rgba(0,0,0,.45);
  --shadow-gold: 0 12px 40px rgba(184,137,58,.30);

  --serif: "Playfair Display", Georgia, serif;
  --sans: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

*{ box-sizing:border-box; margin:0; padding:0; }
html{ scroll-behavior:smooth; }
body{
  font-family:var(--sans);
  background:var(--bg);
  color:var(--text);
  line-height:1.65;
  font-size:16px;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }

/* background wash */
body::before{
  content:"";
  position:fixed; inset:0; z-index:-1; pointer-events:none;
  background:
    radial-gradient(60% 45% at 82% -8%, rgba(184,137,58,.22), transparent 60%),
    radial-gradient(50% 40% at 8% 4%, rgba(56,217,169,.10), transparent 60%),
    radial-gradient(70% 60% at 50% 120%, rgba(122,31,61,.20), transparent 60%);
}

.hns-wrap{ max-width:var(--wrap); margin:0 auto; padding:0 20px; }

/* ---------- Typography ---------- */
h1,h2,h3{ font-family:var(--serif); font-weight:700; line-height:1.15; letter-spacing:.2px; }
.hns-eyebrow{
  font-family:var(--sans); font-weight:700; font-size:12px; letter-spacing:.22em;
  text-transform:uppercase; color:var(--gold);
  display:inline-flex; align-items:center; gap:8px;
}
.hns-eyebrow::before{ content:""; width:26px; height:1px; background:linear-gradient(90deg,transparent,var(--gold)); }

.hns-gold{ color:var(--gold); }
.hns-em{ color:var(--emerald); }

/* ---------- Buttons ---------- */
.hns-btn{
  display:inline-flex; align-items:center; justify-content:center; gap:9px;
  font-family:var(--sans); font-weight:700; font-size:15px; letter-spacing:.01em;
  padding:14px 26px; border-radius:12px; border:1px solid transparent;
  cursor:pointer; transition:transform .18s ease, box-shadow .25s ease, background .25s ease;
  white-space:nowrap;
}
.hns-btn--gold{
  color:#2a1c05;
  background:linear-gradient(135deg,var(--gold-soft),var(--gold) 45%,var(--gold-deep));
  box-shadow:var(--shadow-gold);
}
.hns-btn--gold:hover{ transform:translateY(-2px); box-shadow:0 18px 46px rgba(184,137,58,.45); }
.hns-btn--ghost{
  color:var(--text); background:transparent; border-color:var(--line);
}
.hns-btn--ghost:hover{ border-color:var(--gold); color:var(--gold); }
.hns-btn--lg{ padding:17px 34px; font-size:16px; }
.hns-btn--block{ width:100%; }

/* ---------- Header ---------- */
.hns-header{
  position:sticky; top:0; z-index:50;
  background:rgba(11,9,16,.82);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line-2);
}
.hns-header__bar{
  max-width:var(--wrap); margin:0 auto; padding:12px 20px;
  display:flex; align-items:center; justify-content:space-between; gap:16px;
}
.hns-head__left{ display:flex; align-items:center; gap:12px; }
.hns-logo{ display:flex; align-items:center; gap:11px; font-family:var(--serif); font-size:21px; font-weight:800; letter-spacing:.3px; }
.hns-logo__mark{
  width:38px; height:38px; border-radius:11px; flex:0 0 38px;
  display:flex; align-items:center; justify-content:center;
  background:linear-gradient(135deg,var(--gold-soft),var(--gold-deep));
  color:#241705; font-weight:900; font-size:19px; font-family:var(--sans);
  box-shadow:0 6px 18px rgba(184,137,58,.4);
}
.hns-logo span{ color:var(--gold); }
.hns-logo small{ display:block; font-family:var(--sans); font-size:9.5px; letter-spacing:.28em; color:var(--dim); text-transform:uppercase; font-weight:700; margin-top:-4px; }

.hns-nav{ display:none; }
.hns-nav ul{ list-style:none; display:flex; align-items:center; gap:6px; }
.hns-nav a{
  padding:9px 15px; border-radius:9px; font-weight:600; font-size:14.5px; color:var(--muted);
  transition:color .2s, background .2s;
}
.hns-nav a:hover{ color:var(--text); }
.hns-nav a.active{ color:var(--gold); background:rgba(231,197,122,.08); }

.hns-head__actions{ display:none; align-items:center; gap:10px; }

.hns-burger{
  display:inline-flex; flex-direction:column; justify-content:center; gap:5px;
  width:44px; height:44px; padding:0 10px; border:1px solid var(--line); border-radius:11px;
  background:transparent; cursor:pointer;
}
.hns-burger span{ height:2px; background:var(--gold); border-radius:2px; transition:.25s; }
.hns-burger[aria-expanded="true"] span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
.hns-burger[aria-expanded="true"] span:nth-child(2){ opacity:0; }
.hns-burger[aria-expanded="true"] span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }

/* Mobile panel */
.hns-mobile-overlay{
  position:fixed; inset:0; background:rgba(0,0,0,.6); backdrop-filter:blur(2px);
  opacity:0; visibility:hidden; transition:.3s; z-index:60;
}
.hns-mobile-overlay.is-open{ opacity:1; visibility:visible; }
.hns-mobile-panel{
  position:fixed; top:0; right:0; height:100%; width:min(320px,86vw); z-index:70;
  background:var(--bg-2); border-left:1px solid var(--line);
  transform:translateX(105%); transition:transform .32s cubic-bezier(.4,0,.2,1);
  display:flex; flex-direction:column; padding:20px;
}
.hns-mobile-panel.is-open{ transform:translateX(0); }
.hns-mobile-panel__head{ display:flex; align-items:center; justify-content:space-between; margin-bottom:22px; }
.hns-mobile-close{ width:40px; height:40px; border:1px solid var(--line); border-radius:10px; background:transparent; color:var(--gold); font-size:22px; cursor:pointer; }
.hns-mobile-nav{ list-style:none; display:flex; flex-direction:column; gap:4px; }
.hns-mobile-nav a{ display:block; padding:14px 12px; border-radius:10px; font-weight:600; color:var(--text); border-bottom:1px solid var(--line-2); }
.hns-mobile-nav a.active{ color:var(--gold); }
.hns-mobile-cta{ display:flex; flex-direction:column; gap:10px; margin-top:22px; }

/* ---------- Hero ---------- */
.hns-hero{
  position:relative; overflow:hidden; padding:52px 0 40px;
  background-image:
    linear-gradient(180deg,rgba(13,11,20,.72) 0%,rgba(13,11,20,.82) 55%,rgba(13,11,20,.96) 100%),
    url('banners/hero-bg.png');
  background-size:cover;
  background-position:center top;
  background-repeat:no-repeat;
}
.hns-hero__grid{ display:flex; flex-direction:column; gap:30px; position:relative; z-index:2; }

/* decorative Viking characters */
.hns-hero__art{
  position:absolute; inset:0; z-index:1; pointer-events:none;
  display:none;
}
.hns-hero__art img{
  position:absolute; right:-30px; bottom:0; max-height:88%; width:auto;
  filter:drop-shadow(0 12px 40px rgba(0,0,0,.55));
  opacity:.9;
  -webkit-mask-image:linear-gradient(to bottom,#000 82%,transparent 100%);
          mask-image:linear-gradient(to bottom,#000 82%,transparent 100%);
}
.hns-hero__title{
  font-size:clamp(34px,8vw,60px); line-height:1.05; margin:16px 0 14px; letter-spacing:-.5px;
}
.hns-hero__title em{ font-style:italic; color:var(--gold); }
.hns-hero__lead{ color:var(--muted); font-size:17px; max-width:560px; margin-bottom:22px; }
.hns-hero__cta{ display:flex; flex-wrap:wrap; gap:12px; margin-bottom:14px; }
.hns-hero__note{ font-size:12.5px; color:var(--dim); display:flex; align-items:center; gap:8px; }

/* hero package card */
.hns-hero__card{
  position:relative; border-radius:22px; padding:28px 24px;
  background:linear-gradient(160deg,rgba(30,25,39,.95),rgba(17,15,26,.92));
  border:1px solid var(--line); box-shadow:var(--shadow); overflow:hidden;
}
.hns-hero__card::after{
  content:""; position:absolute; top:-40%; right:-30%; width:70%; height:120%;
  background:radial-gradient(circle,rgba(231,197,122,.18),transparent 65%);
}
.hns-hero__card-label{ font-size:12px; letter-spacing:.18em; text-transform:uppercase; color:var(--gold); font-weight:700; }
.hns-hero__pack{ font-family:var(--serif); font-size:clamp(28px,6vw,40px); margin:8px 0 4px; line-height:1.1; }
.hns-hero__pack b{ color:var(--gold); }
.hns-hero__packsub{ color:var(--muted); font-size:14px; margin-bottom:20px; }
.hns-stats{ display:flex; flex-wrap:wrap; gap:10px; position:relative; }
.hns-stat{
  flex:1 1 calc(50% - 5px); background:rgba(255,255,255,.03); border:1px solid var(--line-2);
  border-radius:12px; padding:12px 14px;
}
.hns-stat b{ display:block; font-family:var(--serif); font-size:22px; color:var(--gold); }
.hns-stat span{ font-size:11.5px; color:var(--muted); text-transform:uppercase; letter-spacing:.08em; }

.hns-trust-row{ display:flex; flex-wrap:wrap; gap:18px 26px; margin-top:30px; padding-top:22px; border-top:1px solid var(--line-2); }
.hns-trust-row div{ display:flex; align-items:center; gap:9px; font-size:13px; color:var(--muted); }
.hns-trust-row svg{ width:20px; height:20px; flex:0 0 20px; color:var(--emerald); }

/* ---------- Section shell ---------- */
.hns-section{ padding:52px 0; }
.hns-sec-cta{ margin-top:28px; text-align:center; }
.hns-section--alt{ background:linear-gradient(180deg,rgba(18,15,26,.6),transparent); }
.hns-sec-head{ max-width:720px; margin-bottom:30px; }
.hns-sec-head--center{ margin-left:auto; margin-right:auto; text-align:center; }
.hns-sec-title{ font-size:clamp(26px,5vw,38px); margin:12px 0 12px; }
.hns-sec-title em{ font-style:italic; color:var(--gold); }
.hns-sec-text{ color:var(--muted); font-size:16px; }
.hns-prose p{ color:var(--muted); margin-bottom:16px; }
.hns-prose p:last-child{ margin-bottom:0; }
.hns-prose strong{ color:var(--text); }

/* ---------- Feature cards ---------- */
.hns-cards{ display:flex; flex-wrap:wrap; gap:16px; }
.hns-card{
  flex:1 1 100%; background:var(--card); border:1px solid var(--line-2); border-radius:var(--radius);
  padding:24px; transition:transform .2s, border-color .2s;
}
.hns-card:hover{ transform:translateY(-4px); border-color:var(--line); }
.hns-card__ic{
  width:50px; height:50px; border-radius:13px; display:flex; align-items:center; justify-content:center;
  background:linear-gradient(135deg,rgba(231,197,122,.16),rgba(184,137,58,.06));
  border:1px solid var(--line); margin-bottom:16px;
}
.hns-card__ic svg{ width:26px; height:26px; color:var(--gold); }
.hns-card h3{ font-size:19px; margin-bottom:8px; }
.hns-card p{ color:var(--muted); font-size:14.5px; }

/* ---------- Bonus stages ---------- */
.hns-stages{ display:flex; flex-direction:column; gap:14px; }
.hns-stage{
  display:flex; gap:18px; align-items:flex-start;
  background:var(--card); border:1px solid var(--line-2); border-radius:var(--radius); padding:20px 22px;
  position:relative; overflow:hidden;
}
.hns-stage::before{ content:""; position:absolute; left:0; top:0; bottom:0; width:3px; background:linear-gradient(180deg,var(--gold),var(--gold-deep)); }
.hns-stage__num{
  flex:0 0 54px; width:54px; height:54px; border-radius:14px;
  display:flex; align-items:center; justify-content:center;
  font-family:var(--serif); font-size:24px; font-weight:800; color:var(--gold);
  background:rgba(231,197,122,.08); border:1px solid var(--line);
}
.hns-stage__body{ flex:1; min-width:0; }
.hns-stage__offer{ font-family:var(--serif); font-size:20px; margin-bottom:4px; }
.hns-stage__offer b{ color:var(--gold); }
.hns-stage__game{ font-size:13px; color:var(--emerald); margin-bottom:10px; font-weight:600; }
.hns-stage__terms{ display:flex; flex-wrap:wrap; gap:7px; }
.hns-stage__term{ font-size:12px; padding:5px 11px; border-radius:20px; background:rgba(255,255,255,.04); border:1px solid var(--line-2); color:var(--muted); }

/* ---------- Aff bonus cards ---------- */
.hns-aff{ display:flex; flex-wrap:wrap; gap:16px; }
.hns-aff__card{
  flex:1 1 100%; display:flex; align-items:center; gap:18px;
  background:linear-gradient(135deg,var(--card-2),var(--card)); border:1px solid var(--line);
  border-radius:var(--radius); padding:18px; transition:transform .2s, box-shadow .25s;
}
.hns-aff__card:hover{ transform:translateY(-4px); box-shadow:var(--shadow-gold); }
.hns-aff__img{ width:82px; height:82px; flex:0 0 82px; border-radius:12px; object-fit:cover; border:1px solid var(--line); }
.hns-aff__body{ flex:1; min-width:0; }
.hns-aff__offer{ font-family:var(--serif); font-size:20px; color:var(--gold); }
.hns-aff__game{ font-size:13px; color:var(--muted); margin-bottom:9px; }
.hns-aff__cta{ display:inline-flex; align-items:center; gap:6px; font-size:13px; font-weight:700; color:var(--emerald); }

/* ---------- Games grid ---------- */
.hns-games{ display:flex; flex-wrap:wrap; gap:12px; }
.hns-game{
  flex:0 0 calc(50% - 6px); position:relative; border-radius:12px; overflow:hidden;
  border:1px solid var(--line-2); background:var(--card); transition:transform .2s, border-color .2s;
}
.hns-game:hover{ transform:translateY(-4px); border-color:var(--gold); }
.hns-game img{ width:100%; aspect-ratio:1/1; object-fit:cover; }
.hns-game__name{
  position:absolute; left:0; right:0; bottom:0; padding:16px 10px 8px;
  font-size:12px; font-weight:600; color:#fff;
  background:linear-gradient(0deg,rgba(0,0,0,.85),transparent);
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.hns-game__play{
  position:absolute; inset:0; display:flex; align-items:center; justify-content:center;
  background:rgba(11,9,16,.5); opacity:0; transition:.2s;
}
.hns-game:hover .hns-game__play{ opacity:1; }
.hns-game__play span{
  width:48px; height:48px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  background:linear-gradient(135deg,var(--gold-soft),var(--gold-deep)); color:#241705;
}

/* ---------- Providers ---------- */
.hns-providers{ display:flex; flex-wrap:wrap; gap:12px; }
.hns-prov{
  flex:0 0 calc(33.333% - 8px); display:flex; align-items:center; justify-content:center;
  background:rgba(255,255,255,.04); border:1px solid var(--line-2); border-radius:12px; padding:16px 12px;
}
.hns-prov img{ max-width:88px; height:34px; object-fit:contain; filter:grayscale(40%) opacity(.85); transition:.2s; }
.hns-prov:hover img{ filter:grayscale(0) opacity(1); }

/* ---------- Payments ---------- */
.hns-pay{ display:flex; flex-wrap:wrap; gap:10px; }
.hns-pay__item{
  display:flex; align-items:center; justify-content:center;
  background:#fff; border-radius:9px; padding:9px 14px; min-width:74px; height:46px;
}
.hns-pay__item img{ height:26px; width:auto; }

/* ---------- Split / info blocks ---------- */
.hns-split{ display:flex; flex-direction:column; gap:28px; }
.hns-split__media{
  position:relative; flex:1;
  border-radius:var(--radius); overflow:hidden;
  border:1px solid var(--line);
  display:flex; flex-wrap:wrap; gap:10px; padding:10px;
  background:
    radial-gradient(120% 120% at 100% 0%, rgba(231,197,122,.10), transparent 55%),
    linear-gradient(160deg, var(--card-2), var(--card));
  box-shadow:var(--shadow);
}
.hns-split__media::after{
  content:""; position:absolute; inset:0; border-radius:inherit; pointer-events:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.hns-split__media img{
  flex:1 1 calc(50% - 5px); min-width:0; width:100%;
  border-radius:11px; aspect-ratio:16/10; object-fit:cover;
  transition:transform .45s ease; will-change:transform;
}
.hns-split__media:hover img{ transform:scale(1.03); }
.hns-split__body{ flex:1; min-width:0; }
.hns-split__body .hns-eyebrow{ margin-bottom:14px; }
.hns-split__body .hns-sec-title{ margin-bottom:16px; }
.hns-list{ list-style:none; display:flex; flex-direction:column; gap:12px; margin-top:8px; }
.hns-list li{ display:flex; gap:11px; color:var(--muted); font-size:15px; }
.hns-list svg{ width:20px; height:20px; flex:0 0 20px; color:var(--gold); margin-top:3px; }

/* ---------- Steps ---------- */
.hns-steps{ display:flex; flex-direction:column; gap:14px; counter-reset:step; }
.hns-step{ display:flex; gap:16px; align-items:flex-start; }
.hns-step__n{
  flex:0 0 40px; width:40px; height:40px; border-radius:11px; counter-increment:step;
  display:flex; align-items:center; justify-content:center; font-weight:800; color:#241705;
  background:linear-gradient(135deg,var(--gold-soft),var(--gold-deep));
}
.hns-step__n::before{ content:counter(step); }
.hns-step h3{ font-size:17px; margin-bottom:3px; }
.hns-step p{ color:var(--muted); font-size:14.5px; }

/* ---------- FAQ ---------- */
.hns-faq{ display:flex; flex-direction:column; gap:10px; }
.hns-faq details{
  background:var(--card); border:1px solid var(--line-2); border-radius:12px; overflow:hidden; transition:border-color .2s;
}
.hns-faq details[open]{ border-color:var(--line); }
.hns-faq summary{
  list-style:none; cursor:pointer; padding:18px 20px; font-weight:600; font-size:16px;
  display:flex; align-items:center; justify-content:space-between; gap:14px;
}
.hns-faq summary::-webkit-details-marker{ display:none; }
.hns-faq summary::after{ content:"+"; color:var(--gold); font-size:24px; font-weight:400; transition:transform .25s; }
.hns-faq details[open] summary::after{ transform:rotate(45deg); }
.hns-faq__a{ padding:0 20px 18px; color:var(--muted); font-size:15px; }

/* ---------- CTA band ---------- */
.hns-band{
  position:relative; overflow:hidden; border-radius:24px; margin:10px 0;
  padding:44px 28px; text-align:center;
  background:linear-gradient(135deg,rgba(122,31,61,.35),rgba(17,15,26,.9)),radial-gradient(circle at 70% 20%,rgba(231,197,122,.2),transparent 55%);
  border:1px solid var(--line);
}
.hns-band h2{ font-size:clamp(26px,5vw,36px); margin-bottom:12px; }
.hns-band p{ color:var(--muted); max-width:520px; margin:0 auto 22px; }

/* ---------- Footer ---------- */
.hns-footer{ margin-top:40px; border-top:1px solid var(--line-2); background:var(--bg-2); }
.hns-aggr{ padding:30px 0; border-bottom:1px solid var(--line-2); }
.hns-aggr__row{ display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:22px 30px; }
.hns-aggr__row a{ opacity:.6; transition:opacity .2s; }
.hns-aggr__row a:hover{ opacity:1; }
.hns-aggr__row img{ height:26px; width:auto; }
.hns-foot__main{ padding:38px 0 24px; display:flex; flex-wrap:wrap; gap:30px; }
.hns-foot__col{ flex:1 1 100%; }
.hns-foot__about{ color:var(--muted); font-size:14px; max-width:340px; margin-top:14px; }
.hns-foot__col h4{ font-family:var(--sans); font-size:13px; letter-spacing:.14em; text-transform:uppercase; color:var(--gold); margin-bottom:14px; }
.hns-foot__col ul{ list-style:none; display:flex; flex-direction:column; gap:9px; }
.hns-foot__col a{ color:var(--muted); font-size:14px; }
.hns-foot__col a:hover{ color:var(--text); }
.hns-foot__bottom{ padding:22px 0 40px; border-top:1px solid var(--line-2); color:var(--dim); font-size:12.5px; }
.hns-foot__bottom p{ margin-bottom:10px; }
.hns-age{
  display:inline-flex; align-items:center; justify-content:center; width:34px; height:34px; border-radius:50%;
  border:2px solid var(--wine); color:#e0879f; font-weight:800; font-size:13px; margin-right:10px; vertical-align:middle;
}

/* ---------- Desktop ---------- */
@media (min-width:768px){
  .hns-wrap{ padding:0 32px; }
  .hns-nav{ display:block; }
  .hns-head__actions{ display:flex; }
  .hns-burger{ display:none; }

  .hns-hero{ padding:72px 0 56px; }
  .hns-hero__grid{ flex-direction:row; align-items:center; gap:48px; }
  .hns-hero__grid > div:first-child{ flex:1.15; }
  .hns-hero__card{ flex:.9; padding:34px 30px; }
  .hns-hero__art{ display:block; }

  .hns-section{ padding:76px 0; }
  .hns-card{ flex:1 1 calc(33.333% - 11px); }
  .hns-cards--2 .hns-card{ flex:1 1 calc(50% - 8px); }

  .hns-stage{ padding:22px 26px; }
  .hns-aff__card{ flex:1 1 calc(50% - 8px); }
  .hns-game{ flex:0 0 calc(20% - 10px); }
  .hns-prov{ flex:0 0 calc(16.666% - 10px); }

  .hns-split{ flex-direction:row; align-items:center; gap:52px; }
  .hns-split--rev{ flex-direction:row-reverse; }
  .hns-split > *{ flex:1 1 0; }
  .hns-split__body{ padding-block:8px; }
  .hns-split--rev .hns-split__body{ padding-left:8px; }
  .hns-split__media img{ aspect-ratio:1/1; }

  .hns-foot__main{ flex-wrap:nowrap; }
  .hns-foot__col{ flex:1; }
  .hns-foot__col--brand{ flex:1.6; }
}

@media (min-width:1024px){
  .hns-stat{ flex:1 1 calc(25% - 8px); }
}
