/* layout.css - Complete & Bulletproof Design System for Faith Science Online */

/* ==========================================================================
   GLOBAL RESET & TYPOGRAPHY
   ========================================================================== */
*, *::before, *::after {
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background-color: #ffffff;
    color: #1a1a1a;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 700;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.fjkURC {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.PQcqq {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
    box-sizing: border-box;
}

/* ==========================================================================
   BUTTON SYSTEM
   ========================================================================== */
button {
    font-family: inherit;
    border: none;
    background: transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.2s ease;
}

[data-variant='white-blue-on-dark'] {
    background-color: #ffffff !important;
    color: #1d6ed8 !important;
    border-radius: 100px !important;
    padding: 12px 28px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    box-shadow: 0 4px 14px rgba(0,0,0,0.12) !important;
    display: inline-flex !important;
    align-items: center !important;
}
[data-variant='white-blue-on-dark']:hover {
    background-color: #f0f6ff !important;
    transform: translateY(-1px) !important;
}

[data-variant='blue-on-dark'] {
    background-color: #2563eb !important;
    color: #ffffff !important;
    border-radius: 100px !important;
    padding: 14px 32px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    box-shadow: 0 4px 14px rgba(37,99,235,0.3) !important;
    display: inline-flex !important;
}
[data-variant='blue-on-dark']:hover {
    background-color: #1d4ed8 !important;
}

[data-variant='transparent-on-light'] {
    background-color: transparent !important;
    color: #1a1a1a !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 100px !important;
    padding: 10px 24px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}
[data-variant='transparent-on-light']:hover {
    background-color: rgba(0,0,0,0.05) !important;
}

/* ==========================================================================
   1. HERO BANNER & HEADER
   ========================================================================== */
.feDyuF {
    background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%) !important;
    position: relative !important;
    overflow: hidden !important;
    color: #ffffff !important;
    padding-top: 24px !important;
    padding-bottom: 80px !important;
}

.hKRgsT {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 650px !important;
    max-width: 80vw !important;
    height: auto !important;
    z-index: 1 !important;
    pointer-events: none !important;
    opacity: 0.85 !important;
}

.jROfsH {
    position: absolute !important;
    top: 140px !important;
    right: 12% !important;
    width: 48px !important;
    height: auto !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

.gJxySY {
    position: relative !important;
    z-index: 100 !important;
    width: 100% !important;
}

.gxCwjZ {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    gap: 20px !important;
}

.gEXIkm {
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
}

.fWgPfs {
    display: flex !important;
    gap: 18px !important;
}

.frLkSB {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    opacity: 0.9 !important;
}
.frLkSB:hover {
    opacity: 1 !important;
}

.iPBHlX {
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

nav.jrdJcC {
    margin-top: 20px !important;
    background: rgba(255, 255, 255, 0.18) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: 100px !important;
    padding: 10px 24px !important;
    width: fit-content !important;
    max-width: 100% !important;
}

ul.dAvVgC {
    display: flex !important;
    list-style: none !important;
    gap: 28px !important;
    justify-content: flex-start !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: auto !important;
}

.dZymcG, .gRwKMl {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    white-space: nowrap !important;
    opacity: 0.9 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}
.dZymcG:hover, .gRwKMl:hover {
    opacity: 1 !important;
}

.ebupeJ {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-top: 60px !important;
    padding-bottom: 40px !important;
    gap: 48px !important;
    flex-wrap: nowrap !important;
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
}

.erJSNZ {
    flex: 1 !important;
    min-width: 320px !important;
    max-width: 580px !important;
    z-index: 2 !important;
}

.bqsOYJ {
    font-size: 52px !important;
    font-weight: 800 !important;
    line-height: 1.12 !important;
    margin-bottom: 24px !important;
    color: #ffffff !important;
    letter-spacing: -1px !important;
}

.hobCJb {
    margin-top: 16px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 13px !important;
}

.iOCTZQ {
    font-weight: 700 !important;
}

.daLtsg {
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
    margin-top: 32px !important;
    flex-wrap: wrap !important;
}

.fznDRm {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.kPtPNx, .gBUrsy {
    width: 36px !important;
    height: auto !important;
    max-height: 90px !important;
    display: inline-block !important;
    color: #ffffff !important;
}

.bjWiDd {
    display: flex !important;
    gap: 3px !important;
    color: #fbbf24 !important;
}

.gPAtYT {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin: 2px 0 0 0 !important;
}

.hicpsf {
    font-size: 12px !important;
    color: rgba(255, 255, 255, 0.85) !important;
    margin: 0 !important;
}

.bibHAO {
    max-width: 140px !important;
    height: auto !important;
    display: block !important;
}

/* HERO PHONE MOCKUP COLUMN */
.cDCdiA, .styles__Phone-sc-65ca76bb-12 {
    flex: 1 !important;
    min-width: 320px !important;
    max-width: 460px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
    z-index: 10 !important;
    min-height: 480px !important;
    margin: 0 auto !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.jplDVY, .styles__PhoneImage-sc-65ca76bb-13 {
    width: 100% !important;
    max-width: 380px !important;
    height: auto !important;
    display: block !important;
    position: relative !important;
    z-index: 5 !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: drop-shadow(0 25px 50px rgba(0,0,0,0.3)) !important;
}

.kYymjj, .styles__CloudsBottom-sc-65ca76bb-14 {
    position: absolute !important;
    bottom: -20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 110% !important;
    max-width: 500px !important;
    height: auto !important;
    z-index: 6 !important;
    pointer-events: none !important;
}

.cgtFxt, .styles__Bird-sc-65ca76bb-15 {
    position: absolute !important;
    top: 40px !important;
    right: -20px !important;
    width: 40px !important;
    height: auto !important;
    z-index: 7 !important;
    pointer-events: none !important;
}

/* ==========================================================================
   2. THE FAITH SCIENCE DIFFERENCE
   ========================================================================== */
.iPkAYL {
    padding: 90px 0 !important;
    background: #ffffff !important;
}

.hvQLso {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #2563eb !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    margin-bottom: 8px !important;
}

.kQNgqB {
    font-size: 38px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 12px !important;
}

.gDIAtv {
    font-size: 16px !important;
    color: #64748b !important;
    max-width: 640px !important;
    margin-bottom: 24px !important;
    line-height: 1.6 !important;
}

.gEfRXX {
    display: inline-flex !important;
    align-items: center !important;
    background: #f1f5f9 !important;
    border-radius: 100px !important;
    padding: 5px !important;
    gap: 6px !important;
    margin-bottom: 40px !important;
    position: relative !important;
}

.kYntsk {
    padding: 10px 28px !important;
    border-radius: 100px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #64748b !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.kYntsk[aria-selected="true"], .kYntsk[data-active="true"] {
    background: #ffffff !important;
    color: #0f172a !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
}

.iNWlbN {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px !important;
    width: 100% !important;
}

@media (max-width: 1024px) {
    .iNWlbN {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 640px) {
    .iNWlbN {
        grid-template-columns: 1fr !important;
    }
}

.ihGJlI {
    background: #ffffff !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06) !important;
    border: 1px solid #f1f5f9 !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 16px !important;
    box-sizing: border-box !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
.ihGJlI:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
}

.gsYYRN {
    display: block !important;
    position: relative !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    width: 100% !important;
    height: 240px !important;
}

.ckbnwN {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.bRRVkv {
    font-size: 11px !important;
    font-weight: 800 !important;
    color: #2563eb !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-top: 14px !important;
    margin-bottom: 4px !important;
}

.hpA-dlh {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-top: 2px !important;
    margin-bottom: 6px !important;
}

.dcvfTc {
    font-size: 13px !important;
    color: #64748b !important;
    margin: 0 !important;
}

/* ==========================================================================
   3. EXPLORE TOPICS & EXPLORE TRADITIONS
   ========================================================================== */
.custom-explore-topics, .custom-explore-traditions {
    background-color: #3b7aab !important;
    color: #ffffff !important;
    padding: 100px 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.custom-explore-header {
    text-align: center !important;
    max-width: 720px !important;
    margin: 0 auto 60px auto !important;
}

.custom-explore-header h2 {
    font-size: 44px !important;
    font-weight: 800 !important;
    margin-bottom: 16px !important;
    color: #ffffff !important;
    letter-spacing: -0.5px !important;
}

.custom-explore-header p {
    font-size: 18px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

.custom-explore-body {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 60px !important;
    flex-wrap: wrap !important;
}

.custom-explore-image-col {
    flex: 1 !important;
    min-width: 300px !important;
    max-width: 480px !important;
    display: flex !important;
    justify-content: center !important;
}

.custom-explore-image-col img {
    width: 100% !important;
    max-width: 440px !important;
    height: auto !important;
    border-radius: 24px !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.25) !important;
    transition: opacity 0.4s ease, transform 0.4s ease !important;
    display: block !important;
}

.custom-explore-accordion-col {
    flex: 1 !important;
    min-width: 320px !important;
}

.custom-accordion-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    padding: 24px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.custom-accordion-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    cursor: pointer !important;
    color: #ffffff !important;
    user-select: none !important;
}

.custom-accordion-content {
    margin-top: 16px !important;
    font-size: 16px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    line-height: 1.7 !important;
    display: none;
}

.custom-accordion-item.active .custom-accordion-content {
    display: block !important;
}

/* ==========================================================================
   4. THREE PILLARS OF PRACTICE
   ========================================================================== */
.custom-ways-to-start {
    padding: 100px 0 !important;
    background: #ffffff !important;
    text-align: center !important;
    overflow: hidden !important;
}

.custom-ways-grid {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-end !important;
    gap: 40px !important;
    flex-wrap: wrap !important;
    margin-top: 60px !important;
}

.custom-way-item {
    flex: 1 !important;
    min-width: 260px !important;
    max-width: 320px !important;
    margin: 0 auto !important;
}

.custom-way-item img {
    width: 100% !important;
    max-width: 260px !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
    filter: drop-shadow(0 15px 30px rgba(0,0,0,0.12)) !important;
}

.custom-way-item h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-top: 24px !important;
    color: #111827 !important;
}

.custom-way-item p {
    font-size: 14px !important;
    color: #6b7280 !important;
    line-height: 1.6 !important;
    margin-top: 8px !important;
}

/* ==========================================================================
   5. FOOTER & SOCIAL ICONS
   ========================================================================== */
.eRa-dlc {
    background-color: #0b101d !important;
    color: #9ca3af !important;
    padding: 90px 0 40px 0 !important;
}

.febtWb {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 60px !important;
    padding-bottom: 80px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    flex-wrap: wrap !important;
}

.jOvZwX {
    max-width: 600px !important;
    flex: 1 !important;
}

.iCDTju {
    font-size: 42px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin-bottom: 24px !important;
    letter-spacing: -0.5px !important;
}

.gicDYe {
    font-size: 16px !important;
    color: #94a3b8 !important;
    line-height: 1.7 !important;
    margin-bottom: 32px !important;
}

.jazVhW {
    max-width: 420px !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 20px !important;
    box-shadow: 0 25px 50px rgba(0,0,0,0.4) !important;
}

.heCAAt {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 32px !important;
    padding-top: 48px !important;
}

.iSpzjJ {
    display: flex !important;
    gap: 28px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    flex-wrap: wrap !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
}

/* Removing White Backgrounds on Footer Menu Buttons & Links */
.cxUerc, 
.leEAXW, 
.styles__MenuButton-sc-96df7b69-12, 
.styles__MenuLink-sc-96df7b69-13,
.heCAAt button,
.iSpzjJ button,
.kMAJhF button,
.iSpzjJ a,
.kMAJhF a {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    font-family: inherit !important;
    cursor: pointer !important;
    box-shadow: none !important;
    outline: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    line-height: 1.5 !important;
    text-decoration: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.cxUerc:hover, 
.leEAXW:hover, 
.styles__MenuButton-sc-96df7b69-12:hover, 
.styles__MenuLink-sc-96df7b69-13:hover,
.heCAAt button:hover,
.iSpzjJ button:hover,
.kMAJhF button:hover,
.iSpzjJ a:hover,
.kMAJhF a:hover {
    color: #38bdf8 !important;
    background: transparent !important;
    background-color: transparent !important;
}

/* Disabled subnav & footer links (inactive pages) */
.subnav-disabled {
    opacity: 0.7 !important;
    pointer-events: none !important;
}
.footer-disabled {
    opacity: 0.7 !important;
    pointer-events: none !important;
}

.gnvnnB {
    display: flex !important;
    gap: 16px !important;
    margin-top: 24px !important;
}

.kMAJhF {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 24px !important;
    margin-top: 48px !important;
    padding-top: 32px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    font-size: 14px !important;
}

.czzDOw {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 16px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.kxEVxM {
    display: inline-flex !important;
    margin: 0 !important;
    padding: 0 !important;
}

.jgamdw {
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.12) !important;
    transition: all 0.2s ease !important;
}
.jgamdw:hover {
    background: #2563eb !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
}

.jgamdw svg {
    width: 20px !important;
    height: 20px !important;
    fill: #ffffff !important;
    stroke: none !important;
    display: block !important;
}

/* ==========================================================================
   6. BECOME A MEMBER POP-UP MODAL STYLES (Exact Waking Up Match)
   ========================================================================== */
.custom-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(11, 16, 29, 0.75);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.custom-modal-dialog {
    background: #ffffff;
    border-radius: 24px;
    max-width: 580px;
    width: 100%;
    padding: 44px 40px 36px 40px;
    position: relative;
    box-shadow: 0 25px 50px rgba(0,0,0,0.25);
    animation: modalPopIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes modalPopIn {
    from { opacity: 0; transform: scale(0.94) translateY(16px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}

.custom-modal-close {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 26px;
    font-weight: 300;
    color: #64748b;
    background: transparent;
    border: none;
    cursor: pointer;
    line-height: 1;
}
.custom-modal-close:hover {
    color: #0f172a;
}

.custom-modal-header h2 {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}

.plan-cards-row {
    display: flex;
    gap: 16px;
    margin-bottom: 18px;
}

.plan-card-item {
    flex: 1;
    border: 2px solid #e2e8f0;
    background: #f8fafc;
    border-radius: 16px;
    padding: 24px 20px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
}

.plan-card-item.active {
    border-color: #1d6ed8;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(29,110,216,0.12);
}

.plan-badge-top {
    position: absolute;
    top: -14px;
    left: 20px;
    background: #1d6ed8;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 100px;
}

.plan-checkbox-icon {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: #1d6ed8;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plan-checkbox-icon.empty {
    border: 2px solid #cbd5e1;
    background: #ffffff;
}

.plan-duration {
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
}

.plan-title {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 4px;
}

.plan-price-text {
    font-size: 15px;
    font-weight: 600;
    color: #475569;
}

.plan-billing-note {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 24px;
}

.custom-modal-form {
    margin-bottom: 20px;
}

.form-input-group {
    display: flex;
    gap: 12px;
}

.modal-email-input {
    flex: 1;
    padding: 14px 18px;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    font-size: 15px;
    outline: none;
    transition: border-color 0.2s ease;
}
.modal-email-input:focus {
    border-color: #1d6ed8;
}

.modal-submit-btn {
    padding: 14px 28px;
    background: #1d6ed8;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s ease;
}
.modal-submit-btn:hover {
    background: #1557b0;
}

.modal-scholarship-note {
    font-size: 13px;
    color: #64748b;
    text-align: left;
}
.modal-scholarship-note a {
    color: #1d6ed8;
    text-decoration: underline;
}

/* Responsive Media Queries */
@media (max-width: 992px) {
    .ebupeJ {
        flex-wrap: wrap !important;
    }
    .custom-explore-body {
        flex-direction: column !important;
    }
    .custom-explore-traditions .custom-explore-body {
        flex-direction: column-reverse !important;
    }
    .febtWb {
        flex-direction: column !important;
        text-align: center !important;
    }
}

@media (max-width: 768px) {
    .bqsOYJ {
        font-size: 36px !important;
    }
    .gEXIkm {
        display: none !important;
    }
    .plan-cards-row {
        flex-direction: column;
    }
    .form-input-group {
        flex-direction: column;
    }
}

/* ==========================================================================
   PURE VANILLA CSS DESIGN SYSTEM (LOCAL, FAST, NO NEXT.JS)
   ========================================================================== */

.fso-hero-header-bg {
    background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%) !important;
    position: relative !important;
    overflow: hidden !important;
    color: #ffffff !important;
    padding-top: 20px !important;
    padding-bottom: 30px !important;
    width: 100% !important;
}

.fso-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
    box-sizing: border-box;
}

.fso-section {
    padding: 80px 0;
    background: #ffffff;
    width: 100%;
    box-sizing: border-box;
}

.fso-section-grey {
    padding: 90px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    width: 100%;
    box-sizing: border-box;
}

.fso-submenu-header {
    margin-bottom: 40px;
}

.fso-badge-tag {
    font-size: 13px;
    font-weight: 800;
    color: #2563eb;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
    display: block;
}

.fso-page-title {
    font-size: 38px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.fso-page-subtitle {
    font-size: 18px;
    color: #64748b;
    margin: 0;
}

.fso-nav-pills {
    display: inline-flex;
    align-items: center;
    background: #f1f5f9;
    border-radius: 100px;
    padding: 5px;
    gap: 6px;
    margin-top: 24px;
}

.fso-nav-pill-item {
    padding: 8px 24px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    text-decoration: none;
    transition: all 0.2s ease;
}

.fso-nav-pill-item.active {
    background: #ffffff;
    color: #0f172a;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.fso-feature-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
}

.fso-feature-row.reverse {
    flex-direction: row-reverse;
}

.fso-feature-img {
    flex: 1;
    min-width: 280px;
    max-width: 440px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    display: block;
    margin: 0 auto;
}

.fso-feature-content {
    flex: 1;
    min-width: 300px;
    max-width: 580px;
}

.fso-feature-content h2 {
    font-size: 34px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 16px;
    line-height: 1.25;
    letter-spacing: -0.5px;
}

.fso-feature-content p {
    font-size: 16px;
    color: #475569;
    line-height: 1.7;
    margin: 0;
}

.fso-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 24px;
    margin-bottom: 56px;
}

@media (max-width: 992px) {
    .fso-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .fso-feature-row {
        flex-direction: column !important;
        text-align: center;
    }
}

@media (max-width: 640px) {
    .fso-grid-3 {
        grid-template-columns: 1fr;
    }
}

.fso-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fso-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.fso-card-thumb {
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: #e2e8f0;
    position: relative;
}

.fso-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fso-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.fso-card-tag {
    font-size: 11px;
    font-weight: 800;
    color: #2563eb;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.fso-card-title {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 4px;
}

.fso-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 28px;
    width: 100%;
}

@media (max-width: 1024px) {
    .fso-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .fso-grid-4 {
        grid-template-columns: 1fr;
    }
}

.fso-value-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 24px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 14px rgba(0,0,0,0.04);
}

.fso-value-card h3 {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
}

.fso-value-card p {
    font-size: 15px;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

.fso-stat-card {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.fso-stat-number {
    font-size: 44px;
    font-weight: 800;
    color: #38bdf8;
    margin-bottom: 4px;
    letter-spacing: -1px;
}

.fso-stat-label {
    font-size: 14px;
    font-weight: 600;
    color: #94a3b8;
}

.fso-dark-box {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 24px;
    padding: 48px 40px;
    color: #ffffff;
    margin-top: 40px;
}


