.home .site-logo-container {
    display: none !important;
}

.home .site-main {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.home article {
    margin: 0 !important;
    padding: 0 !important;
}

.home .entry-content {
    padding: 0 !important;
    margin: 0 !important;
}

.home {
    margin-top: 0 !important;
}

.home .site-main .ct-container,
.home .site-main .ct-container-fluid,
.home .entry-content .ct-container,
.home .entry-content .ct-container-fluid {
    max-width: 100% !important;
    padding: 0 10px !important;
}

.home .eq-hero {
    margin-top: 0 !important;
}


/* ===== EQUATOR HOMEPAGE CUSTOM STYLES ===== */

:root {
    --eq-off-white: #F5F7FA;
    --eq-white: #FFFFFF;
    --eq-ink: #1a1a2e;
    --eq-ink-light: #2d2d44;
    --eq-stone: #5b6270;
    --eq-sand: #e5e7eb;
    --eq-blue: #3b82f6;
    --eq-blue-dark: #A64AC0;
    --eq-warm: #8E46A0;
    --eq-warm-hover: #7E3690;
    --eq-header-height: 80px;
}


/* ===== SHARED SECTION LAYOUT ===== */

.eq-preview,
.eq-contrast,
.eq-how,
.eq-global,
.eq-group,
.eq-final-section {
    min-height: 100dvh;
}


/* ===== HERO SECTION ===== */

/* Force WordPress's own wrapper to full height */
.home .wp-block-html:first-of-type {
    min-height: 100svh !important;
    display: flex !important;
    flex-direction: column !important;
}

.eq-hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: calc(var(--eq-header-height) - 60px) 0.2rem 3rem;
    background: var(--eq-off-white);
    box-sizing: border-box;
}

.eq-hero-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 2.5rem;
    align-items: center;
}

/*
Recommended HTML wrapper around the hero text:

<div class="eq-hero-copy">
    ...
</div>
*/
.eq-hero-copy {
    min-width: 0;
}

.eq-hero-logo {
    width: 100%;
    max-width: 160px;
    height: auto;
    margin-bottom: 2.2rem;
}

.eq-hero h1 {
    font-family: "Crimson Pro", Georgia, serif !important;
    font-size: clamp(2.3rem, 2.45rem + 2vw, 2.6rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em;
    line-height: 1 !important;
    margin-bottom: 1rem !important;
    color: var(--eq-ink) !important;
}

.eq-hero-subhead1 {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(1.35rem, 1.45rem + 0.2vw, 1.55rem);
    font-weight: 600;
    line-height: 1.35;
    color: var(--eq-ink);
    margin-bottom: 0.9rem;
}

.eq-hero-subhead2 {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(1.1rem, 1.12rem + 0.1vw, 1.15rem);
    font-weight: 400;
    line-height: 1.3;
    color: var(--eq-stone);
    margin-bottom: 0.9rem;
}

.eq-hero-subhead3 {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: clamp(1.15rem, 1.25rem + 0.1vw, 1.30rem);
    font-weight: 600;
    line-height: 1.3;
    color: var(--eq-ink);
    margin-bottom: 0.9rem;
}

.eq-hero-subhead em {
    font-style: italic;
}

.eq-hero-tagline {
    display: block;
    margin-top: 2.5rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: #1e3a8a;
}

.eq-hero-screen img {
    width: 344px;
    height: auto;
    border-radius: 54px;
    box-shadow: 0 25px 25px rgba(0, 0, 0, 0.2);
}


/* ===== HERO CTA ===== */

.eq-cta-group {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.eq-cta-primary {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    min-width: 260px;
    padding: 1.1rem 1.1rem;
    border-radius: 34px;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--eq-white) !important;
    background: var(--eq-warm);
    text-decoration: none !important;
    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.eq-cta-primary:hover {
    color: var(--eq-white) !important;
    background: var(--eq-warm-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(238, 108, 50, 0.28);
}

.eq-cta-secondary {
    padding-bottom: 2px;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--eq-stone) !important;
    text-decoration: none !important;
    transition:
        color 0.2s ease,
        border-color 0.2s ease;
}

.eq-cta-secondary:hover {
    color: var(--eq-ink) !important;
    border-color: var(--eq-stone);
}


/* ===== PREVIEW SECTION ===== */

.eq-preview {
    padding: 4rem 1.5rem;
    background: var(--eq-white);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.eq-preview-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.eq-preview-header {
    text-align: center;
    margin-bottom: 3rem;
}

.eq-preview-header h2 {
    font-family: "Crimson Pro", Georgia, serif !important;
    font-size: clamp(2.5rem, 4vw, 3.4rem) !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em;
    line-height: 1.05 !important;
    margin-bottom: 1rem !important;
    color: var(--eq-ink) !important;
}

.eq-preview-header p {
    font-size: clamp(1.3rem, 3vw, 1.4rem);
    line-height: 1.25;
    color: var(--eq-stone);
}

.eq-topic-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.eq-topic-card {
    display: block;
    padding: 1.75rem;
    border: 1px solid transparent;
    border-radius: 12px;
    background: var(--eq-off-white);
    color: var(--eq-ink) !important;
    text-decoration: none !important;
    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.eq-topic-card:hover {
    background: var(--eq-white);
    border-color: var(--eq-sand);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.eq-topic-title {
    margin-bottom: 0.5rem;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--eq-ink);
}

.eq-topic-stats {
    display: flex;
    gap: 1rem;
    font-size: 0.875rem;
    color: var(--eq-stone);
}


/* ===== CONTRAST SECTION ===== */

.eq-contrast {
    padding: 2.5rem 2rem;
    background: var(--eq-ink) !important;
    color: var(--eq-white);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.eq-contrast-inner {
    max-width: 900px;
    margin: 0 auto;
}

.eq-contrast-header {
    text-align: center;
    margin-bottom: 4rem;
}

.eq-contrast-header h2 {
    font-family: "Crimson Pro", Georgia, serif !important;
    font-size: clamp(2.3rem, 5vw, 3.4rem) !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em;
    line-height: 1.1 !important;
    margin-bottom: 1.35rem !important;
    color: var(--eq-white) !important;
}

.eq-contrast-header h3 {
    font-size: 1.4rem;
	  font-weight: 600 !important;
    color: var(--eq-white);
}

.eq-contrast-header p {
    max-width: 550px;
    margin: 0 auto;
    font-size: clamp(1.2rem, 3vw, 1.4rem);
    line-height: 1.3;
    color: var(--eq-off-white) !important;
}

.eq-contrast-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.eq-contrast-col {
    padding: 2rem;
    border-radius: 12px;
}

.eq-contrast-col.old {
    background: #334155;
}

.eq-contrast-col.new {
    background: var(--eq-warm);
}

.eq-contrast-label {
    margin-bottom: 1.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.7;
}

.eq-contrast-col.new .eq-contrast-label {
    opacity: 1;
}

.eq-contrast-list {
    list-style: none !important;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0 !important;
    margin: 0 !important;
}

.eq-contrast-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 1rem;
    color: var(--eq-white);
}

.eq-contrast-list li::before {
    content: "\2014";
    opacity: 0.5;
}

.eq-contrast-col.new .eq-contrast-list li::before {
    content: "\2713";
    opacity: 1;
}


/* ===== HOW IT WORKS SECTION ===== */

.eq-how {
    padding: 5rem 2rem;
    background: var(--eq-off-white);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.eq-how-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.eq-how-header {
    text-align: center;
    margin-bottom: 4rem;
}

.eq-how-label {
    margin-bottom: 1rem;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--eq-blue);
}

.eq-how-header h2 {
    font-family: "Crimson Pro", Georgia, serif !important;
    font-size: clamp(2.5rem, 5vw, 3.5rem) !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em;
    line-height: 1.05 !important;
    color: var(--eq-ink) !important;
}

.eq-steps-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem;
}

.eq-step-item {
    text-align: center;
}

.eq-step-num {
    width: 52px;
    height: 52px;
    margin: 0 auto 1.25rem;
    border-radius: 50%;
    background: var(--eq-ink);
    color: var(--eq-white);
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eq-step-title {
    margin-bottom: 0.6rem;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--eq-ink);
}

.eq-step-desc {
    max-width: 280px;
    margin: 0 auto;
    font-size: 0.9375rem;
    color: var(--eq-ink);
}

.eq-tagline-center {
    margin-top: 3rem;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: var(--eq-stone);
}


/* ===== GLOBAL SECTION ===== */

.eq-global {
    padding: 5rem 2rem;
    background: var(--eq-white);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.eq-global-inner {
    max-width: 950px;
    margin: 0 auto;
    padding: 1rem;
    text-align: center;
    background: var(--eq-off-white);
    border-radius: 16px;
}

.eq-global-inner h3 {
    font-family: "Crimson Pro", Georgia, serif !important;
    font-size: clamp(2rem, 3.5vw, 2.7rem) !important;
    font-weight: 700 !important;
    line-height: 1.05 !important;
    margin-bottom: 1.5rem !important;
    color: var(--eq-ink) !important;
}

.eq-global-inner img {
    width: 95%;
    max-width: 700px;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 12px;
    margin-top: -0.2rem;
    margin-bottom: 1rem;
}

.eq-global-inner p {
    margin-top: 0.5rem;
    font-size: 1.3rem;
    line-height: 1.2;
    color: var(--eq-stone);
}


/* ===== GROUP SECTION ===== */

.eq-group {
    padding: 5rem 2rem;
    background: var(--eq-white);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.eq-group-label {
    margin-bottom: 1rem;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--eq-blue);
}

.eq-group h2 {
    font-family: "Crimson Pro", Georgia, serif !important;
    font-size: clamp(1.8rem, 3.5vw, 2.4rem) !important;
    font-weight: 700 !important;
    line-height: 1.05 !important;
    margin-bottom: 1.5rem !important;
    color: var(--eq-ink) !important;
}

.eq-group h3 {
    font-size: 1.4rem !important;
    margin-bottom: 1.5rem !important;
}

.eq-group-inner p {
    margin-top: 0.5rem;
    font-size: 1.2rem;
    line-height: 1.2;
    color: var(--eq-stone);
}


/* ===== FINAL CTA SECTION ===== */

.eq-final-section {
    padding: 6rem 2rem;
    background: var(--eq-off-white);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.eq-final-section h2 {
    max-width: 800px;
    margin: 3rem !important;
    font-family: "Crimson Pro", Georgia, serif !important;
    font-size: clamp(2.2rem, 6vw, 2.8rem) !important;
    font-weight: 700 !important;
    line-height: 1.05 !important;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--eq-ink) !important;
}

.eq-cta-outline {
    display: inline-flex;
    align-items: center;
    max-width: 580px;
    gap: 0.625rem;
    padding: 0.9rem;
    border: 2px solid var(--eq-ink);
    border-radius: 22px;
    background: lightgray;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    color: green !important;
  	line-height: 1.3 !important;
    text-decoration: none !important;
    transition:
        background 0.3s ease,
        color 0.3s ease;
}

.eq-cta-outline:hover {
    background: var(--eq-ink);
    color: var(--eq-white) !important;
}


/* ===== FOOTER CENTERING ===== */

.site-footer {
    display: flex !important;
    flex-direction: column-reverse !important;
    gap: 0.75rem !important;
}

footer,
footer * {
    text-align: center !important;
}

footer ul,
footer nav,
footer menu {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

footer div {
    justify-content: center !important;
    align-items: center !important;
}


/* ===== SCROLL REVEAL ANIMATION ===== */

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition:
        opacity 0.6s ease,
        transform 0.6s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}


/* ===== SCROLL HINT ===== */

.eq-scroll-hint {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    z-index: 999;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    pointer-events: auto;
    transition: opacity 0.4s ease;
}

.eq-scroll-hint span {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 0.6rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--eq-stone);
}

.eq-scroll-hint-arrow {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: eq-float 1.8s ease-in-out infinite;
}

.eq-scroll-hint-arrow::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--eq-stone);
    border-bottom: 2px solid var(--eq-stone);
    transform: rotate(45deg) translateY(-2px);
}

@keyframes eq-float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(5px);
    }
}


/* ===== TABLET AND MOBILE ===== */

@media (max-width: 950px) {
    .eq-preview,
    .eq-contrast,
    .eq-how,
    .eq-global,
    .eq-final-section {
        min-height: auto;
    }

    .eq-hero {
        min-height: 100svh;
        padding: calc(var(--eq-header-height) - 30px) 1.5rem 3rem;
        justify-content: center;
    }

    .eq-hero-inner {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }

    /*
    Preferred selector: .eq-hero-copy

    The second selector is a fallback for the existing first text
    column if the HTML does not yet contain the eq-hero-copy class.
    */
    .eq-hero-copy,
    .eq-hero-inner > :first-child {
        width: 100%;
        max-width: 510px;
        margin-left: auto;
        margin-right: auto;
    }

    .eq-hero-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .eq-hero-screen {
        order: 2;
        margin: 0 auto;
    }

    .eq-hero-screen img {
        width: min(340px, 88vw);
        height: auto;
    }

    .eq-cta-group {
        align-items: center;
    }

    .eq-contrast-grid {
        grid-template-columns: 1fr;
    }

    .eq-steps-row {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}


/* ===== SMALL MOBILE ===== */

@media (max-width: 600px) {
    .eq-hero-screen img {
        width: min(360px, 94vw);
        height: auto;
    }

    .eq-topic-grid {
        grid-template-columns: 1fr;
    }
}