html, body {
  width: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  background: #f8f9fa;
  background-image: linear-gradient(90deg, rgba(240, 240, 240, 0.5) 1px, transparent 1px),
                    linear-gradient(rgba(240, 240, 240, 0.5) 1px, transparent 1px);
  background-size: 40px 40px;
  min-height: 100vh;
  display: flex;
  flex-direction: column; /* ✅ stack main + footer vertically */
}

#timer {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
    font-family: "Ubuntu", sans-serif;
}

/* Hidden section */
.hidden {
  display: none;
}

/* Optional styling for your form container */
#hiddenContent {
  background: #fff;
  color: #000;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  width: 90%;
  max-width: 400px;
}
.video-wrapper {
  position: relative;
width: 90%;
    max-width: 400px;

  margin: 0 auto;              /* Centers horizontally */
  background: #000;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}

.video-wrapper video,
.video-wrapper iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: none;
}

.headspace h1{
  display: flex;
  justify-content: center;
  align-items: center;
    font-size: x-large;
    padding: 20px;
  margin:auto; 
  text-align: center;
  background: #ffffff;
  width:auto;
      letter-spacing: 0px;
          border-bottom: 1px solid #ccc; 
    box-shadow: 0px 3px 26px -23px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 3px 26px -23px rgba(0, 0, 0, 0.7);

}
/* ===== Form Card ===== */
.form-box {
  background: #ffffff;
  padding: 40px 50px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
 max-width: 600px;
  width: 100%;
  text-align: left;
  transition: all 0.3s ease;
  margin-left: auto;
    margin-right: auto;

  
}

/* ===== Badge ===== */
.badge {
  display: inline-block;
  background-color: #fcede8;
  color: #e25d42;
  font-weight: 900;
  font-size: 15px;
  padding: 5px 12px;
  border-radius: 20px;
   font-family: "Ubuntu", sans-serif;
  
  
}

/* ===== Headings ===== */
h1 {
  font-size: 38px;
  font-weight: 800;
  color: #111;
  margin-bottom: 12px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: bold;
  letter-spacing: -2px;
  
}

.sub {
  font-size: 17px;
  color: #1d1d1d;
  line-height: 1.5;
  margin-bottom: 28px;
  font-weight:500;
  font-style:bold;
      font-family: "Ubuntu", sans-serif;
}

/* ===== Form Fields ===== */
form {
  text-align: left;
}

label {
  display: block;
    font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #222;
}

input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 16px;
  box-sizing: border-box;
  transition: border 0.2s, box-shadow 0.2s;
}

input:focus {
  border-color: #6d6c6c;
  box-shadow: 0 0 0 3px rgba(255, 197, 77, 0.25);
  outline: none;
}

/* ===== Phone Dropdown ===== */
.iti {
  width: 100%;
}

.iti__country-list {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

/* ===== Two-Column Row ===== */
.row {
  display: flex;
  gap: 12px;
}

.row .field {
  flex: 1;
}

/* ===== Submit Button ===== */
button {
  width: 100%;
  background-color: #ffcc00;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 0.2s;
      margin-top: 20px;
          font-family: "Ubuntu", sans-serif;
}

button:hover {
  background-color: #c2c2c2;
}
.site-footer {
  background: #fafafa;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 60px;
  
}

/* Disclaimer text */
.site-footer .disclaimer {
  text-align: center;
  padding: 0px 20px;
  border-bottom: 1px solid #e6e6e6;
      font-family: "Ubuntu", sans-serif;
}

.site-footer .disclaimer p {
     margin-bottom: 20px;
  color: #444;
  font-size: 13px;
}

/* Bottom footer */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 40px;
  color: #444;
}

.footer-bottom span {
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-links a {
  color: #444;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #000;
}

.hero {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom:30px;
}

.hero h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #111;
       font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: bold;
    letter-spacing: -2px;
    text-align: center;
}

.hero p {
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
  margin: 0 0 10px;
    font-family: "Ubuntu", sans-serif;

    text-align: center;
}

.hero a {
  color: #000000;

    text-decoration-line: underline;
    text-decoration-color: #f3601d;
}

.hero .subtext {
  margin-top: 20px;
  font-size: 15px;
  color: #000000;
      font-family: "Ubuntu", sans-serif;
  
}

/* ===== Animated Arrows ===== */

.arrow{
    display: flex;
    justify-content: center;
    margin: 35px 0 35px 0;
}

@keyframes arrow-down {
    0% {
        transform: translateY(-20px) scale(.5);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        transform: translateY(20px) scale(1);
        opacity: 0
    }
}

.arrows {
    animation: arrow-down 2s infinite;
    margin: 0 25px;
}
.arrows {
  margin: 0px 0;
  display: flex;
  justify-content: center;
  gap: 18px;
}

.arrow {
  font-size: 22px;
  color: #111;
  animation: bounce 1.4s infinite;
}

.arrow:nth-child(2) {
  animation-delay: 0.2s;
}
.arrow:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

/* ===== CTA Button ===== */
.cta {
padding: 15px 30px;
    border: none;
    cursor: pointer;
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 9999px;
    background-image: linear-gradient(to bottom, #f3601d, rgb(218, 139, 47));
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 20px;
        font-family: "Ubuntu", sans-serif;
    line-height: 1.5rem;
    font-weight: 500;
    color: rgba(252, 252, 252, 1);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    transition-property: all;
    transition-timing-function: 
cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
    max-width: 350px;
    margin: auto;
}

.cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 123, 0, 0.3);
}

.arrows{
  margin: 25px 0;
  display:flex;
  justify-content:center;
  gap:24px;                 /* spacing like the image */
}

.arrow{
  font-size: 28px;          /* size like the screenshot */
  color:#1a1a1a;            /* solid black/dark */
  animation:bounce 1.4s infinite;
}

.arrow:nth-child(2){ animation-delay:.15s; }
.arrow:nth-child(3){ animation-delay:.3s; }

@keyframes bounce{
  0%,20%,50%,80%,100%{ transform:translateY(0); }
  40%{ transform:translateY(-10px); }
  60%{ transform:translateY(-6px); }
}
.ai-income-card {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  background: #f8f9fb; /* subtle light background */

}

.card-content {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  max-width: 950px;
  width: 100%;
  padding: 0;
        background-color: rgba(255, 255, 255, 0.7);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 40px;
}

/* Image */
.card-image {
  width: 45%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* Text content */
.card-text {
  padding: 40px;
  flex: 1;
  text-align: left;
   font-family: "Ubuntu", sans-serif;
}

.card-text h2 {
  font-size: 22px;
  font-weight: 700;
  color: #111;
  margin-bottom: 14px;
  letter-spacing: 0.5px;
  line-height: 1.3;
  text-transform: uppercase;
   font-family: "Ubuntu", sans-serif;
}

.card-text hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 10px 0 20px;
  width: 100%;
   font-family: "Ubuntu", sans-serif;
}

.card-text p {
  font-size: 16px;
  color: #4a4031;
  font-weight: 500;
  line-height: 1.6;
   font-family: "Ubuntu", sans-serif;
}

/* ===== Responsive (Mobile) ===== */
@media (max-width: 768px) {
  .card-content {
    flex-direction: column;
    text-align: center;
  }

  .card-image {
    width: 100%;
  }

  .card-text {
    padding: 25px 20px;
  }

  .card-text h2 {
            font-size: 16px;
  }

  .card-text p {
    font-size: 15px;
  }
}
/* ===== Responsive ===== */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 34px;
  }

  .cta {
    padding: 12px 30px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 28px;
    margin-top: -10px;
  }

  .arrow {
    font-size: 20px;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .footer-links {
    justify-content: center;
  }
}
/* ===== Responsive - Tablets ===== */
@media (max-width: 768px) {

  .form-box {
    padding: 32px 26px;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }

  h1 {
    font-size: 24px;
  }

  .sub {
    font-size: 13px;
  }

  input {
    font-size: 15px;
    padding: 11px 12px;
  }

  .row {
    flex-direction: column;
    gap: 0;
  }

  button {
    font-size: 15px;
    padding: 13px;
  }
}

/* ===== Responsive - Phones ===== */
@media (max-width: 480px) {
  .video-wrapper{

    margin-top: 10px;

    width: 100%;
    max-width: 81vw;
  }
.hero{

  max-width: 100%;
  width: 315px;
}
  .headspace p{

    padding: 7px;
  }
  .form-box {
    padding: 24px 12px;
    border-radius: 12px;
        width: 90%;
  }

  .badge {
 font-size: 15px;
    padding: 4px 10px;
  }

  h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .sub {
    font-size: 13px;
    margin-bottom: 22px;
  }

  label {
    font-size: 14px;
  }

  input {
    font-size: 14px;
    padding: 10px 12px;
  }

  button {
    font-size: 15px;
    padding: 12px;
    border-radius: 6px;
  }
}