/* =============================================================
 * HOMEPAGE — mobile-first professional styles
 * Brand: navy #0A1930 · gold #D4AF37 · light #F8F6F1
 * ============================================================= */

/* --- Shared --- */
.hp-section-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #D4AF37;
  margin-bottom: 8px;
}
.hp-section-title {
  font-size: 1.75rem;
  font-weight: 800;
  color: #0A1930 !important;
  margin-bottom: 12px !important;
  line-height: 1.25 !important;
}
.hp-text {
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.hp-section-head {
  margin-bottom: 1.75rem;
}
.hp-section-head-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
.hp-link-more {
  color: #0A1930;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  border-bottom: 2px solid #D4AF37;
  padding-bottom: 2px;
}
.hp-link-more:hover { color: #D4AF37; text-decoration: none; }

.hp-btn-main {
  min-height: 48px;
  padding: 12px 22px !important;
  font-size: 15px !important;
  justify-content: center;
}
.hp-btn-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 30px;
  background: #25D366;
  color: #fff !important;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hp-btn-wa:hover {
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.4);
  text-decoration: none !important;
}
.hp-btn-wa.large,
.hp-btn-call.large {
  width: 100%;
  max-width: 100%;
}
.hp-btn-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 30px;
  background: #0A1930;
  color: #D4AF37 !important;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none !important;
  border: 2px solid #D4AF37;
}
.hp-btn-call:hover {
  background: #112845;
  color: #F9E27D !important;
  text-decoration: none !important;
}
.hp-btn-outline {
  display: inline-block;
  margin-top: 12px;
  background: transparent;
  border: none;
  color: #0A1930;
  font-weight: 700;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
  padding: 8px;
}

/* --- Hero --- */
.hp-hero {
  background: linear-gradient(145deg, #0A1930 0%, #112845 55%, #0d2038 100%) !important;
  color: #fff;
  padding: 40px 0 48px !important;
  overflow: hidden;
}
.hp-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: #D4AF37;
  padding: 7px 14px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.hp-hero-title {
  font-size: 1.85rem;
  font-weight: 800;
  color: #fff !important;
  line-height: 1.25 !important;
  margin-bottom: 14px !important;
}
.hp-hero-title span { color: #D4AF37 !important; }
.hp-hero-desc {
  font-size: 0.95rem;
  color: #CBD5E1 !important;
  line-height: 1.7 !important;
  margin-bottom: 18px !important;
}
.hp-hero-points {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}
.hp-hero-points li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #E2E8F0;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 20px;
}
.hp-hero-points i { color: #D4AF37; font-size: 12px; }
.hp-hero-cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hp-hero-cta .btn-gold-action,
.hp-hero-cta .hp-btn-wa {
  width: 100%;
  justify-content: center;
}

.hp-hero-card {
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}
.hp-hero-card:hover,
.hp-hero-card:focus {
  transform: translateY(-3px);
  outline: none;
}
.hp-hero-card-badge {
  display: inline-block;
  background: #D4AF37;
  color: #0A1930;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.hp-hero-card-img {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  padding: 12px;
  margin-bottom: 12px;
}
.hp-hero-card-img img {
  max-height: 180px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.hp-hero-card h3 {
  color: #fff !important;
  font-size: 1.1rem;
  margin-bottom: 6px !important;
}
.hp-hero-card-price {
  color: #D4AF37 !important;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 8px !important;
}
.hp-hero-card-link {
  color: #94A3B8;
  font-size: 13px;
  font-weight: 600;
}

/* --- Categories --- */
.hp-cats {
  background: #0A1930 !important;
  padding: 24px 0 !important;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
}
.hp-cats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.hp-cat-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 16px;
  padding: 18px 16px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
  width: 100%;
}
.hp-cat-card:hover {
  background: rgba(212, 175, 55, 0.1);
  border-color: rgba(212, 175, 55, 0.5);
}
.hp-cat-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(212, 175, 55, 0.15);
  color: #D4AF37;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 10px;
}
.hp-cat-card h4 {
  color: #fff !important;
  font-size: 1.05rem;
  margin-bottom: 4px !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 700;
}
.hp-cat-card p {
  color: #94A3B8 !important;
  font-size: 0.85rem;
  margin: 0 !important;
}

/* --- About --- */
.hp-about {
  background: #fff !important;
  padding: 48px 0 !important;
}
.hp-about-img-wrap {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(10, 25, 48, 0.12);
}
.hp-about-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 360px;
}
.hp-about-float {
  position: absolute;
  left: 12px;
  bottom: 12px;
  right: 12px;
  background: linear-gradient(135deg, #0A1930, #112845);
  color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(212, 175, 55, 0.35);
}
.hp-about-float strong {
  display: block;
  font-size: 1.15rem;
  color: #D4AF37;
}
.hp-about-float span {
  display: block;
  font-size: 0.85rem;
  color: #CBD5E1;
  margin-bottom: 8px;
}
.hp-about-call {
  display: inline-block;
  background: #D4AF37;
  color: #0A1930 !important;
  font-weight: 800;
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none !important;
}
.hp-about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 20px 0 16px;
}
.hp-about-stats div {
  background: #F8F6F1;
  border-radius: 12px;
  padding: 12px 8px;
  text-align: center;
}
.hp-about-stats strong {
  display: block;
  color: #0A1930;
  font-size: 1rem;
  font-weight: 800;
}
.hp-about-stats span {
  font-size: 11px;
  color: #64748B;
  font-weight: 600;
}

/* --- Quick CTA --- */
.hp-quick-cta {
  background: #F8F6F1 !important;
  padding: 32px 0 !important;
}
.hp-quick-cta-box {
  background: #fff;
  border-radius: 20px;
  padding: 28px 20px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(10, 25, 48, 0.06);
  border: 1px solid rgba(10, 25, 48, 0.06);
}
.hp-quick-cta-box h2 {
  font-size: 1.5rem;
  color: #0A1930 !important;
  margin-bottom: 8px !important;
}
.hp-quick-cta-box > p {
  color: #64748B;
  margin-bottom: 18px;
}
.hp-quick-cta-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 400px;
  margin: 0 auto;
}

/* --- Steps --- */
.hp-steps {
  background: #fff !important;
  padding: 48px 0 !important;
}
.hp-steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.hp-step {
  background: #F8F6F1;
  border-radius: 16px;
  padding: 22px 18px;
  border: 1px solid rgba(10, 25, 48, 0.06);
  text-align: center;
}
.hp-step-num {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0A1930;
  color: #D4AF37;
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 12px;
}
.hp-step h4 {
  font-size: 1.1rem;
  color: #0A1930 !important;
  margin-bottom: 6px !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 700;
}
.hp-step p {
  color: #64748B;
  font-size: 0.9rem;
  margin: 0 !important;
}

/* --- Coin collection --- */
.hp-collection {
  background: #F8F6F1 !important;
  padding: 48px 0 !important;
}
.hp-coin-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.hp-coin-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(10, 25, 48, 0.06);
  box-shadow: 0 4px 16px rgba(10, 25, 48, 0.05);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin: 0;
}
.hp-coin-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(10, 25, 48, 0.1);
}
.hp-coin-img {
  aspect-ratio: 1 / 1;
  background: #f1f5f9;
  overflow: hidden;
}
.hp-coin-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hp-coin-info {
  padding: 12px 10px 14px;
}
.hp-coin-info h3 {
  font-size: 0.85rem;
  font-weight: 700;
  color: #0A1930 !important;
  margin-bottom: 4px !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  line-height: 1.3 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hp-coin-cat {
  display: block;
  font-size: 11px;
  color: #64748B;
  margin-bottom: 4px;
}
.hp-coin-cta {
  font-size: 12px;
  font-weight: 700;
  color: #D4AF37;
}

/* --- Notes --- */
.hp-notes {
  background: #fff !important;
  padding: 48px 0 !important;
}
.hp-note-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.hp-note-card {
  display: flex;
  background: #F8F6F1;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(10, 25, 48, 0.06);
  cursor: pointer;
  transition: box-shadow 0.2s ease;
  margin: 0;
}
.hp-note-card:hover {
  box-shadow: 0 10px 24px rgba(10, 25, 48, 0.1);
}
.hp-note-img {
  width: 38%;
  min-width: 110px;
  flex-shrink: 0;
  background: #e2e8f0;
}
.hp-note-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 110px;
}
.hp-note-info {
  padding: 14px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.hp-note-info h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #0A1930 !important;
  margin-bottom: 4px !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}
.hp-note-price {
  color: #B8860B !important;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 6px !important;
}
.hp-note-cta {
  font-size: 12px;
  font-weight: 700;
  color: #0A1930;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* --- Trust stats --- */
.hp-trust {
  background: linear-gradient(135deg, #0A1930, #112845) !important;
  padding: 36px 0 !important;
}
.hp-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.hp-trust-item {
  text-align: center;
  padding: 12px 8px;
}
.hp-trust-item strong {
  display: block;
  color: #D4AF37;
  font-size: 1.5rem;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  margin-bottom: 4px;
}
.hp-trust-item span {
  color: #CBD5E1;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* --- Reviews --- */
.hp-reviews {
  background: #F8F6F1 !important;
  padding: 48px 0 !important;
}
.hp-reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.hp-review {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid rgba(10, 25, 48, 0.06);
  margin: 0;
  box-shadow: 0 4px 16px rgba(10, 25, 48, 0.04);
}
.hp-review-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.hp-review-top img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #D4AF37;
}
.hp-review-top strong {
  display: block;
  color: #0A1930;
  font-size: 0.95rem;
}
.hp-review-top span {
  font-size: 12px;
  color: #64748B;
}
.hp-review p {
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.65;
  margin: 0 !important;
  font-style: italic;
}

/* --- Cities table --- */
.hp-cities {
  background: #fff !important;
  padding: 48px 0 !important;
}
.hp-cities-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 14px;
  border: 1px solid rgba(10, 25, 48, 0.08);
  box-shadow: 0 4px 16px rgba(10, 25, 48, 0.04);
}
.hp-cities-table {
  width: 100%;
  min-width: 280px;
  border-collapse: collapse;
  margin: 0;
  background: #fff;
}
.hp-cities-table thead th {
  background: #0A1930;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 14px 16px;
  text-align: left;
  white-space: nowrap;
}
.hp-cities-table tbody td {
  padding: 13px 16px;
  font-size: 0.9rem;
  color: #334155;
  border-bottom: 1px solid #f1f5f9;
}
.hp-cities-table tbody tr:last-child td { border-bottom: none; }
.hp-cities-table tbody tr:nth-child(even) { background: #F8F6F1; }
.hp-city-phone {
  color: #b45309;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.hp-city-phone:hover { color: #0A1930; }

/* --- Rare --- */
.hp-rare {
  background: #F8F6F1 !important;
  padding: 48px 0 !important;
}
.hp-rare-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.hp-rare-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  display: block;
  text-decoration: none !important;
  box-shadow: 0 8px 24px rgba(10, 25, 48, 0.1);
}
.hp-rare-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.hp-rare-card:hover img { transform: scale(1.04); }
.hp-rare-card span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 16px;
  background: linear-gradient(transparent, rgba(10, 25, 48, 0.9));
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}

/* --- Final CTA --- */
.hp-final-cta {
  background: linear-gradient(135deg, #0A1930, #112845) !important;
  padding: 48px 0 !important;
  color: #fff;
}
.hp-final-cta h2 {
  color: #fff !important;
  font-size: 1.6rem;
  margin-bottom: 8px !important;
}
.hp-final-cta > .container > p {
  color: #CBD5E1;
  margin-bottom: 22px;
}
.hp-final-cta-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  max-width: 360px;
  margin: 0 auto;
}
.hp-final-cta-btns .btn-gold-action,
.hp-final-cta-btns .hp-btn-wa {
  width: 100%;
  justify-content: center;
}

/* =============================================================
 * MOBILE CENTER ALIGN (≤991px) — homepage sections
 * ============================================================= */
@media (max-width: 991px) {
  .hp-hero,
  .hp-hero .container,
  .hp-hero .col-lg-7,
  .hp-hero .col-lg-5,
  .hp-about .col-lg-6,
  .hp-rare .col-lg-5,
  .hp-rare .col-lg-7,
  .hp-section-head,
  .hp-quick-cta-box,
  .hp-final-cta {
    text-align: center !important;
  }

  .hp-badge {
    margin-left: auto;
    margin-right: auto;
  }

  .hp-hero-title,
  .hp-hero-desc,
  .hp-section-title,
  .hp-text,
  .hp-section-label {
    text-align: center !important;
  }

  .hp-hero-points {
    justify-content: center !important;
  }

  .hp-hero-cta {
    align-items: center !important;
    justify-content: center !important;
  }

  .hp-hero-card {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .hp-cat-card {
    align-items: center !important;
    text-align: center !important;
  }

  .hp-cat-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .hp-about-img-wrap {
    max-width: 420px;
    margin: 0 auto 1.25rem;
  }

  .hp-about-float {
    left: 12px !important;
    right: 12px !important;
    max-width: none !important;
    text-align: center;
  }

  .hp-about-stats {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .hp-section-head-row {
    flex-direction: column;
    align-items: center !important;
    text-align: center !important;
  }

  .hp-coin-info,
  .hp-note-info {
    text-align: center !important;
  }

  .hp-note-card {
    flex-direction: column;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .hp-note-img {
    width: 100%;
    min-width: 0;
    aspect-ratio: 16 / 10;
  }

  .hp-quick-cta-btns {
    align-items: center;
  }

  .hp-link-more {
    display: inline-block;
  }

  .hp-rare-grid {
    max-width: 480px;
    margin: 0 auto;
  }
}

/* =============================================================
 * TABLET (≥576px)
 * ============================================================= */
@media (min-width: 576px) {
  .hp-hero-title { font-size: 2.15rem; }
  .hp-coin-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .hp-note-grid { grid-template-columns: repeat(2, 1fr); }
  .hp-cats-grid { grid-template-columns: repeat(3, 1fr); }
  .hp-steps-grid { grid-template-columns: repeat(3, 1fr); }
  .hp-rare-grid { grid-template-columns: repeat(2, 1fr); }
  .hp-hero-cta {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .hp-hero-cta .btn-gold-action,
  .hp-hero-cta .hp-btn-wa {
    width: auto;
  }
}

/* =============================================================
 * DESKTOP (≥768px)
 * ============================================================= */
@media (min-width: 768px) {
  .hp-hero { padding: 60px 0 70px !important; }
  .hp-hero-title { font-size: 2.5rem; }
  .hp-hero-desc { font-size: 1.05rem; }
  .hp-section-title { font-size: 2.1rem; }
  .hp-trust-grid { grid-template-columns: repeat(4, 1fr); }
  .hp-reviews-grid { grid-template-columns: repeat(3, 1fr); }
  .hp-note-grid { grid-template-columns: repeat(3, 1fr); }
  .hp-note-card { flex-direction: column; }
  .hp-note-img {
    width: 100%;
    min-width: 0;
    aspect-ratio: 16 / 10;
  }
  .hp-note-img img { min-height: 0; }
  .hp-quick-cta-btns {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: none;
  }
  .hp-btn-wa.large,
  .hp-btn-call.large {
    width: auto;
    min-width: 240px;
  }
  .hp-final-cta-btns {
    flex-direction: row;
    justify-content: center;
    max-width: none;
  }
  .hp-final-cta-btns .btn-gold-action,
  .hp-final-cta-btns .hp-btn-wa {
    width: auto;
  }
  .hp-about-float {
    left: auto;
    right: 16px;
    bottom: 16px;
    max-width: 220px;
  }
  .hp-coin-info h3 { font-size: 0.95rem; }
}

/* =============================================================
 * LARGE DESKTOP (≥992px)
 * ============================================================= */
@media (min-width: 992px) {
  .hp-hero-title { font-size: 2.75rem; }
  .hp-hero-card-img img { max-height: 220px; }
  .hp-about-img { max-height: 420px; }
}

/* Hide broken old template remnants if any leak through */
#callnowbutton,
.inputs-container.ui-selecting,
.froala-editor-input {
  display: none !important;
}
