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: 72%;
    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: #00000090;
    z-index: 1;
}
.background-banner > * {
    position: relative;
    z-index: 2;
}
.cta-header {
    font-family: Afacad;
    line-height: 1;
    font-size: 4.15rem;
    font-weight: 500;
    color: #ffffff;
    padding-top: 2.75rem;
    margin-bottom: 1rem;
}
.cta-sub-header {
    font-family: Afacad;
    margin: 0;
    font-size: 1.3rem;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 0.5rem;
}
.dots-container {
    margin: 14px;
    text-align: center;
}
.dot {
    background: #ffdbe7;
    display: none;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}
.dot.active {
    background-color: #ff5ba7;
}
.products {
    font-family: Afacad;
    padding: 5px 35px;
    height: auto;
    position: relative;
    text-align: center;
    background: #fff;
    z-index: 1;
    scroll-margin-top: 55px; 
}
.product-section-title {
    font-family: Afacad;
    margin-top: 24px;
    margin-bottom: 0px;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(to right, #a30c5e, #d41e8e, #640962);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; 
    color: transparent;
}
.highlight {
    color: #8a0950d9;
}
.product-section-subtitle {
    font-family: Afacad;
    margin-top: 10px;
    margin-bottom: 2px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #555;
    text-align: center;
}
.product-section-description {
    color: #7f7f7f;
    font-size: 20px;
    font-weight: 400;
    margin: 0 auto 40px;
}
.why-it-matters {
    margin-top: 3rem;
    font-family: Afacad;
    padding: 40px 35px 60px;
    height: auto;
    position: relative;
    text-align: center;
    background: #ffebeb80;
    z-index: 1;
    scroll-margin-top: 20px;
}
.section-title {
    font-family: Afacad;
    margin-top: 24px;
    margin-bottom: 0px;
    font-size: 2.5rem;
    font-weight: 600;
    background: linear-gradient(to right, #a30c5e, #d41e8e, #640962);
    -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.5rem;
    font-weight: 500;
    color: #333;
    text-align: center;
}
.section-description {
    color: #7f7f7f;
    font-size: 20px;
    font-weight: 400;
    margin: 0 auto 40px;
}
.why-it-matters-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
}
.why-it-matters-content {
    display: flex;
    align-items: flex-end;  
    gap: 20px;
    padding: 20px;
}
.lhs {
    width: 50%;
    flex-grow: 1;
    padding-left: 10px;
    padding-right: 20px;
    text-align: left;
}
.lhs ul {
    list-style-type: none;
    padding: 0;
}
.lhs li {
    margin-bottom: 20px;
    /* background: #ffebeb80; */
    border: 2px solid #a30c5fcb;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.lhs li:hover {
    background: #f496ca42;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.icon-text {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}
.icon-text .icon {
    font-size: 20px;
    color: #a30c5fcb;
    flex-shrink: 0;
    margin-top: 4px;
}
.icon-text p {
    margin: 5px 0 0;
    font-size: 16px;
    color: #333;
} 
.lhs li strong {
    display: block;
    font-size: 20px;
    color: #a30c5fcb;
    margin-bottom: 4px;
}
.rhs {
    flex-grow: 0;
    flex-shrink: 0;
    width: 32%;
    text-align: right;
    align-self: center;
}
.rhs img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}
.cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5em;
    border-radius: 16px;
}
.card-wrapper {
    width: 23.8em;
    /* background: linear-gradient(0deg, #c7a3ffb3 0%, #f4a89691 100%); */
    background: linear-gradient(0deg, #c7a3ff61 0%, #f4a89666 100%);
    border-radius: 12px;
    padding: 2.5rem 1.5rem 1.5rem;
    text-align: center;
    box-shadow: inset 0 10px 25px rgba(72, 166, 167, 0.08);
    backdrop-filter: blur(10px);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    position: relative;
    overflow: hidden;
}
.card-wrapper:hover {
    background: radial-gradient(circle at top left, #f6b6a6cc 0%, #c7a3ffb3 100%);
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 10px 25px rgba(197, 163, 255, 0.3), 0 4px 20px rgba(246, 182, 166, 0.25);
    transition: all 0.4s ease;
}  
.card-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    background-color: #a30c5ead;
    border-radius: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.3s ease;
}
.card-wrapper:hover .card-icon {
    box-shadow: 0 0 12px #a30c5f84;
}
.card-wrapper:hover .card-info h3 {
    color: #a30c5ed9;
}
.card-icon i {
    color: #ffe7e7;
    font-size: 2.2rem;
}
.card-info h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #a30c5ed9;
    margin-bottom: 0.75rem;
}
.card-info p {
    font-size: 1rem;
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.5;
    margin-top: 8px;
}
.feature-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 1rem;
    text-align: left;
}
.feature-list li {
    font-size: 1rem;
    color: #2c2c2c;
    margin-bottom: 8px;
    padding-left: 2px;
    position: relative;
}
.feature-list .arrow {
    margin-right: 8px;
    color: #a30c5ed9;
    font-weight: bold;
}
.banner-action-buttons {
    gap: 15px;
    padding: 1rem 0rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.btn {
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    margin: 0px !important;
}
.trial-banner-btn {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 11px 55px !important;
    background-color: #FFFFFF;
    color: #a30c5ed9;
    border: 1px solid #a30c5ed9;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
.demo-banner-btn {
    font-size: 1.1rem;
    font-weight: 500;
    padding: 10px 40px !important;
    background: #a30c5ead;
    color: #fff;
    border: 1px solid #a30c5ead;
    box-shadow: inset 0px 4px 4px 0px #00000040;
}
.card-wrapper {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.6s ease forwards;
}
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.action-buttons {
    gap: 15px;
    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;
}
.btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    margin: 0 10px 10px 0;
}
.free-trial-btn {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 10px 60px;
    background-color: #FFFFFF;
    color: #a30c5ead;
    box-shadow: inset 0px 4px 4px 0px #00000040;
}
.request-demo-btn {
    font-size: 1.1rem;
    font-weight: 500;
    padding: 10px 45px;
    background-color: #a30c5e;
    color: #fff;
    border: 1px solid #a30c5e;
    box-shadow: inset 0px 4px 4px 0px #00000040;
}

.who-for {
    font-family: Afacad;
    height: 35em;
    margin-top: 1rem;
    padding: 40px 0px 70px;
    border-radius: 8px;
    text-align: center;
    scroll-margin-top: 20px;
}

.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: 30px 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: #48a6a71f; */
    background: linear-gradient(0deg, #c7a3ff61 0%, #f4a89666 100%);
    transition: all 0.3s ease;
    box-shadow: inset 0px 1px 4px 0px #00000040;
    cursor: pointer;
    margin-right: 16px;
    scroll-snap-align: start;
}  

.scroll-feature-card:hover {
    color: #48A6A7;
    border: 1px solid lightgray;
    background-color: #f2f2f2;
    transform: translateY(-10px) scale(1.02);
    box-shadow: inset 0px 1px 4px 0px #00000040;
}  
.scroll-feature-card .icon {
    font-size: 26px;
    padding: 16px;
    border-radius: 8px;
    color: #a30c5ead;
    border: 2px solid #a30c5ead;
    margin-bottom: 5px;
}  
.scroll-feature-card:hover .feature-title,
.scroll-feature-card:hover .feature-description {
    color: #fff;
}  
.scroll-feature-title {
    color: #a30c5e;
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 2px;
}  
.scroll-feature-description {
    margin: 0px;
    color: #373636;
    font-size: 16px;
}
.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;
}      
@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

.what-sets-apart {
    font-family: Afacad, sans-serif;
    padding: 1rem 35px 55px;
    position: relative;
    text-align: center;
    background: #ffebeb80;
    scroll-margin-top: 55px;
    border-radius: 12px;
}

.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: flex;
    gap: 30px;
    justify-content: center;
}

.value-box {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 0.04);
    transition: transform 0.3s ease, box-shadow 0.4s ease;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    position: relative;
    border: 1px solid #fff5f0;
}

.image-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

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

.value-box:nth-child(odd) .image-wrapper img {
    height: 210px;
}

.value-box:nth-child(even) .image-wrapper img {
    height: 210px;
}

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

.value-content {
    text-align: left;
    padding: 10px 20px 25px;
    flex-grow: 1;
}

.value-content h3 {
    color: #a30c5e;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.25px;
}

.value-content p {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 15px;
    color: #333;
    line-height: 1.45;
}

.faq {
    font-family: Afacad;
    padding: 3rem 2.2rem 1.5rem;
    position: relative;
    text-align: center;
    scroll-margin-top: 25px;
    border-radius: 12px;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
}

.faq-item {
    font-family: Afacad;
    cursor: pointer;
    border-radius: 12px;
    padding: 1rem 1.2rem;
    box-shadow: inset 0px 1px 4px 0px #00000020;
    background: #ffebeb80;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-4px);
}

.faq-icon {
    margin-right: 15px;
}

.faq-question {
    cursor: pointer;
    color: #a30c5e;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    background: none;
    border: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.faq-answer {
    margin-top: 0.75rem;
    display: none;
    font-size: 17px;
    color: #333;
    padding: 10px 0px;
    border-top: 1px solid #a30c5e;
}

.faq-answer p {
    margin: 0px;
    padding-left: 6px;
    text-align: left;
}

.faq-cta {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 25px 10px;
}

.faq-cta p {
    margin: 0px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.explore-btn {
    color: #006A71;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

@keyframes arrowShift {
    0% { transform: translateX(0); }
    50% { transform: translateX(6px); }
    100% { transform: translateX(0); }
}
  
.explore-btn .arrow {
    display: inline-block;
    margin-left: 5px;
    animation: arrowShift 1.2s ease-in-out infinite;
}
  
.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;
}
.cta {
    background: 
        linear-gradient(0deg, #c7a3ff30 0%, #fbcdcd85 70%),
        url('/images/colourmetrix/cta-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 82px;
    text-align: center;
    border-radius: 24px;
    max-width: 1200px;
    margin: 20px auto 60px;
    box-shadow: inset 0px 1px 4px 0px #00000010;
    font-family: 'Afacad', sans-serif;
  }
  
.cta-heading {
    font-size: 2.2rem;
    font-weight: 600;
    color: #a30c5e;
    margin-top: 0px;
    margin-bottom: 35px;
}
.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}
.cta-btn.unified {
    padding: 12px 28px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    color: white;
    background-color: #a30c5e;
    border: 2px solid transparent;
    transition: all 0.3s ease, transform 0.3s ease;
}
.cta-btn.unified:hover {
    background-color: #930b56;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cta-btn.unified.outline {
    background-color: transparent;
    color: #a30c5e;
    border: 2px solid #a30c5e;
}
.cta-btn.unified.outline:hover {
    background-color: #ffe1e166;
    transform: translateY(-2px);
}
@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.2vw;
        padding: 5px 40px;
        margin-bottom: 20px;
    }
    .products {
        padding: 20px 30px;
    }
    .why-it-matters {
        padding: 20px 25px;
        margin-top: 2rem;
    }
    .product-section-title,
    .section-title {
        font-size: 2rem;
        margin-top: 0px;
    }
    .product-section-subtitle,
    .section-subtitle {
        font-size: 1.1rem;
    }
    .product-section-description,
    .section-description {
        font-size: 1rem;
        padding: 0 10px;
    }
    .why-it-matters-content {
        flex-direction: column-reverse;
        align-items: center;
        gap: 25px;
        padding: 0;
    }
    .lhs,
    .rhs {
        width: auto;
        padding: 0 10px;
        text-align: center;
    }
    .lhs ul {
        padding-left: 0;
    }
    .icon-text {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .icon-text .icon {
        margin-top: 0;
    }
    .rhs img {
        max-width: 100%;
        height: auto;
    }
    .cards-container {
        flex-direction: column;
        gap: 20px;
    }
    .card-wrapper {
        width: auto;
        padding: 2rem 1rem;
    }
    .card-icon {
        width: 60px;
        height: 60px;
    }
    .card-info h3 {
        font-size: 1.2rem;
    }
    .card-info p {
        font-size: 0.95rem;
    }
    .banner-action-buttons,
    .action-buttons {
        gap: 15px;
        padding: 1rem;
    }
    .action-text {
        font-size: 1.2rem;
        text-align: center;
    }
    .btn,
    .trial-banner-btn,
    .demo-banner-btn,
    .free-trial-btn,
    .request-demo-btn {
        width: 100%;
        text-align: center;
        padding: 12px 20px;
        font-size: 1rem;
    }
    .who-for {
    height: auto;
    padding: 30px 10px 50px;
    }

    .scroll-wrapper {
    overflow-x: auto;
    padding-bottom: 10px;
    }

    .scroll-cards-container {
        gap: 1.2em;
        padding: 20px 10px;
        animation: scroll-left 15s linear infinite; 
    }
    .scroll-feature-card {
        width: 85%;
        max-width: 240px;
        height: auto;
        padding: 20px 15px;
        margin-right: 12px;
    }
    .scroll-feature-title {
        font-size: 1rem;
    }
    .scroll-feature-description {
        font-size: 0.95rem;
    }
    .scroll-feature-card .icon {
        font-size: 24px;
        padding: 12px;
        margin-bottom: 8px;
    }
    .scroll-feature-card:hover {
        transform: none;
        background-color: #f8f8f8;
    }
    .scroll-feature-card.center-highlight {
        transform: none;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    }
    .what-sets-apart {
        padding: 1.5rem 1rem 3rem;
        border-radius: 10px;
    }
    .what-sets-apart > .section-description {
        font-size: 1rem;
        padding: 0 10px;
        margin-bottom: 30px;
    }
    .values-section {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    .value-box {
        width: 80%;
        max-width: 400px;
    }
    .image-wrapper img {
        height: 180px !important;
    }
    .value-content {
        text-align: center;
        padding: 15px;
    }
    .value-content h3 {
        font-size: 1.05rem;
    }
    .value-content p {
        font-size: 0.95rem;
    }
    .faq {
        padding: 2rem 1.875rem 1.5rem;
    }
    .faq-container {
        gap: 0.75rem;
        margin-top: 1.2rem;
    }
    .faq-item {
        padding: 0.9rem 1rem;
    }
    .faq-question {
        font-size: 1rem;
        align-items: flex-start;
        text-align: left;
    }
    .faq-answer {
        font-size: 0.95rem;
    }
    .faq-answer p {
        padding-left: 0;
    }
    .cta {
        padding: 2.5rem 1.2rem;
        margin: 1.25rem 2rem 2.5rem;
        border-radius: 1rem;
        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: 200px;
        font-size: 1rem;
        padding: 0.75rem 1.5rem;
    }
    .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;
    }
}