/* Fairway & Fore marketing site */

.ff-mkt-body {
    background: var(--ff-white);
    color: var(--ff-navy);
}

.ff-mkt-body main {
    overflow-x: hidden;
}

/* Nav */
.ff-mkt-nav {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--ff-border);
}

.ff-mkt-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 4.75rem;
    padding-block: 0.65rem;
}

.ff-mkt-logo {
    height: 3.25rem;
    width: auto;
    max-width: 14rem;
}

.ff-mkt-nav-links {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1.25rem;
}

.ff-mkt-nav-links a {
    color: var(--ff-navy);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9375rem;
}

.ff-mkt-nav-links a:hover {
    color: var(--ff-green);
}

.ff-mkt-nav-actions {
    display: none;
    align-items: center;
    gap: 0.5rem;
}

.ff-mkt-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--ff-border);
    border-radius: var(--ff-radius-sm);
    background: var(--ff-white);
    color: var(--ff-navy);
}

.ff-mkt-nav-drawer {
    display: none;
    border-top: 1px solid var(--ff-border);
    padding: 1rem 0 1.25rem;
}

.ff-mkt-nav-drawer.is-open {
    display: block;
}

.ff-mkt-nav-drawer ul {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

.ff-mkt-nav-drawer a {
    display: flex;
    min-height: 44px;
    align-items: center;
    color: var(--ff-navy);
    text-decoration: none;
    font-weight: 500;
}

.ff-mkt-drawer-actions {
    display: grid;
    gap: 0.75rem;
}

@media (min-width: 992px) {
    .ff-mkt-nav-links,
    .ff-mkt-nav-actions {
        display: flex;
    }

    .ff-mkt-nav-toggle,
    .ff-mkt-nav-drawer {
        display: none !important;
    }
}

/* Hero */
.ff-mkt-hero {
    position: relative;
    min-height: min(72vh, 42rem);
    display: flex;
    align-items: center;
    color: var(--ff-white);
    background: var(--ff-navy);
    overflow: hidden;
}

.ff-mkt-hero-media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 35%;
    transform: scale(1.03);
}

.ff-mkt-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(15, 27, 45, 0.5) 0%, rgba(15, 27, 45, 0.78) 55%, rgba(15, 27, 45, 0.92) 100%),
        linear-gradient(90deg, rgba(15, 27, 45, 0.82) 0%, rgba(15, 27, 45, 0.45) 55%, rgba(15, 27, 45, 0.35) 100%);
}

.ff-mkt-hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 3rem 0 2.75rem;
}

.ff-mkt-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.85rem;
    border: 1px solid rgba(140, 198, 63, 0.45);
    border-radius: 999px;
    background: rgba(46, 125, 50, 0.15);
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ff-green-mid);
    margin-bottom: 1rem;
}

.ff-mkt-hero-headline {
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin-bottom: 1rem;
    color: var(--ff-white);
    max-width: 14ch;
}

.ff-mkt-hero-headline--rotate {
    max-width: none;
}

.ff-mkt-hero-rotate {
    display: block;
}

.ff-mkt-hero-rotate-viewport {
    display: block;
    overflow: hidden;
    min-height: 2.35em;
}

.ff-mkt-hero-rotate-text {
    display: block;
    color: var(--ff-green-mid);
    text-shadow: 0 2px 24px rgba(140, 198, 63, 0.35);
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.42s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.42s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, opacity;
}

.ff-mkt-hero-rotate.is-exiting .ff-mkt-hero-rotate-text {
    transform: translateY(-108%);
    opacity: 0;
}

.ff-mkt-hero-rotate.is-entering .ff-mkt-hero-rotate-text {
    transform: translateY(108%);
    opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
    .ff-mkt-hero-rotate-text {
        transition: none;
    }
}

.ff-mkt-hero-support {
    font-size: 1.0625rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.82);
    max-width: 32rem;
    margin-bottom: 1.5rem;
}

.ff-mkt-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.ff-mkt-hero-actions .btn-outline-light {
    --bs-btn-color: #fff;
    --bs-btn-border-color: rgba(255, 255, 255, 0.45);
    --bs-btn-hover-bg: rgba(255, 255, 255, 0.12);
    --bs-btn-hover-border-color: #fff;
    border-radius: 999px;
    font-weight: 600;
}

.ff-mkt-trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ff-mkt-trust-strip li {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.25rem 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.8125rem;
    font-weight: 600;
}

.ff-mkt-hero-visual {
    display: flex;
    justify-content: center;
}

/* Sections */
.ff-mkt-section {
    padding: 4rem 0;
}

.ff-mkt-section-alt {
    background: var(--ff-bg);
}

.ff-mkt-section-title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    text-align: center;
    margin-bottom: 0.75rem;
}

.ff-mkt-section-lead {
    text-align: center;
    color: var(--ff-muted);
    font-size: 1.0625rem;
    max-width: 42rem;
    margin: 0 auto 2.5rem;
}

/* Feature cards */
.ff-mkt-card {
    height: 100%;
    background: var(--ff-white);
    border: 1px solid var(--ff-border);
    border-radius: var(--ff-radius);
    padding: 1.35rem;
    box-shadow: var(--ff-shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ff-mkt-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(15, 27, 45, 0.1);
}

.ff-mkt-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.5rem;
    background: var(--ff-green-light);
    color: var(--ff-green);
    font-size: 0.75rem;
    font-weight: 800;
    margin-bottom: 0.85rem;
}

.ff-mkt-card h3 {
    font-size: 1.0625rem;
    margin-bottom: 0.5rem;
}

.ff-mkt-card p {
    color: var(--ff-muted);
    font-size: 0.9375rem;
    margin: 0;
}

.ff-mkt-benefit {
    background: var(--ff-white);
    border: 1px solid var(--ff-border);
    border-radius: var(--ff-radius);
    padding: 1.25rem 1.35rem;
    height: 100%;
}

.ff-mkt-benefit h3 {
    font-size: 1rem;
    margin-bottom: 0.35rem;
}

.ff-mkt-benefit p {
    color: var(--ff-muted);
    font-size: 0.9375rem;
}

/* Phone mockups */
.ff-mkt-phone {
    width: 100%;
    max-width: 11rem;
    margin: 0 auto;
    background: var(--ff-navy);
    border-radius: 1.35rem;
    padding: 0.35rem;
    box-shadow: 0 20px 50px rgba(15, 27, 45, 0.35);
}

.ff-mkt-phone--large {
    max-width: 14rem;
}

.ff-mkt-phone-notch {
    width: 3rem;
    height: 0.25rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    margin: 0.35rem auto 0.5rem;
}

.ff-mkt-phone-header {
    background: var(--ff-navy);
    padding: 0.35rem 0.5rem 0.5rem;
    text-align: center;
}

.ff-mkt-phone-header-title {
    font-size: 0.6875rem;
    font-weight: 700;
    color: var(--ff-white);
}

.ff-mkt-phone-body {
    background: var(--ff-bg);
    border-radius: 0.85rem;
    min-height: 9rem;
    overflow: hidden;
}

.ff-mkt-phone--large .ff-mkt-phone-body {
    min-height: 11rem;
}

.ff-mkt-phone-nav {
    display: flex;
    justify-content: space-around;
    padding: 0.4rem 0.25rem 0.5rem;
    font-size: 0.5rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.45);
}

.ff-mkt-phone-nav .is-on {
    color: var(--ff-green-mid);
}

/* Screen content inside phone */
.ff-mkt-screen {
    padding: 0.65rem 0.5rem;
    font-size: 0.5625rem;
}

.ff-mkt-screen-join {
    text-align: center;
}

.ff-mkt-screen-icon {
    font-size: 1.25rem;
    margin-bottom: 0.35rem;
}

.ff-mkt-screen-label {
    color: var(--ff-muted);
    margin-bottom: 0.5rem;
}

.ff-mkt-code-boxes {
    display: flex;
    justify-content: center;
    gap: 0.25rem;
    margin-bottom: 0.65rem;
}

.ff-mkt-code-boxes span {
    width: 1.35rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ff-border);
    border-radius: 0.25rem;
    font-weight: 700;
    background: var(--ff-white);
}

.ff-mkt-screen-btn {
    background: var(--ff-green);
    color: #fff;
    border-radius: 999px;
    padding: 0.35rem;
    font-weight: 700;
}

.ff-mkt-today-title {
    font-weight: 800;
    font-size: 0.625rem;
    margin-bottom: 0.25rem;
}

.ff-mkt-live {
    display: inline-block;
    background: var(--ff-green);
    color: #fff;
    font-size: 0.45rem;
    padding: 0.1rem 0.3rem;
    border-radius: 999px;
    margin-left: 0.2rem;
    vertical-align: middle;
}

.ff-mkt-today-meta {
    color: var(--ff-muted);
    margin-bottom: 0.5rem;
}

.ff-mkt-today-btn-primary {
    background: var(--ff-green);
    color: #fff;
    text-align: center;
    border-radius: 999px;
    padding: 0.4rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.ff-mkt-today-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.25rem;
}

.ff-mkt-today-btn-sm {
    border: 1px solid var(--ff-green);
    color: var(--ff-green);
    text-align: center;
    border-radius: 999px;
    padding: 0.3rem;
    font-weight: 600;
}

.ff-mkt-score-meta {
    text-align: center;
    color: var(--ff-muted);
    margin-bottom: 0.35rem;
}

.ff-mkt-score-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 0.35rem;
}

.ff-mkt-score-btn {
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid var(--ff-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--ff-green);
}

.ff-mkt-score-val {
    font-size: 1.25rem;
    font-weight: 800;
}

.ff-mkt-score-total {
    text-align: center;
    font-size: 0.5rem;
    color: var(--ff-muted);
    margin-bottom: 0.35rem;
}

.ff-mkt-points-row {
    display: flex;
    justify-content: center;
    gap: 0.2rem;
}

.ff-mkt-point {
    width: 1.1rem;
    height: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ff-border);
    border-radius: 0.2rem;
    font-weight: 700;
}

.ff-mkt-point.is-on {
    background: var(--ff-green);
    color: #fff;
    border-color: var(--ff-green);
}

.ff-mkt-lb-head,
.ff-mkt-lb-row {
    display: grid;
    grid-template-columns: 1.5rem 1fr 1.5rem;
    gap: 0.25rem;
    padding: 0.2rem 0;
    font-size: 0.5rem;
}

.ff-mkt-lb-head {
    font-weight: 700;
    color: var(--ff-muted);
    text-transform: uppercase;
    font-size: 0.45rem;
}

.ff-mkt-lb-row.is-you {
    background: var(--ff-green-light);
    border-radius: 0.25rem;
    font-weight: 700;
}

/* Screenshot section */
.ff-mkt-overview-shot {
    border-radius: var(--ff-radius);
    overflow: hidden;
    box-shadow: var(--ff-shadow);
    border: 1px solid var(--ff-border);
    background: var(--ff-white);
    padding: 1rem;
}

.ff-mkt-overview-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: calc(var(--ff-radius) - 0.25rem);
}

.ff-mkt-shot-card {
    text-align: center;
}

.ff-mkt-shot-title {
    font-size: 0.9375rem;
    font-weight: 700;
    margin: 1rem 0 0.35rem;
}

.ff-mkt-shot-caption {
    font-size: 0.8125rem;
    color: var(--ff-muted);
    margin: 0;
    line-height: 1.45;
}

/* Steps */
.ff-mkt-step {
    text-align: center;
    padding: 1.5rem 1rem;
}

.ff-mkt-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: var(--ff-green);
    color: #fff;
    font-weight: 800;
    font-size: 0.8125rem;
    margin-bottom: 1rem;
}

.ff-mkt-step h3 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}

.ff-mkt-step p {
    color: var(--ff-muted);
    font-size: 0.9375rem;
}

/* FAQ */
.ff-mkt-faq .accordion-item {
    border-color: var(--ff-border);
    border-radius: var(--ff-radius-sm) !important;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.ff-mkt-faq .accordion-button {
    font-weight: 600;
    color: var(--ff-navy);
    box-shadow: none;
}

.ff-mkt-faq .accordion-button:not(.collapsed) {
    background: var(--ff-green-light);
    color: var(--ff-navy);
}

/* CTA */
.ff-mkt-cta {
    background: var(--ff-navy);
    color: var(--ff-white);
    padding: 4rem 0;
    text-align: center;
}

.ff-mkt-cta h2 {
    color: var(--ff-white);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.ff-mkt-cta p {
    color: rgba(255, 255, 255, 0.8);
    max-width: 32rem;
    margin: 0 auto 1.5rem;
}

.ff-mkt-cta .btn-outline-light {
    --bs-btn-color: #fff;
    --bs-btn-border-color: rgba(255, 255, 255, 0.45);
    --bs-btn-hover-bg: rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    font-weight: 600;
}

.ff-mkt-cta-note {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 1.25rem;
    margin-bottom: 0;
}

/* Footer */
.ff-mkt-footer {
    background: var(--ff-bg);
    border-top: 1px solid var(--ff-border);
    padding: 3rem 0 1.5rem;
}

.ff-mkt-footer-logo {
    height: 2.75rem;
    width: auto;
    max-width: 12rem;
}

.ff-mkt-footer-heading {
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.75rem;
}

.ff-mkt-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ff-mkt-footer-links a {
    color: var(--ff-muted);
    text-decoration: none;
    font-size: 0.9375rem;
    line-height: 2;
}

.ff-mkt-footer-links a:hover {
    color: var(--ff-green);
}

.ff-mkt-footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--ff-border);
    font-size: 0.8125rem;
    color: var(--ff-muted);
}
