.lp-page {
    --cm-bg: #f5f7fb;
    --cm-card: rgba(255, 255, 255, 0.82);
    --cm-text: rgba(18, 23, 38, 0.96);
    --cm-muted: rgba(93, 102, 120, 0.92);
    --cm-primary: #0c0c0d;
    --cm-line: rgba(224, 229, 238, 0.96);
    --cm-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
    gap: clamp(18px, 2.2vw, 28px);
    width: min(1120px, calc(100% - 24px));
    margin: clamp(12px, 1.8vw, 24px) auto 48px;
    color: var(--cm-text);
}

.lp-page::before {
    inset: -28px -16px auto;
    height: 280px;
    opacity: 0.56;
}

.front-nav-wrap.platform-readylaunch.is-sticky {
    top: 0;
    z-index: 9000;
    background: rgba(255, 255, 255, 0.68);
    border-bottom-color: rgba(228, 233, 241, 0.84);
    backdrop-filter: blur(15px) saturate(150%);
}

.front-nav-wrap.platform-readylaunch.is-sticky.is-scrolled {
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.front-nav-wrap.platform-readylaunch .front-nav-inner {
    width: min(1120px, calc(100% - 24px));
    min-height: 68px;
    gap: 0.95rem;
}

.front-nav-wrap.platform-readylaunch .front-nav-menu {
    min-width: 0;
}

.front-nav-wrap.platform-readylaunch .front-nav-links {
    flex: 1 1 auto;
    min-width: 0;
    gap: 0.22rem;
}

.front-nav-wrap.platform-readylaunch .front-nav-links a {
    padding: 0.56rem 0.68rem;
    font-size: 0.81rem;
    font-weight: 650;
    transition:
        color 180ms ease,
        background-color 180ms ease,
        transform 180ms ease;
}

.front-nav-wrap.platform-readylaunch .front-nav-actions {
    display: flex;
    gap: 0.52rem;
    align-items: center;
    flex-wrap: nowrap;
    overflow: visible;
    flex: 0 0 auto;
    margin-left: auto;
}

.front-nav-wrap.platform-readylaunch .front-nav-cta-group {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    flex: 0 0 auto;
    white-space: nowrap;
}

.front-nav-wrap.platform-readylaunch .front-chip-platform-demo,
.front-nav-wrap.platform-readylaunch .front-chip-platform-register,
.front-nav-wrap.platform-readylaunch .front-chip-platform-account {
    display: inline-flex;
    flex: 0 0 auto;
}

.front-nav-wrap.platform-readylaunch .front-chip {
    min-height: 2.5rem;
    padding: 0 0.9rem;
    font-size: 0.8rem;
    font-weight: 650;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        color 180ms ease;
}

.front-nav-wrap.platform-readylaunch .front-chip-platform-demo {
    min-height: 2.62rem;
    padding: 0 1rem;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.1);
}

.front-nav-wrap.platform-readylaunch .front-chip-dark {
    background: var(--cm-primary, #0c0c0d);
    color: #fff;
    border-color: var(--cm-primary, #0c0c0d);
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.14);
}

.front-nav-wrap.platform-readylaunch .front-chip-soft {
    background: rgba(247, 250, 255, 0.88);
    border-color: rgba(212, 224, 241, 0.92);
    color: #5a6d8f;
    box-shadow: none;
}

.front-nav-wrap.platform-readylaunch .front-chip-platform-register {
    background: rgba(248, 250, 255, 0.82);
    border-color: rgba(217, 226, 240, 0.96);
    color: rgba(92, 108, 133, 0.92);
}

.front-nav-wrap.platform-readylaunch .front-chip-platform-register:hover {
    background: rgba(255, 255, 255, 0.94);
    border-color: rgba(199, 214, 236, 0.98);
    color: #325d9f;
}

.front-nav-wrap.platform-readylaunch .front-nav-utility {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.45rem;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.front-nav-wrap.platform-readylaunch .front-nav-locale {
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
    min-width: max-content;
}

.front-nav-wrap.platform-readylaunch .front-nav-locale summary {
    list-style: none;
}

.front-nav-wrap.platform-readylaunch .front-nav-locale summary::-webkit-details-marker {
    display: none;
}

.front-nav-wrap.platform-readylaunch .front-nav-locale-current {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    flex: 0 0 auto;
    min-height: 2.5rem;
    padding: 0.18rem 0.3rem 0.18rem 0.42rem;
    border: 1px solid rgba(212, 224, 241, 0.92);
    border-radius: 999px;
    background: rgba(248, 250, 255, 0.88);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
    color: #4f6388;
    cursor: pointer;
}

.front-nav-wrap.platform-readylaunch .front-nav-locale-current-code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.9rem;
    min-height: 1.9rem;
    padding: 0 0.45rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #3e67f1, #274ecf);
    color: #fff;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    box-shadow: 0 6px 14px rgba(39, 78, 207, 0.18);
}

.front-nav-wrap.platform-readylaunch .front-nav-locale-current-label {
    font-size: 0.78rem;
    font-weight: 650;
    letter-spacing: -0.01em;
}

.front-nav-wrap.platform-readylaunch .front-nav-locale-current-icon {
    font-size: 0.72rem;
    opacity: 0.68;
    transition: transform 180ms ease;
}

.front-nav-wrap.platform-readylaunch .front-nav-locale[open] .front-nav-locale-current-icon {
    transform: rotate(180deg);
}

.front-nav-wrap.platform-readylaunch .front-nav-locale-menu {
    position: absolute;
    top: calc(100% + 0.45rem);
    right: 0;
    display: grid;
    gap: 0.26rem;
    min-width: 11rem;
    padding: 0.34rem;
    border: 1px solid rgba(212, 224, 241, 0.96);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(14px);
    z-index: 20;
}

.front-nav-wrap.platform-readylaunch .front-nav-locale form {
    display: flex;
    margin: 0;
}

.front-nav-wrap.platform-readylaunch .front-nav-locale-btn {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 2.4rem;
    padding: 0.45rem 0.68rem;
    border: 0;
    border-radius: 14px;
    background: transparent;
    color: #5a6d8f;
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    opacity: 1;
}

.front-nav-wrap.platform-readylaunch .front-nav-locale-btn:hover {
    background: rgba(243, 247, 255, 0.96);
    color: #325d9f;
}

.front-nav-wrap.platform-readylaunch .front-nav-locale-btn.is-active {
    background: rgba(235, 242, 255, 0.98);
    color: #274ecf;
}

.front-nav-wrap.platform-readylaunch .front-nav-locale-btn-code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    min-height: 1.65rem;
    padding: 0 0.4rem;
    border-radius: 999px;
    background: rgba(230, 237, 249, 0.95);
    font-size: 0.68rem;
    letter-spacing: 0.08em;
}

.front-nav-wrap.platform-readylaunch .front-nav-locale-btn.is-active .front-nav-locale-btn-code {
    background: linear-gradient(135deg, #3e67f1, #274ecf);
    color: #fff;
}

.front-nav-wrap.platform-readylaunch .front-nav-locale-btn-label {
    flex: 1 1 auto;
    padding-left: 0.55rem;
    text-align: left;
}

.front-nav-wrap.platform-readylaunch .front-nav-locale:focus-within .front-nav-locale-current,
.front-nav-wrap.platform-readylaunch .front-nav-locale-current:focus-visible {
    outline: 3px solid rgba(62, 103, 241, 0.18);
    outline-offset: 2px;
}

.front-nav-wrap.platform-readylaunch .front-nav-utility-link {
    display: inline-flex;
    align-items: center;
    min-height: 1.9rem;
    margin-left: 0.1rem;
    font-size: 0.76rem;
    letter-spacing: -0.01em;
    white-space: nowrap;
    opacity: 0.64;
}

.front-nav-wrap.platform-readylaunch .front-chip-platform-account {
    min-width: max-content;
    font-weight: 700;
    box-shadow: none;
}

.front-nav-wrap.platform-readylaunch .front-nav-utility-link:hover {
    opacity: 1;
}

.lp-section,
.lp-footer {
    padding: clamp(22px, 2.7vw, 34px);
    border-color: rgba(224, 229, 238, 0.92);
}

.lp-section-head {
    margin-bottom: clamp(14px, 2vw, 24px);
}

.lp-section-head h2 {
    margin-bottom: 0.65rem;
    font-size: clamp(2rem, 4.2vw, 3.35rem);
    line-height: 0.98;
}

.lp-section-head p:last-child {
    max-width: 54ch;
    color: var(--cm-muted);
}

.lp-demo-card .lp-demo-tagline,
.lp-pack-fit,
.lp-proof-cta-copy p:last-child {
    max-width: 40ch;
}

.lp-section-head-left {
    max-width: 50rem;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

#hero,
#demos,
#bento,
#benefits,
#pricing,
#faq {
    scroll-margin-top: calc(var(--front-nav-height, 72px) + 24px);
}

.lp-hero-component-shell {
    min-height: auto;
    padding: clamp(28px, 4vw, 48px);
    background:
        radial-gradient(circle at 50% 0%, rgba(222, 235, 255, 0.72), rgba(255, 255, 255, 0) 32%),
        radial-gradient(circle at 50% 100%, rgba(198, 221, 255, 0.28), rgba(255, 255, 255, 0) 38%),
        linear-gradient(180deg, rgba(252, 252, 253, 0.98), rgba(245, 247, 250, 0.98));
}

catchme-platform-hero {
    --cm-hero-dashboard-x: 0px;
    --cm-hero-dashboard-y: 0px;
    --cm-hero-pos-x: 0px;
    --cm-hero-pos-y: 0px;
    --cm-hero-mobile-x: 0px;
    --cm-hero-mobile-y: 0px;
    display: block;
}

.cm-platform-hero__shell {
    display: grid;
    gap: clamp(16px, 2vw, 22px);
    width: min(100%, 1080px);
    margin: 0 auto;
}

.cm-platform-hero__brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    margin: 0;
    color: #255593;
    font-size: clamp(1.55rem, 2vw, 1.95rem);
    font-weight: 800;
    letter-spacing: -0.04em;
}

.cm-platform-hero__brand-mark {
    position: relative;
    width: 1.3rem;
    height: 1.3rem;
    border: 4px solid #3e8dff;
    border-radius: 999px;
    box-shadow: 0 0 0 8px rgba(62, 141, 255, 0.08);
}

.cm-platform-hero__brand-mark::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.42rem;
    width: 0.58rem;
    height: 0.58rem;
    background: #3e8dff;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    transform: translateX(-50%);
}

.cm-platform-hero__copy {
    display: grid;
    gap: 0.85rem;
    justify-items: center;
    text-align: center;
}

.cm-platform-hero__copy h1 {
    margin: 0;
    max-width: 14ch;
    color: #244b87;
    font-size: clamp(2.68rem, 5.05vw, 4.02rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.cm-platform-hero__copy p {
    margin: 0;
    max-width: 44rem;
    color: #6d7890;
    font-size: clamp(1.02rem, 1.45vw, 1.28rem);
    line-height: 1.62;
}

.cm-platform-hero__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: center;
}

.cm-platform-hero__pill {
    display: inline-flex;
    align-items: center;
    gap: 0.62rem;
    min-height: 3rem;
    padding: 0.58rem 1.1rem;
    border: 1px solid rgba(207, 220, 238, 0.98);
    border-radius: 999px;
    background: rgba(250, 252, 255, 0.96);
    box-shadow:
        0 10px 24px rgba(15, 23, 42, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    color: #647089;
    font-size: 0.92rem;
    font-weight: 700;
    white-space: normal;
    text-align: center;
}

.cm-platform-hero__pill-icon {
    width: 1rem;
    height: 1rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #64a4ff, #2b74df);
    box-shadow: 0 0 0 6px rgba(59, 130, 246, 0.08);
}

.cm-platform-hero__pill.is-planning .cm-platform-hero__pill-icon {
    background: linear-gradient(180deg, #d7e4f8, #9bb8e4);
}

.cm-platform-hero__pill.is-cash .cm-platform-hero__pill-icon {
    background: linear-gradient(180deg, #8eddb7, #46b97b);
    box-shadow: 0 0 0 6px rgba(70, 185, 123, 0.08);
}

.cm-platform-hero__visual {
    position: relative;
    width: min(100%, 980px);
    margin: 0 auto;
    margin-top: -0.3rem;
    padding: 1rem 1.1rem 4.6rem;
}

.cm-platform-hero__spotlight {
    position: absolute;
    inset: auto 8% 2rem;
    height: 18%;
    border-radius: 999px;
    background: radial-gradient(circle at center, rgba(116, 162, 255, 0.16), rgba(116, 162, 255, 0));
    filter: blur(18px);
    pointer-events: none;
}

.cm-platform-hero__device {
    position: relative;
    border: 1px solid rgba(205, 216, 233, 0.98);
    background: rgba(255, 255, 255, 0.98);
    box-shadow:
        0 30px 62px rgba(15, 23, 42, 0.13),
        0 12px 24px rgba(15, 23, 42, 0.07);
}

.cm-platform-hero__device--dashboard {
    z-index: 2;
    width: min(100%, 820px);
    margin: 0 auto;
    padding: 1rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 249, 254, 0.99));
    transform: translate3d(var(--cm-hero-dashboard-x), var(--cm-hero-dashboard-y), 0);
    transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow:
        0 24px 44px rgba(15, 23, 42, 0.1),
        0 10px 20px rgba(15, 23, 42, 0.05);
}

.cm-platform-hero__window-bar {
    display: flex;
    gap: 0.42rem;
    padding: 0.2rem 0.2rem 0.78rem;
}

.cm-platform-hero__window-bar span {
    width: 0.54rem;
    height: 0.54rem;
    border-radius: 999px;
    background: rgba(188, 200, 221, 0.96);
}

.cm-platform-hero__dashboard-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(240px, 0.84fr);
    gap: 0.9rem;
}

.cm-platform-hero__panel {
    border: 1px solid rgba(213, 222, 236, 0.98);
    border-radius: 16px;
    background: rgba(250, 252, 255, 0.98);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.cm-platform-hero__panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.cm-platform-hero__panel-head h2 {
    margin: 0;
    color: #1d365f;
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.cm-platform-hero__panel--planning {
    padding: 1rem 1rem 0.95rem;
}

.cm-platform-hero__schedule-list {
    display: grid;
    gap: 0.62rem;
}

.cm-platform-hero__schedule-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
    padding: 0.78rem 0.82rem;
    border: 1px solid rgba(216, 224, 236, 0.98);
    border-radius: 14px;
    background: rgba(252, 253, 255, 0.98);
}

.cm-platform-hero__schedule-time {
    color: #29406d;
    font-size: 0.86rem;
    font-weight: 800;
}

.cm-platform-hero__schedule-main {
    display: grid;
    gap: 0.12rem;
    min-width: 0;
}

.cm-platform-hero__schedule-main strong {
    color: #19345d;
    font-size: 0.94rem;
    font-weight: 800;
}

.cm-platform-hero__schedule-main span {
    color: #5f6d86;
    font-size: 0.85rem;
    line-height: 1.35;
}

.cm-platform-hero__schedule-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 5.2rem;
    min-height: 2rem;
    padding: 0.32rem 0.72rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.cm-platform-hero__schedule-pill.is-salon {
    background: linear-gradient(180deg, #56a0ff, #2c73de);
    color: #fff;
}

.cm-platform-hero__schedule-pill.is-home {
    background: linear-gradient(180deg, #99dfbb, #56bd82);
    color: #fff;
}

.cm-platform-hero__side-stack {
    display: grid;
    gap: 0.72rem;
}

.cm-platform-hero__panel--payment,
.cm-platform-hero__panel--mobile,
.cm-platform-hero__panel--team {
    padding: 0.9rem;
}

.cm-platform-hero__payment-total {
    display: grid;
    gap: 0.1rem;
    margin-bottom: 0.9rem;
}

.cm-platform-hero__payment-total strong {
    color: #153059;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: -0.05em;
}

.cm-platform-hero__payment-total span {
    color: #66738c;
    font-size: 0.84rem;
    font-weight: 700;
}

.cm-platform-hero__payment-methods {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.48rem;
    margin-bottom: 0.8rem;
}

.cm-platform-hero__payment-methods span {
    display: block;
    min-height: 2.1rem;
    border: 1px solid rgba(226, 231, 240, 0.98);
    border-radius: 12px;
    background: rgba(248, 250, 253, 0.96);
}

.cm-platform-hero__payment-methods .is-card {
    background:
        linear-gradient(180deg, rgba(248, 250, 253, 0.98), rgba(248, 250, 253, 0.98)),
        linear-gradient(90deg, #244b87 0 42%, transparent 42%);
    position: relative;
}

.cm-platform-hero__payment-methods .is-card::after {
    content: "";
    position: absolute;
    inset: 0.55rem 0.55rem auto;
    height: 0.34rem;
    border-radius: 999px;
    background: rgba(36, 75, 135, 0.2);
}

.cm-platform-hero__payment-methods .is-cash {
    position: relative;
}

.cm-platform-hero__payment-methods .is-cash::before,
.cm-platform-hero__payment-methods .is-cash::after {
    content: "";
    position: absolute;
    inset: 0.7rem auto auto 0.62rem;
    width: 1.7rem;
    height: 0.72rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffe7a6, #efc96a);
}

.cm-platform-hero__payment-methods .is-cash::after {
    inset: 0.92rem auto auto 0.84rem;
}

.cm-platform-hero__payment-methods .is-mixed {
    position: relative;
}

.cm-platform-hero__payment-methods .is-mixed::before,
.cm-platform-hero__payment-methods .is-mixed::after {
    content: "";
    position: absolute;
    top: 0.7rem;
    width: 0.78rem;
    height: 0.78rem;
    border-radius: 999px;
}

.cm-platform-hero__payment-methods .is-mixed::before {
    left: 0.62rem;
    background: #2c73de;
}

.cm-platform-hero__payment-methods .is-mixed::after {
    left: 1.18rem;
    background: #101d35;
}

.cm-platform-hero__team-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
}

.cm-platform-hero__team-member {
    display: grid;
    gap: 0.45rem;
    justify-items: center;
}

.cm-platform-hero__avatar {
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #f2f7ff, #dce8fb);
    color: #244b87;
    font-size: 0.78rem;
    font-weight: 800;
    border: 1px solid rgba(213, 222, 236, 0.98);
}

.cm-platform-hero__team-member small {
    color: #44546d;
    font-size: 0.74rem;
    font-weight: 700;
}

.cm-platform-hero__panel--upcoming {
    display: grid;
    gap: 0.3rem;
    grid-column: 1 / 2;
    padding: 0.95rem 1rem;
}

.cm-platform-hero__panel--upcoming p {
    margin: 0;
    color: #2c436b;
    font-size: 0.92rem;
    font-weight: 700;
}

.cm-platform-hero__device--mobile {
    position: absolute;
    z-index: 3;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.98);
    transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cm-platform-hero__action-button {
    display: grid;
    place-items: center;
    min-height: 3rem;
    border-radius: 16px;
    background: linear-gradient(180deg, #347eff, #2458c8);
    color: #fff;
    font-size: 0.94rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    box-shadow: 0 12px 20px rgba(36, 88, 200, 0.26);
}

.cm-platform-hero__action-button.is-inline {
    min-height: 2.85rem;
    border-radius: 14px;
}

.cm-platform-hero__mobile-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.72rem;
}

.cm-platform-hero__mobile-head-copy {
    display: grid;
    gap: 0.16rem;
    min-width: 0;
}

.cm-platform-hero__mobile-head-copy strong {
    color: #18325c;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.cm-platform-hero__mobile-head-copy small {
    color: #6f7c94;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cm-platform-hero__mobile-head span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.5rem;
    padding: 0.2rem 0.56rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #94e0b8, #52bb81);
    color: #fff;
    font-size: 0.56rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cm-platform-hero__mobile-payment {
    display: grid;
    gap: 0.62rem;
}

.cm-platform-hero__mobile-overview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.cm-platform-hero__mobile-signal {
    display: inline-flex;
    gap: 0.18rem;
    align-items: center;
}

.cm-platform-hero__mobile-signal span {
    display: block;
    width: 0.34rem;
    border-radius: 999px;
    background: #2c73de;
}

.cm-platform-hero__mobile-signal span:nth-child(1) {
    height: 0.52rem;
    opacity: 0.48;
}

.cm-platform-hero__mobile-signal span:nth-child(2) {
    height: 0.82rem;
    opacity: 0.72;
}

.cm-platform-hero__mobile-signal span:nth-child(3) {
    height: 1.1rem;
}

.cm-platform-hero__mobile-total {
    display: block;
    margin: 0;
    color: #16335f;
    font-size: 1.46rem;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -0.06em;
    text-align: right;
}

.cm-platform-hero__mobile-copy {
    margin: 0;
    color: #6c7890;
    font-size: 0.68rem;
    line-height: 1.5;
    text-align: left;
}

.cm-platform-hero__mobile-list {
    display: grid;
    gap: 0.58rem;
}

.cm-platform-hero__mobile-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.48rem 0.62rem;
    align-items: center;
    padding: 0.76rem 0.72rem;
    border: 1px solid rgba(224, 230, 239, 0.98);
    border-radius: 14px;
    background: rgba(251, 252, 255, 0.98);
}

.cm-platform-hero__mobile-time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.55rem;
    min-height: 1.48rem;
    padding: 0 0.36rem;
    border-radius: 999px;
    background: rgba(44, 115, 222, 0.1);
    color: #2c73de;
    font-size: 0.56rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cm-platform-hero__mobile-main {
    display: grid;
    gap: 0.12rem;
    min-width: 0;
}

.cm-platform-hero__mobile-main strong {
    color: #263f67;
    font-size: 0.75rem;
    font-weight: 800;
}

.cm-platform-hero__mobile-main small {
    color: #78849a;
    font-size: 0.67rem;
    line-height: 1.35;
}

.cm-platform-hero__mobile-action {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    min-height: 1.44rem;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    background: rgba(36, 75, 135, 0.08);
    color: #244b87;
    font-size: 0.56rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.cm-platform-hero__action-button--mobile {
    min-height: 2.35rem;
    border-radius: 14px;
    font-size: 0.76rem;
    box-shadow: 0 8px 14px rgba(36, 88, 200, 0.12);
}

.cm-platform-hero__cta-row {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 4;
    transform: translate(-50%, 50%);
}

.cm-platform-hero__cta-row .lp-btn {
    min-height: 3.35rem;
    padding: 0.92rem 1.42rem;
    border-radius: 999px;
    box-shadow:
        0 18px 34px rgba(15, 23, 42, 0.16),
        0 12px 24px rgba(36, 88, 200, 0.16);
}

.cm-platform-hero__cta-row .lp-btn::after {
    content: "›";
    margin-left: 0.72rem;
    font-size: 1.15rem;
    line-height: 1;
}

.lp-hero.lp-hero-minimal {
    min-height: clamp(600px, 74vh, 790px);
    padding: 0 0 clamp(18px, 2.6vw, 28px);
}

.lp-hero.lp-hero-minimal::before {
    inset: -12% -10% 34%;
    opacity: 0.14;
    background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
}

.lp-hero.lp-hero-minimal::after {
    opacity: 0;
}

.lp-hero.lp-hero-minimal .lp-hero-network {
    inset: 4% -8% 0;
    z-index: 0;
    opacity: 0.3;
    overflow: hidden;
    transform: translate3d(var(--cm-hero-network-x, 0px), var(--cm-hero-network-y, 0px), 0);
    transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.lp-hero.lp-hero-minimal .lp-hero-network-core {
    top: calc(24% + 6px);
}

.lp-hero.lp-hero-minimal .lp-hero-network-line-1,
.lp-hero.lp-hero-minimal .lp-hero-network-line-4 {
    top: 10%;
}

.lp-hero.lp-hero-minimal .lp-hero-network-line-2,
.lp-hero.lp-hero-minimal .lp-hero-network-line-5 {
    top: 21%;
}

.lp-hero.lp-hero-minimal .lp-hero-network-line-3,
.lp-hero.lp-hero-minimal .lp-hero-network-line-6 {
    top: 33%;
}

.lp-hero.lp-hero-minimal .lp-hero-network-line,
.lp-hero.lp-hero-minimal .lp-hero-network-pulse,
.lp-hero.lp-hero-minimal .lp-hero-network-core {
    visibility: visible;
}

.cm-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    align-items: start;
    gap: clamp(22px, 3vw, 40px);
    width: min(1120px, calc(100% - 24px));
    min-height: clamp(540px, 66vh, 680px);
    margin: 0 auto;
    padding-top: clamp(86px, 7.4vw, 102px);
    padding-bottom: clamp(20px, 2.5vw, 32px);
    position: relative;
    z-index: 1;
}

.cm-hero-shell {
    display: grid;
    place-items: center;
    min-height: clamp(540px, 66vh, 680px);
    position: relative;
    z-index: 1;
}

.cm-hero-copy {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 3;
    justify-items: start;
    text-align: left;
    align-self: start;
    margin-top: -8px;
}

.cm-hero-copy .lp-kicker {
    justify-content: flex-start;
}

.cm-hero-copy .lp-kicker::before {
    display: none;
}

.cm-hero-copy h1 {
    max-width: 10.6ch;
    margin-top: 0.72rem;
    font-size: clamp(3.2rem, 5.4vw, 5.1rem);
    line-height: 0.95;
    letter-spacing: -0.04em;
}

.cm-hero-copy .lp-lead {
    max-width: 34ch;
    margin-top: 0.9rem;
    font-size: clamp(1rem, 1.28vw, 1.08rem);
    line-height: 1.56;
    color: var(--cm-muted);
}

.cm-hero-copy .lp-actions {
    margin-top: 1.2rem;
    gap: 0.8rem;
    justify-content: flex-start;
    align-items: center;
}

.cm-hero-copy h1,
.cm-hero-copy .lp-lead,
.cm-hero-copy .lp-actions,
.cm-hero-note,
.cm-hero-proof-inline,
.cm-hero-stage-wrap {
    position: relative;
    z-index: 2;
}

.cm-hero-link {
    color: var(--cm-primary);
    font-size: 0.94rem;
    font-weight: 800;
    text-decoration: none;
}

.cm-hero-link:hover {
    color: rgba(0, 94, 255, 0.92);
    text-decoration: none;
}

.lp-hero [data-hero-item] {
    transform: translateY(var(--lp-hero-offset, 24px));
    transition:
        opacity var(--lp-reveal-duration, 520ms) cubic-bezier(0.22, 1, 0.36, 1),
        transform var(--lp-reveal-duration, 520ms) cubic-bezier(0.22, 1, 0.36, 1);
}

.lp-hero .lp-actions,
.lp-hero .lp-social-proof,
.lp-hero .cm-hero-note,
.lp-hero .cm-hero-product {
    --lp-hero-offset: 18px;
    --lp-reveal-duration: 520ms;
}

.cm-hero-copy .lp-btn {
    min-height: 3.2rem;
    padding: 0.92rem 1.25rem;
}

.cm-hero-btn-secondary {
    background: rgba(255, 255, 255, 0.76);
    border-color: rgba(224, 229, 238, 0.96);
    color: var(--cm-primary);
    box-shadow: none;
}

.cm-hero-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.94);
    color: var(--cm-primary);
}

.cm-hero-note {
    margin: 0.5rem 0 0;
    color: var(--cm-muted);
    font-size: 0.84rem;
    font-weight: 700;
}

.cm-hero-proof-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: flex-start;
}

.cm-hero-proof-inline {
    margin-top: 1.05rem;
}

.cm-hero-proof-pill {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.42rem 0.86rem;
    border: 1px solid rgba(18, 23, 38, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: rgba(18, 23, 38, 0.82);
    font-size: 0.8rem;
    font-weight: 800;
}

.lp-hero.is-visible .lp-hero-network-pulse {
    display: none;
}

.lp-hero.is-visible .lp-hero-network-line::after {
    animation: none;
    opacity: 0.18;
}

.lp-demos-section {
    position: relative;
    padding-top: clamp(18px, 2vw, 24px);
    margin-top: -12px;
    box-shadow: 0 -18px 46px rgba(15, 23, 42, 0.06);
}

.lp-paths-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 253, 0.98)),
        radial-gradient(circle at top center, rgba(214, 228, 255, 0.22), rgba(255, 255, 255, 0) 42%);
}

.lp-paths-section::before {
    content: "";
    position: absolute;
    inset: 0 auto auto -8%;
    width: 280px;
    height: 280px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(36, 91, 219, 0.08), rgba(36, 91, 219, 0));
    pointer-events: none;
}

.lp-paths-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 1.8vw, 1.35rem);
    align-items: stretch;
}

.lp-path-card {
    --lp-path-accent: #245bdb;
    --lp-path-soft: rgba(234, 241, 255, 0.96);
    --lp-path-glow: rgba(36, 91, 219, 0.12);
    --lp-path-ink: #245bdb;
    --lp-path-bullet-top: #7aa3ff;
    --lp-path-bullet-ring: rgba(36, 91, 219, 0.12);
    display: grid;
    gap: 1rem;
    align-content: start;
    padding: clamp(1.1rem, 1.7vw, 1.35rem);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 251, 255, 0.98)),
        radial-gradient(circle at top right, var(--lp-path-glow), rgba(255, 255, 255, 0) 42%);
    border: 1px solid rgba(224, 229, 238, 0.96);
    border-radius: 28px;
    box-shadow:
        0 18px 34px rgba(15, 23, 42, 0.06),
        0 4px 10px rgba(15, 23, 42, 0.03);
}

.lp-path-card.is-featured {
    position: relative;
    padding: clamp(1.2rem, 1.9vw, 1.5rem);
    transform: translateY(-10px);
    border-color: rgba(49, 95, 159, 0.2);
    box-shadow:
        0 24px 46px rgba(15, 23, 42, 0.08),
        0 10px 24px rgba(49, 95, 159, 0.08);
}

.lp-path-card.is-salon {
    --lp-path-accent: #245bdb;
    --lp-path-soft: rgba(234, 241, 255, 0.96);
}

.lp-path-card.is-home {
    --lp-path-accent: #69c58a;
    --lp-path-soft: rgba(234, 248, 239, 0.96);
    --lp-path-glow: rgba(105, 197, 138, 0.16);
    --lp-path-ink: #2f7d4f;
    --lp-path-bullet-top: #9ee0b8;
    --lp-path-bullet-ring: rgba(105, 197, 138, 0.14);
}

.lp-path-card.is-hybrid {
    --lp-path-accent: #315f9f;
    --lp-path-soft: rgba(241, 245, 255, 0.96);
    --lp-path-glow: rgba(49, 95, 159, 0.14);
    --lp-path-ink: #315f9f;
    --lp-path-bullet-top: #89a8dc;
    --lp-path-bullet-ring: rgba(49, 95, 159, 0.12);
}

.lp-path-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
}

.lp-path-eyebrow,
.lp-path-tone {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.34rem 0.72rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lp-path-eyebrow {
    background: var(--lp-path-soft);
    color: var(--lp-path-accent);
}

.lp-path-tone {
    border: 1px solid rgba(216, 224, 236, 0.98);
    background: rgba(255, 255, 255, 0.86);
    color: #6d7a92;
}

.lp-path-tone.is-featured {
    border-color: rgba(49, 95, 159, 0.14);
    background: rgba(234, 241, 255, 0.98);
    color: #315f9f;
}

.lp-path-visual {
    position: relative;
}

.lp-path-visual-shell {
    display: grid;
    gap: 0.9rem;
    padding: 0.95rem;
    border: 1px solid rgba(214, 221, 233, 0.96);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 249, 253, 0.99)),
        radial-gradient(circle at top right, var(--lp-path-glow), rgba(255, 255, 255, 0) 45%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.88),
        0 10px 24px rgba(15, 23, 42, 0.05);
}

.lp-path-visual-bar {
    display: flex;
    gap: 0.36rem;
}

.lp-path-visual-bar span {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: rgba(186, 196, 212, 0.94);
}

.lp-path-visual-body {
    display: grid;
    gap: 0.8rem;
}

.lp-path-visual-body-salon {
    grid-template-columns: minmax(0, 1.1fr) minmax(110px, 0.74fr);
    align-items: stretch;
}

.lp-path-visual-body-home,
.lp-path-visual-body-hybrid {
    display: grid;
    gap: 0.8rem;
}

.lp-path-mini-side {
    display: grid;
    gap: 0.7rem;
}

.lp-path-mini-panel {
    display: grid;
    gap: 0.65rem;
    padding: 0.82rem 0.86rem;
    border: 1px solid rgba(220, 227, 238, 0.98);
    border-radius: 18px;
    background: rgba(251, 252, 255, 0.96);
}

.lp-path-mini-panel.is-accent,
.lp-path-card.is-featured .lp-path-mini-panel.is-footer {
    background: var(--lp-path-soft);
}

.lp-path-mini-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
}

.lp-path-mini-head strong,
.lp-path-mini-row strong,
.lp-path-mini-panel strong {
    color: #18345d;
    font-size: 0.88rem;
    line-height: 1.24;
    letter-spacing: -0.03em;
}

.lp-path-mini-head span {
    display: inline-flex;
    align-items: center;
    min-height: 1.55rem;
    padding: 0.24rem 0.52rem;
    border-radius: 999px;
    background: var(--lp-path-soft);
    color: var(--lp-path-ink);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.lp-path-mini-list {
    display: grid;
    gap: 0.55rem;
}

.lp-path-mini-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.6rem;
    align-items: start;
    padding: 0.64rem 0.68rem;
    border: 1px solid rgba(220, 227, 238, 0.94);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
}

.lp-path-mini-row small,
.lp-path-mini-panel p {
    margin: 0;
    color: #6d7a92;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lp-path-mini-row div {
    display: grid;
    gap: 0.14rem;
}

.lp-path-mini-row span {
    color: #6d7a92;
    font-size: 0.74rem;
    line-height: 1.45;
}

.lp-path-mini-team {
    display: flex;
}

.lp-path-mini-team span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.9rem;
    height: 1.9rem;
    margin-left: -0.24rem;
    border: 2px solid #fff;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--lp-path-bullet-top), var(--lp-path-accent));
    color: #fff;
    font-size: 0.62rem;
    font-weight: 800;
}

.lp-path-mini-team span:first-child {
    margin-left: 0;
}

.lp-path-mini-hybrid-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 0.55rem;
    align-items: center;
}

.lp-path-mini-bridge {
    display: grid;
    justify-items: center;
    gap: 0.35rem;
    color: var(--lp-path-ink);
}

.lp-path-mini-bridge span {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: var(--lp-path-soft);
    box-shadow: inset 0 0 0 1px rgba(216, 224, 236, 0.98);
}

.lp-path-mini-bridge strong {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.lp-path-mini-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.lp-path-mini-pill-row span {
    display: inline-flex;
    align-items: center;
    min-height: 1.85rem;
    padding: 0.32rem 0.62rem;
    border: 1px solid rgba(216, 224, 236, 0.98);
    border-radius: 999px;
    background: var(--lp-path-soft);
    color: var(--lp-path-ink);
    font-size: 0.72rem;
    font-weight: 700;
}

.lp-path-copy {
    display: grid;
    gap: 0.5rem;
}

.lp-path-copy h3 {
    margin: 0;
    color: #132238;
    font-size: clamp(1.35rem, 2vw, 1.62rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.lp-path-copy p {
    margin: 0;
    color: var(--cm-muted);
    font-size: 0.95rem;
    line-height: 1.65;
}

.lp-path-list {
    display: grid;
    gap: 0.62rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.lp-path-list li {
    position: relative;
    padding-left: 1.45rem;
    color: #33435e;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.55;
}

.lp-path-list li::before {
    content: "";
    position: absolute;
    top: 0.46rem;
    left: 0;
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--lp-path-bullet-top), var(--lp-path-accent));
    box-shadow: 0 0 0 4px var(--lp-path-bullet-ring);
}

.lp-path-actions {
    margin-top: auto;
}

.lp-path-actions .lp-btn {
    min-width: 10rem;
}

.lp-demos-section::before {
    content: "";
    position: absolute;
    inset: -42px 0 auto;
    height: 56px;
    background: linear-gradient(180deg, rgba(245, 247, 251, 0), rgba(245, 247, 251, 0.92));
    pointer-events: none;
}

.lp-demo-grid {
    gap: clamp(14px, 2vw, 22px);
}

.lp-demo-grid.lp-demo-grid-single {
    grid-template-columns: 1fr;
}

.lp-reference-card {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: clamp(1.2rem, 2.2vw, 2rem);
    align-items: center;
    padding: clamp(1.2rem, 2vw, 1.6rem);
}

.lp-reference-copy {
    display: grid;
    gap: 0.95rem;
    align-content: start;
}

.lp-demo-card {
    transition:
        transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 220ms ease,
        border-color 220ms ease;
}

.lp-demo-card:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 94, 255, 0.18);
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.09);
}

.lp-demo-card.is-featured {
    transform: translateY(-10px) scale(1.02);
    border-color: rgba(15, 23, 42, 0.14);
    box-shadow: 0 26px 44px rgba(15, 23, 42, 0.12);
}

.lp-demo-card.is-featured:hover {
    transform: translateY(-14px) scale(1.025);
}

.lp-btn:active,
.front-nav-wrap.platform-readylaunch .front-chip:active,
.front-nav-wrap.platform-readylaunch .front-nav-links a:active {
    transform: translateY(1px);
}

.lp-demo-card .lp-demo-pack {
    background: rgba(12, 12, 13, 0.06);
    color: var(--cm-text);
}

.lp-demo-bridge {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    margin-top: 1.1rem;
    padding: 1rem 1.1rem;
    border-top: 1px solid rgba(224, 229, 238, 0.92);
}

.lp-demo-bridge p {
    margin: 0;
    color: var(--cm-muted);
    font-size: 0.94rem;
    line-height: 1.6;
}

.lp-section-rail {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin: 0 auto 1rem;
}

.lp-section-rail span {
    display: inline-flex;
    align-items: center;
    min-height: 2.2rem;
    padding: 0.48rem 0.88rem;
    border: 1px solid rgba(224, 229, 238, 0.96);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    color: var(--cm-muted);
    font-size: 0.82rem;
    font-weight: 700;
}

.lp-bento-section {
    background:
        linear-gradient(180deg, rgba(11, 16, 32, 0.98), rgba(15, 23, 42, 0.98)),
        radial-gradient(circle at top right, rgba(0, 94, 255, 0.18), transparent 34%);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 64px rgba(15, 23, 42, 0.16);
}

.lp-bento-section .lp-section-head h2,
.lp-bento-section .lp-section-head p,
.lp-bento-section .lp-kicker,
.lp-bento-section .lp-inline-cta {
    color: rgba(255, 255, 255, 0.9);
}

.lp-bento-section .lp-section-head p:last-child {
    color: rgba(226, 232, 240, 0.72);
}

.lp-bento-section .lp-section-rail span {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.82);
}

.lp-demos-section,
.lp-pricing-section {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98)),
        radial-gradient(circle at top left, rgba(0, 94, 255, 0.05), transparent 34%);
}

.lp-demos-section .lp-section-head,
.lp-bento-section .lp-section-head,
.lp-benefits-section .lp-section-head,
.lp-pricing-section .lp-section-head,
.lp-faq-section .lp-section-head {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}

.lp-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.lp-faq-item summary::after {
    content: "";
    flex: 0 0 auto;
    width: 0.7rem;
    height: 0.7rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transform-origin: center;
    transition:
        transform 180ms cubic-bezier(0.22, 1, 0.36, 1),
        color 180ms ease,
        opacity 180ms ease;
    opacity: 0.72;
}

.lp-faq-item[open] summary::after {
    transform: rotate(225deg) translateY(-1px);
    opacity: 1;
}

.lp-demo-card {
    display: grid;
    gap: 0.95rem;
    align-content: start;
}

.lp-reference-stage {
    position: relative;
    padding: 0.2rem 0 0.2rem 0.95rem;
}

.lp-reference-stage-shell {
    display: grid;
    gap: 0.95rem;
    padding: 1rem;
    border: 1px solid rgba(213, 222, 236, 0.98);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(244, 248, 253, 0.99)),
        radial-gradient(circle at top right, rgba(211, 227, 255, 0.28), rgba(255, 255, 255, 0) 42%);
    box-shadow:
        0 22px 44px rgba(15, 23, 42, 0.08),
        0 10px 20px rgba(15, 23, 42, 0.04);
}

.lp-reference-stage-bar {
    display: flex;
    gap: 0.42rem;
}

.lp-reference-stage-bar span {
    width: 0.56rem;
    height: 0.56rem;
    border-radius: 999px;
    background: rgba(183, 194, 211, 0.94);
}

.lp-reference-stage-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(170px, 0.72fr);
    gap: 0.85rem;
}

.lp-reference-panel {
    border: 1px solid rgba(215, 223, 235, 0.98);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.88),
        0 8px 18px rgba(15, 23, 42, 0.03);
}

.lp-reference-panel-main,
.lp-reference-panel-cash,
.lp-reference-panel-team {
    padding: 1rem;
}

.lp-reference-side {
    display: grid;
    gap: 0.85rem;
}

.lp-reference-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.lp-reference-panel-head p,
.lp-reference-panel-cash p,
.lp-reference-panel-team p,
.lp-reference-floating p {
    margin: 0 0 0.18rem;
    color: #6a7892;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.lp-reference-panel-head strong,
.lp-reference-panel-cash strong,
.lp-reference-floating strong {
    color: #18345d;
    font-size: 1rem;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.lp-reference-panel-head span {
    display: inline-flex;
    align-items: center;
    min-height: 1.8rem;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: rgba(234, 241, 255, 0.98);
    color: #315f9f;
    font-size: 0.74rem;
    font-weight: 800;
}

.lp-reference-rows {
    display: grid;
    gap: 0.7rem;
}

.lp-reference-rows article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.7rem;
    padding: 0.78rem 0.82rem;
    border: 1px solid rgba(220, 227, 238, 0.98);
    border-radius: 18px;
    background: rgba(248, 251, 255, 0.96);
}

.lp-reference-rows small {
    color: #27456f;
    font-size: 0.8rem;
    font-weight: 800;
}

.lp-reference-rows div {
    display: grid;
    gap: 0.1rem;
}

.lp-reference-rows strong {
    color: #163058;
    font-size: 0.88rem;
    line-height: 1.25;
}

.lp-reference-rows span {
    color: #687790;
    font-size: 0.78rem;
    line-height: 1.4;
}

.lp-reference-rows em {
    display: inline-flex;
    align-items: center;
    min-height: 1.8rem;
    padding: 0.3rem 0.62rem;
    border-radius: 999px;
    background: rgba(234, 248, 239, 0.98);
    color: #2f7d4f;
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 800;
}

.lp-reference-rows article:first-child em {
    background: rgba(234, 241, 255, 0.98);
    color: #315f9f;
}

.lp-reference-footer-strip,
.lp-reference-payment-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.lp-reference-footer-strip {
    margin-top: 0.85rem;
}

.lp-reference-footer-strip span,
.lp-reference-payment-row span {
    display: inline-flex;
    align-items: center;
    min-height: 1.9rem;
    padding: 0.32rem 0.68rem;
    border: 1px solid rgba(217, 225, 237, 0.98);
    border-radius: 999px;
    background: rgba(248, 251, 255, 0.94);
    color: #5d6f8b;
    font-size: 0.74rem;
    font-weight: 700;
}

.lp-reference-panel-cash strong {
    display: block;
    margin-bottom: 0.7rem;
    font-size: 2rem;
    letter-spacing: -0.06em;
}

.lp-reference-team {
    display: flex;
    margin: 0.1rem 0 0.7rem;
}

.lp-reference-team span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    margin-left: -0.35rem;
    border: 3px solid #fff;
    border-radius: 999px;
    background: linear-gradient(180deg, #2f79ea, #2458c8);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
}

.lp-reference-team span:nth-child(2) {
    background: linear-gradient(180deg, #94dfb5, #56bc81);
}

.lp-reference-team span:nth-child(3) {
    background: linear-gradient(180deg, #7183a5, #4d5d79);
}

.lp-reference-team span:first-child {
    margin-left: 0;
}

.lp-reference-panel-team small {
    color: #687790;
    font-size: 0.78rem;
    line-height: 1.4;
}

.lp-reference-floating {
    position: absolute;
    display: grid;
    gap: 0.15rem;
    max-width: 180px;
    padding: 0.8rem 0.9rem;
    border: 1px solid rgba(214, 223, 236, 0.98);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.lp-reference-floating strong {
    font-size: 0.84rem;
}

.lp-reference-floating-blog {
    top: -0.7rem;
    right: 2rem;
}

.lp-reference-floating-booking {
    left: -0.25rem;
    bottom: 1.2rem;
}

.lp-demo-preview {
    margin: -0.15rem -0.15rem 0;
    overflow: hidden;
    border: 1px solid rgba(224, 229, 238, 0.84);
    border-radius: 24px;
    background: #edf2f7;
    aspect-ratio: 1.28 / 1;
}

.lp-demo-preview img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.lp-demo-card:hover .lp-demo-preview img {
    transform: scale(1.04);
}

.lp-demo-card-head {
    margin-bottom: 0;
}

.lp-demo-featured-badge {
    display: inline-flex;
    align-items: center;
    min-height: 1.9rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(12, 12, 13, 0.94);
    color: rgba(255, 255, 255, 0.96);
    font-size: 0.74rem;
    font-weight: 800;
}

.lp-demo-card .lp-demo-tagline {
    margin: 0;
}

.lp-demo-card .lp-demo-visual {
    margin-top: 0.2rem;
}

.lp-demo-card .lp-demo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    align-items: center;
}

.lp-demo-path {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.1rem;
}

.lp-demo-path span {
    display: inline-flex;
    align-items: center;
    min-height: 1.95rem;
    padding: 0.34rem 0.72rem;
    border: 1px solid rgba(224, 229, 238, 0.96);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--cm-muted);
    font-size: 0.74rem;
    font-weight: 800;
}

.lp-bento-summary.is-spotlight {
    background:
        linear-gradient(180deg, rgba(12, 12, 13, 0.98), rgba(18, 23, 38, 0.98)),
        radial-gradient(circle at top right, rgba(0, 94, 255, 0.22), transparent 42%);
    border-color: rgba(15, 23, 42, 0.88);
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.16);
}

.lp-bento-summary.is-spotlight h3,
.lp-bento-summary.is-spotlight p,
.lp-bento-summary.is-spotlight .lp-kicker {
    color: rgba(255, 255, 255, 0.92);
}

.lp-bento-summary.is-spotlight .lp-summary-list span {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.92);
}

.lp-bento-section .lp-bento-card {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.lp-bento-section .lp-bento-card.is-lead {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow:
        0 24px 48px rgba(15, 23, 42, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.lp-bento-section .lp-bento-card.is-secondary {
    background: rgba(255, 255, 255, 0.05);
}

.lp-bento-section .lp-bento-card.is-tertiary {
    background: rgba(255, 255, 255, 0.03);
    opacity: 0.94;
}

.lp-bento-section .lp-bento-card h3,
.lp-bento-section .lp-bento-card p,
.lp-bento-section .lp-bento-card .lp-inline-cta {
    color: rgba(255, 255, 255, 0.9);
}

.lp-bento-section .lp-bento-card p {
    color: rgba(226, 232, 240, 0.74);
}

.lp-bento-section .lp-module-tag,
.lp-bento-section .lp-bento-visual span,
.lp-bento-section .lp-summary-list span {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.88);
}

.lp-benefits-section .lp-benefits-panel,
.lp-benefits-section .lp-proof-matrix-card {
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
}

.lp-benefits-layout {
    display: grid;
    gap: 1rem;
}

.lp-benefits-grid {
    gap: 1rem;
}

.lp-pricing-lead {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    margin: 0 auto 1.1rem;
    padding: 1.15rem 1.25rem;
    border: 1px solid rgba(224, 229, 238, 0.92);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.06);
}

.lp-pricing-lead-copy {
    display: grid;
    gap: 0.55rem;
}

.lp-pricing-lead-copy p {
    margin: 0;
    max-width: 44ch;
    color: var(--cm-muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

.lp-pricing-lead-pill {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    min-height: 2.05rem;
    padding: 0.38rem 0.82rem;
    border-radius: 999px;
    background: rgba(12, 12, 13, 0.92);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 800;
}

.lp-pricing-assurances {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.lp-pricing-assurances span {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.78rem;
    border: 1px solid rgba(224, 229, 238, 0.96);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--cm-text);
    font-size: 0.76rem;
    font-weight: 800;
}

.lp-pack-compare thead th {
    background: rgba(12, 12, 13, 0.96);
    color: #fff;
}

.lp-pack-compare thead th:nth-child(3),
.lp-pack-compare tbody td:nth-child(3) {
    background: rgba(0, 94, 255, 0.05);
}

.lp-proof-matrix {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: 1fr;
}

.lp-proof-matrix article {
    display: grid;
    gap: 0.35rem;
}

.lp-proof-matrix article small {
    color: var(--cm-muted);
    font-size: 0.8rem;
    line-height: 1.45;
}

.lp-proof-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    margin-top: 1.2rem;
    padding: 1.15rem 1.25rem;
    border: 1px solid rgba(224, 229, 238, 0.92);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.06);
}

.lp-proof-cta-copy {
    display: grid;
    gap: 0.45rem;
    max-width: 38rem;
}

.lp-proof-cta-copy .lp-kicker,
.lp-proof-cta-copy h3,
.lp-proof-cta-copy p {
    margin: 0;
}

.lp-proof-cta-copy h3 {
    font-size: clamp(1.3rem, 2vw, 1.75rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.lp-proof-cta-copy p:last-child {
    color: var(--cm-muted);
    font-size: 0.94rem;
    line-height: 1.6;
}

.lp-final-cta {
    text-align: left;
}

.lp-final-cta-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 1rem 0 0.2rem;
}

.lp-final-cta-pills span {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.38rem 0.78rem;
    border: 1px solid rgba(224, 229, 238, 0.96);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--cm-muted);
    font-size: 0.8rem;
    font-weight: 700;
}

.lp-footer-brand {
    display: grid;
    gap: 1rem;
}

.lp-footer-topline {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.2rem;
    align-items: center;
    padding-bottom: 1.6rem;
    margin-bottom: 1.65rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lp-footer-topline-copy {
    display: grid;
    gap: 0.55rem;
}

.lp-footer-topline-copy .lp-kicker,
.lp-footer-topline-copy h3,
.lp-footer-topline-copy p {
    margin: 0;
}

.lp-footer-topline-copy h3 {
    font-size: clamp(1.7rem, 2.8vw, 2.45rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.lp-footer-topline-copy p:last-of-type {
    max-width: 56ch;
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.95rem;
    line-height: 1.65;
}

.lp-footer-topline-pills,
.lp-footer-brand-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.lp-footer-topline-pills span,
.lp-footer-brand-pills span {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.34rem 0.74rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.76rem;
    font-weight: 800;
}

.lp-footer-topline-actions,
.lp-footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.lp-footer-topline-actions {
    justify-content: flex-end;
}

.lp-footer-topline-actions .lp-btn-secondary,
.lp-footer-actions .lp-btn-secondary {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.lp-footer-topline-actions .lp-btn-tertiary {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.92);
}

.lp-footer-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem 1.4rem;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.35rem;
    margin-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.82rem;
}

.lp-footer-meta a {
    margin-bottom: 0;
}

.lp-footer a {
    transition: color 180ms ease, opacity 180ms ease;
}

.lp-btn:focus-visible,
.front-nav-wrap.platform-readylaunch .front-chip:focus-visible,
.front-nav-wrap.platform-readylaunch .front-nav-links a:focus-visible,
.lp-footer a:focus-visible {
    outline: 2px solid rgba(0, 94, 255, 0.28);
    outline-offset: 3px;
}

.cm-hero-stage-wrap {
    position: relative;
    min-height: clamp(520px, 58vw, 640px);
}

.cm-hero-stage {
    position: relative;
    min-height: inherit;
    border: 1px solid rgba(15, 23, 42, 0.9);
    border-radius: 38px;
    background:
        linear-gradient(180deg, rgba(9, 14, 27, 0.98), rgba(14, 22, 40, 0.98)),
        radial-gradient(circle at top right, rgba(0, 94, 255, 0.24), transparent 42%);
    box-shadow:
        0 44px 92px rgba(15, 23, 42, 0.2),
        0 18px 38px rgba(15, 23, 42, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    overflow: hidden;
}

.cm-hero-stage::before {
    content: "";
    position: absolute;
    inset: 14% 12% auto;
    height: 44%;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.cm-hero-stage-badge {
    position: absolute;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.38rem 0.78rem;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
    color: var(--cm-text);
    font-size: 0.74rem;
    font-weight: 800;
    white-space: nowrap;
}

.cm-hero-stage-badge.is-salon {
    top: 3%;
    left: 8%;
}

.cm-hero-stage-badge.is-home {
    top: 8%;
    right: 10%;
}

.cm-hero-stage-badge.is-hybrid {
    top: 48%;
    left: -2%;
}

.cm-hero-stage-badge.is-cash {
    right: -1%;
    top: 54%;
}

.cm-hero-stage-badge.is-team {
    right: 12%;
    bottom: 5%;
}

.cm-hero-stage-badge.is-cash,
.cm-hero-stage-badge.is-team {
    background: rgba(238, 245, 255, 0.96);
    border-color: rgba(191, 211, 234, 0.98);
    color: #0f5eab;
}

.cm-hero-stage-core {
    position: absolute;
    inset: 9% 11% 11%;
    z-index: 2;
    display: grid;
    grid-template-rows: auto auto auto 1fr;
    gap: 1rem;
    padding: 1.2rem 1.2rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(16, 25, 44, 0.96), rgba(11, 18, 33, 0.98)),
        radial-gradient(circle at top right, rgba(86, 152, 255, 0.2), transparent 44%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 20px 40px rgba(15, 23, 42, 0.18);
}

.cm-hero-stage-topbar {
    display: flex;
    gap: 0.4rem;
}

.cm-hero-stage-topbar span {
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 999px;
    background: rgba(226, 232, 240, 0.3);
}

.cm-hero-stage-head {
    display: grid;
    gap: 0.45rem;
}

.cm-hero-stage-kicker {
    margin: 0;
    color: rgba(226, 232, 240, 0.7);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.cm-hero-stage-head h2 {
    margin: 0;
    max-width: 14ch;
    color: rgba(255, 255, 255, 0.96);
    font-size: clamp(1.55rem, 1.9vw, 2.05rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
}

.cm-hero-stage-head p {
    margin: 0;
    max-width: 34ch;
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.88rem;
    line-height: 1.55;
}

.cm-hero-stage-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
}

.cm-hero-stage-column {
    display: grid;
    gap: 0.28rem;
    padding: 0.8rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
}

.cm-hero-stage-column span {
    color: rgba(226, 232, 240, 0.62);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cm-hero-stage-column strong {
    color: rgba(255, 255, 255, 0.98);
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: -0.04em;
}

.cm-hero-stage-column small {
    color: rgba(226, 232, 240, 0.74);
    font-size: 0.76rem;
    line-height: 1.35;
}

.cm-hero-stage-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    align-content: flex-start;
}

.cm-hero-stage-strip span {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    min-height: 2rem;
    padding: 0.36rem 0.72rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(226, 232, 240, 0.78);
    font-size: 0.74rem;
    font-weight: 700;
}

.cm-hero-stage-strip strong {
    color: rgba(255, 255, 255, 0.98);
    font-size: 0.8rem;
    letter-spacing: -0.02em;
}

.cm-hero-surface {
    position: absolute;
    z-index: 4;
    display: grid;
    gap: 0.52rem;
    width: min(220px, 29vw);
    padding: 1rem 1rem 0.95rem;
    border-radius: 24px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
}

.cm-hero-surface-booking {
    top: 13%;
    left: -2%;
}

.cm-hero-surface-cash {
    top: 18%;
    right: -3%;
}

.cm-hero-surface-team {
    left: 6%;
    bottom: 10%;
}

.cm-hero-surface-kicker {
    margin: 0;
    color: rgba(70, 94, 124, 0.8);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.cm-hero-surface strong {
    color: var(--cm-text);
    font-size: 0.98rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.cm-hero-surface ul {
    display: grid;
    gap: 0.4rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.cm-hero-surface li {
    position: relative;
    padding-left: 0.95rem;
    color: var(--cm-muted);
    font-size: 0.8rem;
    line-height: 1.45;
}

.cm-hero-surface li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.48rem;
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 999px;
    background: #0f5eab;
    box-shadow: 0 0 0 5px rgba(15, 94, 171, 0.12);
}

.lp-proof-matrix-card.is-visual {
    background:
        linear-gradient(180deg, rgba(11, 16, 32, 0.98), rgba(15, 23, 42, 0.98)),
        radial-gradient(circle at top right, rgba(0, 94, 255, 0.2), transparent 46%);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.16);
}

.lp-proof-matrix-card.is-visual h3 {
    color: rgba(255, 255, 255, 0.96);
}

.lp-proof-matrix-card.is-visual .lp-proof-matrix article {
    padding: 0.95rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
}

.lp-proof-matrix-card.is-visual .lp-proof-matrix strong {
    color: rgba(255, 255, 255, 0.98);
    font-size: 1.9rem;
    line-height: 1;
    letter-spacing: -0.05em;
}

.lp-proof-matrix-card.is-visual .lp-proof-matrix span {
    color: rgba(255, 255, 255, 0.86);
}

.lp-proof-matrix-card.is-visual .lp-proof-matrix small {
    color: rgba(226, 232, 240, 0.68);
}

@media (min-width: 700px) {
    .lp-proof-matrix {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 980px) {
    .lp-proof-matrix-card {
        grid-column: 1 / -1;
    }

    .lp-proof-matrix {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.lp-pack-card {
    display: grid;
    grid-template-rows: auto auto auto 1fr auto;
    transition:
        transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 220ms ease,
        border-color 220ms ease;
}

.lp-pack-head {
    display: grid;
    gap: 0.4rem;
    align-content: start;
    min-height: 10.8rem;
}

.lp-pack-card h3 {
    margin: 0;
}

.lp-pack-price {
    display: inline-flex;
    align-items: flex-end;
    gap: 0.22rem;
    margin: 0.1rem 0 0;
}

.lp-pack-meta {
    margin-top: 0.1rem;
}

.lp-pack-fit {
    min-height: 3.1rem;
}

.lp-pack-rails {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: flex-start;
}

.lp-pack-rails span {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.36rem 0.72rem;
    border: 1px solid rgba(215, 223, 235, 0.98);
    border-radius: 999px;
    background: rgba(248, 251, 255, 0.92);
    color: #5a6d8f;
    font-size: 0.74rem;
    font-weight: 800;
    line-height: 1.25;
}

.lp-pack-card ul {
    align-content: start;
    margin-top: 0.15rem;
}

.lp-pack-card .lp-btn {
    align-self: end;
    width: 100%;
    justify-content: center;
    margin-top: 0.35rem;
}

.lp-pack-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.09);
}

.lp-pack-card.is-featured {
    transform: translateY(-10px) scale(1.015);
    box-shadow: 0 28px 56px rgba(0, 94, 255, 0.22);
}

.lp-pack-decision {
    margin: 0;
    color: var(--cm-muted);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lp-pack-card.is-featured .lp-pack-decision {
    color: rgba(226, 232, 240, 0.82);
}

.lp-final-cta.is-premium {
    background:
        linear-gradient(180deg, rgba(9, 14, 27, 0.98), rgba(14, 22, 40, 0.98)),
        radial-gradient(circle at top right, rgba(0, 94, 255, 0.22), transparent 44%);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.16);
    text-align: left;
}

.lp-final-cta.is-premium .lp-kicker,
.lp-final-cta.is-premium h3,
.lp-final-cta.is-premium p {
    color: rgba(255, 255, 255, 0.94);
}

.lp-final-cta.is-premium .lp-final-cta-pills span {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.88);
}

.lp-section,
.lp-footer {
    border-color: rgba(219, 226, 237, 0.96);
    background:
        radial-gradient(circle at 18% 0%, rgba(229, 239, 255, 0.58), rgba(255, 255, 255, 0) 26%),
        linear-gradient(180deg, rgba(252, 252, 253, 0.99), rgba(246, 248, 251, 0.99));
    box-shadow:
        0 22px 48px rgba(15, 23, 42, 0.07),
        0 10px 22px rgba(15, 23, 42, 0.04);
}

.lp-card,
.lp-final-cta,
.lp-pack-compare-wrap,
.lp-pack-note,
.lp-proof-cta,
.lp-pricing-lead,
.lp-demo-bridge,
.lp-footer-grid > article,
.lp-footer-topline {
    border-color: rgba(215, 223, 235, 0.98);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 249, 252, 0.99)),
        radial-gradient(circle at top right, rgba(221, 234, 255, 0.22), rgba(255, 255, 255, 0) 44%);
    box-shadow:
        0 16px 34px rgba(15, 23, 42, 0.07),
        0 8px 18px rgba(15, 23, 42, 0.03);
}

.lp-card:hover,
.lp-pack-note:hover,
.lp-proof-cta:hover,
.lp-pricing-lead:hover,
.lp-demo-bridge:hover,
.lp-footer-grid > article:hover,
.lp-footer-topline:hover {
    border-color: rgba(190, 209, 236, 0.98);
    box-shadow:
        0 22px 44px rgba(15, 23, 42, 0.08),
        0 10px 20px rgba(15, 23, 42, 0.04);
}

.lp-demos-section,
.lp-bento-section,
.lp-benefits-section,
.lp-pricing-section,
.lp-faq-section {
    background:
        radial-gradient(circle at 84% 0%, rgba(220, 233, 255, 0.44), rgba(255, 255, 255, 0) 26%),
        radial-gradient(circle at 8% 100%, rgba(233, 245, 255, 0.3), rgba(255, 255, 255, 0) 24%),
        linear-gradient(180deg, rgba(252, 252, 253, 0.99), rgba(246, 248, 251, 0.99));
}

.lp-demos-section::before,
.lp-pricing-section::before,
.lp-pricing-section::after,
.lp-benefits-section::before,
.lp-bento-section::after {
    opacity: 0.62;
    filter: blur(10px);
}

.lp-bento-section .lp-section-head h2,
.lp-bento-section .lp-section-head p,
.lp-bento-section .lp-kicker,
.lp-bento-section .lp-inline-cta,
.lp-bento-section .lp-bento-card h3,
.lp-bento-section .lp-bento-card p,
.lp-bento-section .lp-bento-summary h3,
.lp-bento-section .lp-bento-summary p {
    color: inherit;
}

.lp-bento-section .lp-section-head p:last-child,
.lp-bento-section .lp-bento-card p,
.lp-bento-section .lp-bento-summary p {
    color: var(--cm-muted);
}

.lp-bento-section .lp-section-rail span,
.lp-bento-section .lp-module-tag,
.lp-bento-section .lp-bento-visual span,
.lp-bento-section .lp-summary-list span {
    background: rgba(246, 250, 255, 0.96);
    border-color: rgba(207, 219, 239, 0.98);
    color: #315f9f;
}

.lp-bento-section .lp-bento-card,
.lp-bento-section .lp-bento-card.is-lead,
.lp-bento-section .lp-bento-card.is-secondary,
.lp-bento-section .lp-bento-card.is-tertiary,
.lp-bento-summary.is-spotlight {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 249, 254, 0.99)),
        radial-gradient(circle at top right, rgba(205, 225, 255, 0.24), rgba(255, 255, 255, 0) 42%);
    border-color: rgba(214, 223, 236, 0.98);
    box-shadow:
        0 18px 38px rgba(15, 23, 42, 0.07),
        0 8px 18px rgba(15, 23, 42, 0.03);
}

.lp-product-map {
    display: grid;
    gap: 1rem;
    margin-top: 1.1rem;
    margin-bottom: 1.1rem;
}

.lp-product-map-copy {
    max-width: 48rem;
}

.lp-product-map-copy h3 {
    margin: 0.25rem 0 0.45rem;
    font-size: clamp(1.55rem, 2.5vw, 2.15rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.lp-product-map-copy p:last-child {
    color: var(--cm-muted);
}

.lp-product-map-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
}

.lp-product-family {
    display: grid;
    gap: 0.75rem;
    align-content: start;
}

.lp-product-family h3 {
    margin: 0;
    font-size: 1rem;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.lp-product-family-list {
    display: grid;
    gap: 0.42rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.lp-product-family-list li {
    position: relative;
    padding-left: 1rem;
    color: var(--cm-muted);
    font-size: 0.84rem;
    line-height: 1.45;
}

.lp-product-family-list li::before {
    content: "";
    position: absolute;
    top: 0.52rem;
    left: 0;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #3e67f1, #274ecf);
    box-shadow: 0 0 0 4px rgba(62, 103, 241, 0.1);
}

.lp-demo-featured-badge,
.lp-pricing-lead-pill {
    background: linear-gradient(180deg, #2f79ea, #2458c8);
    color: #fff;
}

.lp-demo-card .lp-demo-pack,
.lp-showcase-eyebrow,
.lp-pack-badge,
.lp-why-pill,
.lp-module-tag {
    background: rgba(241, 247, 255, 0.98);
    border-color: rgba(206, 220, 241, 0.98);
    color: #315f9f;
}

.lp-proof-matrix-card.is-visual,
.lp-final-cta.is-premium {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(244, 248, 253, 0.99)),
        radial-gradient(circle at top right, rgba(202, 223, 255, 0.3), rgba(255, 255, 255, 0) 42%);
    border-color: rgba(211, 221, 236, 0.98);
    box-shadow:
        0 18px 38px rgba(15, 23, 42, 0.08),
        0 8px 18px rgba(15, 23, 42, 0.03);
}

.lp-proof-matrix-card.is-visual h3,
.lp-proof-matrix-card.is-visual .lp-proof-matrix strong,
.lp-proof-matrix-card.is-visual .lp-proof-matrix span,
.lp-final-cta.is-premium .lp-kicker,
.lp-final-cta.is-premium h3,
.lp-final-cta.is-premium p {
    color: inherit;
}

.lp-proof-matrix-card.is-visual .lp-proof-matrix article {
    background: rgba(248, 251, 255, 0.98);
    border-color: rgba(214, 223, 236, 0.98);
}

.lp-proof-matrix-card.is-visual .lp-proof-matrix strong,
.lp-final-cta.is-premium h3 {
    color: #18345d;
}

.lp-proof-matrix-card.is-visual .lp-proof-matrix span,
.lp-proof-matrix-card.is-visual .lp-proof-matrix small,
.lp-final-cta.is-premium p {
    color: #60708a;
}

.lp-final-cta.is-premium .lp-final-cta-pills span {
    background: rgba(244, 248, 255, 0.98);
    border-color: rgba(209, 220, 238, 0.98);
    color: #486382;
}

.lp-pricing-toggle {
    border-color: rgba(212, 221, 235, 0.98);
    background: rgba(244, 248, 255, 0.92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.lp-pricing-toggle span {
    color: #677892;
}

.lp-pricing-toggle .is-active {
    background: linear-gradient(180deg, #2f79ea, #2458c8);
    color: #fff;
    box-shadow: 0 10px 18px rgba(36, 88, 200, 0.2);
}

.lp-pack-card.is-featured {
    background:
        linear-gradient(180deg, rgba(240, 247, 255, 0.99), rgba(231, 241, 255, 0.99)),
        radial-gradient(circle at top right, rgba(176, 206, 255, 0.32), rgba(255, 255, 255, 0) 42%);
    border-color: rgba(171, 201, 245, 0.98);
    box-shadow:
        0 24px 48px rgba(52, 99, 181, 0.14),
        0 10px 22px rgba(15, 23, 42, 0.04);
}

.lp-pack-card.is-featured h3,
.lp-pack-card.is-featured p,
.lp-pack-card.is-featured li,
.lp-pack-card.is-featured small,
.lp-pack-card.is-featured .lp-pack-decision {
    color: inherit;
}

.lp-pack-card.is-featured h3,
.lp-pack-price {
    color: #163058;
}

.lp-pack-card.is-featured .lp-pack-badge,
.lp-pack-card.is-featured .lp-pack-rails span {
    background: rgba(255, 255, 255, 0.82);
    border-color: rgba(182, 203, 235, 0.98);
    color: #315f9f;
}

.lp-faq-item {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 249, 252, 0.99)),
        radial-gradient(circle at top right, rgba(225, 236, 255, 0.2), rgba(255, 255, 255, 0) 48%);
}

.lp-faq-item p {
    background: rgba(249, 251, 254, 0.92);
}

.lp-footer {
    background:
        radial-gradient(circle at 0% 0%, rgba(225, 237, 255, 0.46), rgba(255, 255, 255, 0) 26%),
        linear-gradient(180deg, rgba(251, 252, 253, 0.99), rgba(244, 247, 250, 0.99));
    border-color: rgba(216, 224, 237, 0.96);
    box-shadow:
        0 22px 48px rgba(15, 23, 42, 0.07),
        0 10px 22px rgba(15, 23, 42, 0.04);
}

.lp-footer-grid {
    gap: 1rem;
}

.lp-footer-grid > article {
    padding: 1.25rem 1.3rem;
    border-radius: 22px;
}

.lp-footer-topline {
    border-bottom-color: rgba(214, 223, 236, 0.92);
}

.lp-footer-logo,
.lp-footer h4,
.lp-footer-topline-copy h3 {
    color: #18345d;
}

.lp-footer a,
.lp-footer span,
.lp-footer p,
.lp-footer-meta {
    color: #61708a;
}

.lp-footer a:hover {
    color: #244b87;
}

.lp-footer-topline-copy p:last-of-type,
.lp-footer-meta {
    color: #60708a;
}

.lp-footer-meta {
    border-top-color: rgba(214, 223, 236, 0.92);
}

.lp-footer-topline-pills span,
.lp-footer-brand-pills span {
    background: rgba(244, 248, 255, 0.98);
    border-color: rgba(209, 220, 238, 0.98);
    color: #45607f;
}

.lp-footer-topline-actions .lp-btn-secondary,
.lp-footer-actions .lp-btn-secondary,
.lp-footer-topline-actions .lp-btn-tertiary {
    background: rgba(247, 250, 255, 0.98);
    border-color: rgba(212, 223, 240, 0.98);
    color: #325d9f;
}

@media (max-width: 979px) {
    .lp-product-map-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lp-hero-component-shell {
        padding: clamp(24px, 4vw, 34px);
    }

    .cm-platform-hero__copy h1 {
        max-width: 12ch;
    }

    .cm-platform-hero__visual {
        width: 100%;
        padding: 0.85rem 0.5rem 4.6rem;
    }

    .cm-platform-hero__device--dashboard {
        padding: 0.9rem;
    }

    .cm-platform-hero__dashboard-grid {
        grid-template-columns: minmax(0, 1.2fr) minmax(190px, 0.8fr);
        gap: 0.75rem;
    }

    .cm-platform-hero__cta-row .lp-btn {
        min-height: 3.25rem;
    }

    .front-nav-wrap.platform-readylaunch .front-chip-platform-demo {
        display: inline-flex;
    }

    .front-nav-wrap.platform-readylaunch .front-nav-actions {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .cm-hero-grid {
        grid-template-columns: 1fr;
        gap: 1.1rem;
        min-height: auto;
        padding-top: calc(clamp(118px, 22vw, 148px) - 8px);
        padding-bottom: 0;
    }

    .cm-hero-copy {
        width: min(100%, 720px);
        max-width: 720px;
        margin: 0 auto;
        padding-top: 0;
        justify-items: center;
        text-align: center;
    }

    .cm-hero-copy .lp-kicker,
    .cm-hero-copy .lp-actions {
        justify-content: center;
    }

    .cm-hero-note,
    .lp-section-head-left {
        text-align: center;
    }

    .lp-section-head-left {
        margin-left: auto;
        margin-right: auto;
    }

    .cm-hero-copy .lp-lead {
        max-width: 36ch;
    }

    .cm-hero-proof-pills {
        justify-content: center;
    }

    .lp-reference-card {
        grid-template-columns: 1fr;
    }

    .lp-paths-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .lp-path-card.is-featured {
        transform: none;
    }

    .lp-path-visual-body-salon,
    .lp-path-mini-hybrid-grid {
        grid-template-columns: 1fr;
    }

    .lp-path-mini-bridge {
        grid-auto-flow: column;
        align-items: center;
        justify-content: start;
    }

    .lp-reference-stage {
        padding-left: 0;
    }

    .lp-reference-stage-grid {
        grid-template-columns: 1fr;
    }

    .lp-reference-floating {
        position: static;
        max-width: none;
    }

    .cm-hero-link {
        width: 100%;
        text-align: center;
    }

    .lp-hero.lp-hero-minimal .lp-hero-network-core {
        top: calc(21% + 6px);
    }

    .cm-hero-stage-wrap {
        width: min(100%, 720px);
        margin: 0 auto;
    }

    .cm-hero-stage {
        min-height: 620px;
    }

    .cm-hero-stage-badge.is-hybrid {
        left: 2%;
        top: auto;
        bottom: 24%;
    }

    .cm-hero-stage-badge.is-cash {
        right: 3%;
    }

    .cm-hero-stage-core {
        inset: 11% 10% 12%;
    }

    .cm-hero-surface {
        width: min(230px, 42vw);
    }

    .cm-hero-surface-booking {
        left: 2%;
    }

    .cm-hero-surface-cash {
        right: 1%;
    }

    .cm-hero-surface-team {
        left: 10%;
        bottom: 7%;
    }

    .lp-section-rail {
        justify-content: flex-start;
    }

    .lp-pricing-lead {
        grid-template-columns: 1fr;
    }

    .lp-proof-cta,
    .lp-footer-topline {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .lp-demo-bridge {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .lp-proof-cta .lp-actions,
    .lp-footer-topline-actions,
    .lp-demo-bridge .lp-actions {
        justify-content: center;
    }

    .lp-pricing-assurances,
    .lp-footer-topline-pills,
    .lp-footer-brand-pills {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .lp-product-map-grid {
        grid-template-columns: 1fr;
    }

    .lp-paths-section {
        padding-top: 1.15rem;
    }

    .lp-paths-grid {
        grid-template-columns: 1fr;
    }

    .lp-path-card {
        padding: 1rem;
        border-radius: 24px;
    }

    .lp-path-card-top {
        flex-wrap: wrap;
    }

    .lp-path-mini-panel,
    .lp-path-mini-row {
        padding-inline: 0.75rem;
    }

    .lp-path-mini-bridge {
        justify-content: center;
    }

    .lp-path-mini-pill-row span {
        width: 100%;
        justify-content: center;
    }

    .lp-path-actions .lp-btn {
        width: 100%;
    }

    .lp-hero-component-shell {
        padding: 1.3rem 1rem 1.4rem;
    }

    .cm-platform-hero__shell {
        gap: 1rem;
    }

    .cm-platform-hero__brand {
        gap: 0.58rem;
        justify-content: center;
        font-size: 1.9rem;
    }

    .cm-platform-hero__brand-mark {
        width: 1.05rem;
        height: 1.05rem;
        border-width: 3px;
    }

    .cm-platform-hero__copy h1 {
        max-width: 10.5ch;
        font-size: clamp(2.55rem, 12vw, 3.5rem);
    }

    .cm-platform-hero__copy p {
        font-size: 1rem;
        line-height: 1.55;
    }

    .cm-platform-hero__pills {
        gap: 0.6rem;
    }

    .cm-platform-hero__pill {
        min-height: 2.45rem;
        padding: 0.44rem 0.74rem;
        font-size: 0.8rem;
    }

    .cm-platform-hero__visual {
        display: grid;
        gap: 0.95rem;
        margin-top: 0;
        padding: 0;
    }

    .cm-platform-hero__spotlight {
        inset: auto 8% 18%;
    }

    .cm-platform-hero__device--dashboard {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        margin: 0;
        transform: none;
    }

    .cm-platform-hero__device--dashboard {
        padding: 0.82rem;
        border-radius: 24px;
    }

    .cm-platform-hero__dashboard-grid {
        grid-template-columns: 1fr;
    }

    .cm-platform-hero__side-stack {
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }

    .cm-platform-hero__panel--upcoming {
        grid-column: auto;
    }

    .cm-platform-hero__schedule-row {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .cm-platform-hero__schedule-pill {
        min-width: 0;
    }

    .cm-platform-hero__cta-row {
        position: static;
        justify-self: center;
        transform: none;
    }

    .cm-platform-hero__cta-row .lp-btn {
        min-height: 3.1rem;
        padding: 0.9rem 1.25rem;
    }

    .lp-page {
        width: calc(100% - 20px);
        gap: 18px;
    }

    .front-nav-wrap.platform-readylaunch .front-nav-actions {
        gap: 0.6rem;
    }

    .front-nav-wrap.platform-readylaunch .front-chip-platform-register {
        display: inline-flex;
    }

    .front-nav-wrap.platform-readylaunch .front-nav-utility-link {
        justify-content: flex-end;
    }

    .cm-hero-grid {
        padding-top: calc(clamp(112px, 30vw, 146px) - 8px);
    }

    .cm-hero-copy {
        padding-bottom: 18px;
    }

    .cm-hero-copy h1 {
        max-width: 11.8ch;
        font-size: clamp(2.75rem, 11.4vw, 3.95rem);
    }

    .cm-hero-copy {
        margin-top: 0;
    }

    .cm-hero-copy .lp-actions {
        width: 100%;
    }

    .cm-hero-copy .lp-btn {
        width: 100%;
    }

    .cm-platform-hero__side-stack {
        grid-template-columns: 1fr;
    }

    .cm-hero-stage-wrap {
        min-height: auto;
    }

    .cm-hero-stage {
        display: grid;
        min-height: auto;
        padding: 5.2rem 0.9rem 0.9rem;
    }

    .cm-hero-stage-badge {
        position: absolute;
        min-height: 1.8rem;
        padding: 0.32rem 0.64rem;
        font-size: 0.68rem;
    }

    .cm-hero-stage-badge.is-salon {
        top: 0.8rem;
        left: 0.8rem;
    }

    .cm-hero-stage-badge.is-home {
        top: 0.8rem;
        left: 7.2rem;
        right: auto;
    }

    .cm-hero-stage-badge.is-hybrid {
        top: 0.8rem;
        left: auto;
        right: 0.8rem;
        bottom: auto;
    }

    .cm-hero-stage-badge.is-cash,
    .cm-hero-stage-badge.is-team {
        display: none;
    }

    .cm-hero-stage-core {
        position: relative;
        inset: auto;
        padding: 1rem;
        border-radius: 26px;
    }

    .cm-hero-stage-head h2,
    .cm-hero-stage-head p {
        max-width: none;
    }

    .cm-hero-stage-columns {
        grid-template-columns: 1fr;
    }

    .cm-hero-surface {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        margin-top: 0.8rem;
    }

    .lp-hero.lp-hero-minimal .lp-hero-network-core {
        top: calc(19% + 6px);
    }

    .lp-demo-preview {
        aspect-ratio: 1.2 / 1;
    }

    .lp-pricing-assurances,
    .lp-footer-topline-pills,
    .lp-footer-brand-pills {
        justify-content: center;
    }

    .lp-section-rail {
        gap: 0.55rem;
    }

    .lp-demo-card.is-featured,
    .lp-demo-card.is-featured:hover {
        transform: none;
    }

    .lp-final-cta {
        text-align: center;
    }

    .lp-final-cta-pills,
    .lp-footer-topline-actions,
    .lp-footer-actions,
    .lp-footer-meta {
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lp-demo-card {
        transition: none;
    }

    .lp-demo-card:hover {
        transform: none;
        box-shadow: var(--cm-shadow);
    }

    .lp-hero.lp-hero-minimal .lp-hero-network {
        transform: none;
        transition: none;
    }

}
