.ctp {
    --ctp-navy: #092039;
    --ctp-navy-soft: #123451;
    --ctp-gold: #d8b04f;
    --ctp-berry: #8d4267;
    --ctp-berry-dark: #71334f;
    --ctp-warm: #fffdf9;
    --ctp-blush: #f8eff3;
    --ctp-mist: #f2f5f6;
    --ctp-ink: #27212a;
    --ctp-muted: #685f69;
    --ctp-line: #ded8d7;
    --ctp-white: #ffffff;
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background: var(--ctp-warm);
    color: var(--ctp-ink);
    font-family: "Comfortaa", "Trebuchet MS", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow: clip;
}

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

.ctp h1,
.ctp h2,
.ctp h3,
.ctp p,
.ctp fieldset {
    margin-top: 0;
}

.ctp h1,
.ctp h2,
.ctp h3 {
    color: inherit;
    text-transform: none;
}

.ctp h1,
.ctp h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    letter-spacing: -0.035em;
}

.ctp a {
    color: inherit;
}

.ctp button,
.ctp a {
    -webkit-tap-highlight-color: transparent;
}

.ctp button:focus-visible,
.ctp a:focus-visible {
    outline: 3px solid var(--ctp-gold);
    outline-offset: 4px;
}

.ctp__shell {
    width: min(100% - 48px, 1280px);
    margin-inline: auto;
}

.ctp__hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 84% 12%, rgb(216 176 79 / 18%) 0 7rem, transparent 7.1rem),
        linear-gradient(125deg, var(--ctp-navy) 0%, #0b2945 65%, #133d58 100%);
    color: var(--ctp-white);
    padding: clamp(72px, 8vw, 122px) 0 clamp(70px, 7vw, 104px);
}

.ctp__hero::after {
    position: absolute;
    right: -7rem;
    bottom: -10rem;
    width: 24rem;
    height: 24rem;
    border: 1px solid rgb(216 176 79 / 30%);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.ctp__hero-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.7fr);
    gap: clamp(48px, 8vw, 120px);
    align-items: end;
}

.ctp__eyebrow,
.ctp__kicker {
    margin-bottom: 14px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.3;
    text-transform: uppercase;
}

.ctp__eyebrow {
    color: #efd991;
}

.ctp__kicker {
    color: var(--ctp-berry-dark);
}

.ctp__hero h1 {
    max-width: 780px;
    margin-bottom: 24px;
    color: var(--ctp-white);
    font-size: clamp(3rem, 5.7vw, 5.9rem);
    line-height: 0.97;
}

.ctp__intro {
    max-width: 690px;
    margin-bottom: 0;
    color: rgb(255 255 255 / 82%);
    font-size: clamp(1rem, 1.35vw, 1.18rem);
}

.ctp__period-panel {
    padding: 24px;
    border: 1px solid rgb(255 255 255 / 18%);
    border-radius: 24px;
    background: rgb(255 255 255 / 8%);
    box-shadow: 0 24px 50px rgb(0 0 0 / 16%);
}

.ctp__period-switcher {
    min-width: 0;
    margin-bottom: 0;
    padding: 0;
    border: 0;
}

.ctp__period-switcher legend {
    margin-bottom: 12px;
    color: var(--ctp-white);
    font-size: 0.85rem;
    font-weight: 700;
}

.ctp__period-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    padding: 5px;
    border-radius: 15px;
    background: rgb(2 14 27 / 44%);
}

.ctp__period-button {
    min-width: 0;
    min-height: 46px;
    margin: 0;
    padding: 9px 7px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    box-shadow: none;
    color: rgb(255 255 255 / 78%);
    cursor: pointer;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.2;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.ctp__period-button:hover {
    color: var(--ctp-white);
}

.ctp__period-button.is-active {
    background: var(--ctp-gold);
    color: var(--ctp-navy);
    transform: translateY(-1px);
}

.ctp__period-help {
    margin: 12px 2px 0;
    color: rgb(255 255 255 / 66%);
    font-size: 0.76rem;
    line-height: 1.45;
}

.ctp__main {
    padding: clamp(76px, 8vw, 120px) 0;
}

.ctp__section + .ctp__section,
.ctp__details-grid {
    margin-top: clamp(80px, 9vw, 128px);
}

.ctp__section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 430px);
    gap: 40px;
    align-items: end;
    margin-bottom: 38px;
}

.ctp__section-heading h2,
.ctp__detail h2,
.ctp__closing h2 {
    margin-bottom: 0;
    color: var(--ctp-navy);
    font-size: clamp(2.25rem, 3.5vw, 3.65rem);
    line-height: 1.04;
}

.ctp__section-heading > p {
    margin-bottom: 4px;
    color: var(--ctp-muted);
}

.ctp__cards {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
}

.ctp__card {
    position: relative;
    display: flex;
    flex-direction: column;
    grid-column: span 3;
    min-width: 0;
    min-height: 300px;
    padding: 30px 26px 26px;
    border: 1px solid var(--ctp-line);
    border-radius: 22px;
    background: var(--ctp-white);
    box-shadow: 0 16px 38px rgb(44 26 34 / 6%);
}

.ctp__card:nth-child(4) {
    grid-column: 1 / span 3;
}

.ctp__card--featured {
    grid-column: span 6;
    padding-right: clamp(30px, 5vw, 78px);
    border-color: var(--ctp-berry);
    background: var(--ctp-berry);
    color: var(--ctp-white);
}

.ctp__card h3 {
    margin-bottom: 4px;
    color: var(--ctp-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.72rem;
    font-weight: 400;
    line-height: 1.1;
}

.ctp__card--featured h3 {
    color: var(--ctp-white);
    font-size: clamp(2rem, 3vw, 3rem);
}

.ctp__card-subtitle {
    min-height: 48px;
    margin-bottom: 18px;
    color: var(--ctp-muted);
    font-size: 0.83rem;
}

.ctp__card--featured .ctp__card-subtitle,
.ctp__card--featured .ctp__card-note {
    color: rgb(255 255 255 / 78%);
}

.ctp__price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: 18px;
    color: var(--ctp-navy);
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

.ctp__card--featured .ctp__price {
    color: var(--ctp-white);
}

.ctp__amount {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.7rem, 4vw, 4.2rem);
    letter-spacing: -0.06em;
}

.ctp__currency {
    margin-left: 5px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
}

.ctp__price-suffix {
    margin-left: 7px;
    color: var(--ctp-muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.ctp__card--featured .ctp__price-suffix {
    color: rgb(255 255 255 / 72%);
}

.ctp__card-note {
    margin-bottom: 0;
    color: var(--ctp-muted);
    font-size: 0.78rem;
    line-height: 1.55;
}

.ctp__formula-link {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    align-self: flex-start;
    margin-top: auto;
    padding-top: 22px;
    color: var(--ctp-berry-dark);
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.35;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.ctp__formula-link:hover,
.ctp__formula-link:focus-visible {
    color: var(--ctp-navy);
}

.ctp__card--featured .ctp__formula-link {
    color: #fff3c3;
}

.ctp__card--featured .ctp__formula-link:hover,
.ctp__card--featured .ctp__formula-link:focus-visible {
    color: var(--ctp-white);
}

.ctp__formula-link--solid {
    min-height: 48px;
    margin-top: 0;
    padding: 12px 18px;
    border-radius: 999px;
    background: var(--ctp-berry);
    color: var(--ctp-white) !important;
    text-decoration: none;
}

.ctp__formula-link--solid:hover,
.ctp__formula-link--solid:focus-visible {
    background: var(--ctp-berry-dark);
    color: var(--ctp-white) !important;
}

.ctp__badge {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 22px;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--ctp-gold);
    color: var(--ctp-navy);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.ctp__table-wrap {
    overflow: hidden;
    border: 1px solid var(--ctp-line);
    border-radius: 24px;
    background: var(--ctp-white);
    box-shadow: 0 18px 45px rgb(44 26 34 / 6%);
}

.ctp__table {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    table-layout: fixed;
    color: var(--ctp-ink);
    font-size: 0.95rem;
}

.ctp__table th,
.ctp__table td {
    padding: 24px clamp(16px, 3vw, 38px);
    border: 0;
    border-bottom: 1px solid var(--ctp-line);
    text-align: left;
    vertical-align: middle;
}

.ctp__table thead th {
    background: var(--ctp-navy);
    color: var(--ctp-white);
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ctp__table thead th.is-current {
    background: var(--ctp-berry);
}

.ctp__table thead th:first-child {
    width: 37%;
}

.ctp__table tbody th {
    color: var(--ctp-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    font-weight: 400;
}

.ctp__table-link {
    display: flex;
    gap: 8px;
    align-items: center;
    width: fit-content;
    margin-top: 10px;
    color: var(--ctp-berry-dark);
    font-family: "Comfortaa", "Trebuchet MS", Arial, sans-serif;
    font-size: 0.7rem;
    font-weight: 800;
    line-height: 1.35;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.ctp__table-link:hover,
.ctp__table-link:focus-visible {
    color: var(--ctp-navy);
}

.ctp__table tbody td {
    transition: background-color 180ms ease;
}

.ctp__table tbody td.is-current {
    background: var(--ctp-blush);
}

.ctp__table tbody td strong {
    display: block;
    color: var(--ctp-navy);
    font-size: 1.35rem;
    font-variant-numeric: tabular-nums;
}

.ctp__table tbody td span {
    display: block;
    color: var(--ctp-muted);
    font-size: 0.72rem;
}

.ctp__table tbody tr:last-child th,
.ctp__table tbody tr:last-child td {
    border-bottom: 0;
}

.ctp__details-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
    gap: 20px;
}

.ctp__detail {
    min-width: 0;
    padding: clamp(30px, 4vw, 54px);
    border-radius: 24px;
}

.ctp__detail h2 {
    margin-bottom: 18px;
    font-size: clamp(1.8rem, 2.8vw, 2.85rem);
}

.ctp__detail p:not(.ctp__kicker, .ctp__single-price) {
    color: var(--ctp-muted);
}

.ctp__detail--mixed {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 28px;
    background: var(--ctp-mist);
}

.ctp__detail--single {
    border: 1px solid #e2c3d0;
    background: var(--ctp-blush);
}

.ctp__detail-icon {
    display: grid;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--ctp-berry);
    color: var(--ctp-white);
    font-size: 1.3rem;
    place-items: center;
}

.ctp__text-link {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-top: 8px;
    color: var(--ctp-berry-dark);
    font-weight: 800;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.ctp__detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    align-items: center;
    margin-top: 22px;
}

.ctp__detail-actions .ctp__text-link {
    margin-top: 0;
}

.ctp__single-price {
    margin-bottom: 12px;
    color: var(--ctp-berry-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 3.8rem;
    letter-spacing: -0.06em;
    line-height: 1;
}

.ctp__closing {
    padding: clamp(60px, 7vw, 96px) 0;
    background: var(--ctp-berry);
    color: var(--ctp-white);
}

.ctp__closing-layout {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

.ctp__closing h2 {
    max-width: 720px;
    color: var(--ctp-white);
}

.ctp__cta {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 16px;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 15px 24px;
    border-radius: 999px;
    background: var(--ctp-gold);
    color: var(--ctp-navy) !important;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
    transition: background-color 180ms ease, transform 180ms ease;
}

.ctp__cta:hover {
    background: #ecd074;
    color: var(--ctp-navy) !important;
    transform: translateY(-2px);
}

.ctp__sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (max-width: 1024px) {
    .ctp__shell {
        width: min(100% - 40px, 960px);
    }

    .ctp__hero-layout {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.65fr);
        gap: 42px;
    }

    .ctp__card {
        grid-column: span 4;
    }

    .ctp__card:nth-child(4) {
        grid-column: span 4;
    }

    .ctp__card--featured {
        grid-column: span 8;
    }
}

@media (max-width: 780px) {
    .html_header_top.html_header_sticky #top .choreame-pricing-preview {
        padding-top: 80px;
    }

    .ctp__hero {
        padding-top: 64px;
    }

    .ctp__hero-layout,
    .ctp__section-heading,
    .ctp__details-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .ctp__hero-layout {
        align-items: stretch;
    }

    .ctp__period-panel {
        max-width: 520px;
    }

    .ctp__section-heading {
        gap: 16px;
        align-items: start;
    }

    .ctp__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ctp__card,
    .ctp__card:nth-child(4),
    .ctp__card--featured {
        grid-column: auto;
    }

    .ctp__card--featured {
        grid-column: 1 / -1;
    }

    .ctp__table-wrap {
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .ctp__table,
    .ctp__table tbody,
    .ctp__table tr,
    .ctp__table th,
    .ctp__table td {
        display: block;
        width: 100%;
    }

    .ctp__table {
        table-layout: auto;
    }

    .ctp__table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
    }

    .ctp__table tbody tr {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-bottom: 16px;
        overflow: hidden;
        border: 1px solid var(--ctp-line);
        border-radius: 20px;
        background: var(--ctp-white);
        box-shadow: 0 14px 34px rgb(44 26 34 / 5%);
    }

    .ctp__table tbody th {
        grid-column: 1 / -1;
        padding: 22px;
        border-bottom: 1px solid var(--ctp-line);
    }

    .ctp__table tbody td {
        min-width: 0;
        padding: 18px 12px;
        border-right: 1px solid var(--ctp-line);
        border-bottom: 0;
        text-align: center;
    }

    .ctp__table tbody td:last-child {
        border-right: 0;
    }

    .ctp__table tbody td::before {
        display: block;
        margin-bottom: 7px;
        color: var(--ctp-muted);
        content: attr(data-ctp-label);
        font-size: 0.68rem;
        font-weight: 800;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    .ctp__detail--mixed {
        grid-template-columns: minmax(0, 1fr);
    }

    .ctp__closing-layout {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 520px) {
    .ctp {
        font-size: 15px;
    }

    .ctp__shell {
        width: min(100% - 28px, 480px);
    }

    .ctp__hero {
        padding: 52px 0 58px;
        background: var(--ctp-navy);
    }

    .ctp__hero::after {
        display: none;
    }

    .ctp__hero h1 {
        font-size: clamp(2.7rem, 13vw, 3.6rem);
    }

    .ctp__period-panel {
        padding: 18px;
        border-radius: 19px;
    }

    .ctp__period-options {
        grid-template-columns: minmax(0, 1fr);
    }

    .ctp__period-button {
        min-height: 44px;
    }

    .ctp__cards {
        grid-template-columns: minmax(0, 1fr);
    }

    .ctp__card,
    .ctp__card--featured {
        min-height: 0;
    }

    .ctp__card--featured {
        background: var(--ctp-berry);
    }

    .ctp__section + .ctp__section,
    .ctp__details-grid {
        margin-top: 72px;
    }

    .ctp__table tbody tr {
        grid-template-columns: minmax(0, 1fr);
    }

    .ctp__table tbody td {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        padding: 14px 20px;
        border-right: 0;
        border-bottom: 1px solid var(--ctp-line);
        text-align: left;
    }

    .ctp__table tbody td::before {
        display: none;
    }

    .ctp__table tbody td strong {
        grid-column: 2;
        grid-row: 1 / span 2;
        text-align: right;
    }

    .ctp__table tbody td span {
        grid-column: 1;
        grid-row: 1;
    }

    .ctp__detail {
        padding: 28px 24px;
    }

    .ctp__cta {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ctp *,
    .ctp *::before,
    .ctp *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
