@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Bakbak+One&family=Be+Vietnam+Pro:wght@400;500;600;700&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Poppins', 'Segoe UI', system-ui, sans-serif;
  background: #fbfbfb;
  color: #3F3F3F;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }

.h-container { max-width: 1033px; margin: 0 auto; padding: 0 20px; }
.h-section { padding: 60px 0; }

.h-section-badge {
  display: inline-block; padding: 6px 20px; border-radius: 16px;
  background: #8FE6FF; color: #088FC3;
  font-size: 13px; font-weight: 700; letter-spacing: 0.5px; margin-bottom: 12px;
}
.h-section-title {
  font-size: 26px; font-weight: 600; color: #3F3F3F; text-align: center;
  line-height: 1.25; margin-bottom: 8px;
}
.h-section-sub {
  font-size: 16px; color: #3F3F3F; text-align: center; margin-bottom: 28px;
}
@media (min-width: 1024px) {
  .h-section-title { font-size: 32px; }
  .h-section-sub { font-size: 20px; }
}

/* ── Sand CTA Button ── */
.h-btn-green {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 16px; border-radius: 10px;
  font-size: 13px; font-weight: 600; font-family: 'Poppins', sans-serif;
  cursor: pointer; border: none;
  background: linear-gradient(to bottom, #F5D742, #D4A843);
  color: #8B6914; transition: all .2s; text-decoration: none; white-space: nowrap;
  position: relative; overflow: hidden;
}
.h-btn-green::after {
  content: ''; position: absolute; inset: 0; z-index: 0;
  pointer-events: none; border-radius: inherit;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ccircle cx='4' cy='4' r='1.5' fill='%23C49A2A' opacity='0.4'/%3E%3Ccircle cx='12' cy='10' r='1' fill='%23C49A2A' opacity='0.3'/%3E%3Ccircle cx='20' cy='3' r='1.2' fill='%23C49A2A' opacity='0.4'/%3E%3Ccircle cx='28' cy='8' r='1' fill='%23C49A2A' opacity='0.25'/%3E%3Ccircle cx='6' cy='16' r='1.3' fill='%23C49A2A' opacity='0.35'/%3E%3Ccircle cx='16' cy='20' r='1' fill='%238B6914' opacity='0.25'/%3E%3Ccircle cx='24' cy='16' r='1.5' fill='%23C49A2A' opacity='0.4'/%3E%3Ccircle cx='30' cy='22' r='1' fill='%23C49A2A' opacity='0.3'/%3E%3Ccircle cx='4' cy='28' r='1.2' fill='%238B6914' opacity='0.25'/%3E%3Ccircle cx='14' cy='28' r='1' fill='%23C49A2A' opacity='0.4'/%3E%3Ccircle cx='22' cy='26' r='1.3' fill='%23C49A2A' opacity='0.35'/%3E%3Ccircle cx='10' cy='4' r='0.8' fill='%238B6914' opacity='0.25'/%3E%3Ccircle cx='18' cy='14' r='1' fill='%23F5D742' opacity='0.3'/%3E%3C/svg%3E");
  background-repeat: repeat;
}
.h-btn-green > * { position: relative; z-index: 1; }
.h-btn-green.no-sand::after,
.h-btn-green-wrapper.no-sand::after { display: none; }
.h-btn-green:hover { background: linear-gradient(to bottom, #F0D428, #C49A2A); color: #6B4F10; }
.h-btn-green-wrapper {
  background: linear-gradient(to bottom, #F0D428, #A67C22);
  padding: 2px; border-radius: 10px; display: inline-flex; transition: all .2s;
}
.h-btn-green-wrapper:hover { background: linear-gradient(to bottom, #F0D428, #7A5C14); }
.h-btn-green-wrapper .h-btn-green { border-radius: 8px; }

/* ── Sand Texture Overlay ── */
.h-sand {
  position: relative; overflow: hidden;
}
.h-sand::after {
  content: ''; position: absolute; inset: 0; z-index: 0;
  pointer-events: none; border-radius: inherit;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ccircle cx='4' cy='4' r='1.5' fill='%23C49A2A' opacity='0.4'/%3E%3Ccircle cx='12' cy='10' r='1' fill='%23C49A2A' opacity='0.3'/%3E%3Ccircle cx='20' cy='3' r='1.2' fill='%23C49A2A' opacity='0.4'/%3E%3Ccircle cx='28' cy='8' r='1' fill='%23C49A2A' opacity='0.25'/%3E%3Ccircle cx='6' cy='16' r='1.3' fill='%23C49A2A' opacity='0.35'/%3E%3Ccircle cx='16' cy='20' r='1' fill='%238B6914' opacity='0.25'/%3E%3Ccircle cx='24' cy='16' r='1.5' fill='%23C49A2A' opacity='0.4'/%3E%3Ccircle cx='30' cy='22' r='1' fill='%23C49A2A' opacity='0.3'/%3E%3Ccircle cx='4' cy='28' r='1.2' fill='%238B6914' opacity='0.25'/%3E%3Ccircle cx='14' cy='28' r='1' fill='%23C49A2A' opacity='0.4'/%3E%3Ccircle cx='22' cy='26' r='1.3' fill='%23C49A2A' opacity='0.35'/%3E%3Ccircle cx='10' cy='4' r='0.8' fill='%238B6914' opacity='0.25'/%3E%3Ccircle cx='18' cy='14' r='1' fill='%23F5D742' opacity='0.3'/%3E%3C/svg%3E");
  background-repeat: repeat;
}

.h-btn-gray {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 16px; border-radius: 10px;
  font-size: 13px; font-weight: 600; font-family: 'Poppins', sans-serif;
  cursor: pointer; border: none;
  background: #DFDFDF; color: #70746F;
  transition: all .2s; text-decoration: none; white-space: nowrap;
}
.h-btn-gray:hover { background: #D0D0D0; color: #5A5E59; }

/* ── Glass Card (Hyping) ── */
.h-glass {
  background: linear-gradient(to bottom, rgba(11,123,184,0.2), rgba(20,103,228,0.2));
  backdrop-filter: blur(7.29px);
  -webkit-backdrop-filter: blur(7.29px);
  box-shadow: 0 0 36.43px 3.64px rgba(180,239,255,0.49), inset 0 -1.46px 2.91px rgba(0,178,255,0.56), inset 0 1.46px 2.91px rgba(170,249,255,1);
  border: 1px solid rgba(255,255,255,0.3);
}

/* ═══════ NAVBAR ═══════ */
.h-nav-desktop {
  position: fixed; top: 26px; left: 50%; transform: translateX(-50%);
  z-index: 50; display: none; align-items: center;
  width: 100%; max-width: 1033px; padding: 0 16px;
  height: 72px; background: #fff; border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
@media (min-width: 1024px) { .h-nav-desktop { display: flex; } }
.h-nav-desktop .h-nav-logo { height: 63px; display: flex; align-items: center; margin-right: 20px; }
.h-nav-links { display: flex; align-items: center; gap: 36px; }
.h-nav-right { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.h-nav-links a {
  display: inline-grid; grid-template-columns: 1fr; grid-template-rows: 1fr;
  font-size: 16px; font-weight: 400; color: #3F3F3F; letter-spacing: -0.01em;
  transition: all .1s;
}
.h-nav-links a:hover { font-weight: 600; }
.h-nav-links a[data-text="Radio"] { font-weight: 600; color: #FF6B35; }
.h-nav-links a[data-text="Radio"]:hover { color: #FF6B35; }
.h-nav-links a::before {
  content: attr(data-text); font-weight: 600; grid-column: 1; grid-row: 1;
  visibility: hidden;
}
.h-nav-links a span { grid-column: 1; grid-row: 1; }
.h-nav-links a:hover span { font-weight: 600; }

.h-nav-right { display: flex; align-items: center; gap: 12px; }
.h-lang-selector { display: flex; align-items: center; gap: 6px; cursor: pointer; font-size: 13px; color: #3F3F3F; font-weight: 500; }

/* ── Mobile Nav ── */
.h-nav-mobile {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 16px; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
@media (min-width: 1024px) { .h-nav-mobile { display: none; } }
.h-nav-mobile .h-nav-logo { height: 59px; }
.h-nav-mobile-right { display: flex; align-items: center; gap: 10px; }
.h-nav-mobile-toggle { background: none; border: none; font-size: 24px; cursor: pointer; color: #3F3F3F; padding: 4px; }
.h-mobile-menu {
  position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 40;
  background: #fff; padding: 100px 24px 40px; display: none;
  flex-direction: column; gap: 20px; overflow-y: auto;
}
.h-mobile-menu.open { display: flex; }
.h-mobile-menu a { font-size: 18px; font-weight: 500; color: #3F3F3F; }
.h-mobile-sub { font-size: 14px; font-weight: 600; color: #636363; margin-top: 8px; }
.h-mobile-sub-links { display: flex; flex-direction: column; gap: 10px; padding-left: 8px; margin-top: 6px; }
.h-mobile-sub-links a { font-size: 15px; color: #636363; }
.h-mobile-cta { margin-top: auto; display: flex; flex-direction: column; gap: 10px; }
.h-main { padding-top: 0; }

/* ═══════ HERO ═══════ */
.h-hero {
  background: linear-gradient(to bottom, #04C1FF, #71FFFF);
  position: relative; width: 101vw; margin-left: calc(-50.5vw + 50%);
  padding: 20px 24px 0; display: flex; flex-direction: column; align-items: center;
}
.h-hero-title {
  font-size: 22px; font-weight: 600; color: #fff; text-align: center;
  max-width: 650px; margin: 16px auto 20px; line-height: 1.3;
}
@media (min-width: 1024px) {
  .h-hero { padding: 130px 24px 0; }
  .h-hero-title { font-size: 42px; margin: 20px auto 28px; line-height: 1.2; }
}

/* ── Hero Cards ── */
.h-hero-cards {
  display: flex; flex-wrap: wrap; gap: 16px;
  width: 100%; max-width: 1070px; justify-content: center; margin: 0 auto;
}
@media (min-width: 1024px) { .h-hero-cards { flex-wrap: nowrap; align-items: stretch; gap: 16px; } }

.h-hero-card {
  border-radius: 12px; position: relative; overflow: hidden;
  cursor: pointer; transition: transform .2s ease;
  display: flex; flex-direction: column;
  justify-content: flex-end; padding: 16px 20px;
  color: #fff; text-decoration: none;
}
.h-hero-card:hover { transform: scale(1.05); color: #fff; }
.h-hero-card .h-card-icon { position: relative; z-index: 2; margin-bottom: 4px; }
.h-hero-card .h-card-label { position: relative; z-index: 2; font-weight: 700; }
.h-hero-card .h-card-sub { position: relative; z-index: 2; font-size: 12px; }
.h-hero-card .h-card-overlay { position: absolute; inset: 0; z-index: 0; }
.h-hero-card .h-card-bg {
  position: absolute; z-index: 1; font-size: 80px;
  display: flex; align-items: center; justify-content: center;
  pointer-events: none;
}
.h-card-bg-img { width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0; }

/* ── BOUTIQUE ── */
.h-card-boutique {
  width: 100%; height: 130px;
  background: linear-gradient(to left, #FCDA4D 30%, #FEE985 80%);
}
.h-card-boutique .h-card-label { color: #8A461B; font-size: 24px; font-weight: 800; }
.h-card-boutique .h-card-bg { left: 0; bottom: 0; width: 100%; height: 100%; }
.h-card-boutique .h-card-bg .h-card-bg-img { width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 13%; }
@media (min-width: 1024px) {
  .h-card-boutique { width: 300px; height: auto; background: linear-gradient(to bottom, #FCDA4D 30%, #FEE985 80%); padding: 24px; }
  .h-card-boutique .h-card-label { font-size: 53px; }
  .h-card-boutique .h-card-bg { width: 100%; height: 100%; left: 0; bottom: 0; }
  .h-card-boutique .h-card-bg .h-card-bg-img { top: 13%; }
}

/* ── MIDDLE COLUMN ── */
.h-hero-middle { display: flex; flex-direction: column; gap: 16px; width: 100%; }
@media (min-width: 1024px) { .h-hero-middle { flex: 1; width: auto; } }

/* ── VIDEO (desktop only) ── */
.h-card-video {
  display: none; min-height: 200px;
  background: linear-gradient(69deg, rgba(163,255,244,0.37) 37%, rgba(0,149,255,0) 100%),
              linear-gradient(to bottom, rgba(11,123,184,0.2) 0%, rgba(20,103,228,0.2) 100%);
  backdrop-filter: blur(7.29px);
  box-shadow: 0 0 36.43px 3.64px rgba(180,239,255,0.49), inset 0 -1.46px 2.91px rgba(0,178,255,0.56), inset 0 1.46px 2.91px rgba(170,249,255,1);
}
.h-card-video-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.h-card-video .h-card-overlay { background: linear-gradient(to bottom, transparent 30%, rgba(0,0,0,0.25) 100%); }
.h-card-video .h-card-play {
  position: absolute; top: 12px; right: 12px; z-index: 3;
  display: flex; align-items: center; gap: 4px;
  padding: 6px 12px; border-radius: 6px;
  background: linear-gradient(69deg, rgba(163,255,244,0.2) 37%, rgba(0,149,255,0) 100%),
              linear-gradient(to bottom, rgba(11,123,184,0.2) 0%, rgba(20,103,228,0.2) 100%);
  backdrop-filter: blur(7.29px);
  font-size: 11px; font-weight: 600; color: #fff; transition: transform .2s;
}
.h-card-video .h-card-play:hover { transform: scale(1.1); }
.h-card-video .h-card-video-text {
  position: relative; z-index: 2; font-size: 20px; font-weight: 800;
  color: #fff; max-width: 400px;
}
@media (min-width: 1024px) {
  .h-card-video { display: flex; min-height: 300px; }
  .h-card-video .h-card-video-text { font-size: 37px; line-height: 37px; max-width: 570px; text-align: right; width: 100%; margin-bottom: 40px; }
  .h-card-video .h-card-play { top: 16px; right: 16px; }
}

/* ── JOUER mobile only ── */
.h-card-jouer-mobile {
  height: 90px;
  background: linear-gradient(to bottom, #F5D742 25%, #D4A843);
  justify-content: center;
}
.h-card-jouer-mobile .h-card-label { font-size: 24px; font-weight: 800; color: #8B6914; }
.h-card-jouer-mobile .h-card-sub { font-size: 13px; color: #8B6914; }
.h-card-jouer-mobile .h-card-bg { right: 0; top: 0; bottom: 0; width: 30%; font-size: 60px; color: rgba(139,105,20,0.15); }
@media (min-width: 1024px) { .h-card-jouer-mobile { display: none; } }

/* ── Desktop JOUER + RADIO row ── */
.h-hero-row2 { display: none; gap: 16px; }
@media (min-width: 1024px) { .h-hero-row2 { display: flex; } }

/* ── JOUER desktop ── */
.h-card-jouer-desk {
  flex: 1; height: 112px;
  background: linear-gradient(to bottom, #F5D742 25%, #D4A843);
  justify-content: center;
}
.h-card-jouer-desk .h-card-label { font-size: 24px; font-weight: 800; color: #8B6914; }
.h-card-jouer-desk .h-card-sub { font-size: 14px; color: #8B6914; }

/* ── RADIO ── */
.h-card-radio {
  flex: 1; height: 112px; justify-content: center;
  background: linear-gradient(135deg, #FF6B35, #E8480F);
}
.h-card-radio .h-card-label { font-size: 35px; font-weight: 800; color: #fff; }
.h-card-radio .h-card-sub { color: #fff; }
.h-card-radio .h-card-bg { right: 0; top: 50%; transform: translateY(-50%); font-size: 50px; color: rgba(255,255,255,0.15); padding-right: 12px; }

/* ── DISCORD ── */
.h-card-discord {
  width: 100%; height: 180px;
  background: linear-gradient(69deg, rgba(163,255,244,0.37) 37%, rgba(0,149,255,0) 100%),
              linear-gradient(to bottom, rgba(11,123,184,0.2) 0%, rgba(20,103,228,0.2) 100%);
  backdrop-filter: blur(7.29px);
  box-shadow: 0 0 36.43px 3.64px rgba(180,239,255,0.49), inset 0 -1.46px 2.91px rgba(0,178,255,0.56), inset 0 1.46px 2.91px rgba(170,249,255,1);
}
.h-card-discord .h-card-overlay { background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.3) 100%); }
.h-card-discord .h-card-label { font-size: 35px; font-weight: 800; }
.h-card-discord .h-card-sub { font-size: 13px; }
.h-card-discord .h-card-bg { left: 0; bottom: 0; width: 100%; height: 100%; font-size: 80px; color: rgba(255,255,255,0.08); }
.h-card-discord .h-card-bg-img { transform: translateY(55px); }
@media (min-width: 1024px) {
  .h-card-discord { width: 254px; height: auto; }
  .h-card-discord .h-card-label { font-size: 67px; }
  .h-card-discord .h-card-bg { height: 100%; font-size: 120px; }
}

/* ── Scroll Indicator ── */
.h-scroll-indicator { display: none; margin: 24px 0; animation: hBounce 2s infinite; }
@media (min-width: 1024px) { .h-scroll-indicator { display: block; } }
@keyframes hBounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(8px); }}

/* ── Separator ── */
.h-separator { width: 100%; height: 60px; overflow: hidden; line-height: 0; position: relative; z-index: 1; }
.h-separator svg { width: 100%; height: 60px; display: block; }
.h-hero .h-separator { width: 101vw; margin-left: calc(-50.5vw + 50%); align-self: stretch; }
@media (min-width: 1024px) { .h-separator { height: 180px; } .h-separator svg { height: 180px; } }

/* ═══════ GAME MODES ═══════ */
.h-section-modes {
  width: 100%; display: flex; flex-direction: column; align-items: center;
  padding: 0 20px; margin-bottom: 64px;
}
@media (min-width: 1024px) { .h-section-modes { margin-bottom: 128px; } }

.h-modes-tabs {
  display: flex; gap: 44px; padding: 20px 32px;
  background: #fff; border: 1px solid #C9C9C9; border-radius: 16px;
  box-shadow: 0 0 15px 1px rgba(0,0,0,0.02);
  margin-bottom: 28px; overflow-x: auto; max-width: 100%;
}
.h-mode-tab {
  padding: 0; font-size: 14px; font-weight: 500; color: #636363;
  cursor: pointer; border: none; background: none;
  font-family: 'Poppins', sans-serif; white-space: nowrap;
  transition: all .1s; position: relative;
  display: inline-grid; grid-template-columns: 1fr; grid-template-rows: 1fr;
}
.h-mode-tab:hover { color: #3F3F3F; font-weight: 500; }
.h-mode-tab.active { color: #3F3F3F; font-weight: 600; }
.h-mode-tab.active::after {
  content: ''; position: absolute; bottom: -20px; left: 0; right: 0;
  height: 2px; background: #3F3F3F; border-radius: 2px;
}
.h-mode-tab span { grid-column: 1; grid-row: 1; }
.h-mode-tab::before {
  content: attr(data-text); font-weight: 600; grid-column: 1; grid-row: 1;
  visibility: hidden;
}

.h-mode-card {
  display: flex; flex-direction: column; gap: 24px;
  padding: 20px 20px 28px; border-radius: 16px;
  border: 1px solid #C9C9C9; background: #fff;
  box-shadow: 0 0 15px 1px rgba(0,0,0,0.02);
  position: relative; overflow: hidden;
  transition: transform .3s, box-shadow .3s;
  max-width: 650px;
}
.h-mode-card:hover { transform: translateY(-4px); box-shadow: 0 0 25px 3px rgba(0,0,0,0.06); }
.h-mode-card h3 { font-size: 20px; font-weight: 500; color: #3F3F3F; }
.h-mode-card p { font-size: 14px; color: #676565; line-height: 1.6; max-width: 619px; }
.h-mode-card-img { display: none; }
.h-mode-actions { display: flex; gap: 10px; flex-wrap: wrap; }
@media (min-width: 1024px) {
  .h-mode-card { flex-direction: row; align-items: center; min-height: 314px; padding: 56px 64px; max-width: 1024px; }
  .h-mode-card-content { flex: 1; }
  .h-mode-card p { font-size: 16px; }
  .h-mode-card-img { display: block; position: absolute; bottom: 0; right: 32px; height: 90%; }
}

/* ═══════ STATS ═══════ */
.h-section-stats { width: 100%; padding: 0 20px 60px; margin-top: 16px; }
@media (min-width: 1024px) { .h-section-stats { margin-bottom: 128px; margin-top: 28px; } }

.h-stats-grid {
  background: #F1F4F8; max-width: 1033px; margin: 0 auto;
  border-radius: 24px; padding: 16px; display: flex; flex-direction: column; gap: 16px;
}
@media (min-width: 640px) { .h-stats-grid { flex-direction: row; flex-wrap: wrap; } }

.h-stat-card {
  background: #fff; border: 1px solid #C9C9C9; border-radius: 16px;
  padding: 24px; display: flex; flex-direction: column;
  flex: 1; min-width: 260px; position: relative;
}
.h-stat-number { font-size: 56px; font-weight: 700; color: #3F3F3F; line-height: 1; margin-bottom: 4px; }
.h-stat-number .h-num-lg { font-size: 80px; }
.h-stat-label { font-size: 14px; color: #7D7D7D; position: relative; }
.h-stat-card.purple {
  background: linear-gradient(to bottom, #A5B3F2, #273B97);
  color: #fff; padding: 3px;
}
.h-stat-card.purple .h-stat-inner {
  background: linear-gradient(to bottom, #7F8DE9 20%, #5954C7);
  border-radius: 14px; padding: 24px; flex: 1;
}
.h-stat-card.purple .h-stat-number { color: #fff; font-size: 68px; }
.h-stat-card.purple .h-stat-label { color: #fff; font-size: 20px; }
.h-stat-card.purple .h-stat-btn { margin-top: 12px; display: inline-flex; }
.h-stat-card .h-stat-img { position: absolute; right: 20px; top: 16px; }
.h-stat-btn { display: inline-flex; }
.h-stat-card-tall { min-height: 226px; }
@media (min-width: 1024px) { .h-stat-card-tall { min-height: 242px; } }

/* ═══════ TESTIMONIALS ═══════ */
.h-testi { background: #F8F9FA; padding: 40px 24px 60px; }
.h-testi-marquee { display: flex; gap: 16px; overflow: hidden; margin-bottom: 16px; }
.h-testi-track {
  display: flex; gap: 16px;
  animation: hMarqueeL 40s linear infinite;
}
.h-testi-track:hover { animation-play-state: paused; }
.h-testi-track.right { animation: hMarqueeR 40s linear infinite; }
.h-testi-track.right:hover { animation-play-state: paused; }
@keyframes hMarqueeL { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes hMarqueeR { 0% { transform: translateX(-50%); } 100% { transform: translateX(0); } }
.h-testi-card {
  width: 320px; flex-shrink: 0;
  background: #fff; border-radius: 16px; padding: 20px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.h-testi-avatar { width: 40px; height: 40px; border-radius: 50%; object-fit: contain; background: #F0F4F8; margin-bottom: 8px; padding: 4px; }
.h-testi-name { font-size: 14px; font-weight: 600; color: #3F3F3F; }
.h-testi-date { font-size: 11px; color: #9CA3AF; margin-bottom: 8px; }
.h-testi-stars { color: #FCDA4D; font-size: 12px; margin-bottom: 6px; }
.h-testi-text { font-size: 13px; color: #636363; line-height: 1.5; }
.h-testi-cta { text-align: center; margin-top: 24px; }

/* ═══════ RADIO ═══════ */
.h-radio-card {
  max-width: 500px; margin: 0 auto;
  background: #fff; border: 1px solid #C9C9C9;
  border-radius: 16px; padding: 32px;
  box-shadow: 0 0 15px 1px rgba(0,0,0,0.02);
  display: flex; flex-direction: column; gap: 24px;
}
.h-radio-header { display: flex; align-items: center; gap: 16px; }
.h-radio-icon-wrap {
  width: 64px; height: 64px; border-radius: 50%;
  background: transparent;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.h-radio-icon-wrap.spinning { animation: hSpin 4s linear infinite; }
.h-radio-icon { width: 40px; height: 40px; object-fit: contain; }
@keyframes hSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.h-radio-icon.spinning { animation: hSpin 4s linear infinite; }
@keyframes hSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.h-radio-info { flex: 1; }
.h-radio-name { font-size: 20px; font-weight: 600; color: #3F3F3F; }
.h-radio-status {
  font-size: 13px; color: #E5B83A; font-weight: 600;
  display: flex; align-items: center; gap: 6px; margin-top: 4px;
}
.h-radio-status::before {
  content: ''; width: 8px; height: 8px; border-radius: 50%;
  background: #E5B83A; display: inline-block;
  animation: hPulse 2s infinite;
}
@keyframes hPulse { 0%,100% { opacity: 1; } 50% { opacity: 0.3; } }

.h-radio-controls {
  display: flex; align-items: center; gap: 12px;
}
.h-radio-btn {
  width: 44px; height: 44px; border-radius: 50%;
  border: none; background: #F5F5F5; color: #3F3F3F;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all .2s; flex-shrink: 0;
}
.h-radio-btn:hover { background: #E8E8E8; }
.h-radio-btn.playing { background: #FF6B35; color: #fff; }
.h-radio-progress {
  flex: 1; height: 6px; background: #E5E5E5; border-radius: 3px;
  overflow: hidden; position: relative;
}
.h-radio-progress-bar {
  height: 100%; width: 0; background: linear-gradient(to right, #FF6B35, #E8480F);
  border-radius: 3px; transition: width .5s linear;
}
.h-radio-time { font-size: 12px; color: #888; font-weight: 600; min-width: 36px; font-variant-numeric: tabular-nums; }
.h-radio-vol { width: 36px; height: 36px; }

/* ═══════ ABOUT ═══════ */
.h-about { padding: 60px 24px; text-align: center; max-width: 820px; margin: 0 auto; }
.h-about p { font-size: 16px; color: #3F3F3F; line-height: 1.8; }
@media (min-width: 1024px) { .h-about p { font-size: 20px; } }

/* ═══════ HOW TO PLAY (PC + Launcher) ═══════ */
.h-play { padding: 40px 24px; }
.h-play-card {
  display: flex; flex-direction: column; gap: 20px;
  padding: 28px; border-radius: 16px;
  border: 1px solid #C9C9C9; background: #fff;
  box-shadow: 0 0 15px 1px rgba(0,0,0,0.02);
  max-width: 1033px; margin: 0 auto;
}
@media (min-width: 1024px) {
  .h-play-card { flex-direction: row; justify-content: space-between; padding: 56px 64px; }
}
.h-play-card h3 { font-size: 20px; font-weight: 500; color: #3F3F3F; }
.h-play-sub { font-size: 14px; color: #7F7F7F; margin-bottom: 12px; }
.h-play-step { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.h-play-step-num {
  width: 24px; height: 24px; border-radius: 6px;
  background: #8FE6FF; color: #088FC3;
  font-size: 11px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.h-play-step p { font-size: 14px; color: #676565; }
.h-play-card-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 16px; align-items: center; }
.h-play-or { font-size: 13px; color: #999; font-weight: 600; text-transform: uppercase; }
.h-play-ip-label { font-size: 12px; color: #888; margin-bottom: 4px; font-weight: 600; }

/* ═══════ FAQ ═══════ */
.h-faq {
  background: linear-gradient(to bottom, #04C1FF, #71FFFF);
  position: relative; width: 100vw; margin-left: calc(-50vw + 50%);
  padding: 40px 24px 60px;
}
.h-faq-item {
  border-radius: 16px; padding: 16px 20px; margin-bottom: 20px;
  cursor: pointer; max-width: 1033px; margin-left: auto; margin-right: auto;
  background: linear-gradient(to bottom, rgba(11,123,184,0.2), rgba(20,103,228,0.2));
  backdrop-filter: blur(7.29px);
  -webkit-backdrop-filter: blur(7.29px);
  box-shadow: 0 0 36.43px 3.64px rgba(180,239,255,0.49), inset 0 -1.46px 2.91px rgba(0,178,255,0.56), inset 0 1.46px 2.91px rgba(170,249,255,1);
  border: 1px solid;
  border-image: linear-gradient(90deg, rgba(255,255,255,0.05), rgba(255,255,255,1), rgba(255,255,255,0.05)) 1;
}
.h-faq-header { display: flex; justify-content: space-between; align-items: center; }
.h-faq-header h3 { font-size: 16px; font-weight: 600; color: #fff; margin: 0; padding-right: 16px; }
.h-faq-toggle {
  width: 32px; height: 32px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; position: relative;
}
.h-faq-toggle .h-bar {
  width: 20px; height: 3px; background: #fff; border-radius: 2px; position: absolute;
  transition: transform .2s;
}
.h-faq-toggle .h-bar.v { transform: rotate(90deg); }
.h-faq-item.open .h-faq-toggle .h-bar.v { transform: rotate(0deg); }
.h-faq-answer { max-height: 0; overflow: hidden; transition: all .3s; opacity: 0; }
.h-faq-item.open .h-faq-answer { max-height: 300px; padding-top: 12px; opacity: 1; }
.h-faq-answer p { font-size: 14px; color: #fff; line-height: 1.6; margin: 0; }

/* ═══════ TUTORIEL ═══════ */
.h-tuto-card { background: #fff; border-radius: 20px; padding: 32px 28px; box-shadow: 0 4px 24px rgba(0,0,0,0.06); }
.h-tuto-card h3 { font-size: 20px; font-weight: 600; color: #1A1A1A; margin-bottom: 24px; }
.h-tuto-steps { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 768px) { .h-tuto-steps { grid-template-columns: repeat(2, 1fr); } }
.h-tuto-step { display: flex; gap: 16px; align-items: flex-start; }
.h-tuto-step-num {
  width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg,#04C1FF,#71FFFF);
  display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 700; color: #fff; flex-shrink: 0;
}
.h-tuto-step-content h4 { font-size: 15px; font-weight: 600; color: #1A1A1A; margin-bottom: 4px; }
.h-tuto-step-content p { font-size: 14px; color: #555; line-height: 1.5; margin: 0; }
.h-tuto-step-content code { background: #F0F4F8; padding: 2px 6px; border-radius: 4px; font-size: 13px; }
.h-tuto-note {
  margin-top: 20px; display: flex; align-items: center; gap: 8px; font-size: 13px; color: #777;
  background: #F8FAFC; border-radius: 10px; padding: 12px 16px;
}
.h-tuto-note i { font-size: 16px; color: #04C1FF; }

/* ═══════ CTA BOTTOM ═══════ */
.h-cta-bottom { text-align: center; padding: 40px 24px; }
.h-cta-bottom h3 { font-size: 22px; font-weight: 600; color: #3F3F3F; margin-bottom: 20px; }
@media (min-width: 1024px) { .h-cta-bottom h3 { font-size: 28px; } }

/* ═══════ FOOTER ═══════ */
.h-footer { background: #FBFBFB; padding: 60px 24px 0; width: 100vw; margin-left: calc(-50vw + 50%); }
.h-footer-grid { display: grid; grid-template-columns: 1fr; gap: 40px; margin-bottom: 40px; }
@media (min-width: 1024px) { .h-footer-grid { grid-template-columns: 1fr 2fr; } }
.h-footer-brand p { font-size: 14px; color: #777; line-height: 1.6; max-width: 320px; margin: 16px 0; }
.h-footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
@media (min-width: 1024px) { .h-footer-links { grid-template-columns: repeat(4, 1fr); } }
.h-footer-col h4 { font-size: 15px; font-weight: 600; color: #1A1A1A; margin-bottom: 16px; }
.h-footer-col a { display: block; font-size: 14px; color: #555; margin-bottom: 10px; transition: color .2s; }
.h-footer-col a:hover { color: #1A1A1A; }
.h-footer-bottom {
  border-top: 1px solid #E5E5E5; padding: 24px 0;
  display: flex; flex-direction: column; gap: 16px; align-items: center; text-align: center;
}
@media (min-width: 1024px) { .h-footer-bottom { flex-direction: row; justify-content: space-between; } }
.h-footer-copy { font-size: 13px; color: #888; }
.h-footer-socials { display: flex; gap: 16px; align-items: center; }
.h-footer-socials a { color: #555; transition: color .2s; display: flex; }
.h-footer-socials a:hover { color: #1A1A1A; }

/* ═══════ SCROLL REVEAL ═══════ */
.h-reveal { opacity: 0; transform: translateY(30px); transition: opacity .6s ease, transform .6s ease; }
.h-reveal.visible { opacity: 1; transform: translateY(0); }

/* ═══════ RESPONSIVE ═══════ */
@media (max-width: 1024px) { .h-stat-card { min-width: 0; } }
@media (max-width: 768px) { .h-hero-cards { gap: 10px; } }
@media (max-width: 640px) {
  .h-modes-tabs { gap: 20px; padding: 16px; }
}
