/* ============================================================
   LANDING PAGE STYLES
   Scoped under #landing-page to prevent collisions
   ============================================================ */

/* === BASE === */
#landing-page {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #1a1a1a;
    -webkit-font-smoothing: antialiased;
}

#landing-page .landing-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

#landing-page .landing-section {
    padding: 90px 40px;
}

#landing-page .landing-section-cream { background: #E9E9DB; }
#landing-page .landing-section-light { background: #F1F1F1; }
#landing-page .landing-section-dark { background: #042D26; }
#landing-page .landing-section-darkest { background: #091211; }

/* Section Labels */
#landing-page .landing-section-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #27876B;
    margin-bottom: 12px;
}

#landing-page .landing-section-dark .landing-section-label,
#landing-page .landing-section-darkest .landing-section-label {
    color: #88FA93;
}

/* Section Headings */
#landing-page h2.landing-section-heading {
    font-family: 'Lexend', sans-serif;
    font-size: clamp(28px, 3.5vw, 40px);
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 16px;
    letter-spacing: -0.3px;
}

#landing-page .landing-section-dark h2.landing-section-heading,
#landing-page .landing-section-darkest h2.landing-section-heading {
    color: #ffffff;
}

#landing-page h2.landing-section-heading strong {
    color: #27876B;
    font-weight: 800;
}

#landing-page .landing-section-dark h2.landing-section-heading strong,
#landing-page .landing-section-darkest h2.landing-section-heading strong {
    color: #88FA93;
}

/* Section Intro */
#landing-page .landing-section-intro {
    font-size: 18px;
    font-weight: 300;
    color: #555;
    max-width: 640px;
    line-height: 1.7;
    margin-bottom: 56px;
}

#landing-page .landing-section-dark .landing-section-intro,
#landing-page .landing-section-darkest .landing-section-intro {
    color: rgba(255,255,255,0.6);
}


/* ============================================================
   SECTION: HERO
   ============================================================ */
#landing-page .landing-hero {
    background: #042D26;
    padding: 90px 40px 0;
    overflow: hidden;
    position: relative;
}

#landing-page .landing-hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: radial-gradient(ellipse at 80% 30%, rgba(136,250,147,0.05) 0%, transparent 65%);
    pointer-events: none;
}

#landing-page .landing-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 80px;
    align-items: end;
}

/* Eyebrow */
#landing-page .landing-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(136,250,147,0.1);
    border: 1px solid rgba(136,250,147,0.25);
    border-radius: 30px;
    padding: 6px 16px;
    margin-bottom: 28px;
}

#landing-page .landing-hero-eyebrow-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #88FA93;
    flex-shrink: 0;
}

#landing-page .landing-hero-eyebrow span {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #88FA93;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

/* Hero Typography */
#landing-page .landing-hero h1 {
    font-family: 'Lexend', sans-serif;
    font-size: clamp(40px, 5vw, 60px);
    font-weight: 800;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

#landing-page .landing-hero h1 strong {
    color: #88FA93;
    font-weight: 800;
}

#landing-page .landing-hero-sub {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: rgba(255,255,255,0.65);
    margin-bottom: 36px;
    line-height: 1.6;
}

/* Audience Box */
#landing-page .landing-hero-audience {
    background: rgba(136,250,147,0.06);
    border-left: 3px solid #88FA93;
    padding: 16px 20px;
    border-radius: 0 8px 8px 0;
    margin-bottom: 36px;
}

#landing-page .landing-hero-audience-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #88FA93;
    margin-bottom: 6px;
}

#landing-page .landing-hero-audience p {
    font-size: 15px;
    color: rgba(255,255,255,0.7);
    line-height: 1.55;
    margin: 0;
}

/* Checklist */
#landing-page .landing-hero-checks {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 44px;
    padding: 0;
}

#landing-page .landing-hero-checks li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    color: rgba(255,255,255,0.75);
    line-height: 1.5;
}

#landing-page .landing-check-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(136,250,147,0.12);
    border: 1px solid rgba(136,250,147,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

#landing-page .landing-check-circle svg {
    width: 10px;
    height: 10px;
}

/* Hero Buttons */
#landing-page .landing-hero-btns {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

#landing-page .landing-btn-green {
    background: #88FA93;
    border: 1px solid #88FA93;
    color: #000;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 24px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.3s;
    cursor: pointer;
}

#landing-page .landing-btn-green:hover {
    background: #65D570;
    border-color: #65D570;
}

#landing-page .landing-btn-outline {
    background: transparent;
    border: 1px solid #88FA93;
    color: #88FA93;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 13px 24px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.3s, color 0.3s;
}

#landing-page .landing-btn-outline:hover {
    background: #88FA93;
    color: #000;
}

/* Hero Mini Form */
#landing-page .landing-hero-visual {
    align-self: center;
}

#landing-page .landing-hero-form-box {
    padding: 32px;
}


/* ============================================================
   SECTION: STATS BAR
   ============================================================ */
#landing-page .landing-stats-bar {
    background: #27876B;
    padding: 0 40px;
}

#landing-page .landing-stats-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

#landing-page .landing-stat-item {
    padding: 28px 24px;
    text-align: center;
}

#landing-page .landing-stat-item + .landing-stat-item {
    border-left: 1px solid rgba(255,255,255,0.15);
}

#landing-page .landing-stat-num {
    font-family: 'Lexend', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 4px;
}

#landing-page .landing-stat-label {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,0.75);
    text-transform: uppercase;
    letter-spacing: 0.4px;
    line-height: 1.4;
}


/* ============================================================
   SECTION: WHAT'S INSIDE
   ============================================================ */
#landing-page .landing-parts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

#landing-page .landing-part-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 32px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 54px rgba(0,0,0,0.06);
    transition: box-shadow 0.3s;
}

#landing-page .landing-part-card:hover {
    box-shadow: 0 8px 40px rgba(0,0,0,0.1);
}

#landing-page .landing-part-card-number {
    font-family: 'Lexend', sans-serif;
    font-size: 60px;
    font-weight: 800;
    color: rgba(39,135,107,0.07);
    line-height: 1;
    position: absolute;
    top: 12px;
    right: 20px;
    pointer-events: none;
}

#landing-page .landing-part-card-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #27876B;
    margin-bottom: 8px;
}

#landing-page .landing-part-card h3 {
    font-family: 'Lexend', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
    line-height: 1.3;
}

#landing-page .landing-part-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 18px;
}

#landing-page .landing-part-bullets {
    list-style: none;
    margin: 0;
    padding: 0;
}

#landing-page .landing-part-bullets li {
    font-size: 14px;
    color: #444;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    line-height: 1.5;
    margin-bottom: 8px;
}

#landing-page .landing-part-bullets li::before {
    content: '>';
    color: #27876B;
    font-weight: 700;
    font-size: 13px;
    flex-shrink: 0;
    margin-top: 1px;
}

/* Bonus Card */
#landing-page .landing-bonus-card {
    background: #042D26;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

#landing-page .landing-bonus-card .landing-part-card-label {
    color: #88FA93;
}

#landing-page .landing-bonus-card h3 {
    color: #ffffff;
}

#landing-page .landing-bonus-card p {
    color: rgba(255,255,255,0.6);
}

#landing-page .landing-bonus-card .landing-part-bullets li {
    color: rgba(255,255,255,0.75);
}

#landing-page .landing-bonus-card .landing-part-bullets li::before {
    color: #88FA93;
}

#landing-page .landing-bonus-card:hover {
    box-shadow: 0 8px 40px rgba(0,0,0,0.25);
}


/* ============================================================
   SECTION: KEY INSIGHTS
   ============================================================ */
#landing-page .landing-insights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

#landing-page .landing-insight-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 28px;
    box-shadow: 0 0 54px rgba(0,0,0,0.06);
    transition: box-shadow 0.3s;
}

#landing-page .landing-insight-card:hover {
    box-shadow: 0 6px 30px rgba(0,0,0,0.1);
}

#landing-page .landing-insight-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(39,135,107,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

#landing-page .landing-insight-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

#landing-page .landing-insight-card h3 {
    font-family: 'Lexend', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 1.35;
}

#landing-page .landing-insight-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.65;
    margin: 0;
}


/* ============================================================
   SECTION: METHOD COMPARISON
   ============================================================ */
#landing-page .landing-methods-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 16px;
}

#landing-page .landing-method-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    padding: 24px;
    transition: border-color 0.3s;
}

#landing-page .landing-method-card:hover {
    border-color: rgba(136,250,147,0.2);
}

#landing-page .landing-method-verdict {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 30px;
    margin-bottom: 12px;
}

#landing-page .landing-verdict-negative {
    background: rgba(255,80,80,0.12);
    color: #ff8080;
}

#landing-page .landing-verdict-warning {
    background: rgba(255,200,60,0.12);
    color: #ffc83c;
}

#landing-page .landing-verdict-positive {
    background: rgba(136,250,147,0.12);
    color: #88FA93;
}

#landing-page .landing-method-card h4 {
    font-family: 'Lexend', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

#landing-page .landing-method-card p {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    line-height: 1.6;
    margin: 0;
}


/* ============================================================
   SECTION: RECOMMENDED CONTROL
   ============================================================ */
#landing-page .landing-recommended-section {
    background: linear-gradient(180deg, #042D26 0%, #001A18 100%);
    padding: 90px 40px;
}

#landing-page .landing-recommended-card {
    background: rgba(136,250,147,0.05);
    border: 1px solid rgba(136,250,147,0.25);
    border-radius: 10px;
    padding: 28px 32px;
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 32px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

#landing-page .landing-recommended-verdict {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 30px;
    margin-bottom: 14px;
    background: rgba(136,250,147,0.12);
    color: #88FA93;
}

#landing-page .landing-recommended-card h3 {
    font-family: 'Lexend', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
}

#landing-page .landing-recommended-subheading {
    font-size: 13px;
    font-family: 'Lexend', sans-serif;
    font-weight: 600;
    color: #88FA93;
    margin-bottom: 16px;
    letter-spacing: 0.03em;
}

#landing-page .landing-recommended-card > div p {
    font-size: 14px;
    color: rgba(255,255,255,0.65);
    line-height: 1.65;
    max-width: 600px;
    margin: 0;
}

#landing-page .landing-recommended-image {
    text-align: right;
}

#landing-page .landing-recommended-image img {
    max-width: 100%;
    height: auto;
}


/* ============================================================
   SECTION: HOW IT WORKS
   ============================================================ */
#landing-page .landing-steps-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    position: relative;
    margin-bottom: 56px;
}

#landing-page .landing-steps-row::after {
    content: '';
    position: absolute;
    top: 28px;
    left: calc(100% / 6);
    right: calc(100% / 6);
    height: 1px;
    background: rgba(39,135,107,0.3);
    pointer-events: none;
    z-index: 0;
}

#landing-page .landing-step {
    text-align: center;
    padding: 0 32px;
    position: relative;
    z-index: 1;
}

#landing-page .landing-step-num {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #88FA93;
    color: #000;
    font-family: 'Lexend', sans-serif;
    font-size: 22px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

#landing-page .landing-step h4 {
    font-family: 'Lexend', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

#landing-page .landing-step p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Outcomes */
#landing-page .landing-outcomes-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

#landing-page .landing-outcome-card {
    border-radius: 10px;
    padding: 24px;
    text-align: center;
}

#landing-page .landing-outcome-pass {
    background: rgba(39,135,107,0.08);
    border: 1px solid rgba(39,135,107,0.25);
}

#landing-page .landing-outcome-fail {
    background: rgba(255,94,94,0.07);
    border: 1px solid rgba(255,94,94,0.2);
}

#landing-page .landing-outcome-refer {
    background: rgba(255,200,60,0.07);
    border: 1px solid rgba(255,200,60,0.2);
}

#landing-page .landing-outcome-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

#landing-page .landing-label-pass { color: #27876B; }
#landing-page .landing-label-fail { color: #ff5e5e; }
#landing-page .landing-label-refer { color: #ffc83c; }

#landing-page .landing-outcome-card h4 {
    font-family: 'Lexend', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
}

#landing-page .landing-outcome-card p {
    font-size: 13px;
    color: #666;
    line-height: 1.55;
    margin: 0;
}


/* ============================================================
   SECTION: STRESS TEST
   ============================================================ */
#landing-page .landing-stress-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-bottom: 48px;
}

#landing-page .landing-stress-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px 16px;
    text-align: center;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
    transition: box-shadow 0.3s;
}

#landing-page .landing-stress-card:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.1);
}

#landing-page .landing-stress-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(39,135,107,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

#landing-page .landing-stress-icon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

#landing-page .landing-stress-card h4 {
    font-family: 'Lexend', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
}

#landing-page .landing-stress-card p {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

#landing-page .landing-stress-cta {
    text-align: center;
    padding: 40px;
    background: rgba(39,135,107,0.06);
    border-radius: 10px;
    border: 1px solid rgba(39,135,107,0.15);
}

#landing-page .landing-stress-cta p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

#landing-page .landing-stress-cta p strong {
    color: #1a1a1a;
}


/* ============================================================
   SECTION: FORM
   ============================================================ */
#landing-page .landing-form-layout {
    display: grid;
    grid-template-columns: 1fr 440px;
    gap: 80px;
    align-items: start;
}

#landing-page .landing-form-left h2 {
    font-family: 'Lexend', sans-serif;
    font-size: 34px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 16px;
    letter-spacing: -0.3px;
}

#landing-page .landing-form-left h2 strong {
    color: #88FA93;
}

#landing-page .landing-form-left > p {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.6);
    line-height: 1.7;
    margin-bottom: 32px;
}

#landing-page .landing-form-perks {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 36px;
    padding: 0;
}

#landing-page .landing-form-perks li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    color: rgba(255,255,255,0.75);
}

#landing-page .landing-perk-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(136,250,147,0.1);
    border: 1px solid rgba(136,250,147,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

#landing-page .landing-perk-dot svg {
    width: 10px;
    height: 10px;
}

/* Quote Box */
#landing-page .landing-form-quote {
    background: rgba(136,250,147,0.06);
    border-left: 3px solid #88FA93;
    border-radius: 0 8px 8px 0;
    padding: 18px 22px;
}

#landing-page .landing-form-quote-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #88FA93;
    margin-bottom: 8px;
}

#landing-page .landing-form-quote p {
    font-size: 16px;
    font-style: italic;
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
    margin: 0;
}

/* Form Box */
#landing-page .landing-form-box {
    background: #ffffff;
    border-radius: 10px;
    padding: 36px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

#landing-page .landing-form-box h3 {
    font-family: 'Lexend', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
}

#landing-page .landing-form-box .landing-form-sub {
    font-size: 14px;
    color: #888;
    margin-bottom: 24px;
    margin-top:0;
}


.landing-form-box input[type="submit"].gform_button {
    background: var(--Hero-2, #88FA93) !important;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    border: none !important;
}

.landing-form-box input{
    background: #fff !important;
    border: 1px solid #666 !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.05) inset !important;
}