@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@700;900&family=Raleway:wght@300;400;600;700;800&family=Dancing+Script:wght@700&display=swap');

:root {
  --gold: #c9a84c;
  --gold-light: #f0d080;
  --red: #c0392b;
  --red-bright: #e74c3c;
  --dark: #0a0a0f;
  --dark-card: #16161e;
  --cyan: #00d4ff;
  --text-light: #e8e8e8;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  background: var(--dark);
  font-family: 'Raleway', sans-serif;
  color: var(--text-light);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
}

.page-wrapper {
  background: #1a1a2a;
  width: 100%;
  max-width: 480px;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 24px 30px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse at 50% 0%,   rgba(0,180,255,0.12) 0%, transparent 65%),
    radial-gradient(ellipse at 20% 50%,  rgba(100,0,200,0.15) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 60%,  rgba(200,0,50,0.10)  0%, transparent 50%),
    linear-gradient(180deg, #0d0d20 0%, #12122a 40%, #0a0a18 100%);
}

.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    to bottom,
    transparent 0px, transparent 58px,
    rgba(0,200,255,0.03) 59px, rgba(0,200,255,0.03) 60px
  );
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(5,5,15,0.55)  0%,
    rgba(5,5,15,0.35)  35%,
    rgba(5,5,15,0.55)  70%,
    rgba(5,5,15,0.80) 100%
  );
  pointer-events: none;
}

.arch-container {
  position: absolute;
  top: 0; left: 0; right: 0; height: 100%;
  z-index: 2;
  pointer-events: none;
}

.arch {
  position: absolute;
  left: 50%; top: -20px;
  transform: translateX(-50%);
  border-radius: 50% 50% 0 0 / 40% 40% 0 0;
  border-top: 2px solid; border-left: 2px solid;
  border-right: 2px solid; border-bottom: none;
}

.arch-1 { width:105%; height:380px; border-color:rgba(0,212,255,0.55); }
.arch-2 { width: 88%; height:310px; border-color:rgba(0,180,255,0.40); }
.arch-3 { width: 72%; height:250px; border-color:rgba(0,150,255,0.28); }
.arch-4 { width: 56%; height:195px; border-color:rgba(150,0,255,0.22); }
.arch-5 { width: 40%; height:145px; border-color:rgba(200,0,100,0.18); }
.arch-6 { width: 25%; height:100px; border-color:rgba(255,0,80,0.14);  }

.floor-line {
  position: absolute; bottom: 0; left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid; height: 0;
}
.floor-1 { width:105%; border-color:rgba(0,212,255,0.30); bottom:40px; }
.floor-2 { width: 80%; border-color:rgba(0,212,255,0.20); bottom:60px; }
.floor-3 { width: 55%; border-color:rgba(0,212,255,0.12); bottom:80px; }

.hero-person {
  position: absolute; bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 280px; height: 420px; z-index: 2;
  background: radial-gradient(ellipse at 50% 30%, rgba(80,0,150,0.5) 0%, transparent 70%);
  display: flex; align-items: flex-end; justify-content: center;
}
.hero-person-silhouette {
  width: 200px; height: 380px;
  background: linear-gradient(180deg, rgba(120,60,200,0.3) 0%, rgba(80,20,150,0.5) 40%, rgba(40,10,100,0.7) 100%);
  border-radius: 50% 50% 0 0 / 20% 20% 0 0;
  filter: blur(1px); opacity: 0.6;
}

.hero-content {
  position: relative; z-index: 10;
  width: 100%; display: flex;
  flex-direction: column; align-items: center; gap: 12px;
}

.site-title {
  font-family: 'Cinzel', serif; font-size: 2rem; font-weight: 900;
  color: #fff; letter-spacing: 4px; text-align: center; text-transform: uppercase;
  text-shadow: 0 0 30px rgba(0,200,255,0.4), 0 2px 8px rgba(0,0,0,0.8);
}

.site-subtitle {
  font-size: 0.75rem; font-weight: 600; color: var(--gold);
  letter-spacing: 3px; text-transform: uppercase; text-align: center;
  text-shadow: 0 1px 4px rgba(0,0,0,0.7);
}

.subtitle-line {
  width: 60px; height: 1px;
  background: var(--gold); margin: 0 auto; opacity: 0.6;
}

.live-datetime {
  display: flex; align-items: center; justify-content: center; gap: 7px;
  background: rgba(0,200,255,0.07); border: 1px solid rgba(0,200,255,0.22);
  border-radius: 50px; padding: 7px 18px; margin-top: 4px;
  backdrop-filter: blur(4px);
}
.datetime-icon { font-size: 0.85rem; line-height: 1; }
.datetime-text {
  font-size: 0.70rem; font-weight: 700;
  color: rgba(180,230,255,0.9); letter-spacing: 0.8px; white-space: nowrap;
}

.badge-pill {
  background: linear-gradient(135deg, var(--red) 0%, var(--red-bright) 100%);
  color: #fff; font-size: 0.72rem; font-weight: 800;
  letter-spacing: 1.5px; padding: 10px 28px; border-radius: 50px;
  text-transform: uppercase; box-shadow: 0 4px 20px rgba(200,40,40,0.5);
  animation: pulse-badge 2.5s ease-in-out infinite;
}
@keyframes pulse-badge {
  0%,100% { box-shadow: 0 4px 20px rgba(200,40,40,0.5); }
  50%      { box-shadow: 0 4px 35px rgba(230,60,60,0.8), 0 0 0 4px rgba(230,60,60,0.15); }
}

.official-tag {
  background: rgba(255,255,255,0.08); border: 1px solid rgba(200,168,76,0.4);
  color: var(--gold-light); font-size: 0.65rem; font-weight: 700;
  letter-spacing: 3px; padding: 6px 20px; border-radius: 4px;
  text-transform: uppercase; backdrop-filter: blur(4px);
}

.main-heading-wrap { text-align: center; margin: 16px 0 4px; }

.main-heading {
  font-family: 'Cinzel', serif; font-size: 2.5rem; font-weight: 900;
  color: var(--gold-light); text-transform: uppercase; letter-spacing: 2px;
  line-height: 1; text-shadow: 0 0 40px rgba(200,160,60,0.6), 0 2px 0 rgba(0,0,0,0.6);
  animation: shimmer-gold 4s ease-in-out infinite;
}
@keyframes shimmer-gold {
  0%,100% { text-shadow: 0 0 40px rgba(200,160,60,0.6), 0 2px 0 rgba(0,0,0,0.6); }
  50%      { text-shadow: 0 0 70px rgba(240,200,80,0.95), 0 2px 0 rgba(0,0,0,0.6), 0 0 120px rgba(200,160,60,0.35); }
}

.sub-heading-script {
  font-family: 'Dancing Script', cursive; font-size: 1.5rem; color: var(--gold);
  margin-top: 4px; display: block; text-align: center; opacity: 0.9;
  text-shadow: 0 1px 6px rgba(0,0,0,0.6);
}

.bonus-banner {
  width: 100%;
  background: linear-gradient(135deg, rgba(150,120,40,0.25) 0%, rgba(200,168,76,0.15) 50%, rgba(150,120,40,0.25) 100%);
  border: 1px solid rgba(200,168,76,0.35); border-radius: 10px;
  padding: 16px 20px; text-align: center; margin-top: 22px;
  position: relative; overflow: hidden; backdrop-filter: blur(6px);
}
.bonus-banner::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, rgb(205,168,62,0.5), transparent);
  animation: sweep 3s ease-in-out infinite;
}
@keyframes sweep {
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
.bonus-title {
  font-size: 0.85rem; font-weight: 800; letter-spacing: 2px;
  color: var(--gold-light); text-transform: uppercase;
}
.bonus-desc { font-size: 0.72rem; color: rgba(255,255,255,0.7); margin-top: 4px; }

.cta-button {
  display: block; width: 100%;
  background: linear-gradient(135deg, #c0392b 0%, #e74c3c 50%, #c0392b 100%);
  color: #fff; font-family: 'Cinzel', serif; font-size: 1rem; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase; padding: 18px 30px;
  border-radius: 50px; border: none; cursor: pointer; text-align: center;
  text-decoration: none; margin-top: 16px;
  box-shadow: 0 6px 30px rgba(192,57,43,0.6), inset 0 1px 0 rgba(255,255,255,0.15);
  transition: all 0.3s ease; animation: cta-glow 3s ease-in-out infinite;
}
.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 40px rgba(231,76,60,0.8), inset 0 1px 0 rgba(255,255,255,0.2);
}
@keyframes cta-glow {
  0%,100% { box-shadow: 0 6px 30px rgba(192,57,43,0.6), inset 0 1px 0 rgba(255,255,255,0.15); }
  50%      { box-shadow: 0 6px 50px rgba(231,76,60,0.9), inset 0 1px 0 rgba(255,255,255,0.15), 0 0 0 4px rgba(231,76,60,0.15); }
}

.trust-badges {
  display: flex; justify-content: center; gap: 16px;
  margin-top: 16px; flex-wrap: wrap;
}
.trust-item {
  font-size: 0.65rem; color: rgba(255,255,255,0.65);
  font-weight: 600; letter-spacing: 0.5px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}

.verified-tag {
  background: transparent; border: 1px solid var(--cyan);
  color: var(--cyan); font-size: 0.65rem; font-weight: 700;
  letter-spacing: 2px; padding: 6px 18px; border-radius: 50px;
  text-transform: uppercase; margin-top: 10px; display: inline-block;
  backdrop-filter: blur(4px);
}

.stats-bar {
  background: var(--dark-card); border-top: 1px solid rgba(200,168,76,0.15);
  padding: 24px 20px; display: flex; justify-content: space-around;
  align-items: center; position: relative;
}
.stats-bar::before {
  content: ''; position: absolute; top: 0; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.4;
}
.stat-item { text-align: center; flex: 1; }
.stat-item:not(:last-child) { border-right: 1px solid rgba(255,255,255,0.08); }
.stat-label {
  font-size: 0.6rem; font-weight: 700; letter-spacing: 2px;
  color: rgba(255,255,255,0.45); text-transform: uppercase;
  margin-bottom: 6px; display: block;
}
.stat-value {
  font-family: 'Cinzel', serif; font-size: 1.4rem; font-weight: 900;
  color: #fff; display: block; transition: color 0.4s ease;
}
.stat-value.gold { color: var(--gold-light); text-shadow: 0 0 15px rgba(200,160,60,0.4); }
.stat-value.tick-up   { color: #2ecc71; }
.stat-value.tick-down { color: #e74c3c; }

@media (max-width: 520px) {
  .main-heading  { font-size: 2rem; }
  .site-title    { font-size: 1.6rem; }
  .datetime-text { font-size: 0.62rem; }
}

.wa-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  padding: 13px 24px;
  margin-top: 10px;
  border-radius: 50px;
  border: 1.5px solid rgba(37, 211, 102, 0.45);
  background: rgba(37, 211, 102, 0.08);
  color: #25d366;
  font-family: 'Raleway', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  backdrop-filter: blur(4px);
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease, border-color 0.3s ease,
              box-shadow 0.3s ease, transform 0.2s ease, color 0.3s ease;
}

.wa-button::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(37,211,102,0.15), transparent);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  pointer-events: none;
}

.wa-button:hover {
  background: rgba(37, 211, 102, 0.18);
  border-color: rgba(37, 211, 102, 0.85);
  color: #fff;
  box-shadow: 0 4px 22px rgba(37, 211, 102, 0.3);
  transform: translateY(-1px);
}

.wa-button:hover::before {
  transform: translateX(100%);
}

.wa-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(37, 211, 102, 0.2);
}

.wa-button svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.wa-button:hover svg {
  transform: scale(1.15);
}