.s9p-page {
    --s9p-navy: #10335f;
    --s9p-ink: #111c39;
    --s9p-blue: #077dfd;
    --s9p-pale-blue: #c6e1ff;
    --s9p-row: #f6faff;
    --s9p-pink: #faccca;
    --s9p-green: #efffb9;
    --s9p-red: #ffc9c4;
    background: #fff;
    color: var(--s9p-ink);
    font-family: "League Spartan", Arial, sans-serif;
    overflow: hidden;
}

.s9p-page *,
.s9p-page *::before,
.s9p-page *::after { box-sizing: border-box; }

.s9p-page button,
.s9p-page a { font: inherit; }

.s9p-container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.s9p-hero .s9p-container {
    width: min(1832px, calc(100% - 88px));
}

.s9p-container--table {
    width: min(1362px, calc(100% - 40px));
    container-type: inline-size;
}

.s9p-hero { padding: 90px 0 82px; }

.s9p-heading {
    max-width: 930px;
    margin: 0 auto;
    text-align: center;
}

.s9p-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 27px;
    margin-bottom: 12px;
    padding: 5px 14px 4px;
    border-radius: 999px;
    background: var(--s9p-navy);
    color: #fff;
    font-size: 13px;
    font-weight: 650;
    line-height: 1;
}

.s9p-heading h1,
.s9p-heading h2 {
    color: var(--s9p-ink);
    font-family: "League Spartan", Arial, sans-serif;
    font-weight: 730;
    letter-spacing: -.035em;
}

.s9p-heading h1 {
    margin: 0;
    font-size: clamp(44px, 5.2vw, 72px);
    line-height: .96;
}

.s9p-heading > p {
    max-width: 850px;
    margin: 18px auto 0;
    color: #27314a;
    font-size: 16px;
    line-height: 1.5;
}

.s9p-commitment {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 48px;
}

.s9p-commitment__label {
    font-size: 17px;
    font-weight: 650;
}

.s9p-toggle {
    display: inline-grid;
    grid-template-columns: repeat(2, 1fr);
    min-width: 218px;
    padding: 4px;
    border-radius: 999px;
    background: #edf3fb;
}

.s9p-toggle button {
    min-height: 38px;
    padding: 6px 21px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--s9p-ink);
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

.s9p-toggle button.is-active {
    background: var(--s9p-blue);
    box-shadow: 0 5px 13px rgba(57, 127, 240, .24);
    color: #fff;
}

.s9p-toggle button:focus-visible,
.s9p-plan__button:focus-visible,
.s9p-callout a:focus-visible,
.s9p-page #result a:focus-visible {
    outline: 3px solid #ffbd2e;
    outline-offset: 3px;
}

.s9p-term-note {
    margin: 14px 0 32px;
    text-align: center;
    font-size: 14px;
}

.s9p-term-note strong {
    color: var(--s9p-blue);
    font-weight: 650;
}

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

.s9p-plan {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.s9p-plan:not(.s9p-plan--custom) {
    align-self: stretch;
}

.s9p-plan__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 98px;
    padding: 18px 32px 40px;
    border-radius: 24px 24px 0 0;
    background: var(--s9p-blue);
    color: #fff;
}

.s9p-plan__topline h2 {
    margin: 0;
    color: inherit;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}

.s9p-plan__topline > span {
    padding: 8px 16px 7px;
    border-radius: 999px;
    background: #ffd43c;
    color: var(--s9p-ink);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.s9p-plan__body {
    position: relative;
    z-index: 1;
    min-height: 619px;
    margin-top: -19px;
    padding: 23px 32px 40px;
    border-radius: 24px;
    background: var(--s9p-navy);
    color: #fff;
}

.s9p-plan:not(.s9p-plan--custom) .s9p-plan__body {
    flex: 1;
}

.s9p-plan--growth .s9p-plan__topline { background: var(--s9p-navy); }
.s9p-plan--growth .s9p-plan__body { background: var(--s9p-blue); }
.s9p-plan--custom .s9p-plan__body {
    display: flex;
    flex-direction: column;
    min-height: 416px;
    padding: 57px 32px 34px;
}

.s9p-plan__price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    column-gap: 4px;
    row-gap: 7px;
    margin: 0;
    font-size: clamp(38px, 3.15vw, 60px);
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1;
}

.s9p-plan__price small {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
}

.s9p-plan__regular-price {
    position: relative;
    display: inline-block;
    margin-left: auto;
    color: rgba(255, 255, 255, .9);
    font-size: clamp(19px, 1.55vw, 30px);
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 1;
    white-space: nowrap;
}

.s9p-plan__regular-price::after {
    position: absolute;
    top: 48%;
    right: -2px;
    left: -2px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    content: "";
    transform: scaleX(1);
    transform-origin: left center;
}

.s9p-plan__price:not(.is-discounted) .s9p-plan__regular-price {
    display: none;
}

.s9p-plan__price.is-striking .s9p-plan__regular-price::after {
    animation: s9p-strikethrough .52s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes s9p-strikethrough {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

.s9p-plan--custom .s9p-plan__price {
    margin-top: 0;
    font-size: 60px;
    line-height: 1.16;
}

.s9p-plan--custom .s9p-plan__description {
    min-height: 0;
    margin: 11px 0 0;
}

.s9p-plan__links {
    margin: 13px 0 0;
    font-size: 18px;
    font-weight: 650;
}

.s9p-plan__description {
    min-height: 0;
    margin: 0 0 12px;
    color: rgba(255,255,255,.9);
    font-size: clamp(12px, 1.2vw, 16px);
    line-height: 1.42;
}

.s9p-plan__breakdown {
    display: grid;
    align-content: start;
    gap: 8px;
    min-height: 128px;
    margin: 10px 0 22px;
    padding: 0;
    color: rgba(255, 255, 255, .92);
    font-size: clamp(13px, 1vw, 17px);
    font-weight: 400;
    line-height: 1.12;
    list-style: none;
}

.s9p-plan__breakdown li {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
}

.s9p-plan__breakdown li > span {
    white-space: nowrap;
}

.s9p-plan__details {
    margin: 18px 0 22px;
    color: rgba(255, 255, 255, .9);
    font-size: clamp(12px, 1.2vw, 16px);
    line-height: 1.42;
}

.s9p-plan--custom .s9p-plan__details {
    margin: 13px 0 23px;
}

.s9p-plan--custom .s9p-plan__button { margin-top: 0; }

@media (min-width: 721px) {
    .s9p-plan--custom .s9p-plan__description,
    .s9p-plan--custom .s9p-plan__details {
        width: min(345px, 100%);
    }

    .s9p-plan--custom .s9p-plan__description { min-height: 54px; }
    .s9p-plan--custom .s9p-plan__details { min-height: 81px; }
    .s9p-plan--custom .s9p-plan__button { min-height: 52px; }
}

.s9p-plan__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 9px 18px;
    border: 0;
    border-radius: 999px;
    background: var(--s9p-blue);
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 650;
    line-height: 1;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.s9p-plan--growth .s9p-plan__button {
    background: #fff;
    color: var(--s9p-blue);
}

.s9p-plan__button:hover {
    box-shadow: 0 8px 20px rgba(10, 28, 63, .2);
    transform: translateY(-1px);
}

.s9p-plan__features {
    display: grid;
    gap: 9px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.s9p-plan__features li {
    display: flex;
    gap: 9px;
    color: #B9C0D4;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.15;
}

.s9p-plan--growth .s9p-plan__features li {
    color: #E5F1FF;
}

.s9p-plan--growth .s9p-plan__features .s9p-plan__features-heading {
    color: #B9C0D4;
}

.s9p-plan__feature-icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    display: block;
}

.s9p-plan__features .s9p-plan__features-heading {
    margin-bottom: 2px;
    color: #B9C0D4;
    font-size: 24px;
}

.s9p-pricing-note {
    margin: 28px 0 0;
    color: #394258;
    font-size: 12px;
    line-height: 1.45;
    text-align: center;
}

.s9p-exclusions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: min(982px, 100%);
    min-height: 106px;
    max-width: 100%;
    margin: 57px auto 0;
    padding: 28px 43px;
    border-radius: 24px;
    background: var(--s9p-pink);
}

.s9p-exclusions strong {
    margin-right: 0;
    font-size: 17px;
}

.s9p-exclusions > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 13px;
    border-radius: 8px;
    background: rgba(255,255,255,.75);
    font-size: 13px;
    white-space: nowrap;
}

.s9p-exclusions > span > img {
    display: block;
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
}

.s9p-comparison { padding: 37px 0 86px; }

.s9p-heading--comparison { min-height: 175px; }

.s9p-heading--comparison h2 {
    margin: 0;
    font-size: clamp(43px, 5vw, 66px);
    line-height: 1;
}

.s9p-heading--comparison > p {
    margin-top: 12px;
    font-size: 14px;
}

.s9p-table-scroll {
    width: min(1291px, 100%);
    margin: 37px auto 0;
    border-radius: 20px;
    overflow: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.s9p-table-scroll::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.s9p-table-scrollbar {
    position: relative;
    display: none;
    width: min(1291px, calc(100% - 36px));
    height: 4px;
    margin: 13px auto 0;
    border-radius: 999px;
    background: rgba(3, 29, 61, .1);
    cursor: pointer;
}

.s9p-table-scrollbar.is-visible {
    display: block;
}

.s9p-table-scrollbar__thumb {
    position: absolute;
    inset: 0 auto 0 0;
    display: block;
    min-width: 48px;
    border-radius: 999px;
    background: #5aa6fa;
    cursor: grab;
    touch-action: none;
    transform: translateX(0);
    transition: background-color .18s ease;
    user-select: none;
}

.s9p-table-scrollbar__thumb:hover,
.s9p-table-scrollbar__thumb.is-dragging {
    background: var(--s9p-blue);
}

.s9p-table-scrollbar__thumb.is-dragging {
    cursor: grabbing;
}

.s9p-table-scrollbar.is-visible + .s9p-callout {
    margin-top: 37px;
}

.s9p-table {
    width: 100%;
    min-width: 1150px;
    border-collapse: collapse;
    background: var(--s9p-row);
    color: var(--s9p-ink);
    font-size: 18px;
}

.s9p-table thead {
    background: var(--s9p-navy);
    color: #fff;
}

.s9p-table thead th {
    position: relative;
    height: 90px;
    padding: 12px 50px;
    border: 0;
    font-size: 34px;
    font-weight: 650;
    text-align: center;
}

.s9p-table thead th:first-child {
    width: 40%;
    border-radius: 20px 0 0;
    text-align: left;
}

.s9p-table thead th:last-child { border-radius: 0 20px 0 0; }

.s9p-table thead small {
    display: block;
    position: absolute;
    top: 8px;
    left: 50%;
    width: fit-content;
    margin: 0;
    padding: 3px 8px 2px;
    border-radius: 999px;
    background: #ffd43c;
    color: var(--s9p-ink);
    font-size: 10px;
    line-height: 1;
    transform: translateX(-50%);
}

.s9p-table tbody tr:not(.s9p-table__section) {
    height: 59px;
    border-bottom: 1px solid var(--s9p-pale-blue);
    background: var(--s9p-row);
}

.s9p-table tbody th,
.s9p-table tbody td {
    height: 59px;
    padding: 0 50px;
    vertical-align: middle;
}

.s9p-table tbody th {
    font-weight: 570;
    text-align: left;
}

.s9p-table tbody td {
    padding-inline: 12px;
    font-weight: 650;
    text-align: center;
}

.s9p-table__feature {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    color: #031d3d;
    font-size: inherit;
    font-weight: inherit;
}

.s9p-table__feature > span:first-child {
    white-space: nowrap;
}

.s9p-table__price-badge {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 11px 10px 10px;
    border-radius: 57px;
    background: #fff6b4;
    color: #b46200;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    white-space: nowrap;
}

.s9p-table__section th {
    height: 75px !important;
    padding: 0 50px !important;
    background: var(--s9p-pale-blue);
    font-size: 34px;
    font-weight: 700 !important;
    line-height: 40px;
}

.s9p-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 27px;
    border-radius: 999px;
}

.s9p-status--yes {
    background: #73e2a3;
}

.s9p-status--no {
    background: var(--s9p-red);
}

.s9p-status img {
    display: block;
}

.s9p-status--yes img {
    width: 19px;
    height: 19px;
}

.s9p-status--no img {
    width: 13px;
    height: 13px;
}

.s9p-channels {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 42.44px;
}

.s9p-channels__row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.s9p-channel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    /* background: #fff; */
}

.s9p-channel img {
    display: block;
    width: auto;
    height: auto;
    max-width: none;
    object-fit: contain;
}

.s9p-channel[aria-label="LinkedIn"] { background: #0a66c2; }
.s9p-channel[aria-label="Telegram"] { background: #2aabee; }

.s9p-help {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-left: 5px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: help;
    vertical-align: -4px;
}

.s9p-help img {
    display: block;
    width: 18px;
    height: 18px;
}

.s9p-help__tooltip {
    position: absolute;
    z-index: 5;
    bottom: calc(100% + 10px);
    left: 50%;
    width: 230px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(16, 51, 95, .18);
    color: var(--s9p-ink);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
    opacity: 0;
    pointer-events: none;
    text-align: left;
    transform: translate(-50%, 4px);
    transition: opacity .16s ease, transform .16s ease;
}

.s9p-help__tooltip::after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #fff;
    content: "";
    transform: translateX(-50%);
}

.s9p-help:hover .s9p-help__tooltip,
.s9p-help:focus-visible .s9p-help__tooltip,
.s9p-help:focus .s9p-help__tooltip {
    opacity: 1;
    transform: translate(-50%, 0);
}

.s9p-callout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.762cqw;
    min-height: 7.636cqw;
    margin-top: 54px;
    padding: 1.762cqw;
    border-radius: 400px;
    background: var(--s9p-blue);
    color: #fff;
}

.s9p-callout__copy {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    gap: 1.762cqw;
    width: min(72.687cqw, 100%);
    max-width: 72.687cqw;
    min-width: 0;
}

.s9p-callout__mark {
    flex: 0 0 3.818cqw;
    display: block;
    width: 3.818cqw;
    height: 3.818cqw;
}

.s9p-callout strong {
    font-size: 2.496cqw;
    font-weight: 700;
    line-height: 1.18;
}

.s9p-callout a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: .587cqw;
    height: 4.111cqw;
    padding: .734cqw;
    border: max(1px, .147cqw) solid #fff;
    border-radius: 200px;
    background: #fff;
    color: var(--s9p-blue);
    font-size: 1.322cqw;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.s9p-callout a span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.349cqw;
    height: 2.349cqw;
    border-radius: 50%;
    background: var(--s9p-blue);
    color: #fff;
}

.s9p-callout a span img {
    display: block;
    width: 1.762cqw;
    height: 1.762cqw;
}

@media (max-width: 1500px) {
    .s9p-hero .s9p-container { width: min(1180px, calc(100% - 40px)); }
    .s9p-plans { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .s9p-plan__body { min-height: 410px; }
    .s9p-plan--custom .s9p-plan__body {
        min-height: 360px;
        padding: 42px 32px 34px;
    }
    .s9p-plan__description { font-size: 16px; }
    .s9p-plan__price { font-size: 60px; }
    .s9p-plan__regular-price { font-size: 30px; }
    .s9p-plan__breakdown { font-size: 17px; }
    .s9p-exclusions {
        flex-wrap: wrap;
        height: auto;
    }
}

@media (min-width: 721px) and (max-width: 724px) {
    .s9p-plan:not(.s9p-plan--custom) .s9p-plan__description {
        min-height: 2.84em;
    }
}

@media (max-width: 720px) {
    .s9p-container,
    .s9p-hero .s9p-container { width: min(100% - 28px, 620px); }
    .s9p-hero { padding: 60px 0 52px; }
    .s9p-heading h1 { font-size: 44px; }
    .s9p-heading > p { font-size: 15px; }
    .s9p-commitment {
        flex-direction: column;
        gap: 9px;
        margin-top: 34px;
    }
    .s9p-term-note { margin-bottom: 25px; }
    .s9p-plans {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }
    .s9p-plan__body { min-height: auto; }
    .s9p-plan--custom .s9p-plan__body {
        min-height: auto;
        padding: 32px 32px 34px;
    }
    .s9p-plan--custom .s9p-plan__price {
        margin-top: 0;
        font-size: 44px;
    }
    .s9p-plan__description { min-height: 0; }
    .s9p-plan__price { font-size: 44px; }
    .s9p-plan__regular-price { font-size: 20px; }
    .s9p-plan__breakdown {
        min-height: 0;
        font-size: 15px;
    }
    .s9p-exclusions {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
        padding: 20px;
    }
    .s9p-exclusions strong {
        margin: 0 0 3px;
        text-align: center;
    }
    .s9p-exclusions > span { justify-content: center; }
    .s9p-comparison { padding-bottom: 58px; }
    .s9p-heading--comparison { min-height: 0; }
    .s9p-heading--comparison h2 { font-size: 44px; }
    .s9p-table-scroll {
        width: calc(100vw - 14px);
        margin-left: calc((100vw - min(100vw - 28px, 620px)) / -2 + 7px);
        padding-inline: 7px;
        border-radius: 0;
    }
    .s9p-table { font-size: 13px; }
    .s9p-table thead th {
        height: 72px;
        padding-inline: 24px;
        font-size: 21px;
    }
    .s9p-table thead small { top: 4px; }
    .s9p-table tbody th,
    .s9p-table tbody td {
        height: 52px;
        padding-inline: 24px;
    }
    .s9p-table tbody td { padding-inline: 10px; }
    .s9p-table__section th {
        height: 58px !important;
        padding-inline: 24px !important;
        font-size: 23px;
        line-height: 1.15;
    }
}

@media (max-width: 520px) {
    .s9p-callout {
        align-items: stretch;
        flex-direction: column;
        gap: 24px;
        min-height: 0;
        padding: 20px;
        border-radius: 24px;
    }

    .s9p-callout__copy {
        gap: 16px;
        width: 100%;
        max-width: none;
    }

    .s9p-callout__mark {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
    }

    .s9p-callout strong { font-size: 24px; }

    .s9p-callout a {
        align-self: stretch;
        gap: 8px;
        height: 56px;
        padding: 10px;
        border-width: 2px;
        font-size: 18px;
        justify-content: center;
    }

    .s9p-callout a span {
        width: 32px;
        height: 32px;
    }

    .s9p-callout a span img {
        width: 24px;
        height: 24px;
    }
}

.s9p-plan__button.is-loading {
    opacity: .55;
    cursor: wait;
}

.s9p-plan__button:disabled {
    opacity: .4;
    cursor: not-allowed;
    pointer-events: none;
}

/* Shared toast from pricing_v2.js sharedToast(). On this page the toast
   appends to document.body (no #pricing_wrapper), so scope with body >. */
body > .s9bn-toast {
    position: fixed;
    bottom: 32px;
    left: 50%;
    z-index: 9999;
    transform: translateX(-50%) translateY(20px);
    max-width: min(460px, calc(100% - 32px));
    padding: 14px 22px;
    border-radius: 12px;
    background: var(--s9p-navy, #10335f);
    color: #fff;
    font-family: "League Spartan", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease;
}

body > .s9bn-toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
    .s9p-page *,
    .s9p-page *::before,
    .s9p-page *::after {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }
}
