:root {
    --fit-green: #006c49;
    --fit-accent: #10B981;
    --fit-ink: #1C1C1E;
    --fit-heading: #000000;
    --fit-muted: #5d665f;
    --fit-secondary: #45464c;
    --fit-border: #e2e6df;
    --fit-bg: #fff;
    --fit-light: #eeeef0;
}

body {
    background: var(--fit-bg);
    color: var(--fit-ink);
    font-family: "Hanken Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
}

.site-header {
    background: rgba(248, 250, 245, 0.94);
    border-bottom: 1px solid var(--fit-border);
    backdrop-filter: blur(14px);
}

.navbar {
    min-height: 76px;
}

.navbar-brand {
    color: var(--fit-ink);
    font-size: 1.2rem;
    font-weight: 800;
}

.navbar-brand:hover,
.nav-link:hover {
    color: var(--fit-green);
}

.nav-link {
    color: #303531;
    font-size: 0.97rem;
    font-weight: 100;
    padding-inline: 1rem !important;
}

.account-link {
    color: var(--fit-muted);
}

.account-link:hover {
    border-color: var(--fit-green);
    color: var(--fit-green);
}

.btn-fit-dark,
.btn-fit-outline {
    font-weight: 700;
    padding: 1rem 2.25rem;
}

.btn-fit-dark {
    background: var(--fit-ink);
    border-color: var(--fit-ink);
    color: #fff;
}

.btn-fit-dark:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.btn-fit-outline {
    background: transparent;
    border: 1px solid #bfc8bf;
    color: var(--fit-ink);
}

.btn-fit-outline:hover {
    border-color: #e5e5e7;
    background-color: var(--fit-light);
}

.hero {
    padding: clamp(5.5rem, 12vw, 10rem) 0 clamp(4.5rem, 12vw, 10rem);
}

.hero-badge {
    background: var(--fit-light);
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    color: #5f5e60;
    display: inline-flex;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 2rem;
}

.hero-title {
    color: var(--fit-ink);
    font-size: clamp(3rem, 8vw, 4rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 0.95;
    margin-bottom: 2rem;
    max-width: 900px;
}

.hero-subtitle {
    color: var(--fit-muted);
    font-size: clamp(1.1rem, 2vw, 1.125rem);
    font-weight: 400;
    line-height: 1.6;
    max-width: 600px;
}

.hero-actions {
    gap: 0.9rem;
    margin-top: 2.25rem;
}

.reality-section {
    background: linear-gradient(180deg, #fff 0%, #f8f9fa 100%);
    border-top: 1px solid #edf0ec;
}

.section-eyebrow {
    color: var(--fit-accent);
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    margin-bottom: 1rem;
}

.reality-title {
    color: var(--fit-heading);
    font-size: clamp(2.35rem, 5vw, 3rem);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    max-width: 780px;
}

.reality-copy {
    color: var(--fit-secondary);
    font-size: clamp(1.05rem, 1.7vw, 1.125rem);
    max-width: 650px;
}

.risk-statement {
    border-left: 2px solid #c6c6cd;
    padding-left: 1.5rem;
}

.risk-statement h3 {
    background: linear-gradient(135deg, #0f172a 0%, #006c49 48%, #10B981 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: clamp(2rem, 4vw, 2rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.05;
    margin-bottom: 1.25rem;
}

.risk-statement p {
    color: var(--fit-secondary);
    font-size: 1.05rem;
    line-height: 1.65;
    margin-bottom: 0;
}

.reality-card {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgb(198 198 205 / 0.3);
    border-radius: 1.35rem;
    box-shadow: 0 40px 40px -40px rgba(0, 0, 0, 0.04);
    height: 100%;
    padding: 1.65rem;
}

.reality-card-icon {
    align-items: center;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.18);
    border-radius: 1rem;
    color: var(--fit-green);
    display: inline-flex;
    font-size: 1.45rem;
    height: 52px;
    justify-content: center;
    margin-bottom: 1.35rem;
    width: 52px;
}

.reality-card h3 {
    color: var(--fit-heading);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
}

.reality-card p {
    color: var(--fit-secondary);
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .py-lg-6 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important;
    }
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        border-top: 1px solid var(--fit-border);
        padding: 1rem 0 1.25rem;
    }

    .nav-link {
        padding: 0.65rem 0 !important;
    }

    .reality-intro,
    .reality-title,
    .reality-copy {
        text-align: center;
    }

    .reality-title,
    .reality-copy {
        margin-inline: auto;
    }

    .risk-statement {
        border-left: 0;
        border-top: 4px solid var(--fit-accent);
        padding-left: 0;
        padding-top: 1.5rem;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .navbar {
        min-height: 68px;
    }

    .hero-actions {
        width: 100%;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .hero-badge {
        letter-spacing: 0.06em;
    }

    .reality-card {
        border-radius: 1rem;
        padding: 1.35rem;
    }
}

.method-section {
    background: #f8f9fa;
    border-top: 1px solid #edf0ec;
    overflow: hidden;
}

.method-intro {
    max-width: 760px;
}

.method-eyebrow,
.commitment-eyebrow {
    color: var(--fit-accent);
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.method-title,
.commitment-title {
    color: var(--fit-heading);
    font-size: clamp(2.35rem, 5vw, 3.75rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 1.25rem;
}

.method-subtitle {
    color: var(--fit-secondary);
    font-size: clamp(1.05rem, 1.7vw, 1.2rem);
    line-height: 1.65;
    max-width: 660px;
}

.method-timeline {
    margin-top: clamp(3rem, 7vw, 6rem);
    padding-block: 1rem;
}

.method-timeline-line {
    background: linear-gradient(180deg, rgba(16, 185, 129, 0), rgba(16, 185, 129, 0.4), rgba(16, 185, 129, 0));
    bottom: 1rem;
    left: 50%;
    position: absolute;
    top: 1rem;
    transform: translateX(-50%);
    width: 2px;
    z-index: 0;
}

.method-step {
    margin-bottom: clamp(3rem, 7vw, 6rem);
    position: relative;
    z-index: 1;
}

.method-step:last-child {
    margin-bottom: 0;
}

.method-step-content {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgb(198 198 205 / 0.28);
    border-radius: 1.5rem;
    box-shadow: 0 40px 60px -45px rgba(0, 0, 0, 0.18);
    padding: clamp(1.5rem, 3vw, 2.25rem);
    position: relative;
}

.method-step-copy {
    position: relative;
}

.method-step-content h3 {
    color: var(--fit-heading);
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.method-step-content p {
    color: var(--fit-secondary);
    font-size: 1.02rem;
    line-height: 1.7;
    margin-bottom: 1.35rem;
    position: relative;
    z-index: 1;
}

.method-step-number {
    color: rgba(25, 28, 29, 0.08);
    flex: 0 0 auto;
    font-family: "Hanken Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(56px, 8vw, 96px);
    font-weight: 800;
    line-height: 0.85;
    min-width: 70px;
}

.method-step-text {
    position: relative;
    z-index: 1;
}

.method-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    position: relative;
    z-index: 1;
}

.method-tag {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.18);
    border-radius: 999px;
    color: var(--fit-green);
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 800;
    padding: 0.48rem 0.85rem;
}

.method-visual-card {
    background: #ffffff;
    border: 1px solid rgba(198, 198, 205, 0.45);
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    padding: 8px;
}

.method-step-image {
    aspect-ratio: 16 / 9;
    background:
        radial-gradient(circle at 18% 20%, rgba(16, 185, 129, 0.2), transparent 32%),
        linear-gradient(135deg, #f3f4f5, #e7e8e9);
    border-radius: 18px;
    display: block;
    object-fit: cover;
    width: 100%;
}

.method-step-image[src=""],
.method-step-image:not([src]) {
    background: linear-gradient(135deg, #f3f4f5, #e7e8e9);
}

/* .commitment-card {
    background: #ffffff;
    border: 1px solid rgb(198 198 205 / 0.3);
    border-radius: 1.75rem;
    box-shadow: 0 45px 80px -60px rgba(0, 0, 0, 0.25);
    margin-top: clamp(3rem, 7vw, 6rem);
    padding: clamp(1.75rem, 4vw, 3rem);
}

.commitment-card p {
    color: var(--fit-secondary);
    font-size: 1.08rem;
    line-height: 1.7;
}

.commitment-feature {
    align-items: flex-start;
    background: #f8f9fa;
    border: 1px solid rgb(198 198 205 / 0.28);
    border-radius: 1.25rem;
    display: flex;
    gap: 1rem;
    height: 100%;
    padding: 1.25rem;
}

.commitment-feature-icon {
    align-items: center;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.18);
    border-radius: 0.95rem;
    color: var(--fit-green);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 1.35rem;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.commitment-feature h3 {
    color: var(--fit-heading);
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 0.35rem;
}

.commitment-feature p {
    font-size: 0.98rem;
    line-height: 1.5;
    margin-bottom: 0;
} */

@media (max-width: 767.98px) {
    .method-intro {
        text-align: center;
    }

    .method-step-copy {
        gap: 1rem !important;
    }

    .method-step-content {
        text-align: left;
    }

    .method-step-number {
        font-size: 56px;
        min-width: 48px;
    }

    .method-step-copy,
    .method-step-text {
        text-align: left;
    }

    .method-visual-card {
        border-radius: 20px;
    }
}

@media (max-width: 575.98px) {
    .method-title,
    .commitment-title {
        font-size: clamp(2.15rem, 12vw, 3rem);
    }

    .method-tags {
        gap: 0.5rem;
    }

    .commitment-feature {
        flex-direction: column;
    }
}

.pricing-section {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
    border-top: 1px solid #edf0ec;
}

.pricing-intro {
    max-width: 780px;
}

.pricing-intro h2,
.pricing-support-copy h2 {
    color: var(--fit-heading);
    font-size: clamp(2.35rem, 5vw, 3.75rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 1.25rem;
}

.pricing-intro p,
.pricing-support-copy p {
    color: var(--fit-secondary);
    font-size: clamp(1.05rem, 1.7vw, 1.2rem);
    line-height: 1.65;
    margin-bottom: 0;
}

.pricing-card {
    background: #ffffff;
    border: 1px solid rgb(198 198 205 / 0.38);
    border-radius: 1.75rem;
    box-shadow: 0 35px 70px -58px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    padding: clamp(1.5rem, 3vw, 2.35rem);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.pricing-card:hover {
    border-color: rgba(16, 185, 129, 0.32);
    box-shadow: 0 42px 80px -58px rgba(0, 0, 0, 0.35);
    transform: translateY(-3px);
}

.pricing-card-featured {
    border-color: rgba(16, 185, 129, 0.38);
    box-shadow: 0 40px 80px -55px rgba(0, 108, 73, 0.28);
}

.pricing-card-header h3 {
    color: var(--fit-heading);
    font-size: clamp(1.8rem, 3vw, 2.35rem);
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 0.65rem;
}

.pricing-card-header p,
.pricing-description {
    color: var(--fit-secondary);
    font-size: 1.02rem;
    line-height: 1.62;
    margin-bottom: 0;
}

.pricing-price {
    color: var(--fit-heading);
    font-size: clamp(2.4rem, 5vw, 4rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 1.1rem;
}

.pricing-price span {
    color: var(--fit-muted);
    font-size: 1rem;
    font-weight: 600;
}

.pricing-badge {
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.22);
    border-radius: 999px;
    color: var(--fit-green);
    flex: 0 0 auto;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    padding: 0.45rem 0.78rem;
    text-transform: uppercase;
}

.pricing-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 1.5rem 0;
}

.pricing-tag {
    background: #f8f9fa;
    border: 1px solid rgb(198 198 205 / 0.35);
    border-radius: 999px;
    color: var(--fit-secondary);
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 0.45rem 0.8rem;
}

.pricing-included {
    border-top: 1px solid rgb(198 198 205 / 0.28);
    margin-top: 0.35rem;
    padding-top: 1.45rem;
}

.pricing-included h4 {
    color: var(--fit-heading);
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.pricing-feature-list {
    display: grid;
    gap: 0.85rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricing-feature-list li {
    align-items: flex-start;
    color: var(--fit-secondary);
    display: flex;
    font-size: 0.98rem;
    gap: 0.65rem;
    line-height: 1.45;
}

.pricing-feature-list i {
    color: var(--fit-accent);
    flex: 0 0 auto;
    font-size: 1.1rem;
    line-height: 1.35;
}

.pricing-btn {
    border-radius: 999px;
    font-weight: 800;
    margin-top: auto;
    padding: 0.95rem 1.25rem;
}

.pricing-btn-outline {
    background: transparent;
    border: 1px solid #bfc8bf;
    color: var(--fit-heading);
}

.pricing-btn-outline:hover {
    background: var(--fit-light);
    border-color: #e5e5e7;
    color: var(--fit-heading);
}

.pricing-btn-dark {
    background: var(--fit-ink);
    border-color: var(--fit-ink);
    color: #fff;
}

.pricing-btn-dark:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

/* .pricing-support {
    margin-top: clamp(3rem, 7vw, 6rem);
}

.pricing-support-copy {
    background: #ffffff;
    border: 1px solid rgb(198 198 205 / 0.28);
    border-radius: 1.5rem;
    height: 100%;
    padding: clamp(1.5rem, 3vw, 2.35rem);
}

.pricing-support-card {
    background: #ffffff;
    border: 1px solid rgb(198 198 205 / 0.32);
    border-radius: 1.5rem;
    box-shadow: 0 35px 70px -60px rgba(0, 0, 0, 0.25);
    padding: clamp(1.35rem, 2.5vw, 2rem);
}

.pricing-support-icon {
    align-items: center;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.18);
    border-radius: 1rem;
    color: var(--fit-green);
    display: inline-flex;
    font-size: 1.45rem;
    height: 54px;
    justify-content: center;
    margin-bottom: 1.35rem;
    width: 54px;
}

.pricing-support-card h3 {
    color: var(--fit-heading);
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.pricing-support-card p {
    color: var(--fit-secondary);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .pricing-support-copy {
        text-align: center;
    }
} */

@media (max-width: 575.98px) {
    .pricing-card .d-flex.justify-content-between {
        align-items: flex-start !important;
        flex-direction: column;
    }

    .pricing-intro h2,
    .pricing-support-copy h2 {
        font-size: clamp(2.15rem, 12vw, 3rem);
    }
}

.story-section {
    background: #ffffff;
    border-top: 1px solid #edf0ec;
    position: relative;
}

.story-section::before {
    background: radial-gradient(circle at 85% 20%, rgba(16, 185, 129, 0.08), transparent 34%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.story-section .container {
    position: relative;
    z-index: 1;
}

.story-copy {
    max-width: 620px;
}

.story-copy h2 {
    color: var(--fit-heading);
    font-size: clamp(2.35rem, 5vw, 3.75rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 1.35rem;
}

.story-copy p {
    color: var(--fit-secondary);
    font-size: clamp(1.05rem, 1.7vw, 1.16rem);
    line-height: 1.7;
    margin-bottom: 1.1rem;
}

.story-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.story-primary-btn {
    background: var(--fit-ink);
    border: 1px solid var(--fit-ink);
    border-radius: 999px;
    color: #ffffff;
    font-weight: 800;
    padding: 0.95rem 1.5rem;
}

.story-primary-btn:hover {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
}

.story-link {
    color: var(--fit-green);
    font-weight: 800;
    text-decoration: none;
}

.story-link:hover {
    color: var(--fit-accent);
}

.story-image-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8faf7 100%);
    border: 1px solid rgba(226, 230, 223, 0.95);
    border-radius: 2.25rem;
    box-shadow: 0 34px 90px -72px rgba(0, 0, 0, 0.36);
    overflow: hidden;
    padding: 12px;
}

.story-image-card img {
    aspect-ratio: 4 / 3;
    border-radius: 1.65rem;
    display: block;
    object-fit: cover;
    width: 100%;
}

.proof-section {
    background: linear-gradient(180deg, #f8faf7 0%, #ffffff 100%);
    border-top: 1px solid #edf0ec;
    overflow: hidden;
}

.proof-header {
    max-width: 620px;
}

.proof-header h2 {
    color: #252932;
    font-size: clamp(34px, 5vw, 56px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.05;
    margin-bottom: 1.25rem;
}

.proof-header p {
    color: #626a73;
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 0;
    max-width: 520px;
}

.proof-masonry {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proof-card {
    border-radius: 8px;
    overflow: hidden;
}

.proof-image-card {
    background: #ddd;
    min-height: 340px;
    position: relative;
}

.proof-image-card img {
    display: block;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    width: 100%;
}

.proof-image-card::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.08), transparent);
    content: "";
    inset: 0;
    position: absolute;
}

.proof-image-content {
    bottom: 20px;
    color: #fff;
    left: 22px;
    position: absolute;
    right: 22px;
    z-index: 2;
}

.proof-image-content h3 {
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 2px;
}

.proof-image-content p {
    font-size: 0.92rem;
    font-weight: 600;
    margin: 0;
}

.proof-quote-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(226, 230, 223, 0.95);
    box-shadow: 0 28px 60px -54px rgba(0, 0, 0, 0.22);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 220px;
    padding: 32px 28px;
}

.proof-quote {
    color: #101828;
    font-size: 1.12rem;
    line-height: 1.45;
    margin-bottom: 26px;
}

.proof-author {
    align-items: center;
    display: flex;
    gap: 12px;
}

.proof-avatar {
    align-items: center;
    background: #101828;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 700;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.proof-author strong {
    color: #101828;
    display: block;
    line-height: 1.1;
}

.proof-author span {
    color: #667085;
    display: block;
    font-size: 0.9rem;
}

.proof-badge {
    background: #fff;
    border-radius: 999px;
    color: #101828;
    font-size: 0.78rem;
    font-weight: 800;
    left: 16px;
    padding: 7px 18px;
    position: absolute;
    top: 16px;
    z-index: 2;
}

.proof-card-large {
    min-height: 420px;
}

.proof-card-medium {
    min-height: 340px;
}

.proof-card-small {
    min-height: 250px;
}

.proof-shift-down {
    margin-top: 56px;
}

.proof-shift-small {
    margin-top: 24px;
}

@media (max-width: 991.98px) {
    .proof-masonry {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .proof-shift-down,
    .proof-shift-small {
        margin-top: 0;
    }
}

@media (max-width: 575.98px) {
    .proof-masonry {
        grid-template-columns: 1fr;
    }

    .proof-header {
        text-align: left;
    }

    .proof-image-card,
    .proof-card-large,
    .proof-card-medium,
    .proof-card-small {
        min-height: 320px;
    }

    .proof-quote-card {
        min-height: auto;
    }
}

.faq-section {
    background: #ffffff;
    border-top: 1px solid #edf0ec;
}

.faq-header {
    max-width: 680px;
}

.faq-header h2 {
    color: #191c1d;
    font-size: clamp(34px, 5vw, 52px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.05;
    margin-bottom: 1rem;
}

.faq-header p {
    color: #5f6670;
    font-size: 1.1rem;
    line-height: 1.65;
    margin-bottom: 0;
}

.faq-accordion .accordion-item {
    background: #ffffff;
    border: 1px solid rgba(198, 198, 205, 0.6);
    border-radius: 18px;
    margin-bottom: 16px;
    overflow: hidden;
}

.faq-accordion .accordion-button {
    background: #ffffff;
    box-shadow: none;
    color: #191c1d;
    font-weight: 700;
    padding: 20px 22px;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #f3f4f5;
    color: var(--fit-green);
}

.faq-accordion .accordion-button::after {
    flex: 0 0 auto;
}

.faq-accordion .accordion-body {
    color: #5f6670;
    line-height: 1.65;
    padding: 0 22px 22px;
}

.site-cta-footer {
    background: linear-gradient(135deg, #08130f 0%, #111827 100%);
    color: #ffffff;
    padding: 80px 0 30px;
}

.cta-panel {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 32px;
    box-shadow: none;
    margin-bottom: 52px;
    padding: 48px;
}

.cta-eyebrow {
    color: var(--fit-accent);
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.cta-panel h2 {
    color: #ffffff;
    font-size: clamp(32px, 5vw, 54px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.02;
    margin-bottom: 16px;
}

.cta-panel p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 1.08rem;
    line-height: 1.7;
    margin-bottom: 0;
    max-width: 720px;
}

.cta-main-btn {
    background: var(--fit-accent);
    border: 1px solid var(--fit-accent);
    border-radius: 999px;
    color: #ffffff;
    font-weight: 800;
    padding: 14px 30px;
}

.cta-main-btn:hover {
    background: #0ea371;
    border-color: #0ea371;
    color: #ffffff;
}

.footer-main h3,
.footer-main h4 {
    color: #ffffff;
    font-weight: 800;
}

.footer-brand {
    font-size: 1.35rem;
    margin-bottom: 0.85rem;
}

.footer-main h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.footer-main p,
.footer-main a,
.footer-bottom {
    color: rgba(255, 255, 255, 0.68);
}

.footer-main p {
    line-height: 1.7;
    margin-bottom: 0;
}

.footer-main-simple {
    padding-bottom: 12px;
}

.footer-main-simple p {
    max-width: 620px;
}

.footer-main a {
    text-decoration: none;
}

.footer-main a:hover,
.footer-bottom a:hover {
    color: var(--fit-accent);
}

.footer-socials {
    display: flex;
    gap: 12px;
    margin-top: 22px;
}

.footer-socials a {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.footer-socials a:hover {
    background: var(--fit-accent);
    color: #ffffff;
}

.footer-links,
.footer-legal-links {
    display: grid;
    gap: 12px;
}

.footer-legal-links a {
    color: rgba(255, 255, 255, 0.68);
    text-decoration: none;
}

.footer-legal-links a:hover {
    color: var(--fit-accent);
}

.footer-contact-link {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-weight: 800;
    padding: 0.75rem 1.2rem;
    text-decoration: none;
}

.footer-contact-simple p {
    margin-bottom: 0.85rem;
}

.footer-contact-link:hover {
    background: var(--fit-accent);
    border-color: var(--fit-accent);
    color: #ffffff;
}

.footer-bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    margin-top: 38px;
    padding-top: 22px;
}

.footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-bottom a {
    color: rgba(255, 255, 255, 0.68);
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .story-copy {
        text-align: left;
    }

    .story-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .story-primary-btn {
        text-align: center;
    }

    .story-image-card {
        border-radius: 1.5rem;
    }

    .site-cta-footer {
        padding-top: 64px;
    }

    .cta-panel {
        border-radius: 24px;
        padding: 32px 24px;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-bottom-links {
        gap: 12px;
    }
}

@media (max-width: 991.98px) {
    .footer-contact-simple {
        text-align: left;
    }
}
