/*
 * WriteMyEssays-only public styles.
 *
 * Public marketing rules are scoped to the WriteMyEssays home or public-page
 * body classes so shared layouts, GoodAcademic, and account pages stay isolated.
 */

:is(.wme-public-home, .wme-public-page) {
    --wme-ink: #14213d;
    --wme-ink-soft: #526079;
    --wme-navy: #101936;
    --wme-primary: #4f5ee8;
    --wme-primary-dark: #3744c8;
    --wme-mint: #39c6a3;
    --wme-peach: #ff8b6a;
    --wme-lilac: #eef0ff;
    --wme-cloud: #f6f7fb;
    --wme-line: #dfe3ef;
    --wme-white: #ffffff;
    background: var(--wme-white);
    color: var(--wme-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}

:is(.wme-public-home, .wme-public-page) main {
    overflow: hidden;
}

:is(.wme-public-home, .wme-public-page) main h1,
:is(.wme-public-home, .wme-public-page) main h2,
:is(.wme-public-home, .wme-public-page) main h3,
:is(.wme-public-home, .wme-public-page) main p,
:is(.wme-public-home, .wme-public-page) main ul,
:is(.wme-public-home, .wme-public-page) main blockquote {
    margin-top: 0;
}

:is(.wme-public-home, .wme-public-page) main h1,
:is(.wme-public-home, .wme-public-page) main h2,
:is(.wme-public-home, .wme-public-page) main h3 {
    padding-top: 0;
    color: var(--wme-ink);
    font-family: inherit;
    font-weight: 800;
    letter-spacing: -0.035em;
}

:is(.wme-public-home, .wme-public-page) main p,
:is(.wme-public-home, .wme-public-page) main li,
:is(.wme-public-home, .wme-public-page) main small,
:is(.wme-public-home, .wme-public-page) main span {
    font-family: inherit;
}

:is(.wme-public-home, .wme-public-page) main a {
    text-decoration: none;
}

:is(.wme-public-home, .wme-public-page) main a:focus-visible,
:is(.wme-public-home, .wme-public-page) main button:focus-visible,
:is(.wme-public-home, .wme-public-page) main input:focus-visible,
:is(.wme-public-home, .wme-public-page) main select:focus-visible,
:is(.wme-public-home, .wme-public-page) main summary:focus-visible,
:is(.wme-public-home, .wme-public-page) .navbar a:focus-visible,
:is(.wme-public-home, .wme-public-page) .navbar button:focus-visible,
:is(.wme-public-home, .wme-public-page) footer a:focus-visible,
:is(.wme-public-home, .wme-public-page) footer input:focus-visible,
:is(.wme-public-home, .wme-public-page) footer button:focus-visible {
    outline: 3px solid rgba(79, 94, 232, 0.35) !important;
    outline-offset: 3px;
}

:is(.wme-public-home, .wme-public-page) .container {
    max-width: 1200px;
}

/* WriteMyEssays public navigation. This component is intentionally body-class
 * independent so Laravel auth pages and the WordPress blog share one header. */
.wme-public-nav {
    --wme-nav-ink: #14213d;
    --wme-nav-muted: #526079;
    --wme-nav-primary: #4f5ee8;
    --wme-nav-primary-dark: #3744c8;
    --wme-nav-mint: #39c6a3;
    --wme-nav-lilac: #eef0ff;
    --wme-nav-line: #dfe3ef;
    position: relative;
    z-index: 30;
    min-height: 74px;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid rgba(20, 33, 61, 0.09);
    background: rgba(255, 255, 255, 0.97) !important;
    box-shadow: 0 8px 26px rgba(20, 33, 61, 0.07) !important;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wme-public-nav .container {
    max-width: 1240px;
    gap: 10px;
}

.wme-public-brand {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    flex: 0 0 auto;
    margin-right: 4px;
    padding: 0;
    color: var(--wme-nav-ink);
    font-weight: 850;
}

.wme-public-brand img {
    width: auto;
    max-width: 176px;
    height: auto;
    max-height: 44px;
    object-fit: contain;
}

.wme-public-brand .logo-text {
    color: var(--wme-nav-ink);
    font-size: clamp(24px, 2.4vw, 34px);
    letter-spacing: -0.035em;
    line-height: 1;
}

.wme-public-nav .navbar-collapse {
    min-width: 0;
}

.wme-public-nav .navbar-nav {
    align-items: center;
    gap: 2px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.wme-public-nav .wme-public-nav-links {
    width: 100%;
    min-width: 0;
    margin-left: clamp(4px, 1.2vw, 18px);
}

.wme-public-nav .wme-public-nav-order-item {
    margin-left: auto;
}

.wme-public-nav .nav-item {
    display: flex;
}

.wme-public-nav .nav-link {
    position: relative;
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 9px 10px !important;
    border: 1px solid transparent;
    border-radius: 10px;
    color: var(--wme-nav-muted) !important;
    background: transparent;
    font-size: 13px;
    font-weight: 720;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.wme-public-nav .nav-link:hover,
.wme-public-nav .nav-link:focus {
    color: var(--wme-nav-primary-dark) !important;
    background: #f5f6ff;
}

.wme-public-nav .nav-link.active,
.wme-public-nav .nav-link[aria-current="page"] {
    border-color: rgba(79, 94, 232, 0.14);
    color: var(--wme-nav-primary-dark) !important;
    background: var(--wme-nav-lilac);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.52);
    font-weight: 850;
}

.wme-public-nav .nav-link.active::after,
.wme-public-nav .nav-link[aria-current="page"]::after {
    position: absolute;
    right: 12px;
    bottom: 4px;
    left: 12px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--wme-nav-primary), var(--wme-nav-mint));
    content: "";
}

.wme-public-nav .wme-nav-order {
    margin-left: 7px;
    padding-right: 17px !important;
    padding-left: 17px !important;
    border-color: var(--wme-nav-primary);
    color: #fff !important;
    background: var(--wme-nav-primary);
    box-shadow: 0 9px 20px rgba(79, 94, 232, 0.24);
}

.wme-public-nav .wme-nav-order:hover,
.wme-public-nav .wme-nav-order:focus {
    border-color: var(--wme-nav-primary-dark);
    color: #fff !important;
    background: var(--wme-nav-primary-dark);
    transform: translateY(-1px);
}

.wme-public-nav .wme-nav-order.active,
.wme-public-nav .wme-nav-order[aria-current="page"] {
    border-color: #2836bd;
    color: #fff !important;
    background: linear-gradient(135deg, #3744c8, #5b68ef);
    box-shadow: 0 10px 23px rgba(55, 68, 200, 0.3), inset 0 0 0 2px rgba(255, 255, 255, 0.28);
}

.wme-public-nav .wme-nav-order.active::after,
.wme-public-nav .wme-nav-order[aria-current="page"]::after {
    display: none;
    content: none;
}

.wme-public-nav .navbar-toggler {
    width: 46px;
    height: 46px;
    padding: 8px;
    border: 1px solid var(--wme-nav-line);
    border-radius: 12px;
    box-shadow: none;
}

.wme-public-nav .navbar-toggler:focus {
    border-color: rgba(79, 94, 232, 0.45);
    box-shadow: 0 0 0 3px rgba(79, 94, 232, 0.13);
}

.wme-public-nav a:focus-visible,
.wme-public-nav button:focus-visible {
    outline: 3px solid rgba(79, 94, 232, 0.28) !important;
    outline-offset: 3px;
}

@media (max-width: 1199.98px) {
    .wme-public-nav .container {
        flex-wrap: wrap;
    }

    .wme-public-nav .navbar-collapse {
        flex-basis: 100%;
        padding: 10px 0 3px;
        border-top: 1px solid #edf0f6;
    }

    .wme-public-nav .navbar-nav,
    .wme-public-nav .wme-public-nav-links {
        width: 100%;
        align-items: stretch;
        gap: 3px;
        margin-left: 0;
    }

    .wme-public-nav .wme-public-nav-order-item {
        margin-left: 0;
    }

    .wme-public-nav .nav-item,
    .wme-public-nav .nav-link {
        width: 100%;
    }

    .wme-public-nav .nav-link {
        justify-content: flex-start;
        padding: 10px 13px !important;
    }

    .wme-public-nav .nav-link.active::after,
    .wme-public-nav .nav-link[aria-current="page"]::after {
        right: auto;
        width: 28px;
    }

    .wme-public-nav .wme-nav-order {
        justify-content: center;
        margin: 6px 0 3px;
    }
}

@media (max-width: 767.98px) {
    .wme-public-nav {
        min-height: 66px;
        padding: 8px 0;
    }

    .wme-public-brand img {
        max-width: 145px;
        max-height: 38px;
    }
}

@media (max-width: 430px) {
    .wme-public-nav .container {
        gap: 6px;
    }

    .wme-public-brand img {
        max-width: 132px;
    }
}

/* Shared homepage controls */
.wme-home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 13px 21px;
    border: 1px solid transparent;
    border-radius: 13px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    transition: transform 170ms ease, background-color 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
}

.wme-home-button:hover {
    transform: translateY(-2px);
}

.wme-home-button-primary {
    background: var(--wme-primary);
    color: var(--wme-white) !important;
    box-shadow: 0 14px 30px rgba(79, 94, 232, 0.25);
}

.wme-home-button-primary:hover {
    background: var(--wme-primary-dark);
    box-shadow: 0 17px 34px rgba(79, 94, 232, 0.3);
}

.wme-home-button-quiet {
    border-color: var(--wme-line);
    background: rgba(255, 255, 255, 0.76);
    color: var(--wme-ink) !important;
}

.wme-home-button-quiet:hover {
    border-color: #c7cde1;
    background: var(--wme-white);
}

.wme-home-button-light {
    background: var(--wme-white);
    color: var(--wme-primary-dark) !important;
    box-shadow: 0 16px 36px rgba(9, 20, 46, 0.22);
}

.wme-home-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    color: var(--wme-primary-dark) !important;
    font-size: 15px;
    font-weight: 800;
}

.wme-home-text-link span {
    transition: transform 150ms ease;
}

.wme-home-text-link:hover span {
    transform: translateX(4px);
}

/* Hero */
.wme-home-hero {
    position: relative;
    padding: 76px 0 92px;
    background:
        radial-gradient(circle at 7% 16%, rgba(57, 198, 163, 0.19), transparent 28%),
        radial-gradient(circle at 91% 9%, rgba(255, 139, 106, 0.18), transparent 23%),
        linear-gradient(135deg, #f7f8ff 0%, #eef1ff 52%, #f8fbff 100%);
}

.wme-home-hero::before,
.wme-home-hero::after {
    position: absolute;
    border-radius: 999px;
    content: "";
    pointer-events: none;
}

.wme-home-hero::before {
    top: 72px;
    left: max(24px, calc(50% - 690px));
    width: 12px;
    height: 12px;
    background: var(--wme-peach);
    box-shadow: 26px 28px 0 -3px var(--wme-mint);
}

.wme-home-hero::after {
    right: max(20px, calc(50% - 680px));
    bottom: 82px;
    width: 82px;
    height: 82px;
    border: 18px solid rgba(79, 94, 232, 0.08);
}

.wme-home-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(440px, 0.92fr);
    gap: clamp(46px, 6vw, 84px);
    align-items: center;
}

.wme-home-hero-copy {
    max-width: 650px;
    animation: wme-home-rise 520ms ease-out both;
}

.wme-home-eyebrow,
.wme-home-section-label,
.wme-home-section-heading > span,
.wme-home-final-cta .container > div > span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
    color: var(--wme-primary-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    line-height: 1.3;
    text-transform: uppercase;
}

.wme-home-eyebrow > span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--wme-mint);
    box-shadow: 0 0 0 5px rgba(57, 198, 163, 0.14);
}

.wme-home-hero h1 {
    max-width: 660px;
    margin-bottom: 23px;
    font-size: clamp(44px, 4.8vw, 66px);
    line-height: 1.03;
}

.wme-home-lead {
    max-width: 620px;
    margin-bottom: 30px;
    color: var(--wme-ink-soft);
    font-size: 18px;
    line-height: 1.72;
}

.wme-home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 25px;
}

.wme-home-proof-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-bottom: 34px;
    padding: 0;
    color: #34415a;
    font-size: 13px;
    font-weight: 700;
    list-style: none;
}

.wme-home-proof-list li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.wme-home-proof-list li > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(57, 198, 163, 0.14);
    color: #158568;
    font-size: 12px;
    font-weight: 900;
}

.wme-home-brief-preview {
    display: grid;
    grid-template-columns: auto minmax(20px, 1fr) auto minmax(20px, 1fr) auto;
    gap: 12px;
    align-items: center;
    max-width: 600px;
    padding: 17px 19px;
    border: 1px solid rgba(79, 94, 232, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 14px 40px rgba(20, 33, 61, 0.06);
    backdrop-filter: blur(8px);
}

.wme-home-brief-preview > div {
    display: flex;
    gap: 8px;
    align-items: center;
}

.wme-home-brief-preview strong {
    color: var(--wme-primary);
    font-size: 12px;
    letter-spacing: 0.08em;
}

.wme-home-brief-preview div > span {
    color: #3b4862;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
}

.wme-home-brief-line {
    height: 1px;
    background: linear-gradient(90deg, var(--wme-line), var(--wme-primary), var(--wme-line));
}

.wme-home-brief-kit {
    display: none;
}

@media (min-width: 992px) {
    .wme-home-hero-grid {
        align-items: start;
    }

    .wme-home-brief-kit {
        display: grid;
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 14px;
        align-items: start;
        max-width: 600px;
        margin-top: 20px;
        padding: 17px 19px;
        border: 1px solid rgba(79, 94, 232, 0.13);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.72);
        box-shadow: 0 14px 40px rgba(20, 33, 61, 0.06);
        backdrop-filter: blur(8px);
    }

    .wme-home-brief-kit-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border-radius: 14px;
        background: linear-gradient(145deg, #e9f9f5, #eef0ff);
        color: var(--wme-primary);
    }

    .wme-home-brief-kit-icon svg {
        width: 24px;
        height: 24px;
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1.7;
    }

    .wme-home-brief-kit-copy > span,
    .wme-home-brief-kit-copy > strong {
        display: block;
    }

    .wme-home-brief-kit-copy > span {
        margin-bottom: 3px;
        color: var(--wme-primary-dark);
        font-size: 9px;
        font-weight: 900;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    .wme-home-brief-kit-copy > strong {
        margin-bottom: 4px;
        color: var(--wme-ink);
        font-size: 15px;
        line-height: 1.3;
    }

    .wme-home-brief-kit-copy p {
        margin-bottom: 10px;
        color: var(--wme-ink-soft);
        font-size: 11px;
        line-height: 1.5;
    }

    .wme-home-brief-kit-copy ul {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .wme-home-brief-kit-copy li {
        padding: 5px 8px;
        border-radius: 999px;
        background: var(--wme-lilac);
        color: #48557a;
        font-size: 9px;
        font-weight: 800;
        line-height: 1.2;
    }
}

/* Hero order form */
.wme-home-order-card {
    position: relative;
    padding: 30px;
    border: 1px solid rgba(20, 33, 61, 0.09);
    border-radius: 26px;
    background: var(--wme-white);
    box-shadow: 0 30px 70px rgba(22, 33, 75, 0.16);
    animation: wme-home-rise 560ms 90ms ease-out both;
}

.wme-home-order-card::before {
    position: absolute;
    top: -10px;
    right: 34px;
    width: 72px;
    height: 20px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--wme-mint), #70dfc2);
    content: "";
    transform: rotate(3deg);
}

.wme-home-order-heading {
    margin-bottom: 22px;
}

.wme-home-order-heading > span {
    display: block;
    margin-bottom: 8px;
    color: var(--wme-primary);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.wme-home-order-heading h2 {
    margin-bottom: 8px;
    font-size: 27px;
    line-height: 1.15;
}

.wme-home-order-heading p {
    margin-bottom: 0;
    color: var(--wme-ink-soft);
    font-size: 13px;
    line-height: 1.55;
}

.wme-home-returning-customer {
    padding: 30px 22px;
    border: 1px solid #dfe4f2;
    border-radius: 17px;
    background: var(--wme-cloud);
    text-align: center;
}

.wme-home-returning-customer > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 15px;
    background: #e1f7f1;
    color: #148368;
    font-size: 20px;
    font-weight: 900;
}

.wme-home-returning-customer h3 {
    margin-bottom: 9px;
    font-size: 23px;
}

.wme-home-returning-customer p {
    margin-bottom: 21px;
    color: var(--wme-ink-soft);
    font-size: 13px;
    line-height: 1.6;
}

.wme-home-returning-customer .wme-home-button {
    width: 100%;
}

.wme-home-order-card .entry-order-form,
.wme-home-order-card .entry-order-fields,
.wme-home-order-card .entry-order-fields > .row,
.wme-home-order-card .entry-order-fields > .row > div {
    max-width: none;
}

.wme-home-order-card .entry-order-fields {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.wme-home-order-card .entry-order-progress {
    margin-bottom: 18px;
    padding: 0;
    border: 0;
    background: transparent;
}

.wme-home-order-card .entry-order-progress-bar {
    height: 5px;
    margin-bottom: 8px;
    overflow: hidden;
    border-radius: 99px;
    background: #edf0f6;
}

.wme-home-order-card .entry-order-progress-bar span {
    display: block;
    width: 34%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--wme-primary), #7783f5);
}

.wme-home-order-card .entry-order-progress-row {
    display: flex;
    justify-content: space-between;
    color: var(--wme-ink-soft);
    font-size: 11px;
}

.wme-home-order-card .entry-order-progress-row strong {
    color: var(--wme-primary-dark);
    font-size: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.wme-home-order-card .entry-order-fields > .row {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin: 0 0 13px;
}

.wme-home-order-card .entry-order-fields > .row:last-child {
    grid-template-columns: minmax(0, 1fr);
    margin-bottom: 4px;
}

.wme-home-order-card .entry-order-fields .col-md-4,
.wme-home-order-card .entry-order-fields .col-md-6,
.wme-home-order-card .entry-order-fields .col-md-8,
.wme-home-order-card .entry-order-fields .offset-md-3,
.wme-home-order-card .entry-order-fields .offset-md-4 {
    width: auto;
    margin-left: 0;
    padding: 0;
}

.wme-home-order-card .entry-order-fields .col-form-label {
    padding: 0;
    color: #36425a;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    text-align: left !important;
}

.wme-home-order-card .entry-order-fields .form-control,
.wme-home-order-card .entry-order-fields .form-select,
.wme-home-order-card .entry-order-fields select {
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid #d9deeb;
    border-radius: 10px;
    background-color: #fbfcff;
    color: var(--wme-ink);
    font-family: inherit;
    font-size: 14px;
    box-shadow: none;
}

.wme-home-order-card .entry-order-fields .form-control:hover,
.wme-home-order-card .entry-order-fields .form-select:hover,
.wme-home-order-card .entry-order-fields select:hover {
    border-color: #bdc5dd;
}

.wme-home-order-card .entry-order-fields .form-control:focus,
.wme-home-order-card .entry-order-fields .form-select:focus,
.wme-home-order-card .entry-order-fields select:focus {
    border-color: var(--wme-primary);
    box-shadow: 0 0 0 4px rgba(79, 94, 232, 0.11);
}

.wme-home-order-card .entry-order-help {
    margin-top: 5px;
    color: var(--wme-ink-soft);
    font-size: 11px;
}

.wme-home-order-card .entry-order-fields > .row:last-child > div {
    grid-column: 1;
}

.wme-home-order-card .entry-order-recaptcha {
    max-width: 100%;
    margin-bottom: 12px;
    overflow: hidden;
}

.wme-home-order-card .entry-order-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 49px;
    padding: 12px 18px;
    border: 0;
    border-radius: 11px;
    background: var(--wme-primary);
    color: var(--wme-white);
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(79, 94, 232, 0.23);
}

.wme-home-order-card .entry-order-submit:hover,
.wme-home-order-card .entry-order-submit:focus {
    background: var(--wme-primary-dark);
}

.wme-home-order-card .entry-order-submit-copy {
    display: none;
    gap: 8px;
    align-items: flex-start;
    margin-top: 10px;
    color: var(--wme-ink-soft);
    font-size: 10px;
    line-height: 1.4;
}

.wme-home-order-card .entry-order-submit-copy > span {
    display: inline-flex;
    flex: 0 0 18px;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(57, 198, 163, 0.15);
    color: #118066;
    font-size: 10px;
    font-weight: 900;
}

.wme-home-order-card .entry-order-submit-copy p {
    margin-bottom: 0;
}

.wme-home-order-card .entry-order-submit-copy strong {
    display: block;
    color: #34415b;
}

.wme-home-order-card .entry-auth-providers {
    display: grid;
    gap: 8px;
    margin-top: 15px;
}

.wme-home-order-card .entry-auth-provider,
.wme-home-order-card .entry-auth-provider > * {
    max-width: 100%;
}

.wme-home-order-card .entry-auth-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-top: 14px;
}

.wme-home-order-card .entry-auth-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 8px;
    border: 1px solid var(--wme-line);
    border-radius: 9px;
    background: var(--wme-white);
    color: #43506a;
    font-size: 12px;
    font-weight: 800;
}

.wme-home-order-card .entry-auth-action:hover {
    border-color: var(--wme-primary);
    color: var(--wme-primary-dark);
}

.wme-home-order-privacy {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin: 16px 0 0;
    padding-top: 15px;
    border-top: 1px solid #eceef5;
    color: var(--wme-ink-soft);
    font-size: 11px;
    font-weight: 700;
}

.wme-home-order-privacy svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: var(--wme-primary);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

/* Trust strip */
.wme-home-trust-strip {
    position: relative;
    z-index: 3;
    margin-top: -37px;
}

.wme-home-trust-strip .container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(20, 33, 61, 0.08);
    border-radius: 20px;
    background: var(--wme-white);
    box-shadow: 0 19px 50px rgba(20, 33, 61, 0.1);
}

.wme-home-trust-strip article {
    display: flex;
    gap: 13px;
    align-items: center;
    min-width: 0;
    padding: 23px 20px;
}

.wme-home-trust-strip article + article {
    border-left: 1px solid #edf0f5;
}

.wme-home-trust-icon {
    display: inline-flex;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--wme-lilac);
    color: var(--wme-primary);
}

.wme-home-trust-strip article:nth-child(2) .wme-home-trust-icon,
.wme-home-trust-strip article:nth-child(4) .wme-home-trust-icon {
    background: #e9f9f5;
    color: #168b6f;
}

.wme-home-trust-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.wme-home-trust-strip article > div {
    min-width: 0;
}

.wme-home-trust-strip strong,
.wme-home-trust-strip article > div > span {
    display: block;
}

.wme-home-trust-strip strong {
    margin-bottom: 3px;
    color: var(--wme-ink);
    font-size: 13px;
    line-height: 1.35;
}

.wme-home-trust-strip article > div > span {
    color: var(--wme-ink-soft);
    font-size: 11px;
    line-height: 1.45;
}

/* General sections */
.wme-home-section {
    padding: 104px 0;
}

.wme-home-section-heading {
    max-width: 720px;
    margin: 0 auto 50px;
    text-align: center;
}

.wme-home-section-heading > span {
    margin-bottom: 13px;
}

.wme-home-section-heading h2 {
    margin-bottom: 15px;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.12;
}

.wme-home-section-heading p {
    margin-bottom: 0;
    color: var(--wme-ink-soft);
    font-size: 16px;
    line-height: 1.7;
}

/* Process */
.wme-home-process {
    padding-top: 116px;
}

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

.wme-home-process-grid article {
    position: relative;
    min-height: 320px;
    padding: 32px;
    overflow: hidden;
    border: 1px solid var(--wme-line);
    border-radius: 22px;
    background: var(--wme-white);
    box-shadow: 0 16px 38px rgba(22, 33, 65, 0.06);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.wme-home-process-grid article:hover {
    border-color: #c9cee5;
    box-shadow: 0 22px 46px rgba(22, 33, 65, 0.1);
    transform: translateY(-5px);
}

.wme-home-process-grid article::after {
    position: absolute;
    right: -28px;
    bottom: -35px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(79, 94, 232, 0.05);
    content: "";
}

.wme-home-process-grid article:nth-child(2)::after {
    background: rgba(57, 198, 163, 0.08);
}

.wme-home-process-grid article:nth-child(3)::after {
    background: rgba(255, 139, 106, 0.09);
}

.wme-home-step-number {
    position: absolute;
    top: 27px;
    right: 28px;
    color: #d7dbea;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.wme-home-step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 46px;
    border-radius: 15px;
    background: var(--wme-lilac);
    color: var(--wme-primary);
}

.wme-home-process-grid article:nth-child(2) .wme-home-step-icon {
    background: #e7f8f3;
    color: #168b6f;
}

.wme-home-process-grid article:nth-child(3) .wme-home-step-icon {
    background: #fff0ea;
    color: #d75b39;
}

.wme-home-step-icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.wme-home-process-grid h3 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.25;
}

.wme-home-process-grid p {
    margin-bottom: 0;
    color: var(--wme-ink-soft);
    font-size: 14px;
    line-height: 1.7;
}

.wme-home-process-action {
    margin-top: 32px;
    text-align: center;
}

/* Workspace preview */
.wme-home-workspace {
    position: relative;
    background: var(--wme-navy);
    color: var(--wme-white);
}

.wme-home-workspace::before {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 13% 90%, rgba(57, 198, 163, 0.17), transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(79, 94, 232, 0.34), transparent 34%);
    content: "";
    pointer-events: none;
}

.wme-home-workspace-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1.12fr);
    gap: clamp(54px, 7vw, 100px);
    align-items: center;
}

.wme-home-workspace-copy .wme-home-section-label {
    color: #82e1ca;
}

.wme-home-workspace-copy h2 {
    margin-bottom: 20px;
    color: var(--wme-white) !important;
    font-size: clamp(36px, 4.4vw, 52px);
    line-height: 1.1;
}

.wme-home-workspace-copy > p {
    margin-bottom: 30px;
    color: #bdc6da;
    font-size: 16px;
    line-height: 1.75;
}

.wme-home-workspace-copy ul {
    display: grid;
    gap: 16px;
    margin-bottom: 32px;
    padding: 0;
    list-style: none;
}

.wme-home-workspace-copy li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.wme-home-workspace-copy li > span {
    display: inline-flex;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-top: 1px;
    border-radius: 9px;
    background: rgba(57, 198, 163, 0.16);
    color: #82e1ca;
    font-size: 13px;
    font-weight: 900;
}

.wme-home-workspace-copy li strong,
.wme-home-workspace-copy li small {
    display: block;
}

.wme-home-workspace-copy li strong {
    margin-bottom: 3px;
    color: var(--wme-white);
    font-size: 14px;
}

.wme-home-workspace-copy li small {
    color: #aeb9cf;
    font-size: 12px;
    line-height: 1.5;
}

.wme-home-workspace-preview {
    position: relative;
    min-width: 0;
    padding: 30px 8px 34px;
}

.wme-home-preview-window {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 22px;
    background: #f8f9fd;
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.28);
    transform: rotate(1.25deg);
}

.wme-home-preview-bar {
    display: flex;
    gap: 6px;
    align-items: center;
    height: 46px;
    padding: 0 17px;
    border-bottom: 1px solid #e8ebf3;
    background: var(--wme-white);
}

.wme-home-preview-bar > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff8b6a;
}

.wme-home-preview-bar > span:nth-child(2) {
    background: #f6c65b;
}

.wme-home-preview-bar > span:nth-child(3) {
    background: var(--wme-mint);
}

.wme-home-preview-bar small {
    margin-left: auto;
    color: #7a8499;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.wme-home-preview-body {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    min-height: 375px;
}

.wme-home-preview-body > aside {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    padding-top: 28px;
    background: #eef0fa;
}

.wme-home-preview-body > aside span {
    width: 25px;
    height: 7px;
    border-radius: 10px;
    background: #ccd2e5;
}

.wme-home-preview-body > aside span.is-active {
    height: 25px;
    border-radius: 8px;
    background: var(--wme-primary);
}

.wme-home-preview-content {
    padding: 31px;
}

.wme-home-preview-status {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
}

.wme-home-preview-status small,
.wme-home-preview-status strong {
    display: block;
}

.wme-home-preview-status small,
.wme-home-preview-panels small {
    margin-bottom: 4px;
    color: #7b869c;
    font-size: 10px;
}

.wme-home-preview-status strong {
    color: var(--wme-ink);
    font-size: 18px;
}

.wme-home-preview-status > span {
    padding: 7px 10px;
    border-radius: 99px;
    background: #e5f8f3;
    color: #158568;
    font-size: 10px;
    font-weight: 900;
}

.wme-home-preview-progress {
    height: 7px;
    margin: 24px 0 28px;
    overflow: hidden;
    border-radius: 99px;
    background: #e4e7f0;
}

.wme-home-preview-progress span {
    display: block;
    width: 68%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--wme-primary), #7a86f3);
}

.wme-home-preview-panels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.wme-home-preview-panels > div {
    min-height: 142px;
    padding: 17px;
    border: 1px solid #e1e5ef;
    border-radius: 15px;
    background: var(--wme-white);
}

.wme-home-preview-panels strong {
    display: block;
    overflow: hidden;
    color: #2b3852;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wme-home-preview-file {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    margin-bottom: 17px;
    border-radius: 11px;
    background: var(--wme-lilac);
    color: var(--wme-primary);
}

.wme-home-preview-file svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
}

.wme-home-preview-chat {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    width: 58px;
    height: 39px;
    margin-bottom: 17px;
}

.wme-home-preview-chat i {
    display: block;
    width: 100%;
    height: 7px;
    border-radius: 99px;
    background: #e7e9f3;
}

.wme-home-preview-chat i:nth-child(2) {
    width: 70%;
    margin-left: auto;
    background: #d7dcff;
}

.wme-home-preview-chat i:nth-child(3) {
    width: 82%;
}

.wme-home-preview-message {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 14px;
    padding: 11px 13px;
    border-radius: 11px;
    background: #edf9f6;
    color: #306a5d;
    font-size: 10px;
    font-weight: 700;
}

.wme-home-preview-message > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--wme-mint);
    color: var(--wme-white);
}

.wme-home-preview-badge {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    background: rgba(24, 36, 70, 0.93);
    color: var(--wme-white);
    font-size: 11px;
    font-weight: 800;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.wme-home-preview-badge::before {
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 50%;
    background: var(--wme-mint);
    content: "";
}

.wme-home-preview-badge-top {
    top: 4px;
    right: -14px;
}

.wme-home-preview-badge-bottom {
    bottom: 3px;
    left: -19px;
}

/* Benefits */
.wme-home-benefits {
    background: var(--wme-cloud);
}

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

.wme-home-benefit-grid article {
    padding: 30px;
    border: 1px solid rgba(20, 33, 61, 0.08);
    border-radius: 20px;
    background: var(--wme-white);
}

.wme-home-benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 25px;
    border-radius: 14px;
    background: var(--wme-lilac);
    color: var(--wme-primary);
}

.wme-home-benefit-grid article:nth-child(2) .wme-home-benefit-icon {
    background: #e7f8f3;
    color: #168b6f;
}

.wme-home-benefit-grid article:nth-child(3) .wme-home-benefit-icon {
    background: #fff0ea;
    color: #d75b39;
}

.wme-home-benefit-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.wme-home-benefit-grid h3 {
    margin-bottom: 11px;
    font-size: 21px;
    line-height: 1.25;
}

.wme-home-benefit-grid p {
    margin-bottom: 0;
    color: var(--wme-ink-soft);
    font-size: 14px;
    line-height: 1.7;
}

/* Reviews */
.wme-home-reviews {
    position: relative;
    background: linear-gradient(145deg, #f0f2ff, #f8f9fe 60%, #effaf7);
}

.wme-home-reviews-header {
    display: flex;
    gap: 40px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 44px;
}

.wme-home-reviews-header .wme-home-section-heading {
    max-width: 700px;
    margin: 0;
    text-align: left;
}

.wme-home-review-metric {
    flex: 0 0 auto;
    min-width: 170px;
    padding: 20px 22px;
    border: 1px solid rgba(79, 94, 232, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.74);
    text-align: center;
    box-shadow: 0 14px 35px rgba(20, 33, 61, 0.06);
}

.wme-home-review-metric strong,
.wme-home-review-metric span {
    display: block;
}

.wme-home-review-metric strong {
    margin-bottom: 3px;
    color: var(--wme-primary-dark);
    font-size: 28px;
}

.wme-home-review-metric span {
    color: var(--wme-ink-soft);
    font-size: 11px;
    font-weight: 700;
}

.wme-home-review-feed {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 24px;
}

.wme-home-review-status {
    grid-column: 1 / -1;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    padding: 28px;
    border: 1px dashed #cdd3e7;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.62);
    color: var(--wme-ink-soft);
    font-size: 14px;
}

.wme-home-review-status[hidden] {
    display: none;
}

.wme-home-review-status.is-unavailable {
    flex-wrap: wrap;
}

.wme-home-review-status a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: var(--wme-primary-dark);
    font-weight: 800;
}

.wme-home-review-loader {
    width: 20px;
    height: 20px;
    border: 2px solid #d6daea;
    border-top-color: var(--wme-primary);
    border-radius: 50%;
    animation: wme-home-spin 700ms linear infinite;
}

.wme-home-review-status.is-unavailable .wme-home-review-loader {
    display: none;
}

.wme-home-review-card {
    position: relative;
    min-height: 250px;
    padding: 27px;
    border: 1px solid rgba(20, 33, 61, 0.08);
    border-radius: 20px;
    background: var(--wme-white);
    box-shadow: 0 15px 38px rgba(20, 33, 61, 0.07);
}

.wme-home-review-card::before {
    position: absolute;
    top: 18px;
    right: 23px;
    color: rgba(79, 94, 232, 0.12);
    content: "“";
    font-family: Georgia, serif;
    font-size: 68px;
    line-height: 1;
}

.wme-home-review-card-top {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.wme-home-review-stars {
    color: #f5a524;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.wme-home-review-card time {
    color: #667187;
    font-size: 11px;
}

.wme-home-review-card blockquote {
    position: relative;
    z-index: 1;
    min-height: 92px;
    margin-bottom: 25px;
    color: #34415a;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.65;
}

.wme-home-review-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.wme-home-review-meta span {
    padding: 6px 9px;
    border-radius: 99px;
    background: var(--wme-cloud);
    color: #647088;
    font-size: 10px;
    font-weight: 800;
}

/* FAQ */
.wme-home-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 18px;
}

.wme-home-faq details {
    align-self: start;
    overflow: hidden;
    border: 1px solid var(--wme-line);
    border-radius: 16px;
    background: var(--wme-white);
}

.wme-home-faq summary {
    position: relative;
    min-height: 66px;
    padding: 21px 56px 20px 22px;
    color: #2a3650;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
    list-style: none;
    cursor: pointer;
}

.wme-home-faq summary::-webkit-details-marker {
    display: none;
}

.wme-home-faq summary::after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    background: var(--wme-lilac);
    color: var(--wme-primary);
    content: "+";
    font-size: 18px;
    line-height: 1;
    transform: translateY(-50%);
}

.wme-home-faq details[open] {
    border-color: #cbd1e7;
    box-shadow: 0 13px 30px rgba(20, 33, 61, 0.06);
}

.wme-home-faq details[open] summary::after {
    content: "−";
}

.wme-home-faq details p {
    margin: -4px 22px 22px;
    padding-top: 17px;
    border-top: 1px solid #eceef4;
    color: var(--wme-ink-soft);
    font-size: 13px;
    line-height: 1.7;
}

.wme-home-faq-action {
    margin-top: 27px;
    text-align: center;
}

/* Final CTA */
.wme-home-final-cta {
    padding: 74px 0;
    background:
        radial-gradient(circle at 15% 0%, rgba(57, 198, 163, 0.32), transparent 33%),
        radial-gradient(circle at 92% 100%, rgba(255, 139, 106, 0.3), transparent 30%),
        linear-gradient(120deg, #414fd3, #5c69eb 58%, #505ee0);
}

.wme-home-final-cta .container {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

.wme-home-final-cta .container > div {
    max-width: 720px;
}

.wme-home-final-cta .container > div > span {
    margin-bottom: 10px;
    color: #bff1e5;
}

.wme-home-final-cta h2 {
    margin-bottom: 12px;
    color: var(--wme-white) !important;
    font-size: clamp(33px, 4vw, 48px);
    line-height: 1.12;
}

.wme-home-final-cta p {
    margin-bottom: 0;
    color: var(--wme-white);
    font-size: 15px;
    line-height: 1.65;
}

.wme-home-final-cta .wme-home-button {
    flex: 0 0 auto;
}

@keyframes wme-home-rise {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes wme-home-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1199.98px) {
    .wme-home-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(400px, 0.88fr);
        gap: 44px;
    }

    .wme-home-brief-preview {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .wme-home-brief-line {
        display: none;
    }

    .wme-home-brief-preview > div {
        align-items: flex-start;
    }

    .wme-home-trust-strip .container {
        margin-right: 24px;
        margin-left: 24px;
        width: auto;
    }

    .wme-home-trust-strip article {
        padding: 21px 16px;
    }

    .wme-home-trust-icon {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
    }

    .wme-home-workspace-grid {
        grid-template-columns: minmax(0, 0.85fr) minmax(440px, 1.15fr);
        gap: 48px;
    }
}

@media (max-width: 991.98px) {
    .wme-home-hero {
        padding: 64px 0 86px;
    }

    .wme-home-hero-grid,
    .wme-home-workspace-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .wme-home-hero-copy {
        max-width: 760px;
        margin: 0 auto;
        text-align: center;
    }

    .wme-home-lead,
    .wme-home-brief-preview {
        margin-right: auto;
        margin-left: auto;
    }

    .wme-home-hero-actions,
    .wme-home-proof-list {
        justify-content: center;
    }

    .wme-home-order-card {
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
    }

    .wme-home-trust-strip .container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wme-home-trust-strip article:nth-child(3) {
        border-left: 0;
    }

    .wme-home-trust-strip article:nth-child(n + 3) {
        border-top: 1px solid #edf0f5;
    }

    .wme-home-section {
        padding: 88px 0;
    }

    .wme-home-process {
        padding-top: 105px;
    }

    .wme-home-process-grid,
    .wme-home-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wme-home-process-grid article:last-child,
    .wme-home-benefit-grid article:last-child {
        grid-column: 1 / -1;
    }

    .wme-home-process-grid article:last-child {
        min-height: 260px;
    }

    .wme-home-workspace-copy {
        max-width: 720px;
    }

    .wme-home-workspace-preview {
        width: 100%;
        max-width: 660px;
        margin: 0 auto;
    }

    .wme-home-final-cta .container {
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    .wme-home-hero {
        padding: 50px 0 77px;
    }

    .wme-home-hero h1 {
        font-size: clamp(38px, 11vw, 50px);
    }

    .wme-home-lead {
        font-size: 16px;
        line-height: 1.65;
    }

    .wme-home-proof-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        text-align: left;
    }

    .wme-home-proof-list li:last-child {
        grid-column: 1 / -1;
        justify-self: center;
    }

    .wme-home-brief-preview {
        gap: 8px;
        padding: 14px;
    }

    .wme-home-brief-preview > div {
        display: grid;
        gap: 4px;
        justify-items: center;
        text-align: center;
    }

    .wme-home-order-card {
        padding: 25px 21px;
        border-radius: 21px;
    }

    .wme-home-order-card .entry-order-fields > .row {
        grid-template-columns: minmax(0, 1fr);
        gap: 7px;
        margin-bottom: 14px;
    }

    .wme-home-order-card .entry-order-recaptcha .g-recaptcha {
        transform: scale(0.88);
        transform-origin: left top;
    }

    .wme-home-order-card .entry-order-recaptcha {
        height: 69px;
    }

    .wme-home-trust-strip {
        margin-top: -30px;
    }

    .wme-home-trust-strip .container {
        grid-template-columns: minmax(0, 1fr);
        margin-right: 16px;
        margin-left: 16px;
        border-radius: 17px;
    }

    .wme-home-trust-strip article + article,
    .wme-home-trust-strip article:nth-child(3) {
        border-top: 1px solid #edf0f5;
        border-left: 0;
    }

    .wme-home-trust-strip article {
        padding: 18px;
    }

    .wme-home-section,
    .wme-home-process {
        padding: 75px 0;
    }

    .wme-home-process {
        padding-top: 88px;
    }

    .wme-home-section-heading {
        margin-bottom: 37px;
    }

    .wme-home-section-heading h2 {
        font-size: clamp(31px, 9vw, 40px);
    }

    .wme-home-section-heading p {
        font-size: 15px;
    }

    .wme-home-process-grid,
    .wme-home-benefit-grid,
    .wme-home-review-feed,
    .wme-home-faq-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .wme-home-process-grid article,
    .wme-home-process-grid article:last-child,
    .wme-home-benefit-grid article:last-child {
        grid-column: auto;
    }

    .wme-home-process-grid article {
        min-height: auto;
    }

    .wme-home-step-icon {
        margin-bottom: 34px;
    }

    .wme-home-workspace-copy h2 {
        font-size: clamp(34px, 10vw, 45px);
    }

    .wme-home-workspace-preview {
        padding-right: 0;
        padding-left: 0;
    }

    .wme-home-preview-body {
        grid-template-columns: 45px minmax(0, 1fr);
        min-height: 330px;
    }

    .wme-home-preview-content {
        padding: 23px 18px;
    }

    .wme-home-preview-panels > div {
        padding: 14px;
    }

    .wme-home-preview-badge-top {
        right: -4px;
    }

    .wme-home-preview-badge-bottom {
        left: -4px;
    }

    .wme-home-reviews-header {
        display: block;
    }

    .wme-home-reviews-header .wme-home-section-heading {
        margin-bottom: 24px;
        text-align: center;
    }

    .wme-home-review-metric {
        width: 170px;
        margin: 0 auto;
    }

    .wme-home-final-cta {
        padding: 64px 0;
        text-align: center;
    }

    .wme-home-final-cta .container {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 575.98px) {
    .wme-home-order-card .entry-order-recaptcha .g-recaptcha {
        transform: scale(0.82);
    }

    .wme-home-order-card .entry-order-recaptcha {
        height: 63px;
    }

    .wme-home-hero-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .wme-home-button {
        width: 100%;
    }

    .wme-home-proof-list {
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
    }

    .wme-home-proof-list li:last-child {
        grid-column: auto;
    }

    .wme-home-brief-preview div > span {
        font-size: 10px;
    }

    .wme-home-order-card .entry-auth-actions {
        grid-template-columns: minmax(0, 1fr);
    }

    .wme-home-preview-status strong {
        font-size: 15px;
    }

    .wme-home-preview-status > span {
        padding: 6px 8px;
        font-size: 9px;
    }

    .wme-home-preview-panels {
        gap: 8px;
    }

    .wme-home-preview-panels > div {
        min-width: 0;
        min-height: 132px;
        padding: 12px;
    }

    .wme-home-preview-badge {
        font-size: 9px;
    }

    .wme-home-final-cta .wme-home-button {
        max-width: 300px;
    }
}

/*
 * WriteMyEssays public footer
 *
 * Unique classes keep the footer consistent on marketing, legal, and auth
 * routes without changing the shared GoodAcademic footer or dashboard parity.
 */
.wme-site-footer {
    --wme-footer-bg: #0b1226;
    --wme-footer-panel: #121d38;
    --wme-footer-text: #d5dcef;
    --wme-footer-muted: #98a6c4;
    --wme-footer-line: rgba(255, 255, 255, 0.12);
    --wme-footer-accent: #6f7bf7;
    --wme-footer-mint: #46d0ac;
    width: 100%;
    padding: 64px 24px 28px;
    background: var(--wme-footer-bg);
    color: var(--wme-footer-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    text-align: left;
}

/*
 * The client dashboard adds spacing for its compact shared footer. Collapse
 * that outer shell when WriteMyEssays supplies the complete site footer.
 */
.ga-dashboard-client #app > footer {
    padding: 0 !important;
    background: #0b1226 !important;
    text-align: left !important;
}

.wme-site-footer,
.wme-site-footer *,
.wme-site-footer *::before,
.wme-site-footer *::after {
    box-sizing: border-box;
}

.wme-site-footer-inner {
    width: min(1120px, 100%);
    margin: 0 auto;
}

.wme-site-footer-newsletter {
    margin: 0 0 52px;
    padding: 24px 26px;
    border: 1px solid var(--wme-footer-line);
    border-radius: 18px;
    background: var(--wme-footer-panel);
}

.wme-site-footer-newsletter form {
    max-width: none !important;
    margin: 0 !important;
}

.wme-site-footer-newsletter form > .row {
    display: grid !important;
    grid-template-columns: minmax(190px, 0.8fr) minmax(250px, 1.3fr) auto;
    gap: 18px;
    align-items: start;
    margin: 0;
}

.wme-site-footer-newsletter form > .row > * {
    width: auto;
    max-width: none;
    padding: 0;
}

.wme-site-footer-newsletter p,
.wme-site-footer-newsletter .form-outline,
.wme-site-footer-newsletter button {
    margin: 0 !important;
}

.wme-site-footer-newsletter p {
    padding: 10px 0 0 !important;
    color: #ffffff;
    font-size: 15px;
}

.wme-site-footer-newsletter .form-outline {
    display: grid;
    gap: 6px;
}

.wme-site-footer-newsletter label {
    position: static !important;
    grid-row: 1;
    margin: 0;
    color: #bdc8df;
    font-size: 12px;
    font-weight: 700;
}

.wme-site-footer-newsletter input {
    grid-row: 2;
    width: 100%;
    min-height: 46px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: #ffffff;
    color: #17213c;
}

.wme-site-footer-newsletter button {
    min-width: 118px;
    min-height: 46px;
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 10px;
    color: #ffffff;
    font-weight: 800;
}

.wme-site-footer-newsletter button:hover,
.wme-site-footer-newsletter button:focus {
    border-color: var(--wme-footer-mint);
    background: rgba(70, 208, 172, 0.12);
    color: #ffffff;
}

.wme-site-footer-grid {
    display: grid;
    grid-template-columns: minmax(250px, 1.35fr) repeat(3, minmax(160px, 1fr));
    gap: clamp(34px, 5vw, 70px);
    align-items: start;
}

.wme-site-footer-name {
    display: inline-flex;
    gap: 11px;
    align-items: center;
    min-height: 44px;
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 900;
    letter-spacing: -0.025em;
    text-decoration: none;
}

.wme-site-footer-name > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: linear-gradient(145deg, var(--wme-footer-mint), #7be0c4);
    color: #0b1730;
    font-size: 17px;
    font-weight: 950;
}

.wme-site-footer-brand > p {
    max-width: 280px;
    margin: 16px 0 18px;
    color: var(--wme-footer-muted);
    font-size: 14px;
    line-height: 1.7;
}

.wme-site-footer-account-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
}

.wme-site-footer-account-links a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    color: #dfe4ff !important;
    font-size: 13px !important;
    font-weight: 800;
    text-decoration: none;
}

.wme-site-footer-column h2 {
    margin: 8px 0 16px;
    padding: 0;
    color: #ffffff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.wme-site-footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wme-site-footer-column li + li {
    margin-top: 2px;
}

.wme-site-footer-column li > a,
.wme-site-footer-email {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    color: var(--wme-footer-text) !important;
    font-size: 13px !important;
    line-height: 1.45;
    text-decoration: none;
}

.wme-site-footer-column li > a:hover,
.wme-site-footer-account-links a:hover,
.wme-site-footer-email:hover {
    color: #ffffff !important;
}

.wme-site-footer-column li > a::after,
.wme-site-footer-account-links a::after {
    margin-left: 7px;
    color: var(--wme-footer-mint);
    content: "\2192";
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 150ms ease, transform 150ms ease;
}

.wme-site-footer-column li > a:hover::after,
.wme-site-footer-column li > a:focus::after,
.wme-site-footer-account-links a:hover::after,
.wme-site-footer-account-links a:focus::after {
    opacity: 1;
    transform: translateX(0);
}

.wme-site-footer-support {
    min-width: 0;
}

.wme-site-footer-whatsapp {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    min-height: 48px;
    margin-bottom: 10px;
    padding: 8px 14px 8px 10px;
    border: 1px solid rgba(70, 208, 172, 0.38);
    border-radius: 12px;
    background: rgba(70, 208, 172, 0.1);
    color: #f2fff9 !important;
    font-size: 13px !important;
    font-weight: 800;
    line-height: 1.35;
    text-decoration: none;
}

.wme-site-footer-whatsapp:hover {
    border-color: var(--wme-footer-mint);
    background: rgba(70, 208, 172, 0.16);
    color: #ffffff !important;
}

.wme-site-footer-whatsapp img {
    flex: 0 0 auto;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50%;
    object-fit: cover;
    object-position: left center;
}

.wme-site-footer-email {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-top: 6px;
    padding: 6px 0;
}

.wme-site-footer-email span {
    color: #ffffff;
    font-weight: 800;
}

.wme-site-footer-email small {
    max-width: 100%;
    color: var(--wme-footer-muted);
    font-size: 11px;
    overflow-wrap: anywhere;
}

.wme-site-footer-bottom {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    margin-top: 46px;
    padding-top: 24px;
    border-top: 1px solid var(--wme-footer-line);
}

.wme-site-footer-bottom p {
    margin: 0;
    color: var(--wme-footer-muted);
    font-size: 12px;
    line-height: 1.6;
}

.wme-site-footer-bottom p span {
    color: var(--wme-footer-text);
}

.wme-site-footer-bottom img {
    width: auto !important;
    max-width: 210px;
    height: auto !important;
    max-height: 54px;
    object-fit: contain;
}

.wme-site-footer a:focus-visible,
.wme-site-footer input:focus-visible,
.wme-site-footer button:focus-visible {
    outline: 3px solid rgba(111, 123, 247, 0.7) !important;
    outline-offset: 3px;
}

@media (max-width: 991.98px) {
    .wme-site-footer-grid {
        grid-template-columns: minmax(230px, 1.15fr) repeat(2, minmax(160px, 1fr));
    }

    .wme-site-footer-support {
        grid-column: 2 / -1;
    }
}

@media (max-width: 767.98px) {
    .wme-site-footer {
        padding: 48px 20px 24px;
    }

    .wme-site-footer-newsletter {
        margin-bottom: 42px;
        padding: 22px;
    }

    .wme-site-footer-newsletter form > .row {
        grid-template-columns: minmax(0, 1fr);
        gap: 13px;
    }

    .wme-site-footer-newsletter p {
        padding-top: 0 !important;
    }

    .wme-site-footer-newsletter button {
        width: 100%;
    }

    .wme-site-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 28px;
    }

    .wme-site-footer-brand {
        grid-column: 1 / -1;
    }

    .wme-site-footer-support {
        grid-column: 1 / -1;
    }
}

@media (max-width: 479.98px) {
    .wme-site-footer-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .wme-site-footer-brand,
    .wme-site-footer-support {
        grid-column: 1;
    }

    .wme-site-footer-column li > a,
    .wme-site-footer-account-links a {
        min-height: 44px;
    }

    .wme-site-footer-bottom {
        align-items: flex-start;
        flex-direction: column-reverse;
    }
}

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

/* WriteMyEssays public information and starter pages */
.wme-public-page .wme-page-shell {
    min-height: 60vh;
    background: var(--wme-white);
}

.wme-public-page .wme-page-main {
    overflow: hidden;
}

.wme-public-page .wme-page-hero {
    position: relative;
    overflow: hidden;
    padding: 88px 0 84px;
    background:
        radial-gradient(circle at 8% 18%, rgba(57, 198, 163, 0.18), transparent 29%),
        radial-gradient(circle at 92% 14%, rgba(255, 139, 106, 0.16), transparent 26%),
        linear-gradient(135deg, #f8f9ff 0%, #eef1ff 52%, #f8fbff 100%);
}

.wme-public-page .wme-page-hero::before,
.wme-public-page .wme-page-hero::after {
    position: absolute;
    border-radius: 999px;
    content: "";
    pointer-events: none;
}

.wme-public-page .wme-page-hero::before {
    top: 56px;
    left: max(22px, calc(50% - 680px));
    width: 13px;
    height: 13px;
    background: var(--wme-mint);
    box-shadow: 28px 29px 0 -3px var(--wme-peach);
}

.wme-public-page .wme-page-hero::after {
    right: max(18px, calc(50% - 660px));
    bottom: 54px;
    width: 70px;
    height: 70px;
    border: 15px solid rgba(79, 94, 232, 0.08);
}

.wme-public-page .wme-page-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
    gap: clamp(48px, 7vw, 92px);
    align-items: center;
}

.wme-public-page .wme-page-hero-copy {
    max-width: 670px;
}

.wme-public-page .wme-page-eyebrow {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    margin: 0 0 14px;
    color: var(--wme-primary-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    line-height: 1.3;
    text-transform: uppercase;
}

.wme-public-page .wme-page-eyebrow > span:empty {
    width: 9px;
    height: 9px;
    border: 2px solid var(--wme-white);
    border-radius: 50%;
    background: var(--wme-mint);
    box-shadow: 0 0 0 3px rgba(57, 198, 163, 0.16);
}

.wme-public-page .wme-page-hero h1 {
    max-width: 720px;
    margin-bottom: 22px;
    font-size: clamp(43px, 5vw, 66px);
    line-height: 1.03;
}

.wme-public-page .wme-page-lead {
    max-width: 650px;
    margin-bottom: 28px;
    color: var(--wme-ink-soft);
    font-size: clamp(17px, 1.6vw, 19px);
    line-height: 1.7;
}

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

.wme-public-page .wme-page-action-note {
    display: flex;
    gap: 9px;
    align-items: center;
    margin: 18px 0 0;
    color: #536078;
    font-size: 13px;
    font-weight: 700;
}

.wme-public-page .wme-page-action-note svg {
    width: 19px;
    height: 19px;
    fill: #159477;
}

.wme-public-page .wme-page-summary-card {
    position: relative;
    padding: clamp(28px, 4vw, 42px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 27px;
    background:
        radial-gradient(circle at 95% 5%, rgba(57, 198, 163, 0.22), transparent 34%),
        linear-gradient(145deg, #17244c 0%, #101936 72%);
    color: var(--wme-white);
    box-shadow: 0 30px 65px rgba(16, 25, 54, 0.19);
}

.wme-public-page .wme-page-summary-card::after {
    position: absolute;
    right: -34px;
    bottom: -40px;
    width: 130px;
    height: 130px;
    border: 22px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.wme-public-page .wme-page-summary-kicker {
    margin: 0 0 10px;
    color: #9eaaed;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.wme-public-page .wme-page-summary-card h2 {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    color: var(--wme-white);
    font-size: clamp(27px, 3vw, 36px);
    line-height: 1.15;
}

.wme-public-page .wme-page-summary-list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wme-public-page .wme-page-summary-list li {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.06);
}

.wme-public-page .wme-page-summary-list li > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    background: rgba(57, 198, 163, 0.14);
    color: #82e2c9;
    font-size: 11px;
    font-weight: 900;
}

.wme-public-page .wme-page-summary-list strong,
.wme-public-page .wme-page-summary-list small {
    display: block;
}

.wme-public-page .wme-page-summary-list strong {
    margin-bottom: 3px;
    color: var(--wme-white);
    font-size: 15px;
}

.wme-public-page .wme-page-summary-list small {
    color: #c6cee3;
    font-size: 12px;
    line-height: 1.45;
}

.wme-public-page .wme-page-section {
    padding: 96px 0;
}

.wme-public-page .wme-page-heading {
    max-width: 760px;
    margin-bottom: 42px;
}

.wme-public-page .wme-page-heading-centered {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.wme-public-page .wme-page-heading h2,
.wme-public-page .wme-how-prep-copy h2 {
    margin-bottom: 15px;
    font-size: clamp(35px, 4vw, 50px);
    line-height: 1.1;
}

.wme-public-page .wme-page-heading > p:last-child,
.wme-public-page .wme-how-prep-copy > p {
    margin-bottom: 0;
    color: var(--wme-ink-soft);
    font-size: 17px;
    line-height: 1.7;
}

.wme-public-page .wme-page-cta {
    padding: 66px 0;
    background:
        radial-gradient(circle at 88% 10%, rgba(57, 198, 163, 0.2), transparent 24%),
        linear-gradient(135deg, #111b3c, #1d2b5a);
}

.wme-public-page .wme-page-cta-inner {
    display: flex;
    gap: 38px;
    align-items: center;
    justify-content: space-between;
}

.wme-public-page .wme-page-cta-inner > div:first-child {
    max-width: 720px;
}

.wme-public-page .wme-page-cta .wme-page-eyebrow {
    color: #91dec9;
}

.wme-public-page .wme-page-cta h2 {
    margin: 0;
    color: var(--wme-white);
    font-size: clamp(32px, 4vw, 47px);
    line-height: 1.12;
}

.wme-public-page .wme-page-cta .wme-page-actions {
    flex: 0 0 auto;
    flex-direction: column;
    align-items: stretch;
}

.wme-public-page .wme-page-cta-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    color: #dbe3f6 !important;
    font-size: 13px;
    font-weight: 800;
}

/* How it works */
.wme-how-page .wme-how-process {
    background: var(--wme-cloud);
}

.wme-how-page .wme-process-list {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: wme-process;
}

.wme-how-page .wme-process-item {
    position: relative;
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) minmax(230px, 290px);
    gap: 24px;
    align-items: center;
    padding: 27px;
    border: 1px solid var(--wme-line);
    border-radius: 22px;
    background: var(--wme-white);
    box-shadow: 0 14px 35px rgba(20, 33, 61, 0.055);
}

.wme-how-page .wme-process-marker {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border: 1px solid #dfe3f5;
    border-radius: 20px;
    background: var(--wme-lilac);
    color: var(--wme-primary-dark);
    font-size: 15px;
    font-weight: 900;
}

.wme-how-page .wme-process-item:nth-child(even) .wme-process-marker {
    border-color: #caede4;
    background: #eaf9f5;
    color: #14785f;
}

.wme-how-page .wme-process-kicker {
    margin: 0 0 6px;
    color: var(--wme-primary-dark);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.wme-how-page .wme-process-content h3 {
    margin-bottom: 8px;
    font-size: 23px;
    line-height: 1.25;
}

.wme-how-page .wme-process-content > p:last-child {
    margin-bottom: 0;
    color: var(--wme-ink-soft);
    font-size: 14px;
    line-height: 1.65;
}

.wme-how-page .wme-process-detail {
    display: grid;
    gap: 7px;
    padding: 17px 18px;
    border-radius: 15px;
    background: #f7f8fc;
}

.wme-how-page .wme-process-detail strong {
    margin-bottom: 2px;
    color: var(--wme-ink);
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.wme-how-page .wme-process-detail span {
    position: relative;
    padding-left: 15px;
    color: #5d687d;
    font-size: 12px;
    line-height: 1.4;
}

.wme-how-page .wme-process-detail span::before {
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--wme-mint);
    content: "";
}

.wme-how-page .wme-how-prep {
    background: var(--wme-white);
}

.wme-how-page .wme-how-prep-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(46px, 7vw, 90px);
    align-items: center;
}

.wme-how-page .wme-how-prep-copy .wme-home-text-link {
    margin-top: 20px;
}

.wme-how-page .wme-how-prep-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wme-how-page .wme-how-prep-list li {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    min-height: 126px;
    padding: 20px;
    border: 1px solid var(--wme-line);
    border-radius: 18px;
    background: #fbfcff;
}

.wme-how-page .wme-how-prep-list li > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: #e7f8f3;
    color: #158069;
    font-weight: 900;
}

.wme-how-page .wme-how-prep-list strong,
.wme-how-page .wme-how-prep-list small {
    display: block;
}

.wme-how-page .wme-how-prep-list strong {
    margin: 4px 0 5px;
    color: var(--wme-ink);
    font-size: 15px;
}

.wme-how-page .wme-how-prep-list small {
    color: var(--wme-ink-soft);
    font-size: 12px;
    line-height: 1.5;
}

/* Frequently asked questions */
.wme-faq-page #wme-faq-list,
.wme-faq-page .wme-faq-group {
    scroll-margin-top: 92px;
}

.wme-faq-page .wme-faq-route-card nav {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
}

.wme-faq-page .wme-faq-route-card nav a {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 2px 13px;
    align-items: center;
    min-height: 72px;
    padding: 13px 15px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.055);
    color: var(--wme-white) !important;
}

.wme-faq-page .wme-faq-route-card nav a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.wme-faq-page .wme-faq-route-card nav a > span {
    grid-row: 1 / 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(57, 198, 163, 0.15);
    color: #83e4cb;
    font-size: 11px;
    font-weight: 900;
}

.wme-faq-page .wme-faq-route-card nav strong {
    font-size: 14px;
}

.wme-faq-page .wme-faq-route-card nav small {
    color: #c6cee3;
    font-size: 11px;
}

.wme-faq-page .wme-faq-search-wrap {
    max-width: 760px;
    margin-bottom: 40px;
}

.wme-faq-page .wme-faq-search-wrap > label,
.wme-ratings-page .wme-ratings-field > label {
    display: block;
    margin-bottom: 8px;
    color: #37445e;
    font-size: 12px;
    font-weight: 800;
}

.wme-faq-page .wme-faq-search-field,
.wme-ratings-page .wme-ratings-search-field > div {
    position: relative;
}

.wme-faq-page .wme-faq-search-field svg,
.wme-ratings-page .wme-ratings-search-field svg {
    position: absolute;
    top: 50%;
    left: 17px;
    z-index: 1;
    width: 21px;
    height: 21px;
    fill: var(--wme-ink-soft);
    transform: translateY(-50%);
    pointer-events: none;
}

.wme-faq-page .wme-faq-search-field input,
.wme-ratings-page .wme-ratings-search-field input {
    width: 100%;
    min-height: 54px;
    padding: 13px 16px 13px 50px;
    border: 1px solid #d7ddec;
    border-radius: 14px;
    background: var(--wme-white);
    color: var(--wme-ink);
    font-family: inherit;
    font-size: 15px;
    box-shadow: 0 9px 24px rgba(20, 33, 61, 0.045);
}

.wme-faq-page .wme-faq-search-field input:focus,
.wme-ratings-page .wme-ratings-search-field input:focus {
    border-color: var(--wme-primary);
    outline: 0;
    box-shadow: 0 0 0 4px rgba(79, 94, 232, 0.11);
}

.wme-faq-page .wme-faq-search-status {
    margin: 9px 0 0;
    color: var(--wme-ink-soft);
    font-size: 12px;
}

.wme-faq-page .wme-faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 48px;
    align-items: start;
}

.wme-faq-page .wme-faq-list {
    min-width: 0;
}

.wme-faq-page .wme-faq-group {
    margin-bottom: 42px;
}

.wme-faq-page .wme-faq-group[hidden],
.wme-faq-page .wme-faq-item[hidden] {
    display: none;
}

.wme-faq-page .wme-faq-group-heading {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 15px;
}

.wme-faq-page .wme-faq-group-heading > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: var(--wme-lilac);
    color: var(--wme-primary-dark);
    font-size: 12px;
    font-weight: 900;
}

.wme-faq-page .wme-faq-group-heading p {
    margin: 0 0 2px;
    color: var(--wme-primary-dark);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.wme-faq-page .wme-faq-group-heading h3 {
    margin: 0;
    font-size: 23px;
}

.wme-faq-page .wme-faq-item {
    margin-bottom: 10px;
}

.wme-faq-page .wme-faq-item details {
    overflow: hidden;
    border: 1px solid var(--wme-line);
    border-radius: 16px;
    background: var(--wme-white);
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.wme-faq-page .wme-faq-item details[open] {
    border-color: #cbd2ed;
    box-shadow: 0 13px 30px rgba(20, 33, 61, 0.06);
}

.wme-faq-page .wme-faq-item summary {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    min-height: 68px;
    padding: 17px 20px;
    color: var(--wme-ink);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
    cursor: pointer;
    list-style: none;
}

.wme-faq-page .wme-faq-item summary::-webkit-details-marker {
    display: none;
}

.wme-faq-page .wme-faq-item summary i {
    position: relative;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    background: var(--wme-lilac);
}

.wme-faq-page .wme-faq-item summary i::before,
.wme-faq-page .wme-faq-item summary i::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    border-radius: 2px;
    background: var(--wme-primary-dark);
    content: "";
    transform: translate(-50%, -50%);
}

.wme-faq-page .wme-faq-item summary i::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform 160ms ease;
}

.wme-faq-page .wme-faq-item details[open] summary i::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.wme-faq-page .wme-faq-answer {
    padding: 0 64px 20px 20px;
    color: var(--wme-ink-soft);
    font-size: 14px;
    line-height: 1.7;
}

.wme-faq-page .wme-faq-answer p {
    margin: 0 0 11px;
}

.wme-faq-page .wme-faq-answer > a,
.wme-faq-page .wme-faq-answer-links a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: var(--wme-primary-dark) !important;
    font-size: 13px;
    font-weight: 800;
}

.wme-faq-page .wme-faq-answer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
}

.wme-faq-page .wme-faq-empty {
    padding: 28px;
    border: 1px dashed #cbd2e7;
    border-radius: 16px;
    background: var(--wme-cloud);
    color: var(--wme-ink-soft);
    text-align: center;
}

.wme-faq-page .wme-faq-aside {
    position: sticky;
    top: 24px;
    display: grid;
    gap: 15px;
}

.wme-faq-page .wme-faq-aside-card,
.wme-faq-page .wme-faq-support-card {
    padding: 24px;
    border: 1px solid var(--wme-line);
    border-radius: 19px;
    background: #fafbff;
}

.wme-faq-page .wme-faq-aside-card h2 {
    margin-bottom: 19px;
    font-size: 24px;
    line-height: 1.2;
}

.wme-faq-page .wme-faq-aside-card > a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 3px 10px;
    min-height: 68px;
    padding: 13px 0;
    border-top: 1px solid var(--wme-line);
    color: var(--wme-ink) !important;
}

.wme-faq-page .wme-faq-aside-card > a strong,
.wme-faq-page .wme-faq-aside-card > a small {
    display: block;
}

.wme-faq-page .wme-faq-aside-card > a strong {
    font-size: 13px;
}

.wme-faq-page .wme-faq-aside-card > a small {
    color: var(--wme-ink-soft);
    font-size: 11px;
}

.wme-faq-page .wme-faq-aside-card > a > span {
    grid-row: 1 / 3;
    grid-column: 2;
    align-self: center;
    color: var(--wme-primary-dark);
    font-weight: 900;
}

.wme-faq-page .wme-faq-support-card {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    background: #edf9f6;
}

.wme-faq-page .wme-faq-support-card > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 13px;
    background: var(--wme-mint);
    color: #0c503f;
    font-weight: 900;
}

.wme-faq-page .wme-faq-support-card strong,
.wme-faq-page .wme-faq-support-card a {
    color: var(--wme-ink) !important;
    font-size: 13px;
    font-weight: 800;
}

.wme-faq-page .wme-faq-support-card a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
}

.wme-faq-page .wme-faq-support-card p {
    margin: 4px 0 8px;
    color: var(--wme-ink-soft);
    font-size: 12px;
    line-height: 1.55;
}

/* Starter order page */
.wme-order-page .wme-order-hero {
    position: relative;
    overflow: hidden;
    padding: 76px 0 90px;
    background:
        radial-gradient(circle at 6% 10%, rgba(57, 198, 163, 0.18), transparent 28%),
        radial-gradient(circle at 94% 8%, rgba(255, 139, 106, 0.15), transparent 25%),
        linear-gradient(135deg, #f8f9ff, #eef1ff 56%, #f9fbff);
}

.wme-order-page .wme-order-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.96fr);
    gap: clamp(48px, 7vw, 88px);
    align-items: start;
}

.wme-order-page .wme-order-copy {
    padding-top: 28px;
}

.wme-order-page .wme-order-copy h1 {
    margin-bottom: 21px;
    font-size: clamp(43px, 5vw, 64px);
    line-height: 1.04;
}

.wme-order-page .wme-order-proof-list {
    display: grid;
    gap: 10px;
    margin: 31px 0;
    padding: 0;
    list-style: none;
}

.wme-order-page .wme-order-proof-list li {
    display: grid;
    grid-template-columns: 37px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 13px 15px;
    border: 1px solid rgba(20, 33, 61, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.62);
}

.wme-order-page .wme-order-proof-list li > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 11px;
    background: #e4f8f2;
    color: #138068;
    font-weight: 900;
}

.wme-order-page .wme-order-proof-list strong,
.wme-order-page .wme-order-proof-list small {
    display: block;
}

.wme-order-page .wme-order-proof-list strong {
    color: var(--wme-ink);
    font-size: 14px;
}

.wme-order-page .wme-order-proof-list small {
    margin-top: 2px;
    color: var(--wme-ink-soft);
    font-size: 11px;
}

.wme-order-page .wme-order-flow {
    display: grid;
    grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
    gap: 9px;
    align-items: center;
    margin: 0 0 19px;
    padding: 17px;
    border: 1px solid rgba(79, 94, 232, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.7);
}

.wme-order-page .wme-order-flow > div {
    display: grid;
    gap: 4px;
    text-align: center;
}

.wme-order-page .wme-order-flow span {
    color: var(--wme-primary-dark);
    font-size: 10px;
    font-weight: 900;
}

.wme-order-page .wme-order-flow strong {
    color: #505c73;
    font-size: 10px;
}

.wme-order-page .wme-order-flow > div.is-current strong {
    color: var(--wme-ink);
}

.wme-order-page .wme-order-flow > i {
    height: 2px;
    background: #d9def0;
}

.wme-order-page .wme-order-card {
    padding: clamp(24px, 3vw, 32px);
}

.wme-order-page .wme-order-card-header {
    margin-bottom: 18px;
    padding-right: 58px;
}

.wme-order-page .wme-order-card-header h2 {
    margin-bottom: 7px;
    font-size: 27px;
    line-height: 1.16;
}

.wme-order-page .wme-order-card-header > p:last-child {
    margin: 0;
    color: var(--wme-ink-soft);
    font-size: 13px;
    line-height: 1.5;
}

.wme-order-page .wme-order-after-form {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 13px 0 0;
    color: var(--wme-ink-soft);
    font-size: 11px;
    line-height: 1.45;
}

.wme-order-page .wme-order-after-form svg {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #16866d;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wme-order-page .wme-order-signed-in {
    padding: 30px 22px;
    border: 1px solid var(--wme-line);
    border-radius: 17px;
    background: var(--wme-cloud);
    text-align: center;
}

.wme-order-page .wme-order-signed-in > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
    border-radius: 15px;
    background: #e1f7f1;
    color: #148368;
    font-size: 20px;
    font-weight: 900;
}

.wme-order-page .wme-order-signed-in h3 {
    margin-bottom: 8px;
    font-size: 22px;
}

.wme-order-page .wme-order-signed-in p {
    margin-bottom: 20px;
    color: var(--wme-ink-soft);
    font-size: 13px;
    line-height: 1.6;
}

.wme-order-page .wme-order-signed-in .wme-home-button {
    width: 100%;
}

.wme-order-page .wme-order-prepare {
    padding: 88px 0 96px;
    background: var(--wme-white);
}

.wme-order-page .wme-order-prepare-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.wme-order-page .wme-order-prepare-grid article {
    min-height: 185px;
    padding: 25px;
    border: 1px solid var(--wme-line);
    border-radius: 20px;
    background: #fbfcff;
}

.wme-order-page .wme-order-prepare-grid article > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 24px;
    border-radius: 13px;
    background: var(--wme-lilac);
    color: var(--wme-primary-dark);
    font-size: 11px;
    font-weight: 900;
}

.wme-order-page .wme-order-prepare-grid h3 {
    margin-bottom: 8px;
    font-size: 20px;
}

.wme-order-page .wme-order-prepare-grid p {
    margin: 0;
    color: var(--wme-ink-soft);
    font-size: 13px;
    line-height: 1.6;
}

/* Latest reviews */
.wme-ratings-page .wme-ratings-summary ul {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 8px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.wme-ratings-page .wme-ratings-summary li {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #d5dced;
    font-size: 12px;
}

.wme-ratings-page .wme-ratings-summary li span {
    color: #76ddc2;
    font-weight: 900;
}

.wme-ratings-page .wme-ratings-metrics {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.wme-ratings-page .wme-ratings-metrics > div {
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.06);
}

.wme-ratings-page .wme-ratings-metrics strong,
.wme-ratings-page .wme-ratings-metrics span {
    display: block;
}

.wme-ratings-page .wme-ratings-metrics strong {
    margin-bottom: 4px;
    color: var(--wme-white);
    font-size: 25px;
}

.wme-ratings-page .wme-ratings-metrics span {
    color: #bfc8df;
    font-size: 10px;
    line-height: 1.4;
}

.wme-ratings-page .wme-ratings-browser {
    background: var(--wme-cloud);
}

.wme-ratings-page .wme-ratings-controls {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) 165px 165px auto;
    gap: 13px;
    align-items: end;
    margin-bottom: 18px;
    padding: 18px;
    border: 1px solid var(--wme-line);
    border-radius: 18px;
    background: var(--wme-white);
    box-shadow: 0 12px 28px rgba(20, 33, 61, 0.045);
}

.wme-ratings-page .wme-ratings-field select {
    width: 100%;
    min-height: 54px;
    padding: 11px 38px 11px 13px;
    border: 1px solid #d7ddec;
    border-radius: 13px;
    background-color: var(--wme-white);
    color: var(--wme-ink);
    font-family: inherit;
    font-size: 13px;
}

.wme-ratings-page .wme-ratings-field select:focus {
    border-color: var(--wme-primary);
    outline: 0;
    box-shadow: 0 0 0 4px rgba(79, 94, 232, 0.11);
}

.wme-ratings-page .wme-ratings-control-actions {
    display: flex;
    gap: 8px;
}

.wme-ratings-page .wme-ratings-control-actions button,
.wme-ratings-page .wme-ratings-state button,
.wme-ratings-page .wme-ratings-load-more button {
    min-height: 54px;
    padding: 12px 18px;
    border: 1px solid var(--wme-primary);
    border-radius: 13px;
    background: var(--wme-primary);
    color: var(--wme-white);
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
}

.wme-ratings-page .wme-ratings-control-actions button.is-quiet {
    border-color: var(--wme-line);
    background: var(--wme-white);
    color: var(--wme-ink);
}

.wme-ratings-page .wme-ratings-control-actions button:disabled,
.wme-ratings-page .wme-ratings-state button:disabled,
.wme-ratings-page .wme-ratings-load-more button:disabled {
    cursor: wait;
    opacity: 0.65;
}

.wme-ratings-page .wme-ratings-results-bar {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    margin-bottom: 18px;
}

.wme-ratings-page .wme-ratings-results-bar p,
.wme-ratings-page .wme-ratings-results-bar span {
    margin: 0;
    color: var(--wme-ink-soft);
    font-size: 12px;
}

.wme-ratings-page .wme-ratings-results-bar span {
    padding: 7px 11px;
    border-radius: 99px;
    background: #e8ebfa;
    color: var(--wme-primary-dark);
    font-weight: 800;
}

.wme-ratings-page .wme-ratings-state {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    padding: 36px;
    border: 1px dashed #c9d0e3;
    border-radius: 19px;
    background: var(--wme-white);
    color: var(--wme-ink-soft);
    text-align: center;
}

.wme-ratings-page .wme-ratings-state[hidden],
.wme-ratings-page .wme-ratings-grid[hidden],
.wme-ratings-page .wme-ratings-load-more[hidden] {
    display: none;
}

.wme-ratings-page .wme-ratings-state p {
    margin: 0;
}

.wme-ratings-page .wme-ratings-spinner {
    width: 38px;
    height: 38px;
    border: 4px solid #e2e6f2;
    border-top-color: var(--wme-primary);
    border-radius: 50%;
    animation: wme-home-spin 800ms linear infinite;
}

.wme-ratings-page .wme-ratings-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.wme-ratings-page .wme-ratings-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 325px;
    padding: 23px;
    border: 1px solid var(--wme-line);
    border-radius: 20px;
    background: var(--wme-white);
    box-shadow: 0 13px 31px rgba(20, 33, 61, 0.05);
}

.wme-ratings-page .wme-ratings-card-top {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 18px;
}

.wme-ratings-page .wme-ratings-score {
    display: grid;
    gap: 3px;
}

.wme-ratings-page [data-wme-rating-stars] {
    color: #f4a941;
    font-size: 17px;
    letter-spacing: 1px;
}

.wme-ratings-page [data-wme-rating-score],
.wme-ratings-page .wme-ratings-card time {
    color: var(--wme-ink-soft);
    font-size: 10px;
    font-weight: 700;
}

.wme-ratings-page .wme-ratings-card blockquote {
    flex: 1;
    margin: 0 0 20px;
}

.wme-ratings-page .wme-ratings-card blockquote p {
    margin: 0;
    color: #313d55;
    font-size: 14px;
    line-height: 1.68;
}

.wme-ratings-page .wme-ratings-topic {
    margin-bottom: 14px;
    padding: 13px;
    border-radius: 12px;
    background: #f4f6fc;
}

.wme-ratings-page .wme-ratings-topic span,
.wme-ratings-page .wme-ratings-topic strong {
    display: block;
}

.wme-ratings-page .wme-ratings-topic span,
.wme-ratings-page .wme-ratings-meta dt {
    margin-bottom: 3px;
    color: var(--wme-primary-dark);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.wme-ratings-page .wme-ratings-topic strong {
    color: var(--wme-ink);
    font-size: 12px;
    line-height: 1.45;
}

.wme-ratings-page .wme-ratings-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding-top: 15px;
    border-top: 1px solid var(--wme-line);
}

.wme-ratings-page .wme-ratings-meta div[hidden] {
    display: none;
}

.wme-ratings-page .wme-ratings-meta dd {
    margin: 0;
    color: var(--wme-ink-soft);
    font-size: 11px;
    line-height: 1.4;
}

.wme-ratings-page .wme-ratings-load-more {
    margin-top: 28px;
    text-align: center;
}

@media (max-width: 991.98px) {
    .wme-public-page .wme-page-hero-grid,
    .wme-order-page .wme-order-grid,
    .wme-how-page .wme-how-prep-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .wme-public-page .wme-page-hero-copy,
    .wme-order-page .wme-order-copy {
        max-width: 760px;
        padding-top: 0;
    }

    .wme-public-page .wme-page-summary-card,
    .wme-order-page .wme-order-card {
        width: 100%;
        max-width: 680px;
    }

    .wme-how-page .wme-process-item {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .wme-how-page .wme-process-detail {
        grid-column: 2;
    }

    .wme-faq-page .wme-faq-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .wme-faq-page .wme-faq-aside {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wme-ratings-page .wme-ratings-controls {
        grid-template-columns: minmax(240px, 1fr) repeat(2, 150px);
    }

    .wme-ratings-page .wme-ratings-control-actions {
        grid-column: 1 / -1;
        justify-content: flex-end;
    }

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

@media (max-width: 767.98px) {
    .wme-public-page .wme-page-hero,
    .wme-order-page .wme-order-hero {
        padding: 62px 0 68px;
    }

    .wme-public-page .wme-page-hero h1,
    .wme-order-page .wme-order-copy h1 {
        font-size: clamp(37px, 10vw, 49px);
    }

    .wme-public-page .wme-page-section,
    .wme-order-page .wme-order-prepare {
        padding: 72px 0;
    }

    .wme-public-page .wme-page-heading {
        margin-bottom: 32px;
    }

    .wme-public-page .wme-page-heading h2,
    .wme-public-page .wme-how-prep-copy h2 {
        font-size: clamp(31px, 9vw, 41px);
    }

    .wme-public-page .wme-page-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .wme-public-page .wme-page-cta .wme-page-actions {
        width: 100%;
    }

    .wme-how-page .wme-process-item {
        grid-template-columns: minmax(0, 1fr);
        padding: 22px;
    }

    .wme-how-page .wme-process-marker {
        width: 54px;
        height: 54px;
        border-radius: 16px;
    }

    .wme-how-page .wme-process-detail {
        grid-column: auto;
    }

    .wme-how-page .wme-how-prep-list,
    .wme-order-page .wme-order-prepare-grid,
    .wme-faq-page .wme-faq-aside,
    .wme-ratings-page .wme-ratings-controls,
    .wme-ratings-page .wme-ratings-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .wme-how-page .wme-how-prep-list li {
        min-height: 0;
    }

    .wme-faq-page .wme-faq-section .wme-page-heading {
        margin-bottom: 26px;
    }

    .wme-faq-page .wme-faq-answer {
        padding-right: 20px;
    }

    .wme-order-page .wme-order-flow {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .wme-order-page .wme-order-flow > i {
        display: none;
    }

    .wme-ratings-page .wme-ratings-control-actions {
        grid-column: auto;
        justify-content: stretch;
    }

    .wme-ratings-page .wme-ratings-control-actions button {
        flex: 1;
    }
}

@media (max-width: 575.98px) {
    .wme-public-page .wme-page-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
    }

    .wme-public-page .wme-page-summary-card {
        padding: 25px 20px;
        border-radius: 22px;
    }

    .wme-public-page .wme-page-summary-card h2 {
        font-size: 27px;
    }

    .wme-order-page .wme-order-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .wme-order-page .wme-order-flow > div {
        min-height: 60px;
        padding: 9px;
        border-radius: 10px;
        background: #f2f4fb;
    }

    .wme-order-page .wme-order-card {
        padding: 23px 18px;
    }

    .wme-order-page .wme-order-card-header {
        padding-right: 42px;
    }

    .wme-faq-page .wme-faq-item summary {
        min-height: 64px;
        padding: 15px;
        font-size: 14px;
    }

    .wme-faq-page .wme-faq-answer {
        padding: 0 15px 17px;
    }

    .wme-ratings-page .wme-ratings-metrics,
    .wme-ratings-page .wme-ratings-meta {
        grid-template-columns: minmax(0, 1fr);
    }

    .wme-ratings-page .wme-ratings-card {
        min-height: 0;
    }
}

/* Distinct page compositions: shared brand tokens, purpose-led layouts */

/* Sticky task navigation needs a scrolling viewport rather than a clipped ancestor. */
.wme-faq-page main,
.wme-order-page main,
.wme-faq-page .wme-page-main {
    overflow: visible;
}

/* How it works: continuous route map */
.wme-how-page .wme-how-journey-hero {
    position: relative;
    overflow: hidden;
    padding: 82px 0 0;
    background:
        radial-gradient(circle at 8% 12%, rgba(57, 198, 163, 0.2), transparent 25%),
        radial-gradient(circle at 92% 18%, rgba(255, 139, 106, 0.16), transparent 24%),
        linear-gradient(145deg, #0d1734, #182653 64%, #173953);
    color: var(--wme-white);
}

.wme-how-page .wme-how-journey-hero::after {
    position: absolute;
    top: 46px;
    right: max(24px, calc(50% - 660px));
    width: 92px;
    height: 92px;
    border: 18px solid rgba(255, 255, 255, 0.045);
    border-radius: 50%;
    content: "";
}

.wme-how-page .wme-how-journey-intro {
    position: relative;
    z-index: 1;
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.wme-how-page .wme-how-journey-intro .wme-page-eyebrow {
    color: #8ee0cb;
}

.wme-how-page .wme-how-journey-intro h1 {
    margin-bottom: 22px;
    color: var(--wme-white);
    font-size: clamp(48px, 6vw, 76px);
    line-height: 1.02;
}

.wme-how-page .wme-how-journey-intro .wme-page-lead {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    color: #cbd4e8;
}

.wme-how-page .wme-how-journey-intro .wme-page-actions {
    justify-content: center;
}

.wme-how-page .wme-how-journey-intro .wme-home-button-quiet {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.06);
    color: var(--wme-white) !important;
}

.wme-how-page .wme-how-journey-intro .wme-page-action-note {
    justify-content: center;
    color: #cbd4e8;
}

.wme-how-page .wme-how-journey-intro .wme-page-action-note svg {
    fill: #6dd8ba;
}

.wme-how-page .wme-how-stage-rail {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    max-width: 1080px;
    margin: 68px auto 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.wme-how-page .wme-how-stage-rail a {
    position: relative;
    display: grid;
    gap: 5px;
    min-height: 145px;
    padding: 34px 18px 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--wme-white) !important;
}

.wme-how-page .wme-how-stage-rail a:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.wme-how-page .wme-how-stage-rail a::before {
    position: absolute;
    top: -6px;
    left: 20px;
    width: 11px;
    height: 11px;
    border: 3px solid #15234a;
    border-radius: 50%;
    background: var(--wme-mint);
    content: "";
}

.wme-how-page .wme-how-stage-rail span {
    color: #79dac0;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.wme-how-page .wme-how-stage-rail strong,
.wme-how-page .wme-how-stage-rail small {
    display: block;
}

.wme-how-page .wme-how-stage-rail strong {
    font-size: 17px;
}

.wme-how-page .wme-how-stage-rail small {
    color: #aeb9d3;
    font-size: 11px;
    line-height: 1.45;
}

.wme-how-page .wme-how-process {
    background: #fbfcff;
}

.wme-how-page .wme-how-process-heading {
    max-width: 620px;
    margin: 0 0 64px;
}

.wme-how-page .wme-process-list {
    position: relative;
    gap: 0;
    max-width: 1120px;
    margin: 0 auto;
}

.wme-how-page .wme-process-list::before {
    position: absolute;
    top: 25px;
    bottom: 25px;
    left: 50%;
    width: 2px;
    background: linear-gradient(var(--wme-mint), var(--wme-primary), var(--wme-peach));
    content: "";
    transform: translateX(-50%);
}

.wme-how-page .wme-process-item {
    grid-template-columns: minmax(0, 1fr) 82px minmax(0, 1fr);
    gap: 30px;
    min-height: 240px;
    padding: 34px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    scroll-margin-top: 24px;
}

.wme-how-page .wme-process-marker {
    z-index: 1;
    grid-column: 2;
    width: 68px;
    height: 68px;
    border: 8px solid #fbfcff;
    border-radius: 50%;
    background: var(--wme-primary);
    color: var(--wme-white);
    box-shadow: 0 0 0 1px #dfe3f5;
}

.wme-how-page .wme-process-item:nth-child(even) .wme-process-marker {
    border-color: #fbfcff;
    background: #169d7d;
    color: var(--wme-white);
}

.wme-how-page .wme-process-content {
    grid-row: 1;
    grid-column: 1;
    align-self: center;
    text-align: right;
}

.wme-how-page .wme-process-detail {
    grid-row: 1;
    grid-column: 3;
    align-self: center;
    padding: 22px 0 22px 24px;
    border-left: 2px solid #dfe4f1;
    border-radius: 0;
    background: transparent;
}

.wme-how-page .wme-process-item:nth-child(even) .wme-process-content {
    grid-column: 3;
    text-align: left;
}

.wme-how-page .wme-process-item:nth-child(even) .wme-process-detail {
    grid-column: 1;
    padding: 22px 24px 22px 0;
    border-right: 2px solid #dfe4f1;
    border-left: 0;
    text-align: right;
}

.wme-how-page .wme-process-item:nth-child(even) .wme-process-detail span {
    padding-right: 15px;
    padding-left: 0;
}

.wme-how-page .wme-process-item:nth-child(even) .wme-process-detail span::before {
    right: 0;
    left: auto;
}

.wme-how-page .wme-how-prep {
    background: #eaf8f5;
}

.wme-how-page .wme-how-prep-list {
    gap: 0;
    border-top: 1px solid #c6e5dd;
}

.wme-how-page .wme-how-prep-list li {
    min-height: 120px;
    border: 0;
    border-bottom: 1px solid #c6e5dd;
    border-radius: 0;
    background: transparent;
}

.wme-how-page .wme-how-next-step {
    padding: 54px 0;
    background: var(--wme-white);
}

.wme-how-page .wme-how-next-step-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 42px;
    align-items: center;
    padding: 38px 42px;
    border: 1px solid #dce1f1;
    border-left: 7px solid var(--wme-primary);
    border-radius: 12px;
    background: #f8f9ff;
}

.wme-how-page .wme-how-next-step-inner > div:first-child {
    position: relative;
    padding-left: 70px;
}

.wme-how-page .wme-how-next-number {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--wme-primary);
    color: var(--wme-white);
    font-size: 22px;
}

.wme-how-page .wme-how-next-step h2 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(29px, 3vw, 41px);
    line-height: 1.12;
}

/* FAQ: search-first knowledge desk */
.wme-faq-page .wme-faq-help-hero {
    padding: 72px 0 0;
    border-bottom: 1px solid var(--wme-line);
    background:
        linear-gradient(rgba(79, 94, 232, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(79, 94, 232, 0.025) 1px, transparent 1px),
        #fbfcff;
    background-size: 32px 32px;
}

.wme-faq-page .wme-faq-help-intro {
    max-width: 830px;
    margin: 0 auto;
    text-align: center;
}

.wme-faq-page .wme-faq-help-intro h1 {
    margin-bottom: 15px;
    font-size: clamp(46px, 6vw, 72px);
    line-height: 1.03;
}

.wme-faq-page .wme-faq-help-intro .wme-page-lead {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
}

.wme-faq-page .wme-faq-help-hero .wme-faq-search-wrap {
    max-width: 760px;
    margin: 34px auto 0;
    text-align: left;
}

.wme-faq-page .wme-faq-help-hero .wme-faq-search-wrap > label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.wme-faq-page .wme-faq-help-hero .wme-faq-search-field {
    border: 1px solid #cfd6e8;
    border-radius: 12px;
    background: var(--wme-white);
    box-shadow: 0 18px 45px rgba(20, 33, 61, 0.11);
}

.wme-faq-page .wme-faq-help-hero .wme-faq-search-field input {
    min-height: 68px;
    font-size: 16px;
}

.wme-faq-page .wme-faq-help-hero .wme-faq-search-status {
    margin: 10px 0 0;
    text-align: center;
}

.wme-faq-page .wme-faq-category-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 980px;
    margin: 42px auto 0;
    border-top: 1px solid var(--wme-line);
}

.wme-faq-page .wme-faq-category-nav a {
    display: grid;
    gap: 4px;
    min-height: 108px;
    padding: 24px 28px;
    border-right: 1px solid var(--wme-line);
    color: var(--wme-ink) !important;
    text-align: left;
}

.wme-faq-page .wme-faq-category-nav a:first-child {
    border-left: 1px solid var(--wme-line);
}

.wme-faq-page .wme-faq-category-nav strong,
.wme-faq-page .wme-faq-category-nav small {
    display: block;
}

.wme-faq-page .wme-faq-category-nav strong {
    font-size: 15px;
}

.wme-faq-page .wme-faq-category-nav small {
    color: var(--wme-ink-soft);
    font-size: 11px;
    line-height: 1.45;
}

.wme-faq-page .wme-faq-section {
    background: var(--wme-white);
}

.wme-faq-page .wme-faq-layout {
    grid-template-columns: 270px minmax(0, 1fr);
    gap: clamp(38px, 6vw, 78px);
    align-items: start;
}

.wme-faq-page .wme-faq-list {
    grid-row: 1;
    grid-column: 2;
}

.wme-faq-page .wme-faq-aside {
    grid-row: 1;
    grid-column: 1;
}

.wme-faq-page .wme-faq-aside-card {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.wme-faq-page .wme-faq-aside-card h2 {
    font-size: 25px;
}

.wme-faq-page .wme-faq-aside-card > a {
    min-height: 72px;
    border-color: #dfe3ee;
}

.wme-faq-page .wme-faq-support-card {
    margin-top: 18px;
    border: 0;
    border-radius: 10px;
    background: #e6f8f3;
}

.wme-faq-page .wme-faq-group {
    margin-bottom: 64px;
}

.wme-faq-page .wme-faq-group-heading {
    grid-template-columns: minmax(0, 1fr);
    padding-bottom: 15px;
    border-bottom: 2px solid var(--wme-ink);
}

.wme-faq-page .wme-faq-group-heading > span {
    display: none;
}

.wme-faq-page .wme-faq-group-heading h3 {
    font-size: 28px;
}

.wme-faq-page .wme-faq-item {
    margin: 0;
}

.wme-faq-page .wme-faq-item details,
.wme-faq-page .wme-faq-item details[open] {
    border: 0;
    border-bottom: 1px solid #dfe3ee;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.wme-faq-page .wme-faq-item details[open] {
    background: #f8f9fd;
}

.wme-faq-page .wme-faq-item summary {
    min-height: 72px;
    padding: 18px 10px;
}

.wme-faq-page .wme-faq-answer {
    max-width: 720px;
    padding: 0 58px 24px 10px;
}

.wme-faq-page .wme-faq-contact-strip {
    padding: 48px 0;
    border-top: 1px solid #bee7dc;
    border-bottom: 1px solid #bee7dc;
    background: #e9f9f5;
}

.wme-faq-page .wme-faq-contact-inner {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
}

.wme-faq-page .wme-faq-contact-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: var(--wme-mint);
    color: #0c503f;
    font-size: 27px;
    font-weight: 900;
}

.wme-faq-page .wme-faq-contact-strip h2 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(27px, 3vw, 38px);
    line-height: 1.15;
}

/* Latest reviews: live evidence wall */
.wme-ratings-page .wme-ratings-evidence-hero {
    padding: 76px 0 106px;
    overflow: hidden;
    background:
        radial-gradient(circle at 90% 10%, rgba(57, 198, 163, 0.19), transparent 28%),
        linear-gradient(135deg, #0d1734, #172752 62%, #123a4b);
    color: var(--wme-white);
}

.wme-ratings-page .wme-ratings-evidence-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    gap: clamp(52px, 8vw, 110px);
    align-items: center;
}

.wme-ratings-page .wme-ratings-evidence-copy .wme-page-eyebrow {
    color: #87dec7;
}

.wme-ratings-page .wme-ratings-evidence-copy h1 {
    max-width: 760px;
    margin-bottom: 22px;
    color: var(--wme-white);
    font-size: clamp(48px, 6vw, 75px);
    line-height: 1.02;
}

.wme-ratings-page .wme-ratings-evidence-copy .wme-page-lead {
    color: #c9d2e6;
}

.wme-ratings-page .wme-ratings-hero-link {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    min-height: 48px;
    color: var(--wme-white) !important;
    font-size: 13px;
    font-weight: 800;
}

.wme-ratings-page .wme-ratings-scoreboard {
    padding-left: clamp(30px, 5vw, 62px);
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.wme-ratings-page .wme-ratings-scoreboard h2 {
    margin-bottom: 27px;
    color: var(--wme-white);
    font-size: clamp(27px, 3vw, 37px);
    line-height: 1.16;
}

.wme-ratings-page .wme-ratings-scoreboard .wme-ratings-metrics {
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.wme-ratings-page .wme-ratings-scoreboard .wme-ratings-metrics > div {
    padding: 20px 20px 20px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.wme-ratings-page .wme-ratings-scoreboard .wme-ratings-metrics > div + div {
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.wme-ratings-page .wme-ratings-scoreboard .wme-ratings-metrics strong {
    font-size: 35px;
}

.wme-ratings-page .wme-ratings-filter-dock {
    position: relative;
    z-index: 2;
    margin-top: -56px;
}

.wme-ratings-page .wme-ratings-filter-dock .wme-ratings-controls {
    margin: 0;
    padding: 21px;
    border-radius: 9px;
    box-shadow: 0 24px 55px rgba(20, 33, 61, 0.15);
}

.wme-ratings-page .wme-ratings-browser {
    padding-top: 70px;
    background: #f7f6f2;
}

.wme-ratings-page .wme-ratings-browser .wme-page-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
    column-gap: 70px;
    align-items: end;
    max-width: none;
}

.wme-ratings-page .wme-ratings-browser .wme-page-heading .wme-page-eyebrow,
.wme-ratings-page .wme-ratings-browser .wme-page-heading h2 {
    grid-column: 1;
}

.wme-ratings-page .wme-ratings-browser .wme-page-heading > p:last-child {
    grid-row: 1 / 3;
    grid-column: 2;
    align-self: center;
}

.wme-ratings-page .wme-ratings-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.wme-ratings-page .wme-ratings-card {
    position: relative;
    min-height: 285px;
    padding: 32px 28px 27px 45px;
    overflow: hidden;
    border: 0;
    border-left: 4px solid #d7dbea;
    border-radius: 5px;
    background: var(--wme-white);
    box-shadow: 0 10px 30px rgba(20, 33, 61, 0.055);
}

.wme-ratings-page .wme-ratings-card::before {
    position: absolute;
    top: 22px;
    left: 13px;
    color: #d8dced;
    font-family: Georgia, serif;
    font-size: 38px;
    line-height: 1;
    content: "“";
}

.wme-ratings-page .wme-ratings-card:first-child {
    grid-column: 1 / -1;
    min-height: 245px;
    padding-right: clamp(32px, 9vw, 140px);
    border-left-color: var(--wme-mint);
}

.wme-ratings-page .wme-ratings-card:nth-child(3n) {
    border-left-color: var(--wme-peach);
}

.wme-ratings-page .wme-ratings-card blockquote p {
    font-size: 15px;
}

.wme-ratings-page .wme-ratings-next {
    padding: 50px 0;
    border-top: 1px solid #e2dfd6;
    background: var(--wme-white);
}

.wme-ratings-page .wme-ratings-next-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 25px;
    align-items: center;
}

.wme-ratings-page .wme-ratings-next-stars {
    color: #f4a941;
    font-size: 20px;
    letter-spacing: 2px;
    writing-mode: vertical-rl;
}

.wme-ratings-page .wme-ratings-next h2 {
    margin: 0;
    font-size: clamp(27px, 3vw, 38px);
}

/* Order now: focused setup desk */
.wme-order-page .wme-order-workspace {
    padding: 66px 0 88px;
    background:
        linear-gradient(90deg, rgba(79, 94, 232, 0.055) 0, rgba(79, 94, 232, 0.055) 50%, transparent 50%),
        var(--wme-white);
}

.wme-order-page .wme-order-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    gap: clamp(45px, 8vw, 100px);
    align-items: end;
    margin-bottom: 42px;
    padding-bottom: 35px;
    border-bottom: 1px solid #dfe3ee;
}

.wme-order-page .wme-order-intro h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(43px, 5vw, 64px);
    line-height: 1.03;
}

.wme-order-page .wme-order-intro .wme-page-lead {
    margin-bottom: 17px;
    font-size: 16px;
}

.wme-order-page .wme-order-payment-note {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    color: #296151;
    font-size: 12px;
    font-weight: 800;
}

.wme-order-page .wme-order-payment-note i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #dff6ef;
    color: #118067;
    font-style: normal;
}

.wme-order-page .wme-order-workspace-grid {
    display: grid;
    grid-template-columns: minmax(480px, 1.12fr) minmax(340px, 0.88fr);
    gap: clamp(30px, 5vw, 64px);
    align-items: start;
}

.wme-order-page .wme-order-card {
    width: 100%;
    max-width: none;
    padding: clamp(28px, 4vw, 40px);
    border: 1px solid #dce1ed;
    border-radius: 10px;
    box-shadow: 0 22px 60px rgba(20, 33, 61, 0.12);
}

.wme-order-page .wme-order-card::before {
    display: none;
}

.wme-order-page .wme-order-next-panel {
    position: sticky;
    top: 24px;
    padding: 36px;
    border-radius: 10px;
    background: #111c3c;
    color: var(--wme-white);
}

.wme-order-page .wme-order-next-panel h2 {
    margin-bottom: 28px;
    color: var(--wme-white);
    font-size: clamp(29px, 3vw, 39px);
    line-height: 1.14;
}

.wme-order-page .wme-order-next-panel .wme-page-summary-kicker {
    color: #91ddc9;
}

.wme-order-page .wme-order-flow {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    list-style: none;
}

.wme-order-page .wme-order-flow::before {
    position: absolute;
    top: 24px;
    bottom: 24px;
    left: 20px;
    width: 1px;
    background: rgba(255, 255, 255, 0.18);
    content: "";
}

.wme-order-page .wme-order-flow li {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 15px;
    align-items: start;
    min-height: 82px;
    padding-bottom: 18px;
}

.wme-order-page .wme-order-flow li > span {
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: #1c2a52;
    color: #aeb9d4;
}

.wme-order-page .wme-order-flow li.is-current > span {
    border-color: var(--wme-mint);
    background: var(--wme-mint);
    color: #0d4a3b;
}

.wme-order-page .wme-order-flow strong,
.wme-order-page .wme-order-flow small {
    display: block;
    text-align: left;
}

.wme-order-page .wme-order-flow strong {
    margin: 2px 0 4px;
    color: var(--wme-white);
    font-size: 14px;
}

.wme-order-page .wme-order-flow small {
    color: #abb6d0;
    font-size: 11px;
    line-height: 1.45;
}

.wme-order-page .wme-order-next-panel .wme-order-proof-list {
    gap: 0;
    margin: 12px 0 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.wme-order-page .wme-order-next-panel .wme-order-proof-list li {
    padding: 15px 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0;
    background: transparent;
}

.wme-order-page .wme-order-next-panel .wme-order-proof-list li > span {
    background: rgba(57, 198, 163, 0.14);
    color: #74d9bd;
}

.wme-order-page .wme-order-next-panel .wme-order-proof-list strong {
    color: var(--wme-white);
}

.wme-order-page .wme-order-next-panel .wme-order-proof-list small {
    color: #aeb8d0;
}

.wme-order-page .wme-order-process-link {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    min-height: 44px;
    color: #8ee0cb !important;
    font-size: 13px;
    font-weight: 800;
}

.wme-order-page .wme-order-prepare {
    padding: 68px 0;
    border-top: 1px solid #e2e5ee;
    background: #fafbfe;
}

.wme-order-page .wme-order-preflight {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(45px, 8vw, 100px);
    align-items: start;
}

.wme-order-page .wme-order-preflight-copy h2 {
    margin-bottom: 13px;
    font-size: clamp(31px, 4vw, 45px);
    line-height: 1.08;
}

.wme-order-page .wme-order-preflight-copy > p:last-child {
    color: var(--wme-ink-soft);
    font-size: 14px;
    line-height: 1.65;
}

.wme-order-page .wme-order-prepare-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    border-top: 1px solid #dfe3ee;
}

.wme-order-page .wme-order-prepare-grid article {
    display: grid;
    grid-template-columns: 44px 190px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    min-height: 92px;
    padding: 16px 0;
    border: 0;
    border-bottom: 1px solid #dfe3ee;
    border-radius: 0;
    background: transparent;
}

.wme-order-page .wme-order-prepare-grid article > span {
    width: 38px;
    height: 38px;
    margin: 0;
    border-radius: 50%;
}

.wme-order-page .wme-order-prepare-grid h3,
.wme-order-page .wme-order-prepare-grid p {
    margin: 0;
}

@media (max-width: 991.98px) {
    .wme-how-page .wme-how-stage-rail {
        overflow-x: auto;
        grid-template-columns: repeat(5, minmax(170px, 1fr));
        scrollbar-width: thin;
    }

    .wme-faq-page .wme-faq-layout,
    .wme-ratings-page .wme-ratings-evidence-grid,
    .wme-order-page .wme-order-intro,
    .wme-order-page .wme-order-workspace-grid,
    .wme-order-page .wme-order-preflight {
        grid-template-columns: minmax(0, 1fr);
    }

    .wme-faq-page .wme-faq-list,
    .wme-faq-page .wme-faq-aside {
        grid-row: auto;
        grid-column: auto;
    }

    .wme-faq-page .wme-faq-aside {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        order: -1;
    }

    .wme-ratings-page .wme-ratings-scoreboard {
        padding-top: 30px;
        padding-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.18);
        border-left: 0;
    }

    .wme-order-page .wme-order-workspace {
        background: #f5f6fd;
    }

    .wme-order-page .wme-order-next-panel {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .wme-how-page .wme-how-journey-hero,
    .wme-faq-page .wme-faq-help-hero,
    .wme-ratings-page .wme-ratings-evidence-hero,
    .wme-order-page .wme-order-workspace {
        padding-top: 58px;
    }

    .wme-how-page .wme-how-journey-intro h1,
    .wme-faq-page .wme-faq-help-intro h1,
    .wme-ratings-page .wme-ratings-evidence-copy h1,
    .wme-order-page .wme-order-intro h1 {
        font-size: clamp(38px, 11vw, 50px);
    }

    .wme-how-page .wme-process-list::before {
        right: auto;
        left: 27px;
        transform: none;
    }

    .wme-how-page .wme-process-item,
    .wme-how-page .wme-process-item:nth-child(even) {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 17px;
        min-height: 0;
        padding: 27px 0;
    }

    .wme-how-page .wme-process-marker,
    .wme-how-page .wme-process-item:nth-child(even) .wme-process-marker {
        grid-row: 1 / 3;
        grid-column: 1;
        width: 54px;
        height: 54px;
        border-width: 7px;
    }

    .wme-how-page .wme-process-content,
    .wme-how-page .wme-process-item:nth-child(even) .wme-process-content {
        grid-row: 1;
        grid-column: 2;
        text-align: left;
    }

    .wme-how-page .wme-process-detail,
    .wme-how-page .wme-process-item:nth-child(even) .wme-process-detail {
        grid-row: 2;
        grid-column: 2;
        padding: 14px 0 0;
        border: 0;
        border-top: 1px solid #dfe4f1;
        text-align: left;
    }

    .wme-how-page .wme-process-item:nth-child(even) .wme-process-detail span {
        padding-right: 0;
        padding-left: 15px;
    }

    .wme-how-page .wme-process-item:nth-child(even) .wme-process-detail span::before {
        right: auto;
        left: 0;
    }

    .wme-how-page .wme-how-next-step-inner,
    .wme-faq-page .wme-faq-contact-inner,
    .wme-ratings-page .wme-ratings-next-inner {
        grid-template-columns: minmax(0, 1fr);
    }

    .wme-how-page .wme-how-next-step-inner > div:first-child {
        padding-top: 64px;
        padding-left: 0;
    }

    .wme-how-page .wme-how-stage-rail {
        overflow: visible;
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .wme-how-page .wme-how-stage-rail a {
        min-height: 96px;
        padding: 26px 6px 12px;
    }

    .wme-how-page .wme-how-stage-rail a::before {
        left: 8px;
    }

    .wme-how-page .wme-how-stage-rail strong {
        font-size: 12px;
    }

    .wme-how-page .wme-how-stage-rail small {
        display: none;
    }

    .wme-faq-page .wme-faq-category-nav {
        overflow: visible;
        grid-template-columns: minmax(0, 1fr);
    }

    .wme-faq-page .wme-faq-category-nav a,
    .wme-faq-page .wme-faq-category-nav a:first-child {
        min-height: 78px;
        padding: 16px 18px;
        border-bottom: 1px solid var(--wme-line);
        border-left: 1px solid var(--wme-line);
    }

    .wme-faq-page .wme-faq-aside {
        grid-template-columns: minmax(0, 1fr);
    }

    .wme-faq-page .wme-faq-aside-card {
        display: none;
    }

    .wme-ratings-page .wme-ratings-filter-dock {
        margin-top: -36px;
    }

    .wme-ratings-page .wme-ratings-browser .wme-page-heading,
    .wme-ratings-page .wme-ratings-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .wme-ratings-page .wme-ratings-browser .wme-page-heading > *,
    .wme-ratings-page .wme-ratings-browser .wme-page-heading > p:last-child {
        grid-row: auto;
        grid-column: 1;
    }

    .wme-ratings-page .wme-ratings-card:first-child {
        grid-column: 1;
        padding-right: 28px;
    }

    .wme-ratings-page .wme-ratings-next-stars {
        writing-mode: horizontal-tb;
    }

    .wme-order-page .wme-order-workspace-grid {
        gap: 24px;
    }

    .wme-order-page .wme-order-card {
        order: 1;
    }

    .wme-order-page .wme-order-next-panel {
        order: 2;
    }

    .wme-order-page .wme-order-prepare-grid article {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .wme-order-page .wme-order-prepare-grid p {
        grid-column: 2;
    }
}

@media (max-width: 575.98px) {
    .wme-how-page .wme-how-journey-intro,
    .wme-faq-page .wme-faq-help-intro {
        text-align: left;
    }

    .wme-how-page .wme-how-journey-intro .wme-page-actions,
    .wme-how-page .wme-how-journey-intro .wme-page-action-note {
        justify-content: flex-start;
    }

    .wme-faq-page .wme-faq-help-hero .wme-faq-search-status {
        text-align: left;
    }

    .wme-faq-page .wme-faq-contact-inner .wme-page-actions,
    .wme-ratings-page .wme-ratings-next-inner .wme-page-actions,
    .wme-how-page .wme-how-next-step-inner .wme-page-actions {
        width: 100%;
    }

    .wme-ratings-page .wme-ratings-scoreboard .wme-ratings-metrics {
        grid-template-columns: minmax(0, 1fr);
    }

    .wme-ratings-page .wme-ratings-scoreboard .wme-ratings-metrics > div + div {
        padding-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.16);
        border-left: 0;
    }

    .wme-order-page .wme-order-next-panel {
        padding: 28px 22px;
    }

    .wme-order-page .wme-order-card {
        padding: 23px 18px;
    }
}
