body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
   justify-content: center;
  background: radial-gradient(circle at top, #1b2b34, #0f2027);
  color: #ffffff;
}



.card {
  background: white;
  padding: 30px;
  border-radius: 20px;
  width: 340px;
  text-align: center;
}


@keyframes fade{
  from{opacity:0; transform:translateY(20px);}
  to{opacity:1; transform:translateY(0);}
}

h2{
  margin-top:0;
  color:#2c5364;
}

p{
  color:#444;
  font-size:14px;
}

.btn,button{
  display:inline-block;
  margin-top:18px;
  padding:12px 24px;
  background:linear-gradient(135deg,#ff512f,#dd2476);
  color:#fff;
  text-decoration:none;
  border:none;
  border-radius:30px;
  cursor:pointer;
  font-size:15px;
  transition:0.3s;
}

.btn:hover,button:hover{
  transform:scale(1.05);
  box-shadow:0 10px 25px rgba(0,0,0,0.3);
}

input, textarea, select {
  width: 100%;
  padding: 12px;
  margin-top: 6px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 16px;
  box-sizing: border-box;
  background: white;
}


textarea{
  resize:none;
  height:70px;
}

img{
  margin:15px 0;
  border-radius:12px;
}
 .qr{
  width:150px;
  padding:8px;
  background:#f7f7f7;
  border-radius:12px;
}
/* HERO */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1100px;
  margin: auto;
  padding: 40px 20px;
}

.hero h1 {
  font-size: 48px;
  line-height: 1.2;
}

.subtitle {
  font-size: 18px;
  max-width: 600px;
  margin: 20px 0 30px;
  color: #dcdcdc;
}

/* BUTTON */
.btn {
  display: inline-block;
  background: linear-gradient(135deg, #ff416c, #ff4b2b);
  color: white;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  width: fit-content;
}

/* SECTIONS */
.section {
  max-width: 1000px;
  margin: 80px auto;
  padding: 0 20px;
}

.section h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.section p {
  color: #e0e0e0;
  max-width: 800px;
}

/* DARK SECTION */
.section.dark {
  background: rgba(255, 255, 255, 0.06);
  padding: 50px 30px;
  border-radius: 20px;
}

/* CTA */
.cta {
  max-width: 1000px;
  margin: 100px auto;
  padding: 60px 30px;
  text-align: center;
  background: linear-gradient(135deg, #ff512f, #dd2476);
  border-radius: 30px;
}

.cta h2,
.cta p {
  color: white;
}
@media (max-width: 768px) {

  body {
    padding: 20px;
  }

  .container,
  .main,
  .row {
    flex-direction: column;
  }

  .column {
    width: 100%;
    margin-bottom: 30px;
  }

}
@media (max-width: 768px) {

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 22px;
  }

  p {
    font-size: 14px;
  }

}
@media (max-width: 768px) {

  .btn {
    width: 100%;
    text-align: center;
  }

}
.time-row {
  display: flex;
  gap: 10px;
}

.time-row input {
  flex: 2;
}

.time-row select {
  flex: 1;
}
