/* ============================================================
   SAWIRI SYSTEMS — hotspots.css
   WiFi Hotspots page styles (uses tokens from styles.css)
   ============================================================ */

/* ---------- Hero voucher ticket ---------- */
.hs-visual { position: relative; }
.hs-ticket {
  position: relative; z-index: 2; color: #fff;
  background: linear-gradient(160deg, rgba(26,47,92,.92), rgba(13,26,54,.95));
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px; padding: 28px;
  box-shadow: 0 30px 80px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.08);
  animation: cardIn 1s var(--ease) both;
}
.hs-ticket-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.hs-ticket-name { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-display); font-weight: 800; font-size: 17px; }
.hs-ticket-name em { font-style: normal; color: var(--pink-light); }
.hs-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.hs-ticket-live { font-size: 12px; font-weight: 700; color: #7df0b0; letter-spacing: 1px; }
.hs-ticket-body {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  border-top: 2px dashed rgba(255,255,255,.22); border-bottom: 2px dashed rgba(255,255,255,.22);
  padding: 22px 2px;
}
.hs-ticket-label { font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; color: #8fa0bd; font-weight: 600; }
.hs-ticket-price { font-family: var(--font-display); font-weight: 800; font-size: 44px; line-height: 1.05; margin: 6px 0 4px; }
.hs-ticket-sub { font-size: 13.5px; color: #b7c2d8; font-weight: 500; }
.hs-ticket-code {
  font-family: var(--font-display); font-weight: 700; letter-spacing: .12em;
  font-size: 13px; color: var(--pink-light);
  background: rgba(224,34,142,.12); border: 1px dashed rgba(255,95,183,.5);
  padding: 10px 14px; border-radius: 12px; white-space: nowrap;
}
.hs-ticket-bars {
  display: flex; align-items: center; gap: 3px; height: 34px; margin-top: 20px;
  padding: 0 2px;
}
.hs-ticket-bars span { flex: 1; height: 100%; background: rgba(255,255,255,.35); border-radius: 1px; }
.hs-ticket-bars span:nth-child(2n) { background: rgba(255,255,255,.8); }
.hs-ticket-bars span:nth-child(3n) { background: rgba(255,255,255,.55); }

.hs-float-chip {
  position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(10px); color: #fff; font-weight: 600; font-size: 13.5px;
  padding: 11px 18px; border-radius: 999px; box-shadow: 0 14px 40px rgba(0,0,0,.35);
}
.hs-float-chip svg { color: var(--cyan); }
.hs-chip-a { top: -20px; right: -14px; animation: bob 5s ease-in-out infinite; }
.hs-chip-b { bottom: -18px; left: -10px; animation: bob 6s ease-in-out infinite .8s; }
.hs-chip-c { bottom: 34%; right: -24px; animation: bob 5.5s ease-in-out infinite .4s; }

/* ---------- Voucher package cards ---------- */
.hs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
/* 4 steps on the hotspots page need a 4-column layout (styles.css defaults to 5) */
@media (min-width: 1081px) {
  .steps { grid-template-columns: repeat(4, 1fr); }
}
.hs-card {
  position: relative; display: flex; flex-direction: column; text-align: center;
  padding: 34px 26px 30px;
  border-radius: var(--radius);
  background: var(--white); border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.hs-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); border-color: rgba(224,34,142,.4); }
/* ticket notches */
.hs-card::before, .hs-card::after {
  content: ""; position: absolute; top: 50%; width: 20px; height: 20px;
  border-radius: 50%; background: var(--white);
  border: 1px solid var(--line); transform: translateY(-50%);
}
.hs-card::before { left: -10px; }
.hs-card::after { right: -10px; }
.hs-dur {
  display: inline-block; margin: 0 auto 14px; width: fit-content;
  font-family: var(--font-display); font-weight: 700; font-size: 12.5px;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--pink); background: rgba(224,34,142,.09);
  border: 1px solid rgba(224,34,142,.22);
  padding: 6px 14px; border-radius: 999px;
}
.hs-amt {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(30px, 2.6vw, 38px); color: var(--ink); line-height: 1.05;
  margin-bottom: 8px;
}
.hs-per { font-size: .42em; font-weight: 600; color: var(--body); }
.hs-data { font-size: 14.5px; font-weight: 600; color: var(--body); margin-bottom: 20px; }
.hs-divider { border-top: 2px dashed var(--line); margin: 0 0 18px; }
.hs-feats { flex: 1; margin-bottom: 26px; text-align: left; }
.hs-feats li {
  display: flex; align-items: center; gap: 11px; font-size: 14.5px; color: var(--body);
  padding: 6px 0;
}
.hs-feats .tick { width: 15px; height: 15px; background: rgba(224,34,142,.1); border-color: rgba(224,34,142,.4); }
.hs-feats .tick::after { left: 3.5px; top: 2.5px; width: 6px; height: 3.5px; }
.hs-grid .hs-pop {
  border: 2px solid var(--pink); transform: scale(1.02);
  box-shadow: 0 20px 60px rgba(224,34,142,.18);
}
.hs-grid .hs-pop:hover { transform: scale(1.02) translateY(-7px); }
.hs-flag {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--grad); color: #fff; font-family: var(--font-display);
  font-weight: 700; font-size: 12px; letter-spacing: .06em;
  padding: 6px 16px; border-radius: 999px; white-space: nowrap;
  box-shadow: var(--shadow-glow);
}
.hs-note { text-align: center; margin-top: 34px; font-size: 15px; }
.hs-note a { color: var(--pink); font-weight: 700; }

/* ---------- How to buy strip ---------- */
.hs-buy-band {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-lg);
  padding: 30px 20px; background: rgba(255,255,255,.03);
  margin-top: 52px;
}
.hs-buy-item { display: flex; align-items: center; gap: 16px; }
.hs-buy-ico {
  flex: none; width: 48px; height: 48px; border-radius: 14px;
  display: grid; place-items: center;
  background: var(--grad-soft); border: 1px solid rgba(224,34,142,.35); color: var(--pink-light);
}
.hs-buy-ico svg { width: 24px; height: 24px; }
.hs-buy-item strong { display: block; color: #fff; font-family: var(--font-display); font-size: 15.5px; }
.hs-buy-item span { font-size: 13.5px; color: #93a3c0; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .hs-grid { grid-template-columns: repeat(2, 1fr); }
  .hs-buy-band { grid-template-columns: 1fr; }
  .hs-visual { max-width: 560px; }
  .hs-grid .hs-pop { transform: none; }
  .hs-grid .hs-pop:hover { transform: translateY(-7px); }
}

/* Coverage section tweaks on the hotspots page */
.hs-coverage { justify-content: center; margin: 0 auto 30px; }
.hs-coverage-note { text-align: center; }
.hs-coverage-note::before { content: none; }
.hs-coverage-link { color: var(--pink); font-weight: 700; }

/* Alternate tint so back-to-back light sections stay visually distinct */
.section.hs-alt { background: var(--light-bg); }
@media (max-width: 640px) {
  .hs-grid { grid-template-columns: 1fr; }
  .hs-ticket-body { flex-direction: column; align-items: flex-start; }
  .hs-float-chip { display: none; }
}
