:root {
    --primary-color: #1a1aa7;
    --secondary-color: #8fd329;
    --accent-color: #96b3f9;
    --error-color: #ff0033;
    --success-color: #8fd329;
    --text-primary: #ffffff;
    --background-primary: #000000;
    
    --transition-fast: 0.2s ease;
    --transition-medium: 0.3s ease;
    --transition-slow: 0.5s ease;
    --animation-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}



*{
    margin: auto;
    padding: 0pt;
    color: white;
    background-color: black;
    box-sizing: border-box;

}


button, input, select, textarea {
    transition: all var(--transition-medium);
}

*:focus-visible {
    outline: 3px solid var(--accent-color);
    outline-offset: 2px;
}



body{
    /* overflow-x: hidden; */
    
}
.textlogodiv{
    height: max-content;
    width: 100vw;
    position: fixed;
    /* display: flex; */
    z-index: 2;
    padding: 5px 5px !important;
    background-color: transparent;
    background-blend-mode: difference;
    
}
#textlogo{
    top: 1rem;
    /* left: 0.2rem; */
    /* margin-left: -0.8rem; */
    font-size: 40px;
    font-family: Sora;
    background-color: transparent;
    background-blend-mode: difference;
    
}
.maintitle{
    font-size: 35px;
    color: #ff0033;
    font-family: questrial;
}
#proofvideosection{
    height: 100vh;
    position: relative;
    overflow: hidden;
    width: 100vw;
    z-index: 1;
}
#proofvideo{
    position: sticky;
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* top: 0; */
    /* left: 0; */
    
}

#video1{
    height: 110%; 
    width: 100%;
    margin-top: 0.1rem;
    object-fit: cover;
    object-position: center;
}

#punchymetricssection{
    height: 700px;
    width: auto;
}
#punchymetrics{
    display: flex;
    position: sticky;
    background-color: rgb(1, 255, 62);
    
}
/* #pm1{
    width: 30%;
    border-style: solid;
    border-color: white;
    background-color: whitesmoke;
    height: 667px;
    
    } */
    #pm1head1 , #pm2head1  , #pm3head1 {
        font-family: Space Grotesk;
        font-size: 43px;
        font-weight: 400;
        background-color: rgb(1, 255, 62);
        color:black;
    }
    /* #pm1head2{
        font-family: Sora;
        font-size: 34px;
        font-weight: 400;
        background-color: #dde7fe;
        color: black;
        
        } */
        
        .pm1ul , .pm2ul2 , .pm3ul3{
            list-style-type: none;
            margin-left: 3px;
            font-weight: 400 ;
            font-family: Space Grotesk;
            margin-bottom: 4px;
            background-color:rgb(1, 255, 62);
    }
    .pm1li  , .pm2li{
        margin-top: 20px;
        font-size: 2rem;
        background-color: rgb(1, 255, 62);
        color: black;

        
    }
    .pm3li{
        margin-top: 20px;
        font-size: 36px;
        background-color: rgb(1, 255, 62);
        color: black;

    }
    
    .strong{
        background-color: rgb(1, 255, 62);
        color: black;

    }

    /* #pm2{
        width: 30%;
    border-style: solid;
    border-color: white;
    /* background-color: whitesmoke; 
    /* height: 667px;
    } */ 
    
    
    #pm1 , #pm2 , #pm3{
    width: 30%;
    margin-top: 0.5rem;
    border-style: solid; 
     border-color: black;
    height: 670px;
    background-color: rgb(1, 255, 62);
    margin-bottom: 4px;
    
}

#requestaccesssection{
    height: 40rem;
    background-color: turquoise;
}


#requestaccessdiv{
    height: auto;
    width: auto;
    background-color: transparent;
    z-index: 30;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0rem;
    /* background-color: #5686f7; */
    /* transform: translateX(-50%); */
    /* margin: 100px;    #dde7fe   */
}


#requestaccessemail{
    padding: 1.5rem;
    font-size: 1.4rem;
    height: 3.5rem;
    width: 23rem;
    /* z-index: 10; */
    margin: auto;
    background-color: rgb(0, 0, 0) !important; 
    
    text-align: inherit;
    border-color: black;
    color: white;
    border-radius: 0.5rem 0 0 0.5rem;
    font-family: Helvetica;
    border-style: none;
    
}
#requestaccessemail::placeholder{
    color: whitesmoke;
}

#requestaccessemail.hover{
    padding: 1.5rem;
    font-size: 1.4rem;
    height: 3.5rem;
    width: 23rem;
    /* z-index: 10; */
    margin: auto;
    background-color: black !important;
    text-align: inherit;
    /* border: transparent; */
    color: whitesmoke;
    border-radius: 0.5rem 0 0 0.5rem;
    font-family: Helvetica;
    border-style: solid;
    border-color: rgb(26, 26, 167);
}
#accessbtn{
    height: 100vh;
    width: 100vw;
    background-color: transparent;
    z-index: 30;
    position: absolute;
    margin: auto;
    
}

#getaccessbtn{
    font-size: 1.1rem;
    height: 3.5rem;
    width: 10rem;
    border-radius: 0 0.5rem 0.5rem 0;
    border-style: none;
    cursor: pointer;
    margin: auto;
    padding: 0.23rem;
    font-family: Sora;
    /* margin:0 354px 0 -450px ; */
    background-color: rgb(26, 26, 167);
    color: white;
    /* align-items: center; */
    position: relative;
    overflow: hidden;

}



#getaccessbtn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.6s ease;
}

#getaccessbtn:hover::before {
    left: 100%;
}

#getaccessbtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(26, 26, 167, 0.3);
}

#getaccessbtn:active {
    transform: translateY(0);
}

#getaccessbtn.loading {
    opacity: 0.8;
    cursor: not-allowed;
}

#getaccessbtn.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid transparent;
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

#getaccessbtn.success {
    background-color: var(--success-color) !important;
    color: black !important;
    animation: pulse 0.6s var(--animation-bounce);
}

#getaccessbtn.error {
    background-color: var(--error-color) !important;
    animation: shake 0.5s ease;
}




/* ADDING ENHANCED INPUT INTERACTIONS */
#requestaccessemail:focus {
    transform: scale(1.02);
    box-shadow: 0 0 0 3px rgba(143, 211, 41, 0.2);
}

#requestaccessemail.valid {
    border: 2px solid var(--success-color);
    background: rgb(0, 0, 0);
     color: rgb(1, 255, 62);
}

#requestaccessemail.invalid {
    border: 2px solid var(--error-color);
    background: rgb(0, 0, 0);
    animation: shake 0.3s ease;
    color: white;
}

#requestaccessemail::placeholder {
    transition: opacity var(--transition-medium);
}

#requestaccessemail:focus::placeholder {
    opacity: 0.7;
}



/* ADD KEYFRAME ANIMATIONS */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

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

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}




/* ADD METRICS ANIMATION ENHANCEMENTS */
.metric-card {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

.metric-card.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.metric-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.metric-card h3 {
    transition: transform var(--transition-fast);
}

.metric-card:hover h3 {
    transform: scale(1.05);
}

.metric-card li {
    transition: transform var(--transition-fast);
}

.metric-card li:hover {
    transform: translateX(10px);
}




/* ADD STATUS MESSAGE ANIMATIONS */
.status-message {
    opacity: 0;
    transform: translateY(10px);
    transition: all var(--transition-medium);
    padding: 1rem;
    border-radius: 0.5rem;
    margin-top: 0.5rem;
    font-family: 'Sora', sans-serif;
}

.status-message.show {
    opacity: 1;
    transform: translateY(0);
}

.status-message.success {
    background: rgba(143, 211, 41, 0.1);
    color: var(--success-color);
    border: 1px solid var(--success-color);
}

.status-message.error {
    background: rgba(255, 0, 51, 0.1);
    color: var(--error-color);
    border: 1px solid var(--error-color);
}



/* ADD ACCESSIBILITY - REDUCED MOTION */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}






#accessbenefitdiv{
    /* margin: auto; */
    height: 10rem;
    width: 50rem;
    top: 36%;
    left: 23%;
    color: rgb(26, 26, 167);
    font-size: 2rem;
    background-color: transparent;
    position: absolute;
    text-align: center;
}
#accessbenefitinfo{
    background-color: transparent;
    color: white;
    font-weight: 600;
    font-family: space grotesk;
    color: #96b3f9;
    
}
#accessbenefitsubinfo{
    background-color: transparent;
    margin-top: 2rem;
    font-weight: 300;
    font-family: space grotesk;
    
    
}
.accessbenifitmarked1 , .accessbenifitmarked2{
    background-color:transparent;
    color: white;
    /* text-shadow: -2px -2px 0 #000,
                  2px -2px 0 #000,
                 -2px 2px 0 #000,
                  2px 2px 0 #000; */

    /* -webkit-text-stroke: 2px black; */
    /* -webkit-text-fill-color: rgb(143, 211, 41); */
    /* text-shadow: 2px; */
    color:rgb(1, 255, 62);
}
 
/* .accessbenifitmarked1::before {
    content: "YOUR 18-MONTHS ULTIMATE PASS";
    position: absolute;
    top: 30px;
    left: 123px;
    color: transparent; 
    -webkit-text-stroke: 0.25rem black;
    z-index: -1; 
    
} 


.accessbenifitmarked2::before {
    content: "Request access and it's your's free on launch"; 
    
    position: absolute;
    top: 111px;
    left: 157px;
    color: transparent; 
    
    -webkit-text-stroke: 0.25rem black; 
    
    z-index: -1;
     
}  */



#footer{
    height: 300px;
    width: auto;
    margin-left: 1.2rem;
    /* background-color: white; */
}

#footertitle{
    font-family: Space Grotesk;
    color: white;
    font-size: 3rem;
}
/* .footerpartition{
    color: #3268f0;
} */
#email-address{
    height: 3rem;
    width: auto;
}
.emaildiv{
    font-size: 1.2rem;
    color: #dde7fe;
    height: 3rem;
    width: auto;
    font-family: Sora;
    margin:0.2rem 0 0 1.2rem;
    display: inline-block;
   
}

#address{
    font-size: 20px;
    color: #dde7fe;
    margin: 0.19px 0 0 1.2rem;
    font-family: Sora;
    
}
#addressdiv{
    height: 2.5rem;
    width: fit-content;
    margin-left: 50rem;
    display: inline-block;

}
#mark3 , #mark1 , .mark2{
  background-color: rgb(1, 255, 62);
  color: black;
  /* color: #000000; Black text for contrast */
  /* padding: 0.2em; Optional padding for better spacing */
}























































































/* ===== UNIVERSAL FLUID SYSTEM FOR YOUR DESIGN ===== */
:root {
    /* Fluid sizing that matches your design */
    --logo-size: clamp(24px, 4.5vw, 40px);
    --hero-title: clamp(1.3rem, 5vw, 2rem);
    --hero-subtitle: clamp(0.9rem, 3vw, 1.4rem);
    --metrics-title: clamp(28px, 4.2vw, 43px);
    --metrics-text: clamp(1rem, 2.8vw, 2rem);
    --metrics-small: clamp(22px, 3.8vw, 36px);
    --footer-title: clamp(2rem, 5vw, 3rem);
    
    /* Form sizing */
    --input-height: clamp(3rem, 4.5vw, 3.5rem);
    --input-font: clamp(1rem, 2.5vw, 1.4rem);
    --btn-font: clamp(0.9rem, 2.2vw, 1.1rem);
    --btn-width: clamp(8rem, 18vw, 10rem);
    
    /* Container widths */
    --hero-width: clamp(90vw, 85vw, 50rem);
    --form-width: clamp(41vw, 80vw, 33rem);
    --metrics-gap: clamp(0.5rem, 2vw, 1.5rem);
    --metrics-padding: clamp(1rem, 3vw, 2rem);
    --metrics-height: clamp(400px, 55vw, 670px);
}

/* ===== APPLY TO YOUR EXACT ELEMENTS ===== */

/* Logo */
.textlogodiv {
    height: clamp(3rem, 5vw, 4rem);
    position: fixed;
    z-index: 2;
    background-color: transparent;
    background-blend-mode: difference;
    padding: 0 clamp(0.5rem, 3vw, 1rem);
}

#textlogo {
    font-size: var(--logo-size);
    font-family: Sora;
    background-color: transparent;
    background-blend-mode: difference;
}

/* Main title */
.maintitle {
    font-size: clamp(24px, 4.5vw, 35px);
    color: #ff0033;
    font-family: questrial;
}

/* Video section - keep exactly as is */
#proofvideosection {
    height: 100vh;
    position: relative;
    overflow: hidden;
    width: 100vw;
    z-index: 1;
}

#proofvideo {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#video1 {
    height: 110%;
    width: 100%;
    margin-top: 0.1rem;
    object-fit: cover;
    object-position: center;
}

/* Hero content */
#accessbenefitdiv {
    height: auto;
    width: var(--hero-width);
    top: 36%;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(26, 26, 167);
    background-color: transparent;
    position: absolute;
    text-align: center;
}

#accessbenefitinfo {
    background-color: transparent;
    color: white;
    font-weight: 600;
    font-family: space grotesk;
    color: #96b3f9;
    font-size: var(--hero-title);
}

#accessbenefitsubinfo {
    background-color: transparent;
    margin-top: 2rem;
    font-weight: 300;
    font-family: space grotesk;
    font-size: var(--hero-subtitle);
}

/* Form section */
#requestaccessdiv {
    height: auto;
    width: var(--form-width);
    background-color: transparent;
    z-index: 30;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0;
}

#requestaccessemail {
    padding: clamp(0.8rem, 2vw, 1.5rem);
    font-size: var(--input-font);
    height: var(--input-height);
    width: clamp(18rem, 60vw, 23rem);
    margin: auto;
    background-color: white;
    text-align: inherit;
    border-color: black;
    color: black;
    border-radius: 0.5rem 0 0 0.5rem;
    font-family: Helvetica;
    border-style: none;
}

#getaccessbtn {
    font-size: var(--btn-font);
    height: var(--input-height);
    width: var(--btn-width);
    border-radius: 0 0.5rem 0.5rem 0;
    border-style: none;
    cursor: pointer;
    margin: auto;
    padding: clamp(0.2rem, 1vw, 0.23rem);
    font-family: Sora;
    background-color: rgb(26, 26, 167);
    color: white;
}

/* Metrics section */
#punchymetricssection {
    height: auto;
    min-height: 500px;
    width: auto;
    padding: var(--metrics-padding) 0;
}

#punchymetrics {
    display: flex;
    background-color: rgb(1, 255, 62);
    gap: var(--metrics-gap);
    padding: 0 var(--metrics-gap);
    flex-wrap: wrap;
}

#pm1, #pm2, #pm3 {
    flex: 1;
    min-width: clamp(280px, 30vw, 400px);
    margin-top: 0.5rem;
    border-style: solid;
    border-color: black;
    height: var(--metrics-height);
    background-color: rgb(1, 255, 62);
    margin-bottom: 4px;
    padding: var(--metrics-padding);
    box-sizing: border-box;
}

#pm1head1, #pm2head1, #pm3head1 {
    font-family: Space Grotesk;
    font-size: var(--metrics-title);
    font-weight: 400;
    background-color: rgb(1, 255, 62);
    color: black;
    margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

.pm1ul, .pm2ul2, .pm3ul3 {
    list-style-type: none;
    margin-left: 3px;
    font-weight: 400;
    font-family: Space Grotesk;
    margin-bottom: 4px;
    background-color:rgb(1, 255, 62);
}

.pm1li, .pm2li {
    margin-top: clamp(12px, 2.5vw, 20px);
    font-size: var(--metrics-text);
    background-color: rgb(1, 255, 62);
    color: black;
    line-height: 1.3;
}

.pm3li {
    margin-top: clamp(12px, 2.5vw, 20px);
    font-size: var(--metrics-small);
    background-color: rgb(1, 255, 62);
    color: black;
    line-height: 1.3;
}

/* Footer */
#footer {
    height: auto;
    width: auto;
    margin-left: clamp(0.8rem, 2.5vw, 1.2rem);
    padding: clamp(2rem, 4vw, 3rem) 0;
}

#footertitle {
    font-family: Space Grotesk;
    color: white;
    font-size: var(--footer-title);
}

.emaildiv {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    color: #dde7fe;
    height: 3rem;
    width: auto;
    font-family: Sora;
    margin: 0.2rem 0 0 clamp(0.8rem, 2.5vw, 1.2rem);
    display: inline-block;
}

/* Responsive stacking for mobile */
@media (max-width: 768px) {
    #punchymetrics {
        flex-direction: column;
    }
    
    #pm1, #pm2, #pm3 {
        width: 100%;
        min-width: auto;
    }
    
    #requestaccessdiv {
        flex-direction: column;
        gap: 0.8rem;
        width: 95vw;
    }
    
    #requestaccessemail {
        width: 100%;
        border-radius: 0.5rem;
    }
    
    #getaccessbtn {
        width: 100%;
        border-radius: 0.5rem;
    }
    
    #accessbenefitdiv {
        width: 95vw;
        top: 30%;
    }
}

/* Landscape mobile fix */
@media (max-width: 896px) and (orientation: landscape) and (max-height: 414px) {
    #accessbenefitdiv {
        top: 20%;
    }
    
    #requestaccessdiv {
        top: 70%;
        flex-direction: row;
        gap: 0;
    }
    
    #requestaccessemail {
        border-radius: 0.5rem 0 0 0.5rem;
        
    }
    
    #getaccessbtn {
        border-radius: 0 0.5rem 0.5rem 0;
    }
}



























































/* ===== SUGGESTION SECTION ===== */
#suggestionsection {
    background-color: black;
    padding: 4rem 2rem;
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

section#suggestionsection {
    margin-top: 7rem;
}

.suggestion-container {
    max-width: 600px;
    width: 100%;
    background-color: black;
    text-align: center;
}

#suggestiontitle {
    font-family: 'Space Grotesk', sans-serif;
    color: white;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    background-color: black;
}

#suggestionsubtitle {
    font-family: 'Sora', sans-serif;
    color: #dde7fe;
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
    background-color: black;
    opacity: 0.9;
}

.suggestion-form {
    background-color: black;
    text-align: left;
}

.form-group {
    margin-bottom: 1.5rem;
    background-color: black;
}

.form-group label {
    display: block;
    font-family: 'Sora', sans-serif;
    color: white;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    background-color: black;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    font-family: 'Sora', sans-serif;
    background-color: #1a1a1a;
    color: white;
    border: 2px solid #333;
    border-radius: 0.5rem;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: rgb(1, 255, 62);
    background-color: #222;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #888;
    opacity: 1;
}

.form-group select {
    cursor: pointer;
}

.form-group select option {
    background-color: #1a1a1a;
    color: white;
    padding: 0.5rem;
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
    max-height: 200px;
    line-height: 1.5;
}

.char-counter {
    text-align: right;
    font-size: 0.8rem;
    color: #888;
    font-family: Sora;
    margin-top: 0.3rem;
    background-color: black;
}

.char-counter.warning {
    color: #ff9500;
}

.char-counter.danger {
    color: #ff0033;
}

#submitsuggestion {
    width: 100%;
    padding: 1rem;
    font-size: 1.1rem;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    background-color: rgb(26, 26, 167);
    color: white;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

#submitsuggestion:hover {
    background-color: rgb(34, 34, 200);
    transform: translateY(-2px);
}

#submitsuggestion:active {
    transform: translateY(0);
}

#submitsuggestion:disabled {
    background-color: #555;
    cursor: not-allowed;
    transform: none;
}

#submitsuggestion.loading {
    opacity: 0.7;
    cursor: not-allowed;
}

#submitsuggestion.success {
    background-color: rgb(1, 255, 62);
    color: black;
}

#submitsuggestion.error {
    background-color: #ff0033;
    animation: shake 0.5s ease;
}

.status-message {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 0.5rem;
    font-family: 'Sora', sans-serif;
    font-size: 0.95rem;
    text-align: center;
}

.status-message.success {
    background-color: rgba(143, 211, 41, 0.1);
    color: rgb(1, 255, 62);
    border: 1px solid rgb(1, 255, 62);
}

.status-message.error {
    background-color: rgba(255, 0, 51, 0.1);
    color: #ff0033;
    border: 1px solid #ff0033;
}

/* ===== UPDATED FOOTER ===== */
#footer {
    background-color: black;
    padding: 2rem;
    border-top: 1px solid #333;
    height: 7rem;
}

.footer-info {
    display: flex;
    justify-content: space-between;
    align-items: start;
    max-width: 600px;
    margin: 0 auto;
    background-color: black;
}

.contact-info,
.company-info {
    background-color: black;
}

.footer-info h4 {
    font-family: 'Space Grotesk', sans-serif;
    color: white;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    background-color: black;
}

.company-info p {
    font-family: 'Sora', sans-serif;
    color: #dde7fe;
    font-size: 0.9rem;
    margin: 0;
    background-color: black;
}

.emaildiv {
    font-family: 'Sora', sans-serif;
    color: #dde7fe;
    font-size: 1rem;
    background-color: black;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
    #suggestionsection {
        padding: 2rem 1rem;
    }
    
    .suggestion-container {
        max-width: 100%;
    }
    
    #suggestiontitle {
        font-size: 2rem;
    }
    
    #suggestionsubtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 0.7rem;
        font-size: 0.95rem;
    }
    
    #submitsuggestion {
        padding: 0.8rem;
        font-size: 1rem;
    }
    
    .footer-info {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }
}

@media (max-width: 480px) {
    #suggestionsection {
        padding: 2rem 0.5rem;
    }
    
    #suggestiontitle {
        font-size: 1.8rem;
    }
    
    .form-group {
        margin-bottom: 1.2rem;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 0.6rem;
        font-size: 0.9rem;
    }
}

/* ===== ANIMATIONS ===== */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

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

.status-message {
    animation: fadeIn 0.3s ease;
}











/* Enhanced CSS to work with JavaScript responsive system */
:root {
    /* Default values - will be overridden by JavaScript */
    --logo-height: 64px;
    --logo-font-size: 40px;
    --hero-title-size: 35px;
    --hero-subtitle-size: 22px;
    --input-height: 56px;
    --input-font-size: 22px;
    --metrics-title-size: 43px;
    --metrics-text-size: 32px;
    --base-spacing: 32px;
    --device: desktop;
}

/* Ensure smooth transitions */
* {
    transition: font-size 0.2s ease, padding 0.2s ease, margin 0.2s ease;
}

/* Prevent layout shift during resize */
.textlogodiv,
#accessbenefitdiv,
#requestaccessdiv,
#punchymetrics {
    will-change: transform;
}

/* Ensure proper box-sizing */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Fix for iOS Safari viewport issues */
@supports (-webkit-touch-callout: none) {
    #proofvideosection {
        height: calc(var(--vh, 1vh) * 100);
    }
}

/* Prevent zoom on input focus (iOS) */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"] {
        font-size: 16px !important;
    }
}

/* Landscape mobile specific fixes */
@media screen and (orientation: landscape) and (max-height: 500px) {
    #accessbenefitdiv {
        top: 20% !important;
    }
    
    #requestaccessdiv {
        top: 65% !important;
    }
}

#getaccessbtn{
    padding: 3px 6px !important;
}
.emaildiv{
    margin: 0.2rem 0 0 0.2rem !important;
}
.textlogodiv{
    width: 100vw !important;
}