/* ============================================
   Cobrança Recorrente Landing Page - Skywork ERP
   ============================================ */

.section-recorrente-hero,
.section-recorrente-overview,
.section-recorrente-feature,
.section-recorrente-tabs,
.section-recorrente-real,
.section-recorrente-automations,
.section-recorrente-flow,
.section-recorrente-cta {
    font-size: 16px;
}

/* -------- HERO -------- */
.section-recorrente-hero {
    background: #004592;
    color: #fff;
    padding: 8em 0 6em;
    position: relative;
    overflow: hidden;
}
.section-recorrente-hero::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    clip-path: ellipse(55% 100% at 50% 100%);
}
.recorrente-hero-text h1 {
    font-size: 3.2em;
    font-weight: 700;
    margin-bottom: .3em;
    line-height: 1.1;
}
.recorrente-hero-text h1 span {
    color: #fed330;
}
.recorrente-hero-text h2 {
    font-size: 1.7em;
    font-weight: 400;
    margin-bottom: .8em;
    line-height: 1.4;
}
.recorrente-hero-text p {
    font-size: 1.2em;
    opacity: .95;
    margin-bottom: 2em;
    line-height: 1.6;
}
.recorrente-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;
}
.recorrente-hero-text .btn-primary:hover {
    background: #27ae60;
    border-color: #27ae60;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(46, 204, 113, .4);
}

.section-recorrente-hero > .container > .row {
    display: flex;
    align-items: center;
}
.recorrente-hero-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.recorrente-hero-img {
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .25);
    max-width: 100%;
    height: auto;
}

/* -------- OVERVIEW / POR QUE AUTOMATIZAR -------- */
.section-recorrente-overview {
    padding: 4em 0 3em;
    background: #fff;
}
.section-recorrente-overview .title-section {
    position: relative;
    padding-bottom: .2em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 2.6em;
}
.section-recorrente-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-recorrente-overview .title-section h2 {
    font-size: 1em;
    color: #074c99;
    margin: 0;
}
.section-recorrente-overview .caption-section {
    font-size: 18px;
    margin-bottom: 2.5em;
}
.section-recorrente-overview .caption-section p {
    text-align: center;
    font-size: 1.2em;
    margin: 1em 0;
    color: #404d5b;
}
.recorrente-pillars {
    margin-top: 1em;
}
.recorrente-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;
}
.recorrente-pillar-card:hover {
    background: #fff;
    box-shadow: 0 8px 30px rgba(0,0,0,.1);
    transform: translateY(-4px);
}
.recorrente-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;
}
.recorrente-pillar-card h3 {
    font-size: 1.2em;
    color: #074c99;
    margin-bottom: .6em;
}
.recorrente-pillar-card p {
    font-size: 1.05em;
    color: #4b5866;
    line-height: 1.5;
}

/* -------- FEATURE SECTIONS -------- */
.section-recorrente-feature {
    padding: 3.5em 0;
}
.section-recorrente-alt {
    background: #f5f7fb;
}
.section-recorrente-dashboard {
    background: #f5f7fb;
}
.section-recorrente-dashboard > .container > .row {
    display: flex;
    align-items: center;
}
.section-recorrente-screenshots {
    background: #edf2f8;
}
.section-recorrente-feature h2 {
    font-size: 2.25em;
    color: #074c99;
    margin-bottom: .6em;
}
.section-recorrente-feature p {
    font-size: 1.12em;
    color: #3f4b5a;
    line-height: 1.6;
    margin-bottom: 1em;
}
.section-recorrente-feature .title-section {
    position: relative;
    padding-bottom: .2em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 2.6em;
}
.section-recorrente-feature .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-recorrente-feature .title-section h2 {
    font-size: 1em;
    margin: 0;
}
.recorrente-feature-list {
    list-style: none;
    padding: 0;
    margin: 1.2em 0;
}
.recorrente-feature-list li {
    padding: 8px 0;
    font-size: 1.08em;
    color: #314253;
}
.recorrente-feature-list li i {
    color: #2ecc71;
    margin-right: 10px;
    width: 20px;
    text-align: center;
}
.recorrente-feature-img-col {
    display: flex;
    align-items: center;
    justify-content: center;
}
.recorrente-feature-img {
    border-radius: 8px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .12);
    max-width: 100%;
    height: auto;
}

/* -------- SCREENSHOTS -------- */
.recorrente-screenshots-row {
    margin-top: 2em;
}
.recorrente-screenshot-card {
    border: 1px solid #d4dde8;
    border-radius: 10px;
    background: #fff;
    padding: 0;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all .3s ease;
}
.recorrente-screenshot-card:hover {
    box-shadow: 0 10px 30px rgba(0, 65, 146, .1);
    transform: translateY(-4px);
}
.recorrente-screenshot-card img {
    width: 100%;
    height: auto;
    display: block;
}
.recorrente-screenshot-card h4 {
    font-size: 1.15em;
    color: #074c99;
    margin: 1em 1.2em .4em;
}
.recorrente-screenshot-card p {
    font-size: 1em;
    color: #3a4550;
    margin: 0 1.2em 1.2em;
    line-height: 1.5;
}

/* -------- TABS / PERIODICIDADE -------- */
.section-recorrente-tabs {
    padding: 3.5em 0;
    background: #0a4f9a;
    color: #fff;
}
.section-recorrente-tabs .title-section {
    position: relative;
    padding-bottom: .2em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 2.6em;
}
.section-recorrente-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-recorrente-tabs .title-section h2 {
    font-size: 1em;
    color: #fff;
    margin: 0;
}
.section-recorrente-tabs > .container > .row:first-child p {
    opacity: .95;
    font-size: 1.15em;
    margin-bottom: 2.5em;
}
.recorrente-tabs-row {
    margin-top: 1em;
}
.recorrente-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: 200px;
    transition: all .3s ease;
}
.recorrente-tab-card:hover {
    background: rgba(255,255,255,.24);
    transform: translateY(-4px);
}
.recorrente-tab-card-header {
    text-align: center;
    margin-bottom: 1em;
}
.recorrente-tab-card-header i {
    font-size: 2.2em;
    color: #fed330;
    margin-bottom: .3em;
    display: block;
}
.recorrente-tab-card-header h3 {
    font-size: 1.2em;
    color: #fff;
    margin: 0;
}
.recorrente-tab-card p {
    font-size: 1.02em;
    color: #fff;
    opacity: .92;
    text-align: center;
    line-height: 1.5;
}

/* -------- DATAS / CONTROLE -------- */
.section-recorrente-real {
    padding: 3.5em 0;
    background: #f5f7fb;
}
.section-recorrente-real .title-section {
    position: relative;
    padding-bottom: .2em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 2.6em;
}
.section-recorrente-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-recorrente-real .title-section h2 {
    font-size: 1em;
    color: #074c99;
    margin: 0;
}
.section-recorrente-real > .container > .row:first-child p {
    font-size: 1.15em;
    color: #404d5b;
    margin-bottom: 2.5em;
}
.recorrente-real-row {
    margin-top: 1em;
}
.recorrente-real-card {
    border: 1px solid #e4ebf4;
    border-radius: 8px;
    background: #f8fbff;
    padding: 1.8em;
    margin-bottom: 24px;
    min-height: 220px;
    transition: all .25s ease;
}
.recorrente-real-card:hover {
    background: #fff;
    box-shadow: 0 8px 26px rgba(0, 65, 146, .08);
    transform: translateY(-3px);
}
.recorrente-real-card h3 {
    font-size: 1.2em;
    color: #074c99;
    margin: 0 0 1em;
}
.recorrente-real-card h3 i {
    color: #0a4f9a;
    margin-right: 8px;
}
.recorrente-real-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.recorrente-real-card ul li {
    color: #314253;
    font-size: 1em;
    line-height: 1.45;
    margin-bottom: .55em;
    padding-left: 18px;
    position: relative;
}
.recorrente-real-card ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 4px;
    color: #2ecc71;
    font-size: .7em;
}

/* -------- AUTOMATIONS -------- */
.section-recorrente-automations {
    padding: 3.5em 0;
    background: #0a4f9a;
}
.section-recorrente-automations .title-section {
    position: relative;
    padding-bottom: .2em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 2.6em;
}
.section-recorrente-automations .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-recorrente-automations .title-section h2 {
    font-size: 1em;
    color: #fff;
    margin: 0;
}
.section-recorrente-automations > .container > .row:first-child > div > p {
    font-size: 1.15em;
    color: #fff;
    margin-bottom: 2.5em;
}
.recorrente-automations-row {
    margin-top: 1em;
}
.recorrente-automation-card {
    text-align: center;
    padding: 2em 1.5em;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e4eaf1;
    margin-bottom: 30px;
    min-height: 260px;
    transition: all .3s ease;
}
.recorrente-automation-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,.08);
    transform: translateY(-4px);
}
.recorrente-automation-card > i {
    font-size: 2.5em;
    color: #074c99;
    margin-bottom: .5em;
    display: block;
}
.recorrente-automation-card h3 {
    font-size: 1.15em;
    color: #074c99;
    margin-bottom: .5em;
}
.recorrente-automation-card p {
    font-size: 1em;
    color: #4b5866;
    line-height: 1.5;
}

/* -------- FLOW (TIMELINE) -------- */
.section-recorrente-flow {
    padding: 3.5em 0;
    background: #f6f8fc;
}
.section-recorrente-flow .title-section {
    position: relative;
    padding-bottom: .2em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 2.6em;
}
.section-recorrente-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-recorrente-flow .title-section h2 {
    font-size: 1em;
    color: #074c99;
    margin: 0;
}
.section-recorrente-flow > .container > .row:first-child > div > p {
    font-size: 1.15em;
    color: #404d5b;
    margin-bottom: 2.5em;
}
.recorrente-flow-steps {
    position: relative;
    padding-left: 40px;
}
.recorrente-flow-steps::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #dce3ea;
    border-radius: 4px;
}
.recorrente-flow-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2em;
    position: relative;
}
.recorrente-flow-step:last-child {
    margin-bottom: 0;
}
.recorrente-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);
}
.recorrente-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;
}
.recorrente-flow-step-content h4 {
    font-size: 1.15em;
    color: #074c99;
    margin: 0 0 .3em;
}
.recorrente-flow-step-content p {
    font-size: 1em;
    color: #4b5866;
    margin: 0;
    line-height: 1.5;
}

/* -------- CTA -------- */
.section-recorrente-cta {
    padding: 4em 0;
    background: #004592;
    color: #fff;
}
.section-recorrente-cta h2 {
    font-size: 2em;
    margin-bottom: .4em;
}
.section-recorrente-cta p {
    font-size: 1.15em;
    opacity: .95;
    margin-bottom: 1.5em;
}
.section-recorrente-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-recorrente-cta .btn-primary:hover {
    background: #27ae60;
    border-color: #27ae60;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(46,204,113,.4);
}

/* -------- PLANOS -------- */
.section-recorrente-plans {
    background: #0a4f9a;
    padding: 3em 0 4em;
}
.section-recorrente-plans .caption-page h1,
.section-recorrente-plans .caption-page h2,
.section-recorrente-plans .caption-page p {
    color: #fff !important;
}
.section-recorrente-plans .container-table-plans {
    padding-left: 12px;
    padding-right: 12px;
}
.section-recorrente-plans .selecaoPlano {
    width: 100%;
    max-width: 430px;
    margin: 0 auto 16px;
}
.section-recorrente-plans .selecaoPlano .periodo {
    font-weight: 700;
}
.section-recorrente-plans .mobile-plan-card {
    background: #fff !important;
    border: 1px solid #dce6f2;
    border-radius: 14px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
}
.section-recorrente-plans .mobile-plan-card h3 {
    color: #074c99 !important;
    opacity: 1;
}
.section-recorrente-plans .mobile-plan-price {
    color: #2ecc71 !important;
}
.section-recorrente-plans .mobile-plan-card .anchor-plan {
    color: #074c99 !important;
    font-weight: 600;
    text-decoration: none;
}
.section-recorrente-plans .mobile-plan-card .btn {
    width: 100%;
}

/* -------- RESPONSIVO -------- */
@media screen and (max-width: 991px) {
    .section-recorrente-dashboard > .container > .row {
        display: block;
    }

    .recorrente-hero-text h1 {
        font-size: 2.5em;
    }
    .recorrente-hero-img {
        max-width: 90%;
    }
    .recorrente-tab-card {
        min-height: auto;
    }
    .recorrente-automation-card {
        min-height: auto;
    }
    .recorrente-real-card {
        min-height: auto;
    }
    .recorrente-screenshot-card {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .section-recorrente-hero {
        padding: 5em 0 4em;
        text-align: center;
    }
    .section-recorrente-hero::after {
        height: 40px;
    }
    .section-recorrente-hero > .container > .row {
        display: block;
    }
    .recorrente-hero-text h1 {
        font-size: 2em;
    }
    .recorrente-hero-text h2 {
        font-size: 1.3em;
    }
    .recorrente-hero-image {
        margin-top: 2em;
    }
    .recorrente-hero-img {
        max-width: 100%;
    }
    .section-recorrente-feature .row {
        display: flex;
        flex-direction: column;
    }
    .recorrente-feature-img-col {
        order: -1;
        margin-bottom: 1.5em;
    }
    .section-recorrente-feature h2 {
        font-size: 1.6em;
        text-align: center;
    }
    .section-recorrente-tabs .title-section,
    .section-recorrente-real .title-section,
    .section-recorrente-flow .title-section,
    .section-recorrente-automations .title-section,
    .section-recorrente-overview .title-section,
    .section-recorrente-feature .title-section {
        font-size: 2em;
    }
    .recorrente-flow-steps {
        padding-left: 30px;
    }
    .recorrente-flow-steps::before {
        left: 17px;
    }
    .recorrente-flow-step-number {
        width: 36px;
        height: 36px;
        font-size: 1em;
    }
    .section-recorrente-cta h2 {
        font-size: 1.5em;
    }

    .recorrente-hero-text .btn-primary,
    .section-recorrente-cta .btn-primary {
        width: 100%;
        max-width: 100%;
        white-space: normal;
        padding: 12px 16px;
    }

    .section-recorrente-plans .selecaoPlano {
        display: flex !important;
        align-items: stretch;
        flex-wrap: nowrap !important;
    }

    .section-recorrente-plans .selecaoPlano .periodo {
        flex: 1 1 33.333%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 10px 6px !important;
        white-space: nowrap;
    }

    .section-recorrente-dashboard .row {
        display: block;
    }
}

/* -------- COLOR OVERRIDES -------- */
.section-recorrente-hero h1,
.section-recorrente-hero h2,
.section-recorrente-overview .title-section h2,
.recorrente-pillar-card h3,
.section-recorrente-feature h2,
.section-recorrente-tabs .title-section h2,
.section-recorrente-real .title-section h2,
.recorrente-real-card h3,
.section-recorrente-automations .title-section h2,
.section-recorrente-flow .title-section h2,
.recorrente-flow-step-content h4,
.section-recorrente-cta h2 {
    color: #074c99;
}

.section-recorrente-automations .title-section h2,
.section-recorrente-tabs .title-section h2,
.section-recorrente-cta h2 {
    color: #fff;
}

.recorrente-automation-card h3,
.recorrente-tab-card-header h3,
.section-recorrente-hero h2,
.section-recorrente-hero h1 {
    color: #2ecc71;
}

.section-recorrente-hero h1 {
    color: #fff;
}
.section-recorrente-hero h1 span {
    color: #fed330;
}
