/* =============================================================
   Liquid Glass Service Page Design System
   Extracted from includes/service-page-styles.php for caching
   ============================================================= */

body { position: relative; }

/* ===================================================
   PAGE LAYOUT
   =================================================== */

main.native-page-content {
    display: block !important;
    align-items: unset !important;
    justify-content: unset !important;
}

.native-page-content {
    width: 100%;
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif);
}

.native-page-content > .page-hero,
.native-page-content > .content-glass-wrap {
    width: 100%;
    box-sizing: border-box;
}

/* ===================================================
   PAGE HERO CARD
   =================================================== */
.page-hero {
    background: linear-gradient(135deg, rgba(255,255,255,0.88) 0%, rgba(255,255,255,0.55) 100%);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255,255,255,0.75);
    box-shadow: 0 8px 40px rgba(6,111,125,0.08);
    border-radius: 28px;
    padding: 64px 52px;
    margin-bottom: 32px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: '';
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: radial-gradient(circle at 50% 50%, rgba(40,204,196,0.05) 0%, transparent 60%);
    pointer-events: none;
}

/* ─── Hero background watermark (data-watermark="IELTS" etc.) ─── */
.page-hero--watermark {
    overflow: hidden;
}
.page-hero--watermark::after {
    content: attr(data-watermark);
    position: absolute;
    bottom: -12px;
    right: 20px;
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: var(--hero-watermark-size, 7rem);
    font-weight: 900;
    color: var(--teal-dark, #066f7d);
    opacity: 0.055;
    pointer-events: none;
    user-select: none;
    letter-spacing: -0.04em;
    line-height: 1;
    z-index: 0;
}

.page-hero h1 {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 700;
    color: var(--teal-deeper, #044d57);
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin: 0 0 16px;
}

.page-hero .hero-subtitle {
    font-size: 1.15rem;
    color: var(--text-secondary, #475569);
    max-width: 700px;
    margin: 0 auto 28px;
    line-height: 1.65;
}

.page-hero .hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--teal-bright, #28ccc4) 0%, var(--teal-dark, #066f7d) 100%);
    color: white;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(40,204,196,0.3);
}

.page-hero .hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(40,204,196,0.45);
    color: white;
    text-decoration: none;
}

/* ─── Teal glow divider between hero and content ─── */
.page-hero + .content-glass-wrap {
    position: relative;
}
.page-hero + .content-glass-wrap::before {
    content: '';
    display: block;
    height: 3px;
    width: 80px;
    background: linear-gradient(90deg, var(--teal-bright, #28ccc4), var(--teal-dark, #066f7d));
    border-radius: 2px;
    margin: 0 auto 36px;
    opacity: 0.7;
}

/* ===================================================
   CONTENT GLASS WRAPPER
   =================================================== */
.content-glass-wrap {
    background: rgba(255,255,255,0.82);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border: 1px solid rgba(255,255,255,0.85);
    box-shadow: 0 4px 32px rgba(6,111,125,0.07);
    border-radius: 24px;
    padding: 44px 48px;
    overflow: hidden;
}

/* ===================================================
   TRANSFORMED CONTENT STRUCTURE (unifees-*)
   =================================================== */

.unifees-section {
    display: block;
    padding: 2.5rem 0;
}

.unifees-section:first-child {
    padding-top: 0;
}

.unifees-section + .unifees-section {
    border-top: 1.5px solid rgba(40,204,196,0.12);
    margin-top: 0.5rem;
    padding-top: 2.5rem;
}

.content-glass-wrap > .unifees-section:nth-child(even) {
    background: rgba(230,249,248,0.18);
    border-radius: 12px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.unifees-block {
    display: block;
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.unifees-block:last-child {
    margin-bottom: 0;
}

.unifees-block + .unifees-block {
    padding-top: 1.25rem;
    border-top: 1px solid rgba(40,204,196,0.07);
}

.unifees-group {
    display: block;
    width: 100%;
    margin-top: 0.75rem;
}

.unifees-inner {
    display: block;
    width: 100%;
}

.unifees-table-wrap {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1rem 0;
    border-radius: 12px;
}

/* ===================================================
   TYPOGRAPHY
   =================================================== */
.content-glass-wrap h1,
.content-glass-wrap h2,
.content-glass-wrap h3,
.content-glass-wrap h4,
.content-glass-wrap .elementor-heading-title {
    font-family: var(--font-heading, 'Outfit', sans-serif) !important;
    color: var(--text-primary, #0f172a) !important;
    letter-spacing: -0.02em !important;
    margin-top: 1.5em !important;
    margin-bottom: 0.5em !important;
    line-height: 1.25 !important;
    background: none !important;
    background-image: none !important;
}

.unifees-block > h2:first-child,
.unifees-block > h3:first-child,
.unifees-block > h4:first-child,
.unifees-section:first-child .unifees-block > h2:first-child {
    margin-top: 0 !important;
}

.content-glass-wrap h2,
.content-glass-wrap .elementor-widget-heading h2 {
    font-size: clamp(1.35rem, 2.5vw, 1.85rem) !important;
    font-weight: 600 !important;
    color: var(--teal-dark, #066f7d) !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid rgba(40,204,196,0.15) !important;
    margin-bottom: 1rem !important;
}

.content-glass-wrap h3 {
    font-size: clamp(1.05rem, 2vw, 1.4rem) !important;
    font-weight: 600 !important;
    color: var(--teal-medium, #299197) !important;
}

.content-glass-wrap h4 {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    color: var(--text-primary, #0f172a) !important;
}

.content-glass-wrap p,
.content-glass-wrap .elementor-text-editor,
.content-glass-wrap .elementor-text-editor p {
    font-size: 1.05rem !important;
    color: var(--text-secondary, #475569) !important;
    line-height: 1.78 !important;
    margin-bottom: 1.1em !important;
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif) !important;
    background: none !important;
    background-image: none !important;
}

.content-glass-wrap p:last-child { margin-bottom: 0 !important; }

.content-glass-wrap ul,
.content-glass-wrap ol {
    margin-left: 1.5rem !important;
    margin-bottom: 1.2em !important;
    color: var(--text-secondary, #475569) !important;
    line-height: 1.78 !important;
    font-size: 1.05rem !important;
}

.content-glass-wrap li { margin-bottom: 0.45em !important; }

.content-glass-wrap strong, .content-glass-wrap b {
    color: var(--text-primary, #0f172a) !important;
    font-weight: 600 !important;
}

.content-glass-wrap em { font-style: italic !important; }

.content-glass-wrap a {
    color: var(--teal-dark, #066f7d) !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    transition: color 0.2s ease !important;
}

.content-glass-wrap a:hover {
    color: var(--teal-bright, #28ccc4) !important;
}

/* ===================================================
   TABLES
   =================================================== */
.content-glass-wrap table {
    width: 100% !important;
    border-collapse: collapse !important;
    font-size: 0.9rem !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    margin: 0.5rem 0 !important;
}

.content-glass-wrap thead th {
    background: var(--teal-dark, #066f7d) !important;
    color: white !important;
    padding: 11px 15px !important;
    text-align: left !important;
    font-weight: 600 !important;
    font-size: 0.8rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    border: none !important;
}

.content-glass-wrap tbody td {
    padding: 10px 15px !important;
    border-bottom: 1px solid rgba(6,111,125,0.07) !important;
    border-left: none !important;
    border-right: none !important;
    color: var(--text-secondary, #475569) !important;
    vertical-align: top !important;
    background: none !important;
}

.content-glass-wrap tbody tr:nth-child(even) td {
    background: rgba(40,204,196,0.03) !important;
}

.content-glass-wrap tbody tr:hover td {
    background: rgba(40,204,196,0.07) !important;
}

.content-glass-wrap .table { width: 100%; }
.content-glass-wrap .table-striped tbody tr:nth-child(odd) td { background: none !important; }
.content-glass-wrap .table-bordered td,
.content-glass-wrap .table-bordered th { border: none !important; }
.content-glass-wrap .text-left { text-align: left !important; }

/* ===================================================
   NUMERIC LISTS
   =================================================== */
.content-glass-wrap .numeric-list {
    list-style: none !important;
    counter-reset: unifees-counter !important;
    padding: 0 !important;
    margin: 0.75rem 0 1.5rem 0 !important;
}

.content-glass-wrap .numeric-list > li {
    counter-increment: unifees-counter !important;
    padding: 0.75rem 1rem 0.75rem 3rem !important;
    position: relative !important;
    margin-bottom: 0.5rem !important;
    background: rgba(40,204,196,0.04) !important;
    border-radius: 10px !important;
    border-left: 3px solid var(--teal-bright, #28ccc4) !important;
}

.content-glass-wrap .numeric-list > li::before {
    content: counter(unifees-counter) !important;
    position: absolute !important;
    left: 1rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 24px !important; height: 24px !important;
    background: var(--teal-dark, #066f7d) !important;
    color: white !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    text-align: center !important;
}

.content-glass-wrap .numeric-list > li ol {
    margin: 0.5rem 0 0 0 !important;
    padding-left: 1.2rem !important;
}

/* ===================================================
   IMAGES IN CONTENT
   =================================================== */
.content-glass-wrap img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 12px !important;
    margin: 1.25rem auto !important;
    box-shadow: 0 4px 20px rgba(6,111,125,0.08) !important;
}

.content-glass-wrap p img {
    display: inline-block !important;
    margin: 0.25rem !important;
    vertical-align: middle !important;
}

/* ===================================================
   COUNTRY/STUDY ABROAD SPECIFIC
   =================================================== */
.content-glass-wrap .countryHeroSection {
    display: block !important;
}

.content-glass-wrap .countryHeroImage {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 16px !important;
    display: block !important;
    margin: 1rem 0 !important;
    box-shadow: 0 4px 20px rgba(6,111,125,0.1) !important;
}

.content-glass-wrap .hero-text {
    font-family: var(--font-heading, 'Outfit', sans-serif) !important;
    font-size: clamp(1.5rem, 3vw, 2.5rem) !important;
    font-weight: 700 !important;
    color: var(--teal-deeper, #044d57) !important;
    margin-bottom: 0.75rem !important;
}

.content-glass-wrap .hero-text span {
    color: var(--teal-bright, #28ccc4) !important;
}

/* ===================================================
   ELEMENTOR STRUCTURAL — reset visuals, keep layout
   =================================================== */
.content-glass-wrap .elementor-widget-container,
.content-glass-wrap .elementor-section,
.content-glass-wrap .elementor-element {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
}

.content-glass-wrap .elementor-section-boxed > .elementor-container,
.content-glass-wrap .elementor-container {
    display: flex !important;
    flex-wrap: wrap !important;
    max-width: 100% !important;
}

.content-glass-wrap .elementor-row {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
}

.content-glass-wrap .elementor-column,
.content-glass-wrap [class*="elementor-col-"] {
    box-sizing: border-box !important;
    padding: 0 12px !important;
}

.content-glass-wrap .elementor-col-50 { width: 50% !important; }
.content-glass-wrap .elementor-col-33 { width: 33.333% !important; }
.content-glass-wrap .elementor-col-66 { width: 66.666% !important; }
.content-glass-wrap .elementor-col-25 { width: 25% !important; }
.content-glass-wrap .elementor-col-75 { width: 75% !important; }
.content-glass-wrap .elementor-col-100 { width: 100% !important; }

.content-glass-wrap .elementor-widget-wrap {
    display: block !important;
    width: 100% !important;
}

.content-glass-wrap .elementor-column-wrap {
    display: block !important;
    width: 100% !important;
}

@media (max-width: 768px) {
    .content-glass-wrap .elementor-column,
    .content-glass-wrap [class*="elementor-col-"] {
        width: 100% !important;
        padding: 0 !important;
    }
}

/* ===================================================
   STRIP OLD THEME STRUCTURAL CLASSES
   =================================================== */
.content-glass-wrap .services,
.content-glass-wrap .bg-secondary,
.content-glass-wrap .bg-primary,
.content-glass-wrap .countryArea {
    all: unset !important;
    display: block !important;
}

.calltoactionBtnFixed,
.calltoactionBtn,
.content-glass-wrap .calltoactionBtnFixed,
.content-glass-wrap .calltoactionBtn { display: none !important; }

/* ===================================================
   FIELDSETS
   =================================================== */
.content-glass-wrap fieldset {
    border: 1px solid rgba(40,204,196,0.2) !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
    margin: 1rem 0 !important;
}

.content-glass-wrap legend {
    padding: 0 0.5rem !important;
    color: var(--teal-dark, #066f7d) !important;
    font-weight: 600 !important;
}

/* ===================================================
   FAQ / ACCORDIONS (Native <details>)
   =================================================== */
.content-glass-wrap .unifees-faq-wrap { margin: 2rem 0 !important; }
.content-glass-wrap .unifees-faq-item {
    background: rgba(255,255,255,0.6) !important;
    border: 1px solid rgba(40,204,196,0.15) !important;
    border-radius: 12px !important;
    margin-bottom: 12px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
}
.content-glass-wrap .unifees-faq-item[open] {
    background: rgba(255,255,255,0.95) !important;
    box-shadow: 0 4px 24px rgba(6,111,125,0.09) !important;
    border-color: rgba(40,204,196,0.35) !important;
    border-left: 3px solid var(--teal-bright, #28ccc4) !important;
}
.content-glass-wrap .unifees-faq-item[open] summary {
    color: var(--teal-deeper, #044d57) !important;
}
.content-glass-wrap .unifees-faq-item summary {
    padding: 18px 24px !important;
    font-family: var(--font-heading, 'Outfit', sans-serif) !important;
    font-weight: 600 !important;
    font-size: 1.15rem !important;
    color: var(--teal-dark, #066f7d) !important;
    cursor: pointer !important;
    list-style: none !important;
    position: relative !important;
    display: block !important;
}
.content-glass-wrap .unifees-faq-item summary::-webkit-details-marker { display: none !important; }
.content-glass-wrap .unifees-faq-item summary::after {
    content: '+' !important;
    position: absolute !important;
    right: 24px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 1.5rem !important;
    color: var(--teal-bright, #28ccc4) !important;
    transition: transform 0.3s ease !important;
}
.content-glass-wrap .unifees-faq-item[open] summary::after {
    content: '\2212' !important;
    transform: translateY(-50%) rotate(180deg) !important;
}
.content-glass-wrap .unifees-faq-item .faq-content {
    padding: 0 24px 24px 24px !important;
    border-top: 1px solid rgba(40,204,196,0.1) !important;
    margin-top: 12px !important;
    padding-top: 16px !important;
}

/* ===================================================
   PROCESS/STEP NUMBERED CARDS
   =================================================== */
.content-glass-wrap .processNumber {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important; height: 36px !important;
    min-width: 36px !important;
    background: linear-gradient(135deg, var(--teal-bright, #28ccc4), var(--teal-dark, #066f7d)) !important;
    color: white !important;
    border-radius: 50% !important;
    font-family: var(--font-heading, 'Outfit', sans-serif) !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.75rem !important;
    box-shadow: 0 3px 10px rgba(40,204,196,0.3) !important;
    border: none !important;
    padding: 0 !important;
}

.content-glass-wrap .processContent {
    display: block !important;
    padding: 1rem 1.25rem !important;
    background: rgba(230,249,248,0.35) !important;
    border-radius: 12px !important;
    border-left: 3px solid rgba(40,204,196,0.3) !important;
    margin-bottom: 1rem !important;
}

.content-glass-wrap .processContent p {
    text-align: left !important;
    margin-bottom: 0 !important;
}

/* ===================================================
   .list CLASS
   =================================================== */
.content-glass-wrap .list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0.75rem 0 1.25rem 0 !important;
    display: block !important;
}

.content-glass-wrap .list li,
.content-glass-wrap div.list > li {
    padding: 0.6rem 0.6rem 0.6rem 2.25rem !important;
    position: relative !important;
    margin-bottom: 0.4rem !important;
    background: rgba(40,204,196,0.04) !important;
    border-radius: 8px !important;
    color: var(--text-secondary, #475569) !important;
    font-size: 1rem !important;
    line-height: 1.7 !important;
    display: list-item !important;
    list-style: none !important;
}

.content-glass-wrap .list li::before,
.content-glass-wrap div.list > li::before {
    content: '\203A' !important;
    position: absolute !important;
    left: 0.75rem !important;
    color: var(--teal-bright, #28ccc4) !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
}

/* ===================================================
   TEXT UTILITY CLASSES
   =================================================== */
.content-glass-wrap .text-center { text-align: center !important; }
.content-glass-wrap .text-left { text-align: left !important; }
.content-glass-wrap .text-right { text-align: right !important; }
.content-glass-wrap .text-primary { color: var(--teal-dark, #066f7d) !important; }
.content-glass-wrap .text-secondary { color: var(--text-secondary, #475569) !important; }
.content-glass-wrap .text-muted { color: var(--text-muted, #94a3b8) !important; }
.content-glass-wrap .bg-secondary-dark,
.content-glass-wrap .bg-primary,
.content-glass-wrap .bg-secondary { background: none !important; }

.content-glass-wrap strong.heading {
    display: block !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    color: var(--teal-dark, #066f7d) !important;
    margin-bottom: 0.4em !important;
}

.content-glass-wrap .link {
    color: var(--teal-dark, #066f7d) !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    font-weight: 500 !important;
}
.content-glass-wrap .link:hover {
    color: var(--teal-bright, #28ccc4) !important;
}

.content-glass-wrap .mt-3 { margin-top: 1rem !important; }
.content-glass-wrap .mb-3 { margin-bottom: 1rem !important; }
.content-glass-wrap .my-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
.content-glass-wrap .p-3 { padding: 1rem !important; }
.content-glass-wrap .m-0 { margin: 0 !important; }

/* ===================================================
   COURSE FINDER UI — HIDE ENTIRELY
   =================================================== */
.course_finder_filters,
.filter_area,
.filter_content,
.filter_overlay,
.modal,
#prompt,
#applyFormLightbox,
.applyFormLightboxInner,
.custom-loading,
.d-none,
.eligibility_filter { display: none !important; }

/* ===================================================
   ALTERNATING SECTION TINT
   =================================================== */
.content-glass-wrap > .unifees-section:nth-child(even) {
    background: rgba(230,249,248,0.2);
    border-radius: 10px;
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
}

/* ===================================================
   STRONG / BOLD
   =================================================== */
.content-glass-wrap strong,
.content-glass-wrap b {
    font-size: inherit !important;
    color: var(--text-primary, #0f172a) !important;
    font-weight: 600 !important;
}

/* ===================================================
   UNIFEES-COUNTRY-HERO
   =================================================== */
.unifees-country-hero {
    display: block !important;
    width: 100% !important;
}

.content-glass-wrap > .unifees-section:first-child > .unifees-block > .unifees-country-hero {
    display: none !important;
}

/* ===================================================
   RESPONSIVE
   =================================================== */
@media (max-width: 1024px) {
    .native-page-content { padding-top: 32px; padding-left: 16px; padding-right: 16px; }
    .page-hero { padding: 44px 28px; }
    .page-hero h1 { font-size: 1.9rem; }
    .content-glass-wrap { padding: 36px 24px; }
    .content-glass-wrap h2 { font-size: 1.3rem !important; }
}

@media (max-width: 768px) {
    .page-hero { padding: 40px 24px; }
    .content-glass-wrap { padding: 32px 20px; }
}

@media (max-width: 480px) {
    .page-hero { padding: 36px 20px; }
    .content-glass-wrap { padding: 28px 16px; }
}

/* ===================================================
   TEAM GRID — Core Team page
   =================================================== */

.team-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.team-header h1 {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    color: var(--teal-deeper, #044d57);
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 28px;
    margin-top: 1rem;
}

.team-card {
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(14px) saturate(160%);
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    border: 1px solid rgba(40,204,196,0.15);
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(6,111,125,0.12);
    border-color: rgba(40,204,196,0.35);
}

.content-glass-wrap .team-card-image,
.team-card .team-card-image {
    width: 100% !important;
    height: 280px !important;
    object-fit: cover !important;
    object-position: top center !important;
    display: block !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.team-card-content {
    padding: 20px 24px 24px;
}

.team-card-name {
    font-family: var(--font-heading, 'Outfit', sans-serif) !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: var(--teal-deeper, #044d57) !important;
    margin: 0 0 4px !important;
    line-height: 1.3 !important;
}

.team-card-title {
    font-size: 0.9rem !important;
    color: var(--teal-bright, #28ccc4) !important;
    font-weight: 600 !important;
    margin: 0 0 12px !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.team-card-bio {
    font-size: 0.92rem !important;
    color: var(--text-secondary, #475569) !important;
    line-height: 1.65 !important;
    margin: 0 !important;
}

.fallback-page-title {
    display: none !important;
}

@media (max-width: 640px) {
    .team-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .team-card-image {
        height: 220px !important;
    }
}

/* ===================================================
   GLOBAL style.css CONFLICT OVERRIDES
   =================================================== */

footer.liquid-glass-footer {
    overflow: visible !important;
    border-bottom: none !important;
}
footer.liquid-glass-footer::before {
    display: none !important;
    content: none !important;
}

.breadcrumb-area {
    margin-top: 72px !important;
    border-bottom: none !important;
    background: transparent !important;
    padding: 8px 0 4px !important;
}
.breadcrumb-area .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif);
    font-size: 0.875rem;
    color: var(--text-muted, #94a3b8);
}
.breadcrumb-area a {
    color: var(--teal-dark, #066f7d) !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}
.breadcrumb-area a:hover { color: var(--teal-bright, #28ccc4) !important; }

/* ===================================================
   404 PAGE
   =================================================== */

.page-404-hero { text-align: center; padding-top: 48px; }

.page-404-code {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: clamp(6rem, 16vw, 11rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.05em;
    background: linear-gradient(135deg, var(--teal-bright, #28ccc4) 0%, var(--teal-dark, #066f7d) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px;
    display: block;
}

.page-404-title {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 700;
    color: var(--teal-deeper, #044d57);
    margin-bottom: 14px;
}

.page-404-text {
    font-size: 1.05rem;
    color: var(--text-secondary, #475569);
    max-width: 540px;
    margin: 0 auto 28px;
    line-height: 1.65;
}

.page-404-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 8px;
}

.page-404-link-card {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 50px;
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(40,204,196,0.25);
    color: var(--teal-dark, #066f7d);
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 2px 12px rgba(6,111,125,0.07);
}
.page-404-link-card:hover {
    background: linear-gradient(135deg, var(--teal-bright, #28ccc4) 0%, var(--teal-dark, #066f7d) 100%);
    color: white;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(40,204,196,0.3);
    text-decoration: none;
}

/* ===================================================
   BLOG / NEWS ARCHIVE GRID
   =================================================== */

.archive-title {
    font-family: var(--font-heading, 'Outfit', sans-serif) !important;
    font-size: clamp(1.75rem, 3.5vw, 2.75rem) !important;
    font-weight: 700 !important;
    color: var(--teal-deeper, #044d57) !important;
    margin: 0 0 28px 0 !important;
    padding-bottom: 16px !important;
    border-bottom: 2px solid rgba(40,204,196,0.15) !important;
    letter-spacing: -0.02em !important;
}

.content-glass-wrap .archive-grid,
.native-page-content .archive-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
    margin-bottom: 36px !important;
    align-items: stretch !important;
}

.archive-grid > * {
    min-width: 0 !important;
    max-width: 100% !important;
}

/* --- Card container --- */
.archive-card {
    background: rgba(255,255,255,0.88) !important;
    backdrop-filter: blur(16px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
    border: 1px solid rgba(40,204,196,0.10) !important;
    box-shadow: 0 2px 16px rgba(6,111,125,0.06) !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.archive-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 36px rgba(6,111,125,0.13) !important;
    border-color: rgba(40,204,196,0.28) !important;
}

/* --- Card image --- */
.archive-card-image {
    flex-shrink: 0 !important;
    overflow: hidden !important;
    background: #f0fdfb !important;
}

.archive-card-image a {
    display: block !important;
    text-decoration: none !important;
    border: none !important;
}

.archive-card-image img,
.content-glass-wrap .archive-card-image img {
    width: 100% !important;
    height: 190px !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    transition: transform 0.35s ease !important;
}

.archive-card:hover .archive-card-image img {
    transform: scale(1.04) !important;
}

/* --- Card body — flex column so meta sticks to bottom --- */
.archive-card-body {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    padding: 18px 20px 20px !important;
    min-height: 0 !important;
}

/* --- Category badges --- */
.archive-card-meta-top {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin-bottom: 10px !important;
}

.archive-cat-badge {
    display: inline-block !important;
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif) !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    color: var(--teal-dark, #066f7d) !important;
    background: rgba(40,204,196,0.08) !important;
    padding: 3px 10px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    border: 1px solid rgba(40,204,196,0.15) !important;
    transition: background 0.2s ease, color 0.2s ease !important;
    line-height: 1.5 !important;
}

.archive-cat-badge:hover {
    background: var(--teal-dark, #066f7d) !important;
    color: #fff !important;
}

/* --- Card title — clamp to 2 lines --- */
.content-glass-wrap .archive-card-title,
.archive-card-title {
    font-family: var(--font-heading, 'Outfit', sans-serif) !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    color: var(--teal-deeper, #044d57) !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
    border: none !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.archive-card-title a {
    color: inherit !important;
    text-decoration: none !important;
}

.archive-card-title a:hover {
    color: var(--teal-dark, #066f7d) !important;
}

/* --- Excerpt — clamp to 3 lines --- */
.content-glass-wrap .archive-card-excerpt,
.archive-card-excerpt {
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif) !important;
    font-size: 0.88rem !important;
    line-height: 1.6 !important;
    color: var(--text-secondary, #475569) !important;
    margin: 0 0 12px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    background: none !important;
}

/* --- Read more — pushed to bottom via auto margin --- */
.archive-read-more {
    display: inline-block !important;
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif) !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    color: var(--teal-dark, #066f7d) !important;
    text-decoration: none !important;
    margin-top: auto !important;
    margin-bottom: 14px !important;
    letter-spacing: 0.01em !important;
    transition: color 0.2s ease !important;
}

.archive-card:hover .archive-read-more {
    color: var(--teal-bright, #28ccc4) !important;
}

/* --- Bottom meta (date + read time) --- */
.archive-card-meta-bottom {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding-top: 12px !important;
    border-top: 1px solid rgba(40,204,196,0.10) !important;
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif) !important;
    font-size: 0.76rem !important;
    color: var(--text-muted, #94a3b8) !important;
    flex-shrink: 0 !important;
    margin-top: 0 !important;
}

.archive-card-meta-bottom svg {
    vertical-align: -1px !important;
    opacity: 0.55 !important;
    flex-shrink: 0 !important;
}

.archive-meta-date,
.archive-meta-readtime {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    white-space: nowrap !important;
}

.archive-meta-sep {
    width: 3px !important;
    height: 3px !important;
    border-radius: 50% !important;
    background: var(--text-muted, #94a3b8) !important;
    opacity: 0.5 !important;
    flex-shrink: 0 !important;
}

/* --- CTA strip below the grid --- */
.archive-cta-strip {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
    padding: 20px 28px !important;
    background: rgba(230,249,248,0.35) !important;
    border: 1px solid rgba(40,204,196,0.12) !important;
    border-radius: 14px !important;
    margin-top: 12px !important;
}

.archive-cta-label {
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif) !important;
    font-size: 0.95rem !important;
    color: var(--text-secondary, #475569) !important;
    font-weight: 500 !important;
}

.archive-cta-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: linear-gradient(135deg, var(--teal-bright, #28ccc4) 0%, var(--teal-dark, #066f7d) 100%) !important;
    color: #fff !important;
    padding: 10px 24px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 0.88rem !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    box-shadow: 0 3px 14px rgba(40,204,196,0.25) !important;
}

.archive-cta-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(40,204,196,0.4) !important;
    color: #fff !important;
}

/* --- Responsive --- */
@media (max-width: 991px) {
    .content-glass-wrap .archive-grid,
    .native-page-content .archive-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 599px) {
    .content-glass-wrap .archive-grid,
    .native-page-content .archive-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    .archive-card-image img,
    .content-glass-wrap .archive-card-image img {
        height: 170px !important;
    }
    .archive-card-body {
        padding: 14px 16px 16px !important;
    }
}
