/* ============================================
   CRM Landing Page - Skywork ERP
   ============================================ */

.section-crm-hero,
.section-crm-overview,
.section-crm-feature,
.section-crm-tabs,
.section-crm-real,
.section-crm-registrations,
.section-crm-flow,
.section-crm-cta {
    font-size: 16px;
}

/* -------- HERO -------- */
.section-crm-hero {
    background: #004592;
    color: #fff;
    padding: 8em 0 6em;
    position: relative;
    overflow: hidden;
}
.section-crm-hero::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    clip-path: ellipse(55% 100% at 50% 100%);
}
.crm-hero-text h1 {
    font-size: 3.2em;
    font-weight: 700;
    margin-bottom: .3em;
    line-height: 1.1;
}
.crm-hero-text h1 span {
    color: #fed330;
}
.crm-hero-text h2 {
    font-size: 1.7em;
    font-weight: 400;
    margin-bottom: .8em;
    line-height: 1.4;
}
.crm-hero-text p {
    font-size: 1.2em;
    opacity: .95;
    margin-bottom: 2em;
    line-height: 1.6;
}
.crm-hero-text .btn-primary {
    background: #2ecc71;
    border-color: #2ecc71;
    border-radius: 2em;
    padding: 12px 36px;
    font-weight: 700;
    font-size: 1.05em;
    transition: all .3s ease;
}
.crm-hero-text .btn-primary:hover {
    background: #2ecc71;
    border-color: #2ecc71;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(46, 204, 113, .4);
}

.crm-hero-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.crm-hero-icon {
    font-size: 12em;
    opacity: .18;
}

/* -------- VISÃO GERAL -------- */
.section-crm-overview {
    padding: 6em 0 4.5em;
    background: #fff;
}
.section-crm-overview .title-section {
    position: relative;
    padding-bottom: .2em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 2.6em;
}
.section-crm-overview .title-section::before {
    content: "";
    position: absolute;
    height: 6px;
    width: 120px;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 6px;
    background: #fed330;
}
.section-crm-overview .title-section h2 {
    font-size: 1em;
    color: #074c99;
    margin: 0;
}
.section-crm-overview .caption-section {
    font-size: 18px;
    margin-bottom: 2.5em;
}
.section-crm-overview .caption-section p {
    text-align: center;
    font-size: 1.2em;
    margin: 1em 0 2em;
    color: #404d5b;
}
.crm-pillars {
    margin-top: 1em;
}
.crm-pillar-card {
    min-height: 220px;
    display: block;
    text-align: center;
    border: 1px solid #e4eaf1;
    padding: 25px 20px;
    margin: 0 0 30px;
    transition: all .3s ease;
    border-radius: 8px;
    background: #fff;
}
.crm-pillar-card:hover {
    background: #fff;
    box-shadow: 0 8px 30px rgba(0,0,0,.1);
    transform: translateY(-4px);
}
.crm-pillar-card .icon-modulo {
    font-size: 2em;
    line-height: 100%;
    height: 3em;
    width: 3em;
    border-radius: 50%;
    background: #074c99;
    color: #fff;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.crm-pillar-card h3 {
    font-size: 1.2em;
    color: #074c99;
    margin-bottom: .6em;
}
.crm-pillar-card p {
    font-size: 1.05em;
    color: #4b5866;
    line-height: 1.5;
}

/* -------- FEATURE SECTIONS -------- */
.section-crm-feature {
    padding: 5.5em 0;
}
.section-crm-alt {
    background: #f5f7fb;
}
.section-crm-funnel {
    background: #f5f7fb;
}
.section-crm-funnel .title-section {
    position: relative;
    padding-bottom: .2em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 2.6em;
}
.section-crm-funnel .title-section::before {
    content: "";
    position: absolute;
    height: 6px;
    width: 120px;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 6px;
    background: #fed330;
}
.section-crm-funnel .title-section h2 {
    font-size: 1em;
    margin: 0;
}
.section-crm-funnel .crm-funnel-description {
    font-size: 1.12em;
    color: #3f4b5a;
    line-height: 1.6;
    margin: 1em auto 2.4em;
    max-width: 760px;
}
.section-crm-feature h2 {
    font-size: 2.25em;
    color: #074c99;
    margin-bottom: .6em;
}
.section-crm-feature p {
    font-size: 1.12em;
    color: #3f4b5a;
    line-height: 1.6;
    margin-bottom: 1em;
}
.crm-feature-list {
    list-style: none;
    padding: 0;
    margin: 1.2em 0;
}
.crm-feature-list li {
    padding: 8px 0;
    font-size: 1.08em;
    color: #314253;
}
.crm-feature-list li i {
    color: #074c99;
    margin-right: 10px;
    width: 20px;
    text-align: center;
}
.crm-feature-icon-col {
    display: flex;
    align-items: center;
    justify-content: center;
}
.crm-feature-big-icon {
    font-size: 10em;
    color: #074c99;
    opacity: .09;
}

/* -------- FUNNEL SUBSECTIONS -------- */
.crm-funnel-subsections {
    margin-top: 0;
}
.crm-funnel-column {
    margin-bottom: 24px;
}
.crm-funnel-subsection {
    margin-bottom: 0;
    padding: 1.5em;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e4ebf4;
    border-left: 5px solid #fed330;
    height: 100%;
}
.crm-funnel-subsection h4 {
    font-size: 1.15em;
    color: #074c99;
    margin-bottom: .5em;
}
.crm-funnel-subsection h4 i {
    margin-right: 8px;
    color: #fed330;
}
.crm-funnel-subsection p {
    font-size: 1em;
    color: #3f4b5a;
    margin-bottom: .8em;
}

/* -------- TABS SECTION -------- */
.section-crm-tabs {
    padding: 5.5em 0;
    background: #0a4f9a;
    color: #fff;
}
.section-crm-tabs .title-section {
    position: relative;
    padding-bottom: .2em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 2.6em;
}
.section-crm-tabs .title-section::before {
    content: "";
    position: absolute;
    height: 6px;
    width: 120px;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 6px;
    background: #fed330;
}
.section-crm-tabs .title-section h2 {
    font-size: 1em;
    color: #fff;
    margin: 0;
}
.section-crm-tabs > .container > .row:first-child p {
    opacity: .95;
    font-size: 1.15em;
    margin-bottom: 2.5em;
}
.crm-tabs-row {
    margin-top: 1em;
}
.crm-tab-card {
    background: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 8px;
    padding: 2em 1.8em;
    margin-bottom: 30px;
    min-height: 340px;
    transition: all .3s ease;
}
.crm-tab-card:hover {
    background: rgba(255,255,255,.24);
    transform: translateY(-4px);
}
.crm-tab-card-header {
    text-align: center;
    margin-bottom: 1.2em;
}
.crm-tab-card-header i {
    font-size: 2.2em;
    color: #fed330;
    margin-bottom: .3em;
    display: block;
}
.crm-tab-card-header h3 {
    font-size: 1.2em;
    color: #fff;
    margin: 0;
}
.crm-tab-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.crm-tab-card ul li {
    padding: 7px 0;
    font-size: 1.02em;
    color: #fff;
    opacity: 1;
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding-left: 20px;
    position: relative;
}
.crm-tab-card ul li:last-child {
    border-bottom: none;
}
.crm-tab-card ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #fed330;
    font-size: .8em;
}

/* -------- FLUXO REAL NAS TELAS -------- */
.section-crm-real {
    padding: 5.5em 0;
    background: #ffffff;
}
.section-crm-real .title-section {
    position: relative;
    padding-bottom: .2em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 2.6em;
}
.section-crm-real .title-section::before {
    content: "";
    position: absolute;
    height: 6px;
    width: 120px;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 6px;
    background: #fed330;
}
.section-crm-real .title-section h2 {
    font-size: 1em;
    color: #074c99;
    margin: 0;
}
.section-crm-real > .container > .row:first-child p {
    font-size: 1.15em;
    color: #404d5b;
    margin-bottom: 2.5em;
}
.crm-real-row {
    margin-top: 1em;
}
.crm-real-card {
    border: 1px solid #e4ebf4;
    border-radius: 8px;
    background: #f8fbff;
    padding: 1.8em;
    margin-bottom: 24px;
    min-height: 260px;
    transition: all .25s ease;
}
.crm-real-card:hover {
    background: #fff;
    box-shadow: 0 8px 26px rgba(0, 65, 146, .08);
    transform: translateY(-3px);
}
.crm-real-card h3 {
    font-size: 1.2em;
    color: #074c99;
    margin: 0 0 1em;
}
.crm-real-card h3 i {
    color: #0a4f9a;
    margin-right: 8px;
}
.crm-real-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.crm-real-card ul li {
    color: #314253;
    font-size: 1em;
    line-height: 1.45;
    margin-bottom: .55em;
    padding-left: 18px;
    position: relative;
}
.crm-real-card ul li::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 4px;
    color: #074c99;
    font-size: .5em;
}

/* -------- REGISTRATIONS -------- */
.section-crm-registrations {
    padding: 5.5em 0;
    background: #0a4f9a;
}
.section-crm-registrations .title-section {
    position: relative;
    padding-bottom: .2em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 2.6em;
}
.section-crm-registrations .title-section::before {
    content: "";
    position: absolute;
    height: 6px;
    width: 120px;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 6px;
    background: #fed330;
}
.section-crm-registrations .title-section h2 {
    font-size: 1em;
    color: #fff;
    margin: 0;
}
.section-crm-registrations > .container > .row:first-child > div > p {
    font-size: 1.15em;
    color: #fff;
    margin-bottom: 2.5em;
}
.crm-registrations-row {
    margin-top: 1em;
}
.crm-registration-card {
    text-align: center;
    padding: 2em 1.5em;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e4eaf1;
    margin-bottom: 30px;
    min-height: 380px;
    transition: all .3s ease;
}
.crm-registration-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,.08);
    transform: translateY(-4px);
}
.crm-registration-card > i {
    font-size: 2.5em;
    color: #074c99;
    margin-bottom: .5em;
    display: block;
}
.crm-registration-card h3 {
    font-size: 1.2em;
    color: #074c99;
    margin-bottom: .5em;
}
.crm-registration-card p {
    font-size: 1em;
    color: #4b5866;
    margin-bottom: 1em;
}
.crm-registration-card ul {
    list-style: none;
    padding: 0;
    text-align: left;
    margin: 0 auto;
    max-width: 220px;
}
.crm-registration-card ul li {
    padding: 5px 0 5px 22px;
    font-size: 1em;
    color: #314253;
    position: relative;
}
.crm-registration-card ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #074c99;
    font-size: .8em;
    top: 8px;
}

/* -------- FLOW (TIMELINE) -------- */
.section-crm-flow {
    padding: 5.5em 0;
    background: #f6f8fc;
}
.section-crm-flow .title-section {
    position: relative;
    padding-bottom: .2em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 2.6em;
}
.section-crm-flow .title-section::before {
    content: "";
    position: absolute;
    height: 6px;
    width: 120px;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 6px;
    background: #fed330;
}
.section-crm-flow .title-section h2 {
    font-size: 1em;
    color: #074c99;
    margin: 0;
}
.section-crm-flow > .container > .row:first-child > div > p {
    font-size: 1.15em;
    color: #404d5b;
    margin-bottom: 2.5em;
}
.crm-flow-steps {
    position: relative;
    padding-left: 40px;
}
.crm-flow-steps::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #dce3ea;
    border-radius: 4px;
}
.crm-flow-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2em;
    position: relative;
}
.crm-flow-step:last-child {
    margin-bottom: 0;
}
.crm-flow-step-number {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #074c99;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 8px rgba(7,76,153,.3);
}
.crm-flow-step-content {
    background: #fff;
    padding: 1.2em 1.5em;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    flex: 1;
}
.crm-flow-step-content h4 {
    font-size: 1.15em;
    color: #074c99;
    margin: 0 0 .3em;
}
.crm-flow-step-content p {
    font-size: 1em;
    color: #4b5866;
    margin: 0;
    line-height: 1.5;
}

/* -------- CTA -------- */
.section-crm-cta {
    padding: 4em 0;
    background: #004592;
    color: #fff;
}
.section-crm-cta h2 {
    font-size: 2em;
    margin-bottom: .4em;
}
.section-crm-cta p {
    font-size: 1.15em;
    opacity: .95;
    margin-bottom: 1.5em;
}
.section-crm-cta .btn-primary {
    background: #2ecc71;
    border-color: #2ecc71;
    border-radius: 2em;
    padding: 12px 40px;
    font-weight: 700;
    font-size: 1.1em;
    transition: all .3s ease;
}
.section-crm-cta .btn-primary:hover {
    background: #27ae60;
    border-color: #27ae60;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(46,204,113,.4);
}

/* -------- PLANOS (PADRAO HOME) -------- */
.section-crm-plans {
    background: #0a4f9a;
    padding: 3em 0 4em;
}
.section-crm-plans .caption-page h1,
.section-crm-plans .caption-page h2,
.section-crm-plans .caption-page p {
    color: #fff !important;
}

/* -------- RESPONSIVO -------- */
@media screen and (max-width: 991px) {
    .crm-hero-text h1 {
        font-size: 2.5em;
    }
    .crm-hero-icon {
        font-size: 8em;
    }
    .crm-feature-big-icon {
        font-size: 7em;
    }
    .crm-tab-card {
        min-height: auto;
    }
    .crm-registration-card {
        min-height: auto;
    }
    .crm-real-card {
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    .section-crm-hero {
        padding: 5em 0 4em;
        text-align: center;
    }
    .section-crm-hero::after {
        height: 40px;
    }
    .crm-hero-text h1 {
        font-size: 2em;
    }
    .crm-hero-text h2 {
        font-size: 1.3em;
    }
    .crm-hero-image {
        margin-top: 2em;
    }
    .crm-hero-icon {
        font-size: 6em;
    }
    .section-crm-feature .row {
        display: flex;
        flex-direction: column;
    }
    .crm-feature-icon-col {
        order: -1;
        margin-bottom: 1.5em;
    }
    .crm-feature-big-icon {
        font-size: 5em;
    }
    .section-crm-feature h2 {
        font-size: 1.6em;
        text-align: center;
    }
    .section-crm-tabs .title-section,
    .section-crm-real .title-section,
    .section-crm-flow .title-section,
    .section-crm-registrations .title-section,
    .section-crm-overview .title-section,
    .section-crm-funnel .title-section {
        font-size: 2em;
    }
    .crm-flow-steps {
        padding-left: 30px;
    }
    .crm-flow-steps::before {
        left: 17px;
    }
    .crm-flow-step-number {
        width: 36px;
        height: 36px;
        font-size: 1em;
    }
    .section-crm-cta h2 {
        font-size: 1.5em;
    }
    .crm-funnel-subsection {
        padding: 1em;
    }

    .crm-hero-text .btn-primary,
    .section-crm-cta .btn-primary {
        width: 100%;
        max-width: 100%;
        white-space: normal;
        padding: 12px 16px;
    }
}

.section-crm-hero h1,
.section-crm-hero h2,
.section-crm-overview .title-section h2,
.crm-pillar-card h3,
.section-crm-feature h2,
.crm-funnel-subsection h4,
.section-crm-tabs .title-section h2,
.crm-tab-card-header h3,
.section-crm-real .title-section h2,
.crm-real-card h3,
.section-crm-registrations .title-section h2,
.crm-registration-card h3,
.section-crm-flow .title-section h2,
.crm-flow-step-content h4,
.section-crm-cta h2 {
    color: #074c99;
}

.section-crm-registrations .title-section h2,.section-crm-tabs .title-section h2, .section-crm-cta h2
{
    color: #fff;
}

.section-crm-hero h2, .section-crm-hero h1{
    color:#2ecc71
}
