/* HUB PAGE HERO */
.page-hero {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 60px 0;
}

.page-hero h1 {
    font-family: 'Vectora Black', sans-serif;
    font-size: 55px;
    letter-spacing: -0.05em;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 20px;
}

.page-hero h1 .green {
    color: #6ab235;
}

.page-hero-subtitle {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

.page-hero-text {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 20px auto;
    text-align: justify;
}

.page-hero-text-wide {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
    max-width: 860px;
    margin: 0 auto 40px auto;
    text-align: justify;
}

.page-hero-text-narrow {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 40px auto;
    text-align: justify;
}

.page-hero-button {
    margin-top: 40px;
}

/* HUB PAGE - TWO COLUMN SECTION */
.two-column-section {
    padding: 40px 0;
    background-color: #ffffff;
}

.two-column-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 220px;
    align-items: flex-start;
}

.two-column-container-wide {
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    gap: 275px;
    align-items: flex-start;
}

/* Hub Page Sidebar */
.sidebar {
    width: 360px;
    flex-shrink: 0;
    background-color: #f5f7fa;
    border-radius: 12px;
    padding: 40px 43px 60px 43px;
    margin-top: 20px;
}

.sidebar h3 {
    font-family: 'Vectora Bold', sans-serif;
    font-size: 20px;
    letter-spacing: -0.04em;
    color: #000000;
    text-align: center;
    margin-top: 25px;
}

.sidebar-intro {
    font-family: 'Vectora Roman';
    font-size: 15px;
    line-height: 1.2;
    color: #000000;
    padding-bottom: 30px;
    text-align: center;
    margin-top: 10px;
}

.sidebar-links {
    display: flex;
    font-family: 'Vectora Roman';
    flex-direction: column;
    text-align: justify;
    gap: 25px;
}

.sidebar-link {
    display: flex;
    align-items: flex-start;
    font-family: 'Vectora Roman';
    line-height: 1.2;
    gap: 12px;
    text-decoration: none;
    max-width: 275px;
}

.sidebar-link img {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
}

.sidebar-link strong {
    font-family: 'Vectora Roman';
    letter-spacing: -0.01em;
    font-weight: 700;
    text-align: justify;
    font-size: 17px;
    text-decoration: underline;
    color: #6ab235;
    display: block;
    margin-bottom: 2px;
}

.sidebar-link span {
    font-family: 'Vectora Roman';
    text-align: justify;
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
}

.sidebar-link:hover strong {
    text-decoration: underline;
    font-family: 'Vectora Roman';
    line-height: 1.2;
}

.sidebar-divider {
    height: 1px;
    background-color: #b2b2b2;
    margin: 25px 0;
    margin-left: 60px;
    margin-right: 60px;
}

/* HUB PAGE CONTENT */
.page-content {
    flex: 1;
}

.page-content h2 {
    font-family: 'Vectora Black', sans-serif;
    font-size: 40px;
    letter-spacing: -0.05em;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 20px;
}

.page-content h2 .green {
    color: #6ab235;
}

.page-content h3 {
    font-family: 'Vectora Bold', sans-serif;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: -0.033em;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 5px;
}

.page-content p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 17.5px;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 20px;
}

/* BOTTOM CTA */
.bottom-cta {
    padding: 60px 0;
    background-color: #ffffff;
}

.bottom-cta-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
}

.bottom-cta-container-reversed {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    gap: 40px;
}

.bottom-cta-heading {
    font-family: 'Vectora Black', sans-serif;
    font-size: 42px;
    letter-spacing: -0.04em;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
}

.bottom-cta-subheading {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}


.bottom-cta-content {
    flex: 1;
}

.bottom-cta-content p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 17.5px;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 20px;
}


.bottom-cta-content .cta-button {
    display: inline-block;
    margin-top: 20px;
    background: #7be42f;
    color: #000000;
    text-decoration: none;
    font-weight: 900;
}

.bottom-cta-button {
    text-align: center;
    margin-top: 0px;
}

/* HUB PAGE CTA PIGMO */
.bottom-cta-pigmo {
    flex-shrink: 0;
    text-align: center;
}

.bottom-cta-pigmo img {
    width: 500px;
    height: auto;
}

.bottom-cta-pigmo-small {
    flex-shrink: 0;
    text-align: center;
}

.bottom-cta-pigmo-small img {
    width: 425px;
    height: auto;
}

.pigmo-caption {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 12px;
    color: #000000;
    margin-top: 8px;
}

/* ACTIVE NAV STATE */
nav a.active {
    color: #6ab235;
    font-weight: 900;
}

/** I NEED FUNDING FOR... CALCULATOR **/
.funding-usecase {
    max-width: 720px;
}

.funding-usecase__title {
    font-family: "Vectora Bold", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 22px;
    letter-spacing: -0.03em;
    text-align: left;
    margin: 0 0 12px 0;
}

.funding-usecase__row {
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 25px;
    align-items: stretch;
}

/* Custom dropdown shell */
.dd {
    position: relative;
}

.dd__btn {
    width: 100%;
    height: 48px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 9px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;

    font-family: 'Vectora Roman';
    font-size: 17px;
    text-align: left;

    outline: none;
}

.dd__value {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dd__chev {
    opacity: 0.65;
}

/* Menu */
.dd__list {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    margin: 0;
    padding: 6px;
    list-style: none;

    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 9px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    max-height: 260px;
    overflow: auto;

    display: none;
    z-index: 50;
}

.dd.is-open .dd__list {
    display: block;
}

.dd__opt {
    padding: 10px 10px;
    border-radius: 10px;
    cursor: pointer;

    font-family: 'Vectora Roman';
    font-size: 17px;
    text-align: left;
}

/* Your requested hover/select color */
.dd__opt:hover,
.dd__opt.is-active {
    background: hsl(94.56, 54.11%, 45.29%, 0.55);
    color: #000000;
}

/* Button */
.funding-usecase__btn {
    height: 48px;
    width: 100%;
    border: none;
    border-radius: 28px;
    background: #7be42f;
    color: #000000;

    font-family: 'Vectora Roman';
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    -webkit-text-stroke: 0.2px;
}

.funding-usecase__btn:hover,
.funding-usecase__btn:focus,
.funding-usecase__btn:active {
    background: #7be42f;
    color: #000000;
    outline: none;
    box-shadow: none;
    transform: none;
    filter: none;
}

.funding-usecase__hint {
    margin: 10px 0 0;
    font-family: 'Vectora Roman';
    font-size: 14px;
    opacity: 0.75;
    min-height: 1.2em;
}

@media (max-width: 640px) {
    .funding-usecase__row {
        grid-template-columns: 1fr;
    }
}