/* ***PRODUCT PAGES*** */



/* **Product Pages** */

.product-page {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 60px;
}

/* *Hero Columns* */

.product-columns {
    display: flex;
    gap: 150px;
    padding: 60px 0;
    align-items: center;
}

.product-left {
    flex: 1;
    max-width: 580px;
    gap: 0px;
}

.product-left img {
    height: 20px;
    width: 20px;
}

.product-eyebrow {
    font-family: 'Vectora Bold', sans-serif;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #6ab235;
}

.product-left-text h1 {
    font-family: 'Vectora Black', sans-serif;
    font-size: 55px;
    letter-spacing: -0.05em;
    text-align: left;
    margin-bottom: 25px;
    margin-top: 20px;
}

.product-left p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 18px;
    line-height: 1.9;
}


/* Hero Bullets */
.product-bullets {
    display: flex;
    flex-direction: row;
    gap: 0px;
    margin-left: 15px;
}

.product-bullet-row {
    display: flex;
    gap: 5px;
    align-items: center;
    width: 480px;
}


/* *Hero Sub-Heading* */

.product-hero-bottom p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 16.5px;
    line-height: 1.4;
    text-align: center;
    max-width: 500px;
}

/* *Product Hero Form* */

.product-right {
    flex: 1;
    max-width: 750px;
    margin-top: 40px;
}

/* **Funding Specs Section** */

.stats-container {
    display: flex;
    justify-content: space-evenly;
    gap: 140px;
}

/* *Use Case Stats Grid* */

.product-stats {
    padding: 80px 0;
}

.product-stat-item {
    text-align: center;
}

.product-stat-item img {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    align-items: flex-start;
}

.product-stat-item h3 {
    font-family: 'Vectora Bold', sans-serif;
    font-size: 22px;
    letter-spacing: -0.03em;
    color: #6ab235;
    margin-bottom: 0px;
}

.product-stat-item p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 17px;
    color: #000000;
}

.product-stat-top {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 15px;
    margin-bottom: 0px;
}

/* **Role Section** */

.product-role {
    display: flex;
    gap: 100px;
    width: 89%;
    padding: 80px 0;
}

.product-role-container {
    flex: 1;
    align-content: center;
}

.product-role-left {
    width: 590px;
    align-content: center;
}

.product-role-left h2 {
    font-family: 'Vectora Black', sans-serif;
    font-size: 55px;
    letter-spacing: -0.04em;
    font-weight: 900;
    text-align: right;
    margin-bottom: 90px;
}

.product-role-right {
    width: 675px;
}

.product-role-right p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 18px;
    text-align: justify;
    line-height: 1.7;
    margin-bottom: 12px;
}

.product-role-bottom {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 18px;
    text-align: center;
}

/* **Overview Section** */

.product-explainer {
    text-align: center;
    padding: 80px 0;
}

.product-explainer h2 {
    font-family: 'Vectora Black', sans-serif;
    font-size: 55px;
    letter-spacing: -0.04em;
    font-weight: 900;
    margin-bottom: 30px;
}

.product-explainer p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 18px;
    text-align: justify;
    line-height: 1.7;
}

.product-explainer p a {
    font-family: 'Vectora Roman', sans-serif;
    color: #6ab235;
    font-weight: 700;
    -webkit-text-stroke: 0.2px;
    text-decoration: underline;
}

/* **Use Cases** */

.product-use-cases {
    width: 100%;
    padding: 60px 0;
}

.product-use-cases h2 {
    font-family: 'Vectora Black', sans-serif;
    font-size: 55px;
    letter-spacing: -0.05em;
    margin-bottom: 30px;
    max-width: 750px;
    /* Constrain the width */
    text-align: left;
    /* Keep it left-aligned */
}

.product-use-cases p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    max-width: 750px;
    /* Constrain width but wider than h2 */
    text-align: justify;
    /* Match your other body text */
    margin-bottom: 80px;
}

/* *Use Cases Grid* */

.product-use-cases-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    max-width: 1800px;
    /* ADD THIS - gives it a width to center */
    margin: 0 auto;
    /* ADD THIS - centers it */
}

.product-use-case {
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
}

.product-use-case h3 {
    font-family: 'Vectora Bold', sans-serif;
    font-size: 22px;
    letter-spacing: -0.04em;
    font-weight: 900;
    color: #6ab235;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.product-use-case p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    max-width: 750px;
    /* Constrain width but wider than h2 */
    text-align: justify;
    /* Match your other body text */
    margin-bottom: 80px;
}

.product-use-cases img {
    width: 50px;
    height: 50px;
}

/* **Benefits Section** */

.product-benefits {
    text-align: center;
    justify-content: center;
    width: 100%;
    padding: 80px 0;
}

.product-benefits h2 {
    font-family: 'Vectora Black', sans-serif;
    font-size: 55px;
    letter-spacing: -0.06em;
    line-height: 1.2;
    text-align: center;
    /* Centers the heading on the page */
    max-width: 900px;
    /* Constrains how wide it gets */
    margin-left: auto;
    /* These two together center */
    margin-right: auto;
    /* the block itself on the page */
    margin-bottom: 30px;
}

.product-benefits p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    text-align: justify;
    /* Justifies the text inside */
    max-width: 750px;
    /* Constrains the width */
    margin-left: auto;
    /* Centers the block */
    margin-right: auto;
    /* on the page */
    margin-bottom: 10px;
}

/* *Benefits Grid* */

.product-benefits-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
    justify-content: center;
    align-content: center;
    align-items: center;
    max-width: 1000px;
    /* ADD THIS - gives it a width to center */
    margin: 0 auto;
    /* ADD THIS - centers it */
    margin-top: 50px;
}

.product-benefits-container img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    flex-shrink: 0;
}

.product-benefit {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.product-benefit-text h3 {
    font-family: 'Vectora Bold', sans-serif;
    font-size: 22px;
    color: #000000;
    letter-spacing: -0.04em;
    font-weight: 900;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    margin-bottom: 10px;
}

.product-benefit-text p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
}

/* **Qualifications** */

.product-qualify {
    width: 100%;
    padding: 80px 0;
}

.product-qualify p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 18px;
}

.product-qualify-header {
    text-align: right;
}

.product-qualify-header h2 {
    font-family: 'Vectora Black', sans-serif;
    font-size: 55px;
    font-weight: 900;
    letter-spacing: -0.06em;
    margin-bottom: 30px;
}

.product-qualify-header-container {
    display: inline-block;
    text-align: right;
    align-items: right;
    justify-content: right;
    max-width: 650px;
    margin: auto;
    margin-top: 20px;
}

.product-qualify-header-contain {
    display: inline-block;
    text-align: left;
    align-items: left;
    justify-content: left;
    max-width: 720px;
    margin: auto;
    margin-top: 20px;
}

.product-qualify-header-container p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 45px;
}

.product-qualification-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
    gap: 65px;
}

.product-qualification-item {
    text-align: center;
}

.product-qualification-item img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    align-items: center;
    margin-top: 10px;
}

.product-qualification-item h3 {
    font-family: 'Vectora Bold', sans-serif;
    font-size: 22px;
    letter-spacing: -0.03em;
    color: #6ab235;
    margin-bottom: 10px;
}

.product-qualification-item p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 30px;
}

.product-qualification-item p a {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 17px;
    color: #6ab235;
    font-weight: 700;
    -webkit-text-stroke: 0.4px;
    text-decoration: underline;
}

/* **Application Process** */

.product-process {
    max-width: 100%;
    padding: 80px 0;
}

/*Application Process - Two Columns*/

.product-process-hero {
    display: flex;
    flex-direction: row;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    align-items: flex-start;
    gap: 120px;
}

/* *Application Process - Left Column* */

.product-process-left {
    width: 100%;
    max-width: 650px;
}

.product-process-left h2 {
    font-family: 'Vectora Black', sans-serif;
    font-size: 55px;
    letter-spacing: -0.05em;
    margin-bottom: 30px;
}

.product-process-left p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 10px;
}

/* *Application Process - Right Column* */

.product-process-right {
    flex: 1;
    max-width: 625px;
}

.product-process-right-steps {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.product-process-step {
    width: 100%;
    max-width: 470px;
}

.product-process-step h3 {
    font-family: 'Vectora Bold', sans-serif;
    font-size: 22px;
    letter-spacing: -0.04em;
    color: #000000;
    margin-bottom: 8px;
}

.product-process-step p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 17px;
    text-align: justify;
    line-height: 1.7;
    margin-left: 75px
}

/* **Get Started Section** */

.product-get-started {
    max-width: 100%;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
}

.product-get-started h2 {
    font-family: 'Vectora Black', sans-serif;
    font-size: 55px;
    letter-spacing: -0.05em;
    margin-bottom: 30px;
}

.product-get-started p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    text-align: justify;
    width: 740px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.product-get-started-button {
    display: inline-block;
    background: #7be42f;
    color: #000000;
    font-weight: 700;
    -webkit-text-stroke: 0.2px;
    padding: 13px 42px;
    border-radius: 28px;
    text-decoration: none;
    font-family: 'Vectora Roman', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0em;
}

/* **FAQ Section** - Two Column Layout* */
.product-faq {
    display: flex;
    gap: 150px;
    padding: 80px 0;
    align-items: flex-start;
}

.product-faq-left {
    flex: 1;
}

.product-faq-right {
    flex: 1;
}

.product-faq-right h2 {
    font-family: 'Vectora Black', sans-serif;
    font-size: 55px;
    letter-spacing: -0.04em;
    text-align: right;
    margin-bottom: 30px;
}

.product-faq-right p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 15px;
}

.product-faq-right p a {
    color: #6ab235;
    font-weight: 700;
    -webkit-text-stroke: 0.2px;
    text-decoration: underline;
}

/* Each FAQ Item */
.product-faq-item {
    border-bottom: 1px solid #ddd;
    padding: 20px 0px;
}

/* Question Row: text left, arrow right */
.product-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    text-align: justify;
    cursor: pointer;
    gap: 10px;
}

.product-faq-question h3 {
    font-family: 'Vectora Bold', sans-serif;
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 1.5em;
    margin: 0;
}

.product-faq-arrow {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

/*Working Capital FAQ Icons*/
/* Show open icon by default, hide close icon */
.product-faq-icon-open {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: block;
}

.product-faq-icon-close {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: none;
}

/* When active, swap them */
.product-faq-item.active .product-faq-icon-open {
    display: none;
}

.product-faq-item.active .product-faq-icon-close {
    display: block;
}

/* Answer - hidden by default */
.product-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin-top: 20px;
}

.product-faq-answer p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 10px;
}

.product-faq-answer p a {
    color: #6ab235;
    text-decoration: underline;
    font-weight: 700;
    -webkit-text-stroke: 0.4px;
}

/* When item is active, show answer and rotate arrow */
.product-faq-item.active .product-faq-answer {
    max-height: 550px;
}

.product-faq-item.active .product-faq-arrow {
    transform: rotate(180deg);
}


/* **Other Options Section** */

.product-options {
    max-width: 100%;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
}

.product-options a {
    color: #6ab235;
    font-weight: 700;
    -webkit-text-stroke: 0.2px;
    text-decoration: underline;
}

.product-options-pre-text {
    text-align: center;
    margin-top: 10px;
}

.product-options-pre-text h3 {
    font-family: 'Vectora Bold', sans-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
}

.product-options-pre-text p {
    text-align: center;
    font-size: 18px;
    font-family: 'Vectora Roman', sans-serif;
}

.product-options-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 50px;
    margin-top: 60px;
    margin-bottom: 40px;
}

.other-options {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

.product-other-option h3 {
    text-align: center;
    font-family: 'Vectora Bold', sans-serif;
    font-size: 20px;
    letter-spacing: -0.03em;
}

.product-other-option img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    align-items: flex-start;
}

.product-other-option-link {
    display: inline;
}

.product-other-option-link p {
    font-size: 17px;
    font-weight: 700;
    -webkit-text-stroke: 0.2px;
    font-family: 'Vectora Roman', sans-serif;
    text-align: right;
    margin-top: 15px;
}



/**Reverse Overrides**/

.reverse-page {
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
    padding: 0 60px;
}

.reverse-hero {
    text-align: center;
    width: 100%;
    padding: 80px 0;
    text-align: center;
}

.reverse-hero h1 {
    font-family: 'Vectora Black', sans-serif;
    font-size: 55px;
    letter-spacing: -0.04em;
    font-weight: 900;
    margin-bottom: 20px;
}

.reverse-hero subheading {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 22px;
    text-align: center;
    font-weight: 900;
    -webkit-text-stroke: 0.2px;
    letter-spacing: 0.1em;
}

.reverse-hero p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
    margin-left: 280px;
    margin-right: 280px;
    margin-top: 30px;
}

.hero-button-block {
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
}


.reverse-features {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.reverse-features-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    max-width: 1300px;
    width: 1300px;
    margin: 0px auto 20px;
    gap: 40px;
    flex-wrap: wrap;
}

.reverse-features-item {
    text-align: center;
    flex: 1;
    max-width: 800px;
}

.reverse-features-item img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    align-items: flex-start;
    margin-top: 10px;
}

.reverse-features-item h3 {
    font-family: 'Vectora Bold', sans-serif;
    font-size: 20px;
    letter-spacing: -0.03em;
    color: #6ab235;
    margin-bottom: 10px;
}

.reverse-features-item p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 30px;
}

.reverse-features-item p a {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 17px;
    color: #6ab235;
    font-weight: 700;
    -webkit-text-stroke: 0.2px;
    text-decoration: underline;
}

.reverse-overview {
    display: flex;
    gap: 50px;
    padding-top: 50px;
}

.reverse-overview-container {
    flex: 1;
    margin: 0 auto;
    /* centers the block horizontally */
    text-align: justify;
    /* justifies the text inside */
}

.reverse-overview-left {
    width: fit-content;
    max-width: 575px;
    align-content: center;
}

.reverse-overview-left img {
    width: 500px;
    height: 500px;
    margin-left: 60px;
}

.reverse-overview-right {
    width: 675px;
}

.reverse-overview-right h2 {
    font-family: 'Vectora Black', sans-serif;
    font-size: 55px;
    letter-spacing: -0.05em;
    text-align: center;
    margin-bottom: 30px;
}

.reverse-overview-right p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 18px;
    text-align: justify;
    line-height: 1.7;
    margin-bottom: 12px;
}

.reverse-overview-bottom {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 18px;
    text-align: center;
    padding-bottom: 80px;
}

.reverse-example-section {
    display: inline;
}

.reverse-example {
    max-width: 920px;
    width: fit-content;
    margin: 0 auto;
    /* centers the block horizontally */
    text-align: justify;
    /* justifies the text inside */
    padding: 40px 0;
}

.reverse-example h2 {
    font-family: 'Vectora Black', sans-serif;
    font-size: 54px;
    letter-spacing: -0.05em;
    text-align: center;
    margin-bottom: 30px;
}

.reverse-example p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    text-align: justify;
}

/*- Two-column layout */
.reverse-columns-wrapper {
    max-width: 1250px;
    /* wider than text */
    margin: 0 auto;
}

.reverse-ccolumns {
    display: flex;
    justify-content: space-between;
    gap: 120px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.reverse-ccolumns .column {
    flex: 1;
    /* THIS is the key */
    max-width: none;
    /* let them breathe */
    font-size: 18px;
    line-height: 1.7;
    align-content: center;
}

table,
th,
td {
    border: 0px solid black;
    font-size: 18px;
}

.offer-table {
    align-content: center;
    max-width: 400px;
    margin: 0 auto;
}

.savings-table {
    align-content: center;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
}

.debt-sheet-table {
    align-content: center;
    line-height: 1.8;
    text-align: justify;
    max-width: 500px;
    margin: 0 auto;
}

.debt-sheet-table th {
    font-family: 'Vectora Bold', sans-serif;
    letter-spacing: 0em;
    color: #6ab235;
}

.offer-table th {
    font-family: 'Vectora Bold', sans-serif;
    letter-spacing: 0em;
    color: #6ab235;
}

.savings-table th {
    font-family: 'Vectora Bold', sans-serif;
    font-size: 20px;
    letter-spacing: -0.03em;
    color: #6ab235;
}

.reverse-breakdown {
    max-width: 900px;
    width: fit-content;
    margin: 0 auto;
    /* centers the block horizontally */
    text-align: justify;
    /* justifies the text inside */
}

.reverse-breakdown p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    text-align: justify;
}

.reverse-breakdown h2 {
    font-family: 'Vectora Black', sans-serif;
    letter-spacing: -0.05em;
    font-size: 55px;
    text-align: center;
    margin-bottom: 30px;
}

.reverse-breakdown h3 {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 22px;
    font-weight: 900;
    -webkit-text-stroke: 0.2px;
    letter-spacing: 0.15em;
    text-align: center;
}

.reverse-distribution-wrapper {
    max-width: 1100px;
    /* wider than text */
    margin: 0 auto;
}

.distribution-columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.dcolumn-left {
    font-size: 18px;
    line-height: 1.7;
    text-align: left;
    max-width: 400px;
}

.dcolumn-right {
    font-size: 18px;
    text-align: justify;
    line-height: 1.7;
    max-width: 630px;
}

.distribution-schedule {
    max-width: 420px;
    margin: 0 auto;
    gap: 50px;
}

.row {
    display: flex;
    /* keeps columns aligned */
    text-align: center;
    column-gap: 75px;
    font-family: 'Vectora Roman', sans-serif;
}

.row span {
    flex: 1;
    /* equal column widths */
    text-align: center;
    /* centers text inside each column */
}

.row.header span {
    font-family: 'Vectora Bold', sans-serif;
    color: #6ab235;
    /* your green */
    letter-spacing: -0.01em;
}

details summary {
    cursor: pointer;
    color: #6ab235;
    font-weight: 600;
    margin-top: 2px;
    list-style: none;
}

.see-more {
    font-family: 'Vectora Bold', sans-serif;
    color: #6ab235;
    text-decoration: underline;
}

.full-schedule-link {
    margin-top: 8px;
    margin-bottom: 10px;
}

.full-schedule-link summary {
    display: flex;
    justify-content: center;
    width: 100%;
}

details summary::-webkit-details-marker {
    display: none;
}

.reverse-qualification-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1600px;
    width: 100%;
    margin: 0px auto;
    column-gap: 50px;
    padding-top: 50px;
    padding-bottom: 40px;
}

.reverse-qualification-item {
    text-align: center;
}

.reverse-qualification-item h3 {
    font-family: 'Vectora Bold', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #6ab235;
    margin-bottom: 10px;
}

.reverse-qualification-item p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
    max-width: 333px;
}

.reverse-qualification-item img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.reverse-apply-steps {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 50px;
}

.reverse-step h3 {
    font-family: 'Vectora Bold', sans-serif;
    font-size: 22px;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
}

.reverse-step p {
    font-size: 17px;
    text-align: justify;
    line-height: 1.6;
    max-width: 420px;
}

.reverse-columns {
    display: flex;
    flex-direction: row-reverse;
}

.reverse-final-section {
    padding: 40px 0;
}

.reverse-final-container {
    max-width: 900px;
    width: fit-content;
    margin: 0 auto;
    /* centers the block horizontally */
    text-align: center;
    /* justifies the text inside */
}

.reverse-final {
    display: inline;
    text-align: center;
}

.reverse-final p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    text-align: justify;
    margin-left: 100px;
    margin-right: 100px
}

.reverse-final h2 {
    font-family: 'Vectora Black', sans-serif;
    letter-spacing: -0.05em;
    font-size: 55px;
    text-align: center;
    margin-bottom: 30px;
}

.reverse-final h3 {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 22px;
    font-weight: 900;
    -webkit-text-stroke: 0.2px;
    letter-spacing: 0.15em;
    text-align: center;
    margin-bottom: 15px;
}

.other-options-section {
    padding: 20px 20px;
}

.other-options-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.other-options-container p {
    font-size: 18px;
    line-height: 1.7;
    font-family: 'Vectora Roman', sans-serif;
    text-align: center;
    margin-bottom: 50px;
}

.other-row {
    display: flex;
    gap: 60px;
}

.other-column {
    flex: 1;
}

.other-column h3 {
    font-family: 'Vectora Bold', sans-serif;
    font-size: 20px;
    letter-spacing: -0.04em;
    text-align: center;
    margin-bottom: 15px;
}

.other-column p a {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #6ab235;
    margin-bottom: 15px;
}

.other-column img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.rbf-table {
    align-content: center;
    line-height: 1.8;
    text-align: justify;
    max-width: 387px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.rbf-table tr {
    font-family: 'Vectora Roman';
    font-size: 17px;
}

.rbf-table th {
    font-family: 'Vectora Bold';
    font-size: 17px;
    letter-spacing: -0.02em;
}

/* ============================================================
   PRODUCT PAGE FORM — "Let's Get Down To Small Business"
   Same form on all 5 product pages (WC, LOC, CFF, MCA, Equipment)
   ============================================================ */

.product-form-card {
    background: #f5f7fa;
    border-radius: 9px;
    padding: 38px;
    max-width: 520px;
    margin: 0 auto;
}

/* Step 1 heading is centered; Step 2 keeps default left align */
.product-form-card [data-step="1"] h3 {
    text-align: center;
    margin-top: 10px;
    /* adds visual "top padding" by pushing heading down */
    margin-bottom: 14px;
    /* tighter gap to the first question (was 24px base) */
}

/* Headings — matches hero form spec */
.product-form-card h3 {
    font-size: 25px;
    font-family: 'Vectora Bold';
    font-weight: normal;
    letter-spacing: -0.05em;
    color: #000000;
    margin-bottom: 24px;
}

/* Step 2 gets a tighter heading gap so it stays compact */
.product-form-card [data-step="2"] h3 {
    margin-bottom: 16px;
}

/* Small label above each field */
.product-form-card .field-label {
    display: block;
    font-family: 'Vectora Roman';
    font-size: 16px;
    color: #000000;
    margin-bottom: 1px;
    margin-top: 14px;
}

/* Step 2 fields sit tighter together + smaller label size to shave height */
.product-form-card [data-step="2"] .field-label {
    font-size: 15px;
    margin-top: 8px;
}

/* Tighten GO BACK → heading gap on Step 2 */
.product-form-card [data-step="2"] .go-back {
    margin-top: -10px;
    /* pulls GO BACK 10px closer to top of card — kills the page jump */
    margin-bottom: 12px;
}

/* Tighter consent + submit button on Step 2 */
.product-form-card [data-step="2"] .consent {
    margin-top: 10px;
}

.product-form-card [data-step="2"] .btn-continue {
    margin-top: 15px;
}

/* Dropdowns + text inputs — same visual as footer/hero inputs */
.product-form-card select,
.product-form-card input[type="text"],
.product-form-card input[type="tel"],
.product-form-card input[type="email"] {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e0e6ee;
    border-radius: 9px;
    background-color: #ffffff;
    font-family: 'Vectora Light';
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    cursor: pointer;
}

/* Dropdown cleanup — kill the native arrow and paint a green chevron */
.product-form-card select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='none' stroke='%236ab235' stroke-width='2' d='M1 1.5l5 5 5-5'/></svg>");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px 8px;
}

.product-form-card select:focus {
    outline: none;
    border-color: #6ab235;
}

.product-form-card input[type="text"],
.product-form-card input[type="tel"],
.product-form-card input[type="email"] {
    cursor: text;
}

.product-form-card input::placeholder {
    font-family: 'Vectora Light', sans-serif;
    color: #718096;
    font-size: 16px;
}

/* 2-column grids for Step 2 name + contact rows */
.product-form-card .form-grid-equal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 0;
}

.product-form-card .form-grid-asym {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    /* mobile just slightly narrower than email */
    gap: 12px;
    margin-top: 0;
}

/* CONTINUE button — full width, black */
.product-form-card .btn-continue {
    width: 100%;
    background: #000000;
    color: #ffffff;
    border: none;
    padding: 14px 32px;
    border-radius: 28px;
    font-family: 'Vectora Roman', sans-serif;
    font-size: 16px;
    font-weight: 700;
    -webkit-text-stroke: 0.3px;
    cursor: pointer;
    margin-top: 25px;
}

.product-form-card .btn-continue:hover {
    background: #7be42f;
    color: #000000;
}

/* Pre-qualification disclaimer */
.product-form-card .disclaimer {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin-top: 15px;
}

/* GO BACK link at top of Step 2 */
.product-form-card .go-back {
    display: inline-block;
    font-family: 'Vectora Roman', sans-serif;
    color: #6ab235;
    font-weight: 700;
    -webkit-text-stroke: 0.3px;
    font-size: 15px;
    margin-bottom: 25px;
    margin-top: -15px;
    cursor: pointer;
    text-decoration: none;
}

.product-form-card .go-back:hover {
    color: #000000;
}

/* Consent checkbox */
.product-form-card .consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: 'Vectora Light', sans-serif;
    font-size: 12.5px;
    color: #000000;
    cursor: pointer;
    margin-top: 18px;
    line-height: 1.5;
}

.product-form-card .consent input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #828282;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px;
}

.product-form-card .consent input[type="checkbox"]:checked {
    background: #6ab235;
    border-color: #6ab235;
}

.product-form-card .consent a {
    color: #6ab235;
    text-decoration: underline;
}

/* STEP 3 — Thank You */
.product-form-card .thank-you-heading-green {
    font-family: 'Vectora Bold', sans-serif;
    font-size: 28px;
    letter-spacing: -0.05em;
    color: #6ab235;
    text-align: center;
    margin-bottom: 20px;
}

.product-form-card .thank-you-body {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    text-align: center;
    margin-bottom: 15px;
}

.product-form-card .thank-you-link {
    text-align: center;
    margin: 25px 0;
}

.product-form-card .thank-you-link a {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 18px;
    color: #6ab235;
    font-weight: 700;
    -webkit-text-stroke: 0.3px;
    text-decoration: underline;
}

/* ============================================================
   CUSTOM DROPDOWN (product form)
   Replaces native <select> so the OPEN panel can be branded.
   ============================================================ */

.custom-dropdown {
    position: relative;
    margin-bottom: 0;
}

.dd-trigger {
    width: 100%;
    min-height: 42px;
    padding: 12px 40px 12px 14px;
    border: 1px solid #e0e6ee;
    border-radius: 9px;
    background: #ffffff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='none' stroke='%236ab235' stroke-width='2' d='M1 1.5l5 5 5-5'/></svg>") no-repeat right 14px center;
    background-size: 12px 8px;
    font-family: 'Vectora Light', sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #718096;
    cursor: pointer;
    display: flex;
    align-items: center;
    user-select: none;
    box-sizing: border-box;
}

.dd-trigger.has-value {
    color: #000000;
}

.dd-trigger.open {
    border-color: #6ab235;
}

.dd-trigger.error {
    border-color: #cc4b37;
}

.dd-panel {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #e0e6ee;
    border-radius: 9px;
    max-height: 240px;
    overflow-y: auto;
    z-index: 100;
    display: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.dd-panel.open {
    display: block;
}

.dd-option {
    padding: 10px 14px;
    font-family: 'Vectora Light', sans-serif;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
    transition: background 0.12s ease, color 0.12s ease;
}

.dd-option:hover {
    background: #f5f7fa;
    color: #6ab235;
}

.dd-option.selected {
    background: #f5f7fa;
    color: #6ab235;
    font-weight: 700;
    -webkit-text-stroke: 0.3px;
}

/* Standardize height across all 3 steps so navigating between them doesn't
   jump the page content below. Whichever step has more content exceeds this;
   shorter steps stretch to match and get their content vertically centered. */
.product-form-card .form-step {
    min-height: 520px;
    flex-direction: column;
    justify-content: flex-start;
}

/* Step 3 (Thank You) has less content — center it vertically within the card */
.product-form-card [data-step="3"] {
    justify-content: center;
}