@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap');

:root {
  --forest-green: #2F5D50;
  --forest-dark: #172F28;
  --forest-deep: #0D1B17;
  --terracotta: #C76A4B;
  --mustard-gold: #D9A441;
  --gold-light: #F4D38B;
  --warm-ivory: #F8F6F1;
  --charcoal: #222222;
  --card-glass: rgba(23, 47, 40, 0.72);
  --border-gold: rgba(217, 164, 65, 0.35);
  --font-heading: 'Cormorant Garamond', serif;
  --font-body: 'Inter', sans-serif;
  --font-accent: 'Poppins', sans-serif;
}

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

body {
  min-height: 100vh;
  background-color: var(--forest-deep);
  color: var(--warm-ivory);
  font-family: var(--font-body);
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Background Atmosphere & Decorative Gradients */
.bg-ambient {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.bg-ambient::before {
  content: '';
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 900px;
  background: radial-gradient(circle, rgba(217, 164, 65, 0.18) 0%, rgba(47, 93, 80, 0.45) 40%, transparent 70%);
  filter: blur(60px);
  animation: pulseAura 8s infinite alternate ease-in-out;
}

.bg-ambient::after {
  content: '';
  position: absolute;
  bottom: -15%;
  right: -10%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(199, 106, 75, 0.22) 0%, rgba(47, 93, 80, 0.25) 50%, transparent 75%);
  filter: blur(80px);
}

.bg-pattern {
  position: fixed;
  inset: 0;
  z-index: 1;
  opacity: 0.04;
  background-image: radial-gradient(#D9A441 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

@keyframes pulseAura {
  0% { transform: translateX(-50%) scale(0.95); opacity: 0.8; }
  100% { transform: translateX(-50%) scale(1.1); opacity: 1; }
}

/* Header */
.countdown-header {
  position: relative;
  z-index: 10;
  padding: 2rem 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-badge {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  text-decoration: none;
  color: var(--warm-ivory);
}

.brand-logo-img {
  height: 52px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.4));
}

.brand-title {
  font-family: var(--font-heading);
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  color: var(--warm-ivory);
}

.brand-subtitle {
  font-family: var(--font-accent);
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--mustard-gold);
  margin-top: 3px;
}

.btn-preview-nav {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.4rem;
  border-radius: 30px;
  border: 1px solid var(--border-gold);
  background: rgba(47, 93, 80, 0.35);
  backdrop-filter: blur(8px);
  color: var(--warm-ivory);
  text-decoration: none;
  font-family: var(--font-accent);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  transition: all 0.3s ease;
}

.btn-preview-nav:hover {
  background: var(--mustard-gold);
  color: var(--forest-deep);
  border-color: var(--mustard-gold);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(217, 164, 65, 0.35);
}

/* Main Container */
.main-content {
  position: relative;
  z-index: 10;
  max-width: 900px;
  margin: 0 auto;
  padding: 1rem 1.5rem 3.5rem 1.5rem;
  text-align: center;
}

.launch-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(217, 164, 65, 0.12);
  border: 1px solid var(--border-gold);
  padding: 0.45rem 1.25rem;
  border-radius: 30px;
  font-family: var(--font-accent);
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mustard-gold);
  margin-bottom: 1.5rem;
  backdrop-filter: blur(10px);
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mustard-gold);
  box-shadow: 0 0 10px var(--mustard-gold);
  animation: pulseGlow 1.6s infinite;
}

@keyframes pulseGlow {
  0% { transform: scale(0.85); opacity: 0.6; }
  50% { transform: scale(1.3); opacity: 1; box-shadow: 0 0 16px var(--mustard-gold); }
  100% { transform: scale(0.85); opacity: 0.6; }
}

.main-title {
  font-family: var(--font-heading);
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0.03em;
  margin-bottom: 1.2rem;
  background: linear-gradient(180deg, #FFFFFF 30%, #E2DAD0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.launch-target-text {
  font-family: var(--font-accent);
  font-size: 1.15rem;
  color: var(--gold-light);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 2.8rem;
  font-weight: 500;
}

/* Countdown Main Board */
.countdown-board {
  background: var(--card-glass);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1.5px solid var(--border-gold);
  border-radius: 24px;
  padding: 2.5rem 2rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.15);
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
}

.countdown-board::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--mustard-gold), transparent);
}

.timer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  align-items: center;
}

.timer-box {
  background: rgba(13, 27, 23, 0.7);
  border: 1px solid rgba(217, 164, 65, 0.25);
  border-radius: 16px;
  padding: 1.4rem 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: inset 0 2px 6px rgba(0,0,0,0.3);
}

.timer-box:hover {
  transform: translateY(-4px);
  border-color: var(--mustard-gold);
  box-shadow: 0 10px 25px rgba(217, 164, 65, 0.2), inset 0 2px 6px rgba(0,0,0,0.3);
  background: rgba(13, 27, 23, 0.9);
}

.timer-number {
  font-family: var(--font-heading);
  font-size: 4rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: -0.02em;
  text-shadow: 0 0 20px rgba(217, 164, 65, 0.6);
}

.timer-label {
  font-family: var(--font-accent);
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(248, 246, 241, 0.75);
  margin-top: 0.6rem;
  font-weight: 600;
}

/* Status Message */
.timer-status-banner {
  margin-top: 1.8rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: rgba(248, 246, 241, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  letter-spacing: 0.04em;
}

/* Notify & Action Form */
.notify-section {
  max-width: 580px;
  margin: 0 auto 3rem auto;
}

.notify-title {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  color: var(--warm-ivory);
}

.notify-desc {
  font-size: 0.9rem;
  color: rgba(248, 246, 241, 0.75);
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.notify-form {
  display: flex;
  gap: 0.6rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-gold);
  border-radius: 40px;
  padding: 0.4rem;
  backdrop-filter: blur(12px);
}

.notify-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  padding: 0.8rem 1.4rem;
  color: #FFFFFF;
  font-family: var(--font-body);
  font-size: 0.92rem;
}

.notify-input::placeholder {
  color: rgba(248, 246, 241, 0.5);
}

.notify-btn {
  background: var(--terracotta);
  border: none;
  color: #FFFFFF;
  padding: 0.8rem 1.8rem;
  border-radius: 35px;
  font-family: var(--font-accent);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.notify-btn:hover {
  background: #B2583A;
  box-shadow: 0 6px 20px rgba(199, 106, 75, 0.4);
  transform: scale(1.02);
}

.form-feedback {
  margin-top: 0.8rem;
  font-size: 0.88rem;
  color: var(--mustard-gold);
  display: none;
}

/* Feature Highlights Strip */
.features-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.2rem;
  max-width: 820px;
  margin: 0 auto;
}

.feature-pill {
  background: rgba(47, 93, 80, 0.25);
  border: 1px dashed rgba(217, 164, 65, 0.3);
  border-radius: 12px;
  padding: 1rem 0.8rem;
  text-align: center;
  transition: transform 0.2s ease;
}

.feature-pill:hover {
  transform: translateY(-2px);
  border-color: var(--mustard-gold);
}

.feature-icon {
  font-size: 1.4rem;
  color: var(--mustard-gold);
  margin-bottom: 0.4rem;
}

.feature-text {
  font-family: var(--font-accent);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--warm-ivory);
}

/* Footer */
.countdown-footer {
  position: relative;
  z-index: 10;
  padding: 2rem 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(217, 164, 65, 0.15);
  font-size: 0.82rem;
  color: rgba(248, 246, 241, 0.6);
}

.social-links {
  display: flex;
  gap: 1.2rem;
}

.social-links a {
  color: rgba(248, 246, 241, 0.7);
  font-size: 1.1rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.social-links a:hover {
  color: var(--mustard-gold);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
  .main-title {
    font-size: 2.8rem;
  }
  .timer-number {
    font-size: 2.6rem;
  }
  .countdown-board {
    padding: 1.6rem 1rem;
  }
  .timer-grid {
    gap: 0.6rem;
  }
  .timer-box {
    padding: 1rem 0.4rem;
  }
  .timer-label {
    font-size: 0.6rem;
    letter-spacing: 0.12em;
  }
  .countdown-footer {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .countdown-header {
    flex-direction: column;
    gap: 1rem;
  }
  .main-title {
    font-size: 2.2rem;
  }
  .timer-number {
    font-size: 2rem;
  }
  .notify-form {
    flex-direction: column;
    border-radius: 16px;
  }
  .notify-btn {
    width: 100%;
    justify-content: center;
  }
}
