/* ── Footer (Play Sultan style) ── */
body.store-page .hl-footer { margin-top: 0; }

.hl-footer {
  --footer-accent: #ffffff;
  --footer-surface: rgba(28, 28, 32, 0.92);
  --footer-border: rgba(255, 255, 255, 0.08);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 0;
  flex-shrink: 0;
  background: #0a0a0c;
  border-top: 1px solid var(--footer-border);
  color: rgba(255, 255, 255, 0.72);
}

.hl-footer .footer-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.hl-footer .footer-bg-grid {
  position: absolute;
  inset: -6%;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
  padding: 12px;
  transform: scale(1.05);
  filter: saturate(0.85);
}

.hl-footer .footer-bg-tile {
  aspect-ratio: 1;
  border-radius: 16px;
  overflow: hidden;
  background: #1a1a1c;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.hl-footer .footer-bg-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hl-footer .footer-bg-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 10, 12, 0.82) 0%, rgba(10, 10, 12, 0.9) 45%, rgba(10, 10, 12, 0.96) 100%),
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(10, 10, 12, 0.35), rgba(10, 10, 12, 0.85) 70%);
}

.hl-footer .footer-main {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 24px 32px;
}

.hl-footer .footer-grid {
  display: grid;
  gap: 36px;
}

.hl-footer .footer-cols-1 { grid-template-columns: 1fr; }
.hl-footer .footer-cols-2 { grid-template-columns: 1.5fr 1fr; }
.hl-footer .footer-cols-3 { grid-template-columns: 1.5fr 1fr 1fr; }
.hl-footer .footer-cols-4 { grid-template-columns: 1.5fr 1fr 1fr 1.5fr; }

.hl-footer .footer-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  color: #fff;
  text-decoration: none;
}

.hl-footer .footer-logo:hover { color: #fff; opacity: 0.9; }

.hl-footer .logo-img {
  height: 28px;
  width: auto;
  max-width: 160px;
  display: block;
  object-fit: contain;
}

.hl-footer .footer-brand-text {
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
}

.hl-footer .footer-desc {
  margin: 0 0 18px;
  max-width: 280px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.82rem;
  line-height: 1.65;
}

.hl-footer .footer-emails {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hl-footer .footer-email-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: var(--footer-surface);
  border: 1px solid var(--footer-border);
  border-radius: 9999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  text-decoration: none;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.hl-footer .footer-email-item:hover {
  background: rgba(42, 42, 48, 0.95);
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.hl-footer .footer-email-item svg {
  color: var(--footer-accent);
  flex-shrink: 0;
}

.hl-footer .footer-emails-accordion .footer-accordion-toggle { margin-bottom: 14px; }

.hl-footer .footer-title {
  margin: 0 0 14px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.hl-footer .footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hl-footer .footer-links li a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.84rem;
  text-decoration: none;
  transition: color 0.15s;
}

.hl-footer .footer-links li a:hover { color: #fff; }

.hl-footer .footer-accordion-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0 0 14px;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  text-align: left;
  cursor: default;
}

.hl-footer .footer-accordion-icon {
  display: none;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.4);
  transition: transform 0.25s ease;
}

.hl-footer .footer-bottom {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 24px;
  border-top: 1px solid var(--footer-border);
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
}

.hl-footer .footer-bottom-inner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  min-height: 36px;
}

.hl-footer .footer-copyright {
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
}

.hl-footer .trustpilot-footer-brand { margin-top: 16px; }
.hl-footer .trustpilot-footer-brand .trustpilot-inline { margin-top: 0; }

.hl-footer .trustpilot-inline {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: #00b67a;
  border: 1px solid #00a06a;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 182, 122, 0.2);
  transition: background 0.25s, border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}

.hl-footer .trustpilot-inline:hover {
  background: #00a06a;
  border-color: #009060;
  box-shadow: 0 4px 14px rgba(0, 182, 122, 0.3);
  transform: translateY(-1px);
}

.hl-footer .trustpilot-ext-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  opacity: 0.5;
  transition: opacity 0.2s, transform 0.2s;
}

.hl-footer .trustpilot-inline:hover .trustpilot-ext-icon {
  opacity: 1;
  transform: translateX(2px) translateY(-2px);
}

.hl-footer .trustpilot-logo {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hl-footer .trustpilot-inline-label {
  font-size: 0.74rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}

.hl-footer .trustpilot-inline-rating {
  font-size: 0.7rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}

.hl-footer .trustpilot-stars {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
  margin-right: 12px;
  flex-shrink: 0;
}

.hl-footer .trustpilot-star {
  width: 14px;
  height: 14px;
  position: relative;
}

.hl-footer .trustpilot-star-bg {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.hl-footer .trustpilot-star-bg.full { background: #fff; }
.hl-footer .trustpilot-star-bg.empty { background: rgba(255, 255, 255, 0.3); }

@media (min-width: 769px) {
  .hl-footer .footer-emails-accordion.footer-accordion-col { border-bottom: none; }
  .hl-footer .footer-emails-accordion .footer-accordion-toggle { display: none; }
  .hl-footer .footer-emails-accordion .footer-accordion-panel {
    max-height: none !important;
    overflow: visible;
    padding-bottom: 0 !important;
  }
  .hl-footer .trustpilot-footer-mobile { display: none !important; }
}

@media (max-width: 1024px) {
  .hl-footer .footer-grid { grid-template-columns: 1fr 1fr !important; }
}

@media (max-width: 900px) {
  .hl-footer .footer-bg-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
  }
}

@media (max-width: 640px) {
  .hl-footer .footer-bg-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }
  .hl-footer .footer-bg-tile { border-radius: 12px; }
}

@media (max-width: 768px) {
  .hl-footer { margin-top: 40px; }
  .hl-footer .footer-main { padding: 28px 16px 20px; }
  .hl-footer .footer-grid { grid-template-columns: 1fr !important; gap: 0; }
  .hl-footer .footer-brand { margin-bottom: 20px; }
  .hl-footer .footer-desc { max-width: none; }
  .hl-footer .footer-emails-accordion { display: none !important; }
  .hl-footer .footer-accordion-col { border-bottom: 1px solid var(--footer-border); }
  .hl-footer .footer-accordion-col:last-of-type { border-bottom: none; }
  .hl-footer .footer-accordion-toggle {
    cursor: pointer;
    padding: 14px 0;
    margin-bottom: 0;
    -webkit-tap-highlight-color: transparent;
  }
  .hl-footer .footer-accordion-icon { display: block; }
  .hl-footer .footer-accordion-col.is-open .footer-accordion-icon { transform: rotate(180deg); }
  .hl-footer .footer-accordion-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .hl-footer .footer-accordion-col.is-open .footer-accordion-panel {
    max-height: 600px;
    padding-bottom: 14px;
  }
  .hl-footer .footer-accordion-col .footer-links { padding-top: 2px; }
  .hl-footer .trustpilot-footer-brand:not(.trustpilot-footer-mobile) { display: none !important; }
  .hl-footer .footer-bottom { padding: 12px 16px; }
  .hl-footer .footer-bottom-inner { min-height: 0; gap: 10px; }
  .hl-footer .footer-bottom-trustpilot { width: 100%; }
  .hl-footer .footer-bottom-trustpilot .trustpilot-inline { width: 100%; box-sizing: border-box; }
  .hl-footer .footer-copyright {
    font-size: 0.72rem;
    line-height: 1.45;
    padding: 0 4px;
  }
}
