.cms-faq-question .faq-icon-vertical {
    display: none;
}
/* CMS Page Styles */
:root {
    --cms-font-scale: 1;
}
body {
    overflow-x: hidden;
}
.cms-page-wrapper {
    min-height: 60vh;
    padding: 0; /* Remove padding for full-width hero sections */
}

.container h1{
    color: #0B1215 ;
    font-size: clamp(2.4rem, 4.5vw, 4.5rem);
    line-height: 1.15;
}
.container h2{
    font-size: clamp(2rem, 3.8vw, 3.2rem);
    line-height: 1.2;
}
.container h3{
    font-size: clamp(1.8rem, 3.2vw, 3rem);
    font-weight: 600;
    color: #0B1215 ;
    line-height: 1.35;
}
.container h4{
    font-size: clamp(1.6rem, 2.7vw, 2.6rem);
    color: #0B1215 ;
    line-height: 1.4;
}
.container h5{
    font-size: clamp(1.4rem, 2.3vw, 1.8rem);
    font-weight: 400;
    color: #0B1215 ;
    line-height: 1.7;
    margin-bottom: 10px;
}
.container h6{
    font-weight: 400;
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    color: #0B1215 ;
    line-height: 1.5;
}
.container p{
    font-weight: 400;
    font-size:1.4rem;
    line-height: 1.6;
    color: #0B1215 ;
}

/* Quill editor alignment classes for frontend */
.ql-align-left {
    text-align: left;
}

.ql-align-center {
    text-align: center;
}

.ql-align-right {
    text-align: right;
}

.ql-align-justify {
    text-align: justify;
}

.cms-content-section:first-child {
    padding-top: 4rem !important;
}

h1,h2,h3,h4,h5,h6 {
    text-transform: none !important;
}

/* Custom Font Sizes - Support rem values from Quill editor */
.ql-size-1\.2rem { font-size: calc(1.2rem * var(--cms-font-scale)) !important; }
.ql-size-1\.3rem { font-size: calc(1.3rem * var(--cms-font-scale)) !important; }
.ql-size-1\.4rem { font-size: calc(1.4rem * var(--cms-font-scale)) !important; }
.ql-size-1\.6rem { font-size: calc(1.6rem * var(--cms-font-scale)) !important; }
.ql-size-1\.8rem { font-size: calc(1.8rem * var(--cms-font-scale)) !important; font-weight: 400 !important; }
.ql-size-2rem { font-size: calc(2rem * var(--cms-font-scale)) !important; font-weight: 400 !important; }
.ql-size-2\.2rem { font-size: calc(2.2rem * var(--cms-font-scale)) !important; }
.ql-size-2\.4rem { font-size: calc(2.4rem * var(--cms-font-scale)) !important; }
.ql-size-2\.6rem { font-size: calc(2.6rem * var(--cms-font-scale)) !important; }
.ql-size-2\.8rem { font-size: calc(2.8rem * var(--cms-font-scale)) !important; }
.ql-size-3rem { font-size: calc(3rem * var(--cms-font-scale)) !important; }
.ql-size-3\.2rem { font-size: calc(3.2rem * var(--cms-font-scale)) !important; }
.ql-size-3\.5rem { font-size: calc(3.5rem * var(--cms-font-scale)) !important; }
.ql-size-4rem { font-size: calc(4rem * var(--cms-font-scale)) !important; }
.ql-size-4\.5rem { font-size: calc(4.5rem * var(--cms-font-scale)) !important; }
.ql-size-5rem { font-size: calc(5rem * var(--cms-font-scale)) !important; }
.ql-size-6rem { font-size: calc(6rem * var(--cms-font-scale)) !important; }
.ql-size-6\.5rem { font-size: calc(6.5rem * var(--cms-font-scale)) !important; }
.ql-size-7rem { font-size: calc(7rem * var(--cms-font-scale)) !important; }

.cms-page-header {
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: center;
    padding: 0 15px;
}

.cms-page-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #0B1215;
    margin-bottom: 1rem;
    text-align: center;
}

.cms-page-content {
    line-height: 1.6;
}

/* Text block styles */
.cms-text-block {
    margin-bottom: 2rem;
}

.cms-text-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #0B1215;
}

.cms-text-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 1rem;
    font-style: italic;
}

.cms-text-content {
    line-height: 1.8;
    color: #444;
}

/* Content section styles */
.cms-section-subtitle {
    font-size: 1.3rem;
    color: #666;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.cms-section-secondary {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e0e0e0;
}
/* .cms-faq-section-title h2{
    color: #FF6B64 !important;
} */
/* Content Block Styles */
.cms-block {
    /* margin-bottom: 2rem; */
    display: block;
}
.container{
    max-width: 1140px;
    padding: 0px 20px;
}

.cms-hero-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 6rem 2rem;
    text-align: left;
    margin: 0; /* Full width, no margins */
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%; /* Prevent horizontal overflow from scrollbar width */
}

.cms-hero-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #28489A 0%, #4680F7 100%);
    z-index: 2;
    pointer-events: none;
}

.cms-hero-overlay,
.hero-overlay {
    display: none !important;
}

.cms-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
}

.cms-hero-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.cms-hero-title p,
.cms-hero-title h1,
.cms-hero-title h2,
.cms-hero-title h3,
.cms-hero-title strong,
.cms-hero-title * {
    color: white !important;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.45);
}

.cms-hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.cms-hero-subtitle p,
.cms-hero-subtitle * {
    color: white !important;
    opacity: 1;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.cms-hero-text {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.cms-hero-text,
.cms-hero-text p,
.cms-hero-text * {
    color: white !important;
    opacity: 0.95;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    margin: 0;
}

.cms-hero-cta .btn {
    display: inline-block;
    padding: 1.2rem 2.5rem;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    color: #fff !important;
    background: #3562C4 !important;
    border: 2px solid rgba(255, 255, 255, 0.9) !important;
    border-radius: 999px;
    box-shadow: 0 18px 40px rgba(70, 128, 247, 0.35);
    margin: 0;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.cms-hero-cta .btn:hover,
.cms-hero-cta .btn:focus {
    background: #fff !important;
    color: #3562C4 !important;
    transform: translateY(-2px);
    border: 2px solid #3562C4 !important;
    box-shadow: 0 22px 45px rgba(70, 128, 247, 0.45);
}

.cms-hero-cta {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

@media (max-width: 992px) {
    .cms-hero-section {
        justify-content: center;
        text-align: center;
    }

    .cms-hero-content {
        text-align: center;
        align-items: center;
    }

    .cms-hero-cta {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .cms-hero-section {
        padding: 4rem 1.5rem;
    }

    .cms-hero-content {
        align-items: center;
    }
}

/* Homepage Hero Section - 600px height */
.cms-homepage-hero-section {
    position: relative;
    min-height: 600px;
    height: 70vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 0;
    width: 100%;
}

.cms-homepage-hero-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #28489A 0%, #4680F7 100%);
    z-index: 2;
    pointer-events: none;
}

.cms-homepage-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.cms-homepage-hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cms-homepage-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 1;
}

.cms-homepage-hero-content {
    color: white;
    z-index: 2;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 60px;
    width: 100%;
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cms-homepage-hero-title {
    font-size: clamp(3rem, 7vw, 7rem);
    font-weight: 1000;
    margin-bottom: 25px;
    line-height: 1;
    text-align: left;
    letter-spacing: -1px;
    max-width: 80%;
    color: white;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
    text-transform: uppercase;
}

.cms-homepage-hero-subtitle {
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    margin-bottom: 25px;
    max-width: 500px;
    text-align: left;
    line-height: 1.6;
    font-weight: 200;
    color: white;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
}

.cms-homepage-hero-cta {
    margin-top: 0;
}

.cms-homepage-hero-btn {
    font-size: 16px;
    padding: 10px 35px;
    background-color: #3562C4;
    color: white;
    border: 2px solid white;
    border-radius: 30px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
    display: inline-block;
    text-decoration: none;
    letter-spacing: 1px;
}

.cms-homepage-hero-btn:hover,
.cms-homepage-hero-btn:focus {
    background-color: white;
    color: #28489A;
    border: 2px solid #28489A;
    text-decoration: none;
}

@media (max-width: 992px) {
    .cms-homepage-hero-section {
        height: 60vh;
        min-height: 500px;
    }

    .cms-homepage-hero-content {
        padding: 0 80px;
        text-align: left;
        align-items: flex-start;
    }

    .cms-homepage-hero-title {
        font-size: clamp(2.5rem, 6vw, 4.5rem);
        max-width: 80%;
    }

    .cms-homepage-hero-subtitle {
        font-size: clamp(1.2rem, 1.8vw, 1.4rem);
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .cms-homepage-hero-section {
        min-height: 500px;
        height: auto;
    }

    .cms-homepage-hero-content {
        padding: 0 20px;
        align-items: flex-start;
    }

    .cms-homepage-hero-title {
        font-size: 2.8rem !important;
        max-width: 100% !important;
        line-height: 1.2;
    }

    .cms-homepage-hero-subtitle {
        font-size: 1.4rem;
        max-width: 80%;
    }

    .cms-homepage-hero-btn {
        font-size: 14px;
        max-width: 200px;
    }
}

/* Partners Carousel Section */
.cms-partners-section {
    padding: 80px 0 40px 0;
}

.cms-partners-section .main-heading {
    text-align: center;
    margin-bottom: 40px;
}

.cms-partners-section h2.main-heading {
    text-align: center;
}

.cms-partners-section .partners-glide {
    padding: 20px 0 40px;
}

.cms-partners-section .glide__track {
    overflow: hidden;
    cursor: grab;
}

.cms-partners-section .glide__track:active {
    cursor: grabbing;
}

.cms-partners-section .glide__slides {
    display: flex;
    align-items: center;
}

.cms-partners-section .glide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    flex-shrink: 0;
}

.cms-partners-section .glide__arrows,
.cms-partners-section .glide__bullets {
    display: none !important;
}

.cms-partners-section .partner-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    transition: transform 0.3s ease;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.cms-partners-section .partner-logo img {
    max-width: 130px;
    height: auto;
    max-height: 80px;
    object-fit: contain;
    transition: transform 0.3s ease;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.cms-partners-section .partner-logo:hover img {
    transform: scale(1.1);
}

.cms-partners-section * {
    box-sizing: border-box;
}

.cms-partners-section .glide__slide * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Where To Next Section */
.cms-where-to-next-section {
    padding: 40px 0;
    background-color: #f8fafc;
    width: 100vw;
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
}

.cms-where-to-next-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    position: relative;
}

.cms-where-to-next-section .main-heading {
    text-align: center;
    margin-bottom: 20px;
}

.cms-where-to-next-section .section-description {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #0B1215;
    margin-bottom: 60px;
    max-width: 833px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* Features Layout - 30% large card, 70% grid */
.cms-where-to-next-section .features-layout {
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: start;
}

/* Large Discover Card */
.cms-where-to-next-section .discover-card-large {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}

.cms-where-to-next-section .discover-card-large:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.cms-where-to-next-section .discover-image {
    flex: 1;
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.cms-where-to-next-section .discover-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.cms-where-to-next-section .discover-card-large:hover .discover-image img {
    transform: scale(1.05);
}

.cms-where-to-next-section .discover-content {
    padding: 30px;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-height: 120px;
}

.cms-where-to-next-section .discover-text {
    flex: 1;
    margin-right: 0;
}

.cms-where-to-next-section .discover-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.cms-where-to-next-section .discover-content p {
    color: #64748b;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.cms-where-to-next-section .discover-arrow {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e293b;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    align-self: flex-end;
    margin-top: 15px;
    margin-left: auto;
}

.cms-where-to-next-section .discover-arrow i {
    transform: rotate(45deg);
}

.cms-where-to-next-section .discover-card-large:hover .discover-arrow {
    background: #1e293b;
    color: white;
    transform: translateX(3px);
}

.cms-where-to-next-section .discover-card-large:focus {
    outline: 2px solid #1e293b;
    outline-offset: 2px;
}

/* Other Features Grid - 2x2 grid */
.cms-where-to-next-section .other-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    height: 100%;
}

.cms-where-to-next-section .feature-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}

.cms-where-to-next-section .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.cms-where-to-next-section .feature-image {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.cms-where-to-next-section .feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.cms-where-to-next-section .feature-card:hover .feature-image img {
    transform: scale(1.05);
}

.cms-where-to-next-section .feature-content {
    padding: 25px;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-height: 100px;
}

.cms-where-to-next-section .feature-text {
    flex: 1;
    margin-right: 0;
}

.cms-where-to-next-section .feature-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.cms-where-to-next-section .feature-content p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.cms-where-to-next-section .feature-arrow {
    width: 32px;
    height: 32px;
    background: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e293b;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    align-self: flex-end;
    margin-top: 10px;
    margin-left: auto;
}

.cms-where-to-next-section .feature-arrow i {
    transform: rotate(45deg);
}

.cms-where-to-next-section .feature-card:hover .feature-arrow {
    background: #1e293b;
    color: white;
    transform: translateX(3px);
}

.cms-where-to-next-section .feature-card:focus {
    outline: 2px solid #1e293b;
    outline-offset: 2px;
}

/* Responsive layout for Where To Next */
@media (max-width: 1024px) {
    .cms-where-to-next-section .features-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .cms-where-to-next-section .discover-card-large {
        min-height: 400px;
    }
    
    .cms-where-to-next-section .other-features-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .cms-where-to-next-section .other-features-grid {
        grid-template-columns: 1fr;
    }
    
    .cms-where-to-next-section .discover-card-large {
        min-height: 350px;
    }
    
    .cms-where-to-next-section .discover-image {
        min-height: 250px;
    }
}

/* Join Platform Section */
.cms-join-platform-section {
    margin: 20px 0px;
    padding: 80px 0;
    background: linear-gradient(135deg, #1E3A8A, #3B82F6);
    color: white;
    text-align: center;
    width: 100vw;
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
}

.cms-join-platform-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.cms-join-platform-section .join-contentb>* {
    color: white;
    text-align: center;
}

.cms-join-platform-section .join-title,
.cms-join-platform-section .join-title * {
    font-size: 4.9rem; /* Default size, can be overridden by inline styles from Quill */
    font-weight: 700;
    color: white !important;
    margin-bottom: 20px;
}

/* Inline styles from Quill editor will automatically override the default font-size above */

.cms-join-platform-section .join-subtitle,
.cms-join-platform-section .join-subtitle * {
    font-size: 1.8rem; /* Default size, can be overridden by inline styles from Quill */
    margin-top: 10px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
    color: white !important;
}

/* Inline styles from Quill editor will automatically override the default font-size above */

.cms-join-platform-section .join-cta,
.cms-join-platform-section .rounded-btn.btn-secondary {
    display: inline-block;
    padding: 10px 30px;
    background-color: white;
    color: #1E3A8A;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
    font-size: 18px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    margin-top: 20px;
}

.cms-join-platform-section .join-cta:hover,
.cms-join-platform-section .rounded-btn.btn-secondary:hover {
    background-color: #1E3A8A;
    color: white;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .cms-join-platform-section .join-title {
        font-size: 2.5rem;
    }
    
    .cms-join-platform-section .join-subtitle {
        font-size: 1.4rem;
        margin-bottom: 40px;
    }
    
    .cms-join-platform-section {
        padding: 30px 0 60px 0;
    }
}

/* Platform Control Section */
.cms-platform-control-section {
    padding: 80px 0;
    min-height: 600px;
    overflow: hidden;
}

.cms-platform-control-section .control-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.cms-platform-control-section .control-visual {
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}

.cms-platform-control-section .control-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.cms-platform-control-section .main-heading-2 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #1E3A8A;
    margin-bottom: 30px;
    line-height: 1.2;
}

.cms-platform-control-section .control-description {
    font-size: 1.6rem;
    color: #0B1215;
    margin-bottom: 20px;
    line-height: 2;
    max-width: 500px;
}

.cms-platform-control-section .stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin:20px 0 30px 0;
    max-width: 600px;
    overflow: hidden;
}

.cms-platform-control-section .stat-item {
    text-align: left;
    padding: 30px 0px;
    background: transparent;
    border-right: 1.5px solid #B7B9CA;
    border-bottom: 1.5px solid #B7B9CA;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cms-platform-control-section .stat-item:nth-child(2n) {
    border-right: none;
    padding-left: 60px;
}

.cms-platform-control-section .stat-item:nth-child(n+3) {
    border-bottom: none;
    text-align: left;
}

.cms-platform-control-section .stat-item:nth-child(n+4) {
    border-bottom: none;
    padding-left: 60px;
}

.cms-platform-control-section .stat-number {
    font-size: 4rem;
    font-weight: 1000;
    color: #1E3A8A;
    margin-bottom: 10px;
    line-height: 1;
}

.cms-platform-control-section .stat-label {
    font-size: 1.8rem;
    color: #0B1215;
    font-weight: 400;
    line-height: 1.3;
}

.cms-platform-control-section .control-cta,
.cms-platform-control-section .rounded-btn.btn-primary {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #1F3A8A;
    background-color: #1F3A8A;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
    font-size: 18px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.cms-platform-control-section .control-cta:hover,
.cms-platform-control-section .rounded-btn.btn-primary:hover {
    background-color: #ffffff;
    color: #1F3A8A;
    border: 1px solid #1F3A8A;
}

@media (max-width: 1024px) {
    .cms-platform-control-section .control-content {
        gap: 50px;
    }
    
    .cms-platform-control-section .control-visual {
        height: 450px;
        max-width: 100%;
    }
    
    .cms-platform-control-section .stat-number {
        font-size: 4rem;
    }
    
    .cms-platform-control-section .stat-label {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .cms-platform-control-section .control-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .cms-platform-control-section .control-visual {
        height: 400px;
    }
    
    .cms-platform-control-section .stats-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
        gap: 0;
    }
    
    .cms-platform-control-section .stat-item {
        padding: 25px 20px;
        min-height: 100px;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
    }
    
    .cms-platform-control-section .stat-item:last-child {
        border-bottom: none;
    }
    
    .cms-platform-control-section .stat-item:nth-child(2n) {
        padding-left: 20px;
    }
    
    .cms-platform-control-section .stat-item:nth-child(n+4) {
        padding-left: 20px;
    }
    
    .cms-platform-control-section .stat-number {
        font-size: 2.2rem;
    }
    
    .cms-platform-control-section .stat-label {
        font-size: 1rem;
    }
    
    .cms-platform-control-section .control-description {
        font-size: 1.4rem;
        max-width: 100%;
    }
    
    .cms-platform-control-section .main-heading-2 {
        font-size: 2.5rem;
    }
}

/* Video Section */
.cms-video-section {
    position: relative;
    height: 550px;
    overflow: hidden;
}

.cms-video-section .video-thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.cms-video-section .video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cms-video-section .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 36, 36, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
}

.cms-video-section .video-thumbnail:hover .video-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.cms-video-section .video-title,
.cms-video-section .video-title * {
    font-size: 4.5rem;
    font-weight: 1000;
    margin-bottom: 30px;
    color: white !important;
    text-align: center;
}

.cms-video-section .video-subtitle,
.cms-video-section .video-subtitle * {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 20px;
    color: white !important;
    text-align: center;
}

/* All You Need Section */
.cms-all-you-need-section {
    padding: 100px 0 50px 0;
    background-color: white;
}

.cms-all-you-need-section .main-heading {
    margin-bottom: 60px;
    text-align: center;
}

.cms-all-you-need-section .platform-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 50px auto;
}

.cms-all-you-need-section .platform-feature {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.cms-all-you-need-section .feature-image-container {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.cms-all-you-need-section .platform-feature:hover .feature-image-container {
    transform: scale(1.05);
}

.cms-all-you-need-section .feature-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.cms-all-you-need-section .feature-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    padding: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 180px;
}

.cms-all-you-need-section .feature-overlay h3 {
    color: white;
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.3;
}

@media (max-width: 768px) {
    .cms-all-you-need-section .platform-features {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .cms-all-you-need-section .feature-image-container {
        height: 400px;
    }
    
    .cms-all-you-need-section .feature-overlay h3 {
        font-size: 2rem;
    }
}

/* Plan Better Section */
.cms-plan-better-section {
    padding: 100px 0;
    color: white;
    position: relative;
    overflow: hidden;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
}

.cms-plan-better-section .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.cms-plan-better-section .plan-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.cms-plan-better-section .plan-text {
    flex: 1;
    max-width: 60%;
}

.cms-plan-better-section .plan-title {
    font-size: 3.5rem;
    font-weight: 1000;
    margin-bottom: 20px;
    color: #fff !important;
}

.cms-plan-better-section .plan-description,
.cms-plan-better-section .plan-description * {
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 50;
    margin: 0;
    color: #fff !important;
}

.cms-plan-better-section .plan-button {
    flex-shrink: 0;
    margin-left: 40px;
}

.cms-plan-better-section .plan-cta {
    background: white;
    color: #29489A;
    padding: 15px 30px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: 1px solid #29489A;
}

.cms-plan-better-section .plan-cta:hover {
    background: transparent;
    color: white;
    border: 1px solid #fff;
}

@media (max-width: 768px) {
    .cms-plan-better-section .plan-content {
        flex-direction: column;
        text-align: center;
    }
    
    .cms-plan-better-section .plan-text {
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .cms-plan-better-section .plan-button {
        margin-left: 0;
    }
    
    .cms-plan-better-section .plan-title {
        font-size: 2.5rem;
    }
    
    .cms-plan-better-section .plan-description {
        font-size: 1.5rem;
    }
}

/* Why We Do This Section */
.cms-why-we-do-this-section {
    padding: 80px 0;
    background-color: #f4f4f4;
    width: 100vw;
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
}

.cms-why-we-do-this-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.cms-why-we-do-this-section .testimonials-header {
    position: relative;
    margin-bottom: 80px;
    text-align: center;
}

.cms-why-we-do-this-section .large-quote-icon {
    position: absolute;
    top: -40px;
    left: 10%;
    transform: translateX(-50%);
    z-index: 1;
}

.cms-why-we-do-this-section .large-quote-icon img {
    width: 120px;
    height: auto;
    opacity: 0.4;
}

.cms-why-we-do-this-section .section-title {
    font-size: 4.5rem;
    font-weight: 1000;
    color: #1E3A8A;
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
}

.cms-why-we-do-this-section .section-subtitle {
    font-size: 1.6rem;
    color: #6B7280;
    margin-bottom: 0;
    padding: 10px 0px;
    font-style: italic;
}

.cms-why-we-do-this-section .testimonials-carousel-container {
    max-width: 1400px;
    margin: 0 auto 40px;
    position: relative;
    overflow: visible;
    padding: 0 30px;
}

.cms-why-we-do-this-section .testimonials-carousel {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.cms-why-we-do-this-section .testimonials-track {
    display: flex;
    transition: transform 0.6s ease;
    gap: 20px;
}

.cms-why-we-do-this-section .testimonial-card {
    flex: 0 0 calc(33.333% - 20px);
    min-width: 0;
    background: white;
    padding: 30px 25px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: left;
    position: relative;
    transition: transform 0.3s ease;
    margin: 0 10px;
}

.cms-why-we-do-this-section .testimonial-card:hover {
    transform: translateY(-5px);
}

.cms-why-we-do-this-section .testimonials-prev,
.cms-why-we-do-this-section .testimonials-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #1E3A8A;
    color: #1E3A8A;
    font-size: 1.2rem;
    font-weight: bold;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.cms-why-we-do-this-section .testimonials-prev {
    left: -50px;
}

.cms-why-we-do-this-section .testimonials-next {
    right: -50px;
}

.cms-why-we-do-this-section .testimonials-prev:hover,
.cms-why-we-do-this-section .testimonials-next:hover {
    background: #1E3A8A;
    color: white;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(30, 58, 138, 0.2);
}

.cms-why-we-do-this-section .testimonials-prev:active,
.cms-why-we-do-this-section .testimonials-next:active {
    transform: translateY(-50%) scale(0.95);
}

.cms-why-we-do-this-section .quotes-container {
    display: flex;
    align-items: start;
    gap: 10px;
}

.cms-why-we-do-this-section .quote-icon {
    color: #1E3A8A;
    font-size: 1.5rem;
}

.cms-why-we-do-this-section .testimonial-text {
    font-size: 1.4rem;
    color: #4B5563;
    margin-bottom: 30px;
    line-height: 1.6;
    font-style: italic;
}

.cms-why-we-do-this-section .testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.cms-why-we-do-this-section .author-image {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.cms-why-we-do-this-section .author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cms-why-we-do-this-section .author-name {
    font-weight: 600;
    text-align: center;
    color: #0B1215;
    font-size: 1.6rem;
    margin-top: 15px;
}

.cms-why-we-do-this-section .carousel-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}

.cms-why-we-do-this-section .carousel-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D1D5DB;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cms-why-we-do-this-section .carousel-dots .dot.active {
    background: #1E3A8A;
    transform: scale(1.1);
}

/* Responsive styles for Why We Do This section */
@media (max-width: 992px) {
    .cms-why-we-do-this-section {
        padding: 80px 0 0;
    }
    
    .cms-why-we-do-this-section .testimonials-header {
        margin-bottom: 60px;
    }
    
    .cms-why-we-do-this-section .section-title {
        font-size: 3.5rem;
    }
    
    .cms-why-we-do-this-section .section-subtitle {
        font-size: 1.4rem;
    }
    
    .cms-why-we-do-this-section .testimonials-carousel-container {
        padding: 0 20px;
    }
    
    .cms-why-we-do-this-section .testimonials-track {
        gap: 15px;
    }
    
    .cms-why-we-do-this-section .testimonial-card {
        padding: 25px 20px;
    }
}

@media (max-width: 768px) {
    .cms-why-we-do-this-section {
        padding: 60px 0 0;
    }
    
    .cms-why-we-do-this-section .testimonials-header {
        margin-bottom: 40px;
    }
    
    .cms-why-we-do-this-section .section-title {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }
    
    .cms-why-we-do-this-section .section-subtitle {
        font-size: 1.2rem;
    }
    
    .cms-why-we-do-this-section .testimonials-carousel-container {
        max-width: 100%;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    
    .cms-why-we-do-this-section .testimonials-carousel {
        height: auto;
        min-height: 300px;
    }
    
    .cms-why-we-do-this-section .testimonials-track {
        gap: 15px;
    }
    
    .cms-why-we-do-this-section .testimonial-card {
        flex: 0 0 calc(100% - 20px);
        min-width: calc(100% - 20px);
        padding: 30px 20px;
        margin: 0 10px;
    }
    
    .cms-why-we-do-this-section .testimonials-prev {
        left: 5px;
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .cms-why-we-do-this-section .testimonials-next {
        right: 5px;
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .cms-why-we-do-this-section .testimonial-text {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }
    
    .cms-why-we-do-this-section .author-name {
        font-size: 1.4rem;
    }
    
    .cms-why-we-do-this-section .author-image {
        width: 55px;
        height: 55px;
    }
    
    .cms-why-we-do-this-section .quote-icon {
        font-size: 1.3rem;
    }
    
    .cms-why-we-do-this-section .carousel-dots {
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .cms-why-we-do-this-section {
        padding: 50px 0 0;
    }
    
    .cms-why-we-do-this-section .section-title {
        font-size: 2rem;
        line-height: 1.2;
    }
    
    .cms-why-we-do-this-section .section-subtitle {
        font-size: 1.1rem;
    }
    
    .cms-why-we-do-this-section .testimonials-carousel-container {
        padding: 0 10px;
    }
    
    .cms-why-we-do-this-section .testimonial-card {
        padding: 25px 15px;
        margin: 0 5px;
    }
    
    .cms-why-we-do-this-section .testimonial-text {
        font-size: 1.1rem;
        line-height: 1.5;
    }
    
    .cms-why-we-do-this-section .author-name {
        font-size: 1.3rem;
    }
    
    .cms-why-we-do-this-section .author-image {
        width: 50px;
        height: 50px;
    }
    
    .cms-why-we-do-this-section .testimonials-prev,
    .cms-why-we-do-this-section .testimonials-next {
        width: 32px;
        height: 32px;
        font-size: 0.9rem;
    }
    
    .cms-why-we-do-this-section .testimonials-prev {
        left: 2px;
    }
    
    .cms-why-we-do-this-section .testimonials-next {
        right: 2px;
    }
}

.cms-video-section .play-button {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1E3A8A;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    outline: none;
}

.cms-video-section .play-button:hover {
    background: white;
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Video Modal */
.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.video-modal.active {
    display: flex;
}

.video-modal .modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.video-modal .modal-content {
    padding: 5px;
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 750px;
    background: #000;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: scale(0.8) translateY(-50px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.video-modal .video-player {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
}

.video-modal .video-player iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
}

.video-modal .close-video {
    position: absolute;
    top: 0px;
    right: 5px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.video-modal .close-video:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .cms-video-section {
        height: 35rem !important;
    }
    
    .cms-video-section .video-title {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    
    .cms-video-section .play-button {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
    
    .video-modal .close-video {
        top: 0px;
        right: 5px;
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}

/* Member Benefits Section */
.cms-member-benefits-section {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 90px 0 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    overflow: hidden;
}

.cms-member-benefits-overlay {
    position: absolute;
    inset: 0;
    background: rgba(4, 17, 54, 0.58);
    z-index: 1;
}

.cms-member-benefits-inner {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.cms-member-benefits-title {
    font-size: clamp(2.6rem, 4.2vw, 3.6rem);
    letter-spacing: 0.25em;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 60px;
    color: #fff !important;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.cms-member-benefits-title * {
    color: #fff !important;
}

.cms-member-benefits-description {
    max-width: 880px;
    margin: 0 auto 55px;
    font-size: 1.2rem;
    line-height: 1.7;
    color: #fff !important;
    opacity: 0.92;
}

.cms-member-benefits-description * {
    color: #fff !important;
}

.cms-benefits-grid {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.cms-benefit-card {
    background: transparent;
    /* border: 1px solid rgba(255, 255, 255, 0.55); */
    /* border-radius: 28px; */
    padding: 36px 10px;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.cms-benefit-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.85);
}

.cms-benefit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    margin-bottom: 24px;
}

.cms-benefit-icon svg {
    width: 80px;
    height: 80px;
    fill: white !important;
    color: #fff !important;
}

.cms-benefit-icon svg * {
    fill: white !important;
    color: #fff !important;
}

.cms-benefit-icon i,
.cms-benefit-icon span {
    font-size: 2.35rem;
    color: #fff !important;
}

.cms-benefit-title {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 14px;
    color: #fff !important;
}

.cms-benefit-title * {
    color: #fff !important;
}

.cms-benefit-description {
    font-size: 1.6rem;
    line-height: 1.65;
    opacity: 0.95;
    font-weight: 300;
    color: #fff !important;
}

.cms-benefit-description * {
    color: #fff !important;
}

.cms-benefits-empty {
    margin-top: 32px;
    font-size: 1rem;
    color: #fff !important;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .cms-member-benefits-section {
        padding: 70px 0 80px;
    }

    .cms-benefit-card {
        padding: 28px 20px;
    }

    .cms-benefit-icon {
        height: 90px;
    }
}

/* Member Rewards Section */
.cms-member-rewards-section {
    padding: 80px 0 100px;
    background: #ffffff;
}

.cms-member-rewards-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.cms-member-rewards-title {
    font-size: clamp(2.3rem, 4vw, 3.4rem);
    font-weight: 800;
    color: #1f3696;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.cms-member-rewards-title * {
    color: #1f3696 !important;
}

.cms-member-rewards-description {
    font-size: 1.3rem;
    color: #0b1215;
    max-width: 760px;
    margin: 0 auto 50px;
    line-height: 1.7;
}

.cms-member-rewards-description * {
    color: #0b1215 !important;
}

.cms-member-rewards-grid {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 40px;
}

.cms-member-reward-card {
    display: flex;
    align-items: center;
    gap: 28px;
    background: #f8f9ff;
    border: 1px solid #e0e6ff;
    border-radius: 20px;
    padding: 22px 28px;
    box-shadow: 0 25px 45px -30px rgba(26, 47, 108, 0.35);
    transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform, box-shadow;
}

.cms-member-reward-card:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 35px 60px -25px rgba(26, 47, 108, 0.4);
}

.cms-member-reward-media {
    width: 220px;
    flex-shrink: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #e7edff;
}

.cms-member-reward-media img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
}

.cms-member-reward-body {
    text-align: left;
    flex: 1 1 auto;
}

.cms-member-reward-title {
    font-size: 2rem;
    color: #0B1215;
    font-weight: 700;
    margin-bottom: 8px;
}

.cms-member-reward-text {
    font-size: 1.4rem;
    color: #0B1215;
    line-height: 1.6;
    margin-bottom: 10px;
}

.cms-member-reward-link {
    font-weight: 600;
    color: #1f5be0;
    text-decoration: none;
}

.cms-member-reward-link:hover {
    text-decoration: underline;
}

.cms-member-rewards-cta {
    text-align: center;
}

 .cms-member-rewards-btn {
    display: inline-block;
    background:	linear-gradient(135deg, #4b73ff 0%, #1e4ed8 100%);
    color: #fff;
    padding: 14px 40px;
    border-radius: 999px;
    font-size: 1.4rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 15px 40px -20px rgba(30, 78, 216, 0.65);
    transition: transform 0.45s cubic-bezier(0.22, 1.61, 0.36, 1), box-shadow 0.45s ease;
}

.cms-member-rewards-btn:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 30px 60px -20px rgba(30, 78, 216, 0.8);
}

@media (max-width: 900px) {
    .cms-member-reward-card {
        flex-direction: column;
        text-align: center;
    }

    .cms-member-reward-body {
        text-align: center;
    }

    .cms-member-reward-media {
        width: 100%;
    }
}

.cms-content-section {
    padding: 2rem 0;
}

.cms-section-title {
    font-size: 2rem;
    font-weight: bold;
    color: #0B1215;
    margin: 2rem 0;
}

.cms-section-subtitle {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 1.5rem;
}

.cms-section-content {
    font-size: 1rem;
    line-height: 1.7;
}

.cms-about-intro {
    padding: 5rem 0;
}

.cms-about-intro-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.cms-about-intro.align-left .cms-about-intro-inner {
    text-align: left;
    align-items: flex-start;
}

.cms-about-intro.align-center .cms-about-intro-inner {
    text-align: center;
    align-items: center;
}

.cms-about-intro.align-right .cms-about-intro-inner {
    text-align: right;
    align-items: flex-end;
}

.cms-about-intro-title {
    font-size: clamp(2.4rem, 4vw, 3rem);
    font-weight: 700;
    color: #28489A;
}

.cms-about-intro-description {
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #666;
    max-width: 1000px;
}

.cms-about-intro.align-center .cms-about-intro-description {
    margin-left: auto;
    margin-right: auto;
}

.cms-about-intro-quote {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 2.5rem;
    position: relative;
    color: #0B1215 ;
    max-width: 800px;
    border-left: 4px solid #28489A;
    margin-bottom: 1rem;
}

.cms-about-intro.align-left .cms-about-intro-quote {
    margin-right: auto;
}

.cms-about-intro.align-center .cms-about-intro-quote {
    margin-left: auto;
    margin-right: auto;
}

.cms-about-intro.align-right .cms-about-intro-quote {
    margin-left: auto;
}

.cms-about-intro-quote::before {
    display: none;
}

.cms-about-intro-quote p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 1.25rem;
    font-style: italic;
}

.cms-about-intro-quote cite {
    display: block;
    font-weight: 400;
    font-size: 1.6rem;
    color: #28489A;
    font-style: normal;
}

.cms-about-intro-body {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #0B1215 ;
    max-width: 1000px;
}

.cms-about-intro.align-center .cms-about-intro-body {
    margin-left: auto;
    margin-right: auto;
}

.cms-about-banner {
    position: relative;
    padding: 0;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100vw;
    min-height: 370px;
    margin: 0;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
}

.cms-about-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transform: scale(1.02);
}

.cms-about-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 2;
}

.cms-about-banner-content {
    position: relative;
    z-index: 3;
    max-width: 800px;
    padding: 6rem 1rem;
}

.cms-about-banner-title > *{
    font-size: clamp(2.8rem, 5vw, 3.2rem);
    font-weight: 600;
    margin-bottom: 1.25rem;
    letter-spacing: 0.02em;
    color: #ffffff !important;
}

.cms-about-banner-subtitle > *,
.cms-about-banner-text > * {
    color: #ffffff !important;
}

.cms-about-banner-subtitle {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    font-weight: 400;
    opacity: 0.95;
}

.cms-about-banner-text {
    font-size: 1.45rem;
    line-height: 1.8;
    opacity: 0.95;
}

.cms-about-values {
    padding: 5rem 0;
}

.cms-about-values-title {
    text-align: center;
    font-size: clamp(2.4rem, 4vw, 3rem);
    font-weight: 700;
    color: #28489A;
    margin-bottom: 1.25rem;
}

.cms-about-values-subtitle {
    text-align: center;
    font-size: 1.25rem;
    color: #0B1215 ;
    max-width: 720px;
    margin: 0 auto;
}

.cms-about-values-grid {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2.5rem;
}

.cms-about-values-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 2.5rem 1.25rem;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: transform 0.3s ease;
}

.cms-about-values-card:hover {
    transform: translateY(-5px);
}

.cms-about-values-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, #28489A 0%, #4680F7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.5rem 0;
    box-shadow: 0 12px 24px -18px rgba(40, 72, 154, 0.6);
}

.cms-about-values-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.cms-about-values-card-title {
    font-size: 2rem;
    font-weight: 700;
    color: #28489A;
    margin-top: 1.5rem;
}

.cms-about-values-card-description {
    margin:1.5rem 0;
    font-size: 1.6rem;
    color: #0B1215 ;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .cms-about-values {
        padding: 4rem 0;
    }

    .cms-about-values-grid {
        gap: 1.75rem;
    }
}

@media (max-width: 768px) {
    .cms-about-banner {
        padding: 0;
    }

    .cms-about-banner-text {
        font-size: 1.25rem;
    }
}

.cms-about-intro-cta {
    margin-top: 0.5rem;
}

.cms-about-intro.align-left .cms-about-intro-cta {
    align-self: flex-start;
}

.cms-about-intro.align-center .cms-about-intro-cta {
    align-self: center;
}

.cms-about-intro.align-right .cms-about-intro-cta {
    align-self: flex-end;
}

.cms-about-intro-button {
    display: inline-block;
    padding: 0.9rem 2.4rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #28489A 0%, #4680F7 100%);
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-decoration: none;
    box-shadow: 0 15px 30px -20px rgba(37, 99, 235, 0.65);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cms-about-intro-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px -18px rgba(37, 99, 235, 0.75);
}

@media (max-width: 768px) {
    .cms-about-intro {
        padding: 3.5rem 0;
    }

    .cms-about-intro-inner {
        padding: 0 1rem;
        gap: 1.75rem;
    }

    .cms-about-intro-quote {
        padding: 2rem 1.75rem;
    }
}

/* FAQ Container */
.cms-block-faq {
    padding: 2rem 0;
    max-width: 1200px;
    margin: 0 auto;
}

.cms-faq-section {
    margin-bottom: 3.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.cms-faq-section-header {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    padding: 0 0 1.5rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
    gap: 1.5rem;
    transition: color 0.25s ease, border-color 0.25s ease;
    border-bottom: 2px solid transparent;
}

.cms-faq-section-header:focus-visible {
    box-shadow: 0 0 0 3px rgba(255, 107, 100, 0.25);
}

.cms-faq-section.faq-section-open .cms-faq-section-header {
    border-bottom-color: #ff6b64;
}

.cms-faq-section-header-text {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    width: 100%;
    text-align: center;
    align-items: center;
}

.cms-faq-section-title {
    font-size: 2.1rem;
    font-weight: 700;
    color: #ff6b64;
    letter-spacing: 0.03em;
}

.cms-faq-section-subtitle {
    font-size: 1.3rem;
    color: #0B1215 ;
    line-height: 1.6;
    max-width: 60ch;
}

.cms-faq-section-icon {
    width: 1.25rem;
    height: 1.25rem;
    position: relative;
    flex-shrink: 0;
    transform-origin: center;
    transition: transform 0.3s ease;
}

.cms-faq-section-icon::before,
.cms-faq-section-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #ff6b64;
    border-bottom: 2px solid #ff6b64;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: transform 0.3s ease;
}

.cms-faq-section.faq-section-open .cms-faq-section-icon::before,
.cms-faq-section.faq-section-open .cms-faq-section-icon::after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.cms-faq-section-content {
    display: none;
    padding-top: 0;
}

.cms-faq-section.faq-section-open .cms-faq-section-content {
    display: block;
    padding-top: 1.5rem;
}

.cms-faq-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 1.5rem 0 0;
}

/* FAQ Accordion Styles */
.cms-faq-item {
    border-bottom: 1px solid #e5e7eb;
    padding: 1.5rem 0;
    transition: background 0.2s ease;
}

.cms-faq-item:last-child {
    border-bottom: none;
}

.cms-faq-question {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0B1215 ;
    padding: 0;
    cursor: pointer;
    user-select: none;
    position: relative;
    margin: 0;
    line-height: 1.55;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.cms-faq-question::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    transform: rotate(45deg);
    transition: transform 0.25s ease, border-color 0.25s ease;
    flex-shrink: 0;
}

.cms-faq-item.faq-open .cms-faq-question::after {
    transform: rotate(-135deg);
}

/* Answer container with smooth animation */
.cms-faq-answer-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.cms-faq-item.faq-open .cms-faq-answer-wrapper {
    max-height: 2000px;
}

.cms-faq-answer {
    color: #0B1215 ;
    line-height: 1.75;
    padding: 0 0 1rem 0;
    font-size: 1.6rem;
    background: transparent;
    opacity: 0;
    transform: translateY(-6px);
    transition: all 0.3s ease 0.05s;
}

.cms-faq-item.faq-open .cms-faq-answer {
    opacity: 1;
    transform: translateY(0);
    padding-top: 1rem;
}

/* Add a subtle separator line */

.cms-testimonial-section {
    position: relative;
    padding: 10rem 0;
}

.cms-testimonial-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #f8f9fa;
    z-index: -1;
}

.cms-testimonial-title {
    text-align: center;
    font-size: clamp(2.4rem, 4vw, 3rem);
    color: #28489A;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.cms-testimonial-subtitle {
    text-align: center;
    font-size: 1.25rem;
    color: #0B1215 ;
    max-width: 720px;
    margin: 0 auto 3rem;
}

.cms-testimonial-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.cms-testimonial-slider.is-static .cms-testimonial-nav,
.cms-testimonial-slider.is-static .cms-testimonial-dots {
    display: none;
}

.cms-testimonial-nav {
    background: transparent;
    color: #28489A;
    border: none;
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color 0.2s ease;
}

.cms-testimonial-nav:hover,
.cms-testimonial-nav:focus {
    color: #1e3a7a;
    outline: none;
}

.cms-testimonial-nav-icon::before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
    display: inline-block;
}

.cms-testimonial-prev .cms-testimonial-nav-icon::before {
    transform: rotate(225deg);
}

.cms-testimonial-window {
    flex: 1;
    text-align: center;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cms-testimonial-slide {
    display: none;
    width: 100%;
}

.cms-testimonial-slide.is-active {
    display: block;
}

.cms-testimonial-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 30px;
    background: linear-gradient(135deg, #28489A 0%, #4680F7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cms-testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cms-testimonial-avatar-placeholder {
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.9);
}

.cms-testimonial-quote p {
    font-size: 1.6rem;
    color: #0B1215 ;
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.cms-testimonial-author {
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    color: #28489A;
    margin-bottom: 0.25rem;
}

.cms-testimonial-role {
    font-size: 1.05rem;
    color: #0B1215 ;
}

.cms-testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 36px;
}

.cms-testimonial-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: #d4dcff;
    cursor: pointer;
    transition: background 0.2s ease;
}

.cms-testimonial-dot.is-active {
    background: #28489A;
}

.cms-testimonial-empty {
    text-align: center;
    color: #888;
    padding: 3rem 1rem;
}

@media (max-width: 768px) {
    .cms-testimonial-section {
        padding: 4rem 0;
    }

    .cms-testimonial-slider {
        gap: 15px;
        flex-direction: row;
        padding: 0 20px;
        align-items: center;
    }

    .cms-testimonial-window {
        min-height: 260px;
    }

    .cms-testimonial-quote p {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .cms-testimonial-slider {
        gap: 10px;
        padding: 0 10px;
    }

    .cms-testimonial-window {
        min-height: 240px;
    }

    .cms-testimonial-quote p {
        font-size: 1.1rem;
    }
}

.cms-team-section,
.cms-advisor-banner,
.cms-question-card {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
}

.cms-team-section {
    position: relative;
    padding: 0px 0 90px;
    overflow: hidden;
}

.cms-team-section::before,
.cms-team-section::after {
    content: '';
    position: absolute;
    border-radius: 40px;
    background: rgba(41, 72, 154, 0.05);
    filter: blur(45px);
}

.cms-team-section::before {
    width: 320px;
    height: 320px;
    top: 40px;
    left: -120px;
}

.cms-team-section::after {
    width: 260px;
    height: 260px;
    bottom: -70px;
    right: -120px;
}

.cms-team-section > .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.cms-cta-banner {
    width: 100%;
    display: block;
    background: linear-gradient(135deg, #0e2f79 0%, #1b56c4 100%);
    padding: 120px 20px;
    color: #ffffff !important;
    margin: 0;
    box-sizing: border-box;
}

.cms-cta-banner .container {
    max-width: 1080px;
    margin: 0 auto;
}

.cms-cta-banner-inner {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.cms-cta-banner * {
    color: #ffffff !important;
}

.cms-cta-banner-content {
    color: #ffffff !important;
}

.cms-cta-banner-title {
    font-size: 3.2rem;
    padding-bottom: 30px;
    font-weight: 700;
    margin-bottom: 1.2rem;
    color: #ffffff !important;
}

.cms-cta-banner-text {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #ffffff !important;
}

.cms-advisor-banner {
    padding: 110px 0;
    background: #f7f9fc;
    position: relative;
    overflow: hidden;
}

.cms-advisor-banner::before {
    content: none;
}

/* Advertisers Feature */
.cms-advertisers-feature-section {
    width: 100%;
    padding: 30px 0;
}

.cms-advertisers-feature-grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 24px;
    align-items: stretch;
}
.cms-advertisers-feature-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.06);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 360px;
    transition: transform .2s ease, box-shadow .2s ease;
}
.cms-advertisers-feature-card:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(16,24,40,.08); }
.cms-advertisers-feature-card.image-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cms-advertisers-feature-card.image-card { padding: 0; }
.cms-advertisers-feature-card.image-card .image-placeholder {
    width: 100%;
    padding-top: 56%;
    background: linear-gradient(135deg, #e9eef7, #dfe7f3);
}
.cms-advertisers-feature-card.text-card {
    padding: 34px 36px;
    justify-content: center;
    border: 1px solid rgba(15, 23, 42, 0.06);
}
.cms-advertisers-feature-card .feature-title {
    font-size: 32px;
    line-height: 1.18;
    font-weight: 700;
    margin-bottom: 12px;
    color: #0b1324;
}
.cms-advertisers-feature-card .feature-subtitle {
    font-size: 17px;
    line-height: 1.55;
    color: #475569;
    margin-bottom: 10px;
}
.cms-advertisers-feature-card .feature-body {
    font-size: 17px;
    line-height: 1.65;
    color: #1e293b;
    margin-bottom: 18px;
    max-width: 62ch; /* readable line-length */
}
.cms-advertisers-feature-card .feature-cta .btn {
    padding: 12px 22px;
    border-radius: 9999px;
}
@media (max-width: 991px) {
    .cms-advertisers-feature-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .cms-advertisers-feature-card.text-card {
        padding: 24px 22px;
    }
    .cms-advertisers-feature-card {
        min-height: 0;
    }
}

.cms-advisor-layout {
    display: grid;
    grid-template-columns: minmax(240px, 380px) minmax(380px, 1fr);
    align-items: flex-start;
    gap: 60px;
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 30px;
}

.cms-advisor-image-card {
    width: 100%;
    max-width: 380px;
    justify-self: center;
    text-align: center;
    position: relative;
    padding: 16px;
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.cms-advisor-image-inner {
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cms-advisor-image-inner img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 380px;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.cms-advisor-image-card:hover .cms-advisor-image-inner {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.15);
}

.cms-advisor-image-card:hover .cms-advisor-image-inner img {
    transform: scale(1.03);
}

.cms-advisor-message {
    display: flex;
    flex-direction: column;
    gap: 26px;
    background: #ffffff;
    padding: 44px 55px;
    border-radius: 32px;
    box-shadow: 0 25px 45px rgba(15, 23, 42, 0.12);
    text-align: left;
    width: 100%;
}

.cms-advisor-headline {
    font-size: clamp(2.1rem, 3vw, 3rem);
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #121827;
    word-break: break-word;
}

.cms-advisor-subtext {
    font-size: 1rem;
    line-height: 1.8;
    color: #5d6475;
}

.cms-advisor-copy {
    font-size: 1.12rem;
    line-height: 1.85;
    color: #1f2433;
}

.cms-advisor-copy p {
    margin-bottom: 1rem;
}

.cms-advisor-copy p:last-child {
    margin-bottom: 0;
}

.cms-question-card {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.cms-question-card::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
}

.cms-question-card .container {
    position: relative;
    z-index: 2;
}

.cms-question-card-title {
    text-align: center;
    font-size: 3.5rem;
    color: #0B1215;
    margin-bottom: 50px;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.cms-question-card-body {
    max-width: 1000px;
    margin: 0 auto;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 25px;
    padding: 50px;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #666666;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(40, 72, 154, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cms-question-card-body:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.cms-question-card-body a {
    color: #28489A;
    font-weight: 700;
}

.contact-link {
    color: #28489A;
    text-decoration: none;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease;
    padding: 5px 10px;
    border-radius: 5px;
}

.contact-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #28489A 0%, #4680F7 100%);
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.contact-link:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.contact-link:hover::before {
    opacity: 1;
}

@media (max-width: 992px) {
    .cms-advisor-layout {
        grid-template-columns: minmax(260px, 1fr);
        gap: 60px;
        text-align: center;
    }

    .cms-advisor-image-card {
        max-width: 360px;
        padding: 20px;
    }

    .cms-advisor-message {
        padding: 45px;
        align-items: center;
        text-align: center;
    }

    .cms-advisor-headline {
        text-align: center;
        letter-spacing: 0.04em;
    }

    .cms-advisor-copy {
        text-align: center;
    }

    .cms-advisor-subtext {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .cms-advisor-message {
        padding: 35px 25px;
    }

    .cms-advisor-headline {
        font-size: 1.9rem;
        letter-spacing: 0.035em;
    }

    .cms-advisor-subtext {
        letter-spacing: 0.15em;
    }

    .cms-question-card {
        padding: 80px 0;
    }

    .cms-question-card-title {
        font-size: 2.5rem;
    }

    .cms-question-card-body {
        padding: 35px 25px;
        font-size: 1.4rem;
    }
}

@media (max-width: 480px) {
    .cms-advisor-headline {
        font-size: 1.8rem;
        letter-spacing: 0.03em;
    }

    .cms-question-card {
        padding: 60px 0;
    }

    .cms-question-card-body {
        padding: 30px 20px;
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .cms-cta-banner {
        padding: 70px 24px;
    }

    .cms-cta-banner-title {
        font-size: 2rem;
    }

    .cms-cta-banner-text {
        font-size: 1rem;
    }
}

.cms-team-title {
    font-size: 3.5rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0;
    color: #28489A;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.cms-team-subtitle {
    text-align: center;
    color: #5c6c8e;
    margin-bottom: 0;
    font-size: 1.05rem;
    letter-spacing: 0.08em;
}

.cms-team-intro {
    max-width: 900px;
    margin: 25px auto 40px;
    text-align: center;
    color: #555;
    font-size: 1.5rem;
    line-height: 1.8;
}

.cms-team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    max-width: 1200px;
    margin: 60px auto 0;
    width: 100%;
}

.cms-team-grid.cols-2 {
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
}

.cms-team-grid.cols-3 {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.cms-team-grid.cols-4 {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.cms-team-grid.is-flat {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.cms-team-card {
    text-align: center;
    position: relative;
    overflow: visible;
}

.cms-team-card-inner {
    background: #ffffff;
    border-radius: 24px;
    padding: 35px 30px 40px;
    box-shadow: 0 20px 60px rgba(13, 28, 62, 0.12);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.cms-team-card-inner:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 75px rgba(13, 28, 62, 0.18);
}

.cms-team-grid.is-flat .cms-team-card-inner {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.cms-team-photo-frame {
    position: relative;
    margin: 0 auto 30px;
    max-width: 340px;
    aspect-ratio: 17 / 12;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transform: translateY(0) scale(1);
    animation: fadeInUp 0.8s ease-out both;
}

.cms-team-photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.45s ease;
    transform: translateY(0) scale(1);
}

.cms-team-card-inner:hover .cms-team-photo-frame img {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.cms-team-photo-placeholder {
    color: rgba(255, 255, 255, 0.85);
    font-size: 2rem;
}

.cms-team-linkedin-badge {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0077B5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    box-shadow: 0 4px 12px rgba(0, 119, 181, 0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    animation: bounceIn 0.6s ease-out 0.4s both;
    z-index: 3;
}

.cms-team-linkedin-badge:hover {
    background: #005885;
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 18px rgba(0, 119, 181, 0.4);
}

.cms-team-profile {
    text-align: center;
    margin-bottom: 0.85rem;
}

.cms-team-name {
    font-size: 2rem;
    font-weight: 1000;
    margin-bottom: 8px;
    color: #28489A;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
    animation: fadeInLeft 0.6s ease-out 0.4s both;
    transition: color 0.3s ease, transform 0.3s ease;
}

.cms-team-name:hover {
    color: #4680F7;
    transform: translateX(5px);
}

.cms-team-role {
    font-size: 1.4rem;
    color: #666666;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    animation: fadeInLeft 0.6s ease-out 0.5s both;
    transition: color 0.3s ease, transform 0.3s ease;
}

.cms-team-role:hover {
    color: #28489A;
    transform: translateX(5px);
}

.cms-team-bio {
    color: #0B1215;
    line-height: 1.6;
    font-size: 1.3rem;
    margin: 0 auto;
    max-width: 340px;
    text-align: center;
    animation: fadeInUp 0.6s ease-out 0.6s both;
    transition: transform 0.3s ease, color 0.3s ease;
}

.cms-team-bio:hover {
    color: #555;
    transform: translateY(-2px);
}

.cms-team-empty {
    text-align: center;
    color: rgba(27, 42, 73, 0.6);
    padding: 2rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.85);
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-15px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 992px) {
    .cms-team-title {
        font-size: 2.8rem;
    }

    .cms-team-intro {
        font-size: 1.3rem;
    }

    .cms-team-grid {
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .cms-team-grid {
        padding: 0 12px;
    }

    .cms-team-photo-frame {
        max-width: 100%;
    }
}

.cms-feature {
    padding: 1.5rem;
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.cms-feature-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #0B1215;
    margin-bottom: 0.5rem;
}

.cms-feature-content {
    color: #666;
    line-height: 1.6;
}

/* Icon Features Section (3-up benefits) */
.cms-icon-features-section {
    padding: 80px 0;
    background: #f5f7fb;
    width: 100vw; /* full-bleed background */
    margin-left: calc(50% - 50vw);
    position: relative;
}

.cms-icon-features-title {
    text-align: center;
    font-size: clamp(2.4rem, 3.6vw, 3.4rem);
    font-weight: 800;
    color: #0B1215;
    margin-bottom: 16px;
}

.cms-icon-features-subtitle {
    text-align: center;
    max-width: 920px;
    margin: 0 auto 50px;
    font-size: 1.2rem;
    color: #5b637e;
}

.cms-icon-features-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 52px 70px;
    align-items: start;
    justify-items: center;
    max-width: 1240px;
    margin: 0 auto;
}

.cms-icon-feature {
    text-align: center;
    padding: 10px 18px;
    max-width: 360px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.cms-icon-feature-badge {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 24px;
    background: #27489a;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 24px 48px rgba(39, 72, 154, 0.22);
    position: relative;
    isolation: isolate;
}

.cms-icon-feature-badge::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.cms-icon-feature-badge img {
    max-width: 86px;
    max-height: 86px;
    object-fit: contain;
    filter: brightness(0) invert(1); /* make icons white if dark */
}

.cms-icon-feature-badge i,
.cms-icon-feature-badge svg,
.cms-icon-feature-badge span {
    color: #fff;
    fill: #fff;
    font-size: 70px;
    width: 45px;
}

.cms-icon-feature-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
}

.cms-icon-feature-title {
    font-size: 2rem !important;
    font-weight: 600;
    color: #0B1215;
    margin-bottom: 12px;
    letter-spacing: 0.01em;
    line-height: 1.25; /* stabilize wrap height across cards */
}

.cms-icon-feature-text {
    font-size: 1.6rem;
    line-height: 1.75;
    color: #0B1215;
    max-width: 46ch;
    margin: 4px auto 0;
    min-height: 4.8em; /* keep description rows visually aligned */
}

@media (max-width: 992px) {
    .cms-icon-features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px 36px;
    }
    .cms-icon-feature-badge {
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 640px) {
    .cms-icon-features-grid {
        grid-template-columns: 1fr;
    }
    .cms-icon-feature-badge {
        width: 120px;
        height: 120px;
    }
}
/* Advertisers CTA */
.cms-advertisers-cta-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: #ffffff;
    padding: 70px 0 80px;
    border-top: 6px solid #223f90;
}
.cms-advertisers-cta-section .container {
    text-align: center;
}
.advertisers-cta-title {
    font-size: clamp(2rem, 3.4vw, 2.6rem);
    font-weight: 800;
    color: #27489a;
    margin: 0 0 14px;
}
.advertisers-cta-subtitle {
    max-width: 780px;
    margin: 0 auto 24px;
    color: #4a5568;
    font-size: 1.2rem;
}
.advertisers-cta-actions { margin-top: 30px; }
.advertisers-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #27489a;
    border: 1px solid #fff;
    color: #fff;
    padding: 14px 30px;
    border-radius: 9999px;
    font-weight: 700;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.advertisers-cta-btn:hover {
    color: #1f3c86;
    border: 1px solid #1f3c86;
    background: #fff;
    /* box-shadow: 0 14px 28px rgba(39, 72, 154, 0.25); */
}
.advertisers-cta-btn i { font-size: 0.9em; }
.cms-gallery-section {
    padding: 6rem 0;
    /* background: #f5f8ff; */
}

.cms-gallery-title {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    color: #28489a;
    margin-bottom: 1.5rem;
}

.cms-gallery-subtitle {
    text-align: center;
    font-size: 1.8rem;
    color: #5f6b8a;
    max-width: 720px;
    margin: 0 auto 3rem;
}

.cms-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2.4rem;
    max-width: 960px;
    margin: 0 auto;
}

.cms-gallery-card {
    display: flex;
    justify-content: center;
}

.cms-gallery-card-inner {
    width: 100%;
    max-width: 240px;
    background: #ffffff;
    border-radius: 28px;
    padding: 3rem 2rem;
    box-shadow: 0 20px 40px rgba(20, 59, 150, 0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cms-gallery-card-inner:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 45px rgba(20, 59, 150, 0.18);
}

.cms-gallery-card-inner img {
    max-width: 100%;
    max-height: 70px;
    object-fit: contain;
}

.cms-gallery-card-caption {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #4d5c7a;
    text-align: center;
}

@media (max-width: 767px) {
    .cms-gallery-section {
        padding: 4rem 0;
    }

    .cms-gallery-title {
        font-size: 2.4rem;
    }

    .cms-gallery-subtitle {
        font-size: 1.6rem;
        margin-bottom: 2.5rem;
    }

    .cms-gallery-card-inner {
        max-width: 100%;
        padding: 2.5rem 1.5rem;
    }

    .cms-gallery-card-inner img {
        max-height: 60px;
    }
}

.cms-cta-section {
    background: #343a40;
    color: white;
    padding: 3rem 0;
    text-align: center;
    margin: 2rem 0;
}

.cms-cta-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.cms-cta-content {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.cms-cta-button .btn {
    padding: 1rem 2rem;
    font-size: 1.1rem;
}

.cms-text-block {
    margin-bottom: 1.5rem;
}

.cms-text-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #0B1215;
    margin-bottom: 0.5rem;
}

.cms-text-content {
    color: #666;
    line-height: 1.6;
}

.cms-no-content {
    text-align: center;
    padding: 3rem;
    color: #666;
    font-style: italic;
}

/* Multi-Column Layout Block Styles */
.cms-columns-block {
    padding: 2rem 0;
    margin-bottom: 3rem; /* Space between different column sections */
}

.cms-columns-title {
    font-size: 2.5rem !important;
    font-weight: bold;
    color: #1A73E8;
    margin-bottom: 2rem;
    text-align: left;
    /* letter-spacing: 2px; */
}

.cms-columns-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 2rem;
    font-style: italic;
}

/* Sitemap-specific styling within columns block */
.cms-columns-content h3,
.cms-columns-content h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #4e73df;
    margin-bottom: 1rem;
    text-decoration: underline;
}

/* Clickable column heading link styling */
.cms-columns-content h4 a.column-heading-link {
    font-size: 1.8rem;
    font-weight: 400;
    color: #29489A;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.cms-columns-content h4 a.column-heading-link:hover {
    color: #2e59d9;
    text-decoration: underline;
    padding-left: 5px;
}

.cms-columns-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.cms-columns-content ul li {
    margin-bottom: 0.6rem;
    padding-left: 0;
}

.cms-columns-content ul li a {
    color: #0B1215;
    text-decoration: none;
    font-size: 1.6rem !important;
    font-weight: 400;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
}

.cms-columns-content ul li a:hover {
    color: #1A73E8;
    padding-left: 8px;
}

.cms-columns-content ul li a::before {
    content: '›';
    position: absolute;
    left: -8px;
    opacity: 0;
    transition: all 0.3s ease;
    color: #4e73df;
    font-weight: bold;
}

.cms-columns-content ul li a:hover::before {
    opacity: 1;
    left: 0;
}

/* Column spacing for Bootstrap grid - Force horizontal layout */
.cms-columns-content {
    margin-top: 2rem;
}

.cms-columns-content .row {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 2rem;
    padding-top: 2rem;
    margin-top: 0;
    margin-bottom: 0;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 3rem !important; /* Consistent spacing between all columns */
    justify-content: flex-start !important;
}

.cms-columns-content .row:first-child {
    padding-top: 0;
}

.cms-columns-content .row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.cms-columns-content .row > [class*='col-'] {
    margin-bottom: 0;
    flex: 1 1 auto !important;
    min-width: 220px !important;
    max-width: 280px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cms-columns-secondary {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid #e0e0e0;
    color: #666;
}

/* Responsive Design */
@media (max-width: 768px) {
    :root {
        --cms-font-scale: 0.9;
    }
    /* Main heading responsiveness */
    .cms-page-wrapper h1 {
        font-size: 2.5rem;
    }
    
    .cms-page-wrapper h2 {
        font-size: 2rem;
    }
    
    .cms-page-wrapper h3 {
        font-size: 1.8rem;
    }
    
    .cms-page-wrapper h4 {
        font-size: 1.6rem;
    }
    
    .cms-page-wrapper h5 {
        font-size: 1.4rem;
    }
    
    .cms-page-wrapper h6 {
        font-size: 1.2rem;
    }
    
    .cms-page-wrapper p {
        font-size: 1.1rem;
        line-height: 1.6;
    }
    
    .cms-page-title {
        font-size: 2rem;
    }
    
    .cms-hero-title {
        font-size: 2.5rem;
    }
    
    .cms-hero-section {
        padding: 2rem 0;
        min-height: 400px;
    }
    
    .cms-hero-subtitle {
        font-size: 1.1rem;
    }
    
    .cms-section-title {
        font-size: 1.5rem;
    }
    
    .cms-section-subtitle {
        font-size: 1.1rem;
    }
    
    .cms-section-content {
        font-size: 0.95rem;
    }
    
    .cms-text-title {
        font-size: 1.5rem;
    }
    
    .cms-text-content {
        font-size: 1.1rem;
    }
    
    .cms-feature-title {
        font-size: 1.2rem;
    }
    
    .cms-gallery-title {
        font-size: 2.4rem;
    }
    
    .cms-gallery-subtitle {
        font-size: 1.5rem;
    }
    
    .cms-cta-title {
        font-size: 1.6rem;
    }
    
    .cms-columns-title {
        font-size: 1.8rem;
        letter-spacing: 1px;
    }
    
    .cms-columns-content .row {
        flex-direction: column !important;
    }
    
    .cms-columns-content .row > [class*='col-'] {
        margin-bottom: 1rem;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    
    /* FAQ responsive styles */
    .cms-faq-section {
        margin-bottom: 2.4rem;
    }
    
    .cms-faq-section-header {
        padding-bottom: 1.2rem;
        gap: 1.2rem;
    }
    
    .cms-faq-section-title {
        font-size: 1.7rem;
    }
    
    .cms-faq-section-subtitle {
        font-size: 1.05rem;
    }
    
    .cms-faq-question {
        font-size: 1.45rem;
        gap: 1rem;
        padding: 0;
    }
    
    .cms-faq-answer {
        font-size: 1.35rem;
    }
}

/* Extra small screens */
@media (max-width: 480px) {
    :root {
        --cms-font-scale: 0.8;
    }
    .cms-page-wrapper h1 {
        font-size: 2rem;
    }
    
    .cms-page-wrapper h2 {
        font-size: 1.7rem;
    }
    
    .cms-page-wrapper h3 {
        font-size: 1.5rem;
    }
    
    .cms-page-wrapper h4 {
        font-size: 1.3rem;
    }
    
    .cms-page-wrapper h5 {
        font-size: 1.2rem;
    }
    
    .cms-page-wrapper h6 {
        font-size: 1.1rem;
    }
    
    .cms-page-wrapper p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    .cms-page-title {
        font-size: 1.7rem;
    }
    
    .cms-section-content {
        font-size: 0.95rem;
    }
    
    .cms-hero-text {
        font-size: 1rem;
    }
    
    .cms-hero-title {
        font-size: 2rem;
    }
    
    .cms-hero-section {
        padding: 1.5rem 1rem;
        min-height: 350px;
    }
    
    .cms-hero-subtitle {
        font-size: 1rem;
    }
    
    .cms-section-title {
        font-size: 1.3rem;
    }
    
    .cms-section-subtitle {
        font-size: 1rem;
    }
    
    .cms-text-title {
        font-size: 1.3rem;
    }
    
    .cms-cta-title {
        font-size: 1.4rem;
    }
    
    .cms-columns-title {
        font-size: 1.5rem;
    }
    
    /* FAQ responsive styles for extra small screens */
    .cms-faq-section-title {
        font-size: 1.5rem;
    }
    
    .cms-faq-section-subtitle {
        font-size: 0.95rem;
    }
    
    .cms-faq-question {
        font-size: 1.3rem;
    }
    
    .cms-faq-answer {
        font-size: 1.2rem;
    }
    
    .container {
        padding: 0px 15px;
    }
}

/* ===== Best Price Guarantee Section ===== */
.cms-price-guarantee-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.cms-price-guarantee-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cms-price-guarantee-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
}

.cms-price-guarantee-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(3, 19, 45, 0.58) 0%, rgba(8, 24, 52, 0.78) 55%, rgba(6, 18, 40, 0.9) 100%);
    z-index: 2;
}

.cms-price-guarantee-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.cms-price-guarantee-content > *{
    color: #fff !important;
}

.cms-price-guarantee-title {
    color: #fff;
    font-size: 3.3rem;
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-shadow: 0 15px 35px rgba(0, 0, 0, 0.45);
}

.cms-price-guarantee-description {
    font-size: 1.5rem;
    margin: 0;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75;
    font-weight: 400;
    color: #f7f8ff;
    text-shadow: 0 10px 25px rgba(0, 0, 0, 0.65);
}

.cms-price-guarantee-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFC654;
    color: #0B1215 !important;
    padding: 16px 46px;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    box-shadow: 0 25px 45px -25px rgba(0, 0, 0, 0.65);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.cms-price-guarantee-btn:hover {
    background: #FFD980;
    color: #0B1215;
    transform: translateY(-4px);
    box-shadow: 0 28px 50px -24px rgba(0, 0, 0, 0.75);
}

@media (max-width: 768px) {
    .cms-price-guarantee-section {
        padding: 80px 0;
    }
    
    .cms-price-guarantee-title {
        font-size: 2.2rem;
    }
    
    .cms-price-guarantee-description {
        font-size: 1.2rem;
        padding: 0 16px;
    }
    
    .cms-price-guarantee-btn {
        font-size: 1rem;
        padding: 14px 34px;
    }
}

/* ===== Pre-Footer Highlights ===== */
.cms-pre-footer-section {
    padding: 80px 0px;
    background: #fff;
}

.cms-pre-footer-section .container {
    max-width: 1160px;
}

.cms-pre-footer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 100px;
    align-items: flex-start;
}

.cms-pre-footer-column-title {
    font-size: 2.2rem !important;
    font-weight: 600;
    color: #29489A !important; 
    margin-bottom: 30px;
}

.cms-pre-footer-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cms-pre-footer-list li {
    position: relative;
    padding-left: 30px;
    font-size: 1.6rem;
    color: #0B1215;
    line-height: 1.6;
    font-weight: 400;
}

.cms-pre-footer-list li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    top: 2px;
    color: #1f4ed8;
    font-size: 1.6rem;
    font-weight: 700;
}

.cms-pre-footer-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    /* text-transform: uppercase; */
    /* letter-spacing: 0.12em; */
    color: #007bff;
    text-decoration: none;
    font-size: 1.6rem;
}

.cms-pre-footer-link span {
    font-size: 1.2rem;
    line-height: 1;
}

.cms-pre-footer-link:hover {
    color: #132da0;
}

@media (max-width: 992px) {
    .cms-pre-footer-grid {
        grid-template-columns: 1fr;
        gap: 56px;
    }
}

@media (max-width: 768px) {
    .cms-pre-footer-section {
        padding: 80px 0 90px;
    }

    .cms-pre-footer-column-title {
        font-size: 1.7rem;
    }

    .cms-pre-footer-list li {
        font-size: 1.05rem;
    }
}

/* Join Free Button Section */
.cms-join-free-button-section {
    width: 100%;
    padding: 0;
    margin: 0;
}

.join-free-btn-container {
    display: flex;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 0;
    padding: 0;
}

.join-free-btn {
    background: #fff;
    color: #2E3881;
    padding: 15px 30px;
    border-radius: 48px;
    border: 1px solid #2E3881;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.join-free-btn:hover {
    background: #2E3881;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .join-free-btn-container {
        margin-top: 60px;
    }
    
    .join-free-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}

/* ============================================
   COMING SOON PAGE STYLES
   ============================================ */

/* Coming Soon Wrapper */
.coming-soon-wrapper {
    min-height: 100vh;
    background: #f8f9fa;
    padding-top: 0;
    margin-top: 0;
    position: relative;
    overflow-x: hidden;
}

/* Coming Soon Hero Section */
.coming-soon-hero {
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    transform: none !important;
    will-change: auto;
}

.coming-soon-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #28489A 0%, #4680F7 100%);
    z-index: 15;
    pointer-events: none;
    animation: none !important;
    transform: none !important;
}

/* Hero Background Layers */
.hero-background-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.hero-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    animation: slowZoom 20s ease-in-out infinite alternate;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6px), 0 calc(100% - 6px));
}

.hero-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(40, 72, 154, 0.75) 0%, rgba(70, 128, 247, 0.65) 100%);
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6px), 0 calc(100% - 6px));
}

.hero-background-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: 
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px); */
    background-size: 50px 50px;
    z-index: 3;
    animation: patternMove 30s linear infinite;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6px), 0 calc(100% - 6px));
}

/* Hero Content */
.coming-soon-hero .hero-content {
    position: relative;
    z-index: 10;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
}

.hero-content::before,
.hero-content::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    z-index: -1;
    animation: floatAround 15s ease-in-out infinite;
}

.hero-content::before {
    top: -100px;
    left: -100px;
    animation-delay: 0s;
}

.hero-content::after {
    bottom: -100px;
    right: -100px;
    animation-delay: 7.5s;
}

/* Hero Icon (Clock) */
.hero-icon-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    animation: scaleClock 3s ease-in-out infinite;
    transform-origin: center center;
}

.hero-icon {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    color: white;
    position: relative;
    z-index: 2;
}

.animated-clock {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
}

.animated-clock text {
    transform-origin: 50px 50px;
    animation: none !important;
    transform: none !important;
}

.clock-circle {
    stroke-dasharray: 283;
    stroke-dashoffset: 283;
    animation: drawCircle 1s ease-out forwards;
}

.hour-hand {
    transform-origin: 50px 50px;
    animation: rotateClock 20s linear infinite;
}

.minute-hand {
    transform-origin: 50px 50px;
    animation: rotateClock 2.5s linear infinite;
}

.pulse-ring,
.pulse-ring-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    animation: pulse 2s ease-out infinite;
    transform-origin: center center;
}

.pulse-ring-2 {
    animation-delay: 1s;
    width: 170px;
    height: 170px;
}

/* Hero Title */
.coming-soon-hero .hero-content .hero-title,
.coming-soon-hero .hero-title {
    font-size: clamp(2.5rem, 7vw, 5.5rem);
    font-weight: 800 !important;
    color: #ffffff !important;
    /* margin-bottom: 25px !important; */
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
    letter-spacing: -1px !important;
    line-height: 1.2 !important;
    animation: fadeInUp 1s ease-out !important;
    text-align: center !important;
}

/* Allow Quill font size classes to override base font-size in coming soon hero */
.coming-soon-hero .hero-title .ql-size-1\.2rem,
.coming-soon-hero .hero-title.ql-size-1\.2rem { font-size: calc(1.2rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-title .ql-size-1\.3rem,
.coming-soon-hero .hero-title.ql-size-1\.3rem { font-size: calc(1.3rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-title .ql-size-1\.4rem,
.coming-soon-hero .hero-title.ql-size-1\.4rem { font-size: calc(1.4rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-title .ql-size-1\.6rem,
.coming-soon-hero .hero-title.ql-size-1\.6rem { font-size: calc(1.6rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-title .ql-size-1\.8rem,
.coming-soon-hero .hero-title.ql-size-1\.8rem { font-size: calc(1.8rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-title .ql-size-2rem,
.coming-soon-hero .hero-title.ql-size-2rem { font-size: calc(2rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-title .ql-size-2\.2rem,
.coming-soon-hero .hero-title.ql-size-2\.2rem { font-size: calc(2.2rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-title .ql-size-2\.4rem,
.coming-soon-hero .hero-title.ql-size-2\.4rem { font-size: calc(2.4rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-title .ql-size-2\.6rem,
.coming-soon-hero .hero-title.ql-size-2\.6rem { font-size: calc(2.6rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-title .ql-size-2\.8rem,
.coming-soon-hero .hero-title.ql-size-2\.8rem { font-size: calc(2.8rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-title .ql-size-3rem,
.coming-soon-hero .hero-title.ql-size-3rem { font-size: calc(3rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-title .ql-size-3\.2rem,
.coming-soon-hero .hero-title.ql-size-3\.2rem { font-size: calc(3.2rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-title .ql-size-3\.5rem,
.coming-soon-hero .hero-title.ql-size-3\.5rem { font-size: calc(3.5rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-title .ql-size-4rem,
.coming-soon-hero .hero-title.ql-size-4rem { font-size: calc(4rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-title .ql-size-4\.5rem,
.coming-soon-hero .hero-title.ql-size-4\.5rem { font-size: calc(4.5rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-title .ql-size-5rem,
.coming-soon-hero .hero-title.ql-size-5rem { font-size: calc(5rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-title .ql-size-6rem,
.coming-soon-hero .hero-title.ql-size-6rem { font-size: calc(6rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-title .ql-size-6\.5rem,
.coming-soon-hero .hero-title.ql-size-6\.5rem { font-size: calc(6.5rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-title .ql-size-7rem,
.coming-soon-hero .hero-title.ql-size-7rem { font-size: calc(7rem * var(--cms-font-scale, 1)) !important; }

.coming-soon-hero .hero-content .hero-title strong,
.coming-soon-hero .hero-title strong {
    color: #ffffff !important;
}

/* Hero Subtitle */
.coming-soon-hero .hero-content .hero-subtitle,
.coming-soon-hero p.hero-subtitle,
.coming-soon-hero h1.hero-subtitle,
.coming-soon-hero h2.hero-subtitle,
.coming-soon-hero h3.hero-subtitle,
.coming-soon-hero h4.hero-subtitle,
.coming-soon-hero h5.hero-subtitle,
.coming-soon-hero h6.hero-subtitle {
    /* font-size: clamp(1.1rem, 2.5vw, 1.4rem) !important; */
    color: rgba(255, 255, 255, 0.95) !important;
    margin: 30px 0px!important;
    line-height: 1.6 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
    animation: fadeInUp 1s ease-out 0.2s both !important;
    text-align: center !important;
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

/* Ensure Quill font sizes work on heading elements inside subtitle */
.coming-soon-hero .hero-subtitle h1,
.coming-soon-hero .hero-subtitle h2,
.coming-soon-hero .hero-subtitle h3,
.coming-soon-hero .hero-subtitle h4,
.coming-soon-hero .hero-subtitle h5,
.coming-soon-hero .hero-subtitle h6,
.coming-soon-hero p.hero-subtitle h1,
.coming-soon-hero p.hero-subtitle h2,
.coming-soon-hero p.hero-subtitle h3,
.coming-soon-hero p.hero-subtitle h4,
.coming-soon-hero p.hero-subtitle h5,
.coming-soon-hero p.hero-subtitle h6 {
    font-size: inherit !important;
    color: inherit !important;
    margin: 0 !important;
    font-weight: inherit !important;
    background: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

/* Remove backgrounds from all child elements within subtitle */
.coming-soon-hero .hero-subtitle *,
.coming-soon-hero p.hero-subtitle *,
.coming-soon-hero h1.hero-subtitle *,
.coming-soon-hero h2.hero-subtitle *,
.coming-soon-hero h3.hero-subtitle *,
.coming-soon-hero h4.hero-subtitle *,
.coming-soon-hero h5.hero-subtitle *,
.coming-soon-hero h6.hero-subtitle *,
.coming-soon-hero .hero-subtitle p,
.coming-soon-hero .hero-subtitle span,
.coming-soon-hero .hero-subtitle div,
.coming-soon-hero .hero-subtitle strong,
.coming-soon-hero .hero-subtitle em,
.coming-soon-hero p.hero-subtitle p,
.coming-soon-hero p.hero-subtitle span,
.coming-soon-hero p.hero-subtitle div,
.coming-soon-hero h5.hero-subtitle p,
.coming-soon-hero h5.hero-subtitle span,
.coming-soon-hero h5.hero-subtitle div {
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

/* Allow Quill font size classes to override base font-size in coming soon hero subtitle */
.coming-soon-hero .hero-subtitle .ql-size-1\.2rem,
.coming-soon-hero .hero-subtitle.ql-size-1\.2rem,
.coming-soon-hero p.hero-subtitle .ql-size-1\.2rem,
.coming-soon-hero p.hero-subtitle.ql-size-1\.2rem,
.coming-soon-hero h1.hero-subtitle.ql-size-1\.2rem,
.coming-soon-hero h2.hero-subtitle.ql-size-1\.2rem,
.coming-soon-hero h3.hero-subtitle.ql-size-1\.2rem,
.coming-soon-hero h4.hero-subtitle.ql-size-1\.2rem,
.coming-soon-hero h5.hero-subtitle.ql-size-1\.2rem,
.coming-soon-hero h6.hero-subtitle.ql-size-1\.2rem,
.coming-soon-hero .hero-subtitle * .ql-size-1\.2rem,
.coming-soon-hero .hero-subtitle *.ql-size-1\.2rem { font-size: calc(1.2rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-subtitle .ql-size-1\.3rem,
.coming-soon-hero .hero-subtitle.ql-size-1\.3rem,
.coming-soon-hero p.hero-subtitle .ql-size-1\.3rem,
.coming-soon-hero p.hero-subtitle.ql-size-1\.3rem,
.coming-soon-hero .hero-subtitle * .ql-size-1\.3rem,
.coming-soon-hero .hero-subtitle *.ql-size-1\.3rem { font-size: calc(1.3rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-subtitle .ql-size-1\.4rem,
.coming-soon-hero .hero-subtitle.ql-size-1\.4rem,
.coming-soon-hero p.hero-subtitle .ql-size-1\.4rem,
.coming-soon-hero p.hero-subtitle.ql-size-1\.4rem,
.coming-soon-hero .hero-subtitle * .ql-size-1\.4rem,
.coming-soon-hero .hero-subtitle *.ql-size-1\.4rem { font-size: calc(1.4rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-subtitle .ql-size-1\.6rem,
.coming-soon-hero .hero-subtitle.ql-size-1\.6rem,
.coming-soon-hero p.hero-subtitle .ql-size-1\.6rem,
.coming-soon-hero p.hero-subtitle.ql-size-1\.6rem,
.coming-soon-hero .hero-subtitle * .ql-size-1\.6rem,
.coming-soon-hero .hero-subtitle *.ql-size-1\.6rem { font-size: calc(1.6rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-subtitle .ql-size-1\.8rem,
.coming-soon-hero .hero-subtitle.ql-size-1\.8rem,
.coming-soon-hero p.hero-subtitle .ql-size-1\.8rem,
.coming-soon-hero p.hero-subtitle.ql-size-1\.8rem,
.coming-soon-hero h1.hero-subtitle.ql-size-1\.8rem,
.coming-soon-hero h2.hero-subtitle.ql-size-1\.8rem,
.coming-soon-hero h3.hero-subtitle.ql-size-1\.8rem,
.coming-soon-hero h4.hero-subtitle.ql-size-1\.8rem,
.coming-soon-hero h5.hero-subtitle.ql-size-1\.8rem,
.coming-soon-hero h6.hero-subtitle.ql-size-1\.8rem,
.coming-soon-hero .hero-subtitle * .ql-size-1\.8rem,
.coming-soon-hero .hero-subtitle *.ql-size-1\.8rem { font-size: calc(1.8rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-subtitle .ql-size-2rem,
.coming-soon-hero .hero-subtitle.ql-size-2rem,
.coming-soon-hero p.hero-subtitle .ql-size-2rem,
.coming-soon-hero p.hero-subtitle.ql-size-2rem,
.coming-soon-hero .hero-subtitle * .ql-size-2rem,
.coming-soon-hero .hero-subtitle *.ql-size-2rem { font-size: calc(2rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-subtitle .ql-size-2\.2rem,
.coming-soon-hero .hero-subtitle.ql-size-2\.2rem,
.coming-soon-hero p.hero-subtitle .ql-size-2\.2rem,
.coming-soon-hero p.hero-subtitle.ql-size-2\.2rem,
.coming-soon-hero .hero-subtitle * .ql-size-2\.2rem,
.coming-soon-hero .hero-subtitle *.ql-size-2\.2rem { font-size: calc(2.2rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-subtitle .ql-size-2\.4rem,
.coming-soon-hero .hero-subtitle.ql-size-2\.4rem,
.coming-soon-hero p.hero-subtitle .ql-size-2\.4rem,
.coming-soon-hero p.hero-subtitle.ql-size-2\.4rem,
.coming-soon-hero .hero-subtitle * .ql-size-2\.4rem,
.coming-soon-hero .hero-subtitle *.ql-size-2\.4rem { font-size: calc(2.4rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-subtitle .ql-size-2\.6rem,
.coming-soon-hero .hero-subtitle.ql-size-2\.6rem,
.coming-soon-hero p.hero-subtitle .ql-size-2\.6rem,
.coming-soon-hero p.hero-subtitle.ql-size-2\.6rem,
.coming-soon-hero .hero-subtitle * .ql-size-2\.6rem,
.coming-soon-hero .hero-subtitle *.ql-size-2\.6rem { font-size: calc(2.6rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-subtitle .ql-size-2\.8rem,
.coming-soon-hero .hero-subtitle.ql-size-2\.8rem,
.coming-soon-hero p.hero-subtitle .ql-size-2\.8rem,
.coming-soon-hero p.hero-subtitle.ql-size-2\.8rem,
.coming-soon-hero .hero-subtitle * .ql-size-2\.8rem,
.coming-soon-hero .hero-subtitle *.ql-size-2\.8rem { font-size: calc(2.8rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-subtitle .ql-size-3rem,
.coming-soon-hero .hero-subtitle.ql-size-3rem,
.coming-soon-hero p.hero-subtitle .ql-size-3rem,
.coming-soon-hero p.hero-subtitle.ql-size-3rem,
.coming-soon-hero .hero-subtitle * .ql-size-3rem,
.coming-soon-hero .hero-subtitle *.ql-size-3rem { font-size: calc(3rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-subtitle .ql-size-3\.2rem,
.coming-soon-hero .hero-subtitle.ql-size-3\.2rem,
.coming-soon-hero p.hero-subtitle .ql-size-3\.2rem,
.coming-soon-hero p.hero-subtitle.ql-size-3\.2rem,
.coming-soon-hero .hero-subtitle * .ql-size-3\.2rem,
.coming-soon-hero .hero-subtitle *.ql-size-3\.2rem { font-size: calc(3.2rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-subtitle .ql-size-3\.5rem,
.coming-soon-hero .hero-subtitle.ql-size-3\.5rem,
.coming-soon-hero p.hero-subtitle .ql-size-3\.5rem,
.coming-soon-hero p.hero-subtitle.ql-size-3\.5rem,
.coming-soon-hero .hero-subtitle * .ql-size-3\.5rem,
.coming-soon-hero .hero-subtitle *.ql-size-3\.5rem { font-size: calc(3.5rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-subtitle .ql-size-4rem,
.coming-soon-hero .hero-subtitle.ql-size-4rem,
.coming-soon-hero p.hero-subtitle .ql-size-4rem,
.coming-soon-hero p.hero-subtitle.ql-size-4rem,
.coming-soon-hero .hero-subtitle * .ql-size-4rem,
.coming-soon-hero .hero-subtitle *.ql-size-4rem { font-size: calc(4rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-subtitle .ql-size-4\.5rem,
.coming-soon-hero .hero-subtitle.ql-size-4\.5rem,
.coming-soon-hero p.hero-subtitle .ql-size-4\.5rem,
.coming-soon-hero p.hero-subtitle.ql-size-4\.5rem,
.coming-soon-hero .hero-subtitle * .ql-size-4\.5rem,
.coming-soon-hero .hero-subtitle *.ql-size-4\.5rem { font-size: calc(4.5rem * var(--cms-font-scale, 1)) !important; }
.coming-soon-hero .hero-subtitle .ql-size-5rem,
.coming-soon-hero .hero-subtitle.ql-size-5rem,
.coming-soon-hero p.hero-subtitle .ql-size-5rem,
.coming-soon-hero p.hero-subtitle.ql-size-5rem,
.coming-soon-hero .hero-subtitle * .ql-size-5rem,
.coming-soon-hero .hero-subtitle *.ql-size-5rem { font-size: calc(5rem * var(--cms-font-scale, 1)) !important; }

/* Hero Sparkles */
.hero-sparkles {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    animation: fadeInUp 1s ease-out 0.4s both;
}

.sparkle {
    font-size: 2rem;
    animation: sparkle 3s ease-in-out infinite;
    display: inline-block;
}

.sparkle:nth-child(1) { animation-delay: 0s; }
.sparkle:nth-child(2) { animation-delay: 0.5s; }
.sparkle:nth-child(3) { animation-delay: 1s; }
.sparkle:nth-child(4) { animation-delay: 1.5s; }

/* Coming Soon Features Section - Scoped to coming-soon-wrapper */
.coming-soon-wrapper .features-section {
    position: relative;
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}

.coming-soon-wrapper .features-bg-decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(40, 72, 154, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(70, 128, 247, 0.05) 0%, transparent 50%);
    z-index: 1;
}

.coming-soon-wrapper .features-section .container {
    position: relative;
    z-index: 2;
}

.coming-soon-wrapper .section-header {
    margin-bottom: 60px;
}

.coming-soon-wrapper .section-header .section-title,
.coming-soon-wrapper .section-header h2.section-title,
.coming-soon-wrapper .section-header h2 {
    font-size: clamp(2.5rem, 5vw, 3.5rem) !important;
    font-weight: 700 !important;
    color: #28489A !important;
    text-align: center !important;
    margin-bottom: 15px !important;
}

.coming-soon-wrapper .section-header .section-description,
.coming-soon-wrapper .section-header p.section-description,
.coming-soon-wrapper .section-header p {
    font-size: 1.8rem !important;
    color: #666 !important;
    text-align: center !important;
    max-width: 700px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.coming-soon-wrapper .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.coming-soon-wrapper .feature-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid rgba(40, 72, 154, 0.1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.coming-soon-wrapper .feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #28489A 0%, #4680F7 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.coming-soon-wrapper .feature-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 20px 50px rgba(40, 72, 154, 0.2);
    border-color: #28489A;
    background: linear-gradient(135deg, #ffffff 0%, #f0f4ff 100%);
}

.coming-soon-wrapper .feature-card:hover::before {
    transform: scaleX(1);
}

/* Background icon (top-right, large, semi-transparent) */
.coming-soon-wrapper .feature-image {
    position: absolute;
    top: -60px;
    right: -50px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    opacity: 0.1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #ffffff;
    transition: all 0.4s ease;
    z-index: 1;
    pointer-events: none;
}

.coming-soon-wrapper .feature-image i {
    font-size: 3rem;
    color: #ffffff;
}

.coming-soon-wrapper .feature-card:hover .feature-image {
    opacity: 0.15;
    transform: scale(1.2) rotate(10deg) translate(-10px, -20px);
}

/* Main icon (centered, circular with gradient) */
.coming-soon-wrapper .feature-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #28489A 0%, #4680F7 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 2.2rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 2;
    box-shadow: 0 8px 20px rgba(40, 72, 154, 0.25);
}

.coming-soon-wrapper .feature-icon i {
    font-size: 2.2rem;
    color: #ffffff;
}

.coming-soon-wrapper .feature-card:hover .feature-icon {
    transform: scale(1.15) rotate(10deg) translateY(-5px);
    box-shadow: 0 15px 35px rgba(40, 72, 154, 0.4);
}

.coming-soon-wrapper .feature-card h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #28489A;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.coming-soon-wrapper .feature-card p {
    font-size: 1.6rem;
    color: #666;
    line-height: 1.7;
    position: relative;
    z-index: 2;
}

/* Quill font size overrides for section title */
.coming-soon-wrapper .section-header .section-title .ql-size-3\.2rem,
.coming-soon-wrapper .section-header .section-title strong.ql-size-3\.2rem,
.coming-soon-wrapper .section-header h2 .ql-size-3\.2rem,
.coming-soon-wrapper .section-header h2 strong.ql-size-3\.2rem {
    font-size: 3.2rem !important;
}

/* Responsive styles for coming soon features section */
@media (max-width: 768px) {
    .coming-soon-wrapper .section-header .section-title,
    .coming-soon-wrapper .section-header h2.section-title,
    .coming-soon-wrapper .section-header h2 {
        font-size: 2rem !important;
    }
    
    .coming-soon-wrapper .section-header .section-description,
    .coming-soon-wrapper .section-header p.section-description,
    .coming-soon-wrapper .section-header p {
        font-size: 1.4rem !important;
    }
    
    .coming-soon-wrapper .feature-card {
        padding: 25px 20px;
    }
    
    .coming-soon-wrapper .feature-icon {
        width: 70px;
        height: 70px;
        font-size: 1.5rem;
    }
    
    .coming-soon-wrapper .feature-icon i {
        font-size: 1.5rem;
    }
    
    .coming-soon-wrapper .feature-card h3 {
        font-size: 1.6rem;
    }
    
    .coming-soon-wrapper .feature-card p {
        font-size: 1.4rem;
    }
    
    .coming-soon-wrapper .features-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .coming-soon-wrapper .feature-card {
        padding: 30px 20px;
    }
}

/* Coming Soon CTA Section - Scoped to coming-soon-wrapper */
.coming-soon-wrapper .cta-section {
    background: linear-gradient(135deg, #28489A 0%, #4680F7 100%);
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.coming-soon-wrapper .cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.coming-soon-wrapper .cta-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.coming-soon-wrapper .cta-content h2,
.coming-soon-wrapper .cta-content h2.section-title {
    font-size: 3.2rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 20px !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
    text-align: center !important;
}

.coming-soon-wrapper .cta-content p,
.coming-soon-wrapper .cta-content p.section-description,
.coming-soon-wrapper .cta-content h5,
.coming-soon-wrapper .cta-content h5.section-description {
    font-size: 1.8rem !important;
    color: rgba(255, 255, 255, 0.95) !important;
    margin-bottom: 40px !important;
    line-height: 1.7 !important;
    text-align: center !important;
    font-weight: 400 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.coming-soon-wrapper .cta-content p *,
.coming-soon-wrapper .cta-content h5 *,
.coming-soon-wrapper .cta-content p span,
.coming-soon-wrapper .cta-content h5 span,
.coming-soon-wrapper .cta-content p strong,
.coming-soon-wrapper .cta-content h5 strong,
.coming-soon-wrapper .cta-content p em,
.coming-soon-wrapper .cta-content h5 em {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    color: inherit !important;
}

.coming-soon-wrapper .cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.coming-soon-wrapper .cta-section .btn {
    display: inline-block;
    padding: 15px 35px;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
}

.coming-soon-wrapper .cta-section .btn-primary {
    background: #ffffff;
    color: #28489A;
    border: 2px solid #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.coming-soon-wrapper .cta-section .btn-primary:hover {
    background: #28489A;
    color: rgba(255, 255, 255, 0.9);
    border-color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.coming-soon-wrapper .cta-section .btn-accent {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    box-shadow: none;
}

.coming-soon-wrapper .cta-section .btn-accent:hover {
    background: #ffffff;
    color: #28489A;
    border-color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.coming-soon-wrapper .cta-section .btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    box-shadow: none;
}

.coming-soon-wrapper .cta-section .btn-secondary:hover {
    background: #ffffff;
    color: #28489A;
    border-color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Responsive styles for Coming Soon CTA */
@media (max-width: 768px) {
    .coming-soon-wrapper .cta-content h2,
    .coming-soon-wrapper .cta-content h2.section-title {
        font-size: 2.4rem !important;
    }
    
    .coming-soon-wrapper .cta-content p,
    .coming-soon-wrapper .cta-content p.section-description {
        font-size: 1.4rem !important;
    }
    
    .coming-soon-wrapper .cta-section .btn {
        font-size: 1.2rem;
        padding: 12px 25px;
    }
    
    .coming-soon-wrapper .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }
    
    .coming-soon-wrapper .cta-buttons .btn {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}

/* Animations */
@keyframes drawCircle {
    to {
        stroke-dashoffset: 0;
    }
}

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

@keyframes scaleClock {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

@keyframes sparkle {
    0%, 100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
    50% {
        transform: scale(1.3) rotate(180deg);
        opacity: 0.7;
    }
}

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

@keyframes slowZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@keyframes patternMove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50px, 50px);
    }
}

@keyframes floatAround {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(20px, -20px) scale(1.1);
    }
    50% {
        transform: translate(-20px, 20px) scale(0.9);
    }
    75% {
        transform: translate(20px, 20px) scale(1.05);
    }
}

/* Responsive Styles */
@media (max-width: 768px) {
    .coming-soon-hero {
        min-height: 60vh;
        padding: 60px 15px;
    }
    
    .hero-icon {
        width: 100px;
        height: 100px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .feature-card {
        padding: 30px 20px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-section .btn {
        width: 100%;
        max-width: 300px;
    }
    
    .section-header {
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .coming-soon-hero {
        min-height: 50vh;
        padding: 40px 15px;
    }
    
    .hero-sparkles {
        gap: 15px;
    }
    
    .sparkle {
        font-size: 1.5rem;
    }
}