
/* ---------------------------
   Бело-фиолетовый современный стиль с лёгким градиентом
--------------------------- */
html, body {
  height: 100%;
}
body {
  color: #1f1d2b;
  background: linear-gradient(135deg, #ffffff 0%, #f6f0ff 50%, #efe7ff 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

.navbar-transparent {
  background: transparent;
  border: 0;
  margin-bottom: 0;
  padding: 15px 0;
}
.navbar-brand.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 18px;
  color: #1f1d2b !important;
}
.navbar-brand img {
  width: 28px;
  height: 28px;
}

.page-wrap {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}
.hero {
  flex: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  margin: 10px 0 4px;
  color: #6b5ca5;
}
.hero h1 {
  font-size: 40px;
  font-weight: 800;
  margin: 0 0 10px 0;
}
.sub {
  color: #5a5874;
  font-size: 16px;
  margin-bottom: 25px;
}
.countdown {
  margin: 10px auto 20px;
  max-width: 760px;
}
.tile {
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(124,58,237,0.12);
  box-shadow: 0 10px 30px rgba(124,58,237,0.12);
  border-radius: 20px;
  padding: 18px 12px;
  margin: 8px 0;
  transition: transform .2s ease;
  backdrop-filter: blur(6px);
}
.tile:hover { transform: translateY(-2px); }
.tile .num {
  font-size: 44px;
  line-height: 1;
  font-weight: 800;
}
.tile .label {
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #6b5ca5;
}

.notify-form .form-control {
  width: 260px;
  max-width: 100%;
  border-radius: 999px;
  border: 1px solid rgba(124,58,237,.25);
  box-shadow: 0 6px 18px rgba(124,58,237,.12);
}
.btn-accent {
  background: #7c3aed;
  border: none;
  color: #fff !important;
  border-radius: 999px;
  padding: 10px 22px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(124,58,237,.35);
  transition: transform .15s ease, box-shadow .2s ease;
}
.btn-accent:hover, .btn-accent:focus {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(124,58,237,.45);
}

.link-ghost {
  color: #6b5ca5 !important;
  border-bottom: 1px dashed rgba(124,58,237,.35);
}
.link-ghost:hover {
  color: #7c3aed !important;
  text-decoration: none;
  border-bottom-color: transparent;
}

.footer {
  padding: 25px 0 35px;
  color: #6b5ca5;
}
.muted { opacity: .8; }
.mt-20 { margin-top: 20px; }

/* Thank You card */
.thankyou {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ty-card {
  max-width: 520px;
  width: 100%;
  margin-top: 60px;
  background: rgba(255,255,255,0.8);
  border: 1px solid rgba(124,58,237,0.12);
  border-radius: 24px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 14px 40px rgba(124,58,237,.18);
}

/* Helpers */
.doc .container {
  max-width: 800px;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Responsive tweaks */
@media (min-width: 768px) {
  .hero h1 { font-size: 56px; }
  .sub { font-size: 18px; }
}
