/* Shared styles for marketing feature pages (scheduling, invoicing, etc.) */

.fp-hero-section {
    background-image: url('Hero-BG-c069f2fdae4af7b9e9a541055c846dbf.svg');
    background-position: 50% 0%;
    background-size: cover;
    padding-bottom: 60px;
}

.fp-hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 0;
}

.fp-hero-text {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.fp-hero-heading {
    color: #fff;
    font-size: 52px;
    line-height: 58px;
    font-weight: 900;
    margin-bottom: 8px;
    font-family: Gilroy, sans-serif;
}

.fp-hero-subheading {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: Gilroy, sans-serif;
    margin-top: 16px;
}

.fp-cta-row {
    display: flex;
    gap: 16px;
    margin-top: 32px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.fp-cta-row .app-store {
    height: 48px;
    width: auto;
}

.fp-pricing-link {
    margin-top: 16px;
    text-align: center;
}

.fp-pricing-link a {
    font-family: Gilroy, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: underline;
    opacity: 0.9;
}

.fp-pricing-link a:hover {
    opacity: 1;
}

.fp-pricing-link.dark a {
    color: #1f2237;
}

.fp-cta-row-full .fp-btn {
    flex: 1 1 0;
    min-width: 180px;
}

.fp-btn {
    display: inline-block;
    padding: 14px 0;
    width: 220px;
    border-radius: 5px;
    font-family: Gilroy, sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
}

.fp-btn-primary {
    background-color: #7dbb59;
    color: #fff;
}

.fp-btn-primary:hover {
    background-color: #6aa648;
    color: #fff;
}

.fp-btn-secondary {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.fp-btn-secondary:hover {
    background-color: rgba(255,255,255,0.15);
    color: #fff;
}

.fp-btn-secondary.dark {
    color: #1f2237;
    border-color: #1f2237;
}

.fp-btn-secondary.dark:hover {
    background-color: rgba(31,34,55,0.08);
    color: #1f2237;
}

.fp-hero-screenshot {
    margin-top: 40px;
    text-align: center;
}

.fp-hero-screenshot img {
    max-width: 300px;
    width: 45%;
    border-radius: 12px;
}

/* Section headings */
.fp-section-heading {
    font-family: Gilroy, sans-serif;
    font-size: 34px;
    font-weight: 900;
    color: #1f2237;
    line-height: 1.2em;
    margin-bottom: 16px;
}

.fp-section-heading.centre {
    text-align: center;
}

.fp-section-heading.white {
    color: #fff;
}

.fp-section-subtext {
    font-family: Gilroy, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #555;
    line-height: 1.6em;
}

/* Value props */
.fp-value-props {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 64px 0;
    flex-wrap: wrap;
}

.fp-value-prop {
    text-align: center;
    max-width: 280px;
    flex: 1;
    min-width: 220px;
}

.fp-value-prop-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 12px;
}

.fp-value-prop-icon-wide {
    height: 56px;
    margin-bottom: 12px;
}

.fp-value-prop h3 {
    font-family: Gilroy, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1f2237;
    margin-bottom: 8px;
}

.fp-value-prop p {
    font-family: Gilroy, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #555;
    line-height: 22px;
}

/* Intro section (heading + body text) */
.fp-intro-section {
    padding: 64px 0 0;
}

.fp-intro-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.fp-intro-content p {
    font-family: Gilroy, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #555;
    line-height: 1.6em;
    margin-top: 12px;
}

/* Pain points */
.fp-pain-section {
    background-color: #f7f7f7;
    padding: 64px 0;
}

.fp-pain-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.fp-pain-content p {
    font-family: Gilroy, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #555;
    line-height: 1.6em;
    margin-bottom: 24px;
}

.fp-pain-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}

.fp-pain-list li {
    font-family: Gilroy, sans-serif;
    font-size: 18px;
    color: #555;
    padding: 10px 0;
    line-height: 1.5em;
}

.fp-pain-list li::before {
    content: "\2717";
    color: #e55;
    margin-right: 12px;
    font-weight: 700;
}

.fp-pain-footer {
    font-family: Gilroy, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #1f2237;
}

/* How it works */
.fp-how-section {
    padding: 64px 0;
}

.fp-steps {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
}

.fp-step {
    text-align: center;
    flex: 1;
    min-width: 180px;
    max-width: 200px;
}

.fp-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #7dbb59;
    color: #fff;
    font-family: Gilroy, sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
}

.fp-step p {
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #1f2237;
    line-height: 1.4em;
}

/* Social proof */
.fp-social-section {
    background-color: #f7f7f7;
    padding: 64px 0;
}

.fp-social-section h3 {
    font-family: Gilroy, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #1f2237;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.4em;
}

/* Team section */
.fp-team-section {
    padding: 64px 0;
}

.fp-team-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

/* Cross-links section */
.fp-crosslinks-section {
    background-color: #f7f7f7;
    padding: 64px 0;
}

.fp-crosslinks {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.fp-crosslink-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    padding: 24px 16px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    text-decoration: none;
    font-family: Gilroy, sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #1f2237;
    transition: box-shadow 0.2s, transform 0.2s;
}

.fp-crosslink-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.14);
    transform: translateY(-2px);
    color: #7dbb59;
}

/* Bottom CTA */
.fp-cta-section {
    background-color: #F35E33;
    background-image: url('Pricing-BG-ab6f1c8ef5d345a233ca31154472b967.svg');
    background-position: center center;
    background-size: 200% 400%;
    background-repeat: no-repeat;
    padding: 64px 0;
    overflow: hidden;
}

.fp-cta-content {
    text-align: center;
}

.fp-cta-content h2,
.fp-cta-content h3 {
    font-family: Gilroy, sans-serif;
    font-weight: 900;
    color: #fff;
    margin-bottom: 12px;
}

.fp-cta-content h2 {
    font-size: 34px;
}

.fp-cta-content h3 {
    font-size: 28px;
}

.fp-cta-content p {
    font-family: Gilroy, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: rgba(255,255,255,0.9);
    line-height: 1.6em;
    max-width: 600px;
    margin: 0 auto 32px;
}

/* Payment methods (two-column) */
.fp-payment-methods {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    margin-top: 48px;
}

.fp-payment-method {
    flex: 1;
    min-width: 280px;
    max-width: 420px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 32px;
    text-align: left;
}

.fp-payment-method h3 {
    font-family: Gilroy, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1f2237;
    margin-bottom: 8px;
}

.fp-payment-method p {
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    line-height: 1.5em;
    margin-bottom: 16px;
}

.fp-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fp-check-list li {
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    color: #555;
    padding: 6px 0;
    line-height: 1.4em;
}

.fp-check-list li::before {
    content: "\2713";
    color: #7dbb59;
    margin-right: 10px;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 767px) {
    .fp-hero-section {
        padding-bottom: 24px;
    }

    .fp-hero-heading {
        font-size: 34px;
        line-height: 40px;
    }

    .fp-hero-subheading {
        font-size: 17px;
        line-height: 26px;
    }

    .fp-cta-row {
        flex-direction: column;
        align-items: center;
    }

    .fp-btn {
        width: 100%;
        max-width: 320px;
    }

    .fp-intro-section,
    .fp-pain-section,
    .fp-how-section,
    .fp-team-section,
    .fp-social-section,
    .fp-crosslinks-section,
    .fp-cta-section {
        padding: 32px 0;
    }

    .fp-intro-section {
        padding-top: 32px;
        padding-bottom: 0;
    }

    .fp-value-props {
        flex-direction: column;
        align-items: center;
        gap: 24px;
        padding: 24px 20px;
    }

    .fp-payment-methods {
        margin-top: 24px;
    }

    .fp-section-heading {
        font-size: 26px;
    }

    .fp-steps {
        flex-direction: column;
        align-items: center;
    }

    .fp-step {
        max-width: 280px;
    }

    .fp-crosslinks {
        flex-direction: column;
        align-items: center;
    }

    .fp-crosslink-card {
        width: 100%;
        max-width: 320px;
    }

    .fp-payment-methods {
        flex-direction: column;
        align-items: center;
    }

    .fp-payment-method {
        max-width: 100%;
    }

    .fp-cta-content h2 {
        font-size: 26px;
    }

    .fp-cta-content h3 {
        font-size: 22px;
    }
}

