/* ----------------------------------------------------------------
    CALM MCP – product page (DE /calm-mcp/, EN /en/calm-mcp/)
    Prefix cm-. Brand: the CALMCP wordmark on its sky and deep blues.
-----------------------------------------------------------------*/
:root {
    --cm-deep: #041a44;
    --cm-navy: #06245c;
    --cm-sky: #0a56b8;
    --cm-sky-2: #2f7cf0;
    --cm-ice: #9cc8ff;
    --cm-card: rgba(255, 255, 255, 0.045);
    --cm-card-hover: rgba(255, 255, 255, 0.075);
    --cm-line: rgba(255, 255, 255, 0.1);
    --cm-line-strong: rgba(255, 255, 255, 0.22);
    --cm-text: rgba(255, 255, 255, 0.94);
    --cm-muted: rgba(226, 236, 255, 0.72);
    --cm-faint: rgba(226, 236, 255, 0.5);
    --cm-accent: linear-gradient(90deg, #fff, var(--cm-ice));
    --cm-paper: #fff;
    --cm-font: 'Montserrat', 'Avenir Next', 'Segoe UI', system-ui, sans-serif;
}

html { scroll-behavior: smooth; }

body.stretched { background: var(--cm-deep); }

.cm-page {
    background: var(--cm-deep);
    color: var(--cm-text);
    overflow: hidden;
    font-size: 17px;
}

.cm-page p { color: var(--cm-muted); line-height: 1.75; }
.cm-page h1, .cm-page h2, .cm-page h3 { color: #fff; font-family: var(--cm-font); }
.cm-page a:not(.cm-btn) { color: var(--cm-ice); }
.cm-page a:not(.cm-btn):hover { color: #fff; }
.cm-page code {
    font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
    font-size: .88em;
    color: #cfe3ff;
    background: rgba(156, 200, 255, .1);
    padding: .1em .4em;
    border-radius: 5px;
    word-break: break-word;
}

.cm-section { position: relative; padding: 110px 0; }
.cm-section-alt {
    background:
        radial-gradient(900px 500px at 100% 0%, rgba(47, 124, 240, .16), transparent 65%),
        var(--cm-navy);
    border-top: 1px solid var(--cm-line);
    border-bottom: 1px solid var(--cm-line);
}

.cm-center { text-align: center; max-width: 820px; margin-left: auto; margin-right: auto; }

.cm-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--cm-font);
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--cm-ice) !important;
    margin-bottom: 16px;
}

.cm-kicker::before { content: ''; width: 30px; height: 3px; border-radius: 2px; background: var(--cm-accent); }

.cm-h2 {
    font-size: clamp(32px, 4.4vw, 50px);
    line-height: 1.1;
    letter-spacing: -1px;
    font-weight: 700;
    margin-bottom: 22px;
}

.cm-lead { font-size: 19px; }
.cm-note { font-size: 13px !important; color: var(--cm-faint) !important; margin-top: 14px; }

/* ---------- Buttons ---------- */
.cm-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.cm-actions-center { justify-content: center; }

.cm-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 56px;
    padding: 0 30px;
    border-radius: 30px;
    font-family: var(--cm-font);
    font-size: 16px;
    font-weight: 700;
    color: var(--cm-deep) !important;
    background: #fff;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    box-shadow: 0 14px 40px -12px rgba(0, 0, 0, .55);
}

.cm-btn:hover { transform: translateY(-2px); box-shadow: 0 20px 50px -12px rgba(0, 0, 0, .7); }

.cm-btn-ghost {
    color: #fff !important;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .55);
    backdrop-filter: blur(8px);
    box-shadow: none;
}

.cm-btn-ghost:hover { background: rgba(255, 255, 255, .14); box-shadow: none; }

/* ---------- Hero ---------- */
.cm-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 150px 0 110px;
    isolation: isolate;
    background:
        radial-gradient(1100px 700px at 78% 45%, rgba(47, 124, 240, .55), transparent 62%),
        radial-gradient(900px 600px at 10% 100%, rgba(10, 86, 184, .45), transparent 60%),
        linear-gradient(160deg, #05307a 0%, #0a56b8 48%, #05307a 100%);
}

.cm-hero::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 180px;
    z-index: -1;
    background: linear-gradient(180deg, transparent, var(--cm-deep));
}

.cm-hero-grid {
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image:
        linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 64px 64px;
    -webkit-mask-image: radial-gradient(ellipse at 72% 45%, #000 10%, transparent 68%);
    mask-image: radial-gradient(ellipse at 72% 45%, #000 10%, transparent 68%);
}

/* The CALMCP logo: the wordmark on its own */
.cm-logo {
    display: flex;
    justify-content: center;
    font-family: "Avenir Next", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
    color: var(--cm-paper);
}

/* wordmark: calm sits in a white block with the letters cut out of it,
   mcp carries on in white, the two overlapping on the m they share */
.wordmark {
    display: inline-grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto clamp(10px, 1.2vw, 16px);
    align-items: baseline;
    margin: 0;
    font-size: clamp(3.4rem, 7.4vw, 7.2rem);
    line-height: .94;
    letter-spacing: -.005em;
    text-transform: uppercase;
}

/* black on white, screened over the blue, reads as a punched-out letter */
.wordmark .lead, .wordmark .pivot {
    background: var(--cm-paper);
    color: #000;
    mix-blend-mode: screen;
    text-shadow: none;
}

.wordmark .lead {
    grid-area: 1 / 1;
    font-size: inherit;
    font-weight: 300;
    margin: 0;
    padding: .07em 0 .03em .09em;
}

.wordmark .pivot {
    grid-area: 1 / 2;
    font-weight: 800;
    letter-spacing: .005em;
    padding: .07em .08em .03em 0;
}

.wordmark .tail {
    grid-area: 1 / 3;
    font-weight: 800;
    letter-spacing: .005em;
    padding-left: .06em;
    color: var(--cm-paper);
    text-shadow: 0 4px 40px rgba(3, 20, 60, .5);
}

/* the second word, underlined from the shared letter onwards */
.wordmark .bar {
    grid-row: 2;
    grid-column: 2 / 4;
    align-self: end;
    height: 3px;
    width: 100%;
    background: var(--cm-paper);
}

.cm-hero .cm-kicker { color: #fff !important; }

.cm-hero-title {
    font-size: clamp(34px, 4.6vw, 58px);
    line-height: 1.06;
    letter-spacing: -1.5px;
    font-weight: 700;
    margin-bottom: 22px;
    text-shadow: 0 4px 40px rgba(3, 20, 60, .45);
}

.cm-hero-lead {
    font-size: clamp(17px, 1.7vw, 20px);
    color: rgba(255, 255, 255, .88) !important;
    max-width: 640px;
    margin-bottom: 36px;
}

.cm-hero-lead strong { color: #fff; }

.cm-facts {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 22px 0;
    margin: 48px 0 0;
    padding: 26px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .28);
}

.cm-facts li { padding-right: 30px; margin-right: 30px; border-right: 1px solid rgba(255, 255, 255, .28); }
.cm-facts li:last-child { border-right: 0; margin-right: 0; padding-right: 0; }
.cm-facts strong { display: block; font-family: var(--cm-font); font-size: 28px; line-height: 1.1; color: #fff; }
.cm-facts span { font-size: 12px; color: rgba(255, 255, 255, .72); text-transform: uppercase; letter-spacing: 1.5px; }

/* ---------- Marquee ---------- */
.cm-marquee {
    border-bottom: 1px solid var(--cm-line);
    padding: 24px 0;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.cm-marquee-track { display: flex; width: max-content; animation: cmMarquee 55s linear infinite; }
.cm-marquee-track span {
    display: inline-flex;
    align-items: center;
    padding: 0 30px;
    font-family: var(--cm-font);
    font-size: 19px;
    font-weight: 700;
    color: rgba(226, 236, 255, .45);
    white-space: nowrap;
}

.cm-marquee-track span::after { content: '◆'; font-size: 9px; color: var(--cm-sky-2); margin-left: 30px; }

@keyframes cmMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Architecture flow ---------- */
.cm-flow { position: relative; padding: 10px 0; }

.cm-flow-node {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 24px;
    border-radius: 18px;
    background: var(--cm-card);
    border: 1px solid var(--cm-line);
}

.cm-flow-node b { display: block; font-family: var(--cm-font); font-size: 18px; color: #fff; }
.cm-flow-node small { display: block; color: var(--cm-faint); font-size: 14px; line-height: 1.5; margin-top: 3px; word-break: break-word; }

.cm-flow-step {
    flex: 0 0 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-family: var(--cm-font);
    font-weight: 700;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    border: 1px solid var(--cm-line-strong);
}

.cm-flow-core {
    background: linear-gradient(135deg, rgba(10, 86, 184, .55), rgba(47, 124, 240, .25));
    border-color: rgba(156, 200, 255, .5);
    box-shadow: 0 24px 60px -24px rgba(47, 124, 240, .8);
}

.cm-flow-core .cm-flow-step { background: #fff; color: var(--cm-sky); border-color: #fff; }

.cm-flow-link { position: relative; height: 58px; margin-left: 44px; border-left: 2px dashed rgba(156, 200, 255, .45); }
.cm-flow-link span {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--cm-faint);
}

/* ---------- Checks ---------- */
.cm-checks { list-style: none; padding: 0; margin: 26px 0 0; }
.cm-checks li { position: relative; padding: 0 0 14px 34px; color: var(--cm-muted); line-height: 1.65; }
.cm-checks li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--cm-sky-2) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 12px no-repeat;
}

/* ---------- Chat demo ---------- */
.cm-chat {
    position: relative;
    border-radius: 18px;
    background: rgba(3, 14, 38, .92);
    border: 1px solid var(--cm-line-strong);
    box-shadow: 0 40px 90px -30px rgba(0, 0, 0, .9), 0 0 0 1px rgba(47, 124, 240, .12);
    overflow: hidden;
}

.cm-chat::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--cm-accent); }

.cm-chat-bar { display: flex; align-items: center; gap: 8px; padding: 15px 18px; border-bottom: 1px solid var(--cm-line); }
.cm-chat-bar i { width: 11px; height: 11px; border-radius: 50%; background: rgba(255, 255, 255, .18); }
.cm-chat-bar span { margin-left: auto; font-size: 12px; color: var(--cm-faint); font-family: ui-monospace, 'SF Mono', Menlo, monospace; }

.cm-chat-body { padding: 24px; min-height: 400px; display: flex; flex-direction: column; gap: 14px; }

.cm-msg, .cm-tool {
    opacity: 0;
    transform: translateY(6px);
    transition: opacity .35s ease, transform .35s ease;
}

.cm-msg.on, .cm-tool.on { opacity: 1; transform: none; }

.cm-msg { max-width: 88%; padding: 13px 17px; border-radius: 16px; font-size: 15px; line-height: 1.6; }
.cm-user { align-self: flex-end; background: var(--cm-sky); color: #fff; border-bottom-right-radius: 4px; }
.cm-bot { align-self: flex-start; background: rgba(255, 255, 255, .07); color: var(--cm-text); border-bottom-left-radius: 4px; }
.cm-bot b { color: #fff; }

.cm-tool {
    align-self: flex-start;
    max-width: 100%;
    font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
    font-size: 12.5px;
    line-height: 1.6;
    color: var(--cm-faint);
    padding: 10px 14px;
    border-left: 2px solid var(--cm-sky-2);
    background: rgba(47, 124, 240, .08);
    border-radius: 0 10px 10px 0;
    word-break: break-word;
}

.cm-tool b { color: var(--cm-ice); font-weight: 700; }
.cm-tool em { display: block; font-style: normal; color: #7ee2a8; }

.cm-typing { display: inline-flex; gap: 4px; }
.cm-typing i { width: 6px; height: 6px; border-radius: 50%; background: var(--cm-faint); animation: cmDot 1s infinite; }
.cm-typing i:nth-child(2) { animation-delay: .15s; }
.cm-typing i:nth-child(3) { animation-delay: .3s; }
@keyframes cmDot { 0%, 100% { opacity: .25; } 50% { opacity: 1; } }

/* ---------- Cards ---------- */
.cm-card, .cm-case {
    position: relative;
    height: 100%;
    padding: 34px 30px;
    border-radius: 22px;
    background: var(--cm-card);
    border: 1px solid var(--cm-line);
    transition: transform .3s ease, background .3s ease, border-color .3s ease;
}

.cm-card:hover, .cm-case:hover { transform: translateY(-4px); background: var(--cm-card-hover); border-color: rgba(156, 200, 255, .38); }

.cm-card h3, .cm-case h3 { font-size: 21px; line-height: 1.3; margin: 18px 0 10px; }
.cm-case h3 { margin-top: 0; }
.cm-card p, .cm-case p { font-size: 16px; margin-bottom: 0; }

.cm-page .cm-tool-name {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, var(--cm-sky), var(--cm-sky-2));
    padding: 7px 13px;
    border-radius: 9px;
}

.cm-card-new { border-color: rgba(247, 224, 60, .35); }

.cm-badge {
    position: absolute;
    top: 22px;
    right: 22px;
    font-family: var(--cm-font);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1b1b2a;
    background: #f7e03c;
    padding: 4px 10px;
    border-radius: 20px;
}

.cm-coverage {
    margin-top: 60px;
    padding: 40px;
    border-radius: 26px;
    border: 1px solid var(--cm-line);
    background: linear-gradient(135deg, rgba(10, 86, 184, .22), rgba(255, 255, 255, .02));
}

.cm-coverage h3 { font-size: 22px; margin-bottom: 22px; }
.cm-coverage ul { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; }
.cm-coverage li {
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 30px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid var(--cm-line);
    color: var(--cm-text);
}

.cm-coverage em { color: var(--cm-faint); }

/* ---------- Use cases ---------- */
.cm-case { display: flex; flex-direction: column; }
.cm-case p { margin-bottom: 18px; }

.cm-prompt {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 10px;
    padding: 13px 44px 13px 16px;
    font-size: 14.5px;
    line-height: 1.5;
    color: var(--cm-text);
    background: rgba(3, 14, 38, .55);
    border: 1px solid var(--cm-line);
    border-radius: 12px;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease;
}

.cm-prompt::before { content: '“'; color: var(--cm-ice); font-weight: 700; margin-right: 2px; }
.cm-prompt::after {
    content: '';
    position: absolute;
    right: 14px;
    top: 14px;
    width: 16px;
    height: 16px;
    opacity: .5;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='9' y='9' width='12' height='12' rx='2'/%3E%3Cpath d='M5 15V5a2 2 0 0 1 2-2h10'/%3E%3C/svg%3E") center / contain no-repeat;
}

.cm-prompt:hover, .cm-prompt:focus-visible { border-color: rgba(156, 200, 255, .55); background: rgba(10, 86, 184, .25); outline: none; }
.cm-prompt:hover::after { opacity: 1; }
.cm-prompt.copied { border-color: #62c94a; }

/* ---------- Installation ---------- */
.cm-prereq {
    margin: 50px 0 30px;
    padding: 32px 36px;
    border-radius: 22px;
    background: var(--cm-card);
    border: 1px solid var(--cm-line);
}

.cm-prereq h3 { font-size: 20px; margin-bottom: 18px; }
.cm-prereq b { display: block; font-family: var(--cm-font); color: #fff; margin-bottom: 6px; }
.cm-prereq p { font-size: 15.5px; margin: 0; }

.cm-tablist {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid var(--cm-line);
}

.cm-tablist button {
    flex: 1 1 200px;
    padding: 14px 18px;
    font-family: var(--cm-font);
    font-size: 15px;
    font-weight: 700;
    color: var(--cm-muted);
    background: transparent;
    border: 0;
    border-radius: 12px;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}

.cm-tablist button:hover { color: #fff; background: rgba(255, 255, 255, .06); }
.cm-tablist button[aria-selected="true"] { color: var(--cm-deep); background: #fff; }
.cm-tablist button:focus-visible { outline: 2px solid var(--cm-ice); outline-offset: 2px; }

.cm-panel {
    margin-top: 18px;
    padding: 40px;
    border-radius: 22px;
    background: var(--cm-card);
    border: 1px solid var(--cm-line);
}

.cm-panel h3 { font-size: 24px; margin-bottom: 12px; }
.cm-hint { font-size: 14.5px !important; color: var(--cm-faint) !important; margin: 18px 0 0; }

.cm-steps { counter-reset: cmstep; list-style: none; padding: 0; margin: 24px 0 0; }
.cm-steps li { counter-increment: cmstep; position: relative; padding: 0 0 18px 50px; color: var(--cm-muted); line-height: 1.7; }
.cm-steps li::before {
    content: counter(cmstep);
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-family: var(--cm-font);
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    background: var(--cm-sky);
}

.cm-steps b { color: #fff; }

.cm-code { margin: 22px 0; border-radius: 14px; overflow: hidden; border: 1px solid var(--cm-line-strong); background: #020b1f; }
.cm-code-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 12px 9px 16px;
    font-size: 12px;
    color: var(--cm-faint);
    border-bottom: 1px solid var(--cm-line);
    background: rgba(255, 255, 255, .03);
}

.cm-copy {
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    border: 1px solid var(--cm-line-strong);
    border-radius: 8px;
    padding: 5px 12px;
    cursor: pointer;
}

.cm-copy:hover { background: rgba(255, 255, 255, .2); }
.cm-copy.copied { background: #1f8f4c; border-color: #1f8f4c; }

.cm-code pre { margin: 0; padding: 18px 20px; background: transparent; border: 0; overflow-x: auto; }
.cm-page .cm-code code {
    display: block;
    padding: 0;
    background: none;
    color: #d6e6ff;
    font-size: 13.5px;
    line-height: 1.7;
    white-space: pre;
    word-break: normal;
}

/* ---------- Trust ---------- */
.cm-trust { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.cm-trust-item { padding: 28px 26px; border-radius: 20px; background: var(--cm-card); border: 1px solid var(--cm-line); }
.cm-trust-item b { display: block; font-family: var(--cm-font); font-size: 18px; color: #fff; margin-bottom: 8px; }
.cm-trust-item b::before { content: ''; display: block; width: 26px; height: 3px; border-radius: 2px; margin-bottom: 16px; background: var(--cm-accent); }
.cm-trust-item p { font-size: 15.5px; margin: 0; }

/* ---------- FAQ ---------- */
.cm-faq { max-width: 860px; margin: 40px auto 0; }
.cm-faq details { border-bottom: 1px solid var(--cm-line); }
.cm-faq summary {
    list-style: none;
    cursor: pointer;
    position: relative;
    padding: 24px 50px 24px 0;
    font-family: var(--cm-font);
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}

.cm-faq summary::-webkit-details-marker { display: none; }
.cm-faq summary::after {
    content: '+';
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: 400;
    color: var(--cm-ice);
    transition: transform .2s ease;
}

.cm-faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.cm-faq details p { padding: 0 40px 24px 0; margin: 0; }

/* ---------- CTA ---------- */
.cm-cta { position: relative; padding: 140px 0; isolation: isolate; overflow: hidden; text-align: center; }
.cm-cta-glow {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(800px 420px at 50% 60%, rgba(47, 124, 240, .55), transparent 70%),
        linear-gradient(180deg, var(--cm-deep) 0%, #05307a 55%, #0a56b8 100%);
}

.cm-cta-inner { max-width: 760px; margin: 0 auto; }
.cm-cta h2 { font-size: clamp(34px, 5vw, 56px); line-height: 1.08; letter-spacing: -1.5px; margin-bottom: 20px; }
.cm-cta p { color: rgba(255, 255, 255, .88) !important; font-size: 19px; margin-bottom: 34px; }
.cm-btn-white { color: var(--cm-deep) !important; }

.cm-related { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 28px; padding: 0; margin: 44px 0 0; }
.cm-related a { font-size: 15px; text-decoration: underline; text-underline-offset: 4px; }

/* ---------- Reveal ---------- */
.cm-js .cm-reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.cm-js .cm-reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
    .cm-marquee-track { animation: none; }
    .cm-js .cm-reveal { opacity: 1; transform: none; transition: none; }
    html { scroll-behavior: auto; }
}

/* ---------- Header on this page ---------- */
#header.transparent-header .menu-link { color: rgba(255, 255, 255, .9); }

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
    .cm-section { padding: 80px 0; }
    .cm-hero { padding: 120px 0 80px; }
    .cm-panel { padding: 28px 22px; }
    .cm-coverage { padding: 28px 22px; }
    .cm-cta { padding: 100px 0; }
}

@media (max-width: 767px) {
    .cm-page { font-size: 16px; }
    .cm-trust { grid-template-columns: 1fr; }
    .cm-facts li { padding-right: 18px; margin-right: 18px; }
    .cm-facts strong { font-size: 22px; }
    .cm-chat-body { min-height: 440px; padding: 18px; }
    .cm-msg { max-width: 96%; }
    .cm-prereq { padding: 26px 20px; }
    .cm-flow-link { margin-left: 22px; }
    .cm-flow-node { padding: 18px; }
    .cm-btn { padding: 0 24px; font-size: 15px; }
    .cm-faq summary { font-size: 17px; }
}
