.elementor-2 .elementor-element.elementor-element-d972ab7{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2 .elementor-element.elementor-element-8792f39{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-2 .elementor-element.elementor-element-f1dac4b{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2 .elementor-element.elementor-element-d53d512{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-2 .elementor-element.elementor-element-a41cdc1{--display:flex;}body.elementor-page-2{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS *//* --- GOOGLE FONTS BACKUP --- */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Roboto+Slab:wght@700;900&display=swap');

/* --- 0. NUCLEAR THEME & ELEMENTOR FLEXBOX RESET --- */
html body .page_content_wrap, 
html body .content_wrap, 
html body .body_wrap, 
html body .page_wrap,
html body .content, 
html body .post_content,
html body .post_item_single {
    max-width: 100% !important; 
    width: 100% !important;
    padding-left: 0 !important; 
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: visible !important;
}

html body .elementor-widget-wrap, 
html body .elementor-widget-container,
html body .e-con, 
html body .e-con-full,
html body .e-con-inner, 
html body .e-parent {
    padding: 0 !important; 
    margin: 0 !important;
    /* Elementor specifically uses these variables now for gaps and padding */
    --padding-top: 0px !important;
    --padding-bottom: 0px !important;
    --padding-left: 0px !important;
    --padding-right: 0px !important;
    --gap: 0px !important;
    --flex-gap: 0px !important;
}
    
/* --- 1. BRAND SYSTEM & VARIABLES --- */
:root {
    --mt-teal: #005862; --mt-teal-dark: #00424a;
    --mt-orange: #F18E0F; --mt-orange-gradient: linear-gradient(135deg, #F18E0F 0%, #e07e00 100%);
    --mt-dark: #27393B; --mt-grey: #6E6E6E; --mt-light-bg: #F9FAFB;
    --mt-white: #ffffff; --mt-border: #E5E7EB;
    --mt-shadow: 0 10px 40px -10px rgba(39, 57, 59, 0.08);
    --mt-shadow-hover: 0 20px 50px -12px rgba(39, 57, 59, 0.15);
    --mt-glass: rgba(255, 255, 255, 0.85); --mt-radius: 12px;
}

/* --- 2. GLOBAL RESET --- */
#mytefl-maestro * { box-sizing: border-box; }

#mytefl-maestro {
    font-family: 'Raleway', sans-serif; color: var(--mt-grey);
    background-color: var(--mt-white); line-height: 1.6; width: 100%; overflow-x: hidden;
}

#mytefl-maestro h1, #mytefl-maestro h2, #mytefl-maestro h3, #mytefl-maestro h4 {
    font-family: 'Poppins', sans-serif; color: var(--mt-dark); margin: 0; line-height: 1.2;
}

#mytefl-maestro a { text-decoration: none; transition: all 0.3s ease; }
    
/* --- THEME BREAKOUT HACK (UPDATED FOR ELEMENTOR FULL WIDTH) --- */
.mt-theme-breakout {
    width: 100% !important; 
    max-width: 100% !important; 
    position: relative !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* UNIVERSAL INNER CONTAINER */
.mt-container {
    max-width: 1200px; margin: 0 auto; padding: 0 24px; position: relative;
}

.mt-text-center { text-align: center; }
.mt-text-teal { color: var(--mt-teal); }

/* ---  COMPONENT LIBRARY (Buttons) --- */
.mt-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 14px 32px; border-radius: 6px; font-family: 'Poppins', sans-serif;
    font-weight: 700; font-size: 1rem; cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); position: relative;
    overflow: hidden; line-height: 1; transform: translateZ(0); 
}

.mt-btn i { display: flex; align-items: center; justify-content: center; line-height: 1; margin: 0; padding: 0; }

.mt-btn-primary { background: var(--mt-orange-gradient); color: var(--mt-white) !important; box-shadow: 0 4px 15px rgba(241, 142, 15, 0.3); border: none; }
.mt-btn-primary:hover, .mt-btn-primary:focus, .mt-btn-primary:active { color: var(--mt-white) !important; transform: translateY(-3px); box-shadow: 0 8px 25px rgba(241, 142, 15, 0.4); }

.mt-btn-ghost { background: var(--mt-white); border: 2px solid var(--mt-teal); color: var(--mt-teal) !important; }
.mt-btn-ghost:hover, .mt-btn-ghost:focus, .mt-btn-ghost:active { background: var(--mt-teal); color: var(--mt-white) !important; transform: translateY(-3px); }

.mt-btn-glass { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 2px solid var(--mt-orange); color: var(--mt-white) !important; }
.mt-btn-glass:hover, .mt-btn-glass:focus, .mt-btn-glass:active { background: var(--mt-orange); color: var(--mt-white) !important; transform: translateY(-3px); box-shadow: 0 8px 25px rgba(241, 142, 15, 0.4); }
    
.mt-btn-soft-orange { background: rgba(241, 142, 15, 0.1); color: var(--mt-orange) !important; padding: 10px 20px; font-size: 0.95rem; }
.mt-btn-soft-orange:hover, .mt-btn-soft-orange:focus, .mt-btn-soft-orange:active { background: var(--mt-orange); color: var(--mt-white) !important; transform: translateY(-2px); }

/* --- STICKY PROMO BAR --- */
.mt-sticky-promo {
    position: fixed; bottom: 0; left: 0; width: 100%; background: var(--mt-orange-gradient); color: var(--mt-white);
    text-align: center; padding: 12px 20px; z-index: 10000; font-size: 0.95rem;
    font-family: 'Poppins', sans-serif; font-weight: 600; display: flex; justify-content: center;
    align-items: center; gap: 20px; box-shadow: 0 -4px 20px rgba(241, 142, 15, 0.35); transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mt-sticky-promo.mt-hidden { transform: translateY(100%); display: flex !important; }
.mt-promo-highlight { color: var(--mt-orange); background: var(--mt-white); padding: 4px 12px; border-radius: 6px; cursor: pointer; border: 1px solid var(--mt-white); transition: all 0.2s ease; position: relative; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.mt-promo-highlight:hover { background: var(--mt-dark); color: var(--mt-white); border-color: var(--mt-dark); transform: translateY(-1px); }
.mt-promo-timer { display: inline-flex; gap: 6px; font-family: monospace; font-size: 1.1rem; background: rgba(0, 0, 0, 0.15); padding: 4px 12px; border-radius: 6px; letter-spacing: 1px; }
.mt-sticky-tooltip { position: absolute; bottom: 100%; left: 50%; transform: translate(-50%, -8px); background: var(--mt-dark); color: var(--mt-white); padding: 6px 12px; border-radius: 4px; font-size: 0.75rem; font-weight: 800; opacity: 0; transition: opacity 0.3s ease; pointer-events: none; white-space: nowrap; box-shadow: 0 -4px 10px rgba(0,0,0,0.15); }
.mt-sticky-tooltip::before { content: ''; position: absolute; bottom: -4px; left: 50%; transform: translateX(-50%) rotate(45deg); width: 8px; height: 8px; background: var(--mt-dark); }

/* =========================================
    BLOCK 1: CINEMATIC HERO (DESKTOP RESTORED)
    ========================================= */
.hero-section {
    position: relative; height: 85vh; min-height: 600px; max-height: 900px; 
    display: flex; align-items: center; overflow: hidden; background: transparent;
}
.hero-bg-img {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
    object-fit: cover; 
    object-position: 50% 2%; 
    z-index: 0; pointer-events: none;
}
.hero-overlay {
    position: absolute; inset: 0; background: transparent; z-index: 1; display: block;
}
.hero-content {
    position: relative; z-index: 2; width: 100%; max-width: 1600px !important; margin-top: 0; padding-bottom: 0; margin-bottom: 0;
}
.glass-card {
    width: 100%; max-width: 520px; background: rgba(255, 255, 255, 0.35); 
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); padding: 40px; 
    border-radius: 16px; border: 1px solid rgba(255, 255, 255, 0.5); 
    box-shadow: 0 20px 60px rgba(0,0,0,0.08); animation: fadeUp 0.8s ease-out forwards; will-change: opacity, transform;
}
.hero-title { font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 800; margin-bottom: 20px !important; letter-spacing: -1px; }
.hero-title span { color: var(--mt-teal); position: relative; }
.hero-title span::after { content: ''; position: absolute; bottom: 8px; left: 0; width: 100%; height: 12px; background: var(--mt-orange); opacity: 0.2; z-index: -1; transform: skewX(-12deg); }
.hero-sub { font-size: 1.125rem; margin-bottom: 32px; color: var(--mt-dark); opacity: 1; font-weight: 600; line-height: 1.6; max-width: 460px; text-wrap: pretty; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* -- BLOCK 2: TRUST BRIDGE & STATS --- */
.trust-bridge-section { padding: 100px 0; background: var(--mt-white); }
.bridge-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px; align-items: center; }
.bridge-content h2 { font-size: 2.5rem; margin-bottom: 16px !important; }
.bridge-content > p { font-size: 1.1rem; line-height: 1.7; margin-bottom: 40px; color: var(--mt-grey); }
.bridge-features { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.bridge-feature { display: flex; gap: 16px; align-items: flex-start; }
.b-icon { width: 48px; height: 48px; background: rgba(0, 88, 98, 0.05); color: var(--mt-teal); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; flex-shrink: 0; }
.bridge-feature h4 { font-size: 1.1rem; margin-bottom: 4px; }
.bridge-feature p { font-size: 0.9rem; margin: 0; line-height: 1.5; }

.micro-story-card { background: var(--mt-white); border-radius: 20px; position: relative; box-shadow: 0 25px 50px -12px rgba(0, 88, 98, 0.15); border: 1px solid var(--mt-border); padding: 40px; display: flex; align-items: center; overflow: hidden; contain: content; content-visibility: auto; }
.micro-story-card::before { content: '\201C'; position: absolute; top: 20px; right: 30px; font-size: 12rem; color: rgba(241, 142, 15, 0.05); font-family: Georgia, serif; line-height: 1; z-index: 0; pointer-events: none; }
.micro-content { position: relative; z-index: 1; width: 100%; animation: fadeUp 0.8s ease-out forwards; will-change: opacity, transform; }
.micro-author { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid rgba(0,0,0,0.06); }
.micro-avatar { width: 80px; height: 80px; border-radius: 50% !important; object-fit: cover; box-shadow: 0 4px 10px rgba(0,0,0,0.05); transform: translateZ(0); }
.micro-author-info { display: flex; flex-direction: column; }
.micro-name { font-family: 'Poppins', sans-serif; font-weight: 700; color: var(--mt-dark); display: block; font-size: 1.1rem; }
.micro-loc { font-size: 0.8rem; font-weight: 600; color: var(--mt-orange); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; }
.micro-stars { color: #FFC107; font-size: 0.85rem; }
.micro-quote { font-family: 'Raleway', sans-serif; font-size: 1.1rem; font-style: italic; color: #666; line-height: 1.8; margin-bottom: 0; font-weight: 400; }

.authority-section { background: #f2fafa; padding: 30px 0; border-bottom: 1px solid var(--mt-border); box-shadow: 0 10px 30px rgba(0,0,0,0.02); }
.authority-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; align-items: center; text-align: center; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.auth-item { padding: 5px 10px; border-right: 1px solid rgba(0,88,98,0.1); }
.auth-item:last-child { border-right: none; }
.auth-number-wrapper { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 2.5rem; color: var(--mt-orange); line-height: 1; margin-bottom: 6px; display: flex; justify-content: center; align-items: center; }
.auth-label { font-size: 1rem; font-weight: 800; color: var(--mt-teal); text-transform: uppercase; letter-spacing: 1px; display: block; margin-bottom: 2px; }
.auth-sub { font-size: 0.9rem; color: var(--mt-grey); font-weight: 500; }

/* ---  BLOCK 3: PRODUCT GRID (WHITE) --- */
.product-section { padding: 100px 0; background: var(--mt-white); } 
.section-head { max-width: 700px; margin: 0 auto 50px auto; }
.section-head h2 { font-size: 2.5rem; margin-bottom: 16px !important; color: var(--mt-dark); }
.section-head p { font-size: 1.1rem; color: var(--mt-grey); margin: 0; line-height: 1.6; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; max-width: 1000px; margin: 0 auto; }
.product-card { background: var(--mt-white); border: 1px solid var(--mt-border); border-radius: 16px; padding: 40px; position: relative; display: flex; flex-direction: column; transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); contain: content; content-visibility: auto; will-change: transform, box-shadow; }
.product-card:hover { transform: translateY(-8px); box-shadow: var(--mt-shadow-hover); border-color: var(--mt-teal); }
.card-highlight { border: 2px solid var(--mt-teal); box-shadow: 0 10px 40px -10px rgba(0, 88, 98, 0.08); }
.card-highlight:hover { border-color: var(--mt-teal); }
.bookmark-tag { position: absolute; top: -1px; right: 35px; padding: 10px 18px 14px; font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; border-radius: 0 0 10px 10px; box-shadow: 0 8px 15px rgba(0,0,0,0.1); z-index: 10; }
.tag-pop { background: #f0fdfd; color: var(--mt-teal); border: 1px solid rgba(0, 88, 98, 0.1); border-top: none; }
.tag-val { background: var(--mt-orange-gradient); color: var(--mt-white); }
.prod-header { text-align: center; margin-bottom: 30px; border-bottom: 1px solid var(--mt-border); padding-bottom: 20px; }
.prod-icon { width: 72px; height: 72px; margin: 0 auto 20px auto; background: rgba(0, 88, 98, 0.05); color: var(--mt-teal); border-radius: 20px; display: flex; align-items: center; justify-content: center; font-size: 2rem; box-shadow: inset 0 0 0 1px rgba(0,88,98,0.1), 0 8px 16px rgba(0,88,98,0.06); }
.prod-title { font-size: 1.5rem; font-weight: 700; margin-bottom: 8px; position: relative; display: inline-block; z-index: 1; }
.prod-title::after { content: ''; position: absolute; bottom: 2px; left: -2px; width: calc(100% + 4px); height: 8px; background: var(--mt-orange); opacity: 0.25; z-index: -1; transform: skewX(-12deg); border-radius: 2px; }
.prod-price { font-size: 2.5rem; font-weight: 800; color: var(--mt-dark); }
.price-gradient { background: var(--mt-orange-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; display: inline-block; }
.prod-strike { font-size: 1rem; color: var(--mt-grey); text-decoration: line-through; font-weight: 500; }
.whats-included-label { font-family: 'Poppins', sans-serif !important; font-size: 0.75rem !important; font-weight: 800 !important; text-transform: uppercase !important; color: var(--mt-teal) !important; background-color: #f0fdfd !important; letter-spacing: 1px !important; margin: 0 0 20px 0 !important; display: inline-block !important; padding: 6px 14px !important; border-radius: 6px !important; align-self: flex-start !important; line-height: 1.2 !important; }
.prod-features { list-style: none; padding: 0; margin: 0 0 30px; flex-grow: 1; display: flex; flex-direction: column; gap: 16px; }
.prod-features li { display: flex; align-items: center; gap: 14px; font-size: 0.95rem; color: var(--mt-dark); font-weight: 500; line-height: 1.4; }
.feat-icon { width: 32px; height: 32px; background: rgba(0, 88, 98, 0.06); color: var(--mt-teal); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; flex-shrink: 0; }
.feature-plus-divider { font-family: 'Poppins', sans-serif !important; font-size: 0.75rem !important; font-weight: 800 !important; text-transform: uppercase !important; color: var(--mt-teal) !important; letter-spacing: 1px !important; margin: 10px 0 10px 0 !important; display: block !important; border-bottom: 1px dashed rgba(0,88,98,0.2) !important; padding-bottom: 10px !important; }
.feat-plus { background: rgba(241, 142, 15, 0.1); color: var(--mt-orange); }
.prod-features li.feature-plus-row { font-weight: 700; }
.small-link { text-align: center; margin-top: 30px; font-size: 0.9rem; color: var(--mt-grey); opacity: 0.8; }
.small-link a { color: var(--mt-grey); text-decoration: underline; transition: color 0.3s ease; font-weight: 600; }
.small-link a:hover { color: var(--mt-orange); }

/* --- BLOCK 4: THE CONCIERGE (GREY) --- */
.mytefl-career-master { padding: 100px 0 60px 0; background-color: var(--mt-light-bg); contain: content; content-visibility: auto; }
.career-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 80px; align-items: center; }
.career-header-left { margin-bottom: 40px; }
.career-eyebrow { font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 700; color: var(--mt-orange); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 15px; display: block; }
.career-h2 { font-size: 2.5rem; font-weight: 800; color: var(--mt-dark); line-height: 1.2; margin-bottom: 16px !important; }
.career-p { font-size: 1.1rem; line-height: 1.7; color: var(--mt-grey); margin-bottom: 25px; }
.career-micro-proof { font-size: 0.9rem; color: var(--mt-grey); font-weight: 600; margin: 0; display: inline-flex; align-items: center; gap: 8px; }
.career-steps-vertical { display: flex; flex-direction: column; gap: 30px; position: relative; }
.career-steps-vertical::before { content: ''; position: absolute; top: 20px; bottom: 40px; left: 28px; width: 2px; background: rgba(0, 88, 98, 0.15); z-index: 0; }
.v-step { display: flex; align-items: flex-start; gap: 20px; position: relative; z-index: 1; }
.v-step-icon { width: 58px; height: 58px; background: var(--mt-white); border: 2px solid var(--mt-teal); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; color: var(--mt-teal); flex-shrink: 0; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease; will-change: transform; }
.v-step:hover .v-step-icon { background-color: var(--mt-teal); color: var(--mt-white); transform: scale(1.05); }
.v-step.step-final .v-step-icon { border-color: var(--mt-orange); color: var(--mt-orange); }
.v-step.step-final:hover .v-step-icon { background-color: var(--mt-orange); color: var(--mt-white); }
.v-step-text { padding-top: 5px; }
.v-step-text h4 { font-family: 'Poppins', sans-serif; font-size: 1.15rem; font-weight: 700; color: var(--mt-dark); margin: 0 0 5px 0; }
.v-step-text p { font-size: 0.95rem; color: var(--mt-grey); line-height: 1.5; margin: 0; }
.career-visual { position: relative; z-index: 10; }
.career-visual-img { width: 100%; height: auto; border-radius: 20px !important; box-shadow: var(--mt-shadow) !important; display: block; }
.floating-job-card { position: absolute; bottom: 50px; left: -40px; background: var(--mt-white); padding: 20px 25px; border-radius: 12px; box-shadow: 0 20px 40px rgba(0,0,0,0.15); display: flex; align-items: center; gap: 15px; animation: float 6s ease-in-out infinite; border: 1px solid var(--mt-border); z-index: 2; will-change: transform; }
.job-card-icon { width: 45px; height: 45px; background: rgba(241, 142, 15, 0.1); color: var(--mt-orange); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
.job-card-info h5 { margin: 0; font-size: 1rem; font-weight: 700; color: var(--mt-dark); font-family: 'Poppins', sans-serif;}
.job-card-info p { margin: 2px 0 0 0; font-size: 0.85rem; font-weight: 600; color: var(--mt-grey); }
.job-card-info p span { color: var(--mt-teal); }
    
/* ---  TRUST STRIP (WHITE) --- */
/* --- BLOCK 9: TRUST FOOTER --- */
.lp-trust-footer {
    background-color: var(--lp-white); padding: 60px 20px; text-align: center;
    border-top: 1px solid #E5E5E5; width: 100%; box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}
.lp-trust-header {
    font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 12px;
    color: var(--lp-gray-text); text-transform: uppercase; letter-spacing: 0.2em;
    margin-bottom: 40px; display: inline-block;
}
.lp-logo-container {
    display: flex; justify-content: center; align-items: center; gap: 50px; flex-wrap: wrap;
}
.lp-trust-logo {
    height: 50px; width: auto; object-fit: contain; filter: grayscale(100%);
    opacity: 0.6; transition: all 0.3s ease;
}
.lp-trust-logo:hover { filter: grayscale(0%); opacity: 1; transform: scale(1.05); }

/* Logo Overrides */
.lp-logo-iteflac { height: 112px !important; opacity: 1 !important; }
.lp-logo-epik { height: 94px !important; }
.lp-logo-jet { height: 60px !important; }
.lp-logo-goabroad { height: 80px !important; } 
.lp-logo-endseal { height: 60px !important; }

@media (max-width: 768px) {
    .lp-trust-footer { padding: 50px 15px; }
    .lp-logo-container { gap: 30px; }
    .lp-logo-iteflac { height: 75px !important; }
    .lp-logo-epik { height: 60px !important; }
    .lp-logo-jet { height: 45px !important; }
    .lp-logo-goabroad { height: 55px !important; }
    .lp-logo-endseal { height: 45px !important; }
}

/* --- BLOCK 5: INTERNSHIP SPOTLIGHT (GREY) --- */
.intern-section { padding: 100px 0 130px 0; background: var(--mt-light-bg); contain: content; content-visibility: auto; } 
.bento-grid { display: grid; grid-template-columns: 2fr 1.2fr; gap: 24px; min-height: 550px; }
.bento-card { background: var(--mt-white); border-radius: 20px; position: relative; overflow: hidden; box-shadow: var(--mt-shadow); border: 1px solid var(--mt-border); transition: transform 0.3s ease, box-shadow 0.3s ease; will-change: transform, box-shadow; }
.bento-card:hover { transform: translateY(-4px); box-shadow: var(--mt-shadow-hover); }
.bento-hero { display: flex; flex-direction: column; justify-content: flex-start; padding: 50px; border: none; position: relative; }
.bento-hero-img { position: absolute !important; inset: 0; width: 100% !important; height: 100% !important; object-fit: cover !important; z-index: 0; border-radius: 20px !important; display: block; }
.bento-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.6) 100%); z-index: 1; pointer-events: none; }
.bento-content { position: relative; z-index: 2; max-width: 85%; display: flex; flex-direction: column; flex-grow: 1; height: 100%; }
.bento-title { font-size: 2.5rem; color: var(--mt-white) !important; margin-bottom: 12px !important; font-weight: 800; line-height: 1.1; }
.bento-desc { font-size: 1.1rem; color: rgba(255,255,255,0.9); margin-bottom: 25px; line-height: 1.6; }
.bento-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 24px; height: 100%; }
.bento-small { padding: 35px 40px; display: flex; flex-direction: column; justify-content: space-between; }
.bento-small-header { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; }
.bento-small h4 { font-size: 1.25rem; font-weight: 700; margin-bottom: 0; color: var(--mt-dark); }
.bento-icon { font-size: 1.8rem; color: var(--mt-teal); margin-bottom: 0; display: flex; align-items: center; }
.avatar-stack { display: flex; align-items: center; margin-top: auto; padding-left: 10px; }
.stack-avatar { width: 44px; height: 44px; min-width: 44px; min-height: 44px; aspect-ratio: 1/1; border-radius: 50% !important; border: 3px solid var(--mt-white); margin-left: -16px; object-fit: cover; box-shadow: 0 4px 10px rgba(0,0,0,0.1); position: relative; flex-shrink: 0; transform: translateZ(0); }
.stack-avatar:first-child { margin-left: 0; }
.stack-more { width: 44px; height: 44px; min-width: 44px; min-height: 44px; aspect-ratio: 1/1; border-radius: 50% !important; border: 3px solid var(--mt-white); margin-left: -16px; background: var(--mt-orange-gradient); color: var(--mt-white); display: flex; align-items: center; justify-content: center; font-size: 0.8rem; font-weight: 800; position: relative; z-index: 1; flex-shrink: 0; }

/* --- BLOCK 6: SUCCESS STORIES (WHITE) --- */
.reviews-section { padding: 100px 0; background: var(--mt-white); contain: content; content-visibility: auto; } 
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.review-card { background: var(--mt-white); border-radius: 12px; padding: 30px; border: 1px solid var(--mt-border); contain: content; }
.review-header { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; }
.review-avatar { width: 77px; height: 77px; min-width: 77px; min-height: 77px; aspect-ratio: 1/1; border-radius: 50% !important; flex-shrink: 0; object-fit: cover; box-shadow: 0 4px 10px rgba(0,0,0,0.05); transform: translateZ(0); }
.review-meta h5 { margin: 0; font-size: 1rem; font-weight: 700; color: var(--mt-dark); }
.review-meta span { font-size: 0.8rem; color: var(--mt-teal); font-weight: 600; }
.review-quote { font-style: italic; color: var(--mt-grey); font-size: 0.95rem; margin-bottom: 15px; line-height: 1.6; }
.stars { color: #FFC107; font-size: 0.9rem; }
.video-review-card { position: relative; border-radius: 12px; overflow: hidden; cursor: pointer; box-shadow: var(--mt-shadow); min-height: 320px; display: block; border: 1px solid var(--mt-border); contain: content; }
.video-bg-wrapper { position: absolute !important; inset: 0 !important; z-index: 0 !important; overflow: hidden !important; border-radius: 12px !important; }
.video-card-img { position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; max-width: none !important; max-height: none !important; object-fit: cover !important; display: block !important; transition: transform 0.7s ease !important; will-change: transform; }
.video-review-card:hover .video-card-img { transform: scale(1.05) !important; }
.video-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.3); transition: background-color 0.3s ease; z-index: 1; will-change: background-color; }
.video-review-card:hover .video-overlay { background-color: rgba(0,0,0,0.4); }
.play-btn-wrapper { position: absolute; bottom: 30px; right: 25px; z-index: 3; }
.play-btn { width: 50px; height: 50px; background: rgba(255,255,255,0.95); border-radius: 50%; display: flex; align-items: center; justify-content: center; padding-left: 4px; box-shadow: 0 8px 20px rgba(0,0,0,0.25); transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.3s ease; will-change: transform, background-color; }
.video-review-card:hover .play-btn { transform: scale(1.1); background-color: var(--mt-orange); }
.play-btn i { color: var(--mt-orange); font-size: 1.1rem; transition: color 0.3s ease; }
.video-review-card:hover .play-btn i { color: var(--mt-white); }
.video-caption { position: absolute; bottom: 0; left: 0; width: 100%; padding: 40px 20px 20px 20px; background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, transparent 100%); z-index: 2; pointer-events: none; }
.video-caption-title { color: var(--mt-white); font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1.1rem; margin: 0; }
.video-caption-sub { color: rgba(255,255,255,0.8); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; margin: 4px 0 0 0; font-weight: 700; }
.mt-hidden { display: none !important; }
.video-modal-overlay { position: fixed; inset: 0; background: rgba(10, 20, 22, 0.95); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 20px; will-change: opacity; }
.video-modal-content { position: relative; width: 100%; max-width: 900px; aspect-ratio: 16/9; background: #000; border-radius: 12px; box-shadow: 0 30px 60px rgba(0,0,0,0.5); transform: translateZ(0); }
.video-modal-content iframe { width: 100%; height: 100%; border-radius: 12px; }
.close-modal-btn { position: absolute; top: -45px; right: 0; background: transparent; border: none; color: var(--mt-white); font-size: 2rem; cursor: pointer; opacity: 0.8; transition: opacity 0.3s ease; }
.close-modal-btn:hover { opacity: 1; }

/* --- BLOCK 7: UNIFIED HANDOFF SECTION (MINT FULL-WIDTH) --- */
.jp-handoff-section { background-color: #E6F7F5; padding: 100px 20px; text-align: center; border-top: 1px solid rgba(0,88,98,0.1); font-family: 'Raleway', sans-serif; overflow-x: hidden; contain: content; content-visibility: auto; }
.jp-handoff-wrapper { max-width: 1050px; width: 100%; margin: 0 auto; }
.jp-handoff-h2 { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 2.2rem; color: var(--mt-dark); margin-bottom: 15px; line-height: 1.2; text-align: center; }
.jp-handoff-sub { font-family: 'Raleway', sans-serif; font-size: 1.1rem; color: var(--mt-grey); margin-bottom: 50px; line-height: 1.6; max-width: 700px; margin: 0 auto 50px auto; text-align: center; }
.jp-handoff-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; align-items: stretch; margin-bottom: 50px; width: 100%; }
.jp-next-card { background-color: var(--mt-white); border-radius: 12px; padding: 40px 30px; box-shadow: 0 4px 15px rgba(0,0,0,0.04); border: 1px solid #eef2f6; border-top: 4px solid #eef2f6; display: flex; flex-direction: column; height: 100%; text-align: left; transition: box-shadow 0.3s ease, border-color 0.3s ease; transform: none !important; width: 100%; will-change: box-shadow, border-color; }
.jp-next-card:hover { box-shadow: 0 15px 35px rgba(0,88,98,0.12); transform: none !important; }
.jp-card-primary { border-top-color: var(--mt-orange); }
.jp-card-hover-orange:hover { border-top-color: var(--mt-orange); }
.jp-next-icon { font-size: 2.5rem; color: var(--mt-teal); margin-bottom: 20px; display: block; }
.jp-next-title { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1.15rem; color: var(--mt-dark); margin-bottom: 10px; line-height: 1.3; text-transform: uppercase; }
.jp-next-micro { font-size: 0.95rem; color: var(--mt-grey); line-height: 1.6; margin-bottom: 25px; flex-grow: 1; }
.jp-human-support { border-top: 1px solid rgba(0,88,98,0.1); padding-top: 35px; margin-top: 20px; text-align: center; }
.jp-support-link { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 1.05rem; color: var(--mt-teal); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.jp-support-link:hover { color: var(--mt-orange); }
.jp-final-anchor { font-size: 0.9rem; color: #888; margin-top: 15px; font-weight: 500; }

/* =======================================================
    RESPONSIVE MEDIA QUERIES & MOBILE FIXES
    ======================================================= */
@media (max-width: 991px) {
    .hero-title { font-size: clamp(2.5rem, 6vw, 3rem); }
    
    /* --- BLOCK 1 HERO FIX: "The Stack" on Mobile --- */
    .hero-section {
        height: auto !important; min-height: 0 !important; max-height: none !important; display: flex !important; 
        flex-direction: column !important; background: linear-gradient(to bottom, transparent 40%, var(--mt-light-bg) 40%) !important; 
    }
    .hero-bg-img {
        position: relative !important; width: 100% !important; height: 45vh !important; 
        min-height: 380px !important; object-fit: cover !important; 
        object-position: 80% 20% !important; /* <--- UPDATED: Shifts focus 85% to the right to frame the girl and 101 */
    }
    .hero-overlay { display: none !important; }
    .hero-content { 
        margin-top: -50px !important; 
        padding-bottom: 30px !important; /* Gives the bottom shadow room to breathe */
        margin-bottom: 0 !important; 
    }

    .glass-card {
        background: #ffffff !important; 
        backdrop-filter: none !important; 
        -webkit-backdrop-filter: none !important;
        border: 1px solid var(--mt-border) !important; 
        border-radius: 20px !important; 
        box-shadow: 0 15px 40px rgba(0, 88, 98, 0.12) !important; 
        max-width: 100% !important; 
        padding: 40px 25px !important;
        
        /* --- The Anti-Blur Fixes --- */
        will-change: auto !important; /* Drops the fuzzy GPU snapshot after animating */
        filter: none !important; /* Kills any lingering invisible glassmorphism layers */
        -webkit-font-smoothing: antialiased !important; /* Forces the text to render crystal clear */
    }
    /* --- Sucks up the dead space below the card --- */
    .trust-bridge-section { 
        padding: 40px 0 80px 0 !important; 
    }
    
    /* --- Authority & Bridge --- */
    .authority-grid { grid-template-columns: 1fr; gap: 0; padding: 0 20px; }
    .auth-item { border-right: none; border-bottom: 1px solid rgba(0,88,98,0.1); padding: 25px 20px; }
    .auth-item:last-child { border-bottom: none; }
    .auth-number-wrapper { font-size: 2.5rem; } 
    .bridge-grid { grid-template-columns: 1fr; gap: 40px; }
    .bridge-features { grid-template-columns: 1fr; }
    
    /* --- Block 4: Let the native image ratio do the heavy lifting --- */
    .career-grid { grid-template-columns: 1fr; gap: 70px; } 
    .career-visual { height: auto; min-height: 0; } 
    .floating-job-card { left: 20px; right: 20px; bottom: -30px; animation: none; justify-content: center; }
    
    .lp-logo-container { gap: 30px; }
    .product-grid { grid-template-columns: 1fr; }
    
    /* --- BLOCK 5: Bento Stack Mobile Fix --- */
    .bento-grid { grid-template-columns: 1fr; gap: 30px; }
    
    .bento-hero { 
        min-height: auto !important; 
        padding: 0 !important; /* Removes internal padding so image goes edge-to-edge */
        background: var(--mt-dark) !important; /* Premium dark slate background for the text */
    } 
    
    .bento-hero-img {
        position: relative !important; /* Un-anchors the image */
        height: 280px !important; /* Gives the photo its own dedicated space */
        border-radius: 20px 20px 0 0 !important; /* Rounds only the top corners */
        object-position: center 25% !important; /* Nudges the photo to center perfectly on their faces */
    }
    
    .bento-hero::before {
        display: none !important; /* Kills the muddy gradient entirely */
    }
    
    .bento-content { 
        max-width: 100%; 
        padding: 40px 25px !important; /* Restores breathing room just for the text */
    }
    
    .bento-title { font-size: 2rem; }
    .bento-small { padding: 30px 20px; }
    
    /* --- Anti-Blur Fix for Bento Cards & Buttons --- */
    .bento-card {
        will-change: auto !important;
        transform: none !important; 
    }
    
    .bento-card .mt-btn {
        will-change: auto !important;
        transform: none !important;
        -webkit-font-smoothing: antialiased !important;
    }
    
    /* --- Block 4 Steps --- */
    .career-steps-vertical { flex-direction: column; gap: 40px; }
    .v-step { width: 100%; }
    .career-steps-vertical::before { display: none; }
    
    /* --- Block 6 Reviews --- */
    .review-grid { grid-template-columns: 1fr; }
    .video-review-card { min-height: 250px; } 
    
    /* --- Block 7 Handoff --- */
    .jp-handoff-section { padding: 60px 15px; }
    .jp-handoff-box { padding: 40px 20px; }
    .jp-handoff-cards { grid-template-columns: 1fr; gap: 20px; }
    .jp-handoff-h2 { font-size: 1.8rem; }

    .mt-sticky-promo { flex-direction: column; gap: 8px; padding: 10px; font-size: 0.85rem; }
    body.has-promo { padding-bottom: 85px !important; } 
}

@media (max-width: 600px) {
    .bento-stack { grid-template-columns: 1fr; }
    .hero-actions { justify-content: center; }
    .mt-btn { width: 100%; justify-content: center; }
}

/* --- ANIMATIONS (Restored!) --- */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}/* End custom CSS */