* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

/* ===== HERO SECTION ===== */

.hero-section {
    background: linear-gradient( 90deg, #01c2cc, #005d8f);
    padding: 80px 20px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter", sans-serif;
}

.hero-container {
    width: 100%;
    background-color: transparent;
    padding: 10px;
}

.hero-content {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  flex-wrap: wrap;
  background-color: transparent;
}

/* ===== LEFT CARD ===== */

.hero-content-left:first-child {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);

    padding: 2.5rem 2rem;
    border-radius: 2rem;

    width: 570px;
    height: 60vh;
    color: #07252b;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    height: fit-content;
    width: 50%;
}

.hero-header {
    font-size: 2.5em;
    font-weight: 700;
    color: #2d6ca2;
    line-height: 1.3;
}

.hero-header-special {
    font-size: 1.5em;
    font-weight: 800;
    color: #ffffff;
    text-transform: capitalize;
    margin-top: 0.3rem;
    line-height: 1;
}

.hero-text p {
    margin-top: 10px;
    font-size: 1.4em;
    line-height: 1.2;
    color: #09353c;
    max-width: 350px;
}

/* ===== CTA BUTTONS ===== */

.hero-cta {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.hero-cta button {
    border: none;
    outline: none;
    cursor: pointer;

    padding: 0.9rem 1.5rem;
    border-radius: 999px;

    font-size: 0.95rem;
    font-weight: 600;

    transition: all 0.3s ease;
}

/* Primary Button */

.hero-primary-cta button {
    background: white;
    color: #19a9b5;
    font-size: 1.2em;

    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.hero-primary-cta button:hover {
    transform: translateY(-2px);
    background: #f5f5f5;
}

.hero-primary-cta button:active {
    transform: translateY(-1px);
    background: #dfdddd;
}

/* Secondary Button */

.hero-secondary-cta button {
    background: transparent;
    border: 2px solid #1d7580;
    
    font-size: 1em;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    color: white;
}

.hero-secondary-cta button:hover {
    background: #1d7580;
    color: white;
    transform: translateY(-2px);
}

.hero-secondary-cta button:active {
    background: #19646e;
    color: white;
    transform: translateY(-1px);
}

/* ===== IMAGE ===== */

.hero-content-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-img {
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
}

.hero-img img {
    width: 90%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 20px;
    box-shadow: 10px 15px 20px 10px rgba(0, 0, 0, 0.3);
}

.micro-text{
    display: flex;
    flex-direction: row;
    justify-content: center;
}


.micro-text i{
    color: #0ba84a;
    background: radial-gradient(rgb(255, 255, 255), rgb(255, 255, 255), transparent,  transparent);
    border-radius: 0%;
}

.wait-list-container{
    background-color: #27cbd3;
    padding: 20px;
}

.wait-list-content{
    background-color: rgba(255, 255, 255, 0.22);
    padding: 20px 100px 20px 100px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.wait-list-content-right{
    background-color: transparent;
    padding: 20px;
    border-radius: 20px;
    max-width: 40%;
}

.wait-list-content-right-header{
    background-color: transparent;
    color: #052d62;
    font-size: 2.8em;
    font-weight: 600;
}

.wait-list-content-right-header-special{
    background-color: transparent;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

.wait-list-content-right-text{
    background-color: rgba(0, 0, 0, 0.15);
    padding: 20px;
    border-radius: 20px;
}

.wait-list-content-right-text h2{
    background-color: transparent;
    color: #052d62;
    padding-bottom: 90px;
}

.wait-list-content-right-text p{
    background-color: transparent;
    font-size: 1.2em;
}


.wait-list-content-left{
    background-color: rgba(0, 0, 0, 0.15);
    min-width: 40%;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
}

.who-im-i{
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-width: 100%;
}

.who-im-i p{
    background-color: transparent;
    font-size: 1.5em;
    color: #f8f7f2;
    font-weight: 600;
}


.who-im-i {
    max-width: 300px;
    font-family: Arial, sans-serif;
}

/* Style the select */
#role {
    padding: 10px 105px 10px 15px;
    font-size: 15px;
    border: 2px solid #ccc;
    border-radius: 8px;
    background-color: #e5fdff;
    color: #333;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23333' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5H5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}


#role:hover {
    border-color: #007bff;
}


#role:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.4);
}


#role option[disabled] {
    color: #999;
}
.form-per-role{
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.wait-list-form h2{
    color: #052d62;
    font-size: 1.9em;
    background-color: transparent;
    margin: 15px 0px 15px 0px;
}

.grid{
    background-color: transparent;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.block{
    display: flex;
    flex-direction: column;
    justify-content: right;
}

.block label{
    margin-right: auto;
    color: #f8f7f2;
    font-weight: 600;
    font-size: 1.3em;
}

.block input{
    background-color: #e5fdff;
    padding: 10px 30px 10px  10px;
    border-radius: 5px;
    border: 1px solid #052d62;
}

.wait-list-form button{
    padding:  7px 35px 7px 35px;
    margin: 20px 0px 0px 0px;
    border-radius: 10px;
    color: #27cbd3;
    font-size: 1.5em;
    font-weight: 600;
    border: none;
}

.waitlist-success  {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.waitlist-success a{
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    color: #01c2cc;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
    transition: transform .5s ease;
}

.waitlist-success a:hover{
    background-color: #ddd7d7;
    transform: translateY(-2px);
    transition: transform .5s ease;
}

.waitlist-success a:active{
    background-color: #ccc5c5;
    transform: translateY(-1px);
    transition: transform .5s ease;
}

/* =========================
   RESPONSIVE HERO SECTION
========================= */

@media (max-width: 992px) {

    .hero-content {
        flex-direction: column-reverse; /* Image goes to top */
        align-items: center;
        text-align: center;
        gap: 2rem;
    }

    .hero-content-left:first-child {
        width: 100%;
        padding: 2rem 1.5rem;
    }

    .hero-content-right {
        width: 100%;
        align-items: center;
    }

    .hero-img {
        max-width: 100%;
        display: flex;
        justify-content: center;
    }

    .hero-img img {
        width: 100%;
        max-width: 420px;
    }

    .hero-text p {
        max-width: 100%;
        margin: 15px auto 0;
    }

    .hero-cta {
        justify-content: center;
    }

    .hero-header {
        font-size: 2rem;
    }

    .hero-header-special {
        font-size: 1.3em;
    }

    .micro-text {
        justify-content: center;
        text-align: center;
    }
}


/* =========================
   MOBILE DEVICES
========================= */

@media (max-width: 576px) {

    .hero-section {
        padding: 50px 15px 20px;
    }

    .hero-content {
        gap: 1.5rem;
    }

    .hero-content-left:first-child {
        padding: 1.5rem 1rem;
        border-radius: 1.5rem;
    }

    .hero-header {
        font-size: 1.7rem;
        line-height: 1.2;
    }

    .hero-header-special {
        font-size: 1.2em;
    }

    .hero-text p {
        font-size: 1rem;
        line-height: 1.5;
    }

    .hero-cta {
        flex-direction: column;
        width: 100%;
    }

    .hero-cta button {
        width: 100%;
    }

    .hero-img img {
        max-width: 100%;
        border-radius: 15px;
    }

    .micro-text {
        font-size: 0.95rem;
        padding: 0 10px;
    }
}


/* =========================
   WAITLIST RESPONSIVE
========================= */

@media (max-width: 992px) {

    .wait-list-content {
        flex-direction: column;
        gap: 2rem;
        padding: 30px;
        align-items: center;
    }

    .wait-list-content-right,
    .wait-list-content-left {
        max-width: 100%;
        width: 100%;
    }

    .wait-list-content-right {
        text-align: center;
    }

    .wait-list-content-right-header {
        font-size: 2.2rem;
    }

    .wait-list-content-right-text h2 {
        padding-bottom: 30px;
    }

    .wait-list-content-left {
        padding: 25px 20px;
    }

    .grid {
        flex-direction: column;
        width: 100%;
    }

    .block {
        width: 100%;
    }

    .block input {
        width: 100%;
    }

    .wait-list-form button {
        width: 100%;
    }

    #role {
        width: 100%;
        max-width: 350px;
        padding-right: 45px;
    }
}


/* =========================
   MOBILE DEVICES
========================= */

@media (max-width: 576px) {

    .wait-list-container {
        padding: 15px;
    }

    .wait-list-content {
        padding: 20px 15px;
        border-radius: 15px;
    }

    .wait-list-content-right-header {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    .wait-list-content-right-text {
        padding: 15px;
    }

    .wait-list-content-right-text h2 {
        font-size: 1.3rem;
        padding-bottom: 20px;
    }

    .wait-list-content-right-text p {
        font-size: 1rem;
        line-height: 1.5;
    }

    .who-im-i p {
        font-size: 1.2rem;
        text-align: center;
    }

    .wait-list-form h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    .block label {
        font-size: 1rem;
    }

    .block input {
        padding: 12px;
        font-size: 0.95rem;
    }

    .wait-list-form button {
        font-size: 1.1rem;
        padding: 12px;
    }

    #role {
        width: 100%;
        font-size: 1rem;
        padding: 12px 45px 12px 12px;
    }

    .form-per-role {
        width: 100%;
    }

    .main-form {
        width: 100%;
    }
}
