.fp-page {
    --fp-blue: var(--color-5-3);
    --fp-cyan: var(--color-5-1);
    --fp-green: var(--color-4-1);
    --fp-dark: var(--color-5-3);
    --fp-soft: var(--color-5-4);
    color: #263238;
    background: #fff;
}

.fp-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--color-5-4) 0%, #fff 58%, var(--color-5-4) 100%);
    border: 1px solid var(--color-5-1);
}

.fp-hero::before,
.fp-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.fp-hero::before {
    width: 260px;
    height: 260px;
    right: -90px;
    top: -120px;
    background: rgba(0, 156, 255, .09);
}

.fp-hero::after {
    width: 180px;
    height: 180px;
    left: -80px;
    bottom: -110px;
    background: rgba(0, 156, 255, .07);
}

.fp-hero-content {
    position: relative;
    z-index: 1;
}

.fp-kicker,
.fp-proof-kicker {
    color: var(--color-5-3);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.fp-main-title {
    color: var(--color-5-3);
    font-size: clamp(2rem, 6vw, 4.6rem);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -.04em;
}

.fp-main-title-compact {
    font-size: clamp(2rem, 4.4vw, 4rem);
}

@media (min-width: 768px) {
    .fp-main-title-compact {
        white-space: nowrap;
    }
}

.fp-lead {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.7;
}

.fp-copy {
    line-height: 1.78;
}

.fp-reading-width {
    max-width: 940px;
}

.fp-action-width {
    max-width: 520px;
}

.fp-hero-badges {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.fp-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--color-5-1);
    background: #fff;
    color: var(--color-5-3);
    padding: .55rem .8rem;
    font-weight: 800;
    text-align: center;
}

.fp-badge-blue {
    background: var(--color-5-4);
}

.fp-badge-nowrap {
    white-space: nowrap;
    font-size: clamp(.7rem, 1.35vw, .95rem);
}

.fp-life-counter {
    border: 1px solid var(--color-5-1);
    background: var(--color-5-3);
    color: #fff;
    box-shadow: 0 8px 24px rgba(0, 122, 204, .14);
}

.fp-life-counter .fp-kicker,
.fp-life-counter .fp-section-title {
    color: #fff;
}

.fp-life-unit {
    height: 100%;
    min-height: 92px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .38);
    background: rgba(255, 255, 255, .08);
    font-variant-numeric: tabular-nums;
}

.fp-life-unit strong {
    color: #fff;
    font-size: clamp(1.7rem, 3.4vw, 2.8rem);
    line-height: 1;
}

.fp-life-unit span {
    margin-top: .55rem;
    color: #fff;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .08em;
}

.fp-image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1200 / 630;
    object-fit: cover;
    border: 1px solid var(--color-5-1);
}

.fp-section-title,
.fp-score-label {
    color: var(--color-5-3);
    font-weight: 800;
}

.fp-proof-panel,
.fp-content-panel,
.fp-logic {
    border: 1px solid var(--color-5-1);
    background: var(--color-5-4);
    box-shadow: 0 8px 24px rgba(0, 122, 204, .1);
}

.fp-proof-strip {
    background: var(--color-5-3);
    color: #fff;
}

.fp-proof-item {
    min-height: 92px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, .25);
}

.fp-proof-item:last-child {
    border-right: 0;
}

.fp-proof-value {
    color: #fff;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
}

.fp-proof-label {
    margin-top: .4rem;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .07em;
}

.fp-report-card,
.fp-score-card,
.fp-info-card,
.fp-fund-card {
    height: 100%;
    background: #fff;
    border: 1px solid #d8e4eb;
    box-shadow: 0 8px 28px rgba(24, 59, 86, .05);
}

.fp-report-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.fp-report-card::before,
.fp-report-card.gt::before,
.fp-report-card.sv::before,
.fp-report-card.gift::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: var(--color-5-1);
}

.fp-report-number {
    position: absolute;
    right: 16px;
    top: 12px;
    color: #d9e6ed;
    font-size: 2.6rem;
    font-weight: 900;
    line-height: 1;
}

.fp-report-logo,
.fp-report-card.gt .fp-report-logo,
.fp-report-card.sv .fp-report-logo,
.fp-report-card.gift .fp-report-logo {
    padding-right: 48px;
    color: var(--color-5-3);
    font-weight: 900;
    letter-spacing: -.02em;
}

.fp-report-body {
    flex: 1;
}

.fp-report-result {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--color-5-1);
    background: var(--color-5-4);
    color: var(--color-5-3);
    padding: .45rem .65rem;
    font-weight: 900;
}

.fp-report-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: .65rem 3rem;
    border: 1px solid var(--color-5-1) !important;
    background: var(--color-5-1) !important;
    color: #fff !important;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
}

.fp-report-btn:hover,
.fp-report-btn:focus {
    background: #fff !important;
    color: var(--color-5-1) !important;
    border-color: var(--color-5-1) !important;
}

.fp-report-btn:focus-visible {
    outline: 2px solid rgba(0, 156, 255, .35);
    outline-offset: 2px;
    box-shadow: none;
}

.fp-report-btn-text {
    display: block;
    text-align: center;
}

.fp-report-btn-ico {
    position: absolute;
    right: .9rem;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    fill: currentColor;
    flex: 0 0 auto;
}

.fp-score-card {
    text-align: center;
    border-top: 4px solid var(--color-4-1);
}

.fp-score {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    border: 6px solid var(--color-4-1);
    border-radius: 50%;
    background: var(--color-4-4);
    color: var(--color-4-3);
    font-size: 1.8rem;
    font-weight: 900;
}

.fp-metrics,
.fp-investor {
    background: var(--color-5-3);
    color: #fff;
}

.fp-metric {
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .06);
    text-align: center;
}

.fp-metric-value {
    color: #fff;
    font-size: clamp(1.45rem, 4vw, 2.25rem);
    font-weight: 900;
}

.fp-info-icon,
.fp-fund-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: var(--color-5-4);
    color: var(--color-5-3);
    font-size: 1.25rem;
    font-weight: 900;
}

.fp-investor {
    box-shadow: 0 10px 28px rgba(0, 122, 204, .2);
}

.fp-investor h2 {
    color: #fff;
}

.fp-closing {
    background: var(--color-5-4);
    color: #263238;
    border: 1px solid var(--color-5-1);
}

.fp-closing h2 {
    color: var(--color-5-3);
}

.fp-logic {
    background: #fff;
}

.fp-logic-card {
    height: 100%;
    border-top: 4px solid var(--color-5-1);
    background: var(--color-5-4);
    text-align: center;
}

.fp-logic-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background: var(--color-5-3);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
}

.fp-fund-card {
    border-top: 4px solid var(--color-5-1);
}

.fp-step-card {
    height: 100%;
    background: #fff;
    border: 1px solid #d8e4eb;
    border-top: 4px solid var(--color-5-1);
    box-shadow: 0 8px 28px rgba(24, 59, 86, .05);
}

.fp-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    background: var(--color-5-3);
    color: #fff;
    font-size: 1.05rem;
    font-weight: 900;
}

.fp-kicker-light {
    color: #fff;
}

.fp-investor .fp-copy {
    color: #fff;
}

.fp-note {
    background: var(--color-5-4);
    border: 1px solid var(--color-5-1);
    border-left: 5px solid var(--color-5-3);
    font-size: .95rem;
    line-height: 1.65;
}

.fp-contact-form {
    max-width: 860px;
}

.fp-contact-form .form-control,
.fp-contact-form .form-select {
    min-height: 50px;
    border-radius: 0;
    border-color: #bfd4e1;
    box-shadow: none;
}

.fp-contact-form textarea.form-control {
    min-height: 180px;
}

.fp-contact-form .form-control:focus,
.fp-contact-form .form-select:focus {
    border-color: var(--color-5-1);
    box-shadow: 0 0 0 .2rem rgba(0, 122, 204, .1);
}

.fp-contact-form .btn-primary {
    min-height: 50px;
    border-radius: 0;
    border-color: var(--color-5-3);
    background: var(--color-5-3);
    font-weight: 800;
}

.fp-ticket-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    margin-left: .35rem;
    padding: 0 .55rem;
    background: var(--color-5-3);
    color: #fff;
    font-size: .85rem;
    vertical-align: middle;
}

.fp-ticket-table,
.fp-ticket-card,
.fp-page .pagination-wrapper {
    border: 1px solid #c7ddea;
    background: #fff;
}

.fp-ticket-table tbody tr {
    transition: background-color .15s ease;
}

.fp-ticket-table tbody tr:hover,
.fp-ticket-card:hover,
.fp-ticket-card:focus {
    background: var(--color-5-4);
    outline: 0;
}

.fp-page .page-link {
    color: var(--color-5-3);
    border-radius: 0 !important;
}

.fp-page .page-item.active .page-link {
    border-color: var(--color-5-3);
    background: var(--color-5-3);
}

.fp-seller-card {
    overflow: hidden;
    border: 1px solid #c7ddea;
    background: #fff;
    color: #183b56;
    box-shadow: 0 8px 24px rgba(24, 59, 86, .06);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.fp-seller-card:hover,
.fp-seller-card:focus {
    color: var(--color-5-3);
    border-color: var(--color-5-1);
    box-shadow: 0 12px 30px rgba(0, 122, 204, .15);
    transform: translateY(-3px);
    outline: 0;
}

.fp-seller-image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: var(--color-5-4);
}

.fp-page .accordion-item,
.fp-page .accordion-button {
    border-radius: 0;
}

.fp-page .accordion-item {
    border-color: #c7ddea;
}

.fp-page .accordion-button {
    color: var(--color-5-3);
    font-weight: 700;
    gap: .75rem;
}

.fp-page .accordion-button:not(.collapsed) {
    background: var(--color-5-4);
    color: var(--color-5-3);
    box-shadow: none;
}

.fp-faq-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    background: var(--color-5-3);
    color: #fff;
    font-size: .78rem;
    font-weight: 900;
}

@media (max-width: 767.98px) {
    .fp-main-title {
        font-size: 2.35rem;
    }

    .fp-hero,
    .fp-investor,
    .fp-closing {
        padding: 1.25rem !important;
    }

    .fp-score {
        width: 72px;
        height: 72px;
        font-size: 1.55rem;
    }

    .fp-proof-item {
        min-height: 78px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .25);
    }

    .fp-proof-item:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 575.98px) {
    .fp-report-btn {
        padding-left: 2.6rem;
        padding-right: 2.6rem;
    }

    .fp-hero-badges .col-6 {
        width: 50%;
    }

    .fp-badge {
        min-height: 64px;
        padding: .45rem;
        font-size: .8rem;
    }

}
