html,
body {
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@font-face {
    font-family: "Capian";
    src:
        url("../wp-content/uploads/2025/11/Capian-Regular.woff2") format("woff2"),
        url("../wp-content/uploads/2025/11/Capian-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Capian";
    src:
        url("../wp-content/uploads/2025/11/Capian-Bold.woff2") format("woff2"),
        url("../wp-content/uploads/2025/11/Capian-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@keyframes cm-float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes cm-pulse-ring {
    0% {
        box-shadow: 0 0 0 0 rgba(24, 185, 240, 0.55);
    }

    70% {
        box-shadow: 0 0 0 16px rgba(24, 185, 240, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(24, 185, 240, 0);
    }
}

@keyframes cm-fade-up {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes cm-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

[data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

.cm-home {
    background: #072c42;
    color: #fff;
    font-family: "Sora", sans-serif;
    overflow-x: hidden;
}

.cm-home a {
    text-decoration: none;
}

.cm-company-link {
    color: #003499;
    font-weight: 800;
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.cm-company-link:hover {
    color: #0050e3;
}

.cm-btn .cm-company-link {
    color: inherit;
}

.cm-cursor-glow {
    position: fixed;
    top: 0;
    left: 0;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    transform: translate3d(-50%, -50%, 0);
    background:
        radial-gradient(circle, rgba(123, 215, 255, 0.2) 0%, rgba(31, 69, 216, 0.16) 28%, rgba(31, 69, 216, 0.08) 48%, rgba(31, 69, 216, 0.02) 64%, transparent 78%);
    filter: blur(14px);
    mix-blend-mode: screen;
    transition: opacity 0.28s ease;
    will-change: transform, opacity;
}

.cm-cursor-glow.is-active {
    opacity: 1;
}

.cm-shell {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.cm-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 253, 0.96)),
        rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(10, 43, 69, 0.08);
    box-shadow: 0 8px 26px rgba(7, 44, 66, 0.06);
    transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.cm-header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(31, 69, 216, 0.28), rgba(0, 190, 250, 0.22), transparent);
    pointer-events: none;
}

.cm-header.is-scrolled {
    background: rgba(255, 255, 255, 0.99);
    border-bottom-color: rgba(10, 43, 69, 0.12);
    box-shadow: 0 10px 28px rgba(7, 44, 66, 0.1);
}

.cm-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 74px;
}

.cm-header__brand {
    display: inline-flex;
    align-items: center;
    transition: transform 0.25s ease, filter 0.25s ease;
}

.cm-header__brand:hover {
    transform: translateY(-1px);
    filter: drop-shadow(0 8px 14px rgba(31, 69, 216, 0.12));
}

.cm-header__brand img {
    width: 156px;
    height: auto;
}

.cm-header__nav {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
}

.cm-header__nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 10px;
    border-radius: 999px;
    color: #12324a;
    font-weight: 800;
    transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cm-footer__bottom a {
    color: #12324a;
    font-weight: 800;
    transition: color 0.2s ease;
}

.cm-header__nav a:hover {
    color: #1f45d8;
    background: rgba(31, 69, 216, 0.08);
    box-shadow: 0 8px 18px rgba(31, 69, 216, 0.08);
    transform: translateY(-1px);
}

.cm-footer__bottom a:hover {
    color: #1f45d8;
}

.cm-link-arrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 18px 0 20px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(96, 171, 255, 0.04));
    border: 1px solid rgba(123, 215, 255, 0.16);
    box-shadow: 0 12px 28px rgba(3, 20, 31, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-weight: 700;
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.26s ease, color 0.26s ease, opacity 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease, background 0.26s ease;
}

.cm-link-arrow:hover {
    color: #7bd7ff;
    transform: translateY(-2px);
    border-color: rgba(123, 215, 255, 0.34);
    box-shadow: 0 0 0 1px rgba(105, 211, 255, 0.12), 0 16px 36px rgba(31, 69, 216, 0.14);
}

.cm-header__actions {
    display: flex;
    gap: 10px;
}

.cm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 19px;
    border: 0;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.28s ease, box-shadow 0.28s ease, opacity 0.28s ease, border-color 0.28s ease, filter 0.28s ease;
}

.cm-btn:hover {
    transform: translateY(-3px) scale(1.01);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
    filter: saturate(1.05);
}

.cm-btn::before,
.cm-btn::after,
.cm-link-arrow::before {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: inherit;
}

.cm-btn::before,
.cm-link-arrow::before {
    inset: 1px;
    opacity: 0;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05) 28%, transparent 56%);
    transform: translateX(-20%) skewX(-18deg);
    transition: opacity 0.28s ease;
    z-index: -1;
}

.cm-btn::after {
    inset: 0;
    opacity: 0;
    background: radial-gradient(circle at 50% 50%, rgba(105, 211, 255, 0.16), transparent 68%);
    transition: opacity 0.28s ease;
    z-index: -2;
}

.cm-btn:hover::before,
.cm-btn:hover::after,
.cm-btn:focus-visible::before,
.cm-btn:focus-visible::after,
.cm-link-arrow:hover::before,
.cm-link-arrow:focus-visible::before {
    opacity: 1;
}

.cm-btn--outline,
.cm-btn--blue,
.cm-btn--light-blue {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 34%),
        linear-gradient(135deg, #1f45d8 0%, #3460ff 52%, #1437aa 100%);
    border: 1px solid rgba(122, 171, 255, 0.24);
    box-shadow: 0 14px 30px rgba(16, 42, 131, 0.34), 0 0 0 1px rgba(105, 211, 255, 0.08);
    color: #fff;
}

.cm-btn--green {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 34%),
        linear-gradient(135deg, #0d3450 0%, #174b70 52%, #08283e 100%);
    border: 1px solid rgba(105, 211, 255, 0.22);
    box-shadow: 0 14px 30px rgba(7, 44, 66, 0.26), 0 0 0 1px rgba(105, 211, 255, 0.08);
    color: #fff;
}

.cm-btn--white {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(233, 242, 255, 0.95));
    border: 1px solid rgba(31, 69, 216, 0.14);
    box-shadow: 0 14px 28px rgba(7, 44, 66, 0.12);
    color: #06293f;
}

.cm-btn--white:hover,
.cm-btn--white:focus-visible {
    color: #0d2c89;
    border-color: rgba(31, 69, 216, 0.24);
}

.cm-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(121, 149, 176, 0.22);
    color: #edf8ff;
    font-size: 0.74rem;
    font-weight: 700;
}

.cm-hero {
    padding: 42px 0 64px;
    text-align: center;
    background:
        radial-gradient(ellipse 80% 40% at 50% -10%, rgba(24, 185, 240, 0.22), transparent),
        radial-gradient(circle at 10% 60%, rgba(17, 120, 171, 0.14), transparent 38%),
        radial-gradient(circle at 90% 40%, rgba(17, 120, 171, 0.12), transparent 38%),
        linear-gradient(180deg, #072c42 0%, #072c42 100%);
    overflow: hidden;
}

.cm-hero h1,
.cm-section-title h2,
.cm-copy h2,
.cm-large-card h3,
.cm-resource-card h3,
.cm-guarantee h2,
.cm-footer__top h3,
.cm-ecosystem-card h3 {
    margin: 0;
    font-family: "Capian", sans-serif;
}

.cm-hero h1 {
    margin-top: 12px;
    font-size: clamp(2.1rem, 4.2vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
    background: linear-gradient(135deg, #fff 0%, #7bd7ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: cm-fade-up 0.7s ease both;
}

.cm-hero .cm-chip {
    animation: cm-fade-in 0.5s ease both;
}

.cm-hero > .cm-shell > p,
.cm-hero__actions,
.cm-hero__visual {
    animation: cm-fade-up 0.7s ease both;
}

.cm-hero > .cm-shell > p {
    animation-delay: 0.1s;
}

.cm-hero__actions {
    animation-delay: 0.2s;
}

.cm-hero__visual {
    animation-delay: 0.25s;
}

.cm-hero p,
.cm-copy p,
.cm-large-card p,
.cm-resource-card p,
.cm-small-card p,
.cm-mini-feature p,
.cm-case-card p,
.cm-result-item p,
.cm-faq-item p,
.cm-footer__top p,
.cm-section-title p,
.cm-ecosystem-card p,
.cm-pricing-step p {
    color: rgba(255, 255, 255, 0.86);
}

.cm-hero > .cm-shell > p {
    max-width: 660px;
    margin: 16px auto 0;
    font-size: 0.98rem;
    line-height: 1.7;
}

.cm-hero__actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    margin-top: 24px;
}

.cm-link-arrow::after {
    content: "→";
    margin-left: 8px;
    position: relative;
    z-index: 1;
}

.cm-hero__visual {
    position: relative;
    margin: 34px auto 18px;
    max-width: 936px;
    min-height: 340px;
}

.cm-hero__panel {
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.2);
}

.cm-hero__phone {
    position: absolute;
    left: 2%;
    bottom: 8px;
    width: 118px;
    border-radius: 22px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
    animation: cm-float 4s ease-in-out infinite;
}

.cm-hero__proof {
    margin-top: 18px;
    font-weight: 600;
    font-size: 0.95rem;
}

.cm-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.cm-logos img {
    max-height: 40px;
    width: auto;
}

.cm-white-section {
    padding: 58px 0 64px;
    background: #fff;
    color: #14334a;
}

.cm-white-section p {
    color: #607789;
}

.cm-section-title {
    text-align: center;
    margin-bottom: 34px;
}

.cm-resource-title {
    max-width: 720px;
    margin: 0 auto 42px;
}

.cm-resource-title h2 {
    font-size: clamp(2.3rem, 3.4vw, 3.2rem);
    line-height: 1.12;
}

.cm-section-title span {
    display: block;
    margin-bottom: 12px;
    font-size: 0.7rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.72);
    letter-spacing: 0.08em;
}

.cm-section-title--light span {
    color: #7a8f9c;
}

.cm-section-title h2 {
    font-size: clamp(2rem, 3.8vw, 3rem);
    line-height: 1.1;
    color: #fff;
}

.cm-section-title--light h2 {
    color: #16334c;
}

.cm-section-title h2 em,
.cm-large-card h3 em {
    color: #7bd7ff;
    font-style: normal;
}

.cm-feature-icons {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
}

.cm-mini-feature {
    padding: 4px 8px;
    border-radius: 18px;
    transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.cm-mini-feature:hover {
    transform: translateY(-6px);
    background: linear-gradient(180deg, rgba(31, 69, 216, 0.06), rgba(105, 211, 255, 0.04));
    box-shadow: 0 0 0 1px rgba(31, 69, 216, 0.08), 0 16px 34px rgba(31, 69, 216, 0.1);
}

.cm-mini-feature img {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
    border-radius: 18px;
}

.cm-mini-feature h3 {
    margin: 0 0 12px;
    font-size: 1rem;
    color: #26384a;
}

.cm-mini-feature p {
    margin: 0;
    color: #70879a;
    line-height: 1.7;
    font-size: 0.92rem;
}

.cm-dark-section {
    position: relative;
    padding: 74px 0;
    background:
        radial-gradient(circle at 10% 0%, rgba(15, 122, 171, 0.2), transparent 28%),
        radial-gradient(circle at 90% 20%, rgba(15, 122, 171, 0.18), transparent 28%),
        #072c42;
    overflow: hidden;
}

.cm-dark-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%231f45d8' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.cm-dark-section--compact {
    padding-top: 42px;
}

.cm-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 54px;
}

.cm-split--reverse {
    grid-template-columns: 0.95fr 1.05fr;
}

.cm-copy span {
    display: block;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.7rem;
    font-weight: 700;
}

.cm-copy h2 {
    margin-bottom: 16px;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
    color: #fff;
}

.cm-copy p {
    margin: 0 0 20px;
    line-height: 1.74;
}

.cm-image-card,
.cm-large-card,
.cm-resource-card,
.cm-case-card,
.cm-faq-item,
.cm-ecosystem-card {
    position: relative;
    z-index: 1;
}

.cm-image-card {
    padding: 10px;
    border-radius: 18px;
    background: rgba(71, 102, 124, 0.25);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.cm-image-card--soft {
    background: rgba(120, 145, 164, 0.22);
}

.cm-image-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 0 1px rgba(105, 211, 255, 0.12), 0 0 26px rgba(31, 69, 216, 0.12), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.cm-image-card img,
.cm-large-card__media img,
.cm-resource-card img,
.cm-small-card img,
.cm-video-card img {
    display: block;
    width: 100%;
    border-radius: 14px;
}

.cm-pills {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.cm-pills button {
    padding: 8px 18px;
    border: 0;
    border-radius: 999px;
    background: rgba(111, 138, 156, 0.34);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.22s ease, color 0.22s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.cm-pills button:hover {
    background: rgba(111, 138, 156, 0.56);
    transform: translateY(-1px);
}

.cm-pills .is-active {
    background: #fff;
    color: #0d3048;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
}

.cm-large-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    padding: 32px 32px 32px 36px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(72, 98, 121, 0.76), rgba(58, 82, 104, 0.76));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.cm-large-card:hover {
    box-shadow: 0 0 0 1px rgba(105, 211, 255, 0.12), 0 0 28px rgba(31, 69, 216, 0.14), 0 18px 42px rgba(0, 0, 0, 0.2);
}

.cm-large-card.is-hidden {
    display: none;
}

.cm-large-card.is-visible-card {
    animation: cm-fade-up 0.4s ease both;
}

.cm-large-card__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cm-large-card h3 {
    margin-bottom: 18px;
    font-size: 2rem;
    line-height: 1.08;
    color: #fff;
}

.cm-large-card p {
    margin: 0;
    line-height: 1.75;
}

.cm-section-title--center {
    text-align: center;
}

.cm-resource-showcase {
    display: grid;
    gap: 16px;
    width: min(1120px, 100%);
    margin: 10px auto 0;
}

.cm-resource-row {
    display: flex;
    gap: 16px;
    align-items: stretch;
    min-height: 430px;
}

.cm-resource-card {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    min-height: 430px;
    padding: 8px 8px 18px;
    border-radius: 14px;
    background: #41617b;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
    transition: flex 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.cm-resource-card.is-active {
    flex: 1.78 1 0;
    background: #41617b;
    box-shadow: 0 0 0 1px rgba(105, 211, 255, 0.12), 0 0 24px rgba(31, 69, 216, 0.12), 0 14px 32px rgba(0, 0, 0, 0.14);
}

.cm-resource-card.is-compact {
    flex: 0.72 1 0;
}

.cm-resource-card__image {
    overflow: hidden;
    border-radius: 12px;
    background: #eef3f7;
}

.cm-resource-card__image img {
    height: 180px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.22s ease;
}

.cm-resource-card.is-active .cm-resource-card__image img {
    height: 250px;
}

.cm-resource-card__body {
    display: grid;
    align-content: start;
    gap: 8px;
    padding: 18px 12px 0;
}

.cm-resource-card__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    min-height: 38px;
    margin-top: 8px;
    padding: 0 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(23, 58, 90, 0.82), rgba(17, 45, 70, 0.96));
    border: 1px solid rgba(105, 211, 255, 0.14);
    color: #b6ebff;
    font-size: 0.8rem;
    font-weight: 800;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.cm-resource-card__link::after {
    content: "→";
    font-size: 0.9rem;
}

.cm-resource-card:hover .cm-resource-card__link,
.cm-resource-card:focus-visible .cm-resource-card__link {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.cm-resource-card__link:hover,
.cm-resource-card__link:focus-visible {
    color: #ffffff;
    border-color: rgba(105, 211, 255, 0.28);
    box-shadow: 0 0 0 1px rgba(105, 211, 255, 0.08), 0 12px 26px rgba(31, 69, 216, 0.16);
}

.cm-resource-card:hover,
.cm-resource-card:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 0 0 1px rgba(105, 211, 255, 0.16), 0 0 30px rgba(31, 69, 216, 0.16), 0 18px 36px rgba(0, 0, 0, 0.18);
}

.cm-resource-card:hover .cm-resource-card__image img,
.cm-resource-card:focus-visible .cm-resource-card__image img {
    transform: scale(1.02);
}

.cm-resource-card h3,
.cm-case-card h3,
.cm-result-item h3,
.cm-pricing-step h3,
.cm-support-card strong {
    margin: 18px 0 10px;
    font-size: 1.15rem;
}

.cm-resource-card h3 {
    margin: 0 0 12px;
    font-size: 1.18rem;
    color: #fff;
}

.cm-resource-card p,
.cm-case-card p,
.cm-result-item p {
    margin: 0;
    line-height: 1.72;
    font-size: 0.92rem;
}

.cm-resource-card p {
    line-height: 1.48;
    font-size: 0.78rem;
    max-width: 96%;
}

.cm-resource-showcase + .cm-section-title {
    margin-top: 92px;
    margin-bottom: 26px;
}

.cm-resource-showcase + .cm-section-title h2 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.cm-small-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    width: min(1040px, 100%);
    margin: 0 auto;
}

.cm-small-card {
    padding: 8px 8px 14px;
    border-radius: 10px;
    background: #f3f5f7;
    color: #19354e;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    border: 1px solid transparent;
}

.cm-small-card img {
    height: 114px;
    object-fit: cover;
    border-radius: 8px;
}

.cm-small-card:hover {
    transform: translateY(-4px);
    border-color: rgba(31, 69, 216, 0.12);
    box-shadow: 0 0 0 1px rgba(105, 211, 255, 0.14), 0 0 24px rgba(31, 69, 216, 0.1), 0 14px 32px rgba(0, 0, 0, 0.12);
}

.cm-small-card h3 {
    margin-top: 12px;
    color: #21364b;
    font-size: 0.78rem;
}

.cm-small-card p {
    color: #718598;
    font-size: 0.58rem;
    line-height: 1.42;
}

.cm-video-card {
    position: relative;
    margin-top: 24px;
    padding: 8px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.cm-video-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 0 1px rgba(105, 211, 255, 0.12), 0 0 30px rgba(31, 69, 216, 0.14);
}

.cm-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 74px;
    height: 74px;
    margin: 0;
    border: 2px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    background: rgba(24, 185, 240, 0.72);
    cursor: pointer;
    transform: translate(-50%, -50%);
    animation: cm-pulse-ring 2.2s ease-out infinite;
    transition: transform 0.2s ease, background 0.2s ease;
}

.cm-play:hover {
    transform: translate(-50%, -50%) scale(1.12);
    background: rgba(24, 185, 240, 0.95);
}

.cm-play::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 18px solid #fff;
}

.cm-center-action {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.cm-pricing-builder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.cm-pricing-step {
    padding: 18px 16px 20px;
    border-radius: 16px;
    background: #e9f0f6;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    border: 1px solid transparent;
}

.cm-pricing-step:hover {
    transform: translateY(-4px);
    border-color: rgba(31, 69, 216, 0.12);
    box-shadow: 0 0 0 1px rgba(105, 211, 255, 0.14), 0 0 24px rgba(31, 69, 216, 0.1), 0 14px 30px rgba(31, 69, 216, 0.08);
}

.cm-pricing-step > span {
    display: block;
    margin-bottom: 10px;
    color: #405d74;
    font-size: 0.72rem;
    font-weight: 700;
}

.cm-pricing-step h3 {
    margin: 0 0 10px;
    color: #11aef3;
}

.cm-pricing-step p {
    margin: 0 0 18px;
    color: #5f7386;
    line-height: 1.7;
}

.cm-pricing-tip {
    margin-top: 14px !important;
    margin-bottom: 0 !important;
    color: #6f8090 !important;
    font-size: 0.84rem;
    line-height: 1.55 !important;
}

.cm-counter {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cm-counter button {
    width: 24px;
    height: 24px;
    border: 1px solid #29bdf1;
    border-radius: 999px;
    background: transparent;
    color: #29bdf1;
    cursor: pointer;
}

.cm-counter strong {
    color: #1a3650;
}

.cm-select {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    border: 1px solid rgba(31, 69, 216, 0.22);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(233, 242, 255, 0.94));
    color: #1f45d8;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(18, 50, 74, 0.08);
    overflow: hidden;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

.cm-select:hover,
.cm-select:focus-visible {
    transform: translateY(-2px);
    color: #1230a4;
    border-color: rgba(31, 69, 216, 0.34);
    box-shadow: 0 0 0 1px rgba(31, 69, 216, 0.08), 0 18px 34px rgba(31, 69, 216, 0.12);
}

.cm-module-picker {
    display: grid;
    gap: 0;
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(31, 69, 216, 0.08);
    max-height: 0;
    opacity: 0;
    margin-top: 0;
    pointer-events: none;
    transform: translateY(-10px) scaleY(0.96);
    transform-origin: top center;
    transition:
        max-height 0.46s cubic-bezier(0.22, 0.78, 0.16, 1),
        opacity 0.34s cubic-bezier(0.22, 0.78, 0.16, 1),
        transform 0.38s cubic-bezier(0.22, 0.78, 0.16, 1),
        margin-top 0.32s cubic-bezier(0.22, 0.78, 0.16, 1);
}

.cm-module-picker.is-open {
    max-height: 420px;
    opacity: 1;
    margin-top: 12px;
    pointer-events: auto;
    transform: translateY(0) scaleY(1);
}

.cm-module-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    padding: 0 16px;
    border: 0;
    border-top: 1px solid rgba(31, 69, 216, 0.08);
    background: #ffffff;
    color: #20384f;
    text-align: left;
    font-weight: 700;
    cursor: pointer;
    transition:
        background 0.28s cubic-bezier(0.22, 0.78, 0.16, 1),
        color 0.28s cubic-bezier(0.22, 0.78, 0.16, 1),
        padding 0.28s cubic-bezier(0.22, 0.78, 0.16, 1),
        box-shadow 0.28s cubic-bezier(0.22, 0.78, 0.16, 1);
}

.cm-module-option:first-child {
    border-top: 0;
}

.cm-module-option::after {
    content: "+";
    color: #1f45d8;
    font-size: 1rem;
    font-weight: 800;
}

.cm-module-option:hover,
.cm-module-option:focus-visible {
    background: #f5fbff;
    color: #163ecc;
    padding-left: 20px;
}

.cm-module-option.is-active {
    background: linear-gradient(135deg, rgba(201, 241, 255, 0.88), rgba(226, 247, 255, 0.96));
    color: #11aef3;
    box-shadow: inset 0 0 0 1px rgba(105, 211, 255, 0.12);
}

.cm-module-option.is-active::after {
    content: "✓";
    color: #11aef3;
}

.cm-ecosystem {
    padding-bottom: 100px;
}

.cm-ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 28px;
}

.cm-ecosystem-card {
    padding: 26px 22px 24px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07);
    transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

.cm-ecosystem-card:hover {
    transform: translateY(-8px) scale(1.04);
    background: linear-gradient(180deg, rgba(24, 185, 240, 0.18), rgba(255, 255, 255, 0.08));
    box-shadow: 0 0 0 1px rgba(105, 211, 255, 0.16), 0 0 30px rgba(31, 69, 216, 0.18), 0 18px 36px rgba(0, 0, 0, 0.22);
}

.cm-ecosystem-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 18px;
    border-radius: 12px;
    background: rgba(24, 185, 240, 0.16);
    color: #7bd7ff;
    font-weight: 800;
}

.cm-ecosystem-card h3 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 1.2rem;
}

.cm-benefit-list {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 0 0 24px;
    list-style: none;
}

.cm-benefit-list li {
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(111, 138, 156, 0.34);
    color: #fff;
}

.cm-integrations-grid {
    display: grid;
    grid-template-columns: repeat(4, 88px);
    justify-content: center;
    gap: 18px 22px;
    padding: 10px 4px;
}

.cm-integration-badge {
    display: grid;
    place-items: center;
    width: 88px;
    height: 88px;
    border-radius: 20px;
    background: #eef2f6;
    transition: transform 0.09s ease-out, box-shadow 0.09s ease-out, background 0.09s ease-out;
    will-change: transform;
}

.cm-integration-badge:hover {
    transform: translateY(-2px) scale(1.14);
    background: #fff;
    box-shadow: 0 0 0 1px rgba(105, 211, 255, 0.2), 0 0 26px rgba(31, 69, 216, 0.16), 0 14px 28px rgba(0, 0, 0, 0.18);
}

.cm-integration-badge img {
    max-width: 48px;
    max-height: 48px;
}

.cm-case-grid,
.cm-result-grid,
.cm-faq-grid {
    display: grid;
    gap: 16px;
}

.cm-case-grid {
    grid-template-columns: repeat(3, 1fr);
}

.cm-case-card {
    min-height: 230px;
    padding: 24px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(43, 113, 156, 0.72), rgba(76, 98, 117, 0.72));
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cm-case-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 0 1px rgba(105, 211, 255, 0.14), 0 0 28px rgba(31, 69, 216, 0.16), 0 18px 42px rgba(0, 0, 0, 0.26);
}

.cm-case-card a {
    display: inline-flex;
    align-items: center;
    margin-top: 22px;
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 999px;
    color: #fff;
    font-size: 0.84rem;
    font-weight: 700;
}

.cm-result-grid {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 24px;
}

.cm-result-item {
    text-align: center;
}

.cm-result-item img {
    width: 64px;
    height: 64px;
    margin: 0 auto 14px;
    border-radius: 18px;
}

.cm-guarantee {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 20px;
    align-items: center;
    margin-top: 36px;
    padding: 34px 38px;
    border-radius: 18px;
    background: #1bb9ef;
}

.cm-guarantee h2,
.cm-guarantee p {
    color: #fff;
}

.cm-guarantee p {
    margin: 14px 0 20px;
}

.cm-guarantee__media {
    position: relative;
    min-height: 170px;
}

.cm-guarantee__media img {
    width: 190px;
    margin-left: auto;
}

.cm-guarantee__badge {
    position: absolute;
    padding: 12px 18px;
    border-radius: 12px;
    background: #fff;
    color: #0d3048;
    font-weight: 800;
    text-align: center;
}

.cm-guarantee__badge small {
    display: block;
    margin-top: 4px;
    font-size: 0.7rem;
    font-weight: 600;
    color: #5b7082;
}

.cm-guarantee__badge--top {
    top: 10px;
    right: 10px;
}

.cm-guarantee__badge--bottom {
    left: 12px;
    bottom: 16px;
}

.cm-faq-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
}

.cm-faq-column {
    display: grid;
    gap: 14px;
}

.cm-faq-item {
    border-radius: 14px;
    background: rgba(78, 102, 124, 0.42);
    overflow: hidden;
    transition:
        background 0.34s cubic-bezier(0.22, 0.78, 0.16, 1),
        box-shadow 0.34s cubic-bezier(0.22, 0.78, 0.16, 1),
        transform 0.34s cubic-bezier(0.22, 0.78, 0.16, 1);
}

.cm-faq-item:hover {
    background: rgba(78, 102, 124, 0.58);
    box-shadow: 0 0 0 1px rgba(105, 211, 255, 0.1), 0 0 24px rgba(31, 69, 216, 0.12);
}

.cm-faq-item[open] {
    background: rgba(78, 102, 124, 0.62);
    box-shadow: 0 0 0 1px rgba(105, 211, 255, 0.14), 0 0 28px rgba(31, 69, 216, 0.14), 0 10px 28px rgba(0, 0, 0, 0.16);
}

.cm-faq-item summary {
    position: relative;
    padding: 18px 44px 18px 18px;
    font-weight: 700;
    color: #fff;
    list-style: none;
    cursor: pointer;
    transition:
        color 0.28s cubic-bezier(0.22, 0.78, 0.16, 1),
        padding 0.28s cubic-bezier(0.22, 0.78, 0.16, 1);
}

.cm-faq-item summary::-webkit-details-marker {
    display: none;
}

.cm-faq-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.3rem;
    transition:
        transform 0.36s cubic-bezier(0.22, 0.78, 0.16, 1),
        color 0.28s cubic-bezier(0.22, 0.78, 0.16, 1);
}

.cm-faq-item[open] summary::after {
    transform: translateY(-50%) rotate(45deg);
    color: #1f45d8;
}

.cm-faq-item p {
    margin: 0;
    max-height: 0;
    padding: 0 18px 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-6px);
    line-height: 1.7;
    transition:
        max-height 0.42s cubic-bezier(0.22, 0.78, 0.16, 1),
        padding 0.34s cubic-bezier(0.22, 0.78, 0.16, 1),
        opacity 0.26s cubic-bezier(0.22, 0.78, 0.16, 1),
        transform 0.34s cubic-bezier(0.22, 0.78, 0.16, 1);
}

.cm-faq-item[open] p {
    max-height: 220px;
    padding: 0 18px 18px;
    opacity: 1;
    transform: translateY(0);
}

.cm-contact-callout {
    display: grid;
    grid-template-columns: 1fr 580px;
    align-items: center;
    gap: 54px;
}

.cm-contact-callout__copy span {
    display: block;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.cm-contact-callout__copy h2 {
    margin: 0 0 22px;
    max-width: 620px;
    font-size: 37px;
    line-height: 1.02;
    color: #ffffff;
}

.cm-contact-callout__copy p {
    max-width: 520px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1rem;
    line-height: 1.8;
}

.cm-contact-callout__form {
    padding: 28px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(82, 111, 133, 0.82), rgba(63, 94, 118, 0.82));
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.06),
        0 0 0 1px rgba(105, 211, 255, 0.1),
        0 0 28px rgba(31, 69, 216, 0.14),
        0 18px 40px rgba(0, 0, 0, 0.22);
}

.cm-contact-form {
    display: grid;
    gap: 16px;
}

.cm-contact-form__field {
    width: 100%;
}

.cm-contact-form__field input,
.cm-contact-form__field textarea {
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    border: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.98);
    color: #17354d;
    font-family: "Sora", sans-serif;
    font-size: 1rem;
    resize: vertical;
    display: block;
}

.cm-contact-form__field textarea {
    min-height: 140px;
    padding: 16px 18px;
    line-height: 1.7;
}

.cm-contact-form__field input::placeholder,
.cm-contact-form__field textarea::placeholder {
    color: #6e8498;
}

.cm-contact-form__field input:focus,
.cm-contact-form__field textarea:focus {
    outline: 2px solid rgba(105, 211, 255, 0.42);
    box-shadow: 0 0 0 4px rgba(31, 69, 216, 0.12);
}

.cm-contact-form__submit {
    width: 100%;
    min-height: 48px;
    margin-top: 2px;
    font-size: 0.95rem;
}

.cm-form-feedback {
    width: fit-content;
    margin-top: 22px;
    padding: 12px 16px;
    border-radius: 14px;
    font-size: 0.9rem;
    line-height: 1.6;
}

.cm-form-feedback--success {
    background: rgba(72, 204, 92, 0.14);
    color: #b9ffd2;
    box-shadow: inset 0 0 0 1px rgba(72, 204, 92, 0.2);
}

.cm-form-feedback--error {
    background: rgba(255, 93, 93, 0.12);
    color: #ffd5d5;
    box-shadow: inset 0 0 0 1px rgba(255, 93, 93, 0.2);
}

.cm-map-section {
    width: 100%;
    background: #072c42;
}

.cm-map-section iframe {
    display: block;
    width: 100%;
    height: 420px;
    border: 0;
    filter: saturate(1.05) contrast(1.02);
}

.cm-footer {
    position: relative;
    padding: 44px 0 28px;
    background:
        radial-gradient(circle at 18% 0%, rgba(0, 190, 250, 0.07), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f7fbfe 100%);
    color: #12324a;
    border-top: 1px solid rgba(18, 50, 74, 0.08);
    box-shadow: 0 -14px 34px rgba(7, 44, 66, 0.05);
}

.cm-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(31, 69, 216, 0.22), rgba(0, 190, 250, 0.22), transparent);
    pointer-events: none;
}

.cm-footer__top {
    display: grid;
    grid-template-columns: minmax(260px, 1.35fr) minmax(190px, 0.85fr) minmax(240px, 1fr) minmax(230px, 0.85fr);
    gap: 34px;
    align-items: start;
    margin-bottom: 24px !important;
}

.cm-footer__brand img {
    width: 180px;
    filter: drop-shadow(0 10px 18px rgba(31, 69, 216, 0.1));
}

.cm-footer__social {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.cm-footer__social a {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 40%),
        #12324a;
    color: #fff;
    box-shadow: 0 10px 22px rgba(7, 44, 66, 0.12);
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.cm-footer__social a:hover {
    transform: translateY(-3px);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 38%),
        #1f45d8;
    box-shadow: 0 16px 28px rgba(31, 69, 216, 0.18);
}

.cm-footer__social svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.cm-footer__links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.cm-footer__links a,
.cm-footer__contact p {
    display: block;
    margin-top: 10px;
    color: #365268;
    font-weight: 500;
}

.cm-footer__links a,
.cm-footer__contact a {
    transition: color 0.2s ease, transform 0.2s ease;
}

.cm-footer__contact a {
    color: inherit;
    font-weight: 500;
}

.cm-footer__contact a:hover {
    color: inherit;
}

.cm-footer__links a:hover {
    color: #1f45d8;
    transform: translateX(2px);
}

.cm-footer__top h3,
.cm-footer__brand p,
.cm-footer__bottom,
.cm-footer__bottom span {
    color: #12324a;
}

.cm-footer__top h3 {
    font-weight: 800;
    letter-spacing: -0.01em;
}

.cm-support-card {
    position: relative;
    padding: 20px;
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(238, 246, 252, 0.95)),
        #f3f7fb;
    border: 1px solid rgba(18, 50, 74, 0.1);
    box-shadow: 0 18px 38px rgba(7, 44, 66, 0.08);
    overflow: hidden;
}

.cm-support-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, #1f45d8, #00befa);
}

.cm-support-card strong {
    display: block;
    color: #12324a;
    font-size: 1.02rem;
    line-height: 1.25;
}

.cm-support-card p {
    margin: 8px 0 14px;
    color: #4f697e;
}

.cm-support-card a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.13), transparent 36%),
        #12324a;
    color: #fff;
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 14px 26px rgba(7, 44, 66, 0.16);
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.cm-support-card a:hover {
    transform: translateY(-2px);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 36%),
        #1f45d8;
    box-shadow: 0 18px 30px rgba(31, 69, 216, 0.2);
}

.cm-footer__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
    padding: 22px 0 16px;
    margin-top: 18px;
    border-top: 1px solid rgba(18, 50, 74, 0.1);
}

.cm-footer__logos img {
    max-height: 26px;
    width: auto;
}

.cm-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-top: 20px;
    border-top: 1px solid rgba(18, 50, 74, 0.1);
    font-size: 0.78rem;
}

.cm-footer__bottom div {
    display: flex;
    gap: 14px;
}

.cm-subpage .site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(10, 43, 69, 0.08);
    backdrop-filter: blur(18px);
}

.cm-subpage .site-header__inner {
    min-height: 74px;
}

.cm-subpage .site-header__cta.button--primary {
    background: #1f45d8;
    box-shadow: 0 12px 26px rgba(31, 69, 216, 0.18);
}

.cm-subpage .site-footer {
    background: #ffffff;
    border-top: 1px solid rgba(18, 50, 74, 0.08);
    box-shadow: 0 -10px 30px rgba(7, 44, 66, 0.04);
}

.cm-page-hero {
    padding: 82px 0 64px;
}

.cm-page-hero__grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 42px;
}

.cm-page-hero__copy,
.cm-page-hero__solo {
    position: relative;
    z-index: 1;
}

.cm-page-hero__copy h1,
.cm-page-hero__solo h1 {
    margin: 16px 0 18px;
    font-size: 33px;
    line-height: 1.02;
    letter-spacing: -0.04em;
    color: #ffffff;
}

.cm-page-hero__copy p,
.cm-page-hero__solo p {
    margin: 0;
    max-width: 680px;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.75;
    font-size: 1rem;
}

.cm-page-hero__solo {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.cm-page-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.cm-page-pills span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.cm-page-grid {
    display: grid;
    gap: 18px;
}

.cm-page-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cm-page-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cm-page-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cm-page-card {
    border-radius: 20px;
    padding: 26px 24px;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.cm-page-card h3 {
    margin: 0 0 14px;
    font-size: 1.18rem;
}

.cm-page-card p {
    margin: 0;
    line-height: 1.72;
}

.cm-page-card + .cm-page-card p {
    margin-top: 0;
}

.cm-page-card--light {
    background: #ffffff;
    color: #17354d;
    border: 1px solid rgba(18, 50, 74, 0.08);
    box-shadow: 0 18px 34px rgba(17, 41, 62, 0.08);
}

.cm-page-card--light p {
    color: #5c7488;
}

.cm-page-card--outline {
    background: linear-gradient(180deg, #f7fbff, #ffffff);
    color: #17354d;
    border: 1px solid rgba(31, 69, 216, 0.1);
    box-shadow: 0 12px 26px rgba(17, 41, 62, 0.06);
}

.cm-page-card--outline p {
    color: #587187;
}

.cm-page-card--dark {
    background: linear-gradient(180deg, rgba(72, 98, 121, 0.78), rgba(58, 82, 104, 0.76));
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.cm-page-card--dark p {
    color: rgba(255, 255, 255, 0.82);
}

.cm-page-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 0 1px rgba(105, 211, 255, 0.14), 0 0 28px rgba(31, 69, 216, 0.14), 0 18px 38px rgba(17, 41, 62, 0.12);
}

.cm-page-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: #1f45d8;
    font-size: 0.84rem;
    font-weight: 700;
}

.cm-page-link::after {
    content: "->";
}

.cm-form-card {
    padding: 26px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(72, 98, 121, 0.78), rgba(58, 82, 104, 0.76));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.cm-form-card .input-group label {
    color: #ffffff;
}

.cm-form-card .input-group input,
.cm-form-card .input-group textarea,
.cm-form-card .input-group select {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.cm-plan-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.cm-plans-showcase > .cm-shell {
    width: min(1320px, calc(100% - 48px));
}

.cm-plans-showcase .cm-page-grid--four {
    gap: 22px;
}

.cm-plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 100%;
    overflow: hidden;
    padding: 28px 24px 24px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 85% 0%, rgba(105, 211, 255, 0.16), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    color: #17354d;
    border: 1px solid rgba(31, 69, 216, 0.08);
    box-shadow:
        0 0 0 1px rgba(105, 211, 255, 0.05),
        0 20px 42px rgba(17, 41, 62, 0.1);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.cm-plan-card::before,
.cm-plan-card::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.cm-plan-card::before {
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(115deg, rgba(255, 255, 255, 0.58), transparent 30%, transparent 72%, rgba(105, 211, 255, 0.12)),
        linear-gradient(180deg, rgba(31, 69, 216, 0.08), transparent 28%);
    opacity: 0.72;
}

.cm-plan-card::after {
    inset: -30% -45%;
    background: linear-gradient(110deg, transparent 38%, rgba(255, 255, 255, 0.32) 50%, transparent 62%);
    transform: translateX(-140%) skewX(-18deg);
    opacity: 0;
}

.cm-plan-card > * {
    position: relative;
    z-index: 1;
}

.cm-plan-card h3 {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.18;
    letter-spacing: 0;
}

.cm-plan-card strong {
    display: block;
    font-size: 1.86rem;
    line-height: 1;
    color: #17354d;
}

.cm-plan-card p {
    margin: 0;
    color: #5c7488;
    font-size: 0.93rem;
    line-height: 1.68;
}

.cm-plan-card--featured {
    background:
        radial-gradient(circle at 86% 0%, rgba(105, 211, 255, 0.28), transparent 34%),
        radial-gradient(circle at 0% 100%, rgba(18, 174, 243, 0.18), transparent 36%),
        linear-gradient(180deg, #2550e6, #173cbf);
    color: #ffffff;
    box-shadow: 0 0 0 1px rgba(105, 211, 255, 0.16), 0 0 30px rgba(31, 69, 216, 0.18), 0 20px 38px rgba(17, 41, 62, 0.18);
}

.cm-plan-card--featured strong,
.cm-plan-card--featured p {
    color: #ffffff;
}

.cm-plan-card--featured .cm-page-list li {
    color: rgba(255, 255, 255, 0.86);
}

.cm-plan-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 0 1px rgba(105, 211, 255, 0.14), 0 0 28px rgba(31, 69, 216, 0.14), 0 18px 38px rgba(17, 41, 62, 0.12);
}

.cm-plan-card__tag {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(31, 69, 216, 0.08);
    color: #1f45d8;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.cm-plan-card--featured .cm-plan-card__tag {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.cm-plan-card__footer {
    display: grid;
    gap: 14px;
    margin-top: auto;
    padding-top: 4px;
}

.cm-plan-card__cta {
    min-height: 46px;
    padding-inline: 12px;
    text-align: center;
    white-space: normal;
}

.cm-page-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cm-page-list li {
    position: relative;
    padding-left: 18px;
    line-height: 1.65;
    color: #587187;
}

.cm-page-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #1f45d8;
    box-shadow: 0 0 12px rgba(31, 69, 216, 0.45);
}

.cm-page-list--light li {
    color: rgba(255, 255, 255, 0.84);
}

.cm-page-list--light li::before,
.cm-plan-card--featured .cm-page-list li::before {
    background: #69d3ff;
    box-shadow: 0 0 14px rgba(105, 211, 255, 0.5);
}

@media (max-width: 1100px) {
    .cm-header__nav {
        display: none;
    }

    .cm-feature-icons {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cm-split,
    .cm-large-card,
    .cm-guarantee,
    .cm-footer__top,
    .cm-ecosystem-grid,
    .cm-contact-callout {
        grid-template-columns: 1fr;
    }

    .cm-result-grid,
    .cm-case-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cm-page-hero__grid,
    .cm-page-grid--three,
    .cm-page-grid--four,
    .cm-plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cm-plans-showcase > .cm-shell {
        width: min(760px, calc(100% - 32px));
    }

    .cm-integrations-grid {
        grid-template-columns: repeat(4, 74px);
        grid-template-rows: none;
        gap: 14px;
    }

    .cm-integration-badge {
        width: 74px;
        height: 74px;
        grid-column: auto !important;
        grid-row: auto !important;
        --badge-offset-x: 0px;
        --badge-offset-y: 0px;
        --badge-float: 6px;
    }

    .cm-integration-badge img {
        max-width: 40px;
        max-height: 40px;
    }
}

@media (max-width: 760px) {
    .cm-shell {
        width: min(1120px, calc(100% - 24px));
    }

    .cm-header__actions {
        display: none;
    }

    .cm-hero {
        padding-top: 26px;
        padding-bottom: 42px;
    }

    .cm-hero__actions,
    .cm-logos,
    .cm-footer__bottom,
    .cm-footer__bottom div {
        flex-direction: column;
    }

    .cm-hero__actions {
        gap: 14px;
    }

    .cm-hero__visual {
        min-height: 220px;
        margin-top: 24px;
    }

    .cm-hero__phone {
        left: 0;
        width: 84px;
        bottom: -4px;
    }

    .cm-feature-icons,
    .cm-small-grid,
    .cm-pricing-builder,
    .cm-faq-grid,
    .cm-result-grid,
    .cm-case-grid,
    .cm-page-grid--two,
    .cm-page-grid--three,
    .cm-page-grid--four,
    .cm-plan-grid,
    .cm-page-hero__grid {
        grid-template-columns: 1fr;
    }

    .cm-plans-showcase > .cm-shell {
        width: min(420px, calc(100% - 24px));
    }

    .cm-contact-callout__form {
        padding: 22px;
    }

    .cm-contact-callout {
        gap: 26px;
    }

    .cm-map-section iframe {
        height: 340px;
    }

    .cm-section-title--right {
        text-align: center;
    }

    .cm-integrations-grid {
        grid-template-columns: repeat(3, 74px);
        grid-template-rows: none;
        gap: 12px;
        justify-content: center;
        width: 100%;
        padding: 8px 0;
        overflow-x: clip;
        overflow-y: visible;
    }

    .cm-integration-badge {
        width: 74px;
        height: 74px;
        animation-duration: 6.2s;
    }

    .cm-integration-badge img {
        max-width: 38px;
        max-height: 38px;
    }

    .cm-integrations-grid.is-drop-ready .cm-integration-badge {
        transform: translate(0, -120px) rotate(var(--drop-rotate)) scale(0.9);
    }

    .cm-pricing-step,
    .cm-mini-feature,
    .cm-small-card,
    .cm-case-card,
    .cm-result-item,
    .cm-ecosystem-card,
    .cm-resource-card {
        min-height: auto;
    }

    .cm-feature-icons,
    .cm-small-grid,
    .cm-result-grid,
    .cm-case-grid {
        gap: 16px;
    }
}

@media (max-width: 560px) {
    .cm-white-section,
    .cm-dark-section,
    .cm-ecosystem {
        padding-top: 46px;
        padding-bottom: 48px;
    }

    .cm-shell {
        width: min(1120px, calc(100% - 20px));
    }

    .cm-header__inner {
        min-height: 66px;
    }

    .cm-header__brand img {
        width: 132px;
    }

    .cm-hero h1 {
        font-size: clamp(1.9rem, 9vw, 2.45rem);
    }

    .cm-hero > .cm-shell > p {
        font-size: 0.92rem;
    }

    .cm-hero__visual {
        min-height: 188px;
    }

    .cm-hero__phone {
        width: 72px;
    }

    .cm-resource-row {
        display: grid;
        grid-template-columns: 1fr;
    }

    .cm-section-title h2,
    .cm-copy h2,
    .cm-guarantee h2,
    .cm-contact-callout__copy h2 {
        line-height: 1.12;
    }

    .cm-integrations-grid {
        grid-template-columns: repeat(3, 68px);
        gap: 10px;
    }

    .cm-integration-badge {
        width: 68px;
        height: 68px;
        border-radius: 18px;
    }

    .cm-integration-badge img {
        max-width: 34px;
        max-height: 34px;
    }

    .cm-pricing-step {
        padding: 18px 14px 20px;
    }

    .cm-module-option {
        min-height: 42px;
        padding: 0 14px;
        font-size: 0.94rem;
    }

    .cm-contact-callout__form {
        padding: 18px;
        border-radius: 22px;
    }

    .cm-footer {
        padding-top: 26px;
    }
}

/* Futuristic polish layer */

.cm-main {
    position: relative;
    overflow-x: clip;
}

.cm-main::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 100%;
    pointer-events: none;
    background:
        radial-gradient(circle at 14% 12%, rgba(105, 211, 255, 0.07), transparent 18%),
        radial-gradient(circle at 86% 22%, rgba(31, 69, 216, 0.09), transparent 20%),
        radial-gradient(circle at 50% 74%, rgba(105, 211, 255, 0.05), transparent 24%);
    z-index: 0;
}

.cm-main > section,
.cm-footer {
    position: relative;
    z-index: 1;
}

.cm-dark-section,
.cm-white-section {
    overflow-x: clip;
    overflow-y: visible;
}

.cm-dark-section::before,
.cm-white-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 22%, transparent 78%, rgba(255, 255, 255, 0.02)),
        radial-gradient(circle at 12% 18%, rgba(105, 211, 255, 0.08), transparent 17%),
        radial-gradient(circle at 88% 78%, rgba(31, 69, 216, 0.09), transparent 18%);
    opacity: 0.9;
}

.cm-dark-section::after,
.cm-white-section::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: min(980px, 100%);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(105, 211, 255, 0.18), transparent);
    pointer-events: none;
}

.cm-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 22% 22%, rgba(255, 255, 255, 0.06) 0 2px, transparent 2px 100%),
        radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.05) 0 1.5px, transparent 1.5px 100%),
        radial-gradient(circle at 62% 72%, rgba(255, 255, 255, 0.04) 0 1.6px, transparent 1.6px 100%);
    background-size: 220px 220px, 260px 260px, 300px 300px;
    animation: cm-stars-drift 26s linear infinite;
    opacity: 0.5;
}

.cm-hero__visual::before,
.cm-video-card::before,
.cm-image-card::before,
.cm-large-card::before,
.cm-resource-card::before,
.cm-ecosystem-card::before,
.cm-case-card::before,
.cm-result-item::before,
.cm-pricing-step::before,
.cm-contact-callout__form::before,
.cm-faq-item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.16), transparent 28%, transparent 72%, rgba(105, 211, 255, 0.08));
    opacity: 0;
    transition: opacity 0.35s ease;
}

.cm-image-card,
.cm-large-card,
.cm-resource-card,
.cm-small-card,
.cm-mini-feature,
.cm-case-card,
.cm-result-item,
.cm-pricing-step,
.cm-ecosystem-card,
.cm-faq-item,
.cm-video-card,
.cm-contact-callout__form,
.cm-support-card {
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease, background 0.32s ease;
}

.cm-image-card,
.cm-large-card,
.cm-resource-card,
.cm-case-card,
.cm-result-item,
.cm-pricing-step,
.cm-ecosystem-card,
.cm-faq-item,
.cm-contact-callout__form,
.cm-support-card {
    box-shadow:
        0 0 0 1px rgba(105, 211, 255, 0.06),
        0 18px 38px rgba(4, 17, 27, 0.16);
}

.cm-image-card:hover,
.cm-large-card:hover,
.cm-resource-card:hover,
.cm-case-card:hover,
.cm-result-item:hover,
.cm-pricing-step:hover,
.cm-ecosystem-card:hover,
.cm-faq-item:hover,
.cm-contact-callout__form:hover,
.cm-support-card:hover {
    border-color: rgba(105, 211, 255, 0.18);
    box-shadow:
        0 0 0 1px rgba(105, 211, 255, 0.12),
        0 0 34px rgba(31, 69, 216, 0.12),
        0 24px 52px rgba(4, 17, 27, 0.2);
}

.cm-image-card:hover::before,
.cm-large-card:hover::before,
.cm-resource-card:hover::before,
.cm-ecosystem-card:hover::before,
.cm-case-card:hover::before,
.cm-result-item:hover::before,
.cm-pricing-step:hover::before,
.cm-contact-callout__form:hover::before,
.cm-faq-item:hover::before,
.cm-video-card:hover::before {
    opacity: 1;
}

.cm-hero__panel,
.cm-hero__phone,
.cm-image-card img,
.cm-video-card img,
.cm-large-card__media img,
.cm-resource-card__image img {
    will-change: transform;
}

.cm-hero__panel {
    animation: cm-dashboard-breathe 6.6s ease-in-out infinite;
}

.cm-hero__phone {
    animation: cm-float 4s ease-in-out infinite, cm-phone-tilt 7.5s ease-in-out infinite;
}

.cm-hero__proof,
.cm-logos {
    position: relative;
}

.cm-logos::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -14px;
    width: min(560px, 100%);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(105, 211, 255, 0.18), transparent);
}

.cm-mini-feature,
.cm-small-card {
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.cm-mini-feature:hover,
.cm-small-card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 0 0 1px rgba(105, 211, 255, 0.12),
        0 16px 32px rgba(31, 69, 216, 0.12);
}

.cm-mini-feature img,
.cm-result-item img {
    transition: transform 0.32s ease, filter 0.32s ease;
}

.cm-mini-feature:hover img,
.cm-result-item:hover img {
    transform: translateY(-3px) scale(1.04);
    filter: drop-shadow(0 8px 18px rgba(31, 69, 216, 0.18));
}

.cm-resource-showcase {
    position: relative;
}

.cm-resource-showcase::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -18px;
    width: min(640px, 100%);
    height: 120px;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(105, 211, 255, 0.12), transparent 70%);
    filter: blur(16px);
    pointer-events: none;
}

.cm-resource-card {
    overflow: hidden;
}

.cm-resource-card__image::after,
.cm-video-card::after {
    content: "";
    position: absolute;
    inset: -10% -35%;
    background: linear-gradient(110deg, transparent 38%, rgba(255, 255, 255, 0.16) 50%, transparent 62%);
    transform: translateX(-120%) skewX(-18deg);
    opacity: 0;
    pointer-events: none;
}

.cm-resource-card:hover .cm-resource-card__image::after,
.cm-video-card:hover::after {
    opacity: 1;
    animation: cm-sheen 1.1s ease;
}

.cm-video-card {
    overflow: hidden;
}

.cm-play {
    backdrop-filter: blur(12px);
    box-shadow:
        0 0 0 1px rgba(105, 211, 255, 0.2),
        0 0 24px rgba(31, 69, 216, 0.18),
        0 18px 34px rgba(4, 17, 27, 0.24);
}

.cm-integrations-grid {
    perspective: 1000px;
    grid-template-columns: repeat(5, 88px);
    grid-template-rows: repeat(4, 88px);
    gap: 18px 26px;
    align-items: center;
    justify-items: center;
    padding: 16px 8px;
}

.cm-integration-badge {
    position: relative;
    overflow: hidden;
    --badge-offset-x: 0px;
    --badge-offset-y: 0px;
    --badge-float: 8px;
    --drop-delay: 0s;
    --drop-rotate: 0deg;
    animation: cm-badge-float 5.6s ease-in-out infinite;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.cm-integration-badge::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.48), transparent 36%);
    opacity: 0.55;
    pointer-events: none;
}

.cm-integration-badge:hover {
    transform: translate(var(--badge-offset-x), calc(var(--badge-offset-y) - 10px)) scale(1.12);
    border-color: rgba(105, 211, 255, 0.3);
    box-shadow:
        0 0 0 1px rgba(105, 211, 255, 0.14),
        0 0 26px rgba(31, 69, 216, 0.16),
        0 22px 38px rgba(4, 17, 27, 0.22);
}

.cm-integration-badge:nth-child(1) {
    grid-column: 1;
    grid-row: 2;
    --badge-offset-x: -12px;
    --badge-offset-y: -12px;
    --badge-float: 11px;
    --drop-delay: 0.02s;
    --drop-rotate: -10deg;
}

.cm-integration-badge:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    --badge-offset-x: -4px;
    --badge-offset-y: -6px;
    --badge-float: 8px;
    --drop-delay: 0.12s;
    --drop-rotate: 7deg;
}

.cm-integration-badge:nth-child(3) {
    grid-column: 3;
    grid-row: 2;
    --badge-offset-x: -6px;
    --badge-offset-y: -10px;
    --badge-float: 10px;
    --drop-delay: 0.22s;
    --drop-rotate: -6deg;
}

.cm-integration-badge:nth-child(4) {
    grid-column: 4;
    grid-row: 1;
    --badge-offset-x: 2px;
    --badge-offset-y: -6px;
    --badge-float: 9px;
    --drop-delay: 0.16s;
    --drop-rotate: 8deg;
}

.cm-integration-badge:nth-child(5) {
    grid-column: 5;
    grid-row: 2;
    --badge-offset-x: -2px;
    --badge-offset-y: -10px;
    --badge-float: 11px;
    --drop-delay: 0.28s;
    --drop-rotate: -9deg;
}

.cm-integration-badge:nth-child(6) {
    grid-column: 1;
    grid-row: 3;
    --badge-offset-x: -14px;
    --badge-offset-y: -2px;
    --badge-float: 8px;
    --drop-delay: 0.34s;
    --drop-rotate: 6deg;
}

.cm-integration-badge:nth-child(7) {
    grid-column: 2;
    grid-row: 2;
    --badge-offset-x: -4px;
    --badge-offset-y: 6px;
    --badge-float: 9px;
    --drop-delay: 0.1s;
    --drop-rotate: -8deg;
}

.cm-integration-badge:nth-child(8) {
    grid-column: 3;
    grid-row: 3;
    --badge-offset-x: -4px;
    --badge-offset-y: -2px;
    --badge-float: 8px;
    --drop-delay: 0.3s;
    --drop-rotate: 7deg;
}

.cm-integration-badge:nth-child(9) {
    grid-column: 4;
    grid-row: 2;
    --badge-offset-x: 4px;
    --badge-offset-y: 6px;
    --badge-float: 10px;
    --drop-delay: 0.2s;
    --drop-rotate: -7deg;
}

.cm-integration-badge:nth-child(10) {
    grid-column: 5;
    grid-row: 3;
    --badge-offset-x: 0px;
    --badge-offset-y: -2px;
    --badge-float: 9px;
    --drop-delay: 0.38s;
    --drop-rotate: 10deg;
}

.cm-integration-badge:nth-child(11) {
    grid-column: 1;
    grid-row: 4;
    --badge-offset-x: -10px;
    --badge-offset-y: -10px;
    --badge-float: 10px;
    --drop-delay: 0.26s;
    --drop-rotate: -11deg;
}

.cm-integration-badge:nth-child(12) {
    grid-column: 2;
    grid-row: 4;
    --badge-offset-x: -4px;
    --badge-offset-y: 2px;
    --badge-float: 8px;
    --drop-delay: 0.42s;
    --drop-rotate: 9deg;
}

.cm-integrations-grid.is-drop-ready .cm-integration-badge {
    opacity: 0;
    pointer-events: none;
    animation: none;
    transform: translate(var(--badge-offset-x), calc(var(--badge-offset-y) - 180px)) rotate(var(--drop-rotate)) scale(0.88);
    filter: blur(2px);
}

.cm-integrations-grid.is-drop-visible .cm-integration-badge {
    opacity: 1;
    pointer-events: auto;
    filter: blur(0);
    animation:
        cm-badge-drop 0.92s cubic-bezier(0.18, 0.9, 0.2, 1) var(--drop-delay) both,
        cm-badge-float 5.6s ease-in-out calc(var(--drop-delay) + 0.92s) infinite;
}

.cm-integration-badge:nth-child(2n) {
    animation-delay: -1.1s;
}

.cm-integration-badge:nth-child(3n) {
    animation-delay: -2.4s;
}

.cm-integration-badge:nth-child(4n) {
    animation-delay: -3.2s;
}

.cm-pills button,
.cm-header__nav a,
.cm-footer__social a,
.cm-case-card a {
    transition: transform 0.22s ease, box-shadow 0.22s ease, color 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.cm-pills button:hover,
.cm-header__nav a:hover {
    transform: translateY(-2px);
}

.cm-header__nav a:hover {
    box-shadow: 0 0 0 1px rgba(31, 69, 216, 0.08), 0 12px 22px rgba(31, 69, 216, 0.08);
}

.cm-footer__social a:hover {
    transform: translateY(-3px) scale(1.06);
    box-shadow: 0 0 0 1px rgba(105, 211, 255, 0.12), 0 0 22px rgba(31, 69, 216, 0.14);
}

.cm-faq-item {
    overflow: hidden;
}

.cm-faq-item[open] {
    box-shadow:
        0 0 0 1px rgba(105, 211, 255, 0.14),
        0 0 30px rgba(31, 69, 216, 0.12),
        0 20px 40px rgba(4, 17, 27, 0.18);
}

.cm-faq-item summary {
    transition: color 0.22s ease, transform 0.22s ease;
}

.cm-faq-item:hover summary {
    transform: translateX(4px);
}

.cm-faq-item p {
    animation: cm-fade-up 0.34s ease;
}

.cm-contact-callout__copy h2,
.cm-section-title h2,
.cm-copy h2 {
    text-wrap: balance;
}

.cm-map-section iframe {
    filter: saturate(1.06) contrast(1.02);
}

@keyframes cm-dashboard-breathe {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-4px) scale(1.008);
    }
}

@keyframes cm-phone-tilt {
    0%,
    100% {
        rotate: -2deg;
    }

    50% {
        rotate: 2deg;
    }
}

@keyframes cm-stars-drift {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-30px, 18px, 0);
    }
}

@keyframes cm-sheen {
    0% {
        transform: translateX(-120%) skewX(-18deg);
    }

    100% {
        transform: translateX(120%) skewX(-18deg);
    }
}

@keyframes cm-badge-float {
    0%,
    100% {
        transform: translate(var(--badge-offset-x), var(--badge-offset-y));
    }

    50% {
        transform: translate(var(--badge-offset-x), calc(var(--badge-offset-y) - var(--badge-float)));
    }
}

@keyframes cm-badge-drop {
    0% {
        opacity: 0;
        transform: translate(var(--badge-offset-x), calc(var(--badge-offset-y) - 180px)) rotate(var(--drop-rotate)) scale(0.88);
        filter: blur(2px);
    }

    72% {
        opacity: 1;
        transform: translate(var(--badge-offset-x), calc(var(--badge-offset-y) + 10px)) rotate(calc(var(--drop-rotate) * -0.18)) scale(1.02);
        filter: blur(0);
    }

    100% {
        opacity: 1;
        transform: translate(var(--badge-offset-x), var(--badge-offset-y)) rotate(0deg) scale(1);
        filter: blur(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .cm-hero::before,
    .cm-hero__panel,
    .cm-hero__phone,
    .cm-integration-badge,
    .cm-resource-card__image::after,
    .cm-video-card::after {
        animation: none;
    }
}

/* Home premium section-by-section polish */

.cm-white-section,
.cm-dark-section,
.cm-ecosystem,
.cm-map-section {
    position: relative;
}

.cm-white-section > .cm-shell,
.cm-dark-section > .cm-shell,
.cm-ecosystem > .cm-shell {
    position: relative;
    z-index: 2;
}

.cm-white-section::before,
.cm-dark-section::before,
.cm-ecosystem::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.9;
}

.cm-white-section::before {
    background:
        radial-gradient(circle at 12% 24%, rgba(105, 211, 255, 0.12), transparent 18%),
        radial-gradient(circle at 88% 78%, rgba(31, 69, 216, 0.08), transparent 20%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(241, 247, 255, 0.94));
}

.cm-dark-section::before,
.cm-ecosystem::before {
    background:
        radial-gradient(circle at 15% 18%, rgba(105, 211, 255, 0.08), transparent 18%),
        radial-gradient(circle at 84% 72%, rgba(31, 69, 216, 0.11), transparent 18%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.025));
}

.cm-white-section::after,
.cm-dark-section::after,
.cm-ecosystem::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: min(980px, 100%);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(105, 211, 255, 0.14), transparent);
    pointer-events: none;
}

.cm-section-title,
.cm-copy,
.cm-contact-callout__copy,
.cm-page-hero__copy {
    position: relative;
}

.cm-section-title::before,
.cm-copy::before,
.cm-contact-callout__copy::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 0;
    width: 86px;
    height: 2px;
    background: linear-gradient(90deg, rgba(123, 215, 255, 0.88), rgba(31, 69, 216, 0));
    box-shadow: 0 0 18px rgba(105, 211, 255, 0.22);
}

.cm-section-title--center::before {
    left: 50%;
    transform: translateX(-50%);
}

.cm-feature-icons,
.cm-small-grid,
.cm-case-grid,
.cm-result-grid,
.cm-ecosystem-grid,
.cm-pricing-builder {
    position: relative;
}

.cm-feature-icons::before,
.cm-small-grid::before,
.cm-case-grid::before,
.cm-result-grid::before,
.cm-ecosystem-grid::before,
.cm-pricing-builder::before {
    content: "";
    position: absolute;
    inset: -16px;
    border-radius: 32px;
    background: radial-gradient(circle at center, rgba(105, 211, 255, 0.08), transparent 70%);
    filter: blur(18px);
    opacity: 0.85;
    pointer-events: none;
}

.cm-mini-feature,
.cm-small-card,
.cm-case-card,
.cm-result-item,
.cm-pricing-step,
.cm-ecosystem-card,
.cm-page-card,
.cm-plan-card,
.cm-form-card {
    backdrop-filter: blur(16px);
}

.cm-mini-feature {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: 18px 16px 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.94));
    box-shadow:
        0 0 0 1px rgba(31, 69, 216, 0.06),
        0 18px 36px rgba(18, 50, 74, 0.08);
}

.cm-mini-feature::after,
.cm-small-card::after,
.cm-case-card::after,
.cm-result-item::after,
.cm-pricing-step::after,
.cm-ecosystem-card::after {
    content: "";
    position: absolute;
    inset: -30% -40%;
    background: linear-gradient(110deg, transparent 38%, rgba(255, 255, 255, 0.2) 50%, transparent 62%);
    transform: translateX(-140%) skewX(-18deg);
    opacity: 0;
    pointer-events: none;
}

.cm-mini-feature:hover::after,
.cm-small-card:hover::after,
.cm-case-card:hover::after,
.cm-result-item:hover::after,
.cm-pricing-step:hover::after,
.cm-ecosystem-card:hover::after,
.cm-page-card:hover::after,
.cm-plan-card:hover::after {
    opacity: 1;
    animation: cm-sheen 1.15s ease;
}

.cm-mini-feature:hover,
.cm-small-card:hover,
.cm-case-card:hover,
.cm-result-item:hover {
    transform: translateY(-8px) scale(1.01);
}

.cm-feature-icons .cm-mini-feature:nth-child(1),
.cm-feature-icons .cm-mini-feature:nth-child(4),
.cm-small-grid .cm-small-card:nth-child(2),
.cm-result-grid .cm-result-item:nth-child(3) {
    animation: cm-float-soft 7.2s ease-in-out infinite;
}

.cm-feature-icons .cm-mini-feature:nth-child(2),
.cm-small-grid .cm-small-card:nth-child(4),
.cm-case-grid .cm-case-card:nth-child(2),
.cm-ecosystem-grid .cm-ecosystem-card:nth-child(3) {
    animation: cm-float-soft 8.2s ease-in-out -2.4s infinite;
}

.cm-feature-icons .cm-mini-feature:nth-child(3),
.cm-small-grid .cm-small-card:nth-child(1),
.cm-result-grid .cm-result-item:nth-child(2),
.cm-ecosystem-grid .cm-ecosystem-card:nth-child(1) {
    animation: cm-float-soft 8.8s ease-in-out -1.2s infinite;
}

.cm-pills {
    position: relative;
    padding: 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.05),
        0 12px 26px rgba(4, 17, 27, 0.14);
}

.cm-pills button {
    position: relative;
    overflow: hidden;
    transition:
        transform 0.32s cubic-bezier(0.22, 0.78, 0.16, 1),
        box-shadow 0.32s cubic-bezier(0.22, 0.78, 0.16, 1),
        background 0.32s cubic-bezier(0.22, 0.78, 0.16, 1),
        color 0.28s cubic-bezier(0.22, 0.78, 0.16, 1);
}

.cm-pills button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.22), transparent 52%);
    opacity: 0;
    transition: opacity 0.28s ease;
}

.cm-pills button:hover::before,
.cm-pills button.is-active::before {
    opacity: 1;
}

.cm-large-card {
    overflow: hidden;
    transition:
        transform 0.44s cubic-bezier(0.22, 0.78, 0.16, 1),
        opacity 0.32s cubic-bezier(0.22, 0.78, 0.16, 1),
        box-shadow 0.38s cubic-bezier(0.22, 0.78, 0.16, 1);
}

.cm-large-card.is-hidden {
    opacity: 0;
    transform: translateY(16px) scale(0.985);
    pointer-events: none;
}

.cm-large-card.is-visible-card {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.cm-large-card__media img {
    transition: transform 0.7s cubic-bezier(0.22, 0.78, 0.16, 1), filter 0.32s ease;
}

.cm-large-card:hover .cm-large-card__media img {
    transform: scale(1.035) translateY(-4px);
    filter: saturate(1.04);
}

.cm-resource-row {
    gap: 18px;
}

.cm-resource-card {
    transition:
        flex 0.42s cubic-bezier(0.22, 0.78, 0.16, 1),
        box-shadow 0.36s cubic-bezier(0.22, 0.78, 0.16, 1),
        background 0.36s cubic-bezier(0.22, 0.78, 0.16, 1),
        transform 0.36s cubic-bezier(0.22, 0.78, 0.16, 1);
}

.cm-resource-card.is-active {
    box-shadow:
        0 0 0 1px rgba(105, 211, 255, 0.14),
        0 0 34px rgba(31, 69, 216, 0.14),
        0 24px 52px rgba(4, 17, 27, 0.22);
}

.cm-resource-card__image {
    overflow: hidden;
}

.cm-resource-card__image img {
    transition: transform 0.55s cubic-bezier(0.22, 0.78, 0.16, 1), filter 0.3s ease;
}

.cm-resource-card.is-active .cm-resource-card__image img {
    filter: saturate(1.04);
}

.cm-small-card {
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 248, 255, 0.95));
    box-shadow:
        0 0 0 1px rgba(31, 69, 216, 0.06),
        0 18px 36px rgba(18, 50, 74, 0.08);
}

.cm-small-card img {
    transition: transform 0.6s cubic-bezier(0.22, 0.78, 0.16, 1), filter 0.3s ease;
}

.cm-small-card:hover img {
    transform: scale(1.04) translateY(-4px);
}

.cm-video-card {
    transform-style: preserve-3d;
}

.cm-video-card:hover {
    transform: translateY(-6px) scale(1.008);
}

.cm-pricing-step {
    position: relative;
    overflow: hidden;
    min-height: 320px;
    border-radius: 24px;
}

.cm-pricing-step::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(105, 211, 255, 0.16), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.08));
    opacity: 0.82;
    pointer-events: none;
}

.cm-pricing-step > * {
    position: relative;
    z-index: 1;
}

.cm-counter button {
    transition:
        transform 0.28s cubic-bezier(0.22, 0.78, 0.16, 1),
        box-shadow 0.28s cubic-bezier(0.22, 0.78, 0.16, 1),
        background 0.28s cubic-bezier(0.22, 0.78, 0.16, 1),
        color 0.28s cubic-bezier(0.22, 0.78, 0.16, 1);
}

.cm-counter button:hover {
    transform: translateY(-2px) scale(1.08);
    background: rgba(31, 69, 216, 0.08);
    box-shadow: 0 0 0 1px rgba(31, 69, 216, 0.08), 0 12px 22px rgba(31, 69, 216, 0.12);
}

.cm-guarantee {
    position: relative;
    overflow: hidden;
}

.cm-guarantee::before {
    content: "";
    position: absolute;
    inset: -20% auto auto -10%;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(105, 211, 255, 0.18), transparent 68%);
    filter: blur(22px);
    pointer-events: none;
}

.cm-guarantee__badge {
    animation: cm-orbit-soft 7.4s ease-in-out infinite;
}

.cm-guarantee__badge--bottom {
    animation-delay: -2.6s;
}

.cm-case-card a,
.cm-page-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding-right: 16px;
    transition:
        transform 0.28s cubic-bezier(0.22, 0.78, 0.16, 1),
        color 0.28s cubic-bezier(0.22, 0.78, 0.16, 1);
}

.cm-case-card a::after,
.cm-page-link::after {
    transition: transform 0.28s cubic-bezier(0.22, 0.78, 0.16, 1), opacity 0.28s ease;
}

.cm-case-card a:hover,
.cm-page-link:hover {
    transform: translateX(4px);
}

.cm-contact-callout__form,
.cm-contact-form__field input,
.cm-contact-form__field textarea,
.cm-support-card {
    transition:
        transform 0.34s cubic-bezier(0.22, 0.78, 0.16, 1),
        box-shadow 0.34s cubic-bezier(0.22, 0.78, 0.16, 1),
        border-color 0.34s cubic-bezier(0.22, 0.78, 0.16, 1);
}

.cm-contact-form__field input:hover,
.cm-contact-form__field input:focus,
.cm-contact-form__field textarea:hover,
.cm-contact-form__field textarea:focus {
    transform: translateY(-1px);
}

.cm-logos img {
    animation: cm-logos-breathe 6s ease-in-out infinite;
}

.cm-logos img:nth-child(2),
.cm-logos img:nth-child(4) {
    animation-delay: -1.8s;
}

.cm-logos img:nth-child(3) {
    animation-delay: -0.8s;
}

@keyframes cm-float-soft {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

@keyframes cm-orbit-soft {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-8px) scale(1.03);
    }
}

@keyframes cm-logos-breathe {
    0%,
    100% {
        transform: translateY(0);
        opacity: 0.92;
    }

    50% {
        transform: translateY(-3px);
        opacity: 1;
    }
}

@media (max-width: 760px) {
    .cm-pricing-step {
        min-height: auto;
    }

    .cm-feature-icons::before,
    .cm-small-grid::before,
    .cm-case-grid::before,
    .cm-result-grid::before,
    .cm-ecosystem-grid::before,
    .cm-pricing-builder::before {
        inset: -6px;
    }
}

.cm-main {
    display: block;
}

.cm-header__nav a.is-active {
    color: #1f45d8;
    background: rgba(31, 69, 216, 0.08);
    box-shadow: 0 0 0 1px rgba(31, 69, 216, 0.08);
}

.cm-header__toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 14px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(236, 244, 250, 0.98));
    box-shadow: 0 14px 28px rgba(7, 44, 66, 0.12);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.cm-header__toggle:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 44px rgba(31, 69, 216, 0.18);
}

.cm-header__toggle span {
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: #072c42;
}

.cm-mobile-nav {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: flex;
    justify-content: flex-end;
    background: rgba(7, 44, 66, 0.54);
    backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.42s ease, visibility 0.42s ease;
}

.cm-mobile-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.cm-mobile-nav__panel {
    width: min(420px, 92vw);
    min-height: 100%;
    padding: 26px 22px 30px;
    background:
        radial-gradient(circle at 18% 0%, rgba(0, 190, 250, 0.16), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(243, 248, 255, 0.98)),
        #fff;
    box-shadow: -18px 0 46px rgba(7, 44, 66, 0.18);
    transform: translateX(100%);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    overflow-y: auto;
}

.cm-mobile-nav.is-open .cm-mobile-nav__panel {
    transform: translateX(0);
}

.cm-mobile-nav__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 28px;
}

.cm-mobile-nav__top img {
    width: 168px;
    max-width: 100%;
}

.cm-mobile-nav__top button {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 14px;
    background: rgba(31, 69, 216, 0.1);
    color: #072c42;
    font-size: 1.9rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.cm-mobile-nav__top button:hover {
    background: #12324a;
    color: #fff;
    transform: rotate(3deg);
}

.cm-mobile-nav__links {
    display: grid;
    gap: 8px;
}

.cm-mobile-nav__links a {
    position: relative;
    padding: 15px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.86);
    color: #072c42;
    border: 1px solid rgba(18, 50, 74, 0.08);
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(7, 44, 66, 0.07);
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.cm-mobile-nav__links a::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
    opacity: 0.42;
}

.cm-mobile-nav__links a:hover {
    color: #1f45d8;
    background: #fff;
    box-shadow: 0 14px 26px rgba(31, 69, 216, 0.1);
    transform: translateX(-2px);
}

.cm-mobile-nav__actions {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.cm-mobile-nav__actions .cm-btn {
    width: 100%;
    min-height: 46px;
}

body.is-nav-open {
    overflow: hidden;
}

@media (max-width: 980px) {
    .cm-header__nav,
    .cm-header__actions {
        display: none;
    }

    .cm-header__toggle {
        display: inline-flex;
    }

    .cm-header__inner {
        grid-template-columns: 1fr auto;
    }
}

.whatsapp-float,
.instagram-float {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 28px;
    width: 60px;
    height: 60px;
    border-radius: 999px;
    z-index: 1000;
    box-shadow: 0 18px 34px rgba(7, 44, 66, 0.18);
    transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease, background 0.28s ease;
    isolation: isolate;
}

.whatsapp-float {
    bottom: 118px;
    background: #00c853;
    animation: float-pulse-green 3s infinite;
}

.instagram-float {
    bottom: 42px;
    background: linear-gradient(45deg, #e9a61d, #ef3738, #9d24ce);
    animation: float-pulse-pink 3s infinite;
}

.cm-resource-showcase + .cm-section-title,
.cm-resource-showcase + .cm-section-title + .cm-small-grid,
.cm-solutions-old-features {
    display: none;
}

.cm-features-carousel-section {
    padding-top: 68px;
    padding-bottom: 74px;
    background:
        linear-gradient(180deg, rgba(7, 44, 66, 0.98), rgba(4, 25, 40, 0.98)),
        #072c42;
}

.cm-features-carousel-section::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(105, 211, 255, 0.08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(105, 211, 255, 0.06) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: radial-gradient(circle at 50% 50%, #000 0%, transparent 72%);
    opacity: 0.4;
}

.cm-features-title {
    max-width: 760px;
    margin: 0 auto 26px;
}

.cm-feature-carousel {
    position: relative;
    z-index: 1;
    width: min(1180px, 100%);
    margin: 0 auto;
    padding: 18px;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(105, 211, 255, 0.12), rgba(31, 69, 216, 0.08) 45%, rgba(255, 255, 255, 0.04)),
        rgba(4, 21, 34, 0.74);
    border: 1px solid rgba(105, 211, 255, 0.16);
    box-shadow:
        0 0 0 1px rgba(31, 69, 216, 0.16),
        0 28px 80px rgba(0, 0, 0, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.cm-feature-carousel::before {
    content: "";
    position: absolute;
    inset: -40% -20%;
    background:
        radial-gradient(circle at 18% 30%, rgba(0, 190, 250, 0.2), transparent 22%),
        radial-gradient(circle at 82% 20%, rgba(31, 69, 216, 0.22), transparent 24%),
        conic-gradient(from 180deg at 50% 50%, transparent, rgba(105, 211, 255, 0.08), transparent 30%);
    animation: cm-orbit-light 14s linear infinite;
    pointer-events: none;
}

.cm-feature-carousel__hud {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 4px 4px 16px;
}

.cm-feature-carousel__hud span {
    display: block;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cm-feature-carousel__hud strong {
    display: block;
    margin-top: 2px;
    color: #7bd7ff;
    font-size: 1.8rem;
    line-height: 1;
    text-shadow: 0 0 24px rgba(105, 211, 255, 0.42);
}

.cm-feature-carousel__controls {
    display: flex;
    gap: 10px;
}

.cm-feature-carousel__controls button {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(105, 211, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18), inset 0 0 18px rgba(105, 211, 255, 0.06);
    transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.cm-feature-carousel__controls button:hover {
    transform: translateY(-2px) scale(1.04);
    background: rgba(0, 190, 250, 0.18);
    border-color: rgba(123, 215, 255, 0.56);
    box-shadow: 0 0 24px rgba(105, 211, 255, 0.18), 0 18px 32px rgba(0, 0, 0, 0.2);
}

.cm-feature-carousel__controls span {
    color: inherit;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
}

.cm-feature-carousel__viewport {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.cm-feature-carousel__track {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 8px 4px 18px;
}

.cm-feature-carousel__track::-webkit-scrollbar {
    display: none;
}

.cm-feature-slide {
    flex: 0 0 clamp(260px, 30vw, 342px);
    min-height: 430px;
    scroll-snap-align: start;
}

.cm-feature-carousel .cm-small-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(247, 252, 255, 0.98), rgba(226, 237, 245, 0.96));
    border: 1px solid rgba(123, 215, 255, 0.18);
    color: #15324a;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.08),
        0 22px 48px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    isolation: isolate;
    transform-style: preserve-3d;
}

.cm-feature-carousel .cm-small-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(90deg, rgba(0, 190, 250, 0.42), transparent 30%, transparent 70%, rgba(31, 69, 216, 0.36)),
        linear-gradient(180deg, rgba(105, 211, 255, 0.3), transparent 28%);
    opacity: 0;
    transition: opacity 0.28s ease;
    pointer-events: none;
    z-index: 2;
}

.cm-feature-carousel .cm-small-card:hover::before {
    opacity: 1;
}

.cm-small-card__scan {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(0, 190, 250, 0.2), transparent);
    transform: translateY(-105%);
    opacity: 0;
    pointer-events: none;
    z-index: 3;
}

.cm-feature-carousel .cm-small-card:hover .cm-small-card__scan {
    opacity: 1;
    animation: cm-scanline 1.6s ease;
}

.cm-small-card__media {
    position: relative;
    min-height: 178px;
    border-radius: 16px;
    background: #e8f1f8;
    overflow: hidden;
}

.cm-small-card__media::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 12px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #00befa, #1f45d8, transparent);
    box-shadow: 0 0 18px rgba(0, 190, 250, 0.7);
}

.cm-feature-carousel .cm-small-card img {
    height: 178px;
    object-fit: cover;
    border-radius: 16px;
    transform: scale(1.01);
    transition: transform 0.45s ease, filter 0.45s ease;
}

.cm-feature-carousel .cm-small-card:hover img {
    transform: scale(1.07);
    filter: saturate(1.1) contrast(1.04);
}

.cm-small-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px 14px 8px;
}

.cm-small-card__body > span {
    width: fit-content;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(31, 69, 216, 0.08);
    color: #1f45d8;
    font-size: 0.64rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cm-feature-carousel .cm-small-card h3 {
    margin: 14px 0 8px;
    color: #122f47;
    font-size: 1.02rem;
    line-height: 1.18;
}

.cm-feature-carousel .cm-small-card p {
    margin: 0;
    color: #577086;
    font-size: 0.82rem;
    line-height: 1.55;
}

.cm-feature-carousel .cm-resource-card__link {
    margin-top: auto;
    padding-top: 18px;
}

.cm-feature-carousel__dots {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 8px;
    padding-top: 4px;
}

.cm-feature-carousel__dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
    cursor: pointer;
    transition: width 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.cm-feature-carousel__dots button.is-active {
    width: 34px;
    background: #7bd7ff;
    box-shadow: 0 0 18px rgba(105, 211, 255, 0.68);
}

@keyframes cm-orbit-light {
    to {
        transform: rotate(360deg);
    }
}

@keyframes cm-scanline {
    0% {
        transform: translateY(-105%);
    }

    100% {
        transform: translateY(105%);
    }
}

@media (max-width: 760px) {
    .cm-feature-carousel {
        padding: 14px;
        border-radius: 22px;
    }

    .cm-feature-carousel__hud {
        align-items: flex-start;
    }

    .cm-feature-slide {
        flex-basis: min(82vw, 320px);
        min-height: 410px;
    }
}

/* Clean pricing cards */

.cm-plans-showcase {
    padding-top: 68px;
    padding-bottom: 78px;
    background:
        radial-gradient(circle at 50% 0%, rgba(0, 190, 250, 0.08), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
}

.cm-plans-showcase .cm-page-grid--four {
    align-items: stretch;
    gap: 18px;
}

.cm-plan-card {
    gap: 18px;
    padding: 28px 24px 24px;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.96)),
        #ffffff;
    border: 1px solid rgba(18, 50, 74, 0.08);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.8) inset,
        0 18px 44px rgba(18, 50, 74, 0.08);
    transform: translateY(0);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.cm-plan-card::before {
    background:
        radial-gradient(circle at 100% 0%, rgba(0, 190, 250, 0.1), transparent 30%),
        linear-gradient(180deg, rgba(31, 69, 216, 0.04), transparent 24%);
    opacity: 1;
}

.cm-plan-card::after {
    background: linear-gradient(110deg, transparent 40%, rgba(255, 255, 255, 0.55) 50%, transparent 60%);
}

.cm-plan-card:hover {
    transform: translateY(-8px);
    border-color: rgba(31, 69, 216, 0.16);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 26px 58px rgba(18, 50, 74, 0.14),
        0 0 0 1px rgba(105, 211, 255, 0.08);
}

.cm-plan-card h2 {
    margin: 0;
    color: #14314a;
    font-size: clamp(1.25rem, 1.9vw, 1.75rem);
    line-height: 1.12;
    letter-spacing: 0;
}

.cm-plan-card p {
    color: #5b7388;
    font-size: 0.91rem;
    line-height: 1.62;
}

.cm-plan-card p b {
    color: #14314a;
    font-weight: 900;
}

.cm-plan-card .cm-page-list {
    gap: 11px;
}

.cm-plan-card .cm-page-list li {
    color: #536f86;
    font-size: 0.92rem;
    line-height: 1.48;
}

.cm-plan-card .cm-page-list li::before {
    top: 0.58em;
    width: 7px;
    height: 7px;
    background: #1f45d8;
    box-shadow: 0 0 12px rgba(31, 69, 216, 0.32);
}

.cm-plan-card__tag,
.cm-plan-card__badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cm-plan-card__tag {
    background: rgba(31, 69, 216, 0.08);
    color: #1f45d8;
}

.cm-plan-card__badge {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    background: #ffffff;
    color: #10324b;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
}

.cm-plan-card strong {
    color: #14314a;
    font-size: clamp(1.6rem, 2vw, 2rem);
    letter-spacing: -0.02em;
}

.cm-plan-card__footer {
    gap: 12px;
    padding-top: 8px;
}

.cm-plan-card__cta {
    min-height: 46px;
    font-size: 0.78rem;
}

.cm-plan-card--featured {
    border-color: rgba(31, 69, 216, 0.28);
    background:
        radial-gradient(circle at 94% 0%, rgba(123, 215, 255, 0.28), transparent 32%),
        linear-gradient(180deg, #315fee 0%, #173ec4 100%);
    box-shadow:
        0 26px 64px rgba(31, 69, 216, 0.24),
        0 0 0 1px rgba(105, 211, 255, 0.14);
}

.cm-plan-card--featured::before {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 32%),
        radial-gradient(circle at 0% 100%, rgba(105, 211, 255, 0.18), transparent 36%);
}

.cm-plan-card--featured:hover {
    border-color: rgba(105, 211, 255, 0.52);
    box-shadow:
        0 30px 72px rgba(31, 69, 216, 0.32),
        0 0 0 1px rgba(105, 211, 255, 0.28),
        0 0 34px rgba(105, 211, 255, 0.16);
}

.cm-plan-card--featured h2,
.cm-plan-card--featured strong {
    color: #ffffff;
}

.cm-plan-card--featured p,
.cm-plan-card--featured .cm-page-list li {
    color: rgba(255, 255, 255, 0.86);
}

.cm-plan-card--featured p b {
    color: #ffffff;
}

.cm-plan-card--featured .cm-plan-card__tag {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.cm-plan-card--featured .cm-page-list li::before {
    background: #7bd7ff;
    box-shadow: 0 0 14px rgba(123, 215, 255, 0.62);
}

.cm-plans-included {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(240px, 0.8fr) auto;
    align-items: center;
    gap: 24px;
    margin-top: 28px;
    padding: 28px;
    border-radius: 18px;
    background:
        radial-gradient(circle at 100% 0%, rgba(0, 190, 250, 0.12), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #eef8ff 100%);
    border: 1px solid rgba(18, 50, 74, 0.08);
    box-shadow: 0 18px 44px rgba(18, 50, 74, 0.08);
}

.cm-plans-included span {
    display: block;
    margin-bottom: 8px;
    color: #1f45d8;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cm-plans-included h2 {
    margin: 0;
    color: #14314a;
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    line-height: 1.12;
    letter-spacing: 0;
}

.cm-plans-included .cm-page-list {
    margin: 0;
    gap: 10px;
}

.cm-plans-included .cm-page-list li {
    color: #536f86;
}

@media (max-width: 1100px) {
    .cm-plans-showcase .cm-page-grid--four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cm-plans-included {
        grid-template-columns: 1fr;
        align-items: start;
    }
}

@media (max-width: 640px) {
    .cm-plans-showcase .cm-page-grid--four {
        grid-template-columns: 1fr;
    }

    .cm-plan-card {
        padding: 24px 20px 22px;
    }

    .cm-plans-included {
        padding: 24px 20px;
    }
}

/* Hero futuristic upgrade */

.cm-hero {
    position: relative;
    min-height: calc(100svh - 74px);
    padding: 54px 0 72px;
    isolation: isolate;
    background:
        linear-gradient(90deg, rgba(105, 211, 255, 0.055) 1px, transparent 1px),
        linear-gradient(180deg, rgba(105, 211, 255, 0.045) 1px, transparent 1px),
        radial-gradient(ellipse 78% 38% at 50% 0%, rgba(0, 190, 250, 0.16), transparent 58%),
        linear-gradient(180deg, #082f49 0%, #06283d 48%, #052437 100%);
    background-size: 72px 72px, 72px 72px, auto, auto;
}

.cm-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(120deg, transparent 8%, rgba(123, 215, 255, 0.1) 9%, transparent 11%),
        linear-gradient(240deg, transparent 12%, rgba(31, 69, 216, 0.12) 13%, transparent 15%),
        repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 7px);
    opacity: 0.48;
    animation: cm-hero-scan 13s linear infinite;
}

.cm-hero > .cm-shell {
    position: relative;
    z-index: 2;
}

.cm-hero__ambient {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.cm-hero__ambient span {
    position: absolute;
    width: 44vw;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(123, 215, 255, 0.72), transparent);
    box-shadow: 0 0 20px rgba(105, 211, 255, 0.32);
    opacity: 0.42;
    animation: cm-hero-laser 7s ease-in-out infinite;
}

.cm-hero__ambient span:nth-child(1) {
    left: -8vw;
    top: 24%;
}

.cm-hero__ambient span:nth-child(2) {
    right: -10vw;
    top: 38%;
    animation-delay: -2.5s;
}

.cm-hero__ambient span:nth-child(3) {
    left: 28vw;
    bottom: 18%;
    width: 34vw;
    animation-delay: -4.4s;
}

.cm-hero .cm-chip {
    position: relative;
    padding: 9px 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.05)),
        rgba(123, 215, 255, 0.08);
    border: 1px solid rgba(123, 215, 255, 0.2);
    box-shadow: 0 0 28px rgba(105, 211, 255, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.cm-hero .cm-chip::before {
    content: "";
    width: 7px;
    height: 7px;
    margin-right: 9px;
    border-radius: 999px;
    background: #7bd7ff;
    box-shadow: 0 0 14px rgba(123, 215, 255, 0.9);
}

.cm-hero h1 {
    max-width: 980px;
    margin-inline: auto;
    text-shadow: 0 0 34px rgba(123, 215, 255, 0.12);
}

.cm-hero > .cm-shell > p:not(.cm-hero__proof) {
    max-width: 720px;
    color: rgba(232, 247, 255, 0.88);
}

.cm-hero__actions .cm-btn,
.cm-hero__actions .cm-link-arrow {
    min-height: 48px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18), 0 0 22px rgba(31, 69, 216, 0.16);
}

.cm-hero__actions .cm-link-arrow {
    border-color: rgba(123, 215, 255, 0.22);
    background: rgba(255, 255, 255, 0.06);
}

.cm-hero__visual {
    max-width: 980px;
    margin-top: 40px;
    padding: 12px;
    border-radius: 24px;
    perspective: 1200px;
}

.cm-hero__visual::before {
    opacity: 1;
    background:
        linear-gradient(90deg, rgba(123, 215, 255, 0.62), transparent 18%, transparent 82%, rgba(31, 69, 216, 0.52)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 34%);
    box-shadow: 0 0 34px rgba(105, 211, 255, 0.16);
}

.cm-hero__frame {
    position: absolute;
    inset: 0;
    border-radius: 26px;
    pointer-events: none;
    background:
        linear-gradient(90deg, #7bd7ff 0 70px, transparent 70px calc(100% - 70px), #1f45d8 calc(100% - 70px)),
        linear-gradient(90deg, #1f45d8 0 70px, transparent 70px calc(100% - 70px), #7bd7ff calc(100% - 70px));
    background-size: 100% 2px, 100% 2px;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    opacity: 0.8;
    filter: drop-shadow(0 0 14px rgba(123, 215, 255, 0.42));
}

.cm-hero__frame::before,
.cm-hero__frame::after {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 18px;
    width: 2px;
    background: linear-gradient(180deg, transparent, rgba(123, 215, 255, 0.8), transparent);
    box-shadow: 0 0 18px rgba(123, 215, 255, 0.42);
}

.cm-hero__frame::before {
    left: 0;
}

.cm-hero__frame::after {
    right: 0;
}

.cm-hero__panel {
    position: relative;
    z-index: 1;
    border-radius: 18px;
    box-shadow:
        0 0 0 1px rgba(123, 215, 255, 0.14),
        0 28px 72px rgba(0, 0, 0, 0.34),
        0 0 52px rgba(31, 69, 216, 0.18);
}

.cm-hero__hud {
    position: absolute;
    z-index: 3;
    display: grid;
    gap: 2px;
    min-width: 126px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(5, 32, 49, 0.76);
    border: 1px solid rgba(123, 215, 255, 0.22);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    text-align: left;
    animation: cm-hud-float 5.2s ease-in-out infinite;
}

.cm-hero__hud span {
    color: rgba(232, 247, 255, 0.64);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cm-hero__hud strong {
    color: #ffffff;
    font-size: 1.24rem;
    line-height: 1;
    text-shadow: 0 0 18px rgba(123, 215, 255, 0.42);
}

.cm-hero__hud--left {
    left: -18px;
    top: 24%;
}

.cm-hero__hud--right {
    right: -18px;
    bottom: 18%;
    animation-delay: -2s;
}

.cm-hero__metrics {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    width: min(820px, 100%);
    margin: 18px auto 0;
}

.cm-hero__metrics span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    color: rgba(232, 247, 255, 0.78);
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(123, 215, 255, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    font-size: 0.78rem;
    transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}

.cm-hero__metrics span::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #7bd7ff;
    box-shadow: 0 0 14px rgba(123, 215, 255, 0.82);
}

.cm-hero__metrics span:hover {
    transform: translateY(-3px);
    border-color: rgba(123, 215, 255, 0.34);
    background: rgba(123, 215, 255, 0.09);
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.14), 0 0 22px rgba(105, 211, 255, 0.12);
}

.cm-hero__metrics strong {
    color: #ffffff;
}

.cm-hero__proof {
    color: rgba(232, 247, 255, 0.82);
}

@keyframes cm-hero-scan {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }

    100% {
        background-position: 180px 0, -180px 0, 0 120px;
    }
}

@keyframes cm-hero-laser {
    0%,
    100% {
        transform: translateX(0);
        opacity: 0.2;
    }

    50% {
        transform: translateX(8vw);
        opacity: 0.62;
    }
}

@keyframes cm-hud-float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 980px) {
    .cm-hero {
        min-height: auto;
    }

    .cm-hero__hud {
        display: none;
    }
}

@media (max-width: 640px) {
    .cm-hero {
        padding-top: 34px;
        padding-bottom: 54px;
    }

    .cm-hero__visual {
        padding: 7px;
        border-radius: 18px;
    }

    .cm-hero__panel {
        border-radius: 14px;
    }

    .cm-hero__metrics {
        align-items: stretch;
        flex-direction: column;
    }

    .cm-hero__metrics span {
        justify-content: center;
        width: 100%;
    }
}

/* Full-home futuristic section polish */

.cm-white-section,
.cm-dark-section,
.cm-ecosystem {
    isolation: isolate;
}

.cm-white-section {
    background:
        radial-gradient(circle at 12% 8%, rgba(0, 190, 250, 0.08), transparent 30%),
        radial-gradient(circle at 88% 18%, rgba(31, 69, 216, 0.07), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.cm-dark-section {
    background:
        linear-gradient(90deg, rgba(105, 211, 255, 0.045) 1px, transparent 1px),
        linear-gradient(180deg, rgba(105, 211, 255, 0.035) 1px, transparent 1px),
        radial-gradient(circle at 8% 18%, rgba(0, 190, 250, 0.16), transparent 28%),
        radial-gradient(circle at 88% 22%, rgba(31, 69, 216, 0.18), transparent 30%),
        linear-gradient(180deg, #072c42 0%, #041d2e 100%);
    background-size: 64px 64px, 64px 64px, auto, auto, auto;
}

.cm-dark-section::before,
.cm-white-section::before,
.cm-ecosystem::before {
    background:
        linear-gradient(115deg, transparent 0 14%, rgba(123, 215, 255, 0.08) 15%, transparent 17% 100%),
        radial-gradient(circle at 50% 0%, rgba(123, 215, 255, 0.1), transparent 36%);
    opacity: 0.78;
}

.cm-dark-section::after,
.cm-white-section::after,
.cm-ecosystem::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: min(1040px, calc(100% - 32px));
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(123, 215, 255, 0.34), rgba(31, 69, 216, 0.22), transparent);
    box-shadow: 0 0 18px rgba(123, 215, 255, 0.22);
    pointer-events: none;
}

.cm-section-title {
    position: relative;
}

.cm-section-title::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -18px;
    width: 92px;
    height: 2px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #7bd7ff, transparent);
    box-shadow: 0 0 18px rgba(123, 215, 255, 0.42);
}

.cm-section-title--light::before {
    background: linear-gradient(90deg, transparent, #1f45d8, #00befa, transparent);
}

.cm-section-title span,
.cm-copy span {
    width: fit-content;
    margin-inline: auto;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(123, 215, 255, 0.08);
    border: 1px solid rgba(123, 215, 255, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.cm-copy span {
    margin-inline: 0;
}

.cm-feature-icons {
    gap: 18px;
}

.cm-mini-feature {
    overflow: hidden;
    min-height: 250px;
    padding: 22px 18px 20px;
    border: 1px solid rgba(18, 50, 74, 0.08);
    background:
        radial-gradient(circle at 90% 0%, rgba(0, 190, 250, 0.08), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.96));
}

.cm-mini-feature::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(31, 69, 216, 0.36), transparent 26%, transparent 74%, rgba(0, 190, 250, 0.36)),
        linear-gradient(180deg, rgba(0, 190, 250, 0.18), transparent 28%);
    opacity: 0;
    transition: opacity 0.28s ease;
}

.cm-mini-feature:hover::before {
    opacity: 1;
}

.cm-mini-feature img {
    padding: 10px;
    background: rgba(31, 69, 216, 0.08);
    box-shadow: 0 14px 24px rgba(31, 69, 216, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.52);
    transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.cm-mini-feature:hover img {
    transform: translateY(-4px) scale(1.07) rotate(-2deg);
    background: rgba(0, 190, 250, 0.12);
    box-shadow: 0 0 28px rgba(0, 190, 250, 0.22), 0 18px 32px rgba(31, 69, 216, 0.14);
}

.cm-split {
    position: relative;
}

.cm-split::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 12%;
    bottom: 12%;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(123, 215, 255, 0.24), transparent);
    box-shadow: 0 0 18px rgba(123, 215, 255, 0.2);
    pointer-events: none;
}

.cm-image-card {
    overflow: hidden;
    padding: 12px;
    border: 1px solid rgba(123, 215, 255, 0.12);
    background:
        linear-gradient(135deg, rgba(123, 215, 255, 0.1), rgba(255, 255, 255, 0.04)),
        rgba(255, 255, 255, 0.05);
}

.cm-image-card::after,
.cm-video-card::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 14px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #7bd7ff, #1f45d8, transparent);
    box-shadow: 0 0 20px rgba(123, 215, 255, 0.55);
    opacity: 0.72;
    pointer-events: none;
}

.cm-image-card img {
    transition: transform 0.42s ease, filter 0.42s ease;
}

.cm-image-card:hover img {
    transform: scale(1.045);
    filter: saturate(1.08) contrast(1.04);
}

.cm-pills {
    border: 1px solid rgba(123, 215, 255, 0.12);
    backdrop-filter: blur(12px);
}

.cm-pills button {
    min-height: 42px;
    padding: 0 20px;
}

.cm-pills .is-active {
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.15), transparent 34%),
        linear-gradient(135deg, #1f45d8, #00aeea);
    box-shadow: 0 0 24px rgba(0, 190, 250, 0.22), 0 16px 28px rgba(0, 0, 0, 0.16);
}

.cm-large-card {
    overflow: hidden;
    border: 1px solid rgba(123, 215, 255, 0.12);
    background:
        radial-gradient(circle at 96% 0%, rgba(0, 190, 250, 0.18), transparent 34%),
        linear-gradient(135deg, rgba(67, 96, 122, 0.86), rgba(24, 52, 76, 0.88));
}

.cm-large-card::after {
    content: "";
    position: absolute;
    inset: -30% -50%;
    background: linear-gradient(110deg, transparent 42%, rgba(255, 255, 255, 0.18) 50%, transparent 58%);
    transform: translateX(-140%) skewX(-18deg);
    opacity: 0;
    pointer-events: none;
}

.cm-large-card:hover::after {
    opacity: 1;
    animation: cm-sheen 1.1s ease;
}

.cm-large-card__media {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}

.cm-large-card__media::before {
    content: "";
    position: absolute;
    inset: 10px;
    z-index: 1;
    border-radius: 14px;
    border: 1px solid rgba(123, 215, 255, 0.2);
    box-shadow: inset 0 0 24px rgba(123, 215, 255, 0.1);
    pointer-events: none;
}

.cm-resource-showcase {
    position: relative;
}

.cm-resource-showcase::before {
    content: "";
    position: absolute;
    inset: -28px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 20% 18%, rgba(0, 190, 250, 0.1), transparent 30%),
        radial-gradient(circle at 80% 60%, rgba(31, 69, 216, 0.14), transparent 34%);
    filter: blur(10px);
    pointer-events: none;
}

.cm-resource-card {
    border: 1px solid rgba(123, 215, 255, 0.12);
    background:
        linear-gradient(180deg, rgba(80, 112, 136, 0.86), rgba(31, 56, 78, 0.9));
}

.cm-resource-card.is-active {
    background:
        radial-gradient(circle at 92% 0%, rgba(0, 190, 250, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(78, 112, 138, 0.92), rgba(28, 54, 78, 0.94));
}

.cm-resource-card__image {
    position: relative;
    border: 1px solid rgba(123, 215, 255, 0.1);
}

.cm-resource-card__image::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 10px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #7bd7ff, transparent);
    box-shadow: 0 0 16px rgba(123, 215, 255, 0.6);
}

.cm-video-card {
    width: min(1020px, 100%);
    margin-inline: auto;
    padding: 12px;
    border: 1px solid rgba(123, 215, 255, 0.12);
    background:
        radial-gradient(circle at 80% 0%, rgba(0, 190, 250, 0.14), transparent 30%),
        rgba(255, 255, 255, 0.06);
}

.cm-play {
    box-shadow: 0 0 0 10px rgba(0, 190, 250, 0.08), 0 0 34px rgba(0, 190, 250, 0.38);
}

.cm-ecosystem-grid,
.cm-case-grid,
.cm-result-grid,
.cm-faq-grid,
.cm-contact-callout {
    position: relative;
}

.cm-ecosystem-grid::after,
.cm-case-grid::after,
.cm-result-grid::after,
.cm-faq-grid::after {
    content: "";
    position: absolute;
    inset: -22px;
    z-index: -1;
    border-radius: 34px;
    background: radial-gradient(circle at center, rgba(123, 215, 255, 0.08), transparent 70%);
    filter: blur(18px);
    pointer-events: none;
}

.cm-ecosystem-card,
.cm-case-card,
.cm-result-item,
.cm-faq-item {
    overflow: hidden;
    border: 1px solid rgba(123, 215, 255, 0.12);
    background:
        radial-gradient(circle at 90% 0%, rgba(0, 190, 250, 0.11), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
}

.cm-ecosystem-card span,
.cm-result-item img {
    box-shadow: 0 0 26px rgba(123, 215, 255, 0.14);
}

.cm-case-card {
    padding: 28px 24px;
}

.cm-case-card a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    margin-top: 20px;
    padding: 0 15px;
    border-radius: 999px;
    background: rgba(123, 215, 255, 0.08);
    border: 1px solid rgba(123, 215, 255, 0.14);
    color: #b6ebff;
    font-size: 0.8rem;
    font-weight: 800;
    transition: transform 0.24s ease, background 0.24s ease, color 0.24s ease, box-shadow 0.24s ease;
}

.cm-case-card a:hover {
    transform: translateY(-2px);
    color: #ffffff;
    background: rgba(0, 190, 250, 0.16);
    box-shadow: 0 0 24px rgba(123, 215, 255, 0.16);
}

.cm-result-item {
    padding: 24px 20px;
}

.cm-result-item img {
    padding: 10px;
    border-radius: 18px;
    background: rgba(123, 215, 255, 0.08);
}

.cm-guarantee {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(123, 215, 255, 0.14);
    background:
        radial-gradient(circle at 90% 0%, rgba(0, 190, 250, 0.18), transparent 32%),
        linear-gradient(135deg, rgba(36, 78, 108, 0.9), rgba(10, 39, 60, 0.92));
    box-shadow: 0 26px 64px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.cm-guarantee::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(123, 215, 255, 0.18) 1px, transparent 1px),
        linear-gradient(180deg, rgba(123, 215, 255, 0.12) 1px, transparent 1px);
    background-size: 46px 46px;
    opacity: 0.14;
}

.cm-guarantee__badge {
    border: 1px solid rgba(123, 215, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18), 0 0 24px rgba(123, 215, 255, 0.1);
}

.cm-faq-item {
    border-radius: 18px;
    backdrop-filter: blur(14px);
}

.cm-faq-item summary {
    transition: color 0.22s ease, padding-left 0.22s ease;
}

.cm-faq-item:hover summary {
    color: #7bd7ff;
    padding-left: 4px;
}

.cm-contact-callout {
    border-radius: 28px;
    padding: 34px;
    border: 1px solid rgba(123, 215, 255, 0.12);
    background:
        radial-gradient(circle at 0% 0%, rgba(0, 190, 250, 0.14), transparent 32%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.cm-contact-form__field input,
.cm-contact-form__field textarea,
.cm-contact-form__field select {
    border-color: rgba(123, 215, 255, 0.14);
    background: rgba(255, 255, 255, 0.96);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.cm-contact-form__field input:focus,
.cm-contact-form__field textarea:focus,
.cm-contact-form__field select:focus {
    transform: translateY(-1px);
    border-color: rgba(0, 190, 250, 0.48);
    box-shadow: 0 0 0 4px rgba(0, 190, 250, 0.1), 0 12px 24px rgba(0, 0, 0, 0.08);
    outline: 0;
}

.cm-map-section {
    position: relative;
}

.cm-map-section::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: 1;
    height: 2px;
    background: linear-gradient(90deg, transparent, #7bd7ff, #1f45d8, transparent);
    box-shadow: 0 0 20px rgba(123, 215, 255, 0.42);
    pointer-events: none;
}

@media (max-width: 980px) {
    .cm-split::before {
        display: none;
    }

    .cm-contact-callout {
        padding: 24px;
    }
}

.whatsapp-float:hover,
.instagram-float:hover {
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 24px 42px rgba(7, 44, 66, 0.22);
    filter: saturate(1.06);
}

.whatsapp-float .icon,
.instagram-float .icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
}

.whatsapp-float .icon {
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-miterlimit: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.instagram-float .icon {
    fill: #ffffff;
}

@keyframes float-pulse-green {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 200, 83, 0.42), 0 18px 34px rgba(7, 44, 66, 0.18);
    }

    50% {
        box-shadow: 0 0 0 18px rgba(0, 200, 83, 0), 0 18px 34px rgba(7, 44, 66, 0.18);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 200, 83, 0), 0 18px 34px rgba(7, 44, 66, 0.18);
    }
}

@keyframes float-pulse-pink {
    0% {
        box-shadow: 0 0 0 0 rgba(239, 55, 56, 0.38), 0 18px 34px rgba(7, 44, 66, 0.18);
    }

    50% {
        box-shadow: 0 0 0 18px rgba(239, 55, 56, 0), 0 18px 34px rgba(7, 44, 66, 0.18);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(239, 55, 56, 0), 0 18px 34px rgba(7, 44, 66, 0.18);
    }
}

@media (max-width: 760px) {
    .whatsapp-float,
    .instagram-float {
        right: 16px;
        width: 54px;
        height: 54px;
    }

    .whatsapp-float {
        bottom: 96px;
    }

    .instagram-float {
        bottom: 28px;
    }

    .whatsapp-float .icon,
    .instagram-float .icon {
        width: 27px;
        height: 27px;
        flex-basis: 27px;
    }
}

/* Scroll performance layer */
.cm-white-section,
.cm-dark-section,
.cm-ecosystem,
.cm-plans-showcase,
.cm-feature-carousel-section,
.cm-map-section {
    content-visibility: auto;
    contain-intrinsic-size: 760px;
}

.cm-header,
.cm-mobile-nav,
.cm-hero__hud,
.cm-contact-callout,
.cm-faq-item {
    backdrop-filter: none;
}

.cm-cursor-glow {
    filter: blur(8px);
}

.cm-image-card img,
.cm-video-card img,
.cm-resource-card__image img,
.cm-hero__panel,
.cm-hero__phone {
    will-change: auto;
}

:root.is-scrolling .cm-cursor-glow,
:root.is-scrolling .cm-white-section::before,
:root.is-scrolling .cm-dark-section::before,
:root.is-scrolling .cm-dark-section::after,
:root.is-scrolling .cm-ecosystem::before,
:root.is-scrolling .cm-ecosystem::after,
:root.is-scrolling .cm-hero__ambient,
:root.is-scrolling .cm-hero__laser,
:root.is-scrolling .cm-feature-slide::after,
:root.is-scrolling .cm-resource-card__image::after,
:root.is-scrolling .cm-contact-callout::before,
:root.is-scrolling .cm-map-section::before {
    opacity: 0.18;
}

:root.is-scrolling .cm-hero::after,
:root.is-scrolling .cm-hero__frame::before,
:root.is-scrolling .cm-hero__dot,
:root.is-scrolling .cm-hero__hud,
:root.is-scrolling .cm-floating-badge,
:root.is-scrolling .cm-card-orbit::before,
:root.is-scrolling .cm-phone-card,
:root.is-scrolling .cm-feature-orbit::before,
:root.is-scrolling .whatsapp-float,
:root.is-scrolling .instagram-float {
    animation-play-state: paused;
}

:root.is-scrolling .cm-mini-feature,
:root.is-scrolling .cm-small-card,
:root.is-scrolling .cm-large-card,
:root.is-scrolling .cm-resource-card,
:root.is-scrolling .cm-video-card,
:root.is-scrolling .cm-ecosystem-card,
:root.is-scrolling .cm-case-card,
:root.is-scrolling .cm-plan-card,
:root.is-scrolling .cm-guarantee,
:root.is-scrolling .cm-faq-item,
:root.is-scrolling .cm-contact-callout__form,
:root.is-scrolling .cm-hero__metrics span {
    box-shadow: 0 10px 24px rgba(7, 44, 66, 0.08);
    transition-duration: 0.12s;
}

:root.is-scrolling .cm-image-card img,
:root.is-scrolling .cm-video-card img,
:root.is-scrolling .cm-resource-card__image img {
    transform: translate3d(0, 0, 0);
    filter: none;
}

@media (max-width: 980px) {
    .cm-white-section,
    .cm-dark-section,
    .cm-ecosystem,
    .cm-plans-showcase,
    .cm-feature-carousel-section,
    .cm-map-section {
        contain-intrinsic-size: 980px;
    }

    .cm-hero::after,
    .cm-white-section::before,
    .cm-dark-section::before,
    .cm-dark-section::after,
    .cm-ecosystem::before,
    .cm-ecosystem::after,
    .cm-contact-callout::before,
    .cm-resource-card__image::after,
    .cm-feature-slide::after {
        animation: none;
    }

    .cm-hero__ambient,
    .cm-card-orbit::before,
    .cm-feature-orbit::before {
        filter: none;
        opacity: 0.22;
    }

    .cm-hero__hud,
    .cm-contact-callout,
    .cm-faq-item,
    .cm-mobile-nav {
        backdrop-filter: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
