#v6hdr ~ .wrapper {
    padding-top: 0;
}

.sv2 .sp-root.aff-root {
    margin-top: 0;
}

.sv2 .sp-root.aff-root .sp-wrap {
    max-width: 1280px;
    padding-right: 24px;
    padding-left: 24px;
}

.aff-root {
    background: #f6fbfe;
}

.aff-root .sp-sec {
    padding: 46px 0;
    background: transparent;
}

.aff-root .title-border,
.aff-root .color-secondary {
    color: var(--primary);
}

.aff-root .title-border::after {
    display: none;
}

.aff-root .cl-banner {
    background: var(--primary);
}

.aff-root .cl-banner .color-secondary,
.aff-root .cl-banner .title-border {
    color: #fff;
}

.aff-root .cl-banner .title-border {
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, .55);
    text-underline-offset: 3px;
}

.aff-root .aff-hero {
    padding-top: 54px;
    padding-bottom: 38px;
}

.aff-root .aff-hero-get {
    max-width: 640px;
    margin: 4px auto 16px;
    color: var(--navy);
    font-size: clamp(19px, 2.8vw, 27px);
    font-weight: 800;
    line-height: 1.3;
}

.aff-root .aff-hero-cta {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}

.aff-root .aff-note {
    display: block;
    margin-top: 14px;
    color: var(--muted);
    font-size: 12.5px;
}

.aff-root .aff-how {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 30px 46px;
    padding: 40px 44px;
}

.aff-root .aff-how .cl-eyebrow {
    margin-bottom: 14px;
}

.aff-root .aff-how .cl-title {
    margin: 0;
    font-size: clamp(26px, 3.4vw, 38px);
}

.aff-root .aff-how-copy p {
    margin: 0 0 14px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
}

.aff-root .aff-how-copy p:last-child {
    margin-bottom: 0;
}

.aff-root .aff-steps,
.aff-root .aff-tiers {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 22px;
}

.aff-root .aff-steps > *,
.aff-root .aff-tiers > * {
    min-width: 0;
}

.aff-root .aff-step,
.aff-root .aff-tier {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid var(--cl-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 24px 56px -42px rgba(48, 75, 101, .5);
    transition: transform .16s ease, box-shadow .16s ease;
}

.aff-root .aff-step {
    padding: 26px 28px 24px;
}

.aff-root .aff-step:hover,
.aff-root .aff-tier:hover {
    transform: translateY(-3px);
    box-shadow: 0 30px 62px -40px rgba(48, 75, 101, .55);
}

.aff-root .aff-step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.aff-root .aff-step-ic,
.aff-root .aff-perk-ic {
    display: grid;
    flex: none;
    place-items: center;
    color: var(--primary);
    background: color-mix(in srgb, var(--primary) 11%, #fff);
}

.aff-root .aff-step-ic {
    width: 52px;
    height: 52px;
    border-radius: 15px;
}

.aff-root .aff-step-ic svg {
    width: 26px;
    height: 26px;
}

.aff-root .aff-step-n {
    display: grid;
    flex: none;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    background: var(--primary);
    box-shadow: 0 8px 18px -8px color-mix(in srgb, var(--primary) 26%, transparent);
    font-size: 14px;
    font-weight: 800;
}

.aff-root .aff-step-t {
    margin: 0 0 8px;
    color: var(--navy);
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
}

.aff-root .aff-step-d {
    margin: 0;
    color: var(--muted);
    font-size: 13.5px;
    line-height: 1.6;
}

.aff-root .aff-cta {
    margin-top: 34px;
    text-align: center;
}

.aff-root .aff-tier {
    padding: 34px 26px 28px;
    text-align: center;
}

.aff-root .aff-tier.is-featured {
    border-color: color-mix(in srgb, var(--primary) 42%, var(--cl-line));
    box-shadow: 0 26px 60px -34px color-mix(in srgb, var(--primary) 26%, transparent);
}

.aff-root .aff-tier-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    transform: translateX(-50%);
    border-radius: 999px;
    color: #fff;
    background: var(--primary);
    box-shadow: 0 10px 22px -10px color-mix(in srgb, var(--primary) 26%, transparent);
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.aff-root .aff-tier-badge svg {
    width: 14px;
    height: 14px;
}

.aff-root .aff-tier-title {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.aff-root .aff-tier-pct {
    margin: 10px 0 6px;
    color: var(--primary);
    font-size: clamp(42px, 6vw, 58px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
}

.aff-root .aff-tier-upto {
    display: inline-block;
    margin: 0 auto 16px;
    padding: 5px 14px;
    border-radius: 999px;
    color: var(--primary);
    background: color-mix(in srgb, var(--primary) 11%, #fff);
    font-size: 12.5px;
    font-weight: 800;
}

.aff-root .aff-tier-text {
    margin: auto 0 0;
    color: var(--muted);
    font-size: 13.5px;
    line-height: 1.6;
}

.aff-root .aff-tier-text strong {
    color: var(--navy);
}

.aff-root .aff-perks {
    display: grid;
    gap: 16px;
}

.aff-root .aff-perk {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px 26px;
    border: 1px solid var(--cl-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(48, 75, 101, .06);
}

.aff-root .aff-perk-ic {
    width: 56px;
    height: 56px;
    border-radius: 15px;
}

.aff-root .aff-perk-ic svg {
    width: 28px;
    height: 28px;
}

.aff-root .aff-perk-t {
    margin: 0 0 6px;
    color: var(--navy);
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 0;
}

.aff-root .aff-perk-body p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
}

.aff-root .aff-cta-banner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 26px;
    padding: 32px 36px;
}

.aff-root .aff-cta-copy {
    flex: 1 1 320px;
    min-width: 0;
}

.aff-root .aff-cta-banner .cl-btn {
    flex: none;
}

@media (max-width: 900px) {
    .aff-root .aff-tiers {
        grid-template-columns: 1fr;
        max-width: 460px;
        margin: 0 auto;
    }
}

@media (max-width: 820px) {
    .aff-root .aff-steps,
    .aff-root .aff-how {
        grid-template-columns: 1fr;
    }

    .aff-root .aff-how {
        gap: 18px;
        padding: 28px 24px;
    }
}

@media (max-width: 600px) {
    .sv2 .sp-root.aff-root .sp-wrap {
        padding-right: 18px;
        padding-left: 18px;
    }

    .aff-root .aff-perk {
        flex-direction: column;
        gap: 14px;
    }

    .aff-root .aff-cta-banner {
        padding: 26px 24px;
    }

    .aff-root .aff-cta-banner .cl-btn {
        width: 100%;
    }
}
