body{
  background: #FDFEFF;
  background: linear-gradient(0deg,rgba(253, 254, 255, 1) 0%, rgba(128, 218, 224, 1) 100%);
  background-size: cover;
  min-height: 100vh;
  margin: 0;
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  color: #5b2a13;
}
#logo{
  width:40%;
  margin: 0px auto;
}
#header{
  text-align: center;
  padding: 2% 0;
}
img#message{
  width:100%;
  margin:0px auto;
}
img#flowers{
  width:80%;
  margin:0px auto;
}
#comp-form{
  padding: 0;
}
p{
  font-size: 150%;
  margin: 10px 0;
}
.instant-win-form {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

/* --- Input Fields --- */
.form-group {
    margin-bottom: 10px;
    text-align: left;
}

.form-group label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    color: #5a4a42;
}

.form-group input {
    width: 100%;
    padding: 10px 20px;
    border: none;
    border-radius: 30px;
    background: #f0c3a8; /* pastel peach */
    font-size: 16px;
}

/* --- Checkbox Row --- */
.checkbox-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0 35px;
    flex-wrap: wrap;
}

.checkbox-block {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #4c3b34;
}

/* Hide the default checkbox */
.checkbox-block input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #e3b49a;
    cursor: pointer;
    position: relative;
}

/* Checked State */
.checkbox-block input[type="checkbox"]:checked {
    background: #e3b49a;
}

.checkbox-block input[type="checkbox"]:checked::after {
    content: "";
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
}

/* --- Submit Button --- */
.submit-btn {
    width: 240px;
    padding: 14px 20px;
    border: none;
    border-radius: 5px;
    background: linear-gradient(to right, #c96733, #e28f56); 
    color: white;
    letter-spacing: 4px;
    font-size: 22px;
    cursor: pointer;
    margin-bottom: 20px;
}

/* --- Legal Links --- */
.legal-links {
    font-size: 14px;
    color: #4c3b34;
    text-align: center;
}

.legal-links a {
    color: #4c3b34;
    text-decoration: none;
}

.legal-links a:hover {
    text-decoration: underline;
}
#tag{
  margin-top: 75px;
  width:100%;
  float: left;
}
#chocs{
  margin-top: 75px;
  width:100%;
}
#winner{
  width: 100%;
  padding-top: 70px
}
#pic2, #pic2{
  width:90%;
}
#discount-box{
  background-color: #fff;
  display: inline-block;
  padding: 0px 15px;
  margin: 10px 0;
}
#discount-box p{
  padding: 0;
  margin: 0;
}
#buy-btn{
  margin: 15px 0;
}
#buy-btn img{
  width:70%;
}
.note{
  font-size: 70%;
}
#sorry{
  margin: 5% 0 2%;
}
#sorry img{
  width: 100%;
}
#message{
  margin-bottom: -50px;
}
#winner-discount-box{
  background-color: #f2c9b1;
  display: inline-block;
  padding: 0px 15px;
  margin: 10px 0;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 2px;
  margin-top:100px;
}
#pack1, #pack2{
  width:120%;
  margin-top: 30px;
}
#pack2{
  float:right;
}
.entryFormField input{
  border-radius: 50px
}

/* Thorntons chocs image – optional gentle grow on hover */
#chocs {
  position: relative;
  z-index: 3; /* keep above sparkles */
  display: block;
  margin-top:150px;
}


/* Container for sparkles behind chocs */
.sparkle-burst {
  position: relative;
  display: inline-block;
}

/* Thorntons-style sparkles */
.spark {
  position: absolute;
  width: 18px;
  height: 18px;
  background: radial-gradient(circle, rgba(210,167,111,1) 0%, rgba(210,167,111,0) 60%);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  filter: blur(0.4px);
}

/* star cross */
.spark::before,
.spark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(
    to right,
    rgba(210,167,111,0) 0%,
    rgba(210,167,111,1) 50%,
    rgba(210,167,111,0) 100%
  );
  width: 100%;
  height: 2px;
  border-radius: 10px;
  opacity: 0.9;
}

.spark::after {
  transform: translate(-50%, -50%) rotate(90deg);
}


/* Occasional streak sparkles for extra premium feel */
.spark.spark--streak {
  width: 10px;
  height: 24px;
  border-radius: 50%;
  transform-origin: center;
}

@media (max-width: 768px) {
  #header{
    padding: 25px 0 50px 0;
  }
  #header img{
    width: 80%;
  }
  #flowers{
    margin-top:0 !important;
  }
  #tag{
    margin-left: 0;
  }
  #chocs{
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
    max-width: 100%;
  }
  #winner{
    width: 100%;
    padding-top: 10px
  }
  #buy-btn img{
    width:90%;
  }
  .note{
    padding: 0 3%;
  }
}