/* ==========================================
   HOMEPAGE — capitalize funding
   This file is ONLY for the homepage.
   Every page also needs styles.css for the
   shared stuff (fonts, header, footer, etc.)
   ========================================== */

/* HERO SECTION */
.hero {
    position: relative;
    overflow: hidden;
    background-color: #FFFFFE;
}

/* HERO CONTENT WRAPPER - 980px like Wix */
.hero-content {
    width: 980px;
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
    height: 750px;
}

/* RIGHT PIGMOS - BACKGROUND */
.pigmo-huddle {
    position: absolute;
    top: 85px;
    right: 0;
    width: 612px;
    height: 407px;
    background-image: url('images/homepage/pigmo-huddle.png');
    background-size: 612px 407px;
    background-position: top right;
    background-repeat: no-repeat;
    z-index: 1;
}

/* H1 LINE 1 */
.h1-line1 {
    position: absolute;
    left: 38px;
    top: 70px;
    width: 657px;
    font-size: 55px;
    font-family: 'Vectora Black', sans-serif;
    font-weight: normal;
    letter-spacing: -0.05em;
    line-height: normal;
    color: #000000;
}

/* H1 LINE 2 */
.h1-line2 {
    position: absolute;
    left: 142px;
    top: 135px;
    font-size: 55px;
    font-family: 'Vectora Black', sans-serif;
    font-weight: normal;
    letter-spacing: -0.05em;
    line-height: normal;
    color: #000000;
}

.typewriter {
    color: #6ab235;
}

/* SUBHEADLINE */
.subheadline {
    position: absolute;
    left: 0px;
    top: 242px;
    width: 630px;
    font-size: 25px;
    font-family: 'Vectora Roman', sans-serif;
    font-weight: 700;
    line-height: 45px;
}

/* ======================================
   STEP 1 — Hero Form Card
   ====================================== */
.form-card {
    position: absolute;
    left: 38px;
    top: 333px;
    width: 695px;
    min-height: 375px;
    background: #f5f7fa;
    padding: 38px;
    border-radius: 9px;
    z-index: 10;
}

/* All step headings use same style per spec */
.form-card h3 {
    font-size: 25px;
    font-family: 'Vectora Bold', sans-serif;
    font-weight: normal;
    letter-spacing: -0.05em;
    color: #000000;
    margin-bottom: 24px;
    /* was 8px — bigger gap below heading so "Use the slider..." reads as its own section */
}

.slider-label {
    font-size: 16px;
    font-family: 'Vectora Roman', sans-serif;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 10px;
    /* was 30px — tighter gap so the label hugs the slider below */
}

/* Shared placeholder styling — matches the footer form */
.form-card input::placeholder {
    font-family: 'Vectora Light', sans-serif;
    color: #718096;
    font-size: 16px;
}

/* SLIDER */
.slider-container {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.amount {
    display: block;
    font-size: 20px;
    font-family: 'Vectora Bold', sans-serif;
    letter-spacing: -0.04em;
    font-weight: 700;
    color: #6ab235;
    margin-bottom: 8px;
    text-align: right;
}

.slider {
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: linear-gradient(to right, #6ab235 36%, #e0e0e0 36%);
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #000000;
    cursor: pointer;
}

.slider-range {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-family: 'Vectora Roman', sans-serif;
    margin-top: 8px;
    color: #000000;
}


/* FORM INPUTS (STEP 1 — Name + Email + START row) */
.form-row {
    display: flex;
    font-family: 'Vectora Roman', sans-serif;
    font-size: 18px;
    gap: 12px;
    margin-bottom: 28px;
}

.form-row input {
    flex: 1;
    padding: 12px 14px;
    border: 1px solid #828282;
    /* matches footer form */
    border-radius: 9px;
    background-color: #ffffff;
    font-family: 'Vectora Light', sans-serif;
    font-size: 16px;
    line-height: 16px;
}

.form-row button,
.btn-start {
    background: #7be42f;
    color: #000000;
    border: none;
    padding: 14px 32px;
    border-radius: 28px;
    font-family: 'Vectora Roman', sans-serif;
    font-size: 17px;
    font-weight: 900;
    -webkit-text-stroke: 0.3px;
    cursor: pointer;
}

.form-row button:hover,
.btn-start:hover {
    background: #000000;
    color: #ffffff;
}

.disclaimer {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 14px;
    color: #000000;
    text-align: center;
    line-height: normal;
}

/* ======================================
   STEP 2 — Business Details
   ====================================== */

/* GO BACK link at top of Step 2 */
.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-top: -35px;
    /* pulls GO BACK closer to the top of the card */
    margin-bottom: 15px;
    /* more breathing room between GO BACK and the heading below */
    cursor: pointer;
    text-decoration: none;
}

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

/* 2×2 grid for the 4 Step 2 inputs */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-grid input {
    padding: 12px 14px;
    border: 1px solid #828282;
    /* matches footer form */
    border-radius: 9px;
    background-color: #ffffff;
    font-family: 'Vectora Light', sans-serif;
    font-size: 16px;
    line-height: 16px;
    width: 100%;
}

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

/* Round checkbox — same trick as the footer newsletter */
.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;
}

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

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

/* Center the LETS GET GROWING submit button */
.submit-row {
    text-align: center;
}

.btn-submit {
    background: #7be42f;
    color: #000000;
    border: none;
    padding: 14px 40px;
    border-radius: 28px;
    font-family: 'Vectora Roman', sans-serif;
    font-size: 17px;
    font-weight: 900;
    -webkit-text-stroke: 0.3px;
    cursor: pointer;
}

.btn-submit:hover {
    background: #000000;
    color: #ffffff;
}

/* ======================================
   STEP 3 — Thank You
   ====================================== */

.thank-you-heading {
    font-family: 'Vectora Bold', sans-serif;
    font-size: 22px;
    letter-spacing: -0.04em;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}

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

.thank-you-link {
    text-align: center;
    margin: 20px 0;
}

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

.thank-you-contact {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 15px;
    color: #000000;
    text-align: center;
    margin-top: 15px;
}

.thank-you-contact a {
    color: #6ab235;
    text-decoration: underline;
    font-weight: 700;
    -webkit-text-stroke: 0.3px;
}

/* BONK PIGMO */
.pigmo-bonk {
    position: absolute;
    left: -266px;
    top: 303px;
    width: 225px;
    height: 183px;
    z-index: 15;
    animation: bonk 3s ease-in-out infinite;
}

@keyframes bonk {
    0% {
        left: -400px;
    }

    30% {
        left: -200px;
    }

    40% {
        left: -266px;
    }

    50% {
        left: -240px;
    }

    60% {
        left: -266px;
    }

    100% {
        left: -400px;
    }
}

/* FEATURES SECTION */
.features {
    background-color: #ffffff;
    padding: 60px 0;
}

.features-container {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-left: 170px;
    margin-right: 170px;
}

.feature {
    width: 250px;
    text-align: center;
}

.feature img {
    width: 55px;
    height: 55px;
    margin-bottom: 10px;
    text-align: center;
}

.feature h3 {
    font-family: 'Vectora Bold', sans-serif;
    font-size: 22px;
    color: #6ab235;
    letter-spacing: -0.04em;
    margin-bottom: 8px;
    line-height: normal;
    text-align: center;
}

.feature p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 17px;
    line-height: 1.5em;
    color: #000000;
    text-align: center;
}

/* WHAT WE DO SECTION */
.what-we-do {
    padding: 80px 0;
    background-color: #ffffff;
}

.what-we-do-header {
    max-width: 980px;
    margin: 0 auto 60px auto;
}

.pre-heading {
    font-family: 'Vectora Bold', sans-serif;
    font-size: 22px;
    color: #6ab235;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.what-we-do h2 {
    font-family: 'Vectora Black', sans-serif;
    font-size: 50px;
    letter-spacing: -0.05em;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 24px;
}

.what-we-do h2 .green {
    color: #6ab235;
}

.intro-text {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 18px;
    line-height: 1.7em;
    text-align: justify;
    max-width: 686px;
}

/* PRODUCTS LAYOUT - Two columns */
.products-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
}

/* LEFT COLUMN - Pigmo */
.pigmo-money {
    width: 350px;
    flex-shrink: 0;
}

.pigmo-money img {
    width: 100%;
    height: auto;
}

/* RIGHT COLUMN - Product cards container */
.products-right {
    flex: 1;
    display: flex;
    gap: 20px;
}

/* PRODUCT COLUMNS */
.product-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.col-2 {
    margin-top: 0px;
}

/* PRODUCT CARDS */
.product-card {
    width: 305px;
    background-color: #f5f7fa;
    border-radius: 12px;
    padding: 28px;
}

.product-card.small {
    height: 206px;
}

.product-card.tall {
    height: 318px;
    padding-top: 72px;
}

.product-card h3 {
    font-family: 'Vectora Bold', sans-serif;
    font-size: 20px;
    color: #6ab235;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
    text-align: center;
}

.product-card p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 17px;
    line-height: 1.5em;
    text-align: justify;
    margin-bottom: 15px;
}

.product-card a {
    font-family: 'Vectora Bold', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #6ab235;
    text-decoration: none;
    display: block;
    text-align: right;
}

.product-card a:hover {
    color: #6ab235;
}

/* HOW IT WORKS SECTION */
.how-it-works {
    padding: 80px 0;
    background-color: #ffffff;
}

.how-it-works-container {
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    gap: 180px;
    align-items: flex-start;
}

/* LEFT COLUMN */
.how-left {
    flex: 1;
    max-width: 560px;
}

.how-left .pre-heading {
    font-family: 'Vectora Bold', sans-serif;
    font-size: 22px;
    color: #6ab235;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.how-left h2 {
    font-family: 'Vectora Black', sans-serif;
    font-size: 48px;
    letter-spacing: -0.05em;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 24px;
}

.how-left h2 .green {
    color: #6ab235;
}

.how-left .intro-text {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 32px;
}

.how-left .cta-button {
    display: inline-block;
    background: #7be42f;
    color: #000000;
    font-weight: 900;
    padding: 13px 42px;
    border-radius: 28px;
    text-decoration: none;
    font-family: 'Vectora Roman', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: -0.04em;
}

.how-left .cta-button:hover {
    background: #000000;
    color: #ffffff;
}

/* RIGHT COLUMN - Steps */
.how-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 38px;
    max-width: 490px;
}

.step {
    display: flex;
    align-items: flex-start;
    gap: 28px;
}

.step img {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
}

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

.step-content h3 u {
    text-decoration: underline;
    color: #6ab235;
}

.step-content p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 17px;
    line-height: 1.5;
    text-align: justify;
}

/* FUNDABILITY CALLOUT */
.fundability-callout {
    padding: 80px 0;
    background-color: #ffffff;
    align-items: last baseline;
}

.fundability-container {
    max-width: 980px;
    margin: 0 auto;
    background-color: #f5f7fa;
    border-radius: 42px;
    padding: 50px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.fundability-left {
    flex: 1;
    max-width: 400px;
}

.fundability-left p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 17px;
    line-height: 1.5em;
    margin-bottom: 12px;
}

.fundability-left .cta-button {
    display: inline-block;
    padding: 13px 42px;
}

.fundability-right {
    flex: 1;
    max-width: 400px;
}

.fundability-right h2 {
    font-family: 'Vectora Black', sans-serif;
    font-size: 38px;
    letter-spacing: -0.06em;
    line-height: 1.1;
    color: #000000;
}

.fundability-right h2 .green {
    color: #6ab235;
}

.fundability-right h2 em {
    font-style: italic;
}

/* WHAT IT'S FOR SECTION */
.what-its-for {
    padding: 80px 0;
    background-color: #ffffff;
}

.what-its-for-container {
    max-width: 980px;
    margin: 0 auto;
    text-align: left;
}

.what-its-for .pre-heading {
    font-family: 'Vectora Bold', sans-serif;
    font-size: 22px;
    color: #6ab235;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.what-its-for h2 {
    font-family: 'Vectora Black', sans-serif;
    font-size: 50px;
    letter-spacing: -0.05em;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 24px;
}

.what-its-for h2 .green {
    color: #6ab235;
}

.what-its-for .intro-text {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 18px;
    text-align: justify;
    line-height: 1.7;
    max-width: 700px;
    margin-bottom: 50px;
    margin-left: 0px;
}

/* USECASE GRID */
.usecase-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 60px;
    max-width: 700px;
    margin: 0 auto 50px auto;
}

.usecase-item {
    text-align: left;
}

.usecase-item img {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
}

.usecase-item p {
    font-family: 'Vectora Bold', sans-serif;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #000000;
    display: flexbox;
}

.what-its-for .cta-button {
    display: inline-block;
    margin: 0 auto;
    display: block;
    width: fit-content;
    padding: 13px 42px;
}

/* TESTIMONIALS SECTION */
.testimonials {
    padding: 80px 0;
    background-color: #ffffff;
}

.testimonials-container {
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
}

.testimonials .pre-heading {
    font-family: 'Vectora Bold', sans-serif;
    font-size: 22px;
    color: #6ab235;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: absolute;
    margin-left: -600px;
}

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

.testimonials h2 .green {
    color: #6ab235;
}

.testimonials-card {
    background-color: #f5f7fa;
    border-radius: 12px;
    padding: 50px 60px;
    display: flex;
    gap: 100px;
    margin-bottom: 40px;
}

.testimonial {
    flex: 1;
    text-align: left;
}

.testimonial .stars {
    color: #6ab235;
    font-size: 24px;
    margin-bottom: 16px;
    letter-spacing: 2px;
}

.testimonial .quote {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 20px;
    color: #000000;
}

.testimonial .author {
    font-family: 'Vectora Bold', sans-serif;
    font-size: 20px;
    letter-spacing: -0.03em;
    color: #6ab235;
    text-align: right;
}

.testimonials-footer {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 18px;
    color: #000000;
    margin-top: 65px;
    margin-right: -650px;
}

.testimonials-footer a {
    color: #6ab235;
    text-decoration: underline;
}

.testimonials-footer a:hover {
    color: #000000;
}

/* FINAL CTA SECTION */
.final-cta {
    padding: 80px 0;
    background-color: #ffffff;
}

.final-cta-container {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

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

.final-cta h2 .green {
    color: #6ab235;
}

.final-cta-content {
    margin-bottom: 40px;
}

.final-cta-intro {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 0px;
    max-width: 685px;
}

.final-cta-bottom {
    display: flex;
    align-items: top;
    margin-top: 20px;
    gap: 10px;
}

.final-cta-text {
    flex: 1;
    text-align: justify;
}

.final-cta-text p {
    font-family: 'Vectora Roman', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.final-cta-text p:last-child {
    margin-bottom: 0;
}

.final-cta-pigmo {
    flex-shrink: 0;
}

.final-cta-pigmo img {
    width: 470px;
    height: auto;
    margin-top: -85px;
}

.final-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 28px;
}

.cta-button.black {
    background: #000000;
    color: #ffffff;
    text-decoration: none;
}

.cta-button.black:hover {
    background: #000000;
    color: #ffffff;
}