/* PAG-ASAS guide — mobile-first static landing */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  min-height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: #000;
  color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

/* Animated background glow + star pattern */
.bg-glow {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(0, 200, 255, 0.18), transparent 55%),
    radial-gradient(ellipse 60% 40% at 80% 60%, rgba(180, 255, 60, 0.08), transparent 50%),
    radial-gradient(ellipse 50% 40% at 20% 80%, rgba(255, 190, 40, 0.1), transparent 50%),
    #000;
  animation: glowPulse 8s ease-in-out infinite alternate;
}

@keyframes glowPulse {
  from { opacity: 0.85; filter: brightness(0.95); }
  to   { opacity: 1;    filter: brightness(1.1); }
}

.stars {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(1.5px 1.5px at 10% 20%, rgba(255,255,255,0.7), transparent),
    radial-gradient(1px 1px at 30% 45%, rgba(180,255,255,0.6), transparent),
    radial-gradient(1.5px 1.5px at 55% 15%, rgba(255,255,200,0.55), transparent),
    radial-gradient(1px 1px at 75% 35%, rgba(255,255,255,0.5), transparent),
    radial-gradient(1.5px 1.5px at 90% 70%, rgba(160,255,180,0.5), transparent),
    radial-gradient(1px 1px at 15% 75%, rgba(255,220,150,0.45), transparent),
    radial-gradient(1px 1px at 45% 85%, rgba(255,255,255,0.4), transparent),
    radial-gradient(1.5px 1.5px at 65% 55%, rgba(120,220,255,0.55), transparent);
  background-size: 100% 100%;
  animation: twinkle 5s ease-in-out infinite alternate;
}

@keyframes twinkle {
  from { opacity: 0.55; }
  to   { opacity: 1; }
}

/* Centered phone column */
.phone-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 420px;
  min-height: 100vh;
  min-height: 100dvh;
  background: linear-gradient(180deg, #050810 0%, #0a1228 40%, #050810 100%);
  box-shadow: 0 0 40px rgba(0, 200, 255, 0.12);
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
  user-select: none;
  -webkit-user-select: none;
}

/* Top logo bar */
.logo-bar {
  background: linear-gradient(180deg, #02205a 0%, #01143C 60%, #010d28 100%);
  padding: 14px 16px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 220, 255, 0.25);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
}

.logo-text {
  font-size: 1.85rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  background: linear-gradient(90deg, #00e5ff 0%, #7CFF4A 45%, #FFD54A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
  filter: drop-shadow(0 0 8px rgba(0, 229, 255, 0.35));
  line-height: 1.2;
}

/* Promo banner */
.banner-card {
  margin: 16px 14px 8px;
}

[hidden] { display: none !important; }
.carousel-viewport { overflow: hidden; border-radius: 14px; aspect-ratio: 421 / 271; touch-action: pan-y pinch-zoom; }
.carousel-slide img { display: block; width: 100%; height: auto; }
.carousel-controls { display: flex; justify-content: center; align-items: center; gap: 2px; margin-top: 6px; }
.carousel-controls button { min-width: 36px; min-height: 44px; border: 0; background: transparent; color: #dffaff; cursor: pointer; }
.carousel-dots { display: flex; }
.carousel-dot::before { content: ''; display: block; width: 7px; height: 7px; margin: auto; border-radius: 50%; background: #61738a; }
.carousel-dot[aria-current="true"]::before { background: #7cff4a; box-shadow: 0 0 8px #7cff4a66; }
.carousel-arrow { font-size: 28px; }
.carousel-toggle { font-size: 12px; padding: 0 6px; }
.carousel:focus-visible, .carousel-controls button:focus-visible { outline: 2px solid #7cff4a; outline-offset: 2px; border-radius: 6px; }
.cta-btn { text-decoration: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

.banner-inner {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  padding: 22px 18px 20px;
  background:
    linear-gradient(145deg, #5c3a08 0%, #b8860b 35%, #ffd54a 55%, #c48a0a 75%, #3d2805 100%);
  border: 1px solid rgba(255, 220, 120, 0.55);
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 -2px 8px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.banner-glow {
  position: absolute;
  top: -40%;
  left: -20%;
  width: 70%;
  height: 80%;
  background: radial-gradient(circle, rgba(255,255,255,0.35), transparent 65%);
  pointer-events: none;
}

.banner-kicker {
  position: relative;
  z-index: 1;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1a1000;
  opacity: 0.85;
  margin-bottom: 6px;
}

.banner-title {
  position: relative;
  z-index: 1;
  font-size: 1.65rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #1a0f00;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
  margin-bottom: 6px;
}

.banner-sub {
  position: relative;
  z-index: 1;
  font-size: 0.95rem;
  font-weight: 600;
  color: #2a1800;
  margin-bottom: 14px;
}

.banner-chips {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.chip {
  font-size: 0.68rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(20, 10, 0, 0.55);
  color: #ffe9a0;
  border: 1px solid rgba(255, 220, 120, 0.4);
}

/* CTA buttons */
.cta-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px 16px 8px;
}

.cta-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 16px;
  border-radius: 999px;
  cursor: pointer;
  border: 2px solid transparent;
  background:
    linear-gradient(#0b1528, #0b1528) padding-box,
    linear-gradient(90deg, #00e5ff, #7CFF4A, #00e5ff) border-box;
  background-size: 100% 100%, 200% 100%;
  box-shadow:
    0 0 12px rgba(0, 229, 255, 0.25),
    0 4px 14px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
  animation: borderShine 4s linear infinite;
}

@keyframes borderShine {
  0%   { background-position: 0 0, 0% 0; }
  100% { background-position: 0 0, 200% 0; }
}

.cta-btn:hover,
.cta-btn:focus-visible {
  transform: translateY(-1px) scale(1.01);
  filter: brightness(1.08);
  box-shadow:
    0 0 18px rgba(124, 255, 74, 0.35),
    0 6px 18px rgba(0, 0, 0, 0.45);
  outline: none;
}

.cta-btn:active {
  transform: scale(0.98);
}

.cta-domain {
  font-size: 1rem;
  font-weight: 700;
  color: #e8ffff;
  letter-spacing: 0.02em;
}

.cta-action {
  font-size: 0.88rem;
  font-weight: 800;
  color: #FFEB3B;
  text-shadow: 0 0 8px rgba(255, 235, 59, 0.45);
  white-space: nowrap;
}

/* Footer */

/* Promotions entry */
.promo-entry {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 16px 4px;
  padding: 12px 14px;
  text-decoration: none;
  color: #fff;
  border-radius: 14px;
  background: linear-gradient(135deg, #7a1f1f 0%, #c0392b 45%, #e67e22 100%);
  border: 1px solid rgba(255, 220, 120, 0.55);
  box-shadow: 0 0 18px rgba(230, 80, 40, 0.35), inset 0 1px 0 rgba(255,255,255,0.2);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.promo-entry:active {
  transform: scale(0.98);
}
.promo-entry-icon {
  font-size: 1.45rem;
  line-height: 1;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.35));
}
.promo-entry-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.promo-entry-title {
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}
.promo-entry-sub {
  font-size: 0.72rem;
  opacity: 0.9;
  color: #ffe9c8;
}
.promo-entry-go {
  font-weight: 800;
  font-size: 0.85rem;
  color: #ffe566;
  white-space: nowrap;
}

.site-footer {
  margin-top: auto;
  padding: 18px 16px 8px;
  text-align: center;
}

.badge-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.badge {
  flex: 0 0 auto;
}

.badge-svg {
  width: 72px;
  height: 45px;
  display: block;
  border-radius: 4px;
  opacity: 0.92;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.copyright {
  font-size: 0.68rem;
  line-height: 1.45;
  color: rgba(200, 210, 230, 0.55);
  padding: 0 8px;
}

/* Desktop: keep phone column centered on black */
@media (min-width: 480px) {
  body {
    padding: 24px 0;
    align-items: center;
  }

  .phone-shell {
    min-height: calc(100vh - 48px);
    min-height: calc(100dvh - 48px);
    border-radius: 18px;
    border: 1px solid rgba(0, 200, 255, 0.15);
    overflow: hidden;
  }
}
