/*
Theme Name: TEFL Theme V2
Theme URI: https://yoursite.com
Author: Your Name
Author URI: https://yoursite.com
Description: A lightweight, clean theme built for Elementor. Minimal code, maximum flexibility.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tefl-theme-v2
Tags: elementor, minimal, lightweight, custom
*/

  /* =========================================
     1. GLOBAL VARIABLES & RESET
     ========================================= */
  :root {
    --lp-teal: #005862;
    --lp-orange: #F18E0F;
    --lp-dark: #27393B;
    --lp-grey: #6E6E6E;
    --lp-mint: #E6F7F5;
    --lp-white: #ffffff;
    --lp-bg-light: #F9FBFB;
    --lp-gray-text: #9ca3af;
    --lp-radius: 12px;
    --lp-max-w: 1140px;
  }

  .lp-wrapper {
    font-family: 'Raleway', sans-serif;
    color: var(--lp-grey);
    background-color: var(--lp-white);
    line-height: 1.6;
    box-sizing: border-box;
  }
  
  .lp-wrapper *, .lp-wrapper *::before, .lp-wrapper *::after,
  .lp-container, .lp-section {
    box-sizing: border-box;
  }

  body { margin: 0; font-family: 'Raleway', sans-serif; color: var(--lp-grey); }
  
  .lp-container {
    max-width: var(--lp-max-w); margin: 0 auto; padding: 0 20px; position: relative;
  }

  /* Typography */
  .lp-h1 {
    font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 3rem;
    line-height: 1.15; color: var(--lp-dark); margin: 0 0 20px 0; letter-spacing: -0.5px;
  }
  
  .lp-h2 {
    font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 2.25rem;
    color: var(--lp-dark); margin: 0 0 20px 0; line-height: 1.2;
  }
  
  .lp-h3 {
    font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1.5rem;
    color: var(--lp-dark); margin: 0 0 10px 0;
  }

  /* =========================================
     2. BUTTONS
     ========================================= */
  a.lp-btn, button.lp-btn, .lp-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 16px 36px; border-radius: 6px; text-decoration: none !important;
    font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1rem;
    line-height: 1.2; transition: all 0.2s ease-in-out; cursor: pointer;
    white-space: nowrap; opacity: 1 !important; visibility: visible !important;
  }

  /* Primary Button (Orange) */
  body a.lp-btn-primary, body .lp-btn-primary {
    background-color: var(--lp-orange) !important; color: #ffffff !important;
    border: 2px solid var(--lp-orange) !important;
    box-shadow: 0 4px 15px rgba(241, 142, 15, 0.3);
  }
  
  body a.lp-btn-primary:hover, body .lp-btn-primary:hover {
    background-color: #d67a00 !important; border-color: #d67a00 !important;
    transform: translateY(-2px); box-shadow: 0 6px 20px rgba(241, 142, 15, 0.4);
    color: #ffffff !important;
  }

  /* Ghost Button (Teal Outline) */
  body a.lp-btn-ghost, body .lp-btn-ghost {
    background-color: transparent !important; color: var(--lp-teal) !important;
    border: 2px solid var(--lp-teal) !important; box-shadow: none;
    display: inline-flex; align-items: center; justify-content: center;
    gap: 10px; padding: 14px 32px; border-radius: 6px;
    text-decoration: none !important; font-family: 'Poppins', sans-serif;
    font-weight: 700; font-size: 1rem; transition: all 0.2s ease-in-out;
  }

  body a.lp-btn-ghost:hover, body .lp-btn-ghost:hover {
    background-color: var(--lp-teal) !important; color: #ffffff !important;
    transform: translateY(-2px); box-shadow: 0 4px 15px rgba(0,88,98,0.15);
  }

  /* =========================================
     3. STICKY NAV BAR
     ========================================= */
  .lp-sticky-bar {
    position: fixed; top: 0; left: 0; width: 100%; background: var(--lp-white);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1); z-index: 1000; padding: 12px 20px;
    transform: translateY(-100%); transition: transform 0.3s ease-in-out;
    display: flex; justify-content: center;
  }
  .lp-sticky-bar.is-visible { transform: translateY(0); }
  .lp-sticky-inner {
    width: 100%; max-width: var(--lp-max-w); display: flex; align-items: center; justify-content: space-between;
  }
  .lp-sticky-title {
    font-family: 'Poppins', sans-serif; font-weight: 700; color: var(--lp-teal);
    font-size: 1.1rem; display: flex; align-items: center; gap: 10px;
  }
  .lp-sticky-btn {
    background-color: var(--lp-orange) !important; color: #ffffff !important;
    text-decoration: none !important; padding: 10px 24px; border-radius: 4px;
    font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 0.9rem;
    transition: all 0.2s ease; display: inline-block;
  }
  .lp-sticky-btn:hover { 
    background-color: #d67a00 !important; color: #ffffff !important; transform: translateY(-1px);
  }

  /* =========================================
     4. HERO SECTION
     ========================================= */
  .lp-hero-section {
    background: linear-gradient(to bottom, #ffffff 0%, #fcfcfc 100%);
    padding: 60px 0 100px 0; position: relative; overflow: visible;
  }
  .lp-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
  .lp-hero-subhead {
    font-size: 1.2rem; color: var(--lp-grey); margin-bottom: 25px;
    font-weight: 500; line-height: 1.6; max-width: 90%;
  }
  .lp-social-proof {
    display: flex; align-items: center; flex-wrap: wrap; gap: 20px;
    margin-bottom: 35px; font-size: 0.9rem; font-weight: 600;
    color: var(--lp-dark); background: var(--lp-mint);
    display: inline-flex; padding: 10px 20px; border-radius: 50px;
  }
  .lp-proof-item i { color: var(--lp-teal); margin-right: 6px; }
  .lp-hero-ctas { display: flex; gap: 15px; margin-bottom: 15px; flex-wrap: wrap; }
  .lp-microcopy { font-size: 0.85rem; color: var(--lp-grey); margin-top: 15px; font-weight: 500; }
  .lp-microcopy strong { color: var(--lp-teal); }
  .lp-bullet { color: #ccc; margin: 0 8px; }
  .lp-hero-visual { position: relative; }
  /* IN YOUR HEADER CSS, REPLACE THE EXISTING .lp-hero-img-stack RULE WITH THIS: */

.lp-hero-img-stack {
  width: 100%;
  max-width: 550px;
  border-radius: var(--lp-radius);
  box-shadow: 20px 20px 0px rgba(0, 88, 98, 0.1);
  
  /* --- NEW: CROP HEIGHT FROM TOP --- */
  /* 1. Define a shorter aspect ratio (e.g., 4:5 portrait) */
  aspect-ratio: 1 / 1; 
  
  /* 2. Ensure image fills the new shape without stretching */
  object-fit: cover;
  
  /* 3. Anchor image to the bottom, cropping off the top */
  object-position: bottom center;
  }

  /* =========================================
     5. SNAPSHOT FLOAT SECTION
     ========================================= */
  .lp-snapshot-section { position: relative; margin-top: -60px; z-index: 10; padding-bottom: 60px; }
  .lp-snapshot-card {
    background: var(--lp-white); border-radius: var(--lp-radius);
    box-shadow: 0 20px 50px rgba(0, 50, 60, 0.1); padding: 30px;
    border: 1px solid rgba(0,0,0,0.03);
  }
  .lp-snapshot-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: center; }
  .lp-snapshot-item { display: flex; flex-direction: column; padding: 0 15px; border-right: 1px solid #eee; }
  .lp-snapshot-item:last-child { border-right: none; }
  .lp-snapshot-icon { font-size: 1.4rem; color: var(--lp-teal); margin-bottom: 10px; }
  .lp-snapshot-label {
    font-family: 'Poppins', sans-serif; font-size: 0.8rem; text-transform: uppercase;
    letter-spacing: 1px; color: #999; margin-bottom: 5px; font-weight: 700;
  }
  .lp-snapshot-value { color: var(--lp-dark); font-weight: 700; font-size: 0.95rem; line-height: 1.4; }
  .lp-snapshot-sub { display: block; font-size: 0.8rem; font-weight: 400; color: var(--lp-grey); margin-top: 2px;}

  /* =========================================
     6. OVERVIEW SECTION
     ========================================= */
  .lp-overview-section { padding: 100px 0; background-color: var(--lp-bg-light); position: relative; z-index: 1; }
  .lp-overview-header { text-align: center; max-width: 800px; margin: 0 auto 60px auto; }
  .lp-overview-header h2::after {
    content: ''; display: block; width: 60px; height: 4px;
    background: var(--lp-orange); margin: 10px auto 0; border-radius: 2px;
  }
  .lp-overview-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: start; }
  .lp-facts-col { display: flex; flex-direction: column; justify-content: center; height: 100%; }
  .lp-fact-item { display: flex; gap: 20px; margin-bottom: 35px; }
  .lp-fact-item:last-of-type { margin-bottom: 40px; }
  .lp-fact-number {
    flex-shrink: 0; width: 45px; height: 45px; background: rgba(0,88,98,0.08);
    color: var(--lp-teal); border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1.1rem; margin-top: -5px;
  }
  .lp-fact-content h4 {
    font-family: 'Poppins', sans-serif; font-weight: 700;
    color: var(--lp-dark); margin: 0 0 8px 0; font-size: 1.2rem;
  }
  .lp-fact-content p { margin: 0; font-size: 1rem; line-height: 1.6; color: var(--lp-grey); }
  .lp-inline-cta-btn {
    display: inline-flex; align-items: center; gap: 10px;
    text-decoration: none !important; color: var(--lp-teal) !important;
    font-weight: 700; font-family: 'Poppins', sans-serif; font-size: 1rem;
    padding: 12px 24px; border: 2px solid var(--lp-teal); border-radius: 6px;
    align-self: flex-start; margin-left: 65px; transition: all 0.2s ease;
    background-color: transparent;
  }
  .lp-inline-cta-btn:hover {
    background-color: var(--lp-teal) !important; color: #ffffff !important;
    transform: translateY(-2px); box-shadow: 0 4px 10px rgba(0,88,98,0.2);
  }
/* --- PASTE THIS OVER YOUR EXISTING IMAGE & CARD CSS --- */

  .lp-overview-img {
    width: 100%; 
    border-radius: var(--lp-radius); 
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    height: 280px; 
    object-fit: cover; 
    background-color: #e9ecef;
    /* Removed z-index and position properties */
  }

  .lp-glance-card {
    background: var(--lp-white); 
    border-radius: var(--lp-radius); 
    padding: 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06); 
    border-top: 5px solid var(--lp-teal);

    /* --- Option 1: Clean Gap --- */
    margin-top: 30px; /* Pushes the card DOWN instead of pulling it up */
    /* Removed z-index and negative margins */
  }
  .lp-glance-title {
    font-family: 'Poppins', sans-serif; color: var(--lp-dark); font-size: 1.25rem; font-weight: 700;
    margin: 0 0 20px 0; padding-bottom: 15px; border-bottom: 1px solid #eee;
  }
  .lp-glance-list { list-style: none; padding: 0; margin: 0; }
  .lp-glance-list li {
    font-family: 'Raleway', sans-serif; color: var(--lp-grey); font-size: 0.95rem;
    margin-bottom: 12px; display: flex; justify-content: space-between; align-items: center;
  }
  .lp-glance-list strong { color: var(--lp-dark); font-weight: 700; margin-right: 10px; white-space: nowrap; }
  .lp-glance-list span { text-align: right; flex: 1; margin-left: auto; }
  .lp-glance-sub { font-size: 0.85rem; color: #999; font-weight: 400; margin-left: 4px; }

 /* =========================================
   7. COHORT SECTION (Nuclear Fix)
   ========================================= */
.lp-cohort-section { 
    background-color: var(--lp-white); 
    padding: 100px 0; 
    position: relative; 
    overflow: hidden; 
}

.lp-cohort-grid { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 60px; 
    align-items: center; 
}

/* --- THE IMAGE STACK --- */

.lp-stack-wrapper { 
    position: relative; 
    height: 480px !important;    /* Force container height */
    width: 100%; 
    max-width: 500px; 
    margin: 0 auto; 
}

/* Blob Background */
.lp-stack-wrapper::before {
    content: '';
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    background-color: var(--lp-mint); 
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; 
    z-index: 0;
    opacity: 0.6;
}

/* TOP IMAGE - Force Short Height */
.lp-stack-img-main {
    position: absolute; 
    width: 75% !important;       /* Force width */
    height: 220px !important;    /* Force height (Key Fix) */
    top: 0; 
    left: 0;
    object-fit: cover !important; /* Prevents squishing */
    border-radius: var(--lp-radius); 
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    z-index: 1; 
    transform: rotate(-3deg); 
    transition: transform 0.4s ease;
}

/* BOTTOM IMAGE - Force Short Height */
.lp-stack-img-sub {
    position: absolute; 
    width: 70% !important;       /* Force width */
    height: 220px !important;    /* Force height (Key Fix) */
    bottom: 0; 
    right: 0;
    object-fit: cover !important; /* Prevents squishing */
    border-radius: var(--lp-radius); 
    border: 8px solid var(--lp-white); 
    box-shadow: 0 20px 50px rgba(0,0,0,0.2); 
    z-index: 2; 
    transform: rotate(3deg); 
    transition: transform 0.4s ease;
}

/* Hover Effects */
.lp-stack-wrapper:hover .lp-stack-img-main { transform: rotate(0deg) scale(1.02); }
.lp-stack-wrapper:hover .lp-stack-img-sub { transform: rotate(0deg) scale(1.02); }


/* --- CONTENT SIDE --- */
.lp-cohort-content { padding-left: 20px; }

.lp-feature-list { display: flex; flex-direction: column; gap: 30px; margin-bottom: 40px; }
.lp-feature-item { display: flex; gap: 18px; align-items: flex-start; }
.lp-icon-circle {
    background-color: var(--lp-mint); color: var(--lp-teal); width: 42px; height: 42px;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; font-size: 1.1rem; transition: transform 0.2s ease;
}
.lp-feature-item:hover .lp-icon-circle { transform: scale(1.1); background-color: var(--lp-teal); color: #fff; }
.lp-feature-text h4 { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1.1rem; color: var(--lp-dark); margin: 0 0 6px 0; }
.lp-feature-text p { font-family: 'Raleway', sans-serif; font-size: 0.95rem; color: var(--lp-grey); margin: 0; line-height: 1.5; }
  /* =========================================
     8. LIFESTYLE / PATHWAYS
     ========================================= */
  .lp-pathways-section { background-color: var(--lp-bg-light); padding: 100px 0; position: relative; }
  .lp-pathways-header { text-align: center; max-width: 800px; margin: 0 auto 60px auto; }
  .lp-pathways-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-bottom: 50px; }
  .lp-lifestyle-card {
    background-color: var(--lp-white); border-radius: var(--lp-radius); overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); transition: all 0.3s ease;
    display: flex; flex-direction: column; height: 100%; border: 1px solid rgba(0,0,0,0.02);
  }
  .lp-lifestyle-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0,0,0,0.12); }
  .lp-card-image { width: 100%; aspect-ratio: 3 / 2; position: relative; overflow: hidden; }
  .lp-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
  .lp-lifestyle-card:hover .lp-card-image img { transform: scale(1.05); }
  .lp-card-content { padding: 30px; display: flex; flex-direction: column; flex-grow: 1; }
  .lp-lifestyle-card h3 { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1.4rem; color: var(--lp-teal); margin: 0 0 12px 0; }
  .lp-card-desc { font-size: 1rem; color: var(--lp-grey); font-family: 'Raleway', sans-serif; margin-bottom: 25px; line-height: 1.5; flex-grow: 1; }
  .lp-card-examples {
    padding-top: 15px; border-top: 1px solid rgba(0,0,0,0.08); font-size: 0.9rem;
    color: var(--lp-dark); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px;
    display: flex; align-items: center; gap: 8px;
  }
  .lp-card-examples i { color: var(--lp-orange); font-size: 1rem; }
  .lp-pathways-footer { text-align: center; margin-top: 30px; }
  .lp-reassurance { font-size: 0.95rem; color: #999; margin-bottom: 25px; font-style: italic; }

  /* =========================================
     9. ROADMAP SECTION
     ========================================= */
  .lp-roadmap-section { background-color: var(--lp-white); padding: 100px 0; text-align: center; position: relative; }
  .lp-roadmap-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-bottom: 50px; position: relative; }
  .lp-roadmap-grid::before {
    content: ''; position: absolute; top: 40px; left: 12%; right: 12%; height: 2px;
    background: repeating-linear-gradient(to right, #ddd 0, #ddd 10px, transparent 10px, transparent 20px);
    z-index: 0;
  }
  .lp-step-card { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 10px; }
  .lp-step-icon {
    width: 80px; height: 80px; background-color: var(--lp-white); border-radius: 50%;
    display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    margin-bottom: 25px; border: 3px solid var(--lp-white); font-size: 1.8rem;
    color: var(--lp-teal); transition: transform 0.3s ease, border-color 0.3s ease;
  }
  .lp-step-card:hover .lp-step-icon { transform: translateY(-5px); border-color: var(--lp-teal); }
  .lp-step-card:last-child .lp-step-icon { color: var(--lp-orange); }
  .lp-step-card:last-child:hover .lp-step-icon { border-color: var(--lp-orange); }
  .lp-step-num {
    font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 0.8rem;
    color: var(--lp-teal); background-color: var(--lp-mint); padding: 4px 12px;
    border-radius: 20px; margin-bottom: 15px; display: inline-block; letter-spacing: 1px;
  }
  .lp-step-title { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1.1rem; color: var(--lp-dark); margin: 0 0 10px 0; }
  .lp-step-desc { font-size: 0.95rem; color: var(--lp-grey); line-height: 1.5; margin: 0; font-family: 'Raleway', sans-serif; }
  .lp-reassurance-pill {
    background-color: #F5F7F8; display: inline-block; padding: 12px 30px;
    border-radius: 50px; margin-top: 10px; font-weight: 600; color: var(--lp-dark); font-size: 0.95rem;
  }

 /* =========================================
     10. REVIEWS SECTION
     ========================================= */
  .lp-reviews-section { background-color: var(--lp-white); padding: 100px 0; overflow: hidden; }
  
  /* --- NEW RULE ADDED BELOW --- */
  .lp-reviews-header { 
    text-align: center; 
    max-width: 800px; 
    margin: 0 auto 60px auto; 
  }
  /* ---------------------------- */

  .lp-reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
  .lp-review-card {
    background-color: var(--lp-white); border-radius: var(--lp-radius); padding: 35px 30px;
    box-shadow: 0 10px 30px rgba(0, 88, 98, 0.08); border: 1px solid rgba(0,0,0,0.03);
    display: flex; flex-direction: column; align-items: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease; position: relative;
  }
  .lp-review-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0, 88, 98, 0.12); }
  .lp-review-card::before {
    content: '\f10d'; font-family: "Font Awesome 6 Free"; font-weight: 900;
    position: absolute; top: 30px; right: 30px; font-size: 1.8rem; color: var(--lp-mint); opacity: 1; 
  }
  .lp-review-profile { display: flex; align-items: center; gap: 15px; margin-bottom: 25px; }
  .lp-review-img {
    width: 65px; height: 65px; min-width: 65px; min-height: 65px; border-radius: 50% !important;
    object-fit: cover; border: 3px solid var(--lp-mint); aspect-ratio: 1 / 1; display: block;
  }
  .lp-review-meta h4 { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1.1rem; color: var(--lp-dark); margin: 0 0 2px 0; }
  .lp-review-meta span { color: var(--lp-teal); font-weight: 600; text-transform: uppercase; font-size: 0.8rem; letter-spacing: 0.5px; }
  .lp-review-text { font-size: 1rem; color: var(--lp-grey); line-height: 1.6; margin: 0; font-family: 'Raleway', sans-serif; }
	.lp-review-avatar-initials {
  width: 60px;  /* Matches typical avatar size */
  height: 60px;
  background-color: var(--lp-teal); /* Uses your brand teal */
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
  margin-right: 1rem; /* Spacing between avatar and name */
  flex-shrink: 0;
}

  /* =========================================
     11. DATES & FEES SECTION
     ========================================= */
  .lp-dates-fees-section { padding: 100px 0; background-color: #F9FBFB; position: relative; }
  .lp-header-center { text-align: center; max-width: 760px; margin: 0 auto 50px auto; }
  .lp-dates-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
  .lp-card {
    background-color: var(--lp-white); border-radius: var(--lp-radius); padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06); border-top: 5px solid var(--lp-teal);
    height: 100%; display: flex; flex-direction: column;
  }
  .lp-card h3 { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1.5rem; color: var(--lp-dark); margin: 0 0 10px 0; }
  .lp-date-list { list-style: none; padding: 0; margin: 0; }
  .lp-date-item {
    display: flex; justify-content: space-between; align-items: center;
    padding: 14px 0; border-bottom: 1px solid #f4f4f4;
    font-size: 1rem; color: var(--lp-dark); font-weight: 600;
  }
  .lp-date-item:last-child { border-bottom: none; }
  .lp-date-left { display: flex; align-items: center; gap: 12px; }
  .lp-date-icon { color: var(--lp-orange); font-size: 1rem; }
  .lp-date-year { color: var(--lp-grey); font-weight: 400; font-size: 0.9rem; }
  
  .lp-inc-list { list-style: none; padding: 0; margin: 0 0 30px 0; }
  .lp-inc-item {
    display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px;
    font-size: 0.95rem; color: var(--lp-dark); line-height: 1.4;
  }
  .lp-inc-icon { color: var(--lp-teal); margin-top: 3px; font-size: 0.9rem; }
  .lp-price-block {
    background-color: var(--lp-mint); border-radius: 8px; padding: 25px; text-align: center;
    margin-bottom: 25px; border: 1px solid rgba(0, 88, 98, 0.1); margin-top: auto; position: relative;
  }
  .lp-early-bird-tag {
    background-color: var(--lp-orange); color: white; font-size: 0.7rem; font-weight: 700;
    text-transform: uppercase; padding: 4px 8px; border-radius: 4px; position: absolute;
    top: -12px; right: 20px; box-shadow: 0 4px 10px rgba(241, 142, 15, 0.3);
  }
  .lp-deposit-label { display: block; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; color: var(--lp-teal); margin-bottom: 5px; }
  .lp-deposit-price { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 2.5rem; color: var(--lp-teal); line-height: 1; margin-bottom: 8px; }
  .lp-total-cost { font-size: 1rem; color: var(--lp-dark); font-weight: 600; display: block; }
  .lp-fee-note { font-size: 0.85rem; color: var(--lp-grey); display: block; margin-top: 5px; }

  /* =========================================
     12. FAQ SECTION
     ========================================= */
  .lp-faq-section { padding: 100px 0; background-color: var(--lp-white); }
  .lp-faq-header { text-align: center; max-width: 700px; margin: 0 auto 60px auto; }
  .lp-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start; }
  .lp-faq-item {
    background-color: var(--lp-white); border: 1px solid #eee; border-radius: 8px;
    margin-bottom: 15px; transition: all 0.2s ease;
  }
  .lp-faq-item:hover { border-color: var(--lp-teal); box-shadow: 0 4px 12px rgba(0,0,0,0.05); }
  .lp-faq-question {
    list-style: none; padding: 18px 25px; font-family: 'Poppins', sans-serif;
    font-weight: 600; font-size: 0.95rem; color: var(--lp-dark); cursor: pointer;
    position: relative; display: flex; justify-content: space-between; align-items: center;
  }
  .lp-faq-question::-webkit-details-marker { display: none; }
  .lp-faq-icon { color: var(--lp-orange); font-size: 1.2rem; font-weight: 400; transition: transform 0.3s ease; }
  details[open] .lp-faq-icon { transform: rotate(45deg); color: var(--lp-teal); }
  details[open] .lp-faq-question { color: var(--lp-teal); background-color: #fcfcfc; border-bottom: 1px solid #eee; }
  .lp-faq-answer {
    padding: 20px 25px; font-family: 'Raleway', sans-serif; color: var(--lp-grey);
    line-height: 1.6; font-size: 0.95rem; background-color: #fff; border-radius: 0 0 8px 8px;
  }

  /* =========================================
     13. TRUST FOOTER
     ========================================= */
  .lp-trust-footer {
    background-color: var(--lp-white); padding: 60px 20px; text-align: center;
    border-top: 1px solid #E5E5E5; width: 100%; 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: 58px !important; }
  .lp-logo-endseal { height: 60px !important; }

  /* =========================================
     14. SITE HEADER & NAVIGATION
     ========================================= */
  .site-header {
    background-color: #0e0d12;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
  }

  .header-container {
    max-width: var(--lp-max-w);
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
  }

  .header-logo {
    flex-shrink: 0;
  }

  .header-logo .custom-logo-link {
    display: block;
    line-height: 0;
  }

  .header-logo .custom-logo {
    max-height: 60px;
    width: auto;
    height: auto;
  }

  .header-logo .site-title {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .header-logo .site-title a {
    color: var(--lp-teal);
    text-decoration: none;
  }

  .header-navigation {
    flex-grow: 1;
    display: flex;
    justify-content: center;
  }

  /* Main Menu */
  .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
    align-items: center;
  }

  .primary-menu > li {
    margin: 0;
    padding: 0;
    position: relative;
  }

  .primary-menu > li > a {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #b7b7b7;
    text-decoration: none;
    transition: color 0.2s ease;
    padding: 28px 0;
    display: block;
    white-space: nowrap;
  }

  .primary-menu > li > a:hover {
    color: var(--lp-white);
  }

  .primary-menu > li.current-menu-item > a,
  .primary-menu > li.current_page_item > a,
  .primary-menu > li.current-page-ancestor > a {
    color: var(--lp-white);
  }

  /* Dropdown Menus */
  .primary-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #0e0d12;
    min-width: 250px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 8px 8px;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
  }

  .primary-menu > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .primary-menu .sub-menu li {
    margin: 0;
    padding: 0;
    position: relative;
  }

  .primary-menu .sub-menu a {
    font-family: 'Raleway', sans-serif;
    font-size: 0.95rem;
    color: #b7b7b7;
    text-decoration: none;
    padding: 12px 25px;
    display: block;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
  }

  .primary-menu .sub-menu a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--lp-white);
    border-left-color: var(--lp-orange);
  }

  .primary-menu .sub-menu .current-menu-item > a {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--lp-white);
    border-left-color: var(--lp-orange);
  }

  /* Menu Headers (for grouped items) */
  .primary-menu .sub-menu .menu-header > a {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
    padding: 15px 25px 8px;
    pointer-events: none;
  }

  /* Arrow indicator for menu items with sub-menus */
  .primary-menu > li.menu-item-has-children > a::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 0.7rem;
    margin-left: 8px;
    transition: transform 0.2s ease;
    color: #b7b7b7;
  }

  .primary-menu > li.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
    color: var(--lp-white);
  }

  .header-actions {
    flex-shrink: 0;
  }

  .login-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    background-color: var(--lp-orange);
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none !important;
    border-radius: 6px;
    transition: all 0.2s ease;
    box-shadow: 0 4px 15px rgba(241, 142, 15, 0.3);
  }

  .login-button:hover {
    background-color: #d67a00 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(241, 142, 15, 0.4);
    color: #ffffff !important;
  }

  /* Mobile Menu Toggle (for future enhancement) */
  .mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #b7b7b7;
    cursor: pointer;
    padding: 8px;
  }

  .mobile-menu-toggle:hover {
    color: var(--lp-white);
  }

  /* =========================================
     15. SITE FOOTER
     ========================================= */
  .site-footer {
    background-color: #0e0d12;
    color: #b7b7b7;
    font-family: 'Raleway', sans-serif;
  }

  /* Main Footer Area */
  .footer-main {
    padding: 65px 0 35px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer-container {
    max-width: var(--lp-max-w);
    margin: 0 auto;
    padding: 0 20px;
  }

  .footer-widgets-row {
    display: grid;
    grid-template-columns: 4fr 2fr 4fr 2fr;
    gap: 40px;
  }

  .footer-widget-column {
    display: flex;
    flex-direction: column;
  }

  /* Footer Widget Titles */
  .footer-widget-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    color: var(--lp-white);
    margin: 0 0 25px 0;
    letter-spacing: 0.5px;
  }

  /* Footer Widget Content */
  .footer-widget {
    margin-bottom: 20px;
  }

  .footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer-widget ul li {
    margin-bottom: 12px;
  }

  .footer-widget a {
    color: #b7b7b7;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s ease;
    display: inline-block;
  }

  .footer-widget a:hover {
    color: var(--lp-white);
  }

  /* Two-column footer menu */
  .footer-widget .footer-menu-two-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer-widget .footer-menu-two-cols li {
    margin-bottom: 12px;
  }

  .footer-widget .footer-menu-two-cols a {
    color: #b7b7b7;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s ease;
    display: inline-block;
  }

  .footer-widget .footer-menu-two-cols a:hover {
    color: var(--lp-white);
  }

  .footer-widget p {
    color: #b7b7b7;
    line-height: 1.8;
    margin-bottom: 12px;
    font-size: 0.95rem;
  }

  /* Footer Navigation Menus */
  .footer-widget .menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer-widget .menu li {
    margin-bottom: 12px;
  }

  .footer-widget .menu a {
    color: #b7b7b7;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s ease;
  }

  .footer-widget .menu a:hover {
    color: var(--lp-white);
  }

  /* Footer Bottom */
  .footer-bottom {
    padding: 30px 0;
  }

  .footer-bottom-row {
    display: grid;
    grid-template-columns: 3fr 6fr 3fr;
    gap: 40px;
    align-items: center;
  }

  .footer-bottom-logo {
    display: flex;
    align-items: center;
  }

  .footer-bottom-logo img,
  .footer-bottom-logo .footer-logo-image {
    max-height: 50px;
    width: auto;
    height: auto;
  }

  .footer-bottom-logo .custom-logo-link,
  .footer-bottom-logo .footer-logo-link {
    display: inline-block;
    line-height: 0;
  }

  .footer-bottom-logo a {
    color: var(--lp-white);
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
  }

  .footer-bottom-copyright {
    text-align: center;
  }

  .footer-bottom-copyright p {
    margin: 0;
    color: #b7b7b7;
    font-size: 0.9rem;
  }

  .footer-bottom-copyright .footer-link {
    color: #b7b7b7;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .footer-bottom-copyright .footer-link:hover {
    color: var(--lp-white);
  }

  .footer-bottom-extra {
    display: flex;
    justify-content: flex-end;
  }

  /* Social Media Icons (if using) */
  .footer-widget .social-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .footer-widget .social-links a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #b7b7b7;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .footer-widget .social-links a:hover {
    color: var(--lp-white);
  }

  .footer-widget .social-links i {
    width: 20px;
    text-align: center;
  }

  /* =========================================
     16. MOBILE RESPONSIVENESS (AGGREGATED)
     ========================================= */
  @media (max-width: 900px) {
    .lp-h1 { font-size: 2.5rem; }
    .lp-h2 { font-size: 2rem; }
    .lp-btn { width: 100%; }

    /* Footer Mobile Styles */
    .footer-main {
      padding: 40px 0 20px 0;
    }

    .footer-widgets-row {
      grid-template-columns: 1fr 1fr;
      gap: 30px 20px;
    }

    .footer-widget-column {
      min-width: 0;
    }

    .footer-bottom-row {
      grid-template-columns: 1fr;
      gap: 20px;
      text-align: center;
    }

    .footer-bottom-logo {
      justify-content: center;
    }

    .footer-bottom-copyright {
      order: 2;
    }

    .footer-bottom-extra {
      display: none;
    }

    /* Header Mobile Styles */
    .site-header {
      padding: 15px 0;
      height: auto;
    }
    .header-container {
      gap: 20px;
      flex-wrap: wrap;
    }
    .header-logo .custom-logo {
      max-height: 45px;
    }

    /* Hide desktop menu on mobile */
    .header-navigation {
      display: none;
      order: 3;
      width: 100%;
    }

    /* When menu is toggled open */
    .header-navigation.is-open {
      display: block;
    }

    .primary-menu {
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
      width: 100%;
    }

    .primary-menu > li {
      width: 100%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .primary-menu > li > a {
      padding: 15px 0;
    }

    /* Mobile dropdown menus */
    .primary-menu .sub-menu {
      position: static;
      opacity: 1;
      visibility: visible;
      transform: none;
      box-shadow: none;
      background: rgba(0, 0, 0, 0.3);
      border-radius: 0;
      padding: 0;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
    }

    .primary-menu > li:hover > .sub-menu {
      max-height: none;
    }

    .primary-menu .sub-menu a {
      padding: 12px 20px;
      font-size: 0.9rem;
    }

    .header-actions {
      order: 2;
    }

    .login-button {
      padding: 10px 24px;
      font-size: 0.9rem;
    }

    /* Show mobile menu toggle */
    .mobile-menu-toggle {
      display: block;
      order: 2;
    } 
    .lp-sticky-title span { display: none; }
    .lp-hero-section { padding: 40px 0 40px 0; text-align: center; }
    .lp-hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .lp-hero-subhead { margin: 0 auto 25px auto; }
    .lp-social-proof { justify-content: center; }
    .lp-hero-ctas { justify-content: center; }
    .lp-snapshot-section { margin-top: 0; background: #f9fbfb; padding: 40px 0; }
    .lp-snapshot-card { box-shadow: none; padding: 0; background: transparent; border: none; }
    .lp-snapshot-grid { grid-template-columns: 1fr 1fr; gap: 30px 15px; }
    .lp-snapshot-item { border-right: none; align-items: center; text-align: center; }
    .lp-snapshot-item.is-wide { grid-column: span 2; background: white; padding: 15px; border-radius: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
    .lp-overview-section { padding: 60px 0; }
    .lp-overview-grid { grid-template-columns: 1fr; gap: 40px; }
    .lp-inline-cta-btn { margin-left: 0; width: 100%; justify-content: center; }
    .lp-cohort-section { padding: 60px 0; }
    .lp-cohort-grid { grid-template-columns: 1fr; gap: 50px; }
    .lp-stack-wrapper { height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
    .lp-stack-img-main, .lp-stack-img-sub { position: relative; width: 100%; height: 250px; top: auto; left: auto; bottom: auto; right: auto; border: none; box-shadow: none; border-radius: 8px; }
    .lp-stack-img-sub { order: 2; }
    .lp-stack-img-main { order: 1; }
    .lp-pathways-section { padding: 60px 0; }
    .lp-pathways-grid { grid-template-columns: 1fr; gap: 30px; }
    .lp-roadmap-section { padding: 60px 0; }
    .lp-roadmap-grid { grid-template-columns: 1fr; gap: 20px; margin-bottom: 30px; }
    .lp-roadmap-grid::before { display: none; }
    .lp-step-card { flex-direction: row; text-align: left; background-color: #F9FBFB; padding: 20px; border-radius: var(--lp-radius); align-items: flex-start; }
    .lp-step-icon { width: 50px; height: 50px; font-size: 1.2rem; margin-bottom: 0; margin-right: 20px; flex-shrink: 0; border-width: 0; background: rgba(0,88,98,0.05); }
    .lp-reviews-section { padding: 60px 0; }
    .lp-reviews-header { margin-bottom: 40px; padding: 0 10px; }
    .lp-reviews-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 30px; margin: 0 -20px; padding-left: 20px; padding-right: 20px; gap: 20px; -webkit-overflow-scrolling: touch; }
    .lp-reviews-grid::-webkit-scrollbar { display: none; }
    .lp-reviews-grid { -ms-overflow-style: none; scrollbar-width: none; }
    .lp-review-card { flex: 0 0 300px; scroll-snap-align: center; padding: 30px 25px; }
    .lp-dates-fees-section { padding: 60px 0; }
    .lp-dates-grid { grid-template-columns: 1fr; gap: 30px; }
    .lp-faq-grid { grid-template-columns: 1fr; gap: 0; }
    .lp-faq-section { padding: 60px 0; }
  }

  @media (max-width: 768px) {
    /* Footer Extra Small Screens */
    .footer-widgets-row {
      grid-template-columns: 1fr;
      gap: 30px;
    }

    .footer-widget-column {
      text-align: left;
    }

    .footer-bottom-copyright p {
      font-size: 0.85rem;
      line-height: 1.6;
    }

    /* Single column on mobile for two-column footer menu */
    .footer-widget .footer-menu-two-cols {
      grid-template-columns: 1fr;
    }

    .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: 40px !important; }
    .lp-logo-endseal { height: 45px !important; }
  }