/* =========================================================
   Dart-Events.be — Coming Soon pagina
   Losse stylesheet, enkel gebruikt door index.php (coming soon).
   Kan probleemloos verwijderd worden zodra de volledige site live gaat
   (samen met index.php zelf — zie index1.php voor de "gewone" homepage).
   ========================================================= */

.cs-wrap{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: radial-gradient(circle at 15% 15%, rgba(255,255,255,.08) 0%, rgba(255,255,255,0) 45%),
              linear-gradient(135deg, #0e2438 0%, #0f4d85 55%, #1971be 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cs-wrap::before{
  content:"";
  position:absolute;
  width: 620px; height: 620px;
  border-radius: 50%;
  border: 2px dashed rgba(255,255,255,.10);
  top: -280px; right: -220px;
}
.cs-wrap::after{
  content:"";
  position:absolute;
  width: 420px; height: 420px;
  border-radius: 50%;
  /* background: radial-gradient(circle, rgba(255,255,255,.08) 0%, rgba(255,255,255,0) 70%); */
  bottom: -220px; left: -160px;
}

.cs-topbar{
  position: relative;
  z-index: 2;
  padding: 1.75rem clamp(1rem, 4vw, 3rem) 0;
  text-align: center;  
}

.cs-topbar img{ height: 90px; justify-content: center; align-items: center;}




.cs-main{
  position: relative;
  z-index: 2;
  flex: 0.9;
  display: flex;
  align-items: center;
  padding: 2.5rem clamp(1rem, 4vw, 3rem);
}

.cs-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.25);
  padding: .4rem 1rem;
  border-radius: 50px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cs-eyebrow2{
  display: inline-flex;
  align-items: center;
  gap: .2rem;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.25);
  padding: .8rem 1rem;
  border-radius: 20px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cs-eyebrow2 .dot{
  width: 50px; height: 50px; min-width:50px;
  font-size: 2rem;
  color:#fff;
  display:flex; align-items:center; justify-content:center;
  font-weight:700;
}

.cs-title{
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  font-weight: 800;
  line-height: 1.12;
  margin: 1.1rem 0 1rem;
  color: #fff;
}
.cs-title .accent{ color: #ffd166; }

.cs-lead{
  color: #d9e8f7;
  font-size: 1.1rem;
  max-width: 560px;
  margin-bottom: 2rem;
}

/* ---- Afteltimer ---- */
.cs-countdown{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.2rem;
}
.cs-countdown .cs-box{
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
  border-radius: 16px;
  min-width: 92px;
  padding: 1.1rem .5rem;
  text-align: center;
}
.cs-countdown .cs-num{
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.cs-countdown .cs-label{
  font-size: .72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #bcd8f2;
  margin-top: .4rem;
}
.cs-countdown .cs-sep{
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 800;
  color: rgba(255,255,255,.35);
}

.cs-live-message{
  background: rgba(22,201,141,.15);
  border: 1px solid rgba(22,201,141,.4);
  border-radius: 16px;
  padding: 1.3rem 1.6rem;
  margin-bottom: 2.2rem;
  max-width: 560px;
}
.cs-live-message h3{ color:#fff; margin-bottom:.3rem; }
.cs-live-message p{ color:#d9e8f7; margin-bottom:0; }

/* ---- Nieuwsbrief ---- */
.cs-newsletter{
  max-width: 480px;
  margin-bottom: 1.8rem;
}
.cs-newsletter label{
  display:block;
  font-size: .85rem;
  font-weight: 600;
  color: #d9e8f7;
  margin-bottom: .6rem;
}
.cs-newsletter form{ display:flex; gap:0; }
.cs-newsletter input[type="email"]{
  border: none;
  border-radius: 50px 0 0 50px;
  padding: .85rem 1.3rem;
  flex: 1;
  min-width: 0;
  font-size: .95rem;
}
.cs-newsletter button{
  border: none;
  border-radius: 0 50px 50px 0;
  padding: .85rem 1.6rem;
  background: #fff;
  color: var(--de-blue, #1971be);
  font-weight: 700;
  white-space: nowrap;
  transition: background .2s ease;
}
.cs-newsletter button:hover{ background: #eaf3fb; }

/* ---- Contact / socials ---- */
.cs-meta{
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  align-items: center;
  font-size: .9rem;
  color: #cfe3f5;
  padding-top: 1rem;
}
.cs-meta a{ color: #cfe3f5; }
.cs-meta a:hover{ color: #fff; }
.cs-social a{
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: .5rem;
  transition: background .2s ease;
}
.cs-social a:hover{ background: rgba(255,255,255,.25); }

/* ---- Dartbord-visual rechts ---- */
.cs-visual{
  position: relative;
  z-index: 2;
}
.cs-target{
  width: min(320px, 70vw);
  height: min(320px, 70vw);
  margin: 0 auto;
  border-radius: 50%;
    background: url('/assets/img/dartboard.webp') center/cover no-repeat;
  /* background: repeating-radial-gradient(circle, #fff 0, #fff 10px, var(--de-blue, #1971be) 10px, var(--de-blue, #1971be) 20px, #fff 20px, #fff 30px, #d21f1f 30px, #d21f1f 40px, #fff 40px, #fff 50px, #0e2438 50px, #0e2438 60px); */
  box-shadow: 0 30px 70px rgba(0,0,0,.35);
  position: relative;
  animation: cs-float 5s ease-in-out infinite;
}
/* .cs-target::after{
  content:"";
  position:absolute; inset:0; margin:auto;
  width: 30px; height: 30px;
  background:#0e2438;
  border-radius:50%;
  border: 5px solid #fff;
} */
@keyframes cs-float{
  0%, 100%{ transform: translateY(0); }
  50%{ transform: translateY(-14px); }
}

.cs-footer{
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 1.5rem 1rem;
  font-size: .8rem;
  color: rgba(255,255,255,.55);
  border-top: 1px solid rgba(255,255,255,.1);
}

.cs-footer img{ 
  height: 90px; 
  justify-content: center; 
  align-items: center;
  padding-bottom: 1rem;}


@media (max-width: 991.98px){
  .cs-main{ text-align: center; }
  .cs-lead{ margin-left:auto; margin-right:auto; }
  .cs-countdown{ justify-content: center; }
  .cs-newsletter{ margin-left:auto; margin-right:auto; }
  .cs-newsletter form{ flex-direction: column; gap:.6rem; }
  .cs-newsletter input[type="email"], .cs-newsletter button{ border-radius: 50px; }
  .cs-meta{ justify-content: center; }
  .cs-visual{ margin-top: 2.5rem; }
}

@media (max-width: 420px){
  .cs-countdown .cs-box{ min-width: 72px; padding: .85rem .3rem; }
  .cs-countdown .cs-sep{ display:none; }
}
