:root{
  --bg:#ffffff;
  --soft:#f5f7fb;
  --text:#0b1220;
  --muted:#667085;
  --line:#e6eaf2;
  --dark:#07090d;
  --dark2:#0d1018;
  --brand:#0b7bbb;
  --shadow: 0 18px 60px rgba(16,24,40,.12);
  --radius: 18px;
  --radius2: 24px;
  --container: 1180px;
}

.hh{background:var(--bg); color:var(--text); font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;}
.hh-container{max-width:var(--container); margin:0 auto; padding:0 18px;}
.hh-section{padding:56px 0;}
.hh-section--soft{background:var(--soft);}
.hh-section--dark{background: linear-gradient(180deg, #07090d 0%, #0b0f18 100%);}

.hh-head{display:flex; align-items:flex-end; justify-content:space-between; gap:18px; margin-bottom:22px;}
.hh-kicker{font-size:12px; letter-spacing:.14em; font-weight:700; color:var(--brand);}
.hh-kicker--dark{color:#89cfff;}
.hh-h2{font-size:40px; line-height:1.05; margin:8px 0 0;}
.hh-h2--dark{color:#fff;}
.hh-link{color:var(--muted); font-weight:600; text-decoration:none;}
.hh-link:hover{color:var(--text);}

.hh-h3{font-size:20px; margin:0;}
.hh-h3 a{text-decoration:none; color:inherit;}
.hh-h3--compact{font-size:18px;}
.hh-h3--white{color:#fff;}

.hh-p{color:var(--muted); margin:10px 0 0; line-height:1.6;}
.hh-p--dark{color:rgba(255,255,255,.7);}
.hh-p--muted{color:var(--muted);}

.hh-mini{display:flex; gap:10px; color:var(--muted); font-size:12px; font-weight:600; align-items:center;}
.hh-sep{opacity:.6;}
.hh-read{display:inline-flex; margin-top:12px; text-decoration:none; color:var(--brand); font-weight:700; font-size:13px;}

.hh-btn{display:inline-flex; align-items:center; justify-content:center; gap:10px; height:42px; padding:0 16px; border-radius:999px; font-weight:700; text-decoration:none; border:1px solid transparent; cursor:pointer;}
.hh-btn--primary{background:var(--brand); color:#fff;}
.hh-btn--ghost{background:rgba(255,255,255,.65); border-color:rgba(15,23,42,.12); color:var(--text); backdrop-filter: blur(10px);}
.hh-btn--ghost:hover{background:#fff;}
.hh-btn--ghost-dark{background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.14); color:#fff;}
.hh-btn--report{width:93%; background:#fff; color:#0b1220; border-color:rgba(255,255,255,.1);}

.hh-chip{display:inline-flex; align-items:center; gap:10px; padding:8px 12px; border-radius:999px; background:rgba(0,0,0,.25); color:#fff; font-weight:700; font-size:12px; backdrop-filter: blur(10px);}
.hh-dot{width:8px; height:8px; border-radius:50%; background:#fbbf24; display:inline-block;}

.hh-hero{position:relative; min-height:540px; display:flex; align-items:stretch;}
.hh-hero__bg{position:absolute; inset:0; background-size:cover; background-position:center; filter:saturate(1.05) contrast(1.05);}
.hh-hero__overlay{position:absolute; inset:0; background: linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.45) 48%, rgba(255,255,255,1) 100%);}
.hh-hero__grid{position:relative; z-index:1; display:grid; grid-template-columns: 1.2fr .8fr; gap:22px; padding-top:72px; padding-bottom:62px;}
.hh-hero__left{padding-right:8px;}
.hh-hero__title{font-size:62px; letter-spacing:-.02em; color:#fff; margin:16px 0 0; line-height:1.02; max-width:18ch;}
.hh-hero__titleLink{font-size:62px; letter-spacing:-.02em; color:#fff; margin:16px 0 0; line-height:1.02; max-width:18ch;}
.hh-hero__desc{color:rgba(255,255,255,.75); margin:14px 0 0; max-width:52ch; line-height:1.7;}
.hh-hero__cta{display:flex; gap:12px; margin-top:20px; flex-wrap:wrap;}

.hh-panel{background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.18); border-radius:var(--radius2); padding:16px; backdrop-filter: blur(14px); box-shadow: 0 30px 80px rgba(0,0,0,.2);}
.hh-panel__top{display:flex; align-items:center; gap:10px; color:#fff; font-weight:800; margin-bottom:10px;}
.hh-fire{filter: drop-shadow(0 8px 16px rgba(0,0,0,.25));}
.hh-trending{list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:10px;}
.hh-trending__item a{display:block; padding:12px; border-radius:14px; text-decoration:none; border:1px solid rgba(255,255,255,.10); background:rgba(0,0,0,.14); color:#fff;}
.hh-trending__item a:hover{background:rgba(0,0,0,.22);}
.hh-trending__meta{display:block; font-size:12px; opacity:.75; font-weight:700;}
.hh-trending__text{display:block; margin-top:6px; font-weight:800; line-height:1.3;}

.hh-grid-2{display:grid; grid-template-columns:repeat(2, 1fr); gap:18px;}
.hh-grid-3{display:grid; grid-template-columns:repeat(3, 1fr); gap:18px;}
.hh-grid-4{display:grid; grid-template-columns:repeat(4, 1fr); gap:18px;}

.hh-card{background:#fff; border:1px solid var(--line); border-radius:var(--radius2); overflow:hidden; box-shadow: var(--shadow);}
.hh-card__img{position:relative; display:block; height:220px;}
.hh-card__img img{width:100%; height:100%; object-fit:cover; display:block;}
.hh-tag{position:absolute; top:12px; left:12px; background:rgba(255,255,255,.92); padding:6px 10px; border-radius:999px; font-size:12px; font-weight:800;}
.hh-card__body{padding:16px 16px 18px;}

.hh-darkhead{display:flex; align-items:flex-end; justify-content:space-between; gap:18px; margin-bottom:20px;}
.hh-masonry{display:grid; grid-template-columns:repeat(4, 1fr); gap:14px;}
.hh-masonry__item{position:relative; border-radius:18px; overflow:hidden; min-height:210px; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08);}
.hh-masonry__item img{width:100%; height:100%; object-fit:cover; display:block; transform:scale(1.02); transition:transform .35s ease;}
.hh-masonry__item:hover img{transform:scale(1.08);}
.hh-masonry__cap{position:absolute; left:12px; right:12px; bottom:12px; color:#fff; font-weight:900; font-size:13px; text-shadow: 0 18px 40px rgba(0,0,0,.55);}
.hh-masonry__item.is-wide{grid-column: span 2; min-height:240px;}

.hh-split{display:grid; grid-template-columns: 1.15fr .85fr; gap:18px; align-items:start; margin-bottom:20px;}
.hh-list{display:flex; flex-direction:column; gap:14px;}
.hh-row{display:grid; grid-template-columns: 110px 1fr; gap:14px; align-items:center; background:#fff; border:1px solid var(--line); border-radius:18px; padding:12px; box-shadow: var(--shadow);}
.hh-row--big{grid-template-columns: 140px 1fr;}
.hh-row__thumb{width:110px; height:78px; border-radius:14px; overflow:hidden; display:block; }
.hh-row--big .hh-row__thumb{width:140px; height:92px; }
.hh-row__thumb img{width:100%; height:100%; object-fit:cover; display:block; }

.hh-events{background:#eef3fa; border:1px solid #dce6f5; border-radius:22px; padding:16px; position:sticky; top:18px;}
.hh-events__title{font-weight:900; margin-bottom:12px; color:#0b1220;}
.hh-event{display:flex; gap:12px; align-items:center; padding:10px 0; border-bottom:1px dashed rgba(16,24,40,.15);}
.hh-event:last-of-type{border-bottom:none;}
.hh-event__date{width:54px; border-radius:14px; background:#fff; border:1px solid rgba(16,24,40,.10); text-align:center; padding:8px 6px;}
.hh-event__date span{display:block; font-size:11px; color:var(--muted); font-weight:800;}
.hh-event__date strong{display:block; font-size:18px;}
.hh-event__name{font-weight:900;}
.hh-event__loc{color:var(--muted); font-size:12px; font-weight:700;}

.hh-poster{border-radius:22px; overflow:hidden; position:relative; box-shadow: var(--shadow);}
.hh-poster img{width:100%; height:360px; object-fit:cover; display:block;}
.hh-poster__shade{position:absolute; inset:0; background:linear-gradient(180deg, rgba(0,0,0,.05) 0%, rgba(0,0,0,.75) 100%);}
.hh-poster__text{position:absolute; left:16px; right:16px; bottom:16px;}
.hh-badge{display:inline-flex; padding:6px 10px; border-radius:999px; background:rgba(255,255,255,.14); border:1px solid rgba(255,255,255,.18); color:#fff; font-size:12px; font-weight:900; margin-bottom:10px;}

.hh-report{background: radial-gradient(140% 120% at 0% 0%, #111827 0%, #0b1020 42%, #070913 100%); border:1px solid rgba(255,255,255,.10); border-radius:22px; padding:18px; color:#fff; box-shadow: var(--shadow);}
.hh-report__title{font-weight:1000; font-size:18px;}
.hh-report__desc{opacity:.75; font-weight:600; margin-top:8px; line-height:1.6;}
.hh-report__stats{display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin:14px 0 16px;}
.hh-stat{background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.10); border-radius:16px; padding:12px;}
.hh-stat strong{display:block; font-size:18px;}
.hh-stat span{display:block; font-size:12px; opacity:.7; font-weight:700; margin-top:6px;}

.hh-newsletter{border-radius:26px; padding:40px 26px; background: linear-gradient(135deg, #0b7bbb 0%, #2aa3d7 100%); color:#fff; text-align:center; box-shadow: var(--shadow);}
.hh-newsletter h2{font-size:44px; margin:0;}
.hh-newsletter p{margin:10px auto 0; max-width:54ch; opacity:.9; line-height:1.6;}
.hh-form{display:flex; gap:10px; justify-content:center; margin-top:18px; flex-wrap:wrap;}
.hh-form input{width:min(520px, 92vw); height:46px; border-radius:999px; border:1px solid rgba(255,255,255,.25); background:rgba(255,255,255,.15); color:#0b1220; padding:0 16px; outline:none;}
.hh-form input::placeholder{background:rgba(255,255,255,.15);  }
.hh-form button{height:46px; padding:0 18px; border-radius:999px; border:none; background:#fff; color:#0b1220; font-weight:900; cursor:pointer;}
.hh-note{margin-top:10px; font-size:12px; opacity:.8; font-weight:700;}

@media (max-width: 980px){
  .hh-hero__grid{grid-template-columns:1fr; padding-top:56px;}
  .hh-hero__title{font-size:44px;}
  .hh-grid-2{grid-template-columns:1fr;}
  .hh-grid-3{grid-template-columns:1fr;}
  .hh-split{grid-template-columns:1fr;}
  .hh-masonry{grid-template-columns:repeat(2, 1fr);}
}
