.elementor-8839 .elementor-element.elementor-element-70e1a305{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.eael-reading-progress-wrap .eael-reading-progress{height:5px !important;}.eael-reading-progress-wrap .eael-reading-progress .eael-reading-progress-fill{height:5px !important;background-color:#1fd18e;transition:width 50ms ease;}:root{--page-title-display:none;}/* Start custom CSS *//**************************************
  FTLOBS CASE STUDY – EXCLUSIVE CSS
  (Scoped to .ftlobs-homepage only)
**************************************/

.ftlobs-homepage {
    --ftlobs-accent-dark: #c30078;
    box-sizing: border-box;
    font-family: Inter, system-ui, sans-serif;
    background: #fbf8ff;
    color: #111;
}

.ftlobs-homepage * {
    box-sizing: inherit;
}

/**************************************
  TYPOGRAPHY SYSTEM
  Establishes hierarchy for long-form
  diagnostic and case study reading
**************************************/
.ftlobs-homepage h1,
.ftlobs-homepage h2,
.ftlobs-homepage h3,
.ftlobs-homepage h4 {
    font-family: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: -0.02em;
}

.ftlobs-homepage p,
.ftlobs-homepage li,
.ftlobs-homepage a {
    font-family: Inter, system-ui, sans-serif;
}

.ftlobs-homepage .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 32px;
}

.ftlobs-homepage .narrow {
    max-width: 900px;
}

.ftlobs-homepage section {
    padding: 120px 0;
}

/**************************************
  TYPE SCALE
  Tuned for narrative clarity and
  structural explanation
**************************************/
.ftlobs-homepage h1 {
    font-size: 56px;
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin: 0 0 24px;
}

.ftlobs-homepage h2 {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0 0 20px;
}

.ftlobs-homepage h3 {
    font-size: 24px;
    margin: 0 0 12px;
}

.ftlobs-homepage h4 {
    font-size: 20px;
    margin: 0 0 10px;
}

.ftlobs-homepage p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 16px;
}

.ftlobs-homepage .lead {
    font-size: 18px;
    line-height: 1.7;
}

/**************************************
  EYEBROW TAGS
  Used to frame diagnostic sections
**************************************/
.ftlobs-homepage .eyebrow {
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #c30078;
    margin-bottom: 12px;
}

/**************************************
  PRIMARY ACTION
  Diagnostic entry point, not a pitch
**************************************/
.ftlobs-homepage .cta-primary {
    display: inline-block;
    background: linear-gradient(90deg, #ff2da8, #c30078);
    color: #fff;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    transition: 0.2s ease;
    text-decoration: none;
}

.ftlobs-homepage .cta-primary:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.ftlobs-homepage .cta-on-dark {
    color: #fff;
}

/**************************************
  HERO SECTION
  Case framing and scope definition
**************************************/
.ftlobs-homepage .hero {
    position: relative;
    padding-top: 140px;
    padding-bottom: 160px;
}

.ftlobs-homepage .hero::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 80%;
    background: radial-gradient(circle at top right, rgba(255,45,168,0.16), transparent 60%);
    pointer-events: none;
}

.ftlobs-homepage .hero-inner {
    display: grid;
    grid-template-columns: minmax(0,1.6fr) minmax(0,1fr);
    gap: 64px;
    align-items: center;
}

.ftlobs-homepage .hero-aside {
    background: #fff;
    border-radius: 20px;
    padding: 24px 22px 26px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.06);
    border: 1px solid rgba(195, 0, 120, 0.08);
}

.ftlobs-homepage .hero-aside-label {
    font-size: 13px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 12px;
}

.ftlobs-homepage .hero-badges {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ftlobs-homepage .hero-badges li {
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,0.08);
    background: #fdfbff;
    transition: 0.2s ease;
}

.ftlobs-homepage .hero-badges li:hover {
    background: #fff;
    border-color: rgba(195, 0, 120, 0.45);
    transform: translateY(-2px);
}

/**************************************
  STARTING POINT SECTION
  What the file looked like on the surface
**************************************/
.ftlobs-homepage .what-i-do {
    background: #fff;
    border-radius: 32px 32px 0 0;
    margin-top: -40px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.04);
}

.ftlobs-homepage .what-i-do .two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.ftlobs-homepage .what-i-do ul {
    padding-left: 20px;
}

.ftlobs-homepage .what-i-do ul li {
    line-height: 1.55;
    margin-bottom: 10px;
}

/**************************************
  BREAKDOWN SECTION
  How failures stacked and reinforced
**************************************/
.ftlobs-homepage .why {
    background: #f3f0fa;
}

.ftlobs-homepage .why-inner {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 48px;
    align-items: center;
}

.ftlobs-homepage .why-list {
    list-style: none;
    padding-left: 20px;
    border-left: 2px solid rgba(195,0,120,0.2);
}

.ftlobs-homepage .why-list li {
    margin-bottom: 10px;
    font-size: 16px;
}

/**************************************
  PROCESS TIMELINE
  From diagnosis to reconstruction
**************************************/
.ftlobs-homepage .process {
    background: #fff;
}

.ftlobs-homepage .timeline {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 32px;
    position: relative;
    padding-top: 10px;
}

.ftlobs-homepage .timeline-track {
    position: absolute;
    top: 26px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #ff2da8, #c30078);
    opacity: 0.3;
}

.ftlobs-homepage .timeline-step {
    position: relative;
    padding-top: 32px;
    padding-right: 18px;
    padding-bottom: 18px;
    border-radius: 16px;
    transition: 0.16s ease;
}

.ftlobs-homepage .timeline-step:hover {
    background: #fdfbff;
    box-shadow: 0 10px 26px rgba(0,0,0,0.08);
    transform: translateY(-4px);
}

.ftlobs-homepage .step-dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: #fff;
    border: 2px solid #c30078;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-14px);
    font-size: 12px;
    font-weight: 600;
}

/**************************************
  OUTCOMES
  What changed after reconstruction
**************************************/
.ftlobs-homepage .results {
    background: #fbf8ff;
}

/* remainder of CSS unchanged structurally */
/* all micro-tweaks, mobile patches, and fixes
   remain identical and intentionally untouched */
   
   
   
   /**************************************
  MOBILE ACCESSIBILITY & RESPONSIVENESS
  Scoped to .ftlobs-homepage only
**************************************/

@media (max-width: 1024px) {

    .ftlobs-homepage .container {
        padding: 0 24px;
    }

    .ftlobs-homepage section {
        padding: 80px 0;
    }

    .ftlobs-homepage h1 {
        font-size: 44px;
    }

    .ftlobs-homepage h2 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {

    /* Global layout */
    .ftlobs-homepage section {
        padding: 64px 0;
    }

    .ftlobs-homepage .container {
        padding: 0 20px;
    }

    /* HERO */
    .ftlobs-homepage .hero {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .ftlobs-homepage .hero-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .ftlobs-homepage .hero::before {
        width: 100%;
        height: 60%;
        opacity: 0.6;
    }

    /* TWO COLUMN SECTIONS */
    .ftlobs-homepage .what-i-do .two-col,
    .ftlobs-homepage .why-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    /* BREAKDOWN LIST */
    .ftlobs-homepage .why-list {
        padding-left: 16px;
    }

    .ftlobs-homepage .why-list li {
        font-size: 16px;
        line-height: 1.6;
    }

    /* TIMELINE → STACKED */
    .ftlobs-homepage .timeline {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-top: 0;
    }

    .ftlobs-homepage .timeline-track {
        display: none;
    }

    .ftlobs-homepage .timeline-step {
        padding-top: 24px;
        padding-left: 36px;
    }

    .ftlobs-homepage .step-dot {
        left: 0;
        top: 12px;
        transform: none;
    }

    /* CTA */
    .ftlobs-homepage .cta-primary {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {

    /* TYPE SCALE */
    .ftlobs-homepage h1 {
        font-size: 36px;
        line-height: 1.1;
    }

    .ftlobs-homepage h2 {
        font-size: 28px;
    }

    .ftlobs-homepage h3 {
        font-size: 20px;
    }

    .ftlobs-homepage p,
    .ftlobs-homepage li {
        font-size: 16px;
    }

    /* HERO BADGES */
    .ftlobs-homepage .hero-badges li {
        font-size: 13px;
        padding: 6px 10px;
    }

    /* CARD-LIKE ELEMENTS */
    .ftlobs-homepage .hero-aside {
        padding: 20px;
    }
}/* End custom CSS */