/* ============================================
   SCOTIA FRE CONNECT - GRIDX FLOW STYLES
   Modern Fintech Platform Design System
   ============================================ */

/* ========== RESET & BASE STYLES ========== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.6;
    color: #1a1a2e;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    overflow-x: hidden;
}

/* ========== NAVIGATION STYLES ========== */
.nav-xz92 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.nav-scrolled-k4 {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.nav-contain-44k {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.8rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand-sc77 {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.brand-sc77 h1 {
    font-size: 1.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.domain-badge-x1 {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 0.25rem 0.8rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
    white-space: nowrap;
}

.nav-links-z88 {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-links-z88 a {
    text-decoration: none;
    color: #4a5568;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 0;
}

.nav-links-z88 a:hover,
.nav-active-22 {
    color: #667eea;
}

.nav-links-z88 a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    transition: width 0.3s ease;
}

.nav-links-z88 a:hover::after,
.nav-active-22::after {
    width: 100%;
}

/* Mobile Navigation */
.mobile-toggle-99 {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.mobile-toggle-99 span {
    width: 25px;
    height: 3px;
    background: #667eea;
    transition: all 0.3s ease;
    border-radius: 2px;
}

/* ========== HERO SECTIONS ========== */
.hero-quantum-k7 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    overflow: hidden;
}

.hero-overlay-33 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(1px);
}

.hero-content-zx4 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-text-block-88 {
    color: white;
}

.hero-title-q9 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hero-subtitle-66 {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    opacity: 0.95;
    line-height: 1.6;
}

.cta-group-x44 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.cta-primary-z1 {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.cta-primary-z1:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.cta-secondary-m8 {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.4);
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cta-secondary-m8:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.hero-visual-k3 {
    position: relative;
}

.hero-image-77 {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.hero-image-77:hover {
    transform: scale(1.02);
}

/* ========== SECTION LAYOUTS ========== */
.section-wrapper-k9 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.section-title-x7 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    color: white;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* ========== FEATURES SECTION ========== */
.features-prime-y5 {
    padding: 80px 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.features-grid-z2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.feature-card-a4 {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    color: white;
}

.feature-card-a4:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.feature-icon-w3 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.feature-card-a4 h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.feature-card-a4 p {
    opacity: 0.9;
    line-height: 1.6;
}

/* ========== API SHOWCASE ========== */
.api-showcase-r8 {
    padding: 80px 0;
    background: rgba(255, 255, 255, 0.05);
}

.api-content-layout-x6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.api-text-block-q1 {
    color: white;
}

.api-text-block-q1 h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.api-text-block-q1 p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.api-features-list-z7 {
    list-style: none;
    margin-bottom: 2rem;
}

.api-features-list-z7 li {
    padding: 0.5rem 0;
    position: relative;
    padding-left: 1.5rem;
}

.api-features-list-z7 li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #a8e6cf;
    font-weight: bold;
}

.external-link-m4 {
    color: #a8e6cf;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.external-link-m4:hover {
    color: white;
}

.api-image-k5 {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

/* ========== TESTIMONIALS ========== */
.testimonials-wave-p3 {
    padding: 80px 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.testimonials-grid-f8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}

.testimonial-card-n2 {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 2rem;
    color: white;
    transition: all 0.3s ease;
}

.testimonial-card-n2:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.2);
}

.testimonial-card-n2 p {
    font-style: italic;
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    line-height: 1.6;
}

.testimonial-author-x9 strong {
    display: block;
    font-weight: 600;
    margin-bottom: 0.3rem;
}

.testimonial-author-x9 span {
    opacity: 0.8;
    font-size: 0.9rem;
}

/* ========== CTA FINAL SECTION ========== */
.cta-final-v7 {
    padding: 80px 0;
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
}

.cta-content-z4 {
    max-width: 600px;
    margin: 0 auto;
    color: white;
}

.cta-content-z4 h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-content-z4 p {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
}

.cta-buttons-group-k8 {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.info-link-q6 {
    color: #a8e6cf;
    text-decoration: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.info-link-q6:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* ========== ABOUT PAGE STYLES ========== */
.about-hero-q8 {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

.about-hero-content-x2 {
    color: white;
}

.about-title-k9 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.about-subtitle-w7 {
    font-size: 1.2rem;
    opacity: 0.95;
    line-height: 1.6;
}

.hero-about-img-z3 {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

/* Story Section */
.story-section-r5 {
    padding: 80px 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.story-layout-x6 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: center;
}

.story-text-m8 {
    color: white;
}

.story-text-m8 h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.story-text-m8 p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    opacity: 0.9;
    line-height: 1.7;
}

.story-stats-k4 {
    display: flex;
    gap: 2rem;
    margin-top: 3rem;
}

.stat-item-x7 {
    text-align: center;
}

.stat-number-q2 {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: #a8e6cf;
    margin-bottom: 0.5rem;
}

.stat-label-w9 {
    font-size: 0.9rem;
    opacity: 0.8;
}

.story-image-j8 {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

/* Mission Section */
.mission-wave-v4 {
    padding: 80px 0;
    background: rgba(255, 255, 255, 0.05);
}

.mission-grid-z1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.mission-card-f6 {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    color: white;
    transition: all 0.3s ease;
}

.mission-card-f6:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.2);
}

.mission-icon-k3 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: block;
}

.mission-card-f6 h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

/* Team Section */
.team-matrix-p7 {
    padding: 80px 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.team-grid-x4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.team-member-card-q8 {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    color: white;
    transition: all 0.3s ease;
}

.team-member-card-q8:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.2);
}

.member-photo-k1 {
    margin-bottom: 1.5rem;
}

.member-img-w5 {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid rgba(255, 255, 255, 0.3);
}

.member-info-z2 h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.member-title-r9 {
    color: #a8e6cf;
    font-weight: 500;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 1rem;
}

/* Resources Section */
.resources-flow-k6 {
    padding: 80px 0;
    background: rgba(255, 255, 255, 0.05);
}

.resources-layout-x9 {
    color: white;
    text-align: center;
}

.resources-layout-x9 p {
    font-size: 1.1rem;
    margin-bottom: 3rem;
    opacity: 0.9;
}

.external-links-grid-m7 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.resource-link-q4 {
    display: block;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 1.5rem;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
}

.resource-link-q4:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.link-title-w8 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.link-desc-p3 {
    opacity: 0.8;
    font-size: 0.9rem;
}

/* ========== CONTACT PAGE STYLES ========== */
.contact-hero-x5 {
    padding: 120px 0 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.contact-title-z3 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.contact-subtitle-k7 {
    font-size: 1.2rem;
    opacity: 0.95;
    max-width: 600px;
    margin: 0 auto;
}

.contact-main-r4 {
    padding: 80px 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.contact-layout-p6 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}

/* Contact Form */
.contact-form-block-w8 {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 2.5rem;
    color: white;
}

.contact-form-block-w8 h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.form-group-z9 {
    margin-bottom: 1.5rem;
}

.form-label-q4 {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-size: 0.9rem;
}

.form-input-k6,
.form-select-m7,
.form-textarea-j5 {
    width: 100%;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.form-input-k6::placeholder,
.form-textarea-j5::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.form-input-k6:focus,
.form-select-m7:focus,
.form-textarea-j5:focus {
    outline: none;
    border-color: #a8e6cf;
    background: rgba(255, 255, 255, 0.2);
}

.form-submit-btn-x8 {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.form-submit-btn-x8:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Contact Info */
.contact-info-block-v3 {
    color: white;
}

.contact-info-block-v3 h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.contact-details-r7 {
    margin-bottom: 3rem;
}

.contact-item-k1 {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
}

.contact-icon-q9 {
    font-size: 1.5rem;
    margin-top: 0.25rem;
}

.contact-text-w4 strong {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.contact-text-w4 p {
    opacity: 0.9;
    line-height: 1.5;
}

.quick-links-section-p8 h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.quick-links-grid-x5 {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.quick-link-m2 {
    color: #a8e6cf;
    text-decoration: none;
    padding: 0.5rem 0;
    transition: color 0.3s ease;
}

.quick-link-m2:hover {
    color: white;
}

/* Map Section */
.map-section-k8 {
    padding: 80px 0;
    background: rgba(255, 255, 255, 0.05);
}

.map-container-z4 {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    margin-bottom: 2rem;
}

.google-map-w7 {
    width: 100%;
    height: 400px;
    border: none;
}

.map-info-overlay-q1 {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 2rem;
    color: white;
}

.map-info-content-j3 h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.map-info-content-j3 p {
    margin-bottom: 1.5rem;
    opacity: 0.9;
    line-height: 1.6;
}

.map-features-x6 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.map-feature-tag-k9 {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Form Success Overlay */
.form-success-overlay-r8 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.form-success-content-m4 {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 3rem;
    text-align: center;
    max-width: 400px;
    margin: 2rem;
}

.success-icon-z7 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.form-success-content-m4 h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1a1a2e;
}

.form-success-content-m4 p {
    margin-bottom: 2rem;
    color: #4a5568;
    line-height: 1.6;
}

.success-close-btn-p5 {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.success-close-btn-p5:hover {
    transform: translateY(-2px);
}

/* ========== LEGAL PAGE STYLES ========== */
.legal-hero-q2 {
    padding: 120px 0 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.legal-title-k5 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.legal-subtitle-w9 {
    font-size: 1.1rem;
    opacity: 0.95;
    margin-bottom: 3rem;
}

.legal-nav-tabs-z4 {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.tab-btn-active-m3,
.tab-btn-inactive-p7 {
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 25px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-btn-active-m3 {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    backdrop-filter: blur(10px);
}

.tab-btn-inactive-p7 {
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.tab-btn-inactive-p7:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.legal-content-r6 {
    padding: 80px 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.legal-document-x1 {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 3rem;
    color: white;
    max-width: 800px;
    margin: 0 auto;
}

.legal-document-x1 h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.last-updated-j8 {
    opacity: 0.8;
    font-style: italic;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.terms-block-q4 {
    margin-bottom: 2.5rem;
}

.terms-block-q4 h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #a8e6cf;
}

.terms-block-q4 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    opacity: 0.95;
}

.terms-list-k7 {
    list-style: none;
    margin: 1rem 0;
    padding-left: 1rem;
}

.terms-list-k7 li {
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 1.5rem;
}

.terms-list-k7 li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #a8e6cf;
    font-weight: bold;
}

.compliance-links-x5 {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.compliance-links-x5 h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #a8e6cf;
}

.regulatory-links-grid-w2 {
    display: grid;
    gap: 1rem;
}

.reg-link-k8 {
    display: block;
    color: #a8e6cf;
    text-decoration: none;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.reg-link-k8:hover {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

/* ========== FOOTER STYLES ========== */
.footer-matrix-w1 {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(20px);
    color: white;
    padding: 3rem 0 1rem;
}

.footer-content-j7 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
}

.footer-brand-x3 h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #a8e6cf, #ffd3a5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-brand-x3 p {
    margin-bottom: 1.5rem;
    opacity: 0.9;
    font-style: italic;
}

.footer-address-k2 p {
    margin-bottom: 0.5rem;
    opacity: 0.8;
    font-size: 0.9rem;
}

.footer-nav-q5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
}

.footer-column-z8 h5 {
    font-weight