body {
    font-family: 'Afacad', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
}
#why-choose-us {
    scroll-margin-top: 50px;
}  
.main-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: -70px;
}
.background-banner {
    position: relative;
    width: 100%;
    height: 68%;
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 120px;
    color: white;
    text-align: center;
    transition: background-image 1s ease-in-out;
    overflow: hidden;
    z-index: 1;
}
.background-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0537636b; 
    z-index: 1;
}
.background-banner > * {
    position: relative;
    z-index: 2;
}

.why-keyintermediates {
    font-family: 'Afacad', sans-serif;
    padding: 20px;
    background: white;
    position: relative;
}

.why-keyintermediates .content-wrapper {
    max-width: 1350px;
    margin: 0 auto;
    position: relative;
}

.why-keyintermediates .section-title {
    font-size: clamp(2.4rem, 5vw, 3.5rem);
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
    color: #1a1a1a;
    letter-spacing: -0.02em;
}

.why-keyintermediates .text-span {
    color: #053763;
}

.why-keyintermediates .section-subtitle {
    font-size: clamp(1.2rem, 3vw, 2rem);
    font-weight: 500;
    text-align: center;
    color: #666;
    margin-bottom: 16px;
}

.why-keyintermediates .highlight-stat {
    color: #053763;
    font-weight: 600;
}

.why-keyintermediates .section-description {
    font-size: clamp(1rem, 2vw, 1.2rem);
    text-align: center;
    color: #888;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.why-keyintermediates .cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 40px;
    margin-top: 40px;
    padding: 0 20px;
}

.why-keyintermediates .feature-card {
    
    background: white;
    border-radius: 8px;
    padding: 25px;
    border: 1px solid #f0f0f0;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.why-keyintermediates .feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    border-color: #e0e0e0;
}

.why-keyintermediates .feature-card .icon {
    width: 50px;
    height: 45px;
    margin-bottom: 24px;
    background: #f8f9fa;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
}

.feature-card:hover {
    color: #fff;
    background-color: #003374e8; 
}
.feature-card .icon {
    font-size: 26px;
    color: #0f4386;
    margin-bottom: 5px;
}
.feature-card:hover .icon img {
  filter: brightness(0) invert(1);
}

.feature-card:hover .feature-title,
.feature-card:hover .feature-description {
    color: #fff;
}

.feature-card:hover .icon{
     color: #0f4386;
}

/* .why-keyintermediates .feature-card:hover .icon {
    background: #053763;
    color: white;
} */

.why-keyintermediates .feature-title {
    font-size: 1.65rem;
    font-weight: 600;
    color: #373636;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

.why-keyintermediates .feature-description {
    font-size: 1rem;
    color: #373636;
    line-height: 1.6;
}
.cta-header {
    font-family: Afacad;
    line-height: 1;
    font-size: 3.1rem;
    font-weight: 500;
    color: #ffffff;
    padding-top: 7.2rem;
    margin-bottom: 1rem;
}
.cta-sub-header {
    font-family: Afacad;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 0.5rem;
}
.cta {
    background: 
        linear-gradient(to bottom, rgb(0 0 0 / 50%) 80%, #0b2d50 100%), 
        url('/images/phormulations/formulations-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 82px;
    text-align: center;
    box-shadow: inset 0px 1px 4px 0px #00000010;
    font-family: 'Afacad', sans-serif;
    position: relative;
    z-index: 1;
}
.cta-heading {
    font-size: 2.2rem;
    font-weight: 600;
    color: #cfedfb;
    margin-top: 0px;
    margin-bottom: 10px;
}
.cta-description {
    color: #e8ebea;
    font-size: 20px;
    font-weight: 400;
    margin: 0px 0px 30px;
}
.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}
.cta-btn.unified {
    padding: 12px 28px;
    border-radius: 100px;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    color: #fff;
    background-color: #053763;
    border: 2px solid transparent;
    transition: all 0.3s ease, transform 0.3s ease;
}
.cta-btn.unified:hover {
    background-color: #ddf4ff;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cta-btn.unified.outline {
    background-color: transparent;
    color: #ddf4ff;
    border: 2px solid #ddf4ff;
}
.cta-btn.unified.outline:hover {
    background-color: transparent;
    transform: translateY(-2px);
}
.dots-container {
    margin: 14px;
    text-align: center;}
.dot {
    background: #cfedfb;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}
.dot.active {
    background-color: #053763;
}
.text-span {
    color: #053763;
}
.cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2em;
    margin: 40px 0;
}
.card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 24em;
}

.action-buttons {
    gap: 30px;
    padding: 1rem 2rem 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.action-text {
    margin: 0px;
    color: #1d1d1d;
    font-size: 1.4rem;
}
.products {
    margin-top: 1rem;
    font-family: 'Afacad', sans-serif;
    padding: 2rem 2.4rem 4rem;
    position: relative;
    text-align: center;
    background: #eceff5;
    z-index: 1;
    scroll-margin-top: 20px;
}
.products-content {
    display: flex;
    justify-content: center;
    padding: 0px;
    flex-wrap: wrap;
    gap: 20px;
}.products-content {
    display: flex;
    justify-content: center;
    padding: 0px;
    flex-wrap: wrap;
    gap: 20px;
}
.lhs {
    width: 100%;
    display: flex;
    justify-content: center;
}
.lhs ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    justify-content: center;
}
.lhs li {
    background: white;
    border-radius: 16px;
    padding: 24px 20px;
    width: 282px;
    box-shadow: 0px 1px 4px 0px #00000040;
    border-bottom: 5px solid #053763;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
}
.lhs li:hover {
    transform: translateY(-6px);
    box-shadow: 0px 1px 4px 0px #00000040;
}
.icon-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.icon-heading .icon {
    font-size: 24px;
    color: #eceff5;
    background: #053763;
    padding: 14px;
    border-radius: 12px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.lhs li strong {
    font-size: 20px;
    color: #3c6da2;
    font-weight: 600;
}
.icon-text p,
.lhs li p {
    margin: 0;
    font-size: 15px;
    color: #333;
    line-height: 1.5;
} 
.lhs li p {
    margin-bottom: 15px;
}
.feature-block {
    margin-top: 10px;
    margin-bottom: 15px;
}
.feature-block strong {
    display: block;
    margin-bottom: 6px;
    color: #053763;
}
.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex !important;
    gap: 8px !important;
}
.feature-list li {
    margin-bottom: 6px;
    display: flex;
    align-items: flex-start;
    box-shadow: none;
    border: none;
    padding: 0px;
    margin-bottom: 0px;
}
.feature-list li:hover {
    box-shadow: none;
    border: none;
    transform: translateY(0px);
}
.feature-arrow {
    margin-right: 8px;
    color: #053763;
    font-weight: bold;
}
.banner-action-buttons {
    gap: 8px;
    padding: 1rem 0rem 0rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.trial-banner-btn {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0px;
    padding: 10px 30px;
    background-color: #FFFFFF;
    color: #053763;
    border: 1px solid #053763;
    box-shadow: inset 0px 4px 4px 0px #00000040;
}
.demo-banner-btn {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0px;
    padding: 10px 15px;
    background-color: #053763;
    color: #fff;
    border: 1px solid #053763;
    box-shadow: inset 0px 4px 4px 0px #00000040;
}
.button-content-wrap {
    display: inline-flex;
    align-items: center;
    padding: 10px 28px;
    text-decoration: none;
    background: #e8ebea;
    color: #053763;
    font-weight: 500;
    font-size: 16px;
    border-radius: 50px;
    cursor: pointer;
    border: 1.5px solid #053763;
    transition: background 0.4s ease, transform 0.4s ease;
    perspective: 1000px;
    box-shadow: 0 8px 20px #1c64c64d;
}
.button-content-wrap:hover {
    background: white;
    transform: scale(1.05);
}
.button-arrow-wrap {
    position: relative;
    width: 28px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1); 
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: transform 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button-content-wrap:hover .button-arrow-wrap {
    transform: translateX(8px) scale(1.15);
}
.button-icon svg {
    width: 22px;
    height: 22px;
    stroke: #053763;
    transition: d 0.4s ease;
}
.arrow-default {
    display: block;
}
.arrow-hover {
    display: none;
}
.button-content-wrap:hover .arrow-default {
    display: none;
}
.button-content-wrap:hover .arrow-hover {
    display: block;
}
.btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    margin: 0 10px 10px 0;
}
.free-trial-btn {
    margin: 0px;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 10px 60px;
    background-color: #FFFFFF;
    color: #053763;
    border: 1px solid #053763;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.request-demo-btn {
    margin: 0px;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 10px 45px;
    background-color: #053763;
    color: #fff;
    border: 1px solid #053763;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.who-for {
    font-family: Afacad;
    height: 35em;
    padding: 10px 0px 40px;
    border-radius: 8px;
    text-align: center;
    scroll-margin-top: 40px;
}
.scroll-wrapper {
    position: relative;
    width: 100%;
    scroll-behavior: smooth;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
}
.scroll-cards-container {
    display: flex;
    gap: 2.5em;
    animation: scroll-left 15s linear infinite;
    width: max-content;
    padding: 40px 0px;
}
.scroll-feature-card {
    width: 19em;
    height: 18em;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    flex: 0 0 300px;
    justify-content: center;
    text-align: center;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    background: #e1f1fd;
    transition: all 0.3s ease;
    box-shadow: 0px 1px 4px 0px #00000040;
    cursor: pointer;
    margin-right: 16px;
    scroll-snap-align: start;
}  
.scroll-feature-card:hover {
    color: #fff;
    border-color: #053763;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
}  
.scroll-feature-card .icon {
    font-size: 26px;
    padding: 15px;
    border-radius: 8px;
    color: #053763;
    border: 2px solid #053763;
    margin-bottom: 5px;
}  
.scroll-feature-card:hover .feature-title,
.scroll-feature-card:hover .feature-description {
    color: #fff;
}  
.scroll-feature-title {
    color: #053763;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 2px;
}  
.scroll-feature-description {
    margin: 0px;
    color: #373636;
    font-size: 22px;
}
.scroll-wrapper:hover .scroll-cards-container {
    animation-play-state: paused;
}
.scroll-feature-card.center-highlight {
    background: #fff;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
    transform: scale(1.07);
    z-index: 2;
    transition: all 0.3s ease;
}    
.section-title {
    font-family: Afacad;
    margin-top: 24px;
    margin-bottom: 0px;
    font-size: 2.5rem;
    font-weight: 600;
    background: linear-gradient(180deg, #053763, #4c81b8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; 
    color: transparent;
    text-align: center;
}
.section-subtitle {
    font-family: Afacad;
    margin-top: 10px;
    margin-bottom: 2px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #053763;
    text-align: center;
}
.section-description {
    color: #7f7f7f;
    font-size: 20px;
    font-weight: 400;
    margin: 0 auto 40px;
}
.what-sets-apart {
    font-family: Afacad, sans-serif;
    padding: 1rem 35px 55px;
    position: relative;
    text-align: center;
    background: #e8ebea57;
    scroll-margin-top: 55px;
}

.what-sets-apart > .section-description {
    text-align: center;
    color: #7f7f7f;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.values-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 30px;
    margin-top: 2rem;
}

.value-box {
    background: linear-gradient(180deg, #e8f0f7, #eff4f9);
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(28, 100, 198, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
    border: 1px solid #e4f0ff;
}

.value-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px #1c64c61f;
}

.image-wrapper {
    flex: 0 0 300px; /* Fixed width */
    height: 100%;
    overflow: hidden;
    position: relative;
    border-right: 1px solid #dceeff;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.value-box:hover > .image-wrapper img {
    transform: scale(1.05);
}

.value-content {
    padding: 1.4rem 1.2rem 1.8rem;
    text-align: left;
    flex-grow: 1;
}

.value-content h3 {
    color: #053763;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
}

.value-content p {
    color: #333;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}
.faq {
    font-family: Afacad;
    height: auto;
    padding: 0rem 7.2rem 3.5rem;
    position: relative;
    text-align: center;
    background: #fff;
    scroll-margin-top: 85px;
}
.faq > .section-title {
    color: #053763;
    margin: 1rem 1.2rem 0rem 1rem;
}
.faq > .section-description {
    text-align: center;
    margin: 0.5rem 1.2rem 1rem 1rem;
}
.faq-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}  
.faq-item {
    cursor: pointer;
    border-radius: 8px;
    padding: 1rem 1.2rem;
    border: 1px solid #053763;
}  
.faq-question {
    cursor: pointer;
    color: #666666;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}  
.faq-answer {
    margin-top: 0.75rem;
    display: none;
    font-size: 18px;
    color: #333;
    padding: 10px 0px;
    border-top: 1px solid #c4c4c4;
}  
.faq-answer p {
    margin: 0px;
    padding-left: 6px;
    text-align: left;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.modal-overlay.hidden {
    display: none;
}
.modal-content {
    background: #fff;
    padding: 2rem;
    width: 90%;
    max-width: 500px;
    border-radius: 8px;
    position: relative;
    font-family: 'Afacad', sans-serif;
}
.modal-content h2 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color: #e50914;
}
.modal-content input[type="text"],
.modal-content input[type="email"] {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.permission-input {
  margin: 10px auto;
}
#checkbox,#checkboxCosmi {
    margin: 0;
    cursor: pointer;
    margin-right: 8px;
    width: 16px;  
    height: 16px;
    border: 1px solid #a4a1a1;
    border-radius: 4px;
    appearance: none; 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#checkbox,#checkboxCosmi:checked {
    background-color: #e50914;
    border-color: #e50914;
}
#checkbox,#checkboxCosmi:checked::before {
    content: "✔";
    color: white;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#checkbox,#modalCheckbox {
    margin: 0;
    cursor: pointer;
    margin-right: 8px;
    width: 16px;  
    height: 16px;
    border: 1px solid #a4a1a1;
    border-radius: 4px;
    appearance: none; 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#checkbox,#modalCheckbox:checked {
    background-color: #e50914;
    border-color: #e50914;
}
#checkbox,#modalCheckbox:checked::before {
    content: "✔";
    color: white;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-input {
    color: #4f4c4c;
    margin: 10px 0px;
    display: flex;
    align-items: center;
}
.submit-btn {
    width: 100%;
    padding: 12px;
    background-color: #e50914;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.close-button {
    position: absolute;
    top: 14px;
    right: 22px;
    font-size: 1.5rem;
    cursor: pointer;
    color: #333;
}
.thank-you-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    background-color: var(--background);
}
.thank-you-content {
    background-color:var(--background);
    border: 1px solid #fff;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: var(--box-shadow);
    max-width: 500px;
    text-align: center;
}
.thank-you-content h1 {
    color: var(--primary-color);
    font-size: 2.5rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
.thank-you-content p {
    color: #000;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}
.thank-you-content h3 {
    color: var(--primary-color);
    cursor: pointer;
}
@keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
}


@media (max-width: 768px) {
    .background-banner {
        padding: 0;
        object-fit: contain;
        max-height: 28rem;
        margin-bottom: 5px;
    }
    .mobile-hide-br {
        display: none;
    }
    .cta-header {
        font-size: 6vw;
        margin-top: 7em;
        margin-bottom: 0px;
        padding: 0px 10px 10px;
    }
    .cta-sub-header {
        font-size: 3.5vw;
        padding: 5px 25px;
        margin-bottom: 20px;
    }
    .why-tradenutra {
        height: 9em;
        padding: 10px 30px 30px;
    }
    .who-for {
        padding: 40px;
        height: 75em;
    }
    .how-it-works {
        padding: 40px;
        height: 69em;
    }
    .faq {
        height: auto;
        padding: 1.25rem 2.5rem 2rem;
        text-align: center;
    }
    .faq > .section-title {
        margin: 0px;
    }
    .faq-container {
        gap: 1rem;
    }
    .faq-item {
        padding: 1rem;
        border-radius: 8px;
    }
    .faq-question {
        font-size: 0.9rem;
    }
    .faq-answer {
        font-size: 0.95rem;
        padding: 0.75rem 0 0;
        margin-top: 0.5rem;
        border-top: 1px solid #c4c4c4;
        text-align: left;
    }
    .faq-answer p {
        padding-left: 0;
    }
    .how-it-works > .action-buttons {
        margin: 2.25rem 0rem;
        justify-content: left;
    }
    .section-title {
        font-size: 30px;
    }
    .section-subtitle {
        font-size: 16px;
        margin-bottom: 10px;
    }
   .how-it-works > .section-title {
        margin: 0 1.2rem 0 1.5rem;
    }
    .section-description,
    .who-for > .section-description,
    .how-it-works > .section-description {
        font-size: 1rem;
        margin: 0 auto 20px;
    }
    .why-cosmitrade-text p {
        font-size: 14px;
    }
    .features-list li {
        font-size: 16px;
    }
    .why-cosmitrade-content,
    .who-for-content,
    .how-it-works-content {
        display: block;
        padding: 0px;
    }
    .why-cosmitrade-image img,
    .who-for-image img,
    .how-it-works img {
        max-width: 350px;
    }
    .why-keyintermediates,
    .who-for,
    .how-it-works,
    .what-makes-different,
    .contact {
        padding: 26px 40px;
        height: auto;
    }
    .what-sets-apart {
        padding: 1.5rem 1rem 3rem;
        border-radius: 10px;
    }
    .action-text {
        font-size: 18px;
        text-align: center;
        margin: 10px;
    }
    .action-buttons.section-one {
        margin-top: 1.5rem;
    }
    .action-buttons.section-two {
        margin: 58rem 0 0 0;
        justify-content: center;
    }
    .action-buttons.section-three {
        padding: 0px;
        margin: 2rem 0;
        justify-content: center;
    }
    .action-buttons.section-four{
        margin: 2rem 0 0 2rem;
    }
    .free-trial-btn {
        padding: 8px 36px;
    }
     .feature-card {
        height: 15em;
    }
    .request-demo-btn {
        padding: 8px 20px;
    }
    .contact-header {
        font-size: 22px;
    }
    .contact-sub-heading {
        font-size: 14px;
        margin: 0px;
    }
    .cta {
        padding: 2.5rem 1.2rem;
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    .cta-heading {
        font-size: 1.6rem;
        margin-bottom: 1.5rem;
    }
    .cta-buttons {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
    .cta-btn.unified {
        width: 100%;
        max-width: 280px;
        font-size: 1rem;
        padding: 0.75rem 1.5rem;
    }
    .banner {
        min-height: 15vh;
    }
    form {
        padding: 2em 10px;
    }
    .form-input,
    .permission-input,
    .contact-button {
        width: 95%;
    }
    .permission {
        font-size: 11px;
    }
    .Cosmialert-content {
        width: 74%;
        height: 10%;
    }
    .modal-content {
        margin: 30px;
    }
    #checkbox, #modalCheckbox {
        width: 18px;
    }
    .scroll-wrapper {
        overflow-x: auto;
        padding: 0 1em;
    }
    .scroll-feature-card {
        padding: 0.5em;
        scroll-snap-align: start;
        flex: 0 0 auto;
        text-align: center;
    }
    .scroll-feature-title {
        font-size: 1.2em;
    }
    .scroll-feature-description {
        font-size: 1em;
    }
    .values-section {
        flex-direction: column;
        align-items: center;
        padding: 20px 10px;
    }
      .button-content-wrap {
        padding: 8px 12px !important;
    }
    .thank-you-content {
        margin: 2rem 1.5rem;
        padding: 2rem;
    }
    .thank-you-content h1 {
        font-size: 2rem;
    }
    .thank-you-content p {
        font-size: 1rem;
    }
    .thank-you-content .btn {
        font-size: 0.95rem;
        padding: 0.6rem 1.2rem;
    }
     .why-keyintermediates {
        padding: 20px;
    }
    .why-keyintermediates .feature-title {
        font-size: 1.25rem;
    }
    .why-keyintermediates .feature-card .icon {
        margin-bottom: 10px;
    }
    .why-keyintermediates .cards-container {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .why-keyintermediates .feature-card {
        padding: 32px 24px;
    }
    .values-section {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        display: flex;
    }
    .image-wrapper {
        flex: none;
        width: 100%;
        height: auto;
        border-right: none;
        border-bottom: 1px solid #dceeff;
    }
    .value-content {
        text-align: center;
        padding: 15px;
    }
    .value-box {
        flex-direction: column;
        width: 90%;
        max-width: 400px;
    }
} 