.elementor-9078 .elementor-element.elementor-element-949900a{--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;}.elementor-9078 .elementor-element.elementor-element-abe19cf{--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;}/* Start custom CSS *//**************************************
  FTLOBS WORKING TOGETHER – EXCLUSIVE CSS
  (Scoped to .ftlobs-working-together only)
**************************************/

.ftlobs-working-together {
    --ftlobs-accent-dark: #c30078;
    box-sizing: border-box;
    font-family: Inter, system-ui, sans-serif;
    background: #fbf8ff;
    color: #111;
}

.ftlobs-working-together * {
    box-sizing: inherit;
}

/**************************************
  TYPOGRAPHY SYSTEM
**************************************/
.ftlobs-working-together h1,
.ftlobs-working-together h2,
.ftlobs-working-together h3,
.ftlobs-working-together h4 {
    font-family: "Space Grotesk", system-ui, sans-serif;
    letter-spacing: -0.02em;
}

.ftlobs-working-together p,
.ftlobs-working-together li,
.ftlobs-working-together a {
    font-family: Inter, system-ui, sans-serif;
}

.ftlobs-working-together .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 32px;
}

.ftlobs-working-together .narrow {
    max-width: 900px;
}

.ftlobs-working-together section {
    padding: 120px 0;
}

/**************************************
  TYPE SCALE
**************************************/
.ftlobs-working-together h1 {
    font-size: 56px;
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
}

.ftlobs-working-together h2 {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.ftlobs-working-together h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.ftlobs-working-together p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.ftlobs-working-together .lead {
    font-size: 18px;
    line-height: 1.7;
}

/**************************************
  EYEBROW
**************************************/
.ftlobs-working-together .eyebrow {
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #c30078;
    margin-bottom: 12px;
}

/**************************************
  CTA
**************************************/
.ftlobs-working-together .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;
    text-decoration: none;
    transition: 0.2s ease;
}

.ftlobs-working-together .cta-primary:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

/**************************************
  HERO
**************************************/
.ftlobs-working-together .hero {
    position: relative;
    padding-top: 140px;
    padding-bottom: 160px;
}

.ftlobs-working-together .hero-inner {
    display: grid;
    grid-template-columns: minmax(0,1.6fr) minmax(0,1fr);
    gap: 64px;
    align-items: center;
}

/**************************************
  WHAT THIS WORK IS
**************************************/
.ftlobs-working-together .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);
}

/**************************************
  WHY
**************************************/
.ftlobs-working-together .why {
    background: #f3f0fa;
}

.ftlobs-working-together .why-list {
    list-style: none;
    padding-left: 20px;
    border-left: 2px solid rgba(195,0,120,0.2);
}

.ftlobs-working-together .why-list li {
    margin-bottom: 10px;
}

/**************************************
  PROCESS TIMELINE
**************************************/
.ftlobs-working-together .process {
    background: #fff;
}

.ftlobs-working-together .timeline {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 32px;
    position: relative;
}

.ftlobs-working-together .timeline-step {
    padding: 46px 24px 28px;
    border-radius: 16px;
    transition: 0.16s ease;
}

.ftlobs-working-together .timeline-step:hover {
    background: #fdfbff;
    box-shadow: 0 10px 26px rgba(0,0,0,0.08);
    transform: translateY(-4px);
}

.ftlobs-working-together .step-dot {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 2px solid #c30078;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}

/**************************************
  RESULTS / INTERCOMPANY
**************************************/
.ftlobs-working-together .results {
    background: #fbf8ff;
}

/**************************************
  ABOUT
**************************************/
.ftlobs-working-together .about-inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 48px;
    align-items: start;
}

/**************************************
  FINAL CTA
**************************************/
.ftlobs-working-together .final-cta {
    background: #fbf8ff;
    text-align: center;
}

/**************************************
  MOBILE
**************************************/
@media (max-width: 900px) {

    .ftlobs-working-together section {
        padding: 72px 0;
    }

    .ftlobs-working-together .hero-inner,
    .ftlobs-working-together .timeline,
    .ftlobs-working-together .about-inner {
        grid-template-columns: 1fr;
    }

    .ftlobs-working-together .timeline-step {
        margin-bottom: 20px;
    }
}


/**************************************
  WORKING TOGETHER – HERO SCOPE CARD
  (Specialty / Trigger Scope Styling)
**************************************/

/* Scope container */
.ftlobs-working-together .hero-aside {
    background: linear-gradient(180deg, #ffffff, #faf7ff);
    border-radius: 28px;
    padding: 36px 34px 38px;
    box-shadow: 0 24px 60px rgba(0,0,0,0.08);
    border: 1px solid rgba(195,0,120,0.10);
}

/* Label */
.ftlobs-working-together .hero-aside-label {
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 20px;
}

/* Badge list */
.ftlobs-working-together .hero-badges {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Individual pill rows */
.ftlobs-working-together .hero-badges li {
    background: #ffffff;
    border-radius: 999px;
    padding: 14px 20px;
    font-size: 15px;
    line-height: 1.4;
    border: 1.5px solid rgba(0,0,0,0.10);
    box-shadow: 0 6px 16px rgba(0,0,0,0.04);
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

/* Hover state (subtle lift like screenshot) */
.ftlobs-working-together .hero-badges li:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(0,0,0,0.08);
    border-color: rgba(195,0,120,0.45);
}

/* Optional emphasis for last item (matches screenshot highlight feel) */
.ftlobs-working-together .hero-badges li:last-child {
    border-color: rgba(255,45,168,0.65);
}


/**************************************
  WORKING TOGETHER – PHASE SYSTEM
**************************************/

.ftlobs-working-together .phase-system {
    margin-top: 48px;
}

/* Tabs */
.ftlobs-working-together .phase-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 42px;
}

.ftlobs-working-together .phase-tab {
    background: #ffffff;
    border: 1.5px solid rgba(0,0,0,0.12);
    border-radius: 999px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 160ms ease;
}

.ftlobs-working-together .phase-tab:hover {
    border-color: rgba(195,0,120,0.45);
    transform: translateY(-1px);
}

.ftlobs-working-together .phase-tab.active {
    background: linear-gradient(90deg, #ff2da8, #c30078);
    color: #ffffff;
    border-color: transparent;
}

/* Panels */
.ftlobs-working-together .phase-panels {
    max-width: 900px;
}

.ftlobs-working-together .phase-panel {
    display: none;
}

.ftlobs-working-together .phase-panel.active {
    display: block;
}


@media (max-width: 900px) {
    .ftlobs-working-together .phase-tabs {
        grid-template-columns: 1fr;
    }
}

/**************************************
  PHASE TABS – VISIBILITY FIX
**************************************/

/* Base tab styling (ALL tabs) */
.ftlobs-working-together .phase-tab {
    background: #ffffff;
    border: 1.5px solid rgba(0,0,0,0.15);
    color: #111;
    border-radius: 999px;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: 
        background 160ms ease,
        color 160ms ease,
        border-color 160ms ease,
        transform 160ms ease,
        box-shadow 160ms ease;
}

/* Inactive tabs (explicit, so they don’t disappear) */
.ftlobs-working-together .phase-tab:not(.active) {
    background: #ffffff;
    color: #333;
    border-color: rgba(0,0,0,0.18);
}

/* Hover state for inactive tabs */
.ftlobs-working-together .phase-tab:not(.active):hover {
    border-color: rgba(195,0,120,0.45);
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
    transform: translateY(-1px);
}

/* Active tab (locked visual anchor) */
.ftlobs-working-together .phase-tab.active {
    background: linear-gradient(90deg, #ff2da8, #c30078);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 10px 26px rgba(195,0,120,0.35);
}


/**************************************
  WORKING TOGETHER – ABOUT SECTION FIX
**************************************/

/* Section background band */
.ftlobs-working-together .about {
    background: #fbf8ff;
    padding: 140px 0;
}

/* Turn container into a two-column grid */
.ftlobs-working-together .about-inner {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 64px;
    align-items: center;
}

/* Text column stays left */
.ftlobs-working-together .about-text {
    max-width: 640px;
}

/* Image column behavior */
.ftlobs-working-together .about-photo {
    display: flex;
    justify-content: flex-end;
}

/* Image styling */
.ftlobs-working-together .about-photo img {
    width: 100%;
    max-width: 460px;
    border-radius: 22px;
    box-shadow: 0 22px 46px rgba(0,0,0,0.18);
}


@media (max-width: 900px) {

    .ftlobs-working-together .about-inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .ftlobs-working-together .about-photo {
        justify-content: flex-start;
        margin-top: 24px;
    }

    .ftlobs-working-together .about-photo img {
        max-width: 100%;
    }
}/**************************************
  WORKING TOGETHER – ABOUT BACKGROUND FIX
**************************************/

.ftlobs-working-together .about {
    background: #ffffff;
}

/**************************************
  WORKING TOGETHER – HERO BACKGROUND FIX
**************************************/

.ftlobs-working-together .hero {
    background: #ffffff;
}



.ftlobs-working-together .btn-outline {
    display: inline-block;
    margin-top: 24px;
    padding: 14px 26px;
    border-radius: 999px;
    border: 2px solid rgba(195,0,120,0.35);
    color: #c30078;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 160ms ease;
    background: #fff;
}

.ftlobs-working-together .btn-outline:hover {
    background: linear-gradient(90deg, #ff2da8, #c30078);
    color: #fff;
    border-color: transparent;
    transform: translateY(-2px);
}


/**************************************
  WORKING TOGETHER – ABOUT (WIDE LAYOUT)
**************************************/

.ftlobs-working-together .about {
    background: #ffffff;
    padding: 120px 0;
}

.ftlobs-working-together .about-inner {
    display: block; /* remove grid/flex assumptions */
}

.ftlobs-working-together .about-text--wide {
    max-width: 1220px;
}

.ftlobs-working-together .about-text--wide h2 {
    margin-bottom: 24px;
}

.ftlobs-working-together .about-text--wide p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Slight emphasis for the punchy lines */
.ftlobs-working-together .about-text--wide p:nth-of-type(2),
.ftlobs-working-together .about-text--wide p:nth-of-type(6) {
    font-weight: 500;
}/* End custom CSS */