:root {
  --clm-bg: #090d17;
  --clm-bg-deep: #070a12;
  --clm-surface: #111827;
  --clm-surface-2: #151f32;
  --clm-surface-3: #1a2740;
  --clm-border: rgba(151, 177, 217, .16);
  --clm-border-strong: rgba(151, 177, 217, .28);
  --clm-text: #f6f8fc;
  --clm-muted: #9daac0;
  --clm-muted-2: #708099;
  --clm-blue: #4f8cff;
  --clm-blue-2: #78a7ff;
  --clm-blue-3: #b8d0ff;
  --clm-cyan: #5bd5ff;
  --clm-green: #42d69b;
  --clm-gold: #f2c66b;
  --clm-danger: #ff7d8c;
  --clm-shadow: 0 24px 70px rgba(0, 0, 0, .34);
  --clm-shell: 1220px;
  --clm-header-height: 76px;
  --clm-radius: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--clm-bg); }
body.clm-page { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--clm-bg); color: var(--clm-text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.5; text-rendering: optimizeLegibility; }
body.clm-page.clm-mobile-open { overflow: hidden; }
body.clm-page a { color: inherit; text-decoration: none; }
body.clm-page button, body.clm-page input, body.clm-page select { font: inherit; }
body.clm-page button { color: inherit; }
body.clm-page img { display: block; max-width: 100%; }
body.clm-page [hidden] { display: none !important; }

.clm-shell { width: min(calc(100% - 48px), var(--clm-shell)); margin-inline: auto; }
.clm-skip { position: fixed; z-index: 9999; left: 16px; top: -60px; padding: 12px 18px; background: #fff; color: #08101e; border-radius: 8px; font-weight: 800; transition: top .18s ease; }
.clm-skip:focus { top: 16px; }

.clm-announcement { position: relative; z-index: 120; min-height: 38px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(90deg, #d7ecff 0%, #f0f7ff 50%, #dcecff 100%); color: #10203d; border-bottom: 1px solid rgba(64, 104, 170, .16); }
.clm-announcement::before, .clm-announcement::after { content: ""; position: absolute; width: 240px; height: 120px; border: 1px solid rgba(79, 140, 255, .2); border-radius: 50%; transform: rotate(-12deg); }
.clm-announcement::before { left: -90px; top: -84px; }
.clm-announcement::after { right: -90px; bottom: -85px; }
.clm-announcement a { position: relative; z-index: 1; min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 7px 24px; font-size: .76rem; font-weight: 650; }
.clm-announcement strong { font-weight: 850; }
.clm-announcement b { padding: 3px 8px; background: #fff; border: 1px solid rgba(48, 81, 135, .15); border-radius: 5px; font-size: .68rem; }
.clm-announcement-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--clm-blue); box-shadow: 0 0 0 5px rgba(79, 140, 255, .14); }

.clm-header { position: sticky; z-index: 110; top: 0; min-height: var(--clm-header-height); border-bottom: 1px solid var(--clm-border); background: rgba(9, 13, 23, .91); backdrop-filter: blur(18px); transition: box-shadow .2s ease, background .2s ease; }
.clm-header.is-scrolled { background: rgba(7, 10, 18, .97); box-shadow: 0 14px 40px rgba(0, 0, 0, .25); }
.clm-header-inner { width: min(calc(100% - 48px), var(--clm-shell)); min-height: var(--clm-header-height); margin-inline: auto; display: grid; grid-template-columns: 225px 1fr auto; align-items: center; gap: 24px; }
.clm-brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; }
.clm-brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(94, 144, 226, .22); border-radius: 10px; background: #0d1525; box-shadow: inset 0 0 20px rgba(79, 140, 255, .09); }
.clm-brand-mark img { width: 27px; height: 27px; object-fit: contain; }
.clm-brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.clm-brand-copy strong { color: #fff; font-size: 1rem; font-weight: 900; letter-spacing: -.02em; }
.clm-brand-copy small { margin-top: 4px; color: #7788a3; font-size: .52rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }

.clm-desktop-nav { min-width: 0; display: flex; align-items: center; justify-content: center; gap: 6px; }
.clm-desktop-nav > a, .clm-nav-item > button { height: 40px; display: inline-flex; align-items: center; gap: 6px; padding: 0 12px; border: 0; background: transparent; color: #b8c2d4; font-size: .75rem; font-weight: 750; cursor: pointer; border-radius: 7px; transition: color .18s ease, background .18s ease; }
.clm-desktop-nav > a:hover, .clm-nav-item > button:hover, .clm-nav-item.is-open > button { color: #fff; background: rgba(255, 255, 255, .045); }
.clm-nav-item { position: relative; }
.clm-nav-item > button span { color: #667690; font-size: .78rem; transition: transform .18s ease; }
.clm-nav-item.is-open > button span { transform: rotate(180deg); }

.clm-mega { position: fixed; z-index: 130; top: calc(38px + var(--clm-header-height) - 1px); left: 50%; width: min(calc(100% - 48px), var(--clm-shell)); transform: translateX(-50%); border: 1px solid var(--clm-border-strong); border-top-color: rgba(79, 140, 255, .42); border-radius: 0 0 14px 14px; background: #0e1420; box-shadow: 0 28px 60px rgba(0, 0, 0, .42); overflow: hidden; }
.clm-header.is-scrolled .clm-mega { top: calc(var(--clm-header-height) - 1px); }
.clm-mega--product { display: grid; grid-template-columns: 1.15fr 2.35fr .9fr; }
.clm-mega-feature { padding: 34px; background: linear-gradient(150deg, rgba(79, 140, 255, .15), rgba(79, 140, 255, .02)); border-right: 1px solid var(--clm-border); }
.clm-menu-kicker, .clm-mega-links > div > span, .clm-mega-playground > span, .clm-mega--solutions > a > span { display: block; margin-bottom: 16px; color: var(--clm-blue-2); font-size: .58rem; font-weight: 900; letter-spacing: .15em; }
.clm-mega-feature strong { display: block; color: #fff; font-size: 1.38rem; line-height: 1.12; letter-spacing: -.035em; }
.clm-mega-feature p { max-width: 280px; margin: 14px 0 22px; color: var(--clm-muted); font-size: .74rem; line-height: 1.65; }
.clm-mega-feature a { color: var(--clm-blue-2); font-size: .72rem; font-weight: 850; }
.clm-mega-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 32px; }
.clm-mega-links > div { display: flex; flex-direction: column; gap: 4px; }
.clm-mega-links > div > span { margin-bottom: 10px; color: #71819a; }
.clm-mega-links a { display: flex; flex-direction: column; gap: 2px; padding: 9px 10px; border-radius: 7px; }
.clm-mega-links a:hover { background: rgba(79, 140, 255, .08); }
.clm-mega-links b { color: #e9eef8; font-size: .72rem; }
.clm-mega-links small { color: #71819a; font-size: .62rem; }
.clm-mega-playground { display: flex; flex-direction: column; justify-content: flex-end; min-height: 290px; padding: 30px; background: radial-gradient(circle at 75% 20%, rgba(91, 213, 255, .2), transparent 38%), linear-gradient(160deg, #15233b, #0c1422); border-left: 1px solid var(--clm-border); }
.clm-mega-playground::before { content: ""; width: 64px; height: 64px; margin-bottom: auto; border: 1px solid rgba(120, 167, 255, .38); background: url('/public/img/favicon.png') center/42px no-repeat, rgba(79, 140, 255, .08); clip-path: polygon(50% 0, 91% 23%, 91% 77%, 50% 100%, 9% 77%, 9% 23%); }
.clm-mega-playground strong { color: #fff; font-size: 1rem; line-height: 1.25; }
.clm-mega-playground small { margin-top: 10px; color: var(--clm-blue-2); font-size: .68rem; font-weight: 800; }

.clm-mega--solutions { grid-template-columns: repeat(4, 1fr); }
.clm-mega--solutions > a { min-height: 250px; display: flex; flex-direction: column; padding: 30px; border-right: 1px solid var(--clm-border); background: linear-gradient(180deg, rgba(255,255,255,.015), transparent); }
.clm-mega--solutions > a:last-child { border-right: 0; }
.clm-mega--solutions > a:hover { background: rgba(79, 140, 255, .07); }
.clm-mega--solutions > a::after { content: "→"; margin-top: auto; color: var(--clm-blue-2); font-weight: 900; }
.clm-mega--solutions > a > span { margin-bottom: 24px; }
.clm-mega--solutions strong { color: #f4f7fc; font-size: 1.08rem; line-height: 1.18; letter-spacing: -.025em; }
.clm-mega--solutions small { margin-top: 12px; color: var(--clm-muted); font-size: .68rem; line-height: 1.55; }

.clm-mega--resources { grid-template-columns: repeat(2, 1fr); gap: 0; padding: 14px; }
.clm-mega--resources > a { min-height: 92px; display: flex; align-items: center; gap: 16px; padding: 18px; border-radius: 9px; }
.clm-mega--resources > a:hover { background: rgba(79, 140, 255, .07); }
.clm-resource-icon { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border: 1px solid var(--clm-border-strong); border-radius: 8px; color: var(--clm-blue-2); font-size: .61rem; font-weight: 900; }
.clm-mega--resources strong, .clm-mega--resources small { display: block; }
.clm-mega--resources strong { color: #f0f4fb; font-size: .78rem; }
.clm-mega--resources small { margin-top: 4px; color: var(--clm-muted); font-size: .65rem; }

.clm-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; min-width: 240px; }
.clm-login { height: 40px; display: inline-flex; align-items: center; padding: 0 10px; color: #c5cedd; font-size: .73rem; font-weight: 800; }
.clm-login:hover { color: #fff; }
.clm-button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 18px; border: 1px solid transparent; border-radius: 7px; font-size: .73rem; font-weight: 850; letter-spacing: -.01em; transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; }
.clm-button:hover { transform: translateY(-1px); }
.clm-button--primary { background: var(--clm-blue); color: #fff; box-shadow: 0 10px 24px rgba(79, 140, 255, .22); }
.clm-button--primary:hover { background: #659aff; box-shadow: 0 14px 28px rgba(79, 140, 255, .3); }
.clm-button--secondary { border-color: var(--clm-border-strong); background: rgba(255,255,255,.025); color: #eef3fb; }
.clm-button--secondary:hover { border-color: rgba(120, 167, 255, .52); background: rgba(79, 140, 255, .07); }
.clm-button--compact { min-height: 38px; padding-inline: 15px; font-size: .67rem; }
.clm-button--large { min-height: 52px; padding-inline: 24px; border-radius: 8px; font-size: .82rem; }
.clm-button--light { background: #fff; color: #10213c; box-shadow: 0 15px 34px rgba(3, 13, 32, .2); }
.clm-button--light:hover { background: #edf4ff; }
.clm-button--glass { border-color: rgba(255,255,255,.26); background: rgba(255,255,255,.08); color: #fff; }
.clm-button--glass:hover { background: rgba(255,255,255,.14); }
.clm-play-icon { width: 19px; height: 19px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; font-size: .47rem; }

.clm-premium { min-height: 38px; display: inline-flex; align-items: center; gap: 7px; padding: 0 13px; border: 1px solid rgba(242, 198, 107, .25); border-radius: 7px; background: rgba(242, 198, 107, .09); color: var(--clm-gold); font-size: .68rem; font-weight: 850; }
.clm-user-menu { position: relative; }
.clm-user-menu > summary { list-style: none; min-height: 44px; display: flex; align-items: center; gap: 9px; padding: 4px 8px 4px 5px; border: 1px solid transparent; border-radius: 8px; cursor: pointer; }
.clm-user-menu > summary::-webkit-details-marker { display: none; }
.clm-user-menu[open] > summary, .clm-user-menu > summary:hover { border-color: var(--clm-border); background: rgba(255,255,255,.03); }
.clm-user-avatar { width: 32px; height: 32px; flex: 0 0 32px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(120, 167, 255, .34); border-radius: 50%; background: #14213a; color: #dbe8ff; font-size: .62rem; font-weight: 900; }
.clm-user-avatar img { width: 100%; height: 100%; object-fit: cover; }
.clm-user-name { display: flex; flex-direction: column; min-width: 76px; line-height: 1.05; }
.clm-user-name strong { max-width: 108px; overflow: hidden; color: #f3f6fb; font-size: .68rem; text-overflow: ellipsis; white-space: nowrap; }
.clm-user-name small { max-width: 108px; margin-top: 4px; overflow: hidden; color: #71819a; font-size: .54rem; text-overflow: ellipsis; white-space: nowrap; }
.clm-user-chevron { color: #667690; font-size: .7rem; transition: transform .18s ease; }
.clm-user-menu[open] .clm-user-chevron { transform: rotate(180deg); }
.clm-user-popover { position: absolute; z-index: 150; top: calc(100% + 12px); right: 0; width: 286px; padding: 12px; border: 1px solid var(--clm-border-strong); border-radius: 11px; background: #0d121c; box-shadow: 0 24px 60px rgba(0,0,0,.48); }
.clm-user-identity { display: flex; align-items: center; gap: 12px; padding: 10px 9px 17px; border-bottom: 1px solid var(--clm-border); }
.clm-user-avatar--large { width: 42px; height: 42px; flex-basis: 42px; }
.clm-user-identity > span:last-child { display: flex; flex-direction: column; min-width: 0; }
.clm-user-identity strong { color: #fff; font-size: .78rem; }
.clm-user-identity small { margin-top: 3px; color: #7c8ba1; font-size: .62rem; }
.clm-user-group { display: flex; flex-direction: column; padding: 14px 4px 4px; }
.clm-user-group > span { padding: 0 8px 6px; color: #65758e; font-size: .54rem; font-weight: 900; letter-spacing: .14em; }
.clm-user-group a, .clm-user-group button { width: 100%; min-height: 34px; display: flex; align-items: center; padding: 0 8px; border: 0; border-radius: 6px; background: transparent; color: #b9c4d5; font-size: .68rem; text-align: left; cursor: pointer; }
.clm-user-group a:hover, .clm-user-group button:hover { background: rgba(79, 140, 255, .08); color: #fff; }
.clm-user-footer { margin-top: 10px; padding: 10px 4px 2px; border-top: 1px solid var(--clm-border); }
.clm-user-footer a { min-height: 34px; display: flex; align-items: center; padding: 0 8px; border-radius: 6px; color: #ff9aa5; font-size: .68rem; font-weight: 750; }
.clm-user-footer a:hover { background: rgba(255, 125, 140, .08); }
.clm-mobile-trigger { display: none; min-height: 40px; align-items: center; gap: 4px; padding: 0 12px; border: 1px solid var(--clm-border); border-radius: 7px; background: transparent; cursor: pointer; }
.clm-mobile-trigger span { width: 3px; height: 3px; border-radius: 50%; background: #d9e1ee; }
.clm-mobile-trigger b { margin-left: 5px; font-size: .63rem; }
.clm-mobile-nav { position: fixed; z-index: 140; inset: calc(38px + var(--clm-header-height)) 0 0; padding: 22px 24px; overflow-y: auto; background: #090e17; border-top: 1px solid var(--clm-border); }
.clm-header.is-scrolled .clm-mobile-nav { inset-block-start: var(--clm-header-height); }
.clm-mobile-nav nav { display: flex; flex-direction: column; }
.clm-mobile-nav nav a { padding: 15px 0; border-bottom: 1px solid var(--clm-border); color: #e8eef8; font-size: 1rem; font-weight: 800; }
.clm-mobile-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 26px; }
.pb-language-trigger--landing { min-width: 62px; height: 38px; border: 1px solid var(--clm-border) !important; border-radius: 7px !important; background: transparent !important; }
.pb-language-popover { border: 1px solid var(--clm-border-strong) !important; border-radius: 9px !important; background: #0d121c !important; }

.clm-hero { position: relative; min-height: calc(100vh - 38px - var(--clm-header-height)); display: flex; flex-direction: column; overflow: hidden; background: radial-gradient(circle at 72% 36%, rgba(66, 111, 203, .18), transparent 30%), linear-gradient(180deg, #0c1220 0%, #0b1020 60%, #0c1220 100%); }
.clm-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.1), #000 45%, transparent 90%); }
.clm-hero-glow { position: absolute; width: 720px; height: 720px; right: -120px; top: -120px; border-radius: 50%; background: radial-gradient(circle, rgba(79, 140, 255, .18), transparent 67%); filter: blur(12px); }
.clm-hero-grid { position: relative; z-index: 2; flex: 1; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 68px; padding-top: 58px; padding-bottom: 70px; }
.clm-hero-copy { max-width: 570px; }
.clm-eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--clm-blue-2); font-size: .62rem; font-weight: 900; letter-spacing: .16em; }
.clm-eyebrow i { width: 22px; height: 1px; background: currentColor; box-shadow: 7px 0 0 rgba(120,167,255,.35); }
.clm-hero h1, .clm-why h2, .clm-story h2, .clm-playground h2, .clm-premium-section h2, .clm-final-cta h2 { margin: 0; color: #fff; font-weight: 950; letter-spacing: -.055em; line-height: .96; }
.clm-hero h1 { margin-top: 26px; font-size: clamp(3.9rem, 6.7vw, 6.8rem); }
.clm-hero h1 em, .clm-why h2 em, .clm-story h2 em, .clm-playground h2 em, .clm-premium-section h2 em, .clm-final-cta h2 em { color: var(--clm-blue-2); font-style: normal; }
.clm-hero-copy > p { max-width: 560px; margin: 26px 0 0; color: #aab6c9; font-size: clamp(.98rem, 1.35vw, 1.16rem); line-height: 1.7; }
.clm-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.clm-hero-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 22px; color: #7f8fa7; font-size: .65rem; font-weight: 700; }
.clm-hero-proof span { display: inline-flex; align-items: center; gap: 6px; }
.clm-hero-proof i { color: var(--clm-green); font-style: normal; }

.clm-hero-world { position: relative; min-height: 520px; isolation: isolate; }
.clm-orbit { position: absolute; z-index: -1; left: 50%; top: 47%; border: 1px solid rgba(110, 157, 231, .2); border-radius: 50%; transform: translate(-50%, -50%) rotate(-13deg); }
.clm-orbit--one { width: 480px; height: 300px; }
.clm-orbit--two { width: 610px; height: 410px; border-color: rgba(110, 157, 231, .11); transform: translate(-50%, -50%) rotate(17deg); }
.clm-orbit::before, .clm-orbit::after { content: ""; position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--clm-cyan); box-shadow: 0 0 14px var(--clm-cyan); }
.clm-orbit::before { left: 13%; top: 18%; }
.clm-orbit::after { right: 12%; bottom: 18%; }
.clm-core { position: absolute; left: 50%; top: 47%; width: 205px; height: 240px; transform: translate(-50%, -50%); }
.clm-core-halo { position: absolute; inset: -80px; border-radius: 50%; background: radial-gradient(circle, rgba(91, 213, 255, .22), rgba(79, 140, 255, .08) 40%, transparent 68%); filter: blur(5px); }
.clm-core-crystal { position: absolute; inset: 8px 18px 24px; display: grid; place-items: center; clip-path: polygon(50% 0, 91% 24%, 82% 78%, 50% 100%, 18% 78%, 9% 24%); background: linear-gradient(135deg, #8cc7ff 0%, #4f8cff 33%, #315dc8 72%, #183985 100%); box-shadow: inset -24px -20px 35px rgba(5, 23, 78, .34); }
.clm-core-crystal::before { content: ""; position: absolute; inset: 6px; clip-path: inherit; border: 1px solid rgba(255,255,255,.28); background: linear-gradient(135deg, rgba(255,255,255,.22), transparent 38%); }
.clm-core-crystal::after { content: ""; position: absolute; left: 50%; top: 0; width: 1px; height: 100%; background: rgba(255,255,255,.17); transform: rotate(14deg); }
.clm-core-crystal img { position: relative; z-index: 2; width: 80px; filter: drop-shadow(0 10px 18px rgba(0,0,0,.24)); }
.clm-core-shadow { position: absolute; left: 50%; bottom: 0; width: 150px; height: 28px; border-radius: 50%; background: rgba(0,0,0,.48); filter: blur(14px); transform: translateX(-50%); }
.clm-module-orb { position: absolute; width: 150px; min-height: 76px; display: grid; grid-template-columns: 32px 1fr; align-items: center; column-gap: 10px; padding: 12px; border: 1px solid rgba(128, 168, 231, .25); border-radius: 12px; background: rgba(15, 24, 40, .88); box-shadow: 0 15px 40px rgba(0,0,0,.25); backdrop-filter: blur(12px); }
.clm-module-orb > span { grid-row: 1 / span 2; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(120,167,255,.28); border-radius: 8px; color: var(--clm-blue-2); font-size: .57rem; font-weight: 900; }
.clm-module-orb strong { align-self: end; color: #f4f7fc; font-size: .7rem; }
.clm-module-orb small { align-self: start; color: #7f8da3; font-size: .56rem; }
.clm-module-orb--moderation { left: 0; top: 80px; }
.clm-module-orb--tickets { right: 0; top: 105px; }
.clm-module-orb--community { left: 28px; bottom: 80px; }
.clm-module-orb--structure { right: 10px; bottom: 58px; }
.clm-world-status { position: absolute; left: 50%; bottom: 25px; min-width: 245px; display: flex; align-items: center; gap: 11px; padding: 12px 15px; border: 1px solid rgba(120,167,255,.23); border-radius: 10px; background: #0d1524; box-shadow: 0 14px 35px rgba(0,0,0,.28); transform: translateX(-50%); }
.clm-world-status > i { width: 8px; height: 8px; border-radius: 50%; background: var(--clm-green); box-shadow: 0 0 0 6px rgba(66,214,155,.1); }
.clm-world-status span { display: flex; flex-direction: column; }
.clm-world-status strong { color: #eef3fb; font-size: .67rem; }
.clm-world-status small { margin-top: 2px; color: #71819a; font-size: .55rem; }
.clm-world-ground { position: absolute; z-index: -2; inset: auto -80px 0; height: 190px; overflow: hidden; }
.clm-world-ground i { position: absolute; left: -10%; bottom: -130px; width: 120%; height: 220px; border-radius: 50%; background: #0c1424; transform: rotate(-3deg); }
.clm-world-ground i:nth-child(2) { bottom: -150px; background: #111c31; transform: rotate(5deg); }
.clm-world-ground i:nth-child(3) { bottom: -175px; background: #17233a; transform: rotate(-1deg); }

.clm-audience { position: relative; z-index: 4; border-top: 1px solid var(--clm-border); border-bottom: 1px solid var(--clm-border); background: rgba(8, 12, 20, .56); }
.clm-audience .clm-shell { min-height: 88px; display: grid; grid-template-columns: 1.5fr repeat(6, auto); align-items: center; gap: 28px; }
.clm-audience strong { max-width: 190px; color: #dfe6f2; font-size: .79rem; line-height: 1.35; }
.clm-audience span { color: #71819a; font-size: .58rem; font-weight: 900; letter-spacing: .12em; }

.clm-why { padding: 120px 0; background: #0b101a; }
.clm-why-heading { max-width: 840px; }
.clm-why h2 { margin-top: 24px; font-size: clamp(2.8rem, 5vw, 5.1rem); }
.clm-why-heading > p { max-width: 580px; margin: 24px 0 0; color: var(--clm-muted); font-size: 1rem; }
.clm-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 65px; border-top: 1px solid var(--clm-border-strong); border-bottom: 1px solid var(--clm-border-strong); }
.clm-why-grid article { min-height: 255px; padding: 34px; border-right: 1px solid var(--clm-border); }
.clm-why-grid article:last-child { border-right: 0; }
.clm-why-grid article > span { color: var(--clm-blue-2); font-size: .57rem; font-weight: 900; }
.clm-why-grid strong { display: block; margin-top: 70px; color: #f4f7fc; font-size: 1.25rem; letter-spacing: -.03em; }
.clm-why-grid p { max-width: 290px; margin: 12px 0 0; color: var(--clm-muted); font-size: .76rem; line-height: 1.7; }

.clm-story { padding: 125px 0; overflow: hidden; border-top: 1px solid var(--clm-border); background: var(--clm-bg); }
.clm-story--support, .clm-story--creator { background: #0c121e; }
.clm-story-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 90px; }
.clm-story-grid--reverse { grid-template-columns: 1.18fr .82fr; }
.clm-story-grid--reverse .clm-story-copy { grid-column: 2; grid-row: 1; }
.clm-story-grid--reverse .clm-story-visual { grid-column: 1; grid-row: 1; }
.clm-story-number { display: inline-block; color: var(--clm-blue-2); font-size: .59rem; font-weight: 900; letter-spacing: .15em; }
.clm-story h2 { margin-top: 24px; font-size: clamp(2.55rem, 4.4vw, 4.7rem); }
.clm-story-copy > p { max-width: 520px; margin: 24px 0 0; color: #9aa9bf; font-size: .94rem; line-height: 1.75; }
.clm-story-copy ul { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.clm-story-copy li { position: relative; padding-left: 22px; color: #c4cedd; font-size: .75rem; }
.clm-story-copy li::before { content: ""; position: absolute; left: 0; top: .55em; width: 7px; height: 7px; border: 1px solid var(--clm-blue-2); transform: rotate(45deg); }
.clm-story-copy > a { display: inline-flex; align-items: center; gap: 8px; margin-top: 30px; color: var(--clm-blue-2); font-size: .74rem; font-weight: 850; }
.clm-story-copy > a:hover { color: #b7d0ff; }
.clm-story-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.clm-story-visual::before { content: ""; position: absolute; width: 520px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(79,140,255,.13), transparent 68%); filter: blur(12px); }

.clm-chat-window { position: relative; z-index: 2; width: min(100%, 590px); padding: 18px; border: 1px solid var(--clm-border-strong); border-radius: 14px; background: #101827; box-shadow: var(--clm-shadow); }
.clm-chat-window header { height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 4px 15px; border-bottom: 1px solid var(--clm-border); }
.clm-chat-window header > span { color: #e6ecf6; font-size: .74rem; font-weight: 850; }
.clm-chat-window header b { display: inline-flex; align-items: center; gap: 7px; color: var(--clm-green); font-size: .57rem; }
.clm-chat-window header b i { width: 6px; height: 6px; border-radius: 50%; background: var(--clm-green); }
.clm-chat-message { display: flex; gap: 12px; padding: 22px 4px; }
.clm-chat-message--safe { border-top: 1px solid var(--clm-border); }
.clm-chat-avatar { width: 36px; height: 36px; flex: 0 0 36px; display: grid; place-items: center; border-radius: 50%; background: #253653; color: #dce8fb; font-size: .68rem; font-weight: 900; }
.clm-chat-message strong { color: #e9eef8; font-size: .68rem; }
.clm-chat-message p { margin: 5px 0 0; color: #9aa8bc; font-size: .7rem; }
.clm-automod-result { margin: 0 4px 18px 52px; padding: 16px; border-left: 3px solid var(--clm-blue); border-radius: 0 9px 9px 0; background: rgba(79,140,255,.09); }
.clm-automod-result span, .clm-automod-result strong, .clm-automod-result small { display: block; }
.clm-automod-result span { color: var(--clm-blue-2); font-size: .54rem; font-weight: 900; letter-spacing: .12em; }
.clm-automod-result strong { margin-top: 7px; color: #f4f7fc; font-size: .74rem; }
.clm-automod-result small { margin-top: 5px; color: #8190a6; font-size: .61rem; }
.clm-floating-note { position: absolute; z-index: 3; right: -20px; bottom: 48px; min-width: 235px; display: flex; align-items: center; gap: 11px; padding: 14px; border: 1px solid rgba(66,214,155,.24); border-radius: 11px; background: #0e1922; box-shadow: 0 16px 40px rgba(0,0,0,.32); }
.clm-floating-note > i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: rgba(66,214,155,.12); color: var(--clm-green); font-style: normal; font-weight: 900; }
.clm-floating-note span { display: flex; flex-direction: column; }
.clm-floating-note strong { color: #e8f5ef; font-size: .67rem; }
.clm-floating-note small { margin-top: 2px; color: #78928a; font-size: .56rem; }

.clm-ticket-panel { position: relative; z-index: 2; width: min(100%, 570px); padding: 18px; border: 1px solid var(--clm-border-strong); border-radius: 14px; background: #101827; box-shadow: var(--clm-shadow); }
.clm-ticket-panel header { display: flex; align-items: center; justify-content: space-between; padding: 6px 5px 17px; border-bottom: 1px solid var(--clm-border); }
.clm-ticket-panel header span { color: #8191a8; font-size: .56rem; font-weight: 900; letter-spacing: .12em; }
.clm-ticket-panel header b { color: var(--clm-blue-2); font-size: .62rem; }
.clm-ticket-row { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 12px; min-height: 76px; padding: 10px 5px; border-bottom: 1px solid var(--clm-border); }
.clm-ticket-row.is-active { margin: 9px -6px 0; padding-inline: 11px; border: 1px solid rgba(79,140,255,.26); border-radius: 9px; background: rgba(79,140,255,.07); }
.clm-ticket-row > i { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--clm-border); border-radius: 7px; color: var(--clm-blue-2); font-size: .55rem; font-style: normal; font-weight: 900; }
.clm-ticket-row span { display: flex; flex-direction: column; }
.clm-ticket-row strong { color: #eef3fb; font-size: .7rem; }
.clm-ticket-row small { margin-top: 4px; color: #74849a; font-size: .58rem; }
.clm-ticket-row > b { color: #8b9ab0; font-size: .55rem; }
.clm-ticket-panel footer { display: flex; align-items: center; justify-content: space-between; padding: 20px 5px 6px; color: #73839a; font-size: .61rem; }
.clm-ticket-panel footer strong { color: #eef3fb; font-size: .74rem; }
.clm-ticket-bubble { position: absolute; z-index: 3; left: -25px; bottom: 30px; min-width: 240px; display: grid; grid-template-columns: 32px 1fr; column-gap: 10px; padding: 14px; border: 1px solid rgba(79,140,255,.26); border-radius: 11px; background: #0e1726; box-shadow: 0 16px 40px rgba(0,0,0,.34); }
.clm-ticket-bubble > span { grid-row: 1 / span 2; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 8px; background: rgba(79,140,255,.12); color: var(--clm-blue-2); font-weight: 900; }
.clm-ticket-bubble strong { align-self: end; color: #eef3fb; font-size: .67rem; }
.clm-ticket-bubble small { align-self: start; color: #74849a; font-size: .55rem; }

.clm-community-ring { position: relative; z-index: 2; width: 420px; height: 420px; display: grid; place-items: center; border: 1px solid rgba(120,167,255,.18); border-radius: 50%; box-shadow: inset 0 0 80px rgba(79,140,255,.05); }
.clm-community-ring::before, .clm-community-ring::after { content: ""; position: absolute; border: 1px solid rgba(120,167,255,.13); border-radius: 50%; }
.clm-community-ring::before { inset: 45px; }
.clm-community-ring::after { inset: 95px; }
.clm-community-center { position: relative; z-index: 2; width: 150px; height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(120,167,255,.28); border-radius: 50%; background: radial-gradient(circle at 40% 30%, #223d73, #101a2b 70%); box-shadow: 0 20px 50px rgba(0,0,0,.36); }
.clm-community-center img { width: 52px; }
.clm-community-center strong { margin-top: 8px; color: #fff; font-size: .74rem; }
.clm-community-center small { margin-top: 2px; color: #7d8da5; font-size: .54rem; }
.clm-member { position: absolute; width: 42px; height: 42px; display: grid; place-items: center; border: 3px solid #101827; border-radius: 50%; color: #fff; font-size: .68rem; font-style: normal; font-weight: 900; box-shadow: 0 9px 20px rgba(0,0,0,.28); }
.clm-member--one { top: 30px; left: 175px; background: #4f8cff; }
.clm-member--two { right: 27px; top: 185px; background: #2c9a83; }
.clm-member--three { bottom: 23px; left: 170px; background: #7a63d3; }
.clm-member--four { left: 31px; top: 190px; background: #b46b77; }
.clm-level-event, .clm-voice-event { position: absolute; z-index: 3; min-width: 250px; padding: 15px 17px; border: 1px solid var(--clm-border-strong); border-radius: 11px; background: #101827; box-shadow: 0 16px 40px rgba(0,0,0,.3); }
.clm-level-event { right: -25px; top: 56px; }
.clm-voice-event { left: -25px; bottom: 35px; }
.clm-level-event span, .clm-level-event strong, .clm-level-event small, .clm-voice-event span, .clm-voice-event strong, .clm-voice-event small { display: block; }
.clm-level-event span, .clm-voice-event span { color: var(--clm-blue-2); font-size: .52rem; font-weight: 900; letter-spacing: .12em; }
.clm-level-event strong, .clm-voice-event strong { margin-top: 6px; color: #eef3fb; font-size: .68rem; }
.clm-level-event small, .clm-voice-event small { margin-top: 3px; color: #74849a; font-size: .56rem; }

.clm-builder-visual { grid-template-columns: 165px 1fr; min-height: 430px; place-items: stretch; align-content: center; }
.clm-builder-sidebar, .clm-builder-content { position: relative; z-index: 2; border: 1px solid var(--clm-border-strong); background: #101827; box-shadow: var(--clm-shadow); }
.clm-builder-sidebar { display: flex; flex-direction: column; gap: 4px; padding: 22px 14px; border-radius: 14px 0 0 14px; }
.clm-builder-sidebar strong { margin: 0 7px 15px; color: #7e8da5; font-size: .52rem; letter-spacing: .12em; }
.clm-builder-sidebar span { padding: 9px 10px; border-radius: 6px; color: #8493a9; font-size: .61rem; }
.clm-builder-sidebar span.is-active { background: rgba(79,140,255,.12); color: #eaf1ff; }
.clm-builder-content { display: flex; flex-direction: column; padding: 20px; border-left: 0; border-radius: 0 14px 14px 0; }
.clm-builder-content header { display: flex; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid var(--clm-border); }
.clm-builder-content header span { color: #eef3fb; font-size: .7rem; font-weight: 850; }
.clm-builder-content header b { color: var(--clm-green); font-size: .56rem; }
.clm-builder-tree { display: flex; flex-direction: column; gap: 7px; padding: 22px 5px; }
.clm-builder-tree span { display: flex; align-items: center; gap: 8px; margin-top: 6px; color: #8e9db2; font-size: .55rem; font-weight: 900; letter-spacing: .1em; }
.clm-builder-tree span i { width: 7px; height: 7px; border-radius: 2px; background: var(--clm-blue); }
.clm-builder-tree small { padding: 6px 10px 6px 24px; border-left: 1px solid var(--clm-border); color: #c8d2e1; font-size: .61rem; }
.clm-builder-content footer { margin-top: auto; display: flex; justify-content: space-between; padding-top: 17px; border-top: 1px solid var(--clm-border); color: #74849a; font-size: .57rem; }
.clm-builder-content footer b { color: var(--clm-blue-2); }

.clm-playground { position: relative; overflow: hidden; padding: 130px 0; background: linear-gradient(135deg, #3d79e6 0%, #4f8cff 42%, #376dcc 100%); }
.clm-playground::before { content: ""; position: absolute; inset: 0; opacity: .17; background-image: radial-gradient(circle at 15% 20%, #fff 0 1px, transparent 2px), radial-gradient(circle at 85% 70%, #fff 0 1px, transparent 2px); background-size: 85px 85px, 120px 120px; }
.clm-playground::after { content: ""; position: absolute; width: 750px; height: 750px; right: -280px; top: -340px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.02); }
.clm-playground-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 80px; }
.clm-playground .clm-eyebrow { color: #eaf3ff; }
.clm-playground h2 { margin-top: 23px; font-size: clamp(2.8rem, 4.7vw, 5.2rem); }
.clm-playground h2 em { color: #dceaff; }
.clm-playground-copy > p { max-width: 520px; margin: 25px 0 0; color: rgba(255,255,255,.79); font-size: .96rem; line-height: 1.7; }
.clm-playground-points { display: flex; flex-wrap: wrap; gap: 14px; margin: 27px 0 32px; color: #fff; font-size: .66rem; font-weight: 800; }
.clm-playground-points span { display: flex; align-items: center; gap: 6px; }
.clm-playground-points i { font-style: normal; color: #dfffea; }
.clm-playground-stage { display: grid; grid-template-columns: 155px 1fr; min-height: 465px; border: 1px solid rgba(255,255,255,.22); border-radius: 15px; background: #0d1524; box-shadow: 0 35px 70px rgba(21, 49, 104, .34); overflow: hidden; transform: rotate(1deg); }
.clm-playground-server-list { display: flex; flex-direction: column; gap: 7px; padding: 21px 13px; border-right: 1px solid var(--clm-border); background: #0a111d; }
.clm-playground-server-list > span { margin: 0 8px 10px; color: #667690; font-size: .5rem; font-weight: 900; letter-spacing: .13em; }
.clm-playground-server-list button { display: grid; grid-template-columns: 30px 1fr; align-items: center; gap: 8px; padding: 8px; border: 0; border-radius: 7px; background: transparent; color: #8d9bb0; text-align: left; cursor: default; }
.clm-playground-server-list button.is-active { background: rgba(79,140,255,.12); color: #eef4ff; }
.clm-playground-server-list i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 7px; background: #1a2b49; color: #b8d0ff; font-size: .53rem; font-style: normal; font-weight: 900; }
.clm-playground-server-list b { font-size: .57rem; }
.clm-playground-screen { padding: 21px; }
.clm-playground-screen > header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid var(--clm-border); }
.clm-playground-screen > header div { display: flex; flex-direction: column; }
.clm-playground-screen > header span { color: #f2f6fc; font-size: .72rem; font-weight: 850; }
.clm-playground-screen > header small { margin-top: 3px; color: #71819a; font-size: .53rem; }
.clm-playground-screen > header b { display: inline-flex; align-items: center; gap: 6px; color: var(--clm-green); font-size: .54rem; }
.clm-playground-screen > header b i { width: 6px; height: 6px; border-radius: 50%; background: var(--clm-green); }
.clm-playground-modules { margin-top: 20px; }
.clm-playground-modules > span, .clm-playground-action > span { color: #667690; font-size: .5rem; font-weight: 900; letter-spacing: .12em; }
.clm-playground-modules > div { display: flex; gap: 6px; margin-top: 9px; }
.clm-playground-modules button { min-height: 31px; padding: 0 10px; border: 1px solid var(--clm-border); border-radius: 6px; background: transparent; color: #8796aa; font-size: .54rem; cursor: default; }
.clm-playground-modules button.is-active { border-color: rgba(79,140,255,.36); background: rgba(79,140,255,.11); color: #dce8ff; }
.clm-playground-action { margin-top: 22px; padding: 18px; border: 1px solid var(--clm-border); border-radius: 9px; background: #111b2b; }
.clm-playground-action strong { display: block; margin-top: 10px; color: #f1f5fb; font-size: .76rem; }
.clm-playground-action p { margin: 7px 0 15px; color: #8291a6; font-size: .59rem; line-height: 1.55; }
.clm-playground-action button { min-height: 34px; padding: 0 12px; border: 0; border-radius: 6px; background: var(--clm-blue); color: #fff; font-size: .57rem; font-weight: 850; cursor: pointer; }
.clm-playground-result { display: flex; align-items: center; gap: 10px; margin-top: 13px; padding: 13px 14px; border: 1px solid var(--clm-border); border-radius: 8px; background: #0b121e; transition: border-color .2s ease, background .2s ease; }
.clm-playground-result.is-success { border-color: rgba(66,214,155,.34); background: rgba(66,214,155,.07); }
.clm-playground-result > i { width: 8px; height: 8px; border-radius: 50%; background: #64748b; }
.clm-playground-result.is-success > i { background: var(--clm-green); box-shadow: 0 0 0 6px rgba(66,214,155,.09); }
.clm-playground-result span { display: flex; flex-direction: column; }
.clm-playground-result strong { color: #dfe7f3; font-size: .61rem; }
.clm-playground-result small { margin-top: 2px; color: #71819a; font-size: .52rem; }

.clm-module-marquee { overflow: hidden; border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid var(--clm-border); background: #0b101a; }
.clm-module-marquee > div { width: max-content; min-height: 76px; display: flex; align-items: center; gap: 24px; padding-inline: 28px; animation: clm-marquee 40s linear infinite; }
.clm-module-marquee span { color: #7d8ca2; font-size: .56rem; font-weight: 900; letter-spacing: .14em; }
.clm-module-marquee i { width: 4px; height: 4px; border-radius: 50%; background: var(--clm-blue); box-shadow: 0 0 10px rgba(79,140,255,.7); }
@keyframes clm-marquee { to { transform: translateX(-35%); } }

.clm-premium-section { padding: 105px 0; background: #0d1421; }
.clm-premium-grid { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 60px; }
.clm-premium-section h2 { margin-top: 22px; font-size: clamp(2.5rem, 4.3vw, 4.5rem); }
.clm-premium-section p { max-width: 580px; margin: 22px 0 0; color: var(--clm-muted); font-size: .9rem; }
.clm-premium-actions { display: flex; gap: 10px; padding-bottom: 5px; }

.clm-faq { padding: 115px 0; background: #0a0f18; }
.clm-faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.clm-faq h2 { margin: 22px 0 0; color: #fff; font-size: clamp(2.4rem, 4vw, 4.2rem); line-height: 1; letter-spacing: -.05em; }
.clm-faq-grid > div:first-child > p { max-width: 400px; margin: 22px 0 0; color: var(--clm-muted); font-size: .85rem; line-height: 1.7; }
.clm-faq-list { border-top: 1px solid var(--clm-border-strong); }
.clm-faq-list details { border-bottom: 1px solid var(--clm-border-strong); }
.clm-faq-list summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #e8edf6; font-size: .79rem; font-weight: 800; cursor: pointer; list-style: none; }
.clm-faq-list summary::-webkit-details-marker { display: none; }
.clm-faq-list summary span { color: #73839a; font-size: 1.1rem; transition: transform .2s ease; }
.clm-faq-list details[open] summary span { transform: rotate(45deg); }
.clm-faq-list p { max-width: 700px; margin: -3px 0 24px; color: var(--clm-muted); font-size: .73rem; line-height: 1.7; }

.clm-final-cta { position: relative; overflow: hidden; padding: 130px 0; background: linear-gradient(135deg, #203e82, #315fc3 48%, #447fe7); text-align: center; }
.clm-final-cta::before, .clm-final-cta::after { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.clm-final-cta::before { left: -280px; top: -300px; box-shadow: 0 0 0 80px rgba(255,255,255,.025); }
.clm-final-cta::after { right: -280px; bottom: -320px; box-shadow: 0 0 0 90px rgba(255,255,255,.025); }
.clm-final-orb { position: relative; z-index: 2; width: 82px; height: 82px; display: grid; place-items: center; margin: 0 auto 28px; clip-path: polygon(50% 0, 91% 23%, 91% 77%, 50% 100%, 9% 77%, 9% 23%); background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.25); }
.clm-final-orb img { width: 54px; }
.clm-final-cta .clm-shell { position: relative; z-index: 2; max-width: 900px; }
.clm-final-cta .clm-shell > span { color: rgba(255,255,255,.78); font-size: .6rem; font-weight: 900; letter-spacing: .16em; }
.clm-final-cta h2 { margin-top: 20px; font-size: clamp(3rem, 5.3vw, 5.8rem); }
.clm-final-cta h2 em { color: #d8e8ff; }
.clm-final-cta p { margin: 24px 0 0; color: rgba(255,255,255,.78); font-size: .98rem; }
.clm-final-cta .clm-shell > div { display: flex; justify-content: center; gap: 12px; margin-top: 34px; }

.clm-footer { border-top: 1px solid var(--clm-border); background: #070a11; }
.clm-footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 70px; padding-top: 64px; padding-bottom: 56px; }
.clm-footer-brand p { max-width: 290px; margin: 19px 0 0; color: #75849a; font-size: .72rem; line-height: 1.65; }
.clm-footer nav { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.clm-footer nav strong { margin-bottom: 7px; color: #e5ebf5; font-size: .7rem; }
.clm-footer nav a { color: #78879b; font-size: .67rem; }
.clm-footer nav a:hover { color: #fff; }
.clm-footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--clm-border); color: #5f6e83; font-size: .58rem; }

[data-clm-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
[data-clm-reveal].is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: no-preference) {
  .clm-core { animation: clm-float 5.4s ease-in-out infinite; }
  .clm-module-orb--moderation { animation: clm-float-small 5.8s ease-in-out infinite; }
  .clm-module-orb--tickets { animation: clm-float-small 6.3s ease-in-out infinite reverse; }
  .clm-module-orb--community { animation: clm-float-small 6.1s ease-in-out infinite .5s; }
  .clm-module-orb--structure { animation: clm-float-small 5.7s ease-in-out infinite reverse .8s; }
}
@keyframes clm-float { 0%,100% { transform: translate(-50%, -50%); } 50% { transform: translate(-50%, calc(-50% - 10px)); } }
@keyframes clm-float-small { 0%,100% { translate: 0 0; } 50% { translate: 0 -7px; } }

@media (max-width: 1160px) {
  .clm-header-inner { grid-template-columns: auto 1fr; }
  .clm-desktop-nav { display: none; }
  .clm-header-actions { min-width: 0; }
  .clm-mobile-trigger { display: inline-flex; }
  .clm-hero-grid { grid-template-columns: 1fr; gap: 20px; padding-top: 85px; }
  .clm-hero-copy { max-width: 760px; text-align: center; margin-inline: auto; }
  .clm-hero-actions, .clm-hero-proof { justify-content: center; }
  .clm-hero-world { width: min(100%, 720px); min-height: 500px; margin-inline: auto; }
  .clm-audience .clm-shell { grid-template-columns: repeat(3, 1fr); padding: 22px 0; text-align: center; }
  .clm-audience strong { grid-column: 1 / -1; max-width: none; }
  .clm-story-grid, .clm-story-grid--reverse { grid-template-columns: 1fr; gap: 55px; }
  .clm-story-grid--reverse .clm-story-copy, .clm-story-grid--reverse .clm-story-visual { grid-column: 1; }
  .clm-story-grid--reverse .clm-story-copy { grid-row: 1; }
  .clm-story-grid--reverse .clm-story-visual { grid-row: 2; }
  .clm-story-copy { max-width: 760px; }
  .clm-playground-grid { grid-template-columns: 1fr; }
  .clm-playground-copy { max-width: 760px; }
  .clm-premium-grid { grid-template-columns: 1fr; }
  .clm-premium-actions { justify-content: flex-start; }
}

@media (max-width: 820px) {
  :root { --clm-header-height: 68px; }
  .clm-shell, .clm-header-inner { width: min(calc(100% - 32px), var(--clm-shell)); }
  .clm-announcement a { gap: 7px; font-size: .66rem; }
  .clm-announcement a > span:not(.clm-announcement-dot) { display: none; }
  .clm-header-inner { gap: 12px; }
  .clm-header-actions > .pb-language-switcher, .clm-header-actions > .pb-language-trigger--landing, .clm-premium, .clm-user-name { display: none !important; }
  .clm-brand-copy small { display: none; }
  .clm-login { display: none; }
  .clm-button--compact { padding-inline: 12px; }
  .clm-user-menu > summary { padding-inline: 4px; }
  .clm-user-popover { position: fixed; top: calc(38px + var(--clm-header-height) - 2px); right: 12px; width: min(calc(100% - 24px), 320px); }
  .clm-header.is-scrolled .clm-user-popover { top: calc(var(--clm-header-height) - 2px); }
  .clm-hero { min-height: auto; }
  .clm-hero-grid { padding-top: 70px; padding-bottom: 45px; }
  .clm-hero h1 { font-size: clamp(3.15rem, 15vw, 5.2rem); }
  .clm-hero-copy > p { font-size: .96rem; }
  .clm-hero-world { min-height: 430px; transform: scale(.9); transform-origin: center top; margin-bottom: -40px; }
  .clm-module-orb { width: 132px; }
  .clm-module-orb--moderation { left: 5px; }
  .clm-module-orb--tickets { right: 5px; }
  .clm-module-orb--community { left: 10px; }
  .clm-module-orb--structure { right: 5px; }
  .clm-audience .clm-shell { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .clm-why, .clm-story, .clm-playground, .clm-faq { padding: 90px 0; }
  .clm-why-grid { grid-template-columns: 1fr; }
  .clm-why-grid article { min-height: 205px; border-right: 0; border-bottom: 1px solid var(--clm-border); }
  .clm-why-grid article:last-child { border-bottom: 0; }
  .clm-why-grid strong { margin-top: 45px; }
  .clm-story-visual { min-height: 440px; }
  .clm-floating-note { right: 0; }
  .clm-ticket-bubble { left: 0; }
  .clm-community-ring { transform: scale(.86); }
  .clm-level-event { right: 0; }
  .clm-voice-event { left: 0; }
  .clm-builder-visual { grid-template-columns: 125px 1fr; }
  .clm-playground-stage { grid-template-columns: 1fr; transform: none; }
  .clm-playground-server-list { display: grid; grid-template-columns: repeat(3, 1fr); border-right: 0; border-bottom: 1px solid var(--clm-border); }
  .clm-playground-server-list > span { grid-column: 1 / -1; }
  .clm-playground-server-list button { grid-template-columns: 28px 1fr; }
  .clm-premium-actions { flex-wrap: wrap; }
  .clm-faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .clm-final-cta { padding: 100px 0; }
  .clm-final-cta .clm-shell > div { flex-wrap: wrap; }
  .clm-footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 30px; }
  .clm-footer-brand { grid-column: 1 / -1; }
  .clm-footer-bottom { flex-direction: column; justify-content: center; padding: 20px 0; text-align: center; }
}

@media (max-width: 560px) {
  .clm-announcement b { display: none; }
  .clm-announcement a { min-height: 38px; }
  .clm-brand-mark { width: 34px; height: 34px; }
  .clm-brand-copy strong { font-size: .9rem; }
  .clm-header-actions .clm-button--compact { display: none; }
  .clm-hero-grid { padding-top: 55px; }
  .clm-eyebrow { font-size: .53rem; letter-spacing: .12em; }
  .clm-hero h1 { font-size: clamp(2.85rem, 16vw, 4rem); }
  .clm-hero-actions { display: grid; grid-template-columns: 1fr; }
  .clm-hero-actions .clm-button { width: 100%; }
  .clm-hero-proof { gap: 10px 16px; }
  .clm-hero-world { min-height: 350px; transform: scale(.72); width: 700px; left: 50%; margin-left: -350px; margin-bottom: -85px; }
  .clm-audience .clm-shell { grid-template-columns: 1fr 1fr; }
  .clm-why h2, .clm-story h2, .clm-playground h2, .clm-premium-section h2, .clm-faq h2 { font-size: 2.65rem; }
  .clm-story-visual { min-height: 360px; }
  .clm-chat-window, .clm-ticket-panel { padding: 13px; }
  .clm-floating-note, .clm-ticket-bubble { position: relative; inset: auto; width: calc(100% - 20px); margin: -12px auto 0; }
  .clm-community-ring { width: 360px; height: 360px; transform: scale(.75); }
  .clm-level-event, .clm-voice-event { min-width: 220px; }
  .clm-builder-visual { grid-template-columns: 1fr; align-content: center; }
  .clm-builder-sidebar { display: none; }
  .clm-builder-content { border-left: 1px solid var(--clm-border-strong); border-radius: 12px; }
  .clm-playground-server-list { grid-template-columns: 1fr; }
  .clm-playground-server-list > span { grid-column: 1; }
  .clm-playground-modules > div { flex-wrap: wrap; }
  .clm-playground-screen { padding: 16px; }
  .clm-premium-actions { display: grid; grid-template-columns: 1fr; }
  .clm-final-cta h2 { font-size: 3rem; }
  .clm-final-cta .clm-shell > div { display: grid; grid-template-columns: 1fr; }
  .clm-footer-grid { grid-template-columns: 1fr; }
  .clm-footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-clm-reveal] { opacity: 1; transform: none; }
}
/* ==========================================================================
   Cobalt Landing Marketing – Stabilitäts- und UI-Fix v6
   Bewusst als additive Korrektur auf dem bewährten V3-Markup:
   - kein Asset-Pfadwechsel
   - kein Ausblenden des Hauptinhalts
   - kompakte Mega-Menüs
   - eindeutige Button-Kontraste
   - robuste, endlose Modulleiste
   - ausgeglichene Typografie
   ========================================================================== */

:root {
  --clm-shell: 1240px;
  --clm-header-height: 76px;
}

body.clm-page {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Der Inhalt bleibt immer sichtbar, auch wenn Browser-JavaScript ausfällt. */
body.clm-page [data-clm-reveal],
body.clm-page [data-clm-reveal].is-visible {
  opacity: 1 !important;
  transform: none !important;
}

/* Hidden muss stärker sein als die Grid-Regeln der Menüs. */
body.clm-page .clm-mega[hidden],
body.clm-page .clm-mobile-nav[hidden] {
  display: none !important;
}

/* Ruhigere, ausgewogenere Typografie. */
body.clm-page .clm-hero h1,
body.clm-page .clm-why h2,
body.clm-page .clm-story h2,
body.clm-page .clm-playground h2,
body.clm-page .clm-premium-section h2,
body.clm-page .clm-faq h2,
body.clm-page .clm-final-cta h2 {
  font-weight: 900;
  letter-spacing: -.045em;
}

body.clm-page .clm-hero h1 {
  max-width: 680px;
  font-size: clamp(3.55rem, 5.45vw, 5.85rem);
  line-height: .98;
}

body.clm-page .clm-hero-copy > p {
  max-width: 590px;
  font-size: clamp(1rem, 1.15vw, 1.1rem);
  line-height: 1.68;
}

body.clm-page .clm-why h2 {
  font-size: clamp(2.8rem, 4.25vw, 4.45rem);
}

body.clm-page .clm-story h2 {
  font-size: clamp(2.55rem, 3.75vw, 3.95rem);
}

body.clm-page .clm-playground h2 {
  max-width: 690px;
  font-size: clamp(2.85rem, 4vw, 4.2rem);
}

body.clm-page .clm-premium-section h2 {
  font-size: clamp(2.55rem, 3.7vw, 3.9rem);
}

body.clm-page .clm-faq h2 {
  font-size: clamp(2.45rem, 3.45vw, 3.65rem);
}

body.clm-page .clm-final-cta h2 {
  font-size: clamp(3rem, 4.45vw, 4.7rem);
}

body.clm-page .clm-desktop-nav > a,
body.clm-page .clm-nav-item > button {
  font-size: .8rem;
  font-weight: 700;
}

body.clm-page .clm-button {
  font-size: .78rem;
  font-weight: 800;
}

body.clm-page .clm-button--large {
  min-height: 52px;
  font-size: .84rem;
}

/* Klare, garantiert lesbare Button-Kontraste auf hellen Marketingflächen. */
body.clm-page a.clm-button--light,
body.clm-page a.clm-button--light:link,
body.clm-page a.clm-button--light:visited,
body.clm-page .clm-playground a.clm-button--light,
body.clm-page .clm-playground a.clm-button--light:visited,
body.clm-page .clm-final-cta a.clm-button--light,
body.clm-page .clm-final-cta a.clm-button--light:visited {
  background: #ffffff !important;
  border-color: rgba(8, 22, 48, .12) !important;
  color: #0a1830 !important;
  text-shadow: none !important;
}

body.clm-page a.clm-button--light:hover,
body.clm-page a.clm-button--light:focus-visible,
body.clm-page .clm-playground a.clm-button--light:hover,
body.clm-page .clm-playground a.clm-button--light:focus-visible,
body.clm-page .clm-final-cta a.clm-button--light:hover,
body.clm-page .clm-final-cta a.clm-button--light:focus-visible {
  background: #eaf2ff !important;
  color: #071328 !important;
}

body.clm-page .clm-playground-action button {
  background: #ffffff;
  color: #0a1830;
  font-weight: 850;
}

body.clm-page .clm-playground-action button:hover,
body.clm-page .clm-playground-action button:focus-visible {
  background: #eaf2ff;
}

body.clm-page .clm-playground-action button:disabled {
  opacity: .7;
  cursor: wait;
}

/* Mega-Menüs: echtes Grid statt untereinander gestapelter Vollhöhen-Blöcke. */
body.clm-page .clm-mega {
  max-height: min(430px, calc(100vh - 130px));
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 0 0 10px 10px;
}

body.clm-page .clm-mega--product,
body.clm-page .clm-mega--solutions,
body.clm-page .clm-mega--resources {
  display: grid;
}

body.clm-page .clm-mega--product {
  grid-template-columns: 1fr 2.15fr .82fr;
}

body.clm-page .clm-mega-feature {
  padding: 28px;
}

body.clm-page .clm-mega-feature strong {
  font-size: 1.28rem;
  line-height: 1.16;
}

body.clm-page .clm-mega-feature p {
  margin: 12px 0 18px;
  font-size: .77rem;
}

body.clm-page .clm-mega-links {
  gap: 17px;
  padding: 25px 24px;
}

body.clm-page .clm-mega-links a {
  padding: 7px 8px;
}

body.clm-page .clm-mega-links b {
  font-size: .76rem;
}

body.clm-page .clm-mega-links small {
  font-size: .66rem;
}

body.clm-page .clm-mega-playground {
  min-height: 270px;
  padding: 25px;
}

body.clm-page .clm-mega--solutions {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.clm-page .clm-mega--solutions > a {
  min-height: 196px;
  padding: 25px 24px;
}

body.clm-page .clm-mega--solutions > a > span {
  margin-bottom: 18px;
}

body.clm-page .clm-mega--solutions strong {
  font-size: 1.03rem;
  line-height: 1.22;
}

body.clm-page .clm-mega--solutions small {
  font-size: .7rem;
}

body.clm-page .clm-mega--resources {
  width: min(calc(100% - 48px), 880px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 14px;
}

body.clm-page .clm-mega--resources > a {
  min-height: 84px;
  padding: 15px 17px;
}

body.clm-page .clm-mega--resources strong {
  font-size: .82rem;
}

body.clm-page .clm-mega--resources small {
  font-size: .69rem;
}

/* Playground-Vorschau: alle Schalter sind sichtbar als bedienbar. */
body.clm-page .clm-playground-server-list button,
body.clm-page .clm-playground-modules button {
  cursor: pointer;
}

body.clm-page .clm-playground-server-list button:hover,
body.clm-page .clm-playground-server-list button:focus-visible {
  background: rgba(79, 140, 255, .09);
  color: #e7efff;
}

body.clm-page .clm-playground-modules button:hover,
body.clm-page .clm-playground-modules button:focus-visible {
  border-color: rgba(120, 167, 255, .48);
  color: #e7efff;
}

/* Endlose Modulleiste: zwei identische Gruppen, kein Leerlauf und kein Sprung. */
body.clm-page .clm-module-marquee {
  min-height: 72px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

body.clm-page .clm-module-marquee > .clm-module-track {
  width: max-content;
  min-width: 100%;
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0;
  animation: clm-module-rail-v6 38s linear infinite;
  will-change: transform;
}

body.clm-page .clm-module-group {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
  padding-inline: 14px;
}

body.clm-page .clm-module-group a {
  color: #8d9bb0;
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .13em;
  white-space: nowrap;
  transition: color .18s ease;
}

body.clm-page .clm-module-group a:hover,
body.clm-page .clm-module-group a:focus-visible {
  color: #ffffff;
}

body.clm-page .clm-module-group i {
  width: 4px;
  height: 4px;
  flex: 0 0 4px;
  border-radius: 50%;
  background: var(--clm-blue);
  box-shadow: 0 0 10px rgba(79, 140, 255, .7);
}

body.clm-page .clm-module-marquee:hover .clm-module-track,
body.clm-page .clm-module-marquee:focus-within .clm-module-track {
  animation-play-state: paused;
}

@keyframes clm-module-rail-v6 {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

/* Falls JS nicht läuft, bleibt die ursprüngliche Leiste sauber lesbar. */
body.clm-page .clm-module-marquee > div:not(.clm-module-track) {
  width: max-content;
  min-width: 100%;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 24px;
  padding: 0 28px;
  animation: none !important;
  transform: none !important;
}

body.clm-page .clm-module-marquee > div:not(.clm-module-track) span {
  color: #8d9bb0;
  font-size: .64rem;
}

/* Fokuszustände für Tastaturbedienung. */
body.clm-page .clm-button:focus-visible,
body.clm-page .clm-nav-item > button:focus-visible,
body.clm-page .clm-desktop-nav > a:focus-visible,
body.clm-page .clm-mega a:focus-visible,
body.clm-page .clm-playground button:focus-visible {
  outline: 2px solid #91b5ff;
  outline-offset: 3px;
}

@media (max-width: 1160px) {
  body.clm-page .clm-hero h1 {
    max-width: none;
  }
}

@media (max-width: 820px) {
  body.clm-page .clm-hero h1 {
    font-size: clamp(3.05rem, 14vw, 4.8rem);
  }

  body.clm-page .clm-playground h2 {
    max-width: none;
    font-size: clamp(2.7rem, 10vw, 3.75rem);
  }

  body.clm-page .clm-module-track {
    animation-duration: 32s;
  }
}

@media (max-width: 560px) {
  body.clm-page .clm-hero h1 {
    font-size: clamp(2.75rem, 15vw, 3.8rem);
  }

  body.clm-page .clm-why h2,
  body.clm-page .clm-story h2,
  body.clm-page .clm-playground h2,
  body.clm-page .clm-premium-section h2,
  body.clm-page .clm-faq h2 {
    font-size: 2.45rem;
  }

  body.clm-page .clm-final-cta h2 {
    font-size: 2.8rem;
  }

  body.clm-page .clm-playground .clm-button--light {
    width: 100%;
  }

  body.clm-page .clm-module-group {
    gap: 19px;
  }

  body.clm-page .clm-module-group a {
    font-size: .6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.clm-page .clm-module-track {
    animation: none !important;
    transform: none !important;
  }
}
