.ms-page {
    --ms-purple: #3f3075;
    --ms-purple-dark: #20154f;
    --ms-gold: #d4af37;
    --ms-gold-dark: #785a15;
    --ms-ink: #2d2d2d;
    --ms-muted: #5f5968;
    --ms-line: #e8e4f0;
    --ms-tint: #f8f7fb;
    color: var(--ms-ink);
    background: #fff;
    overflow: hidden;
}

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

.ms-shell {
    width: min(1140px, calc(100% - 40px));
    margin-inline: auto;
}

.ms-page h1,
.ms-page h2,
.ms-page h3,
.ms-page p {
    margin-top: 0;
}

.ms-page h1,
.ms-page h2 {
    text-wrap: balance;
}

.ms-page p {
    text-wrap: pretty;
}

.ms-hero {
    padding: 250px 0 92px;
    color: #fff;
    background: var(--ms-purple-dark);
}

.ms-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
    gap: clamp(44px, 7vw, 96px);
    align-items: center;
}

.ms-kicker {
    margin-bottom: 16px;
    color: var(--ms-gold-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ms-hero .ms-kicker,
.ms-cta .ms-kicker {
    color: var(--ms-gold);
}

.ms-hero h1 {
    max-width: 780px;
    margin-bottom: 24px;
    color: #fff;
    font-size: clamp(42px, 5.4vw, 72px);
    line-height: 1.05;
    letter-spacing: -.035em;
}

.ms-hero__summary {
    max-width: 680px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, .8);
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.7;
}

.ms-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.ms-button {
    display: inline-flex;
    min-height: 48px;
    padding: 13px 22px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 10px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.ms-button:hover,
.ms-button:focus-visible {
    text-decoration: none;
    transform: translateY(-2px);
}

.ms-button:focus-visible,
.ms-faq__button:focus-visible {
    outline: 3px solid rgba(212, 175, 55, .65);
    outline-offset: 3px;
}

.ms-button:active {
    transform: translateY(0) scale(.98);
}

.ms-button--primary,
.ms-button--gold {
    color: var(--ms-purple-dark);
    background: var(--ms-gold);
}

.ms-button--primary:hover,
.ms-button--primary:focus-visible,
.ms-button--gold:hover,
.ms-button--gold:focus-visible {
    color: var(--ms-purple-dark);
    background: #efd779;
}

.ms-button--text {
    color: #fff;
    border-color: rgba(255, 255, 255, .35);
}

.ms-button--text:hover,
.ms-button--text:focus-visible {
    color: #fff;
    border-color: #fff;
    background: rgba(255, 255, 255, .08);
}

.ms-button--outline {
    color: var(--ms-purple);
    border-color: var(--ms-purple);
}

.ms-button--outline:hover,
.ms-button--outline:focus-visible {
    color: #fff;
    background: var(--ms-purple);
}

.ms-button--light {
    color: #fff;
    border-color: rgba(255, 255, 255, .4);
}

.ms-button--light:hover,
.ms-button--light:focus-visible {
    color: var(--ms-purple-dark);
    background: #fff;
}

.ms-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin: 28px 0 0;
    padding: 0;
    color: rgba(255, 255, 255, .72);
    list-style: none;
    font-size: 14px;
}

.ms-proof li::before {
    content: "✓";
    margin-right: 7px;
    color: var(--ms-gold);
    font-weight: 800;
}

.ms-hero__panel {
    padding: 32px;
    background: #fff;
    color: var(--ms-ink);
    box-shadow: 0 30px 70px rgba(8, 4, 29, .3);
}

.ms-hero__panel-label {
    color: var(--ms-purple);
    font-size: 13px;
    font-weight: 800;
}

.ms-hero__panel h2 {
    margin-bottom: 28px;
    color: var(--ms-purple);
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.2;
}

.ms-hero__panel > p:last-child {
    margin: 20px 0 0;
    color: var(--ms-muted);
    font-size: 14px;
    line-height: 1.6;
}

.ms-hero__signal {
    display: flex;
    height: 80px;
    gap: 10px;
    align-items: end;
}

.ms-hero__signal span {
    width: 20%;
    background: var(--ms-purple);
}

.ms-hero__signal span:nth-child(1) { height: 28%; }
.ms-hero__signal span:nth-child(2) { height: 43%; }
.ms-hero__signal span:nth-child(3) { height: 58%; }
.ms-hero__signal span:nth-child(4) { height: 76%; }
.ms-hero__signal span:nth-child(5) { height: 100%; background: var(--ms-gold); }

.ms-stats {
    border-bottom: 1px solid var(--ms-line);
    background: #fff;
}

.ms-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ms-stat {
    padding: 32px 18px;
    text-align: center;
    border-right: 1px solid var(--ms-line);
}

.ms-stat:last-child {
    border-right: 0;
}

.ms-stat strong,
.ms-stat span {
    display: block;
}

.ms-stat strong {
    margin-bottom: 8px;
    color: var(--ms-purple);
    font-size: clamp(28px, 4vw, 42px);
    font-variant-numeric: tabular-nums;
}

.ms-stat span {
    color: var(--ms-muted);
    font-size: 13px;
}

.ms-section {
    padding: 92px 0 104px;
}

.ms-section--tint {
    background: var(--ms-tint);
}

.ms-intro {
    display: grid;
    grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
    gap: clamp(40px, 7vw, 100px);
}

.ms-page h2 {
    color: var(--ms-purple);
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.15;
    letter-spacing: -.025em;
}

.ms-prose p {
    margin-bottom: 18px;
    color: #47414f;
    font-size: 17px;
    line-height: 1.8;
}

.ms-heading {
    max-width: 720px;
    margin-bottom: 44px;
}

.ms-heading h2 {
    margin-bottom: 16px;
}

.ms-heading > p:last-child {
    color: var(--ms-muted);
    font-size: 17px;
    line-height: 1.7;
}

.ms-heading--center {
    margin-inline: auto;
    text-align: center;
}

.ms-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2px;
    background: var(--ms-line);
}

.ms-feature {
    padding: 34px 30px;
    background: #fff;
}

.ms-feature__icon {
    display: inline-flex;
    width: 46px;
    height: 46px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    color: var(--ms-purple);
    background: #f0edf8;
}

.ms-feature h3 {
    margin-bottom: 10px;
    color: var(--ms-purple);
    font-size: 19px;
}

.ms-feature p,
.ms-process li > p:last-child,
.ms-difference__list p {
    margin-bottom: 0;
    color: var(--ms-muted);
    line-height: 1.7;
}

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

.ms-plan {
    position: relative;
    display: flex;
    min-width: 0;
    padding: 34px 28px 30px;
    flex-direction: column;
    border: 1px solid var(--ms-line);
    background: #fff;
    box-shadow: 0 14px 38px rgba(63, 48, 117, .08);
}

.ms-plan--featured {
    color: #fff;
    border-color: var(--ms-purple-dark);
    background: var(--ms-purple-dark);
    box-shadow: inset 0 3px 0 var(--ms-gold), 0 20px 50px rgba(32, 21, 79, .22);
}

.ms-plan__badge {
    align-self: flex-start;
    margin-bottom: 18px;
    padding: 6px 10px;
    color: var(--ms-purple-dark);
    background: var(--ms-gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ms-plan h3 {
    margin-bottom: 14px;
    color: var(--ms-purple);
    font-size: 20px;
}

.ms-plan--featured h3 {
    color: #fff;
}

.ms-plan__price {
    margin-bottom: 20px;
    color: var(--ms-ink);
    font-size: clamp(36px, 4vw, 50px);
    font-weight: 800;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.ms-plan--featured .ms-plan__price {
    color: #fff;
}

.ms-plan__price span {
    display: block;
    margin-top: 8px;
    color: var(--ms-muted);
    font-size: 13px;
    font-weight: 600;
}

.ms-plan--featured .ms-plan__price span {
    color: rgba(255, 255, 255, .72);
}

.ms-plan hr {
    width: 100%;
    margin: 0 0 20px;
    border: 0;
    border-top: 1px solid var(--ms-line);
}

.ms-plan--featured hr {
    border-color: rgba(255, 255, 255, .2);
}

.ms-plan ul {
    margin: 0 0 28px;
    padding: 0;
    flex: 1;
    list-style: none;
}

.ms-plan li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 24px;
    color: #494352;
    font-size: 14px;
    line-height: 1.5;
}

.ms-plan li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1b9151;
    font-weight: 800;
}

.ms-plan--featured li {
    color: rgba(255, 255, 255, .86);
}

.ms-plan--featured li::before {
    color: var(--ms-gold);
}

.ms-process {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ms-process li {
    padding: 0 26px 0 0;
    border-top: 2px solid var(--ms-line);
}

.ms-process__number {
    display: inline-flex;
    width: 38px;
    height: 38px;
    margin: -20px 0 26px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--ms-purple);
    font-weight: 800;
}

.ms-process__time {
    margin-bottom: 9px;
    color: var(--ms-gold-dark);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
}

.ms-process h3 {
    margin-bottom: 10px;
    color: var(--ms-purple);
    font-size: 19px;
}

.ms-difference {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: clamp(40px, 7vw, 100px);
}

.ms-difference__list article {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 18px;
    padding: 24px 0;
    border-top: 1px solid var(--ms-line);
}

.ms-difference__list article > span {
    color: var(--ms-gold-dark);
    font-size: 20px;
}

.ms-difference__list h3 {
    margin-bottom: 7px;
    color: var(--ms-purple);
    font-size: 20px;
}

.ms-quotes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.ms-quotes figure {
    margin: 0;
    padding: 30px;
    background: var(--ms-tint);
}

.ms-quotes blockquote {
    margin: 0 0 24px;
    color: #403a47;
    font-size: 16px;
    line-height: 1.75;
}

.ms-quotes figcaption strong,
.ms-quotes figcaption span {
    display: block;
}

.ms-quotes figcaption strong {
    color: var(--ms-purple);
}

.ms-quotes figcaption span {
    margin-top: 4px;
    color: var(--ms-muted);
    font-size: 13px;
}

.ms-section--faq {
    background: #fff;
}

.ms-faq-layout {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: clamp(40px, 7vw, 100px);
}

.ms-faq__item {
    border-top: 1px solid var(--ms-line);
}

.ms-faq__item:last-child {
    border-bottom: 1px solid var(--ms-line);
}

.ms-faq__button {
    display: flex;
    width: 100%;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 0;
    color: var(--ms-purple);
    background: transparent;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.ms-faq__button > span:last-child {
    font-size: 22px;
    transition: transform 180ms ease;
}

.ms-faq__button[aria-expanded="true"] > span:last-child {
    transform: rotate(45deg);
}

.ms-faq__answer {
    padding: 0 42px 20px 0;
}

.ms-faq__answer p {
    margin: 0;
    color: var(--ms-muted);
    line-height: 1.7;
}

.ms-cta {
    padding: 86px 0 96px;
    color: #fff;
    background: var(--ms-purple-dark);
    text-align: center;
}

.ms-cta h2 {
    max-width: 820px;
    margin: 0 auto 18px;
    color: #fff;
}

.ms-cta > .ms-shell > p:not(.ms-kicker) {
    max-width: 650px;
    margin: 0 auto 28px;
    color: rgba(255, 255, 255, .78);
    font-size: 17px;
    line-height: 1.7;
}

.ms-actions--center {
    justify-content: center;
}

/* Digital Marketing hero */
.ms-dm-hero {
    position: relative;
    padding: 220px 0 118px;
    color: var(--ms-ink);
    background:
        radial-gradient(circle at 78% 36%, rgba(128, 97, 209, .16), transparent 31%),
        linear-gradient(135deg, #fff 0%, #fbfaff 52%, #f5f0ff 100%);
}

.ms-dm-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(390px, .97fr);
    gap: clamp(26px, 4vw, 62px);
    align-items: center;
}

.ms-dm-hero .ms-kicker {
    display: inline-flex;
    margin-bottom: 24px;
    padding: 9px 16px;
    border-radius: 999px;
    color: var(--ms-purple);
    background: #f0ecfa;
    letter-spacing: .16em;
}

.ms-dm-hero h1 {
    max-width: 720px;
    margin-bottom: 28px;
    color: #14112f;
    font-size: clamp(46px, 5.1vw, 72px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.ms-dm-hero h1 > span {
    display: block;
    white-space: nowrap;
}

.ms-dm-hero__script {
    position: relative;
    display: inline-block;
    padding-inline: .04em;
    font-family: "Segoe Script", "Bradley Hand", "Brush Script MT", cursive;
    font-size: 1.08em;
    font-weight: 500;
    letter-spacing: -.06em;
    line-height: .9;
}

.ms-dm-hero__script::after {
    content: "";
    position: absolute;
    right: .02em;
    bottom: -.08em;
    left: .02em;
    height: 4px;
    border-radius: 999px;
    background: currentColor;
    transform: rotate(-2deg);
}

.ms-dm-hero__script--purple {
    color: #9b82db;
}

.ms-dm-hero__script--purple::before {
    content: "✦";
    position: absolute;
    top: -.65em;
    right: -.48em;
    color: #edb326;
    font-family: sans-serif;
    font-size: .42em;
    transform: rotate(12deg);
}

.ms-dm-hero__script--gold {
    color: #e6aa19;
}

.ms-dm-hero .ms-hero__summary {
    max-width: 620px;
    margin-bottom: 30px;
    color: #514c5d;
    font-size: 18px;
    line-height: 1.72;
}

.ms-dm-hero__actions {
    max-width: 560px;
}

.ms-dm-hero__actions .ms-button {
    min-height: 58px;
    gap: 13px;
    border-radius: 13px;
}

.ms-dm-hero__actions .ms-button > span:nth-child(2) {
    flex: 1;
}

.ms-dm-hero__button-icon {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--ms-purple-dark);
}

.ms-dm-hero__actions .ms-button--outline {
    background: rgba(255, 255, 255, .78);
}

.ms-dm-hero__visual {
    margin: 0;
}

.ms-dm-hero__visual img {
    display: block;
    width: min(100%, 520px);
    height: auto;
    margin-inline: auto;
    filter: drop-shadow(0 28px 36px rgba(63, 48, 117, .08));
}

.ms-dm-assurances {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 64px;
    padding: 28px 12px;
    border: 1px solid rgba(63, 48, 117, .06);
    border-radius: 24px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 22px 60px rgba(63, 48, 117, .08);
}

.ms-dm-assurances article {
    padding: 4px 24px;
    text-align: center;
    border-right: 1px solid var(--ms-line);
}

.ms-dm-assurances article:last-child {
    border-right: 0;
}

.ms-dm-assurances article > span {
    display: inline-flex;
    width: 52px;
    height: 52px;
    margin-bottom: 14px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--ms-purple);
    background: #f1edfa;
    font-size: 21px;
}

.ms-dm-assurances h2 {
    margin-bottom: 7px;
    color: #211b36;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: 0;
}

.ms-dm-assurances p {
    margin-bottom: 0;
    color: var(--ms-muted);
    font-size: 14px;
    line-height: 1.55;
}

.ms-dm-trust {
    display: flex;
    margin-top: 28px;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.ms-dm-trust__avatars {
    display: flex;
    padding-left: 14px;
}

.ms-dm-trust__avatars img,
.ms-dm-trust__avatars span {
    width: 48px;
    height: 48px;
    margin-left: -14px;
    border: 3px solid #fff;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 7px 18px rgba(28, 20, 55, .14);
}

.ms-dm-trust__avatars span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #8061d1;
}

.ms-dm-trust p {
    margin: 0;
    color: #4f495d;
    font-size: 15px;
}

.ms-dm-trust strong {
    display: block;
    color: var(--ms-purple);
}

.ms-dm-mobile-chat {
    display: none;
}

.ms-dm-services {
    padding: 96px 0 108px;
    background:
        radial-gradient(circle at 50% 18%, rgba(128, 97, 209, .07), transparent 30%),
        #fcfbff;
}

.ms-dm-services__heading {
    max-width: 820px;
    margin: 0 auto 52px;
    text-align: center;
}

.ms-dm-services__eyebrow {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: var(--ms-purple);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.ms-dm-services__eyebrow span {
    position: relative;
    display: block;
    width: 18px;
    height: 3px;
    border-radius: 99px;
    background: #efb52b;
}

.ms-dm-services__eyebrow span:first-child {
    transform: rotate(12deg);
}

.ms-dm-services__eyebrow span:last-child {
    transform: rotate(-12deg);
}

.ms-dm-services__heading h2 {
    margin-bottom: 24px;
    color: #11113f;
    font-size: clamp(44px, 5.2vw, 70px);
    line-height: 1.04;
    letter-spacing: -.04em;
}

.ms-dm-services__heading h2 em {
    position: relative;
    display: block;
    width: fit-content;
    margin: 5px auto 0;
    color: #7650c8;
    font-family: "Segoe Script", "Bradley Hand", "Brush Script MT", cursive;
    font-size: 1.05em;
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 1;
}

.ms-dm-services__heading h2 em::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -.08em;
    left: 0;
    height: 4px;
    border-radius: 99px;
    background: #9a7bdd;
    transform: rotate(-2deg);
}

.ms-dm-services__heading > p:last-child {
    max-width: 640px;
    margin: 0 auto;
    color: #5d5868;
    font-size: 18px;
    line-height: 1.65;
}

.ms-dm-services__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.ms-dm-service-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 342px;
    padding: 34px 28px 28px;
    align-items: center;
    flex-direction: column;
    border: 1px solid rgba(63, 48, 117, .06);
    border-radius: 22px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 46px rgba(63, 48, 117, .08);
    text-align: center;
}

.ms-dm-service-card__icon {
    position: relative;
    display: inline-flex;
    width: 92px;
    height: 92px;
    margin-bottom: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    color: #6940bd;
    background: linear-gradient(145deg, #f7f3ff, #eee7ff);
    font-size: 38px;
}

.ms-dm-service-card__icon::after {
    content: "";
    position: absolute;
    top: 14px;
    right: 13px;
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #efb52b;
    box-shadow: 0 4px 10px rgba(239, 181, 43, .24);
}

.ms-dm-service-card:nth-child(2n) .ms-dm-service-card__icon::after {
    top: auto;
    right: auto;
    bottom: 13px;
    left: 13px;
}

.ms-dm-service-card h3 {
    margin-bottom: 13px;
    color: #11112f;
    font-size: 22px;
    line-height: 1.25;
}

.ms-dm-service-card p {
    margin-bottom: 24px;
    color: #625d6d;
    font-size: 16px;
    line-height: 1.65;
}

.ms-dm-service-card__line {
    display: block;
    width: 46px;
    height: 4px;
    margin-top: auto;
    border-radius: 99px;
    background: #8d68d5;
}

.ms-dm-process-section {
    padding: 96px 0 108px;
    background:
        radial-gradient(circle at 48% 12%, rgba(128, 97, 209, .07), transparent 30%),
        #fff;
}

.ms-dm-process-shell {
    max-width: 980px;
}

.ms-dm-process-heading {
    max-width: 780px;
    margin: 0 auto 58px;
    text-align: center;
}

.ms-dm-process-heading__eyebrow {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: var(--ms-purple);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.ms-dm-process-heading__eyebrow span {
    display: block;
    width: 18px;
    height: 3px;
    border-radius: 99px;
    background: #efb52b;
}

.ms-dm-process-heading__eyebrow span:first-child {
    transform: rotate(12deg);
}

.ms-dm-process-heading__eyebrow span:last-child {
    transform: rotate(-12deg);
}

.ms-dm-process-heading h2 {
    margin-bottom: 26px;
    color: #11113f;
    font-size: clamp(46px, 5.2vw, 68px);
    line-height: 1.04;
    letter-spacing: -.04em;
}

.ms-dm-process-heading h2 em {
    position: relative;
    display: block;
    width: fit-content;
    margin: 7px auto 0;
    color: #7650c8;
    font-family: "Segoe Script", "Bradley Hand", "Brush Script MT", cursive;
    font-size: 1.05em;
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 1;
}

.ms-dm-process-heading h2 em::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -.08em;
    left: 0;
    height: 4px;
    border-radius: 99px;
    background: #9a7bdd;
    transform: rotate(-2deg);
}

.ms-dm-process-heading > p:last-child {
    margin: 0;
    color: #5d5868;
    font-size: 18px;
    line-height: 1.65;
}

.ms-dm-process-list {
    position: relative;
    max-width: 850px;
    margin: 0 auto 58px;
    padding: 0;
    list-style: none;
}

.ms-dm-process-list::before {
    content: "";
    position: absolute;
    top: 28px;
    bottom: 28px;
    left: 25px;
    border-left: 2px dashed #d7c9f5;
}

.ms-dm-process-list li {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 150px;
    grid-template-columns: 52px 96px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
}

.ms-dm-process-list__number {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, #6242c3, #3f279f);
    box-shadow: 0 9px 20px rgba(63, 39, 159, .2);
    font-size: 16px;
    font-weight: 800;
}

.ms-dm-process-list__icon {
    display: inline-flex;
    width: 92px;
    height: 92px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #6745bd;
    background: #fff;
    box-shadow: 0 16px 38px rgba(63, 48, 117, .12);
    font-size: 34px;
}

.ms-dm-process-list h3 {
    margin-bottom: 8px;
    color: #14112f;
    font-size: 22px;
    line-height: 1.3;
}

.ms-dm-process-list p {
    margin: 0;
    color: #5d5868;
    font-size: 16px;
    line-height: 1.65;
}

.ms-dm-process-cta {
    position: relative;
    display: flex;
    overflow: hidden;
    min-height: 250px;
    padding: 44px 48px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-radius: 22px;
    color: #fff;
    background: linear-gradient(135deg, #20124f, #2f176d);
}

.ms-dm-process-cta::before {
    content: "↗";
    position: absolute;
    right: 32px;
    bottom: -42px;
    color: rgba(139, 102, 220, .14);
    font-size: 230px;
    font-weight: 800;
    line-height: 1;
}

.ms-dm-process-cta > * {
    position: relative;
    z-index: 1;
}

.ms-dm-process-cta h3 {
    max-width: 470px;
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.12;
}

.ms-dm-process-cta p {
    max-width: 470px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 16px;
    line-height: 1.65;
}

.ms-dm-process-cta .ms-button {
    min-width: 260px;
    gap: 16px;
    border-radius: 12px;
}

.ms-dm-process-assurances {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 34px;
}

.ms-dm-process-assurances p {
    display: flex;
    margin: 0;
    padding: 0 22px;
    align-items: center;
    justify-content: center;
    gap: 13px;
    border-right: 1px solid var(--ms-line);
    color: #302a3d;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.ms-dm-process-assurances p:last-child {
    border-right: 0;
}

.ms-dm-process-assurances span {
    display: inline-flex;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--ms-purple);
    background: #f1edfa;
    font-size: 20px;
}

.ms-dm-hero__curve {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    display: block;
    width: 100%;
    height: 58px;
    fill: var(--ms-purple-dark);
}

@media (max-width: 991px) {
    .ms-hero {
        padding-top: 190px;
    }

    .ms-hero__grid,
    .ms-intro,
    .ms-difference,
    .ms-faq-layout {
        grid-template-columns: 1fr;
    }

    .ms-feature-grid,
    .ms-plan-grid,
    .ms-quotes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ms-plan--featured {
        grid-row: span 1;
    }

    .ms-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 54px 20px;
    }

    .ms-dm-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
        gap: 18px;
    }

    .ms-dm-hero h1 {
        font-size: clamp(42px, 6.5vw, 60px);
    }

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

@media (max-width: 767px) {
    .ms-page {
        font-size: 16px;
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }

    .ms-shell {
        width: min(100% - 32px, 1140px);
    }

    .ms-hero {
        padding: 128px 0 56px;
    }

    .ms-hero__grid {
        gap: 32px;
    }

    .ms-hero h1 {
        margin-bottom: 20px;
        font-size: clamp(34px, 10.5vw, 44px);
        line-height: 1.08;
        letter-spacing: -.03em;
    }

    .ms-hero__summary {
        margin-bottom: 24px;
        font-size: 17px;
        line-height: 1.65;
    }

    .ms-button {
        min-height: 52px;
        padding: 14px 20px;
        touch-action: manipulation;
    }

    .ms-proof {
        display: grid;
        gap: 8px;
        margin-top: 22px;
        font-size: 16px;
    }

    .ms-hero__panel {
        padding: 24px 22px;
        box-shadow: 0 18px 42px rgba(8, 4, 29, .24);
    }

    .ms-hero__panel h2 {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .ms-hero__panel > p:last-child {
        margin-top: 16px;
        font-size: 16px;
    }

    .ms-hero__signal {
        height: 52px;
    }

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

    .ms-stat {
        padding: 24px 12px;
    }

    .ms-stat strong {
        font-size: 32px;
    }

    .ms-stat span {
        font-size: 14px;
        line-height: 1.4;
    }

    .ms-stat:nth-child(2) {
        border-right: 0;
    }

    .ms-stat:nth-child(-n+2) {
        border-bottom: 1px solid var(--ms-line);
    }

    .ms-section {
        padding: 56px 0 64px;
    }

    .ms-page h2 {
        font-size: clamp(30px, 9vw, 38px);
        line-height: 1.16;
    }

    .ms-prose p,
    .ms-heading > p:last-child,
    .ms-feature p,
    .ms-process li > p:last-child,
    .ms-difference__list p,
    .ms-quotes blockquote,
    .ms-faq__answer p,
    .ms-cta > .ms-shell > p:not(.ms-kicker) {
        font-size: 16px;
        line-height: 1.7;
    }

    .ms-heading {
        margin-bottom: 32px;
    }

    .ms-feature-grid,
    .ms-plan-grid,
    .ms-process,
    .ms-quotes {
        grid-template-columns: 1fr;
    }

    .ms-feature-grid {
        gap: 1px;
    }

    .ms-feature {
        display: grid;
        grid-template-columns: 46px 1fr;
        gap: 6px 16px;
        padding: 24px 20px;
    }

    .ms-feature__icon {
        grid-row: 1 / 3;
        margin-bottom: 0;
    }

    .ms-feature h3,
    .ms-feature p {
        grid-column: 2;
    }

    .ms-feature h3 {
        margin-bottom: 2px;
        font-size: 19px;
    }

    .ms-process {
        gap: 52px;
    }

    .ms-process li {
        position: relative;
        min-height: 48px;
        padding: 0 0 0 58px;
        border-top: 0;
    }

    .ms-process__number {
        position: absolute;
        top: 0;
        left: 0;
        width: 42px;
        height: 42px;
        margin: 0;
    }

    .ms-process h3 {
        font-size: 20px;
    }

    .ms-plan {
        padding: 30px 24px 26px;
    }

    .ms-plan--featured {
        order: -1;
    }

    .ms-plan h3 {
        font-size: 21px;
    }

    .ms-plan__price {
        font-size: 42px;
    }

    .ms-plan__price span,
    .ms-plan li {
        font-size: 16px;
    }

    .ms-plan li {
        margin-bottom: 12px;
        padding-left: 26px;
    }

    .ms-difference__list article {
        grid-template-columns: 40px 1fr;
        gap: 14px;
        padding: 22px 0;
    }

    .ms-quotes {
        gap: 12px;
    }

    .ms-quotes figure {
        padding: 24px 22px;
    }

    .ms-faq__button {
        min-height: 60px;
        padding: 18px 0;
        font-size: 16px;
        line-height: 1.45;
        touch-action: manipulation;
    }

    .ms-faq__answer {
        padding-right: 0;
    }

    .ms-cta {
        padding: 64px 0 72px;
    }

    .ms-actions .ms-button {
        width: 100%;
    }

    .ms-dm-hero {
        padding: 128px 0 100px;
    }

    .ms-dm-hero__grid {
        position: relative;
        grid-template-columns: minmax(0, 1fr) 112px;
        gap: 0;
        align-items: start;
    }

    .ms-dm-hero__content {
        display: contents;
    }

    .ms-dm-hero .ms-kicker {
        grid-column: 1 / -1;
        margin-bottom: 20px;
        padding: 8px 13px;
        justify-self: start;
    }

    .ms-dm-hero h1 {
        position: relative;
        z-index: 2;
        grid-column: 1 / -1;
        width: calc(100% - 118px);
        margin-bottom: 24px;
        font-size: clamp(29px, 8vw, 34px);
        line-height: 1.16;
    }

    .ms-dm-hero .ms-hero__summary {
        position: relative;
        z-index: 2;
        grid-column: 1;
        margin-bottom: 24px;
        padding-right: 20px;
        font-size: 15px;
        line-height: 1.65;
    }

    .ms-dm-hero__visual {
        position: absolute;
        top: 62px;
        right: -5px;
        z-index: 1;
        width: 160px;
        margin: 0;
        pointer-events: none;
    }

    .ms-dm-hero__visual img {
        width: 100%;
        max-height: 440px;
        object-fit: contain;
        object-position: top right;
    }

    .ms-dm-hero__actions {
        position: relative;
        z-index: 2;
        grid-column: 1 / -1;
        gap: 12px;
    }

    .ms-dm-hero__actions .ms-button {
        min-height: 60px;
        padding-inline: 16px;
        text-align: left;
    }

    .ms-dm-assurances {
        margin-top: 28px;
        padding: 24px 12px;
        border-radius: 20px;
    }

    .ms-dm-assurances article {
        padding: 0 10px;
    }

    .ms-dm-assurances article > span {
        width: 46px;
        height: 46px;
        font-size: 18px;
    }

    .ms-dm-assurances h2 {
        font-size: 13px;
    }

    .ms-dm-assurances p {
        font-size: 12px;
        line-height: 1.45;
    }

    .ms-dm-trust {
        margin-top: 24px;
        justify-content: flex-start;
        gap: 14px;
    }

    .ms-dm-trust__avatars img,
    .ms-dm-trust__avatars span {
        width: 43px;
        height: 43px;
        margin-left: -13px;
    }

    .ms-dm-trust p {
        font-size: 13px;
        line-height: 1.45;
    }

    body.page-id-3769 .wa__btn_popup,
    body.page-id-3769 .wa__popup_chat_box {
        display: none !important;
    }

    .ms-dm-mobile-chat {
        display: flex;
        width: min(100%, 300px);
        min-height: 60px;
        margin: 28px auto 0;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        color: #403a4c;
        text-decoration: none;
    }

    .ms-dm-mobile-chat > span {
        display: inline-flex;
        min-height: 48px;
        padding: 10px 16px;
        align-items: center;
        gap: 7px;
        border-radius: 13px;
        background: #fff;
        box-shadow: 0 10px 28px rgba(38, 25, 72, .13);
        font-size: 13px;
        white-space: nowrap;
    }

    .ms-dm-mobile-chat > span strong {
        color: var(--ms-purple);
    }

    .ms-dm-mobile-chat > .fa-whatsapp {
        display: inline-flex;
        width: 58px;
        height: 58px;
        flex: 0 0 58px;
        align-items: center;
        justify-content: center;
        border: 4px solid rgba(255, 255, 255, .7);
        border-radius: 50%;
        color: #fff;
        background: #2bbb4b;
        box-shadow: 0 10px 24px rgba(25, 133, 52, .25);
        font-size: 30px;
    }

    .ms-dm-mobile-chat:hover,
    .ms-dm-mobile-chat:focus-visible {
        color: #403a4c;
        text-decoration: none;
    }

    .ms-dm-services {
        padding: 68px 0 76px;
    }

    .ms-dm-services__heading {
        margin-bottom: 34px;
    }

    .ms-dm-services__eyebrow {
        margin-bottom: 16px;
        gap: 10px;
        font-size: 12px;
    }

    .ms-dm-services__heading h2 {
        margin-bottom: 24px;
        font-size: clamp(34px, 10vw, 42px);
        line-height: 1.08;
    }

    .ms-dm-services__heading h2 em {
        margin-top: 4px;
        font-size: 1.08em;
    }

    .ms-dm-services__heading > p:last-child {
        max-width: 330px;
        font-size: 16px;
        line-height: 1.6;
    }

    .ms-dm-services__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .ms-dm-service-card {
        min-height: 294px;
        padding: 22px 14px 18px;
        border-radius: 18px;
    }

    .ms-dm-service-card__icon {
        width: 72px;
        height: 72px;
        margin-bottom: 17px;
        border-radius: 18px;
        font-size: 30px;
    }

    .ms-dm-service-card h3 {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.3;
    }

    .ms-dm-service-card p {
        margin-bottom: 16px;
        font-size: 13px;
        line-height: 1.55;
    }

    .ms-dm-service-card__line {
        width: 36px;
        height: 3px;
    }

    .ms-dm-process-section {
        padding: 68px 0 76px;
    }

    .ms-dm-process-heading {
        margin-bottom: 42px;
    }

    .ms-dm-process-heading__eyebrow {
        margin-bottom: 16px;
        gap: 10px;
        font-size: 12px;
    }

    .ms-dm-process-heading h2 {
        margin-bottom: 24px;
        font-size: clamp(34px, 10vw, 42px);
        line-height: 1.08;
    }

    .ms-dm-process-heading h2 em {
        margin-top: 4px;
        font-size: 1.08em;
    }

    .ms-dm-process-heading > p:last-child {
        max-width: 340px;
        margin-inline: auto;
        font-size: 16px;
        line-height: 1.6;
    }

    .ms-dm-process-list {
        margin-bottom: 38px;
    }

    .ms-dm-process-list::before {
        top: 22px;
        bottom: 22px;
        left: 19px;
    }

    .ms-dm-process-list li {
        min-height: 154px;
        grid-template-columns: 40px 64px minmax(0, 1fr);
        gap: 10px;
    }

    .ms-dm-process-list__number {
        width: 40px;
        height: 40px;
        font-size: 13px;
    }

    .ms-dm-process-list__icon {
        width: 62px;
        height: 62px;
        font-size: 25px;
    }

    .ms-dm-process-list h3 {
        margin-bottom: 6px;
        font-size: 17px;
    }

    .ms-dm-process-list p {
        font-size: 13px;
        line-height: 1.55;
    }

    .ms-dm-process-cta {
        min-height: 0;
        padding: 28px 24px 24px;
        align-items: stretch;
        flex-direction: column;
        gap: 22px;
        border-radius: 18px;
    }

    .ms-dm-process-cta::before {
        right: -6px;
        bottom: 3px;
        font-size: 150px;
    }

    .ms-dm-process-cta h3 {
        margin-bottom: 10px;
        font-size: 29px;
    }

    .ms-dm-process-cta p {
        font-size: 15px;
    }

    .ms-dm-process-cta .ms-button {
        width: 100%;
        min-width: 0;
        min-height: 58px;
    }

    .ms-dm-process-assurances {
        margin-top: 28px;
    }

    .ms-dm-process-assurances p {
        padding: 0 8px;
        flex-direction: column;
        gap: 9px;
        border-right: 1px solid var(--ms-line);
        font-size: 12px;
        text-align: center;
    }

    .ms-dm-process-assurances span {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        font-size: 18px;
    }
}

@media (max-width: 359px) {
    .ms-shell {
        width: min(100% - 24px, 1140px);
    }

    .ms-hero {
        padding-top: 116px;
    }

    .ms-hero h1 {
        font-size: 32px;
    }

    .ms-feature {
        grid-template-columns: 42px 1fr;
        gap: 6px 12px;
        padding-inline: 16px;
    }

    .ms-dm-hero h1 {
        width: calc(100% - 90px);
        font-size: 28px;
    }

    .ms-dm-hero__grid {
        grid-template-columns: minmax(0, 1fr) 90px;
    }

    .ms-dm-hero__visual {
        top: 54px;
        right: 0;
        width: 130px;
    }

    .ms-dm-hero .ms-hero__summary {
        padding-right: 16px;
        font-size: 14px;
    }

    .ms-dm-assurances {
        padding-inline: 6px;
    }

    .ms-dm-assurances article {
        padding-inline: 6px;
    }

    .ms-dm-assurances p {
        font-size: 11px;
    }

    .ms-dm-trust {
        align-items: flex-start;
    }

    .ms-dm-trust__avatars img,
    .ms-dm-trust__avatars span {
        width: 39px;
        height: 39px;
    }

    .ms-dm-mobile-chat {
        width: 100%;
        gap: 8px;
    }

    .ms-dm-mobile-chat > span {
        padding-inline: 12px;
        font-size: 12px;
    }

    .ms-dm-services__grid {
        gap: 8px;
    }

    .ms-dm-service-card {
        min-height: 304px;
        padding-inline: 10px;
    }

    .ms-dm-service-card__icon {
        width: 64px;
        height: 64px;
        font-size: 27px;
    }

    .ms-dm-service-card h3 {
        font-size: 14px;
    }

    .ms-dm-service-card p {
        font-size: 12px;
    }

    .ms-dm-process-list li {
        grid-template-columns: 36px 54px minmax(0, 1fr);
        gap: 8px;
    }

    .ms-dm-process-list::before {
        left: 17px;
    }

    .ms-dm-process-list__number {
        width: 36px;
        height: 36px;
        font-size: 12px;
    }

    .ms-dm-process-list__icon {
        width: 52px;
        height: 52px;
        font-size: 22px;
    }

    .ms-dm-process-list h3 {
        font-size: 15px;
    }

    .ms-dm-process-list p,
    .ms-dm-process-assurances p {
        font-size: 11px;
    }

    .ms-dm-process-cta {
        padding-inline: 20px;
    }
}

@media (min-width: 700px) and (max-height: 500px) and (orientation: landscape) {
    .ms-hero {
        padding: 92px 0 44px;
    }

    .ms-hero__grid {
        grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
        gap: 36px;
    }

    .ms-dm-hero {
        padding: 92px 0 76px;
    }

    .ms-dm-hero__grid {
        grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr);
    }

    .ms-dm-hero h1 {
        font-size: 34px;
    }

    .ms-dm-hero__visual img {
        max-height: 460px;
    }

    .ms-dm-assurances,
    .ms-dm-trust {
        display: none;
    }

    .ms-hero h1 {
        font-size: 34px;
    }

    .ms-hero__summary {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 1.55;
    }

    .ms-proof {
        margin-top: 18px;
    }

    .ms-hero__panel {
        padding: 24px;
    }

    .ms-hero__panel h2 {
        margin-bottom: 18px;
        font-size: 25px;
    }

    .ms-hero__signal {
        height: 52px;
    }

    .ms-proof,
    .ms-hero__panel > p:last-child,
    .ms-prose p,
    .ms-heading > p:last-child,
    .ms-feature p,
    .ms-plan li,
    .ms-process li > p:last-child,
    .ms-difference__list p,
    .ms-quotes blockquote,
    .ms-faq__button,
    .ms-faq__answer p,
    .ms-cta > .ms-shell > p:not(.ms-kicker) {
        font-size: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ms-page *,
    .ms-page *::before,
    .ms-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
