.elementor-244 .elementor-element.elementor-element-5b05578{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-5b05578 *//* =========================================================
   CHICAIM CRM PAGE
   Connected CRM / Customer Operations
   ========================================================= */

.chicaim-crm-page {
    --crm-bg: #030612;
    --crm-bg-2: #070b1b;
    --crm-card: rgba(15, 19, 38, .82);
    --crm-card-2: rgba(20, 23, 45, .72);
    --crm-border: rgba(255,255,255,.09);
    --crm-text: #f7f7fb;
    --crm-muted: #a9aec5;
    --crm-purple: #9b4dff;
    --crm-pink: #ec00c8;
    --crm-orange: #ff9d1c;
    --crm-blue: #6f7cff;
    --crm-radius: 20px;

    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(157, 50, 255, .13),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 30%,
            rgba(236, 0, 200, .08),
            transparent 28%
        ),
        var(--crm-bg);

    color: var(--crm-text);

    font-family:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;

    overflow: hidden;
}


/* =========================================================
   RESET
   ========================================================= */

.chicaim-crm-page *,
.chicaim-crm-page *::before,
.chicaim-crm-page *::after {
    box-sizing: border-box;
}

.chicaim-crm-page h1,
.chicaim-crm-page h2,
.chicaim-crm-page h3,
.chicaim-crm-page p {
    margin-top: 0;
}

.chicaim-crm-page a {
    text-decoration: none;
}


/* =========================================================
   CONTAINER
   ========================================================= */

.crm-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}


/* =========================================================
   HERO
   ========================================================= */

.crm-hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    padding: 110px 0 100px;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 75% 45%,
            rgba(142, 60, 255, .15),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #07021a 0%,
            #030612 55%,
            #090016 100%
        );
}

.crm-hero::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image:
        radial-gradient(
            rgba(255,255,255,.08) 1px,
            transparent 1px
        );

    background-size: 42px 42px;

    opacity: .14;
    pointer-events: none;
}


.crm-glow {
    position: absolute;
    width: 420px;
    height: 420px;

    border-radius: 50%;

    filter: blur(100px);

    opacity: .12;

    pointer-events: none;
}

.crm-glow-1 {
    background: #a900ff;
    top: -180px;
    left: -150px;
}

.crm-glow-2 {
    background: #ff00c8;
    right: -150px;
    bottom: -180px;
}


.crm-hero-grid {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: 1.05fr .95fr;

    align-items: center;

    gap: 80px;
}


.crm-eyebrow,
.crm-section-label {
    display: inline-flex;
    align-items: center;

    padding: 9px 15px;

    border: 1px solid rgba(190,120,255,.2);

    background: rgba(142,64,255,.08);

    border-radius: 999px;

    color: #c98cff;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: .12em;
}


.crm-hero h1 {
    max-width: 680px;

    margin: 28px 0 24px;

    font-size: clamp(48px, 6vw, 78px);

    line-height: .98;

    letter-spacing: -.055em;

    font-weight: 800;
}

.crm-hero h1 span,
.crm-section-heading h2 span,
.crm-channel-copy h2 span,
.crm-ai-copy h2 span,
.crm-hub-copy h2 span,
.crm-cta h2 span {
    background:
        linear-gradient(
            100deg,
            #ffbd1c 0%,
            #ff5d8d 48%,
            #a56bff 100%
        );

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
}


.crm-hero-text {
    max-width: 650px;

    color: #e6e7f1;

    font-size: 21px;
    line-height: 1.65;

    margin-bottom: 14px;
}

.crm-hero-subtext {
    max-width: 630px;

    color: var(--crm-muted);

    font-size: 15px;
    line-height: 1.8;
}


.crm-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;

    margin-top: 32px;
}


.crm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 48px;

    padding: 0 22px;

    border-radius: 10px;

    font-size: 13px;
    font-weight: 700;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.crm-btn:hover {
    transform: translateY(-2px);
}


.crm-btn-primary {
    color: #fff;

    background:
        linear-gradient(
            110deg,
            #8d3dff,
            #ee00bd
        );

    box-shadow:
        0 12px 30px rgba(194,0,255,.18);
}


.crm-btn-secondary {
    color: #e6e7f4;

    border: 1px solid rgba(255,255,255,.14);

    background: rgba(255,255,255,.035);
}


.crm-trust-line {
    margin-top: 25px;

    color: #777d96;

    font-size: 11px;
}


/* =========================================================
   HERO DASHBOARD
   ========================================================= */

.crm-hero-visual {
    position: relative;

    min-height: 480px;

    display: flex;
    align-items: center;
    justify-content: center;
}


.crm-dashboard {
    position: relative;

    width: min(470px, 100%);

    padding: 24px;

    border: 1px solid rgba(255,255,255,.1);

    border-radius: 24px;

    background:
        linear-gradient(
            145deg,
            rgba(25,30,57,.94),
            rgba(10,12,28,.92)
        );

    box-shadow:
        0 40px 100px rgba(0,0,0,.4),
        0 0 80px rgba(134,44,255,.12);

    transform: perspective(1000px) rotateY(-5deg);
}


.crm-dashboard-top {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 28px;
}


.crm-mini-label {
    color: #8d94b1;

    font-size: 9px;
    letter-spacing: .12em;
}


.crm-live {
    display: flex;
    align-items: center;
    gap: 6px;

    color: #76e4a6;

    font-size: 9px;
    font-weight: 700;
}

.crm-live i {
    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #5cf2a0;

    box-shadow: 0 0 10px #5cf2a0;
}


.crm-dashboard-title {
    font-size: 25px;
    font-weight: 700;

    margin-bottom: 20px;
}


.crm-dashboard-stats {
    display: grid;
    grid-template-columns: repeat(3,1fr);

    gap: 10px;
}


.crm-dashboard-stats > div {
    padding: 14px;

    border: 1px solid rgba(255,255,255,.06);

    border-radius: 12px;

    background: rgba(255,255,255,.035);
}


.crm-dashboard-stats small {
    display: block;

    color: #777e9d;

    font-size: 9px;
}


.crm-dashboard-stats strong {
    display: block;

    margin-top: 6px;

    font-size: 23px;
}


.crm-dashboard-stats em {
    display: block;

    margin-top: 4px;

    color: #62dda0;

    font-size: 9px;

    font-style: normal;
}


.crm-chart {
    position: relative;

    height: 170px;

    margin-top: 28px;

    border-bottom: 1px solid rgba(255,255,255,.08);

    background:
        repeating-linear-gradient(
            to bottom,
            transparent 0,
            transparent 39px,
            rgba(255,255,255,.045) 40px
        );
}


.crm-chart-line {
    position: absolute;

    left: 5%;
    right: 5%;
    bottom: 30px;

    height: 95px;

    border-top: 3px solid #c247ff;

    border-radius: 50%;

    transform:
        rotate(-10deg)
        skewX(-12deg);

    box-shadow:
        0 0 20px rgba(194,71,255,.5);
}


.crm-chart-point {
    position: absolute;

    width: 9px;
    height: 9px;

    border-radius: 50%;

    background: #fff;

    box-shadow:
        0 0 15px #c247ff;
}

.crm-chart-point.p1 {
    left: 8%;
    bottom: 48px;
}

.crm-chart-point.p2 {
    left: 28%;
    bottom: 69px;
}

.crm-chart-point.p3 {
    left: 48%;
    bottom: 84px;
}

.crm-chart-point.p4 {
    left: 69%;
    bottom: 108px;
}

.crm-chart-point.p5 {
    right: 8%;
    bottom: 128px;
}


.crm-dashboard-footer {
    display: flex;
    flex-wrap: wrap;

    gap: 16px;

    margin-top: 20px;

    color: #858ba6;

    font-size: 9px;
}


.crm-dashboard-footer div {
    display: flex;
    align-items: center;
    gap: 6px;
}


.crm-dot {
    width: 6px;
    height: 6px;

    border-radius: 50%;
}

.crm-dot.purple {
    background: #a45cff;
}

.crm-dot.pink {
    background: #ec00c8;
}

.crm-dot.orange {
    background: #ff9d1c;
}


.crm-floating-card {
    position: absolute;

    padding: 16px 18px;

    border: 1px solid rgba(255,255,255,.1);

    border-radius: 14px;

    background: rgba(15,17,36,.92);

    box-shadow: 0 20px 50px rgba(0,0,0,.35);
}

.crm-floating-card strong {
    display: block;

    font-size: 22px;

    background:
        linear-gradient(
            90deg,
            #d359ff,
            #ff55bd
        );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.crm-floating-card span {
    display: block;

    margin-top: 3px;

    color: #858ba3;

    font-size: 9px;
}

.crm-card-one {
    top: 70px;
    right: -10px;
}

.crm-card-two {
    bottom: 65px;
    left: -30px;
}


/* =========================================================
   GENERIC SECTIONS
   ========================================================= */

.crm-intro,
.crm-integrations,
.crm-adds,
.crm-workflow,
.crm-channels,
.crm-ai,
.crm-analytics,
.crm-industries,
.crm-hub,
.crm-cta {
    position: relative;

    padding: 120px 0;
}


.crm-center {
    text-align: center;
}


.crm-section-heading {
    max-width: 760px;

    margin: 0 auto 60px;
}

.crm-section-heading h2,
.crm-channel-copy h2,
.crm-ai-copy h2,
.crm-hub-copy h2,
.crm-cta h2 {
    margin: 22px 0 18px;

    font-size: clamp(36px, 5vw, 58px);

    line-height: 1.03;

    letter-spacing: -.045em;

    font-weight: 800;
}


.crm-section-heading p {
    max-width: 650px;

    margin: 0 auto;

    color: var(--crm-muted);

    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   INTRO
   ========================================================= */

.crm-intro {
    padding-bottom: 80px;

    background:
        radial-gradient(
            circle at 50% 20%,
            rgba(131,51,255,.1),
            transparent 35%
        );
}


.crm-intro h2 {
    margin: 22px auto;

    max-width: 850px;

    font-size: clamp(38px, 5vw, 62px);

    line-height: 1.05;

    letter-spacing: -.045em;
}

.crm-intro h2 span {
    display: block;

    background:
        linear-gradient(
            90deg,
            #fff,
            #bd8aff
        );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.crm-intro p {
    max-width: 720px;

    margin: auto;

    color: var(--crm-muted);

    line-height: 1.8;
}


/* =========================================================
   INTEGRATIONS
   ========================================================= */

.crm-integrations {
    background: #040817;
}


.crm-integration-grid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 16px;
}


.crm-integration-card {
    position: relative;

    min-height: 330px;

    padding: 28px;

    border: 1px solid var(--crm-border);

    border-radius: var(--crm-radius);

    background:
        linear-gradient(
            145deg,
            rgba(18,22,44,.92),
            rgba(8,11,27,.9)
        );

    overflow: hidden;

    transition:
        transform .3s ease,
        border-color .3s ease;
}

.crm-integration-card:hover {
    transform: translateY(-6px);

    border-color: rgba(193,70,255,.45);
}


.crm-integration-card.featured {
    background:
        radial-gradient(
            circle at 90% 0%,
            rgba(193,60,255,.16),
            transparent 50%
        ),
        linear-gradient(
            145deg,
            rgba(25,22,52,.96),
            rgba(8,11,27,.94)
        );
}


.crm-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    margin-bottom: 34px;

    border-radius: 13px;

    background:
        linear-gradient(
            135deg,
            #7f37ff,
            #e700c6
        );

    color: #fff;

    font-size: 16px;
    font-weight: 800;

    box-shadow:
        0 10px 30px rgba(170,0,255,.18);
}


.crm-card-number {
    position: absolute;

    top: 27px;
    right: 27px;

    color: #4e536b;

    font-size: 10px;
    font-weight: 700;
}


.crm-integration-card h3 {
    margin-bottom: 12px;

    font-size: 22px;
}


.crm-integration-card p {
    color: var(--crm-muted);

    font-size: 13px;
    line-height: 1.7;

    min-height: 88px;
}


.crm-integration-card a {
    color: #c576ff;

    font-size: 11px;
    font-weight: 700;
}


/* =========================================================
   FEATURES
   ========================================================= */

.crm-feature-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 16px;
}


.crm-feature-card {
    position: relative;

    min-height: 285px;

    padding: 28px;

    border: 1px solid var(--crm-border);

    border-radius: var(--crm-radius);

    background:
        linear-gradient(
            145deg,
            rgba(18,21,42,.9),
            rgba(8,10,25,.92)
        );

    overflow: hidden;
}


.crm-feature-card::after {
    content: "";

    position: absolute;

    width: 120px;
    height: 120px;

    right: -50px;
    bottom: -50px;

    border-radius: 50%;

    background: #a600ff;

    filter: blur(60px);

    opacity: .08;
}


.crm-feature-number {
    color: #555b75;

    font-size: 10px;
    font-weight: 700;
}


.crm-feature-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;

    margin: 30px 0 22px;

    border-radius: 12px;

    background:
        linear-gradient(
            135deg,
            rgba(174,65,255,.2),
            rgba(239,0,199,.08)
        );

    border: 1px solid rgba(196,85,255,.18);

    color: #c05dff;

    font-size: 12px;
    font-weight: 800;
}


.crm-feature-card h3 {
    margin-bottom: 10px;

    font-size: 20px;
}


.crm-feature-card p {
    color: var(--crm-muted);

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================================
   WORKFLOW
   ========================================================= */

.crm-workflow {
    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(108,44,255,.09),
            transparent 40%
        );
}


.crm-flow {
    display: flex;

    align-items: center;

    justify-content: center;
}


.crm-flow-item {
    position: relative;

    width: 220px;

    text-align: center;
}


.crm-flow-item > span {
    display: block;

    margin-bottom: 16px;

    color: #656b84;

    font-size: 10px;
}


.crm-flow-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 64px;
    height: 64px;

    margin: auto;

    border-radius: 18px;

    background:
        linear-gradient(
            135deg,
            #762fff,
            #e700c5
        );

    box-shadow:
        0 15px 40px rgba(162,0,255,.18);

    color: #fff;

    font-size: 10px;
    font-weight: 800;
}


.crm-flow-item h3 {
    margin: 18px 0 8px;

    font-size: 18px;
}


.crm-flow-item p {
    color: #858ba5;

    font-size: 11px;

    line-height: 1.65;
}


.crm-flow-line {
    width: 80px;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            rgba(190,74,255,.1),
            rgba(190,74,255,.7),
            rgba(190,74,255,.1)
        );
}


/* =========================================================
   CHANNELS
   ========================================================= */

.crm-channels {
    background: #050819;
}


.crm-channel-layout {
    display: grid;

    grid-template-columns:
        .85fr 1.15fr;

    align-items: center;

    gap: 90px;
}


.crm-channel-copy p {
    max-width: 540px;

    color: var(--crm-muted);

    font-size: 14px;

    line-height: 1.8;
}


.crm-channel-map {
    position: relative;

    min-height: 480px;
}


.crm-channel-center {
    position: absolute;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    width: 160px;
    height: 160px;

    display: flex;

    flex-direction: column;

    justify-content: center;
    align-items: center;

    border-radius: 50%;

    border: 1px solid rgba(205,80,255,.4);

    background:
        radial-gradient(
            circle,
            rgba(142,53,255,.24),
            rgba(11,13,31,.96) 65%
        );

    box-shadow:
        0 0 80px rgba(153,41,255,.15);
}


.crm-channel-center small {
    color: #b466ff;

    font-size: 8px;
    letter-spacing: .12em;
}


.crm-channel-center strong {
    margin-top: 8px;

    text-align: center;

    font-size: 22px;

    line-height: 1.05;
}


.crm-channel-node {
    position: absolute;

    padding: 14px 20px;

    border: 1px solid rgba(255,255,255,.09);

    border-radius: 12px;

    background: rgba(18,20,41,.88);

    color: #d9dbea;

    font-size: 11px;

    box-shadow:
        0 20px 40px rgba(0,0,0,.25);
}


.crm-channel-node::after {
    content: "";

    position: absolute;

    width: 80px;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            rgba(177,69,255,.6),
            transparent
        );
}


.node-top {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.node-top::after {
    top: 100%;
    left: 50%;
    transform: rotate(90deg);
}

.node-left {
    top: 42%;
    left: 2%;
}

.node-left::after {
    left: 100%;
    top: 50%;
}

.node-right {
    top: 42%;
    right: 2%;
}

.node-right::after {
    right: 100%;
    top: 50%;
    transform: rotate(180deg);
}

.node-bottom-left {
    bottom: 30px;
    left: 16%;
}

.node-bottom-left::after {
    left: 100%;
    top: 0;
    transform: rotate(-35deg);
}

.node-bottom-right {
    bottom: 30px;
    right: 16%;
}

.node-bottom-right::after {
    right: 100%;
    top: 0;
    transform: rotate(215deg);
}


/* =========================================================
   AI
   ========================================================= */

.crm-ai {
    background:
        radial-gradient(
            circle at 10% 50%,
            rgba(146,49,255,.1),
            transparent 30%
        );
}


.crm-ai-panel {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    align-items: center;

    gap: 70px;

    padding: 70px;

    border: 1px solid rgba(255,255,255,.08);

    border-radius: 28px;

    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(236,0,200,.13),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            rgba(21,24,48,.94),
            rgba(9,11,26,.96)
        );
}


.crm-ai-copy h2 {
    max-width: 550px;
}


.crm-ai-copy p {
    color: var(--crm-muted);

    line-height: 1.8;
}


.crm-ai-copy ul {
    list-style: none;

    padding: 0;
    margin: 28px 0 0;
}


.crm-ai-copy li {
    display: flex;

    align-items: center;

    gap: 12px;

    margin: 13px 0;

    color: #d9dbea;

    font-size: 13px;
}


.crm-ai-copy li span {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 22px;
    height: 22px;

    border-radius: 50%;

    background: rgba(185,64,255,.13);

    color: #c46cff;

    font-size: 10px;
}


.crm-ai-visual {
    display: flex;

    justify-content: center;
}


.crm-ai-window {
    width: 100%;
    max-width: 460px;

    padding: 22px;

    border: 1px solid rgba(255,255,255,.08);

    border-radius: 18px;

    background:
        linear-gradient(
            145deg,
            #171a35,
            #0a0d20
        );

    box-shadow:
        0 30px 80px rgba(0,0,0,.35);
}


.crm-ai-window-head {
    display: flex;

    justify-content: space-between;

    padding-bottom: 18px;

    border-bottom: 1px solid rgba(255,255,255,.07);

    color: #777e9c;

    font-size: 9px;
    letter-spacing: .1em;
}


.crm-ai-window-head i {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #4fe69b;

    box-shadow: 0 0 12px #4fe69b;
}


.crm-ai-message {
    display: flex;

    gap: 15px;

    padding: 25px 0;
}


.crm-ai-avatar {
    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 40px;

    width: 40px;
    height: 40px;

    border-radius: 12px;

    background:
        linear-gradient(
            135deg,
            #8b3dff,
            #e500c6
        );

    font-size: 10px;
    font-weight: 800;
}


.crm-ai-message strong {
    display: block;

    margin-bottom: 7px;

    font-size: 13px;
}


.crm-ai-message p {
    margin: 0;

    color: #858ba5;

    font-size: 11px;

    line-height: 1.6;
}


.crm-ai-actions {
    display: flex;

    gap: 8px;
}


.crm-ai-actions button {
    padding: 10px 13px;

    border: 1px solid rgba(255,255,255,.08);

    border-radius: 8px;

    background: rgba(255,255,255,.04);

    color: #bfc3d4;

    font-size: 9px;
}


/* =========================================================
   ANALYTICS
   ========================================================= */

.crm-analytics {
    background: #040611;
}


.crm-analytics-grid {
    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 16px;
}


.crm-metric-card {
    padding: 30px;

    border: 1px solid rgba(255,255,255,.08);

    border-radius: 20px;

    background:
        linear-gradient(
            145deg,
            rgba(17,20,40,.9),
            rgba(8,10,24,.92)
        );
}


.crm-metric-card small {
    display: block;

    color: #717790;

    font-size: 9px;
    letter-spacing: .1em;
}


.crm-metric-card strong {
    display: inline-block;

    margin: 15px 10px 20px 0;

    font-size: 40px;
}


.crm-metric-card span {
    color: #55e39a;

    font-size: 10px;
}


.crm-mini-chart {
    display: flex;

    align-items: flex-end;

    gap: 7px;

    height: 70px;
}


.crm-mini-chart i {
    display: block;

    flex: 1;

    border-radius: 4px 4px 0 0;

    background:
        linear-gradient(
            to top,
            #7135ff,
            #d944ff
        );

    opacity: .75;
}

.crm-mini-chart i:nth-child(1) {
    height: 25%;
}

.crm-mini-chart i:nth-child(2) {
    height: 40%;
}

.crm-mini-chart i:nth-child(3) {
    height: 35%;
}

.crm-mini-chart i:nth-child(4) {
    height: 58%;
}

.crm-mini-chart i:nth-child(5) {
    height: 72%;
}

.crm-mini-chart i:nth-child(6) {
    height: 92%;
}


/* =========================================================
   INDUSTRIES
   ========================================================= */

.crm-industry-grid {
    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    gap: 14px;
}


.crm-industry-card {
    min-height: 230px;

    padding: 25px;

    border: 1px solid rgba(255,255,255,.08);

    border-radius: 18px;

    background: rgba(14,17,36,.72);
}


.crm-industry-card span {
    color: #777d96;

    font-size: 10px;
}


.crm-industry-card h3 {
    margin: 38px 0 12px;

    font-size: 18px;
}


.crm-industry-card p {
    color: #858ba4;

    font-size: 12px;

    line-height: 1.7;
}


/* =========================================================
   HUB
   ========================================================= */

.crm-hub {
    padding-top: 80px;
}


.crm-hub-panel {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    align-items: center;

    gap: 80px;

    padding: 75px;

    border-radius: 28px;

    border: 1px solid rgba(255,255,255,.08);

    background:
        radial-gradient(
            circle at 90% 50%,
            rgba(235,0,200,.16),
            transparent 35%
        ),
        linear-gradient(
            120deg,
            #0c1228,
            #160d2b
        );
}


.crm-hub-copy p {
    max-width: 520px;

    color: var(--crm-muted);

    line-height: 1.8;
}


.crm-hub-stack {
    position: relative;

    min-height: 310px;
}


.crm-stack-card {
    position: absolute;

    width: 290px;

    padding: 28px;

    border-radius: 18px;

    border: 1px solid rgba(255,255,255,.08);

    background: #12162d;

    box-shadow: 0 30px 60px rgba(0,0,0,.3);
}


.card-back {
    top: 0;
    left: 70px;

    transform: rotate(7deg);

    color: #777d98;
}

.card-middle {
    top: 45px;
    left: 35px;

    transform: rotate(-3deg);

    color: #aeb2c6;
}

.card-front {
    top: 85px;
    left: 0;

    background:
        linear-gradient(
            135deg,
            #1a1640,
            #10132a
        );
}


.card-front small {
    display: block;

    margin-bottom: 18px;

    color: #a862ff;

    font-size: 9px;
    letter-spacing: .1em;
}


.card-front strong {
    display: block;

    font-size: 27px;

    line-height: 1.1;
}


.crm-stack-bars {
    display: flex;

    align-items: flex-end;

    gap: 7px;

    height: 65px;

    margin-top: 22px;
}


.crm-stack-bars i {
    flex: 1;

    border-radius: 4px 4px 0 0;

    background:
        linear-gradient(
            to top,
            #7836ff,
            #dc41ff
        );
}

.crm-stack-bars i:nth-child(1) {
    height: 35%;
}

.crm-stack-bars i:nth-child(2) {
    height: 55%;
}

.crm-stack-bars i:nth-child(3) {
    height: 72%;
}

.crm-stack-bars i:nth-child(4) {
    height: 100%;
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.crm-cta {
    padding: 110px 0 130px;
}


.crm-cta-panel {
    position: relative;

    padding: 85px 40px;

    text-align: center;

    border: 1px solid rgba(255,255,255,.09);

    border-radius: 28px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(211,53,255,.18),
            transparent 45%
        ),
        linear-gradient(
            135deg,
            #0c122b,
            #160b28
        );
}


.crm-cta-panel::before {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    left: 50%;
    top: -180px;

    transform: translateX(-50%);

    border-radius: 50%;

    background: #a600ff;

    filter: blur(120px);

    opacity: .12;
}


.crm-cta-panel > * {
    position: relative;
    z-index: 2;
}


.crm-cta h2 {
    max-width: 800px;

    margin-left: auto;
    margin-right: auto;
}


.crm-cta p {
    max-width: 600px;

    margin: 0 auto;

    color: var(--crm-muted);

    line-height: 1.8;
}


.crm-cta .crm-buttons {
    justify-content: center;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1050px) {

    .crm-hero-grid {
        grid-template-columns: 1fr;

        gap: 60px;
    }

    .crm-hero-content {
        text-align: center;
    }

    .crm-hero-text,
    .crm-hero-subtext {
        margin-left: auto;
        margin-right: auto;
    }

    .crm-buttons {
        justify-content: center;
    }

    .crm-trust-line {
        text-align: center;
    }

    .crm-hero-visual {
        max-width: 600px;

        margin: auto;
    }

    .crm-integration-grid {
        grid-template-columns:
            repeat(2,1fr);
    }

    .crm-feature-grid {
        grid-template-columns:
            repeat(2,1fr);
    }

    .crm-industry-grid {
        grid-template-columns:
            repeat(2,1fr);
    }

    .crm-channel-layout,
    .crm-ai-panel,
    .crm-hub-panel {
        grid-template-columns: 1fr;

        gap: 55px;
    }

    .crm-channel-copy {
        text-align: center;
    }

    .crm-channel-copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .crm-channel-copy .crm-btn {
        margin-top: 10px;
    }

    .crm-hub-copy {
        text-align: center;
    }

    .crm-hub-copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .crm-hub-panel {
        padding: 55px 40px;
    }

    .crm-hub-stack {
        max-width: 390px;

        width: 100%;

        margin: auto;
    }

}


@media (max-width: 760px) {

    .crm-container {
        width: min(
            100% - 32px,
            620px
        );
    }

    .crm-hero {
        min-height: auto;

        padding: 90px 0 70px;
    }

    .crm-hero h1 {
        font-size: clamp(
            43px,
            12vw,
            62px
        );
    }

    .crm-hero-text {
        font-size: 17px;
    }

    .crm-hero-visual {
        min-height: 390px;
    }

    .crm-dashboard {
        transform: none;

        padding: 18px;
    }

    .crm-card-one {
        right: -5px;
        top: 20px;
    }

    .crm-card-two {
        left: -5px;
        bottom: 20px;
    }

    .crm-floating-card {
        padding: 12px 14px;
    }

    .crm-floating-card strong {
        font-size: 17px;
    }

    .crm-section-heading h2,
    .crm-channel-copy h2,
    .crm-ai-copy h2,
    .crm-hub-copy h2,
    .crm-cta h2 {
        font-size: 38px;
    }

    .crm-intro,
    .crm-integrations,
    .crm-adds,
    .crm-workflow,
    .crm-channels,
    .crm-ai,
    .crm-analytics,
    .crm-industries,
    .crm-hub,
    .crm-cta {
        padding: 80px 0;
    }

    .crm-integration-grid,
    .crm-feature-grid,
    .crm-analytics-grid,
    .crm-industry-grid {
        grid-template-columns: 1fr;
    }

    .crm-integration-card,
    .crm-feature-card {
        min-height: auto;
    }

    .crm-flow {
        flex-direction: column;

        gap: 20px;
    }

    .crm-flow-line {
        width: 1px;
        height: 40px;
    }

    .crm-ai-panel {
        padding: 35px 24px;
    }

    .crm-channel-map {
        min-height: 390px;

        transform: scale(.85);
    }

    .crm-hub-panel {
        padding: 45px 24px;
    }

    .crm-stack-card {
        width: 250px;
    }

    .crm-hub-stack {
        min-height: 290px;
    }

    .crm-cta-panel {
        padding: 65px 22px;
    }

}


@media (max-width: 480px) {

    .crm-dashboard-stats {
        gap: 5px;
    }

    .crm-dashboard-stats > div {
        padding: 10px;
    }

    .crm-dashboard-stats strong {
        font-size: 18px;
    }

    .crm-dashboard-footer {
        gap: 8px;
    }

    .crm-channel-map {
        transform: scale(.72);
        transform-origin: center;
    }

    .crm-stack-card {
        width: 220px;
    }

    .crm-buttons {
        flex-direction: column;
    }

    .crm-btn {
        width: 100%;
    }

}/* End custom CSS */