:root {
    --cl-bg: #030817;
    --cl-bg-2: #071027;
    --cl-panel: rgba(8, 19, 45, .72);
    --cl-panel-solid: #09142e;
    --cl-line: rgba(105, 157, 255, .22);
    --cl-line-strong: rgba(84, 176, 255, .48);
    --cl-text: #f6f8ff;
    --cl-muted: #9ba8c7;
    --cl-blue: #15b7ff;
    --cl-blue-2: #1677ff;
    --cl-purple: #9d3cff;
    --cl-purple-2: #6d32ff;
    --cl-green: #30e6a5;
    --cl-radius: 22px;
    --cl-radius-sm: 14px;
    --cl-shadow: 0 24px 90px rgba(0, 0, 0, .34);
    --cl-header-height: 84px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.cl-body {
    min-width: 320px;
    color: var(--cl-text);
    background:
        radial-gradient(circle at 20% 8%, rgba(0, 127, 255, .12), transparent 31%),
        radial-gradient(circle at 83% 10%, rgba(150, 37, 255, .11), transparent 30%),
        linear-gradient(180deg, #020615 0%, #050b1c 52%, #020612 100%);
    font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.cl-svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.cl-page-noise {
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .25;
    z-index: 9999;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E");
}

.cl-container { width: min(1420px, calc(100% - 48px)); margin-inline: auto; }
.cl-section { position: relative; padding: 78px 0; }
.cl-section-heading { max-width: 820px; margin: 0 auto 42px; text-align: center; }
.cl-section-heading > span,
.cl-section-label {
    display: inline-block;
    margin-bottom: 8px;
    color: #46bcff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .25em;
}
.cl-section-heading h2 { margin: 0; font-size: clamp(29px, 3vw, 46px); line-height: 1.16; letter-spacing: -.045em; }
.cl-section-heading p { max-width: 680px; margin: 12px auto 0; color: var(--cl-muted); font-size: 15px; }

.cl-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 13px;
    border: 1px solid rgba(29, 177, 255, .48);
    border-radius: 8px;
    color: #bfe9ff;
    background: rgba(6, 38, 78, .5);
    box-shadow: inset 0 0 24px rgba(0, 126, 255, .08), 0 0 22px rgba(0, 137, 255, .08);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
}
.cl-kicker i { width: 6px; height: 6px; border-radius: 99px; background: var(--cl-blue); box-shadow: 0 0 10px var(--cl-blue); }

/* Header */
.cl-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    height: var(--cl-header-height);
    border-bottom: 1px solid transparent;
    transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.cl-header.is-scrolled {
    background: rgba(2, 7, 20, .84);
    border-color: rgba(105, 157, 255, .14);
    backdrop-filter: blur(22px);
}
.cl-header__inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.cl-brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.cl-brand img { width: 43px; height: 43px; object-fit: contain; border-radius: 50%; filter: drop-shadow(0 0 14px rgba(24, 183, 255, .22)); }
.cl-brand > span { display: flex; flex-direction: column; line-height: .95; }
.cl-brand strong { font-size: 16px; letter-spacing: -.04em; }
.cl-brand small { margin-top: 5px; color: #ccd6ef; font-size: 11px; font-weight: 700; }
.cl-nav { display: flex; align-items: center; justify-content: center; gap: 3px; margin-left: auto; }
.cl-nav__link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 30px 12px;
    color: #c6cee3;
    font-size: 12px;
    font-weight: 700;
    transition: color .2s ease;
}
.cl-nav__link svg { width: 14px; height: 14px; }
.cl-nav__link:hover, .cl-nav__link.is-active { color: #fff; }
.cl-nav__link.is-active::after {
    position: absolute;
    bottom: 17px;
    left: 12px;
    right: 12px;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, var(--cl-blue), var(--cl-purple));
    box-shadow: 0 0 12px var(--cl-blue);
}
.cl-nav__dropdown { position: relative; }
.cl-mega {
    position: absolute;
    top: calc(100% - 3px);
    left: 50%;
    display: grid;
    grid-template-columns: 260px 440px;
    width: 720px;
    padding: 14px;
    border: 1px solid rgba(88, 152, 255, .2);
    border-radius: 20px;
    background: rgba(5, 13, 34, .96);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .52), inset 0 1px rgba(255, 255, 255, .03);
    backdrop-filter: blur(28px);
    transform: translate(-50%, 12px);
    visibility: hidden;
    opacity: 0;
    transition: .2s ease;
}
.cl-nav__dropdown:hover .cl-mega { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.cl-mega__intro { padding: 20px; border-radius: 15px; background: linear-gradient(145deg, rgba(0, 135, 255, .14), rgba(125, 46, 255, .09)); }
.cl-mega__intro > span { color: var(--cl-blue); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.cl-mega__intro strong { display: block; margin-top: 10px; font-size: 21px; line-height: 1.25; }
.cl-mega__intro p { margin: 10px 0 18px; color: var(--cl-muted); font-size: 12px; }
.cl-mega__intro a { display: inline-flex; align-items: center; gap: 7px; color: #aadeff; font-size: 12px; font-weight: 800; }
.cl-mega__intro a svg { width: 16px; height: 16px; }
.cl-mega__links { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding: 3px 0 3px 12px; }
.cl-mega__links > a { display: flex; gap: 11px; padding: 13px; border-radius: 12px; transition: background .2s ease; }
.cl-mega__links > a:hover { background: rgba(37, 102, 225, .12); }
.cl-mega__dot { width: 8px; height: 8px; margin-top: 6px; border-radius: 99px; background: linear-gradient(135deg, var(--cl-blue), var(--cl-purple)); box-shadow: 0 0 12px rgba(64, 152, 255, .7); }
.cl-mega__links strong { display: block; font-size: 12px; }
.cl-mega__links small { display: block; margin-top: 3px; color: var(--cl-muted); font-size: 10px; line-height: 1.45; }
.cl-header__actions { display: flex; align-items: center; gap: 15px; flex: 0 0 auto; }
.cl-header__login { color: #aab5d2; font-size: 11px; font-weight: 700; }
.cl-header__login:hover { color: white; }
.cl-mobile-toggle { display: none; width: 42px; height: 42px; padding: 0; align-items: center; justify-content: center; border: 1px solid var(--cl-line); border-radius: 11px; color: white; background: rgba(9, 22, 49, .7); }
.cl-mobile-toggle svg { width: 21px; height: 21px; }
.cl-mobile-menu { position: fixed; z-index: 1200; inset: 0; display: none; padding: 20px; background: rgba(2, 7, 20, .98); overflow-y: auto; }
.cl-mobile-menu.is-open { display: block; }
.cl-mobile-menu__head { display: flex; align-items: center; justify-content: space-between; }
.cl-mobile-menu__head button { width: 44px; height: 44px; border: 1px solid var(--cl-line); border-radius: 12px; color: white; background: transparent; }
.cl-mobile-menu__head svg { width: 20px; height: 20px; }
.cl-mobile-menu__body { display: flex; flex-direction: column; gap: 5px; margin-top: 30px; }
.cl-mobile-menu__body > a { padding: 13px 5px; border-bottom: 1px solid rgba(96, 140, 220, .12); font-size: 18px; font-weight: 750; }
.cl-mobile-menu__children { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; padding: 4px 0 15px; }
.cl-mobile-menu__children a { padding: 9px 11px; border-radius: 9px; color: #bac6e3; background: rgba(16, 37, 76, .48); font-size: 12px; }

/* Buttons */
.cl-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -.01em;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.cl-button svg { width: 17px; height: 17px; }
.cl-button:hover { transform: translateY(-2px); }
.cl-button--primary {
    background: linear-gradient(105deg, #0aa9ff 0%, #2576ff 43%, #9e32ff 100%);
    box-shadow: 0 11px 30px rgba(38, 104, 255, .28), inset 0 1px rgba(255, 255, 255, .26);
}
.cl-button--primary:hover { box-shadow: 0 15px 38px rgba(73, 78, 255, .38), 0 0 20px rgba(75, 148, 255, .2); }
.cl-button--ghost { border-color: rgba(116, 156, 255, .32); background: rgba(5, 15, 37, .56); box-shadow: inset 0 1px rgba(255,255,255,.03); }
.cl-button--ghost:hover { border-color: rgba(46, 182, 255, .65); background: rgba(12, 32, 73, .7); }
.cl-button--small { min-height: 40px; padding: 0 17px; font-size: 11px; }
.cl-button--full { width: 100%; }

/* Hero */
.cl-hero { position: relative; min-height: 850px; padding: 142px 0 64px; overflow: hidden; }
.cl-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: .18;
    background-image:
        linear-gradient(rgba(43, 102, 191, .16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(43, 102, 191, .16) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(to bottom, #000 0%, transparent 86%);
}
.cl-hero::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 150px;
    content: "";
    background: linear-gradient(to bottom, transparent, #050b1c);
    pointer-events: none;
}
.cl-hero__aurora { position: absolute; width: 600px; height: 600px; border-radius: 50%; filter: blur(110px); opacity: .16; }
.cl-hero__aurora--blue { left: -230px; top: 30px; background: #0076ff; }
.cl-hero__aurora--purple { right: -190px; top: 40px; background: #9d25ff; }
.cl-circuit { position: absolute; width: 360px; height: 420px; opacity: .15; background-image: radial-gradient(circle, #45b8ff 1.3px, transparent 1.4px); background-size: 21px 21px; mask-image: radial-gradient(ellipse, black 18%, transparent 70%); }
.cl-circuit--left { left: -80px; top: 200px; }
.cl-circuit--right { right: -60px; top: 150px; background-image: radial-gradient(circle, #be49ff 1.3px, transparent 1.4px); }
.cl-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .92fr) minmax(620px, 1.08fr); align-items: center; gap: 30px; }
.cl-hero__content { padding-bottom: 20px; }
.cl-hero h1 { max-width: 720px; margin: 20px 0 18px; font-size: clamp(48px, 4.6vw, 78px); line-height: 1.04; letter-spacing: -.062em; }
.cl-hero h1 span { color: transparent; background: linear-gradient(92deg, #10b9ff 0%, #4a83ff 44%, #a74aff 100%); -webkit-background-clip: text; background-clip: text; }
.cl-hero__content > p { max-width: 650px; margin: 0; color: #aeb9d2; font-size: clamp(14px, 1.25vw, 18px); line-height: 1.78; }
.cl-hero__buttons { display: flex; gap: 12px; margin-top: 28px; }
.cl-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 38px; }
.cl-stats > div { display: grid; grid-template-columns: 34px auto; align-items: center; column-gap: 8px; min-width: 0; }
.cl-stat-icon { grid-row: span 2; width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid rgba(83, 152, 255, .3); border-radius: 9px; color: #59bfff; background: rgba(14, 51, 105, .4); }
.cl-stat-icon svg { width: 16px; height: 16px; }
.cl-stats strong { font-size: 15px; }
.cl-stats small { color: #8996b5; font-size: 9px; white-space: nowrap; }
.cl-hero__visual { position: relative; height: 630px; }
.cl-robot-stage { position: absolute; left: 50%; bottom: 10px; width: 475px; height: 590px; transform: translateX(-50%); }
.cl-hero-robot { position: absolute; z-index: 5; left: 50%; bottom: 58px; width: 350px; max-height: 525px; object-fit: contain; filter: drop-shadow(0 22px 22px rgba(0, 12, 34, .72)) drop-shadow(0 0 32px rgba(18, 179, 255, .16)); transform: translateX(-50%); animation: cl-float-robot 4.8s ease-in-out infinite; }
.cl-stage-ring { position: absolute; left: 50%; bottom: 35px; border-radius: 50%; transform: translateX(-50%) perspective(500px) rotateX(67deg); }
.cl-stage-ring--outer { width: 520px; height: 180px; border: 2px solid rgba(22, 137, 255, .54); box-shadow: 0 0 14px #128cff, inset 0 0 22px #733aff; }
.cl-stage-ring--inner { bottom: 54px; width: 360px; height: 116px; border: 3px solid rgba(128, 65, 255, .65); box-shadow: 0 0 22px #843cff, inset 0 0 16px #0db9ff; }
.cl-stage-glow { position: absolute; left: 50%; bottom: 35px; width: 390px; height: 80px; border-radius: 50%; background: radial-gradient(ellipse, rgba(17, 183, 255, .75), rgba(101, 44, 255, .25) 48%, transparent 72%); filter: blur(15px); transform: translateX(-50%); }
.cl-orbit { position: absolute; left: 50%; top: 38%; border: 1px solid rgba(44, 139, 255, .2); border-radius: 50%; transform: translate(-50%, -50%); }
.cl-orbit::before, .cl-orbit::after { position: absolute; width: 6px; height: 6px; border-radius: 50%; content: ""; background: #4ecbff; box-shadow: 0 0 14px #2cbcff; }
.cl-orbit::before { top: 8%; left: 19%; }
.cl-orbit::after { right: 11%; bottom: 15%; background: #aa50ff; box-shadow: 0 0 14px #aa50ff; }
.cl-orbit--one { width: 500px; height: 500px; }
.cl-orbit--two { width: 390px; height: 390px; border-color: rgba(171, 59, 255, .17); transform: translate(-50%, -50%) rotate(22deg); }
.cl-float-card {
    position: absolute;
    z-index: 12;
    width: 205px;
    min-height: 108px;
    padding: 13px 14px;
    border: 1px solid rgba(83, 142, 255, .36);
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(10, 26, 61, .88), rgba(6, 14, 35, .78));
    box-shadow: 0 15px 34px rgba(0, 0, 0, .32), inset 0 1px rgba(255, 255, 255, .03), 0 0 20px rgba(0, 128, 255, .06);
    backdrop-filter: blur(16px);
    animation: cl-float-card 5.2s ease-in-out infinite;
}
.cl-float-card::after { position: absolute; inset: 0; border-radius: inherit; content: ""; pointer-events: none; background: linear-gradient(120deg, rgba(31, 171, 255, .04), transparent 55%, rgba(165, 55, 255, .05)); }
.cl-float-card header { display: flex; justify-content: space-between; gap: 10px; color: #b8c6e4; font-size: 9px; font-weight: 700; }
.cl-float-card header em { color: var(--cl-green); font-style: normal; font-size: 8px; }
.cl-float-card > strong { display: block; margin-top: 7px; font-size: 16px; }
.cl-float-card--sales { top: 45px; left: -2px; }
.cl-float-card--pipeline { top: 44px; right: -8px; border-color: rgba(158, 60, 255, .42); animation-delay: -.9s; }
.cl-float-card--automation { top: 245px; left: -62px; animation-delay: -2s; }
.cl-float-card--traffic { top: 235px; right: -50px; border-color: rgba(134, 55, 255, .4); animation-delay: -1.4s; }
.cl-float-card--integration { bottom: 90px; left: -20px; min-height: 85px; animation-delay: -2.7s; }
.cl-float-card--health { right: -10px; bottom: 96px; min-height: 85px; border-color: rgba(42, 222, 167, .36); animation-delay: -3.4s; }
.cl-line-chart { width: 100%; height: 48px; margin-top: 3px; overflow: visible; }
.cl-line-chart path { stroke: #25b9ff; stroke-width: 2; vector-effect: non-scaling-stroke; }
.cl-line-chart .area { fill: url(#clChartGradient); stroke: none; }
.cl-funnel { display: grid; gap: 4px; width: 72px; margin: 10px auto 0; }
.cl-funnel i { display: block; height: 6px; margin-inline: auto; border-radius: 8px; background: linear-gradient(90deg, #2976ff, #9d3fff); box-shadow: 0 0 8px rgba(100, 67, 255, .4); }
.cl-funnel i:nth-child(1){width:100%}.cl-funnel i:nth-child(2){width:78%}.cl-funnel i:nth-child(3){width:56%}.cl-funnel i:nth-child(4){width:34%}
.cl-automation { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }
.cl-automation strong { display: block; font-size: 24px; line-height: 1; }
.cl-automation small { color: #8493b3; font-size: 8px; }
.cl-progress-ring { width: 46px; height: 46px; display: grid; place-items: center; border: 5px solid rgba(37, 112, 255, .22); border-top-color: #20baff; border-right-color: #9246ff; border-radius: 50%; font-size: 9px; }
.cl-bars { display: flex; height: 42px; align-items: end; gap: 6px; margin: 4px 0 0; }
.cl-bars i { flex: 1; height: var(--h); border-radius: 3px 3px 0 0; background: linear-gradient(180deg, #25c2ff, #2468ff 55%, #8735ff); box-shadow: 0 0 9px rgba(50, 133, 255, .35); }
.cl-integration-icons { display: flex; align-items: center; justify-content: space-around; margin-top: 11px; }
.cl-integration-icons span { min-width: 35px; height: 30px; display: grid; place-items: center; padding: 0 6px; border: 1px solid rgba(95, 145, 230, .22); border-radius: 8px; color: #d7e4ff; background: rgba(11, 29, 64, .7); font-size: 9px; font-weight: 800; }
.cl-integration-icons span:first-child { color: #55db97; font-size: 16px; }
.cl-integration-icons svg { width: 16px; height: 16px; color: #65bbff; }
.cl-health { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; }
.cl-health strong { display: block; font-size: 10px; }
.cl-health small { color: var(--cl-green); font-size: 8px; }
.cl-health > span { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid rgba(48, 230, 165, .48); border-radius: 50%; color: var(--cl-green); background: rgba(28, 158, 112, .12); box-shadow: 0 0 15px rgba(48, 230, 165, .16); }
.cl-health svg { width: 16px; height: 16px; }

/* Ecosystem */
.cl-section--ecosystem { padding-top: 52px; }
.cl-section--ecosystem .cl-container,
.cl-section--services .cl-container,
.cl-section--benefits .cl-container,
.cl-section--process .cl-container {
    position: relative;
    padding: 38px 20px 24px;
    border: 1px solid rgba(95, 148, 238, .16);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(8, 18, 43, .68), rgba(5, 12, 30, .6));
    box-shadow: inset 0 1px rgba(255, 255, 255, .025), 0 30px 80px rgba(0, 0, 0, .16);
}
.cl-ecosystem-grid { position: relative; display: grid; grid-template-columns: repeat(8, 1fr); gap: 10px; }
.cl-ecosystem-grid::before { position: absolute; left: 5%; right: 5%; top: 45%; height: 1px; content: ""; background: linear-gradient(90deg, transparent, #1a9aff, #9a43ff, transparent); opacity: .34; }
.cl-eco-card {
    position: relative;
    z-index: 1;
    min-height: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 12px 17px;
    border: 1px solid rgba(53, 139, 255, .3);
    border-radius: 13px;
    text-align: center;
    background: linear-gradient(180deg, rgba(9, 30, 68, .82), rgba(7, 17, 40, .9));
    box-shadow: inset 0 1px rgba(255, 255, 255, .03), 0 0 22px rgba(17, 116, 255, .04);
    transition: .25s ease;
}
.cl-eco-card:nth-child(n+5) { border-color: rgba(144, 55, 255, .32); }
.cl-eco-card:hover { transform: translateY(-6px); border-color: rgba(35, 185, 255, .66); box-shadow: 0 18px 40px rgba(0,0,0,.25), 0 0 25px rgba(30, 131, 255, .1); }
.cl-eco-card:nth-child(n+5):hover { border-color: rgba(178, 66, 255, .65); }
.cl-eco-card__icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 13px; border: 1px solid rgba(56, 166, 255, .33); border-radius: 13px; color: #30beff; background: rgba(7, 63, 130, .2); box-shadow: 0 0 19px rgba(32, 155, 255, .16), inset 0 0 14px rgba(31, 156, 255, .08); }
.cl-eco-card:nth-child(n+5) .cl-eco-card__icon { color: #bd64ff; border-color: rgba(176, 75, 255, .34); background: rgba(90, 26, 150, .17); }
.cl-eco-card__icon svg { width: 25px; height: 25px; }
.cl-eco-card strong { font-size: 13px; }
.cl-eco-card p { margin: 7px 0 13px; color: #95a3c1; font-size: 10px; line-height: 1.55; }
.cl-eco-card__arrow { width: 24px; height: 24px; display: grid; place-items: center; margin-top: auto; border-radius: 50%; color: #53c7ff; background: rgba(27, 99, 210, .24); opacity: 0; transform: translateY(4px); transition: .2s ease; }
.cl-eco-card:hover .cl-eco-card__arrow { opacity: 1; transform: translateY(0); }
.cl-eco-card__arrow svg { width: 12px; height: 12px; }

/* Services */
.cl-section--services { padding-top: 18px; }
.cl-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.cl-service-card {
    position: relative;
    min-height: 235px;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    overflow: hidden;
    border: 1px solid rgba(65, 142, 255, .28);
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(10, 31, 70, .8), rgba(6, 15, 36, .92));
    box-shadow: inset 0 1px rgba(255,255,255,.03);
    transition: .25s ease;
}
.cl-service-card:nth-child(3n), .cl-service-card:nth-child(5), .cl-service-card:nth-child(6) { border-color: rgba(142, 62, 255, .34); }
.cl-service-card:hover { transform: translateY(-5px); border-color: rgba(52, 182, 255, .58); box-shadow: 0 22px 45px rgba(0,0,0,.26), 0 0 30px rgba(36, 128, 255, .08); }
.cl-service-card__content { position: relative; z-index: 2; padding: 21px; }
.cl-service-card__icon { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(75, 164, 255, .29); border-radius: 10px; color: #4ac4ff; background: rgba(14, 67, 141, .24); }
.cl-service-card__icon svg { width: 18px; height: 18px; }
.cl-service-card h3 { margin: 15px 0 8px; font-size: 17px; line-height: 1.25; }
.cl-service-card p { margin: 0; color: #96a5c3; font-size: 10px; line-height: 1.62; }
.cl-circle-arrow { width: 29px; height: 29px; display: grid; place-items: center; margin-top: 18px; border-radius: 50%; color: white; background: linear-gradient(135deg, #168cff, #4b51ff); box-shadow: 0 0 16px rgba(38, 132, 255, .24); }
.cl-circle-arrow svg { width: 13px; height: 13px; }
.cl-service-visual { position: relative; display: grid; place-items: center; padding: 18px; overflow: hidden; }
.cl-service-visual::before { position: absolute; width: 180px; height: 180px; border-radius: 50%; content: ""; background: radial-gradient(circle, rgba(20, 141, 255, .18), transparent 68%); }
.cl-service-card:nth-child(3n) .cl-service-visual::before, .cl-service-card:nth-child(5) .cl-service-visual::before, .cl-service-card:nth-child(6) .cl-service-visual::before { background: radial-gradient(circle, rgba(158, 51, 255, .2), transparent 68%); }
.cl-laptop { position: relative; width: 155px; height: 104px; padding: 6px; border: 2px solid #23477e; border-radius: 8px 8px 4px 4px; background: #091328; transform: perspective(400px) rotateY(-8deg) rotateX(3deg); box-shadow: 0 15px 25px rgba(0,0,0,.38), 0 0 23px rgba(16, 135, 255, .17); }
.cl-laptop::after { position: absolute; left: -10px; right: -10px; bottom: -9px; height: 8px; border-radius: 2px 2px 7px 7px; content: ""; background: linear-gradient(#345d91, #142945); }
.cl-laptop > div { height: 100%; padding: 9px; border-radius: 3px; background: linear-gradient(150deg, #081b3b, #101342); }
.cl-laptop i { display: block; width: 58%; height: 10px; margin-bottom: 9px; border-radius: 3px; background: linear-gradient(90deg, #19b8ff, #8d3dff); }
.cl-laptop span { display: block; height: 9px; margin: 6px 0; border-radius: 2px; background: rgba(77, 136, 232, .26); }
.cl-laptop span:nth-child(3) { width: 78%; }.cl-laptop span:nth-child(4){width:48%}
.cl-code-window { position: relative; width: 155px; height: 106px; padding: 22px 12px 10px; border: 1px solid #24487c; border-radius: 8px; background: #071226; box-shadow: 0 14px 24px rgba(0,0,0,.35), 0 0 20px rgba(19, 148, 255, .16); transform: rotateY(-6deg); }
.cl-code-window b { position: absolute; top: 8px; width: 5px; height: 5px; border-radius: 50%; background: #fa5a6c; }.cl-code-window b:nth-child(1){left:10px}.cl-code-window b:nth-child(2){left:19px;background:#ffc34c}.cl-code-window b:nth-child(3){left:28px;background:#48db92}
.cl-code-window i { display: block; height: 5px; margin: 6px 0; border-radius: 4px; background: linear-gradient(90deg, #2aaeff, rgba(92, 73, 255, .6)); }
.cl-code-window i:nth-of-type(1){width:77%}.cl-code-window i:nth-of-type(2){width:58%;margin-left:12%}.cl-code-window i:nth-of-type(3){width:68%}.cl-code-window i:nth-of-type(4){width:46%;margin-left:18%}
.cl-phone-mock { position: relative; width: 76px; height: 135px; padding: 8px; border: 2px solid #3b4e7a; border-radius: 15px; background: #080f21; box-shadow: 0 15px 30px rgba(0,0,0,.42), 0 0 22px rgba(135, 52, 255, .2); transform: rotate(7deg); }
.cl-phone-mock > span { display: block; width: 21px; height: 3px; margin: 0 auto 8px; border-radius: 9px; background: #384b73; }
.cl-phone-mock > div { height: 108px; padding: 10px 7px; border-radius: 9px; background: linear-gradient(160deg,#0b2d63,#27124e); }
.cl-phone-mock i { display: block; height: 8px; margin: 7px 0; border-radius: 3px; background: linear-gradient(90deg,#24c1ff,#9849ff); }.cl-phone-mock i:nth-child(2){width:70%}.cl-phone-mock i:nth-child(3){height:28px}.cl-phone-mock i:nth-child(4){width:58%}
.cl-shop-mock { width: 160px; height: 105px; padding: 12px; border: 1px solid #38437c; border-radius: 9px; background: #090e24; box-shadow: 0 14px 28px rgba(0,0,0,.4), 0 0 22px rgba(147, 55, 255, .18); transform: perspective(400px) rotateY(-9deg); }
.cl-shop-mock > span { display:block;width:62%;height:10px;border-radius:3px;background:linear-gradient(90deg,#8951ff,#d04fff); }
.cl-shop-mock > div { display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:13px; }
.cl-shop-mock i { height:54px;border:1px solid rgba(139,94,255,.25);border-radius:5px;background:linear-gradient(160deg,rgba(60,59,143,.65),rgba(15,18,52,.7)); }
.cl-dashboard-mock { position:relative;width:155px;height:105px;padding:14px;border:1px solid #2f4f83;border-radius:8px;background:#071329;box-shadow:0 14px 28px rgba(0,0,0,.4),0 0 22px rgba(29,141,255,.16); }
.cl-dashboard-mock > span { display:block;width:45%;height:8px;border-radius:2px;background:#22baff; }
.cl-dashboard-mock i { position:absolute;display:block;border-radius:4px;background:rgba(31,103,200,.28); }.cl-dashboard-mock i:nth-child(2){left:14px;top:36px;width:50px;height:50px}.cl-dashboard-mock i:nth-child(3){left:72px;top:36px;width:69px;height:22px}.cl-dashboard-mock i:nth-child(4){left:72px;top:65px;width:31px;height:21px}.cl-dashboard-mock i:nth-child(5){left:110px;top:65px;width:31px;height:21px;background:rgba(141,58,225,.32)}
.cl-rocket-mock { position:relative;width:95px;height:95px;display:grid;place-items:center;border-radius:50%;color:#c36cff;background:radial-gradient(circle,rgba(155,62,255,.3),rgba(49,22,94,.12) 48%,transparent 70%);filter:drop-shadow(0 0 18px rgba(157,59,255,.32));transform:rotate(12deg); }
.cl-rocket-mock svg { width:67px;height:67px;stroke-width:1.25; }

/* Benefits */
.cl-section--benefits { padding-top: 18px; }
.cl-benefit-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.cl-benefit-card { min-height: 195px; padding: 22px 14px 17px; border: 1px solid rgba(75, 139, 241, .24); border-radius: 13px; text-align: center; background: linear-gradient(180deg, rgba(9, 25, 59, .76), rgba(7, 15, 34, .82)); transition:.25s ease; }
.cl-benefit-card:nth-child(n+4) { border-color: rgba(143, 61, 241, .26); }
.cl-benefit-card:hover { transform:translateY(-5px);border-color:rgba(61,174,255,.52); }
.cl-benefit-card > span { width: 50px; height: 50px; display: grid; place-items: center; margin: 0 auto 15px; border-radius: 50%; color: #42bcff; background: radial-gradient(circle, rgba(28, 124, 255, .25), rgba(10, 40, 93, .28)); box-shadow: 0 0 22px rgba(26, 139, 255, .14); }
.cl-benefit-card:nth-child(n+4)>span { color:#c062ff;background:radial-gradient(circle,rgba(145,54,255,.25),rgba(52,17,93,.22)); }
.cl-benefit-card svg { width: 25px; height: 25px; }
.cl-benefit-card h3 { margin:0;font-size:14px;line-height:1.3; }
.cl-benefit-card p { margin:9px 0 0;color:#91a0bd;font-size:10px;line-height:1.55; }

/* Process */
.cl-section--process { padding-top:18px; }
.cl-process-line { position: relative; display:grid;grid-template-columns:repeat(6,1fr);gap:12px; }
.cl-process-line::before { position:absolute;top:43px;left:7%;right:7%;height:1px;content:"";background:linear-gradient(90deg,#1d8fff,#7253ff,#ae47ff);opacity:.48; }
.cl-process-step { position:relative;z-index:1;text-align:center; }
.cl-process-step__icon { position:relative;width:86px;height:86px;display:grid;place-items:center;margin:0 auto 14px;border:1px solid rgba(51,150,255,.44);border-radius:50%;color:#45bfff;background:radial-gradient(circle,rgba(24,110,226,.24),rgba(7,19,45,.95) 66%);box-shadow:0 0 23px rgba(26,133,255,.16),inset 0 0 18px rgba(24,112,225,.12); }
.cl-process-step:nth-child(even) .cl-process-step__icon { border-color:rgba(159,64,255,.5);color:#bd62ff;background:radial-gradient(circle,rgba(130,44,223,.24),rgba(12,17,48,.96) 66%);box-shadow:0 0 23px rgba(148,49,255,.16),inset 0 0 18px rgba(148,49,255,.1); }
.cl-process-step__icon::before { position:absolute;inset:7px;border:1px dashed currentColor;border-radius:50%;content:"";opacity:.28;animation:cl-spin 16s linear infinite; }
.cl-process-step__icon span { position:absolute;top:-7px;left:50%;padding:2px 6px;border-radius:6px;color:#cfeaff;background:#08142e;font-size:8px;font-weight:800;transform:translateX(-50%); }
.cl-process-step__icon svg { width:31px;height:31px; }
.cl-process-step h3 { margin:0;font-size:13px; }
.cl-process-step p { margin:7px auto 0;max-width:160px;color:#91a0bd;font-size:9px;line-height:1.55; }

/* CTA */
.cl-section--cta { padding:18px 0 66px; }
.cl-cta { position:relative;min-height:180px;display:grid;grid-template-columns:1fr 230px 230px;align-items:center;gap:18px;padding:28px 34px;overflow:hidden;border:1px solid rgba(64,137,255,.38);border-radius:18px;background:linear-gradient(105deg,rgba(5,49,119,.92),rgba(14,25,75,.92) 48%,rgba(68,18,112,.92));box-shadow:0 30px 60px rgba(0,0,0,.24),inset 0 1px rgba(255,255,255,.07); }
.cl-cta::before { position:absolute;inset:0;content:"";opacity:.18;background-image:radial-gradient(circle,#77cfff 1px,transparent 1.3px);background-size:18px 18px;mask-image:linear-gradient(90deg,#000,transparent 50%,#000); }
.cl-cta__glow { position:absolute;width:340px;height:340px;border-radius:50%;filter:blur(90px);opacity:.28; }.cl-cta__glow--blue{left:-100px;background:#008dff}.cl-cta__glow--purple{right:-120px;background:#a82fff}
.cl-cta__content { position:relative;z-index:2; }
.cl-cta__content > span { color:#55c7ff;font-size:10px;font-weight:800;letter-spacing:.16em; }
.cl-cta h2 { margin:5px 0 8px;font-size:clamp(25px,2.5vw,39px);line-height:1.15;letter-spacing:-.045em; }
.cl-cta p { max-width:610px;margin:0;color:#c3cae0;font-size:12px; }
.cl-cta__robot { position:relative;z-index:2;align-self:end;width:190px;max-height:170px;object-fit:contain;object-position:top;filter:drop-shadow(0 12px 14px rgba(0,0,0,.35)); }
.cl-cta__actions { position:relative;z-index:2;display:grid;gap:10px; }
.cl-section--cta-inner { padding-top:55px; }

/* Footer */
.cl-footer { position:relative;padding:55px 0 18px;border-top:1px solid rgba(91,141,227,.14);background:rgba(2,7,18,.72); }
.cl-footer__top { display:grid;grid-template-columns:1.35fr repeat(3,.8fr) 1.2fr;gap:35px;padding-bottom:35px; }
.cl-footer__brand p { max-width:300px;margin:18px 0;color:#8e9bb8;font-size:11px; }
.cl-footer__socials { display:flex;gap:8px; }
.cl-footer__socials a { width:31px;height:31px;display:grid;place-items:center;border:1px solid rgba(91,142,229,.24);border-radius:50%;color:#b7c6e6;background:rgba(11,25,55,.5);font-size:11px;font-weight:800;transition:.2s ease; }
.cl-footer__socials a:hover { color:white;border-color:#33baff;box-shadow:0 0 16px rgba(40,173,255,.16); }
.cl-footer__column { display:flex;flex-direction:column;align-items:flex-start;gap:8px; }
.cl-footer__column h3 { margin:0 0 6px;font-size:12px; }
.cl-footer__column a,.cl-footer__column>span { color:#8997b5;font-size:10px;transition:color .2s ease; }
.cl-footer__column a:hover { color:#fff; }
.cl-footer__contact a,.cl-footer__contact>span { display:flex;align-items:flex-start;gap:8px; }
.cl-footer__contact svg { width:13px;height:13px;margin-top:1px;color:#58c1ff; }
.cl-footer__portal { margin-top:8px!important;padding:8px 10px;border:1px solid rgba(82,151,255,.2);border-radius:8px;background:rgba(15,44,92,.34); }
.cl-footer__portal svg { width:14px;height:14px; }
.cl-footer__bottom { display:flex;align-items:center;justify-content:space-between;padding-top:18px;border-top:1px solid rgba(86,129,204,.12);color:#63708d;font-size:9px; }
.cl-footer__bottom>div { display:flex;gap:20px; }
.cl-footer__bottom a:hover { color:#cbd8f5; }

/* Inner pages */
.cl-inner-hero { position:relative;padding:175px 0 100px;overflow:hidden;text-align:center;background:linear-gradient(180deg,rgba(4,13,34,.65),rgba(5,11,27,.3)); }
.cl-inner-hero::before { position:absolute;inset:0;content:"";opacity:.17;background-image:linear-gradient(rgba(51,108,190,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(51,108,190,.16) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(#000,transparent 90%); }
.cl-inner-hero__glow { position:absolute;top:-180px;left:50%;width:840px;height:480px;border-radius:50%;background:radial-gradient(ellipse,rgba(29,121,255,.28),rgba(134,44,255,.13) 45%,transparent 72%);filter:blur(48px);transform:translateX(-50%); }
.cl-inner-hero .cl-container { position:relative;z-index:2; }
.cl-inner-hero h1 { max-width:970px;margin:20px auto 14px;font-size:clamp(44px,5vw,78px);line-height:1.07;letter-spacing:-.055em; }
.cl-inner-hero p { max-width:760px;margin:0 auto;color:#aab7d1;font-size:16px; }
.cl-inner-hero__actions { display:flex;justify-content:center;gap:12px;margin-top:28px; }
.cl-section--catalog { padding-top:60px; }
.cl-catalog-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:16px; }
.cl-catalog-card { position:relative;min-height:340px;padding:28px;border:1px solid rgba(56,137,255,.3);border-radius:18px;background:linear-gradient(145deg,rgba(8,27,64,.82),rgba(5,13,33,.9));box-shadow:inset 0 1px rgba(255,255,255,.035);transition:.25s ease;overflow:hidden; }
.cl-catalog-card::before { position:absolute;top:-90px;right:-90px;width:220px;height:220px;border-radius:50%;content:"";background:radial-gradient(circle,rgba(24,145,255,.19),transparent 70%); }
.cl-catalog-card--purple { border-color:rgba(146,57,255,.32); }.cl-catalog-card--purple::before{background:radial-gradient(circle,rgba(158,54,255,.19),transparent 70%)}
.cl-catalog-card:hover { transform:translateY(-6px);border-color:rgba(51,182,255,.65);box-shadow:0 24px 55px rgba(0,0,0,.28),0 0 26px rgba(38,128,255,.1); }
.cl-catalog-card__head { display:flex;align-items:center;justify-content:space-between; }
.cl-catalog-card__head>span { width:54px;height:54px;display:grid;place-items:center;border:1px solid rgba(71,156,255,.34);border-radius:15px;color:#43c0ff;background:rgba(13,66,139,.25);box-shadow:0 0 20px rgba(40,158,255,.13); }
.cl-catalog-card--purple .cl-catalog-card__head>span { color:#bd66ff;border-color:rgba(171,73,255,.34);background:rgba(95,28,151,.2); }
.cl-catalog-card__head svg { width:27px;height:27px; }
.cl-catalog-card__arrow { width:23px!important;height:23px!important;color:#6e7f9f;transition:.2s ease; }.cl-catalog-card:hover .cl-catalog-card__arrow{color:white;transform:translateX(4px)}
.cl-catalog-card>small { display:block;margin-top:22px;color:#48bfff;font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase; }
.cl-catalog-card h2 { margin:7px 0 10px;font-size:24px;line-height:1.22;letter-spacing:-.035em; }
.cl-catalog-card>p { margin:0;color:#98a7c4;font-size:12px; }
.cl-catalog-card ul { display:grid;gap:7px;margin:20px 0 0;padding:0;list-style:none; }
.cl-catalog-card li { display:flex;align-items:center;gap:8px;color:#c3cee5;font-size:10px; }.cl-catalog-card li svg{width:13px;height:13px;color:#31c6ff}
.cl-empty-state { grid-column:1/-1;padding:60px;text-align:center;color:var(--cl-muted);border:1px dashed var(--cl-line);border-radius:18px; }

/* Detail */
.cl-detail-hero { position:relative;min-height:720px;padding:170px 0 90px;overflow:hidden; }
.cl-detail-hero::before { position:absolute;right:-180px;top:-120px;width:850px;height:850px;border-radius:50%;content:"";background:radial-gradient(circle,rgba(24,133,255,.23),rgba(104,54,255,.1) 43%,transparent 70%);filter:blur(20px); }
.cl-detail-hero--purple::before { background:radial-gradient(circle,rgba(151,55,255,.25),rgba(32,97,255,.1) 45%,transparent 70%); }
.cl-detail-hero__grid { position:absolute;inset:0;opacity:.2;background-image:linear-gradient(rgba(58,113,194,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(58,113,194,.15) 1px,transparent 1px);background-size:58px 58px;mask-image:linear-gradient(#000,transparent 95%); }
.cl-detail-hero__layout { position:relative;z-index:2;display:grid;grid-template-columns:1fr 520px;align-items:center;gap:70px; }
.cl-detail-hero__content h1 { max-width:800px;margin:21px 0 17px;font-size:clamp(50px,5.2vw,80px);line-height:1.04;letter-spacing:-.06em; }
.cl-detail-hero__content>p { max-width:700px;margin:0;color:#acb9d4;font-size:17px;line-height:1.75; }
.cl-back-link { display:inline-block;margin-bottom:20px;color:#7687a8;font-size:11px; }.cl-back-link:hover{color:white}
.cl-detail-hero__actions { display:flex;gap:12px;margin-top:30px; }
.cl-detail-orb { position:relative;width:430px;height:430px;display:grid;place-items:center;margin:auto;border-radius:50%;background:radial-gradient(circle,rgba(11,77,158,.35),rgba(8,19,47,.2) 45%,transparent 70%); }
.cl-detail-orb::before { position:absolute;inset:65px;border:1px solid rgba(66,170,255,.3);border-radius:50%;content:"";box-shadow:0 0 55px rgba(19,142,255,.12),inset 0 0 55px rgba(23,128,255,.1); }
.cl-detail-orb>span { width:145px;height:145px;display:grid;place-items:center;border:1px solid rgba(65,174,255,.48);border-radius:40px;color:#40c5ff;background:linear-gradient(145deg,rgba(15,75,153,.6),rgba(22,26,83,.64));box-shadow:0 0 45px rgba(30,144,255,.25),inset 0 1px rgba(255,255,255,.1);transform:rotate(-7deg); }
.cl-detail-hero--purple .cl-detail-orb>span { color:#c46cff;border-color:rgba(180,85,255,.5);background:linear-gradient(145deg,rgba(91,34,151,.62),rgba(21,31,86,.62));box-shadow:0 0 45px rgba(156,54,255,.22); }
.cl-detail-orb>span svg { width:72px;height:72px;stroke-width:1.3; }
.cl-detail-orb__ring { position:absolute;inset:22px;border:1px dashed rgba(58,167,255,.3);border-radius:50%;animation:cl-spin 24s linear infinite; }.cl-detail-orb__ring--two{inset:102px;border-style:solid;border-color:rgba(155,62,255,.28);animation-direction:reverse;animation-duration:17s}
.cl-detail-chip { position:absolute;padding:9px 13px;border:1px solid rgba(72,148,255,.28);border-radius:9px;color:#c4d5f3;background:rgba(7,18,44,.82);box-shadow:0 10px 25px rgba(0,0,0,.22);font-size:10px;font-weight:700; }.cl-detail-chip--one{top:50px;right:3px}.cl-detail-chip--two{left:-10px;top:195px}.cl-detail-chip--three{right:12px;bottom:62px}
.cl-section--detail { padding-top:90px; }
.cl-detail-intro { display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:80px;margin-bottom:42px; }
.cl-detail-intro h2 { max-width:620px;margin:0;font-size:clamp(33px,3.4vw,53px);line-height:1.12;letter-spacing:-.05em; }
.cl-detail-intro>p { margin:0;color:#9ba9c5;font-size:14px;line-height:1.8; }
.cl-feature-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:14px; }
.cl-feature-card { min-height:190px;padding:23px;border:1px solid rgba(63,137,245,.24);border-radius:15px;background:linear-gradient(145deg,rgba(9,27,61,.72),rgba(6,14,34,.8)); }
.cl-feature-card>span { width:35px;height:35px;display:grid;place-items:center;border-radius:10px;color:#42c2ff;background:rgba(20,99,207,.24); }.cl-feature-card svg{width:17px;height:17px}.cl-feature-card h3{margin:16px 0 8px;font-size:16px}.cl-feature-card p{margin:0;color:#8999b8;font-size:11px}
.cl-section--dark-panel { padding:80px 0;background:linear-gradient(180deg,rgba(7,15,36,.2),rgba(8,17,42,.72),rgba(7,14,32,.2)); }
.cl-solution-showcase { display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:75px; }
.cl-showcase-window { position:relative;width:100%;height:410px;display:grid;grid-template-columns:92px 1fr;grid-template-rows:44px 1fr;overflow:hidden;border:1px solid rgba(71,152,255,.35);border-radius:18px;background:#071127;box-shadow:0 32px 70px rgba(0,0,0,.36),0 0 48px rgba(36,126,255,.1);transform:perspective(900px) rotateY(5deg) rotateX(2deg); }
.cl-showcase-window__top { grid-column:1/-1;display:flex;align-items:center;gap:7px;padding:0 15px;border-bottom:1px solid rgba(72,132,224,.16);color:#8090b0;font-size:9px; }.cl-showcase-window__top i{width:6px;height:6px;border-radius:50%;background:#ff5d74}.cl-showcase-window__top i:nth-child(2){background:#ffbd55}.cl-showcase-window__top i:nth-child(3){background:#42d892}.cl-showcase-window__top span{margin-left:auto}
.cl-showcase-window__sidebar { display:flex;flex-direction:column;gap:13px;padding:20px 14px;border-right:1px solid rgba(71,132,219,.14);background:rgba(5,13,31,.6); }.cl-showcase-window__sidebar b{height:10px;border-radius:3px;background:rgba(68,118,201,.2)}.cl-showcase-window__sidebar b:first-child{background:linear-gradient(90deg,#1d9cff,#6b52ff)}
.cl-showcase-window__main { padding:22px; }
.cl-showcase-metrics { display:grid;grid-template-columns:repeat(3,1fr);gap:11px; }.cl-showcase-metrics span{height:70px;border:1px solid rgba(67,138,241,.2);border-radius:9px;background:linear-gradient(145deg,rgba(16,47,96,.68),rgba(9,23,51,.75))}.cl-showcase-metrics span:nth-child(3){border-color:rgba(148,60,242,.24)}
.cl-showcase-chart { height:150px;margin-top:14px;padding:14px;border:1px solid rgba(66,137,238,.19);border-radius:10px;background:rgba(8,22,49,.67); }.cl-showcase-chart i{display:block;height:100%;background:linear-gradient(180deg,transparent,rgba(27,129,255,.12)),url("data:image/svg+xml,%3Csvg viewBox='0 0 400 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 110 C50 90 58 120 100 80 S170 110 210 55 S280 86 325 35 S360 52 400 18' fill='none' stroke='%2320b6ff' stroke-width='3'/%3E%3C/svg%3E") center/100% 100% no-repeat; }
.cl-showcase-list { display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px; }.cl-showcase-list b{height:50px;border-radius:8px;background:rgba(42,81,146,.19)}
.cl-solution-showcase__content h2 { margin:5px 0 16px;font-size:clamp(35px,3.7vw,57px);line-height:1.1;letter-spacing:-.05em; }.cl-solution-showcase__content>p{color:#99a8c5;font-size:14px;line-height:1.8}.cl-solution-showcase__content ul{display:grid;gap:12px;margin:25px 0 0;padding:0;list-style:none}.cl-solution-showcase__content li{display:flex;align-items:center;gap:10px;color:#c6d0e5;font-size:12px}.cl-solution-showcase__content li svg{width:16px;height:16px;color:#35c3ff}

/* About */
.cl-inner-hero--about h1 { max-width:1050px; }
.cl-about-grid { display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:start; }
.cl-about-copy h2 { margin:5px 0 18px;font-size:clamp(35px,4vw,59px);line-height:1.1;letter-spacing:-.05em; }.cl-about-copy p{color:#99a8c4;font-size:14px;line-height:1.82}
.cl-about-values { display:grid;grid-template-columns:1fr 1fr;gap:14px; }.cl-about-values article{min-height:210px;padding:25px;border:1px solid rgba(63,137,245,.24);border-radius:16px;background:linear-gradient(145deg,rgba(9,27,61,.72),rgba(6,14,34,.8))}.cl-about-values article>span{width:45px;height:45px;display:grid;place-items:center;border-radius:12px;color:#43c2ff;background:rgba(19,94,196,.24)}.cl-about-values article:nth-child(even)>span{color:#bd61ff;background:rgba(116,38,182,.21)}.cl-about-values svg{width:22px;height:22px}.cl-about-values h3{margin:16px 0 8px;font-size:16px}.cl-about-values p{margin:0;color:#8f9ebd;font-size:11px}

/* Forms */
.cl-form-page { position:relative;min-height:900px;padding:150px 0 95px;overflow:hidden; }
.cl-form-page::before { position:absolute;inset:0;content:"";opacity:.14;background-image:linear-gradient(rgba(52,111,199,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(52,111,199,.15) 1px,transparent 1px);background-size:55px 55px;mask-image:linear-gradient(#000,transparent 95%); }
.cl-form-page__glow { position:absolute;top:-160px;right:-50px;width:750px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(33,117,255,.22),rgba(137,45,255,.13) 45%,transparent 72%);filter:blur(44px); }
.cl-form-page__grid { position:relative;z-index:2;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:75px; }
.cl-form-page__intro h1 { max-width:650px;margin:21px 0 18px;font-size:clamp(48px,5.3vw,78px);line-height:1.03;letter-spacing:-.06em; }.cl-form-page__intro>p{max-width:610px;color:#a6b3ce;font-size:15px;line-height:1.8}
.cl-contact-cards { display:grid;gap:10px;margin-top:30px; }.cl-contact-cards>a,.cl-contact-cards>div{display:flex;align-items:center;gap:14px;padding:13px 15px;border:1px solid rgba(71,143,246,.21);border-radius:12px;background:rgba(8,23,53,.64)}.cl-contact-cards>a>span,.cl-contact-cards>div>span{width:39px;height:39px;display:grid;place-items:center;border-radius:10px;color:#43c2ff;background:rgba(22,96,194,.22)}.cl-contact-cards svg{width:19px;height:19px}.cl-contact-cards small{display:block;color:#71809f;font-size:9px}.cl-contact-cards strong{font-size:12px}
.cl-form-card { padding:30px;border:1px solid rgba(73,145,255,.3);border-radius:20px;background:linear-gradient(145deg,rgba(9,27,63,.86),rgba(5,13,32,.92));box-shadow:0 34px 75px rgba(0,0,0,.3),inset 0 1px rgba(255,255,255,.035);backdrop-filter:blur(18px); }
.cl-form-card form { display:grid;gap:15px; }
.cl-form-row { display:grid;grid-template-columns:1fr 1fr;gap:13px; }
.cl-form-card label { display:grid;gap:7px;color:#c4cee3;font-size:10px;font-weight:700; }
.cl-form-card input,.cl-form-card select,.cl-form-card textarea { width:100%;border:1px solid rgba(85,139,225,.22);border-radius:10px;outline:none;color:#f6f8ff;background:rgba(3,11,29,.72);transition:.2s ease; }.cl-form-card input,.cl-form-card select{height:47px;padding:0 13px}.cl-form-card textarea{padding:13px;resize:vertical}.cl-form-card input:focus,.cl-form-card select:focus,.cl-form-card textarea:focus{border-color:#24b7ff;box-shadow:0 0 0 3px rgba(35,170,255,.09)}.cl-form-card option{background:#071329}
.cl-checkbox { display:flex!important;grid-template-columns:18px 1fr!important;align-items:flex-start!important;gap:9px!important;color:#8493b0!important;font-weight:500!important;line-height:1.5!important; }.cl-checkbox input{width:16px!important;height:16px!important;margin-top:2px;accent-color:#168fff}
.cl-form-alert { margin-bottom:16px;padding:12px 14px;border-radius:10px;font-size:11px; }.cl-form-alert--error{border:1px solid rgba(255,85,115,.33);color:#ffb5c3;background:rgba(129,22,45,.2)}.cl-form-alert--error ul{margin:5px 0 0;padding-left:18px}.cl-form-alert--success{display:flex;align-items:center;gap:9px;border:1px solid rgba(53,226,167,.3);color:#a8f5d8;background:rgba(25,118,86,.2)}.cl-form-alert--success svg{width:17px;height:17px}
.cl-quote-steps { display:grid;gap:11px;margin-top:30px; }.cl-quote-steps>div{display:grid;grid-template-columns:48px 1fr;column-gap:12px;align-items:center;padding:12px;border:1px solid rgba(73,143,241,.18);border-radius:12px;background:rgba(8,22,52,.55)}.cl-quote-steps span{grid-row:span 2;width:43px;height:43px;display:grid;place-items:center;border:1px solid rgba(58,167,255,.34);border-radius:50%;color:#4bc3ff;background:rgba(15,79,164,.2);font-size:10px;font-weight:800}.cl-quote-steps strong{font-size:12px}.cl-quote-steps small{color:#8796b4;font-size:9px}

/* Reveal */
.cl-reveal { opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease;transition-delay:var(--delay,0ms); }.cl-reveal--delay{--delay:150ms}.cl-reveal.is-visible{opacity:1;transform:none}

@keyframes cl-float-robot { 0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-9px)} }
@keyframes cl-float-card { 0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)} }
@keyframes cl-spin { to{transform:rotate(360deg)} }

/* Responsive */
@media (max-width: 1280px) {
    .cl-container { width:min(1180px,calc(100% - 36px)); }
    .cl-nav__link { padding-inline:8px;font-size:11px; }
    .cl-header__login { display:none; }
    .cl-hero__grid { grid-template-columns:minmax(0,.9fr) minmax(540px,1.1fr); }
    .cl-hero__visual { transform:scale(.91);transform-origin:center right; }
    .cl-ecosystem-grid { grid-template-columns:repeat(4,1fr); }
    .cl-benefit-grid { grid-template-columns:repeat(3,1fr); }
    .cl-footer__top { grid-template-columns:1.25fr repeat(2,.8fr) 1fr; }.cl-footer__column:nth-of-type(4){display:none}
}

@media (max-width: 1050px) {
    :root{--cl-header-height:74px}
    .cl-nav,.cl-header__actions>.cl-header__login,.cl-header__actions>.cl-button { display:none; }
    .cl-mobile-toggle { display:flex; }
    .cl-header__inner { justify-content:space-between; }
    .cl-hero { padding-top:125px; }
    .cl-hero__grid { grid-template-columns:1fr; }
    .cl-hero__content { text-align:center; }.cl-hero h1,.cl-hero__content>p{margin-left:auto;margin-right:auto}.cl-hero__buttons,.cl-stats{justify-content:center}.cl-stats{max-width:670px;margin-inline:auto;margin-top:35px}
    .cl-hero__visual { width:800px;max-width:100%;margin:0 auto;transform:scale(.95);transform-origin:center top; }
    .cl-hero { min-height:1370px; }
    .cl-service-grid { grid-template-columns:1fr 1fr; }.cl-service-card{min-height:240px}
    .cl-process-line { grid-template-columns:repeat(3,1fr);row-gap:35px; }.cl-process-line::before{display:none}
    .cl-cta { grid-template-columns:1fr 180px; }.cl-cta__actions{grid-column:1/-1;grid-template-columns:1fr 1fr}.cl-cta__robot{grid-column:2;grid-row:1}
    .cl-catalog-grid { grid-template-columns:1fr 1fr; }
    .cl-detail-hero__layout { grid-template-columns:1fr; }.cl-detail-hero__content{text-align:center}.cl-detail-hero__content>p{margin-inline:auto}.cl-detail-hero__actions{justify-content:center}.cl-detail-orb{margin-top:20px}.cl-detail-hero{padding-bottom:40px}
    .cl-solution-showcase { grid-template-columns:1fr; }.cl-solution-showcase__content{text-align:center}.cl-solution-showcase__content li{justify-content:center}
    .cl-form-page__grid { grid-template-columns:1fr; }.cl-form-page__intro{text-align:center}.cl-form-page__intro>p{margin-inline:auto}.cl-contact-cards,.cl-quote-steps{max-width:650px;margin-inline:auto}.cl-form-card{max-width:760px;width:100%;margin-inline:auto}
    .cl-footer__top { grid-template-columns:1.5fr repeat(2,1fr); }.cl-footer__contact{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);align-items:start}.cl-footer__contact h3{grid-column:1/-1}
}

@media (max-width: 760px) {
    .cl-container { width:calc(100% - 24px); }
    .cl-section { padding:52px 0; }
    .cl-section-heading { margin-bottom:28px; }.cl-section-heading h2{font-size:30px}
    .cl-header__inner { gap:10px; }.cl-brand img{width:38px;height:38px}.cl-brand strong{font-size:14px}
    .cl-hero { min-height:auto;padding:110px 0 40px; }.cl-hero h1{font-size:43px}.cl-hero__content>p{font-size:13px}.cl-hero__buttons{flex-direction:column;max-width:350px;margin-inline:auto;margin-top:25px}.cl-stats{grid-template-columns:1fr 1fr;gap:18px;margin-top:30px;text-align:left}.cl-stats>div{justify-content:center}.cl-hero__visual{height:590px;width:100%;margin-top:10px;transform:none}.cl-robot-stage{width:100%;height:540px}.cl-hero-robot{width:280px;bottom:75px}.cl-stage-ring--outer{width:410px;max-width:115%;}.cl-stage-ring--inner{width:300px}.cl-orbit--one{width:390px;height:390px}.cl-orbit--two{width:300px;height:300px}.cl-float-card{width:160px;min-height:90px;padding:10px}.cl-float-card--sales{top:25px;left:0}.cl-float-card--pipeline{top:25px;right:0}.cl-float-card--automation{top:225px;left:-5px}.cl-float-card--traffic{top:215px;right:-5px}.cl-float-card--integration{left:5px;bottom:70px}.cl-float-card--health{right:5px;bottom:70px}.cl-float-card header{font-size:7px}.cl-float-card>strong{font-size:13px}.cl-line-chart{height:35px}
    .cl-section--ecosystem .cl-container,.cl-section--services .cl-container,.cl-section--benefits .cl-container,.cl-section--process .cl-container{padding:28px 12px 14px}.cl-ecosystem-grid{grid-template-columns:1fr 1fr;}.cl-eco-card{min-height:170px}.cl-ecosystem-grid::before{display:none}
    .cl-service-grid { grid-template-columns:1fr; }.cl-service-card{grid-template-columns:1.1fr .9fr}
    .cl-benefit-grid { grid-template-columns:1fr 1fr; }.cl-benefit-card{min-height:180px}
    .cl-process-line { grid-template-columns:1fr 1fr; }
    .cl-cta { grid-template-columns:1fr;padding:26px 22px;text-align:center}.cl-cta__robot{grid-column:1;grid-row:auto;width:130px;margin:0 auto;max-height:125px}.cl-cta__actions{grid-column:1;grid-template-columns:1fr}.cl-cta p{margin-inline:auto}
    .cl-footer__top { grid-template-columns:1fr 1fr; }.cl-footer__brand{grid-column:1/-1}.cl-footer__contact{grid-template-columns:1fr;}.cl-footer__bottom{flex-direction:column;align-items:flex-start;gap:12px}.cl-footer__bottom>div{flex-wrap:wrap}
    .cl-inner-hero{padding:130px 0 70px}.cl-inner-hero h1{font-size:43px}.cl-inner-hero p{font-size:13px}.cl-inner-hero__actions{flex-direction:column;max-width:340px;margin-inline:auto;margin-top:24px}
    .cl-catalog-grid { grid-template-columns:1fr; }.cl-catalog-card{min-height:310px}
    .cl-detail-hero{padding:130px 0 50px}.cl-detail-hero__content h1{font-size:45px}.cl-detail-hero__content>p{font-size:13px}.cl-detail-hero__actions{flex-direction:column;max-width:340px;margin-inline:auto}.cl-detail-orb{width:330px;height:330px;max-width:100%}.cl-detail-orb>span{width:115px;height:115px;border-radius:31px}.cl-detail-orb>span svg{width:58px;height:58px}.cl-detail-chip--one{right:5px}.cl-detail-chip--two{left:2px}.cl-detail-chip--three{right:4px}
    .cl-detail-intro { grid-template-columns:1fr;gap:20px;text-align:center }.cl-detail-intro h2{font-size:35px}.cl-feature-grid{grid-template-columns:1fr}.cl-showcase-window{height:300px;grid-template-columns:65px 1fr}.cl-showcase-window__main{padding:12px}.cl-showcase-metrics span{height:48px}.cl-showcase-chart{height:110px}
    .cl-about-grid { grid-template-columns:1fr;gap:40px }.cl-about-copy{text-align:center}.cl-about-values{grid-template-columns:1fr}
    .cl-form-page{padding:125px 0 65px}.cl-form-page__intro h1{font-size:43px}.cl-form-row{grid-template-columns:1fr}.cl-form-card{padding:20px}.cl-form-page__grid{gap:40px}
}

@media (max-width: 450px) {
    .cl-hero h1,.cl-inner-hero h1,.cl-detail-hero__content h1,.cl-form-page__intro h1{font-size:36px}
    .cl-hero__visual{height:550px}.cl-hero-robot{width:235px;bottom:95px}.cl-stage-ring--outer{width:340px}.cl-stage-ring--inner{width:245px}.cl-orbit--one{width:320px;height:320px}.cl-orbit--two{width:245px;height:245px}
    .cl-float-card{width:137px}.cl-float-card--automation{top:215px}.cl-float-card--traffic{top:210px}.cl-float-card--integration,.cl-float-card--health{bottom:65px}.cl-integration-icons span{min-width:29px;padding:0 3px}
    .cl-benefit-grid,.cl-process-line{grid-template-columns:1fr}.cl-process-step{max-width:260px;margin-inline:auto}
    .cl-service-card{grid-template-columns:1fr;}.cl-service-visual{min-height:135px}.cl-service-card__content{padding-bottom:5px}
    .cl-footer__top{grid-template-columns:1fr}.cl-footer__brand{grid-column:auto}
    .cl-mobile-menu__children{grid-template-columns:1fr}
}

@media (prefers-reduced-motion: reduce) {
    *,*::before,*::after { scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important; }
    .cl-reveal { opacity:1;transform:none; }
}

/* ======================================================================
   CreaLabs Public v0.1.1 — Fullwidth Visual Fidelity
   Reference: dark navy / electric blue / violet, edge-to-edge page bands.
   ====================================================================== */
:root {
    --cl-bg: #020714;
    --cl-bg-2: #061026;
    --cl-panel: rgba(7, 18, 44, .82);
    --cl-panel-solid: #07142e;
    --cl-line: rgba(61, 137, 255, .28);
    --cl-line-strong: rgba(49, 184, 255, .62);
    --cl-text: #f8fbff;
    --cl-muted: #9ba9c8;
    --cl-blue: #14b9ff;
    --cl-blue-2: #1574ff;
    --cl-purple: #aa3dff;
    --cl-purple-2: #6e30ff;
    --cl-green: #30e6a5;
    --cl-header-height: 88px;
}

.cl-body {
    background:
        radial-gradient(circle at 18% 2%, rgba(0, 118, 255, .14), transparent 29%),
        radial-gradient(circle at 82% 8%, rgba(153, 36, 255, .13), transparent 31%),
        linear-gradient(180deg, #020612 0%, #03091a 42%, #020611 100%);
}

/* Full-width shell: sections span the viewport; content has only safe gutters. */
.cl-container {
    width: calc(100% - clamp(28px, 5vw, 104px));
    max-width: 1720px;
    margin-inline: auto;
}

.cl-home-band {
    width: 100%;
    isolation: isolate;
}

.cl-section {
    padding: 74px 0;
}

.cl-section-heading {
    margin-bottom: 34px;
}

.cl-section-heading > span,
.cl-section-label {
    color: #2ab9ff;
    text-shadow: 0 0 16px rgba(34, 184, 255, .42);
}

.cl-section-heading h2 {
    font-size: clamp(30px, 2.5vw, 46px);
}

/* Header — edge-to-edge, visually matching the reference. */
.cl-header {
    height: var(--cl-header-height);
    background: linear-gradient(180deg, rgba(2, 7, 20, .82), rgba(2, 7, 20, .18));
}

.cl-header.is-scrolled {
    background: rgba(2, 7, 19, .9);
    border-color: rgba(50, 135, 255, .18);
    box-shadow: 0 14px 45px rgba(0, 0, 0, .22);
}

.cl-header__inner {
    gap: 42px;
}

.cl-brand img {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    filter: drop-shadow(0 0 16px rgba(24, 183, 255, .25));
}

.cl-brand strong {
    font-size: 17px;
}

.cl-brand small {
    font-size: 11px;
}

.cl-nav {
    gap: 10px;
}

.cl-nav__link {
    padding-inline: 14px;
    color: #e2e8f6;
    font-size: 12px;
}

.cl-nav__link.is-active {
    color: #29bfff;
}

.cl-nav__link.is-active::after {
    bottom: 16px;
    background: #22b8ff;
    box-shadow: 0 0 15px rgba(34, 184, 255, .72);
}

/* Hero */
.cl-hero {
    min-height: 875px;
    padding: 126px 0 62px;
    background:
        linear-gradient(90deg, rgba(4, 13, 35, .16), transparent 44%, rgba(38, 8, 72, .08)),
        radial-gradient(ellipse at 74% 46%, rgba(22, 97, 255, .12), transparent 39%);
}

.cl-hero::before {
    opacity: .23;
    background-size: 52px 52px;
}

.cl-hero::after {
    height: 115px;
    background: linear-gradient(to bottom, transparent, #03091a);
}

.cl-hero__particles {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: .42;
    pointer-events: none;
    background-image:
        radial-gradient(circle at 17% 28%, rgba(44, 190, 255, .7) 0 1px, transparent 1.7px),
        radial-gradient(circle at 69% 18%, rgba(123, 76, 255, .72) 0 1px, transparent 1.8px),
        radial-gradient(circle at 82% 58%, rgba(201, 66, 255, .6) 0 1px, transparent 1.7px),
        radial-gradient(circle at 39% 68%, rgba(35, 125, 255, .55) 0 1px, transparent 1.7px);
    background-size: 81px 81px, 109px 109px, 97px 97px, 123px 123px;
    mask-image: linear-gradient(to bottom, #000 0 78%, transparent 100%);
}

.cl-hero__grid {
    grid-template-columns: minmax(0, .92fr) minmax(650px, 1.08fr);
    gap: 26px;
}

.cl-hero__content {
    padding-left: max(0px, 1.2vw);
}

.cl-kicker {
    padding: 7px 12px;
    border-color: rgba(33, 181, 255, .68);
    border-radius: 6px;
    color: #aee6ff;
    background: rgba(5, 30, 70, .62);
    box-shadow: inset 0 0 24px rgba(0, 126, 255, .1), 0 0 18px rgba(0, 137, 255, .12);
    font-size: 11px;
}

.cl-kicker::before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: "";
    background: #28c2ff;
    box-shadow: 0 0 10px #28c2ff;
}

.cl-hero h1 {
    max-width: 690px;
    margin: 19px 0 17px;
    font-size: clamp(48px, 4.15vw, 76px);
    line-height: 1.035;
    letter-spacing: -.057em;
}

.cl-hero h1 span {
    background: linear-gradient(90deg, #13bfff 0%, #377cff 45%, #a53cff 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.cl-hero__content > p {
    max-width: 620px;
    color: #bac4da;
    font-size: clamp(13px, 1.05vw, 17px);
    line-height: 1.72;
}

.cl-button {
    border-radius: 9px;
}

.cl-button--primary {
    background: linear-gradient(95deg, #0d9cff 0%, #246fff 50%, #982cff 100%);
    box-shadow: 0 12px 30px rgba(28, 91, 255, .3), 0 0 20px rgba(73, 61, 255, .18), inset 0 1px rgba(255,255,255,.3);
}

.cl-button--ghost {
    border-color: rgba(113, 92, 255, .58);
    background: rgba(5, 15, 38, .68);
}

.cl-stats {
    max-width: 650px;
    margin-top: 35px;
    gap: 17px;
}

.cl-stat-icon {
    border: 0;
    color: #6b78ff;
    background: transparent;
    box-shadow: none;
}

.cl-stat-icon svg {
    width: 24px;
    height: 24px;
    filter: drop-shadow(0 0 7px currentColor);
}

.cl-stats strong {
    font-size: 16px;
}

.cl-stats small {
    color: #aab5cc;
    font-size: 9px;
}

.cl-hero__visual {
    height: 650px;
}

.cl-robot-stage {
    width: 520px;
    height: 620px;
    bottom: 0;
}

.cl-hero-robot {
    width: 375px;
    max-height: 560px;
    bottom: 62px;
    filter:
        drop-shadow(0 30px 30px rgba(0, 8, 31, .82))
        drop-shadow(-10px 0 25px rgba(26, 176, 255, .13))
        drop-shadow(12px 0 25px rgba(166, 58, 255, .12));
}

.cl-stage-ring--outer {
    width: 610px;
    height: 190px;
    border-color: rgba(18, 144, 255, .66);
    box-shadow: 0 0 15px #128cff, inset 0 0 25px #733aff;
}

.cl-stage-ring--middle {
    bottom: 44px;
    width: 485px;
    height: 150px;
    border: 1px solid rgba(92, 62, 255, .65);
    box-shadow: 0 0 18px rgba(37, 128, 255, .7), inset 0 0 24px rgba(152, 51, 255, .55);
}

.cl-stage-ring--inner {
    width: 355px;
    height: 112px;
}

.cl-stage-glow {
    width: 500px;
    height: 95px;
    background: radial-gradient(ellipse, rgba(19, 189, 255, .86), rgba(100, 43, 255, .38) 48%, transparent 73%);
}

.cl-orbit--one {
    width: 555px;
    height: 555px;
    border-color: rgba(35, 137, 255, .25);
}

.cl-orbit--two {
    width: 425px;
    height: 425px;
    border-color: rgba(171, 59, 255, .21);
}

.cl-float-card {
    width: 200px;
    min-height: 103px;
    border-color: rgba(48, 143, 255, .47);
    border-radius: 9px;
    background:
        linear-gradient(145deg, rgba(8, 26, 63, .94), rgba(5, 13, 34, .85));
    box-shadow:
        0 18px 38px rgba(0, 0, 0, .4),
        inset 0 1px rgba(255, 255, 255, .04),
        0 0 22px rgba(0, 128, 255, .09);
}

.cl-float-card--sales { top: 38px; left: 4px; }
.cl-float-card--pipeline { top: 38px; right: 2px; }
.cl-float-card--automation { top: 242px; left: -13px; }
.cl-float-card--traffic { top: 232px; right: -13px; }
.cl-float-card--integration { left: 11px; bottom: 93px; }
.cl-float-card--health { right: 10px; bottom: 96px; }

/* Full-width section bands. No outer rounded/boxed wrapper. */
.cl-section--ecosystem,
.cl-section--services,
.cl-section--benefits,
.cl-section--process {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(49, 116, 215, .1);
    border-bottom: 1px solid rgba(49, 116, 215, .1);
    background:
        radial-gradient(circle at 12% 30%, rgba(0, 109, 255, .065), transparent 28%),
        radial-gradient(circle at 88% 30%, rgba(150, 39, 255, .065), transparent 30%),
        linear-gradient(180deg, rgba(6, 16, 39, .72), rgba(3, 10, 26, .62));
}

.cl-section--services,
.cl-section--process {
    background:
        radial-gradient(circle at 85% 20%, rgba(126, 31, 255, .055), transparent 27%),
        linear-gradient(180deg, rgba(3, 10, 28, .58), rgba(6, 15, 38, .73));
}

.cl-section--ecosystem .cl-container,
.cl-section--services .cl-container,
.cl-section--benefits .cl-container,
.cl-section--process .cl-container {
    position: relative;
    z-index: 2;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.cl-section--ecosystem { padding-top: 54px; padding-bottom: 58px; }
.cl-section--services { padding-top: 55px; padding-bottom: 58px; }
.cl-section--benefits { padding-top: 54px; padding-bottom: 56px; }
.cl-section--process { padding-top: 52px; padding-bottom: 56px; }

.cl-band-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    filter: blur(105px);
    opacity: .1;
    pointer-events: none;
}

.cl-band-glow--blue { left: -170px; top: -140px; background: #008dff; }
.cl-band-glow--purple { right: -170px; bottom: -160px; background: #a22fff; }

/* Ecosystem cards */
.cl-ecosystem-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 12px;
}

.cl-ecosystem-grid::before {
    top: 49%;
    left: 3%;
    right: 3%;
    opacity: .5;
    box-shadow: 0 0 16px rgba(41, 136, 255, .2);
}

.cl-eco-card {
    min-height: 212px;
    padding: 24px 16px 18px;
    border: 1px solid rgba(43, 141, 255, .48);
    border-radius: 10px;
    text-align: center;
    background:
        linear-gradient(180deg, rgba(9, 27, 64, .84), rgba(5, 14, 35, .9));
    box-shadow:
        inset 0 1px rgba(255,255,255,.035),
        0 0 18px rgba(27, 132, 255, .055);
}

.cl-eco-card:nth-child(n+5) {
    border-color: rgba(153, 53, 255, .5);
}

.cl-eco-card::before {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    content: "";
    pointer-events: none;
    opacity: .18;
    background: linear-gradient(150deg, rgba(26, 172, 255, .18), transparent 44%, rgba(135, 48, 255, .12));
}

.cl-eco-card__icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 18px;
    border: 0;
    border-radius: 0;
    color: #28baff;
    background: transparent;
    box-shadow: none;
}

.cl-eco-card:nth-child(n+5) .cl-eco-card__icon {
    color: #bd58ff;
    border: 0;
    background: transparent;
}

.cl-eco-card__icon svg {
    width: 50px;
    height: 50px;
    stroke-width: 1.45;
    filter: drop-shadow(0 0 5px currentColor) drop-shadow(0 0 12px currentColor);
}

.cl-eco-card strong {
    font-size: 14px;
}

.cl-eco-card p {
    max-width: 145px;
    margin: 9px auto 0;
    color: #a5b1ca;
    font-size: 10px;
    line-height: 1.55;
}

.cl-eco-card__arrow {
    position: absolute;
    right: 11px;
    bottom: 10px;
}

/* Services */
.cl-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.cl-service-card {
    min-height: 250px;
    grid-template-columns: 1.14fr .86fr;
    border: 1px solid rgba(47, 138, 255, .48);
    border-radius: 11px;
    background:
        linear-gradient(120deg, rgba(8, 28, 68, .92), rgba(4, 13, 34, .9) 58%, rgba(9, 18, 48, .88));
    box-shadow: inset 0 1px rgba(255,255,255,.035), 0 0 20px rgba(0, 111, 255, .045);
}

.cl-service-card:nth-child(3),
.cl-service-card:nth-child(5),
.cl-service-card:nth-child(6) {
    border-color: rgba(146, 54, 255, .52);
}

.cl-service-card__content {
    padding: 27px 10px 24px 26px;
}

.cl-service-card__icon {
    display: none;
}

.cl-service-card h3 {
    margin: 0 0 10px;
    font-size: 18px;
}

.cl-service-card p {
    max-width: 260px;
    color: #a8b4cc;
    font-size: 11px;
    line-height: 1.62;
}

.cl-circle-arrow {
    width: 31px;
    height: 31px;
    margin-top: 23px;
    color: #86d8ff;
    background: linear-gradient(145deg, #196de1, #2843bc);
    box-shadow: 0 0 14px rgba(27, 132, 255, .28);
}

.cl-service-visual {
    min-height: 100%;
}

.cl-service-visual::before {
    opacity: 1;
    background: radial-gradient(circle, rgba(24, 118, 255, .23), transparent 67%);
}

.cl-service-card:nth-child(3) .cl-service-visual::before,
.cl-service-card:nth-child(5) .cl-service-visual::before,
.cl-service-card:nth-child(6) .cl-service-visual::before {
    background: radial-gradient(circle, rgba(158, 51, 255, .22), transparent 67%);
}

.cl-laptop,
.cl-code-window,
.cl-shop-mock,
.cl-dashboard-mock {
    transform: scale(1.08);
    filter: drop-shadow(0 15px 22px rgba(0,0,0,.42));
}

.cl-nodes-mock {
    position: relative;
    width: 150px;
    height: 150px;
}

.cl-nodes-mock::before,
.cl-nodes-mock::after {
    position: absolute;
    inset: 31px;
    border: 1px solid rgba(68, 149, 255, .34);
    border-radius: 28px;
    content: "";
    transform: rotate(45deg);
    box-shadow: 0 0 18px rgba(72, 131, 255, .16);
}

.cl-nodes-mock::after {
    inset: 49px;
    border-color: rgba(164, 70, 255, .48);
}

.cl-nodes-mock span,
.cl-nodes-mock i {
    position: absolute;
    z-index: 2;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(72, 171, 255, .55);
    border-radius: 9px;
    background: #0b2450;
    box-shadow: 0 0 15px rgba(48, 155, 255, .32);
}

.cl-nodes-mock span { left: 61px; top: 61px; width: 34px; height: 34px; border-color: rgba(177, 78, 255, .58); background: #32156c; }
.cl-nodes-mock i:nth-child(2) { left: 7px; top: 20px; }
.cl-nodes-mock i:nth-child(3) { right: 7px; top: 20px; border-color: rgba(174, 78, 255, .58); }
.cl-nodes-mock i:nth-child(4) { left: 7px; bottom: 20px; }
.cl-nodes-mock i:nth-child(5) { right: 7px; bottom: 20px; border-color: rgba(174, 78, 255, .58); }
.cl-nodes-mock i:nth-child(6) { left: 61px; top: 4px; }

.cl-rocket-mock svg {
    width: 94px;
    height: 94px;
    color: #a754ff;
    filter: drop-shadow(0 0 7px #a754ff) drop-shadow(0 0 21px rgba(162, 65, 255, .5));
}

/* Benefits */
.cl-benefit-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.cl-benefit-card {
    min-height: 190px;
    padding: 25px 14px 18px;
    border: 1px solid rgba(48, 137, 255, .43);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(9, 27, 64, .84), rgba(5, 14, 35, .88));
}

.cl-benefit-card:nth-child(n+4) {
    border-color: rgba(145, 54, 255, .46);
}

.cl-benefit-card > span {
    width: 62px;
    height: 62px;
    color: #2fbaff;
    background: transparent;
    box-shadow: none;
}

.cl-benefit-card:nth-child(n+4) > span {
    color: #bd58ff;
    background: transparent;
}

.cl-benefit-card svg {
    width: 48px;
    height: 48px;
    stroke-width: 1.4;
    filter: drop-shadow(0 0 5px currentColor) drop-shadow(0 0 12px currentColor);
}

.cl-benefit-card h3 {
    max-width: 150px;
    margin-inline: auto;
    font-size: 14px;
}

.cl-benefit-card p {
    max-width: 170px;
    margin-inline: auto;
    font-size: 10px;
}

/* Process */
.cl-process-line {
    gap: 18px;
}

.cl-process-line::before {
    top: 47px;
    left: 7%;
    right: 7%;
    opacity: .7;
    background: linear-gradient(90deg, #108fff, #435cff 48%, #b13dff);
    box-shadow: 0 0 12px rgba(67, 101, 255, .45);
}

.cl-process-step__icon {
    width: 94px;
    height: 94px;
    border-width: 2px;
    border-color: rgba(46, 155, 255, .68);
    color: #31baff;
    box-shadow: 0 0 20px rgba(26,133,255,.24), inset 0 0 22px rgba(24,112,225,.16);
}

.cl-process-step:nth-child(even) .cl-process-step__icon {
    border-color: rgba(167, 63, 255, .7);
    color: #bd58ff;
    box-shadow: 0 0 20px rgba(148,49,255,.25), inset 0 0 22px rgba(148,49,255,.14);
}

.cl-process-step__icon svg {
    width: 39px;
    height: 39px;
    filter: drop-shadow(0 0 5px currentColor);
}

.cl-process-step h3 {
    font-size: 14px;
}

.cl-process-step p {
    max-width: 180px;
    font-size: 9px;
}

/* CTA remains a highlighted card, but reaches the full content width. */
.cl-section--cta {
    padding: 32px 0 42px;
    background: linear-gradient(180deg, rgba(3, 10, 27, .58), rgba(2, 7, 18, .82));
}

.cl-cta {
    min-height: 190px;
    grid-template-columns: 1fr 270px 250px;
    padding: 31px 48px;
    border-radius: 11px;
    border-color: rgba(50, 128, 255, .52);
    background:
        radial-gradient(circle at 17% 56%, rgba(0, 131, 255, .28), transparent 36%),
        radial-gradient(circle at 88% 45%, rgba(170, 42, 255, .32), transparent 36%),
        linear-gradient(102deg, #063b8f 0%, #102461 48%, #54167d 100%);
}

.cl-cta h2 {
    font-size: clamp(28px, 2.4vw, 42px);
}

.cl-cta p {
    max-width: 670px;
    font-size: 13px;
}

.cl-cta__robot {
    width: 215px;
    max-height: 185px;
}

/* Footer */
.cl-footer {
    padding-top: 48px;
    background: #020713;
}

.cl-footer__top {
    gap: 48px;
}

/* Desktop scaling */
@media (min-width: 1600px) {
    .cl-hero__grid { grid-template-columns: minmax(0, .9fr) minmax(700px, 1.1fr); }
    .cl-hero__visual { height: 680px; }
    .cl-robot-stage { width: 560px; height: 650px; }
    .cl-hero-robot { width: 395px; }
    .cl-float-card { width: 216px; }
    .cl-eco-card { min-height: 220px; }
    .cl-service-card { min-height: 268px; }
}

@media (max-width: 1320px) {
    .cl-container { width: calc(100% - 40px); }
    .cl-hero__grid { grid-template-columns: minmax(0, .9fr) minmax(570px, 1.1fr); }
    .cl-hero__visual { transform: scale(.92); transform-origin: center right; }
    .cl-ecosystem-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .cl-eco-card { min-height: 190px; }
    .cl-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cl-benefit-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1050px) {
    .cl-hero { min-height: 1320px; }
    .cl-hero__visual { transform: scale(.95); transform-origin: center top; }
    .cl-section--ecosystem,
    .cl-section--services,
    .cl-section--benefits,
    .cl-section--process { padding-block: 52px; }
}

@media (max-width: 760px) {
    .cl-container { width: calc(100% - 24px); }
    .cl-hero { padding-top: 108px; }
    .cl-hero h1 { font-size: 42px; }
    .cl-hero__visual { height: 600px; }
    .cl-ecosystem-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cl-eco-card { min-height: 185px; }
    .cl-service-grid { grid-template-columns: 1fr; }
    .cl-service-card { min-height: 225px; }
    .cl-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cl-process-line { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cl-cta { padding: 28px 22px; border-radius: 10px; }
}

@media (max-width: 450px) {
    .cl-hero h1 { font-size: 35px; }
    .cl-eco-card { padding-inline: 10px; }
    .cl-eco-card__icon { width: 54px; height: 54px; }
    .cl-eco-card__icon svg { width: 43px; height: 43px; }
    .cl-benefit-grid,
    .cl-process-line { grid-template-columns: 1fr; }
    .cl-benefit-card,
    .cl-process-step { max-width: 300px; width: 100%; margin-inline: auto; }
}
/* Public Page Builder: original homepage design stays intact. */
.cl-home-section-visibility { display: contents; }
.cl-service-visual__image {
    position: relative;
    z-index: 2;
    display: block;
    width: min(100%, 235px);
    max-height: 220px;
    object-fit: contain;
    filter: drop-shadow(0 18px 26px rgba(0, 0, 0, .42));
    transition: transform .35s ease, filter .35s ease;
}
.cl-service-card:hover .cl-service-visual__image {
    transform: translateY(-4px) scale(1.025);
    filter: drop-shadow(0 22px 30px rgba(18, 126, 255, .28));
}
@media (min-width: 768px) {
    .cl-home-section-visibility--mobile { display: none; }
}
@media (max-width: 767px) {
    .cl-home-section-visibility--desktop { display: none; }
    .cl-service-visual__image { max-height: 180px; }
}
