/* ============================================
   COOP Landing Page Styles
   Design: Figma ACRI - Landing pages
   ============================================ */

/* Font imports */
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&family=Jost:wght@300;400;500;600;700&display=swap');

/* CSS Custom Properties */
:root {
    --coop-cream: #FFFDF4;
    --coop-dark: #28282A;
    --coop-blue: #4D9EFD;
    --coop-green: #4CD481;
    --coop-mint-bg: #D6FBEA;
    --coop-light-blue: #ECF1FF;
    --coop-purple: #6E4DFF;
    --coop-yellow: #FFC61B;
    --coop-orange: #FD7F4D;
    --coop-green-cat: #32CE6F;
    --coop-light-purple: #C8C4FA;
    --coop-star-orange: #FFA836;
    --coop-icon-bg: rgba(172, 249, 225, 0.5);
    --coop-text-secondary: rgba(40, 40, 42, 0.8);
    --coop-step-ring: rgba(142, 194, 255, 0.6);
    --font-geist: 'Geist', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-jost: 'Jost', sans-serif;
    --font-futura: 'Futura PT', 'Futura', 'Century Gothic', sans-serif;
}

/* Base */
.lp-coop {
    background: var(--coop-cream);
    color: var(--coop-dark);
    overflow-x: hidden;
    font-family: var(--font-jost);
    line-height: 1.445;
}

.lp-coop *, .lp-coop *::before, .lp-coop *::after {
    box-sizing: border-box;
}

.lp-coop img {
    max-width: 100%;
    height: auto;
}

/* Container */
.lp-container {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 40px;
}

/* ==========================================
   HEADER
   ========================================== */
.lp-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--coop-cream);
    box-shadow: 0px 4px 4px rgba(40, 40, 42, 0.15);
    height: 80px;
    display: flex;
    align-items: center;
}

.lp-header .lp-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.lp-header-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.lp-hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
    background: none;
    border: none;
}

.lp-hamburger span {
    display: block;
    width: 28px;
    height: 3px;
    background: var(--coop-dark);
    border-radius: 2px;
}

.lp-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.lp-logo-icon {
    width: 50px;
    height: 50px;
}

.lp-logo-text {
    font-family: var(--font-futura);
    font-weight: 700;
    font-size: 32px;
    color: var(--coop-dark);
    letter-spacing: 0.05em;
    text-decoration: none;
}

.lp-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--coop-blue);
    color: var(--coop-cream) !important;
    font-family: var(--font-geist);
    font-weight: 600;
    font-size: 16px;
    padding: 14px 32px;
    border-radius: 12px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.2s;
    white-space: nowrap;
}

.lp-header-cta:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    color: var(--coop-cream) !important;
    text-decoration: none;
}

/* ==========================================
   SECTION PILL (green label)
   ========================================== */
.lp-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--coop-mint-bg);
    border-radius: 12px;
    padding: 10px 20px;
    font-family: var(--font-jost);
    font-weight: 400;
    font-size: 18px;
    color: var(--coop-dark);
    margin-bottom: 20px;
}

.lp-pill svg,
.lp-pill img {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

/* ==========================================
   BUTTONS
   ========================================== */
.lp-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--coop-blue);
    color: var(--coop-cream) !important;
    font-family: var(--font-geist);
    font-weight: 600;
    font-size: 16px;
    padding: 16px 40px;
    border-radius: 12px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.2s;
    min-width: 330px;
    text-align: center;
}

.lp-btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    color: var(--coop-cream) !important;
    text-decoration: none;
}

.lp-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--coop-blue) !important;
    font-family: var(--font-geist);
    font-weight: 600;
    font-size: 16px;
    padding: 16px 40px;
    border-radius: 12px;
    border: 1.5px solid var(--coop-blue);
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    min-width: 330px;
    text-align: center;
}

.lp-btn-outline:hover {
    background: rgba(77, 158, 253, 0.08);
    transform: translateY(-1px);
    color: var(--coop-blue) !important;
    text-decoration: none;
}

.lp-btn-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    color: var(--coop-blue) !important;
    font-family: var(--font-jost);
    font-weight: 500;
    font-size: 20px;
    padding: 14px 40px;
    border-radius: 12px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.2s;
}

.lp-btn-white:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    color: var(--coop-blue) !important;
    text-decoration: none;
}

/* ==========================================
   HERO SECTION
   ========================================== */
.lp-hero {
    padding: 60px 0 80px;
}

.lp-hero .lp-container {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.lp-hero-left {
    flex: 0 0 540px;
    max-width: 540px;
}

.lp-hero-right {
    flex: 1;
    min-width: 0;
}

.lp-hero-right img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
    aspect-ratio: 4/3;
    background: #BFC1D4;
}

.lp-hero h1 {
    font-family: var(--font-geist);
    font-weight: 500;
    font-size: clamp(36px, 3.5vw, 56px);
    line-height: 1.36;
    color: var(--coop-dark);
    margin: 0 0 0;
}

.lp-hero h1 .accent {
    font-family: var(--font-jost);
    font-weight: 500;
    font-style: italic;
    font-size: clamp(42px, 4.2vw, 68px);
    color: var(--coop-green);
    display: block;
    line-height: 1.36;
}

.lp-hero-body {
    font-family: var(--font-jost);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: var(--coop-dark);
    text-align: justify;
    margin: 30px 0 40px;
    max-width: 540px;
}

.lp-hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}

.lp-hero-divider {
    width: 100%;
    height: 1px;
    background: var(--coop-dark);
    margin-top: 80px;
}

/* ==========================================
   SECTION HEADING STYLES
   ========================================== */
.lp-section {
    padding: 50px 0;
}

.lp-section-heading {
    font-family: var(--font-geist);
    font-weight: 500;
    font-size: clamp(30px, 2.8vw, 44px);
    line-height: 1.3;
    color: var(--coop-dark);
    margin: 0 0 24px;
    max-width: 600px;
}

.lp-section-body {
    font-family: var(--font-jost);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: var(--coop-dark);
    text-align: justify;
    max-width: 700px;
}

/* ==========================================
   CE ESTE COOP - Two Column Top Row
   ========================================== */
.lp-coop-top-row {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 60px;
}

.lp-coop-top-left {
    flex: 1;
    min-width: 0;
}

.lp-coop-top-right {
    flex: 0 0 927px;
    max-width: 927px;
}

.lp-section-heading em {
    font-family: var(--font-jost);
    font-style: italic;
    color: var(--coop-green);
}

.lp-coop-blue-box {
    background: var(--coop-blue);
    border-radius: 40px;
    padding: 40px 48px;
    color: var(--coop-cream);
    min-height: 352px;
    display: flex;
    flex-direction: column;
}

.lp-coop-blue-box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 253, 244, 0.3);
}

.lp-coop-blue-box-header .lp-pill {
    margin-bottom: 0;
}

.lp-coop-blue-box-arrow {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-coop-blue-box-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 24px;
}

.lp-coop-blue-box-title {
    font-family: var(--font-geist);
    font-weight: 500;
    font-size: clamp(28px, 2.6vw, 45px);
    color: var(--coop-cream);
    line-height: 1.3;
    margin: 0 0 30px;
}

.lp-coop-blue-box-badges {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.lp-coop-blue-box-badges a {
    display: inline-block;
}

.lp-coop-blue-box-badges img {
    height: 70px;
    width: auto;
    border-radius: 10px;
}

@media (max-width: 992px) {
    .lp-coop-top-row {
        flex-direction: column;
    }

    .lp-coop-top-right {
        flex: none;
        width: 100%;
    }
}

/* ==========================================
   FEATURE CARDS (3-column icon cards)
   ========================================== */
.lp-feature-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 60px;
}

.lp-feature-card {
    display: flex;
    flex-direction: column;
}

.lp-feature-icon {
    width: 72px;
    height: 72px;
    background: var(--coop-icon-bg);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.lp-feature-icon svg,
.lp-feature-icon img {
    width: 36px;
    height: 36px;
}

.lp-feature-title {
    font-family: var(--font-geist);
    font-weight: 500;
    font-size: 18px;
    color: #000;
    margin: 0 0 12px;
    line-height: 1.3;
}

.lp-feature-desc {
    font-family: var(--font-jost);
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    color: var(--coop-dark);
    text-align: justify;
}

/* ==========================================
   FOUNDER / QUOTE SECTION
   ========================================== */
.lp-founder {
    padding: 50px 0;
}

.lp-founder-inner {
    display: flex;
    gap: 0;
    border-radius: 40px;
    overflow: hidden;
}

.lp-founder-blue {
    flex: 0 0 60%;
    background: var(--coop-blue);
    padding: 50px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--coop-cream);
    position: relative;
}

.lp-founder-top-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.lp-founder-top-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.lp-founder-quote-mark {
    font-family: var(--font-geist);
    font-weight: 500;
    font-size: 80px;
    color: #FFFAE6;
    line-height: 0.6;
}

.lp-founder-identity {
    display: flex;
    align-items: center;
    gap: 0;
}

.lp-founder-arrow {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lp-founder-avatar {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background: #2E2E2E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-geist);
    font-weight: 500;
    font-size: 32px;
    color: #FFFAE6;
}

.lp-founder-avatar-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid var(--coop-cream);
    background: var(--coop-green);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -20px;
}

.lp-founder-divider {
    width: 100%;
    height: 1px;
    background: var(--coop-cream);
    margin: 24px 0;
}

.lp-founder-text {
    font-family: var(--font-geist);
    font-weight: 500;
    font-size: clamp(20px, 1.8vw, 30px);
    line-height: 1.45;
    color: var(--coop-cream);
    margin-bottom: 30px;
}

.lp-founder-name {
    font-family: var(--font-geist);
    font-weight: 500;
    font-size: 20px;
    color: var(--coop-cream);
    margin-bottom: 4px;
}

.lp-founder-title {
    font-family: var(--font-geist);
    font-weight: 300;
    font-size: 17px;
    color: var(--coop-cream);
}

.lp-founder-image {
    flex: 0 0 40%;
    min-height: 500px;
}

.lp-founder-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-founder-image-placeholder {
    width: 100%;
    height: 100%;
    background: #BFC1D4;
}

/* ==========================================
   EXPERIENCE CARDS (3-column with categories)
   ========================================== */
.lp-experience-section {
    padding: 50px 0;
}

.lp-experience-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 50px;
    position: relative;
}

.lp-experience-card {
    padding: 0 40px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.lp-experience-card .lp-experience-desc {
    flex: 1;
}

.lp-experience-card:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: var(--coop-light-purple);
}

.lp-experience-card:first-child {
    padding-left: 0;
}

.lp-experience-card:last-child {
    padding-right: 0;
}

.lp-cat-pill {
    display: inline-block;
    padding: 6px 20px;
    border-radius: 100px;
    font-family: var(--font-geist);
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin-bottom: 16px;
}

.lp-cat-pill--green { background: var(--coop-green-cat); }
.lp-cat-pill--orange { background: var(--coop-orange); }
.lp-cat-pill--yellow { background: var(--coop-yellow); }

.lp-experience-title {
    font-family: var(--font-geist);
    font-weight: 600;
    font-size: clamp(22px, 1.6vw, 26px);
    line-height: 1.3;
    color: var(--coop-dark);
    margin: 0 0 20px;
}

.lp-experience-img {
    width: 100%;
    aspect-ratio: 497/370;
    border-radius: 20px;
    object-fit: cover;
    background: #BFC1D4;
    margin-bottom: 20px;
}

.lp-experience-desc {
    font-family: var(--font-jost);
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    color: var(--coop-text-secondary);
    text-align: justify;
    margin-bottom: 20px;
}

.lp-experience-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--coop-blue);
    color: var(--coop-cream) !important;
    font-family: var(--font-geist);
    font-weight: 600;
    font-size: 16px;
    padding: 14px 30px;
    border-radius: 12px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    transition: opacity 0.2s;
}

.lp-experience-cta:hover {
    opacity: 0.9;
    color: var(--coop-cream) !important;
    text-decoration: none;
}

/* ==========================================
   STEPS TIMELINE
   ========================================== */
.lp-steps {
    padding: 40px 0 50px;
}

.lp-steps-title {
    font-family: var(--font-geist);
    font-weight: 500;
    font-size: clamp(24px, 1.8vw, 30px);
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: var(--coop-dark);
    margin-bottom: 50px;
}

.lp-timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.lp-timeline::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--coop-light-purple);
}

.lp-timeline-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 1;
    max-width: 200px;
}


.lp-step-dot {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--coop-cream);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.lp-step-dot-inner {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--coop-step-ring);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-step-dot-center {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--coop-blue);
}

.lp-step-star {
    width: 56px;
    height: 56px;
    background: var(--coop-cream);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.lp-step-star svg {
    width: 48px;
    height: 48px;
    color: var(--coop-star-orange);
}

.lp-step-label {
    font-family: var(--font-jost);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: var(--coop-dark);
    text-align: center;
    max-width: 180px;
}

.lp-step-icon-wrap {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px 0 8px;
}

.lp-step-icon {
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
}

.lp-step-icon.lp-step-icon--large {
    max-width: 130px;
    max-height: 131px;
}

/* ==========================================
   ADVANTAGES SECTION
   ========================================== */
.lp-advantages {
    padding: 50px 0;
}

/* ==========================================
   POINTS SECTION (What are social engagement points?)
   ========================================== */
.lp-points {
    padding: 50px 0;
}

.lp-points-inner {
    display: flex;
    gap: 41px;
    min-height: 636px;
}

.lp-points-left {
    flex: 0 0 580px;
    max-width: 580px;
    background: var(--coop-light-blue);
    border-radius: 40px;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lp-points-heading {
    font-family: var(--font-geist);
    font-weight: 500;
    font-size: clamp(24px, 1.9vw, 35px);
    line-height: 1.3;
    letter-spacing: 1.75px;
    color: var(--coop-dark);
    margin-bottom: 30px;
}

.lp-points-body {
    font-family: var(--font-jost);
    font-weight: 400;
    font-size: clamp(18px, 1.3vw, 24px);
    line-height: 1.445;
    color: var(--coop-text-secondary);
    text-align: justify;
}

.lp-points-right {
    flex: 1;
    min-height: 636px;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
}

.lp-points-right-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lp-points-right-bg svg {
    display: block;
    width: 100%;
    height: 100%;
}

.lp-points-deco {
    position: absolute;
}

@media (max-width: 992px) {
    .lp-points-inner {
        flex-direction: column;
        gap: 24px;
    }

    .lp-points-left {
        flex: none;
        max-width: 100%;
    }

    .lp-points-right {
        min-height: 400px;
    }
}

/* ==========================================
   MATCH SECTION (It's a Match)
   ========================================== */
.lp-match {
    padding: 50px 0;
}

.lp-match-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 60px;
}

/* ==========================================
   CTA / SIGN-UP SECTION
   ========================================== */
.lp-cta-section {
    padding: 50px 0;
}

.lp-cta-inner {
    display: flex;
    border-radius: 40px;
    overflow: hidden;
    height: 850px;
    background: var(--coop-light-blue);
}

.lp-cta-left {
    flex: 0 0 50%;
    background: var(--coop-blue);
    border-radius: 40px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.lp-cta-question {
    font-family: var(--font-jost);
    font-weight: 500;
    font-size: 30px;
    line-height: 1.4;
    color: #fff;
    margin: 0 0 10px;
}

.lp-cta-heading {
    font-family: var(--font-jost);
    font-weight: 600;
    font-size: 45px;
    line-height: 1.3;
    color: #fff;
    margin: 0 0 24px;
}

.lp-cta-images {
    display: flex;
    gap: 20px;
    flex: 1;
    min-height: 0;
}

.lp-cta-img-card {
    position: relative;
    flex: 1;
    max-width: 300px;
}

.lp-cta-img-card img {
    width: 100%;
    height: 100%;
    max-height: 495px;
    object-fit: cover;
    border-radius: 12px;
    background: #BFC1D4;
}

.lp-cta-img-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 16px !important;
    padding: 12px 24px !important;
}

.lp-cta-right {
    flex: 0 0 50%;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.lp-cta-right-arrow {
    display: inline-flex;
    align-self: flex-end;
}

.lp-cta-right .lp-cta-right-divider {
    margin-top: 40px;
    margin-bottom: auto;
}

.lp-cta-right .lp-cta-right-subtitle {
    margin-bottom: 10px;
}

.lp-cta-right .lp-cta-right-title {
    margin-bottom: auto;
}

.lp-cta-right-subtitle {
    font-family: var(--font-jost);
    font-weight: 500;
    font-size: 30px;
    line-height: 1.4;
    color: var(--coop-blue);
    margin: 0 0 10px;
}

.lp-cta-right-title {
    font-family: var(--font-jost);
    font-weight: 600;
    font-size: 45px;
    line-height: 1.56;
    color: var(--coop-blue);
    margin: 0 0 30px;
}

.lp-cta-right-divider {
    width: 100%;
    height: 1px;
    background: var(--coop-blue);
    margin-bottom: 30px;
}

@media (max-width: 1200px) {
    .lp-cta-inner {
        height: auto;
    }

    .lp-cta-left {
        padding: 30px;
    }

    .lp-cta-question {
        font-size: 24px;
    }

    .lp-cta-heading {
        font-size: 32px;
    }

    .lp-cta-images img {
        width: 200px;
        height: 330px;
    }

    .lp-cta-right-subtitle {
        font-size: 22px;
    }

    .lp-cta-right-title {
        font-size: 32px;
    }
}

/* ==========================================
   BRAND / DOWNLOAD SECTION
   ========================================== */
.lp-brand-footer-wrap {
    background: var(--coop-blue);
    width: 100%;
    border-radius: 50% 50% 0 0 / 200px 200px 0 0;
}

.lp-brand {
    position: relative;
    padding: 80px 0 100px;
}

.lp-brand-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.lp-brand-phone-area {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.lp-brand-co,
.lp-brand-op {
    font-family: var(--font-futura);
    font-weight: 700;
    font-size: clamp(100px, 18vw, 343px);
    color: var(--coop-cream);
    letter-spacing: 0.05em;
    line-height: 1.28;
    user-select: none;
    position: relative;
    z-index: 1;
}

.lp-brand-phone {
    position: relative;
    z-index: 2;
    width: 533px;
    flex-shrink: 0;
    margin: 0 -80px;
    overflow: visible;
}

.lp-brand-phone-img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0px 6px 14px rgba(0, 0, 0, 0.2));
}

.lp-brand-phone-card {
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translateX(-50%);
    width: 533px;
    height: auto;
    z-index: 3;
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.15));
    pointer-events: none;
}

.lp-brand-cursor {
    position: absolute;
    top: 50%;
 
    width: 72px;
    height: 80px;
    z-index: 4;
}

.lp-brand-download-text {
    font-family: var(--font-geist);
    font-weight: 500;
    font-size: 24px;
    color: var(--coop-cream);
    margin: 50px 0 20px;
}

.lp-brand-badges {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.lp-brand-badges a {
    display: inline-block;
}

.lp-brand-badges img {
    height: 69px;
    width: 234px;
}

@media (max-width: 1400px) {
    .lp-brand-phone {
        width: 400px;
        margin: 0 -60px;
    }
}

@media (max-width: 1200px) {
    .lp-brand-phone {
        width: 320px;
        margin: 0 -40px;
    }
}

@media (max-width: 768px) {
    .lp-brand-phone {
        width: 240px;
        margin: 0 -20px;
    }

    .lp-brand-cursor {
        width: 40px;
        height: 44px;
    }
}

/* ==========================================
   PRODUCER BLUE CTA BOX (in hero area alternative)
   ========================================== */
.lp-producer-cta-box {
    background: var(--coop-blue);
    border-radius: 40px;
    padding: 50px 60px;
    color: var(--coop-cream);
    margin-top: 40px;
}

.lp-producer-cta-box .lp-pill {
    margin-bottom: 16px;
}

.lp-producer-cta-title {
    font-family: var(--font-geist);
    font-weight: 500;
    font-size: clamp(28px, 2.4vw, 38px);
    color: var(--coop-cream);
    margin-bottom: 30px;
    line-height: 1.3;
}

.lp-producer-cta-badges {
    display: flex;
    gap: 16px;
}

/* ==========================================
   FOOTER
   ========================================== */
.lp-footer {
    position: relative;
    padding: 60px 0 40px;
}

.lp-footer-inner {
    background: var(--coop-dark);
    border-radius: 20px;
    padding: 60px 80px;
    margin: 0 40px;
}

.lp-footer-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid var(--coop-light-blue);
}

.lp-footer-col-number {
    font-family: var(--font-jost);
    font-weight: 500;
    font-size: 20px;
    color: var(--coop-blue);
    margin-bottom: 8px;
}

.lp-footer-col-title {
    font-family: var(--font-jost);
    font-weight: 500;
    font-size: clamp(32px, 2.6vw, 42px);
    color: var(--coop-cream);
    margin-bottom: 20px;
}

.lp-footer-col-text {
    font-family: var(--font-jost);
    font-weight: 300;
    font-size: 17px;
    color: var(--coop-light-blue);
    line-height: 1.6;
}

.lp-footer-col-text a {
    color: var(--coop-light-blue);
    text-decoration: none;
    transition: color 0.2s;
    display: block;
}

.lp-footer-col-text a:hover {
    color: #fff;
}

.lp-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 0;
    flex-wrap: wrap;
    gap: 16px;
}

.lp-footer-copyright {
    font-family: var(--font-jost);
    font-weight: 400;
    font-size: 17px;
    color: var(--coop-blue);
}

.lp-footer-links {
    display: flex;
    gap: 30px;
}

.lp-footer-links a {
    font-family: var(--font-jost);
    font-weight: 400;
    font-size: 17px;
    color: var(--coop-light-blue);
    text-decoration: none;
    transition: color 0.2s;
}

.lp-footer-links a:hover {
    color: #fff;
}

/* ==========================================
   RESPONSIVE
   ========================================== */
@media (max-width: 1200px) {
    .lp-hero .lp-container {
        flex-direction: column;
    }

    .lp-hero-left {
        flex: none;
        max-width: 100%;
    }

    .lp-brand-giant-text {
        gap: 150px;
    }

    .lp-match-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .lp-container {
        padding: 0 24px;
    }

    .lp-feature-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .lp-experience-cards {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .lp-experience-card {
        padding: 0 !important;
    }

    .lp-experience-card:not(:last-child)::after {
        display: none;
    }

    .lp-founder-inner {
        flex-direction: column;
    }

    .lp-founder-blue,
    .lp-founder-image {
        flex: none;
    }

    .lp-founder-image {
        min-height: 350px;
    }

    .lp-points-inner {
        flex-direction: column;
    }

    .lp-points-left,
    .lp-points-right {
        flex: none;
    }

    .lp-cta-inner {
        flex-direction: column;
    }

    .lp-cta-left,
    .lp-cta-right {
        flex: none;
    }

    .lp-footer-columns {
        grid-template-columns: 1fr;
    }

    .lp-footer-inner {
        margin: 0 16px;
        padding: 40px 30px;
    }

    .lp-brand-giant-text {
        gap: 80px;
    }

    .lp-timeline {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }

    .lp-timeline::before {
        top: 0;
        bottom: 0;
        left: 28px;
        right: auto;
        width: 2px;
        height: 100%;
    }

    .lp-timeline-step {
        flex-direction: row;
        gap: 20px;
        text-align: left;
        max-width: none;
    }

    .lp-step-label {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .lp-header {
        height: 64px;
    }

    .lp-header-cta {
        font-size: 13px;
        padding: 10px 16px;
    }

    .lp-logo-text {
        font-size: 24px;
    }

    .lp-logo-icon {
        width: 36px;
        height: 36px;
    }

    .lp-section {
        padding: 50px 0;
    }

    .lp-hero {
        padding: 30px 0 50px;
    }

    .lp-hero-buttons {
        width: 100%;
    }

    .lp-btn-primary,
    .lp-btn-outline {
        min-width: 100%;
    }

    .lp-feature-cards {
        grid-template-columns: 1fr;
    }

    .lp-match-cards {
        grid-template-columns: 1fr;
    }

    .lp-founder-blue {
        padding: 30px;
    }

    .lp-cta-left {
        padding: 30px 20px;
    }

    .lp-cta-images img {
        width: 150px;
        height: 250px;
    }

    .lp-brand-giant-text {
        gap: 40px;
        margin-bottom: -60px;
    }

    .lp-brand-phone {
        max-width: 280px;
    }

    .lp-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .lp-container {
        padding: 0 16px;
    }

    .lp-cta-images {
        flex-direction: column;
        align-items: center;
    }

    .lp-cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .lp-btn-white {
        width: 100%;
    }
}

/* ============================================
   BURGER MENU OVERLAY
   ============================================ */
.lp-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    background: var(--coop-cream);
}

.lp-menu-overlay.open {
    opacity: 1;
    visibility: visible;
}

/* Menu header */
.lp-menu-header {
    background: var(--coop-cream);
    box-shadow: 0 4px 4px rgba(40, 40, 42, 0.15);
    position: relative;
    z-index: 2;
}

.lp-menu-header .lp-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 118px;
}

.lp-menu-header .lp-header-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.lp-menu-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    transition: background 0.2s;
}

.lp-menu-close:hover {
    background: rgba(40, 40, 42, 0.08);
}

/* Menu content: split layout */
.lp-menu-content {
    flex: 1;
    display: flex;
    overflow: hidden;
}

/* Left side: cream with nav items */
.lp-menu-left {
    width: 50%;
    background: var(--coop-cream);
    padding: 60px 80px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.lp-menu-label {
    font-family: var(--font-jost);
    font-weight: 400;
    font-size: 20px;
    color: var(--coop-dark);
    margin: 0 0 30px 0;
}

.lp-menu-nav {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}

.lp-menu-item {
    display: flex;
    align-items: center;
    gap: 24px;
    font-family: var(--font-geist, 'Geist', sans-serif);
    font-weight: 500;
    font-size: 24px;
    color: var(--coop-dark);
    text-decoration: none;
    padding: 8px 0;
    transition: color 0.2s;
}

.lp-menu-item:hover {
    color: var(--coop-blue);
}

.lp-menu-item--active {
    color: var(--coop-blue);
}

.lp-menu-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    object-fit: contain;
}

.lp-menu-divider {
    border: none;
    border-top: 1px solid var(--coop-dark);
    margin: 40px 0 0;
}

/* Right side: grey-blue with play button */
.lp-menu-right {
    width: 50%;
    background: #BFC1D4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 80%;
}   

.lp-menu-play {
    width: 109px;
    height: 109px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

.lp-menu-play:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 30px rgba(0,0,0,0.15);
}

.lp-menu-play svg {
    margin-left: 4px;
}

/* Footer text at bottom-right */
.lp-menu-footer-text {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    padding: 16px 32px;
    background: rgba(255, 253, 244, 0.5);
    backdrop-filter: blur(3px);
    border-radius: 12px;
    font-family: var(--font-geist, 'Geist', sans-serif);
    font-weight: 600;
    font-size: 20px;
    color: var(--coop-cream);
    text-align: center;
    white-space: nowrap;
}

/* Responsive */
@media (max-width: 992px) {
    .lp-menu-left {
        width: 55%;
        padding: 40px;
    }
    .lp-menu-right {
        width: 45%;
    }
    .lp-menu-item {
        font-size: 20px;
    }
    .lp-menu-header .lp-container {
        height: 80px;
    }
    .lp-menu-play {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 768px) {
    .lp-menu-content {
        flex-direction: column;
    }
    .lp-menu-left {
        width: 100%;
        padding: 30px 24px;
        flex: 1;
    }
    .lp-menu-right {
        width: 100%;
        height: 200px;
    }
    .lp-menu-item {
        font-size: 18px;
        gap: 16px;
    }
    .lp-menu-footer-text {
        font-size: 14px;
        bottom: 20px;
    }
}
