/* ============================================================
 * 3888 angel number - layout-cc30.css
 * All custom class names use the "pgcc-" prefix.
 * Palette: #2C3E50 | #1C2833 | #778899 | #ECF0F1
 * ============================================================ */

:root {
  --pgcc-primary: #2C3E50;
  --pgcc-bg: #1C2833;
  --pgcc-accent: #778899;
  --pgcc-light: #ECF0F1;
  --pgcc-gold: #d4af37;
  --pgcc-danger: #e74c3c;
  --pgcc-success: #27ae60;
  --pgcc-header-h: 5.6rem;
  --pgcc-bottomnav-h: 6.2rem;
}

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

html { font-size: 62.5%; scroll-behavior: smooth; }

body {
  font-family: "Hind Siliguri", "Noto Sans Bengali", "Segoe UI", Tahoma, sans-serif;
  background: var(--pgcc-bg);
  color: var(--pgcc-light);
  line-height: 1.5rem;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

a { color: var(--pgcc-gold); text-decoration: none; }
a:hover { text-decoration: underline; }

.pgcc-wrapper { max-width: 430px; margin: 0 auto; position: relative; min-height: 100vh; }

.pgcc-container { width: 100%; padding: 0 1.2rem; }

/* ---------- Header ---------- */
.pgcc-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: linear-gradient(135deg, var(--pgcc-primary), var(--pgcc-bg));
  border-bottom: 1px solid rgba(119,136,153,.35);
  box-shadow: 0 2px 10px rgba(0,0,0,.45);
}
.pgcc-header-inner {
  max-width: 430px; margin: 0 auto; height: var(--pgcc-header-h);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 1rem;
}
.pgcc-logo { display: flex; align-items: center; gap: .6rem; color: var(--pgcc-light); }
.pgcc-logo img { width: 28px; height: 28px; border-radius: 6px; }
.pgcc-logo span { font-size: 1.5rem; font-weight: 700; letter-spacing: .3px; }

.pgcc-header-actions { display: flex; align-items: center; gap: .5rem; }
.pgcc-btn {
  display: inline-flex; align-items: center; gap: .4rem;
  font-size: 1.25rem; font-weight: 600; line-height: 1;
  padding: .7rem 1rem; border-radius: 8px; border: none;
  cursor: pointer; transition: transform .15s, background .2s;
  min-height: 36px; text-decoration: none;
}
.pgcc-btn:hover { text-decoration: none; transform: translateY(-1px); }
.pgcc-btn-register { background: linear-gradient(135deg, var(--pgcc-gold), #b8860b); color: #1C2833; }
.pgcc-btn-login { background: transparent; color: var(--pgcc-light); border: 1px solid var(--pgcc-accent); }

.pgcc-menu-btn {
  background: transparent; border: 1px solid var(--pgcc-accent);
  color: var(--pgcc-light); border-radius: 8px; padding: .55rem .7rem;
  cursor: pointer; font-size: 1.3rem; min-height: 36px;
}

/* Expandable nav menu */
.pgcc-nav-menu {
  max-width: 430px; margin: 0 auto;
  max-height: 0; overflow: hidden; transition: max-height .3s ease;
  background: var(--pgcc-bg); border-top: 1px solid rgba(119,136,153,.25);
}
.pgcc-nav-open { max-height: 480px; }
.pgcc-nav-menu ul { list-style: none; padding: .4rem 1rem 1rem; }
.pgcc-nav-menu li { border-bottom: 1px solid rgba(119,136,153,.18); }
.pgcc-nav-menu li:last-child { border-bottom: none; }
.pgcc-nav-menu a {
  display: block; padding: 1rem .4rem; color: var(--pgcc-light);
  font-size: 1.35rem;
}
.pgcc-nav-menu a:hover { color: var(--pgcc-gold); }

/* ---------- Main / spacing for fixed bars ---------- */
.pgcc-main { padding-top: var(--pgcc-header-h); }

/* ---------- Carousel ---------- */
.pgcc-carousel {
  position: relative; width: 100%; max-width: 430px; margin: 0 auto;
  border-radius: 12px; overflow: hidden; aspect-ratio: 16/9;
  box-shadow: 0 6px 18px rgba(0,0,0,.5);
}
.pgcc-slides { position: relative; width: 100%; height: 100%; }
.pgcc-slide {
  position: absolute; inset: 0; opacity: 0; transition: opacity .8s ease;
  cursor: pointer;
}
.pgcc-slide img { width: 100%; height: 100%; object-fit: cover; }
.pgcc-slide-active { opacity: 1; }
.pgcc-slide-cap {
  position: absolute; left: 1rem; bottom: 1rem; right: 1rem;
  background: rgba(28,40,51,.78); padding: .6rem .8rem; border-radius: 8px;
  font-size: 1.2rem; color: var(--pgcc-light);
}
.pgcc-dots {
  position: absolute; bottom: .6rem; left: 50%; transform: translateX(-50%);
  display: flex; gap: .4rem;
}
.pgcc-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(236,240,241,.45); cursor: pointer; border: none;
}
.pgcc-dot-active { background: var(--pgcc-gold); }

/* ---------- Section ---------- */
.pgcc-section { padding: 1.6rem 1.2rem; }
.pgcc-section-title {
  font-size: 1.7rem; font-weight: 700; color: var(--pgcc-light);
  margin-bottom: 1rem; padding-left: .6rem; border-left: 4px solid var(--pgcc-gold);
}
.pgcc-section-title small { font-size: 1.2rem; color: var(--pgcc-accent); font-weight: 400; }

.pgcc-intro { font-size: 1.35rem; line-height: 1.7rem; color: #cdd5dc; margin-bottom: 1rem; }

/* ---------- Game grid ---------- */
.pgcc-game-list { margin-bottom: 1.4rem; }
.pgcc-cat-head {
  display: flex; align-items: center; gap: .6rem;
  font-size: 1.5rem; font-weight: 700; color: var(--pgcc-gold);
  margin: 1.2rem 0 .8rem;
}
.pgcc-cat-head i, .pgcc-cat-head .material-icons { font-size: 20px; }

.pgcc-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem;
}
.pgcc-game-card {
  background: var(--pgcc-primary); border-radius: 10px; overflow: hidden;
  cursor: pointer; transition: transform .15s, box-shadow .2s;
  border: 1px solid rgba(119,136,153,.25);
  display: block;
}
.pgcc-game-card:hover { transform: translateY(-2px); box-shadow: 0 6px 14px rgba(0,0,0,.5); text-decoration: none; }
.pgcc-game-thumb { width: 100%; aspect-ratio: 1/1; object-fit: cover; background: #0f1822; }
.pgcc-game-name {
  padding: .5rem .4rem; text-align: center; font-size: 1.1rem;
  color: var(--pgcc-light); line-height: 1.25rem; min-height: 2.5rem;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* ---------- Feature / info cards ---------- */
.pgcc-card {
  background: var(--pgcc-primary); border-radius: 10px; padding: 1.2rem;
  margin-bottom: 1rem; border: 1px solid rgba(119,136,153,.25);
}
.pgcc-card h3 { font-size: 1.45rem; color: var(--pgcc-gold); margin-bottom: .6rem; }
.pgcc-card p { font-size: 1.25rem; line-height: 1.6rem; color: #cdd5dc; }
.pgcc-card ul { margin: .6rem 0 0 1.4rem; }
.pgcc-card li { font-size: 1.2rem; line-height: 1.55rem; color: #cdd5dc; margin-bottom: .3rem; }

.pgcc-feature-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: .7rem; }
.pgcc-feature {
  background: var(--pgcc-primary); border-radius: 10px; padding: 1rem .8rem;
  text-align: center; border: 1px solid rgba(119,136,153,.22);
}
.pgcc-feature i, .pgcc-feature .material-icons { font-size: 26px; color: var(--pgcc-gold); }
.pgcc-feature h4 { font-size: 1.2rem; color: var(--pgcc-light); margin: .4rem 0 .2rem; }
.pgcc-feature p { font-size: 1.05rem; color: #cdd5dc; line-height: 1.4rem; }

/* ---------- Winners strip ---------- */
.pgcc-winners { display: flex; gap: .6rem; overflow-x: auto; padding-bottom: .4rem; }
.pgcc-winner {
  flex: 0 0 auto; background: var(--pgcc-primary); border-radius: 8px;
  padding: .6rem .8rem; min-width: 150px; border: 1px solid rgba(212,175,55,.3);
}
.pgcc-winner .pgcc-w-name { font-size: 1.15rem; color: var(--pgcc-gold); font-weight: 700; }
.pgcc-winner .pgcc-w-amt { font-size: 1.3rem; color: var(--pgcc-light); }
.pgcc-winner .pgcc-w-game { font-size: 1rem; color: var(--pgcc-accent); }

/* ---------- CTA ---------- */
.pgcc-cta {
  display: block; text-align: center; background: linear-gradient(135deg, var(--pgcc-gold), #b8860b);
  color: #1C2833; font-weight: 700; font-size: 1.35rem; padding: 1rem; border-radius: 10px;
  margin: 1rem 0; cursor: pointer; border: none;
}
.pgcc-cta:hover { text-decoration: none; opacity: .95; }

.pgcc-text-link { color: var(--pgcc-gold); font-weight: 600; cursor: pointer; }

/* ---------- Testimonials ---------- */
.pgcc-testi {
  background: var(--pgcc-primary); border-radius: 10px; padding: 1rem;
  margin-bottom: .8rem; border-left: 3px solid var(--pgcc-gold);
}
.pgcc-testi .pgcc-testi-text { font-size: 1.2rem; color: #cdd5dc; line-height: 1.55rem; font-style: italic; }
.pgcc-testi .pgcc-testi-author { font-size: 1.1rem; color: var(--pgcc-gold); margin-top: .4rem; }

/* ---------- Payment ---------- */
.pgcc-pay { display: flex; flex-wrap: wrap; gap: .6rem; }
.pgcc-pay span {
  background: var(--pgcc-primary); border: 1px solid rgba(119,136,153,.3);
  padding: .5rem .9rem; border-radius: 20px; font-size: 1.1rem; color: #cdd5dc;
}

/* ---------- FAQ ---------- */
.pgcc-faq-item {
  background: var(--pgcc-primary); border-radius: 8px; padding: .9rem 1rem;
  margin-bottom: .6rem; border: 1px solid rgba(119,136,153,.22);
}
.pgcc-faq-item h4 { font-size: 1.25rem; color: var(--pgcc-gold); margin-bottom: .3rem; }
.pgcc-faq-item p { font-size: 1.15rem; color: #cdd5dc; line-height: 1.5rem; }

/* ---------- Footer ---------- */
.pgcc-footer {
  background: #11181f; border-top: 1px solid rgba(119,136,153,.25);
  padding: 1.6rem 1.2rem 2rem; margin-top: 1.4rem;
}
.pgcc-footer-brand { font-size: 1.3rem; color: #cdd5dc; line-height: 1.6rem; margin-bottom: 1rem; }
.pgcc-footer-links {
  display: flex; flex-wrap: wrap; gap: .5rem 1rem; margin-bottom: 1rem;
}
.pgcc-footer-links a { font-size: 1.15rem; color: #cdd5dc; }
.pgcc-footer-links a:hover { color: var(--pgcc-gold); }
.pgcc-footer-buttons { display: flex; flex-wrap: wrap; gap: .5rem; margin: .8rem 0; }
.pgcc-footer-btn {
  background: var(--pgcc-primary); color: var(--pgcc-light); border: 1px solid var(--pgcc-accent);
  padding: .55rem .9rem; border-radius: 8px; font-size: 1.15rem; cursor: pointer;
}
.pgcc-footer-copy { font-size: 1.05rem; color: var(--pgcc-accent); margin-top: .6rem; }

/* ---------- Mobile bottom nav ---------- */
.pgcc-bottomnav {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000;
  height: var(--pgcc-bottomnav-h);
  background: linear-gradient(180deg, var(--pgcc-primary), #11181f);
  border-top: 1px solid rgba(119,136,153,.35);
  display: flex; justify-content: space-around; align-items: center;
  max-width: 430px; margin: 0 auto;
}
.pgcc-bottomnav-btn {
  flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: .2rem; background: transparent; border: none; color: var(--pgcc-accent);
  min-width: 60px; min-height: 60px; cursor: pointer; text-decoration: none;
  transition: transform .15s, color .2s;
}
.pgcc-bottomnav-btn i, .pgcc-bottomnav-btn .material-icons { font-size: 24px; }
.pgcc-bottomnav-btn span { font-size: 1rem; line-height: 1.1rem; }
.pgcc-bottomnav-btn:hover { transform: scale(1.08); text-decoration: none; }
.pgcc-bottomnav-active { color: var(--pgcc-gold); }
.pgcc-bottomnav-active::after {
  content: ""; display: block; width: 26px; height: 3px; background: var(--pgcc-gold);
  border-radius: 2px; margin-top: 2px;
}

/* ---------- Desktop rules ---------- */
@media (min-width: 769px) {
  .pgcc-bottomnav { display: none; }
  .pgcc-wrapper { max-width: 768px; }
  .pgcc-header-inner { max-width: 768px; }
  .pgcc-nav-menu { max-width: 768px; }
  .pgcc-carousel { max-width: 768px; }
  .pgcc-grid { grid-template-columns: repeat(5, 1fr); }
  .pgcc-feature-grid { grid-template-columns: repeat(4,1fr); }
}

/* Mobile bottom padding so content isn't hidden by bottom nav */
@media (max-width: 768px) {
  .pgcc-main { padding-bottom: calc(var(--pgcc-bottomnav-h) + 1rem); }
}

/* Utility */
.pgcc-sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
