﻿/* =========================================================
   ERP HERO
========================================================= */

.erp-hero {
    position: relative;
    min-height: 760px;
    padding-top: 78px;
    overflow: hidden;
    background: radial-gradient( circle at 77% 42%, rgba(0, 137, 255, .17), transparent 35% ), linear-gradient( 110deg, #020a14, #06192b 58%, #02101c );
}


.erp-grid-bg {
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image: linear-gradient( rgba(56,188,255,.22) 1px, transparent 1px ), linear-gradient( 90deg, rgba(56,188,255,.22) 1px, transparent 1px );
    background-size: 75px 75px;
}


.erp-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
}


.erp-glow-one {
    width: 520px;
    height: 520px;
    right: 0;
    top: 90px;
    background: rgba(0,135,255,.16);
}


.erp-glow-two {
    width: 280px;
    height: 280px;
    left: -100px;
    bottom: -100px;
    background: rgba(48,218,255,.08);
}


.erp-hero-layout {
    position: relative;
    z-index: 2;
    min-height: 680px;
    display: grid;
    grid-template-columns: 1fr .9fr;
    align-items: center;
    gap: 80px;
}


.erp-breadcrumb {
    margin-bottom: 38px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #62798d;
    font-size: 9px;
}


    .erp-breadcrumb strong {
        color: #9cb1c2;
        font-weight: 500;
    }


    .erp-breadcrumb a:hover {
        color: white;
    }


.erp-eyebrow {
    display: block;
    margin-bottom: 18px;
    color: #42d6ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .17em;
}


.erp-hero h1 {
    margin-bottom: 26px;
    color: white;
    font-size: clamp(52px, 5.5vw, 82px);
    line-height: 1;
    letter-spacing: -.06em;
}


    .erp-hero h1 span {
        display: block;
        color: #4bd5ff;
    }


.erp-hero-description {
    max-width: 710px;
    color: #a4b6c6;
    font-size: 16px;
    line-height: 1.9;
}


.erp-hero-actions {
    margin-top: 35px;
    display: flex;
    gap: 14px;
}


.erp-hero-tags {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}


    .erp-hero-tags span {
        padding: 8px 11px;
        border: 1px solid rgba(67,207,255,.17);
        color: #8ca6b8;
        background: rgba(255,255,255,.025);
        font-size: 8px;
    }


/* =========================================================
   ERP HERO VISUAL
========================================================= */

.erp-hero-visual {
    position: relative;
    min-height: 500px;
}


.erp-core {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    width: 155px;
    height: 155px;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(65,212,255,.34);
    border-radius: 50%;
    background: linear-gradient( 145deg, #0980d0, #07466f );
    box-shadow: 0 0 60px rgba(0,148,255,.22);
}


    .erp-core small {
        margin-bottom: 7px;
        color: #a8e8ff;
        font-size: 7px;
        font-weight: 800;
    }


    .erp-core strong {
        color: white;
        font-size: 39px;
    }


    .erp-core span {
        margin-top: 4px;
        color: #a4d7ea;
        font-size: 6px;
    }


.erp-module {
    position: absolute;
    z-index: 4;
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(61,205,255,.21);
    border-radius: 50%;
    color: #43d6ff;
    background: #062139;
    font-size: 8px;
    font-weight: 800;
    box-shadow: 0 0 30px rgba(0,151,255,.08);
}


.erp-module-finance {
    left: 6%;
    top: 8%;
}


.erp-module-sales {
    right: 6%;
    top: 8%;
}


.erp-module-stock {
    left: 2%;
    top: 48%;
}


.erp-module-production {
    right: 2%;
    top: 48%;
}


.erp-module-purchase {
    left: 18%;
    bottom: 2%;
}


.erp-module-hr {
    right: 18%;
    bottom: 2%;
}


.erp-line {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 190px;
    height: 1px;
    transform-origin: left center;
    background: linear-gradient( 90deg, #3bd4ff, transparent );
}


.erp-line-1 {
    transform: rotate(-145deg);
}


.erp-line-2 {
    transform: rotate(-35deg);
}


.erp-line-3 {
    transform: rotate(180deg);
}


.erp-line-4 {
    transform: rotate(0deg);
}


.erp-line-5 {
    transform: rotate(135deg);
}


.erp-line-6 {
    transform: rotate(45deg);
}


/* =========================================================
   COMMON HEADINGS
========================================================= */

.erp-heading h2,
.erp-centered-heading h2,
.erp-analysis-copy h2,
.erp-selection-copy h2,
.erp-custom-copy h2,
.erp-training-copy h2,
.erp-faq-heading h2,
.erp-related-heading h2,
.erp-industries-copy h2 {
    color: #08182b;
    font-size: clamp(39px, 4vw, 57px);
    line-height: 1.08;
    letter-spacing: -.05em;
}


    .erp-heading h2 span,
    .erp-centered-heading h2 span,
    .erp-analysis-copy h2 span,
    .erp-selection-copy h2 span,
    .erp-custom-copy h2 span,
    .erp-training-copy h2 span,
    .erp-faq-heading h2 span,
    .erp-related-heading h2 span,
    .erp-industries-copy h2 span {
        display: block;
        color: #1174cf;
    }


.erp-centered-heading {
    max-width: 870px;
    margin: 0 auto 60px;
    text-align: center;
}


    .erp-centered-heading > p {
        max-width: 710px;
        margin: 23px auto 0;
        color: #68798b;
        font-size: 14px;
        line-height: 1.9;
    }


.erp-heading-light h2 {
    color: white;
}


    .erp-heading-light h2 span {
        color: #49d4ff;
    }


.erp-heading-light > p {
    color: #91a6b8;
}


/* =========================================================
   INTRO
========================================================= */

.erp-intro-section {
    padding: 120px 0;
    color: #08182b;
    background: #f7f9fc;
}


.erp-intro-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 110px;
}


.erp-intro-copy p {
    margin-bottom: 21px;
    color: #68798a;
    font-size: 14px;
    line-height: 1.95;
}


.erp-intro-copy .erp-lead {
    color: #293c4f;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
}


/* =========================================================
   PROBLEMS
========================================================= */

.erp-problems-section {
    padding: 115px 0;
    background: linear-gradient( 115deg, #03101d, #071f35 );
}


.erp-problem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 1px solid rgba(255,255,255,.08);
}


.erp-problem-card {
    min-height: 245px;
    padding: 27px;
    border-right: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.018);
    transition: transform .25s ease, background .25s ease;
}


    .erp-problem-card:hover {
        position: relative;
        z-index: 2;
        transform: translateY(-5px);
        background: rgba(14,126,204,.08);
    }


    .erp-problem-card > span {
        display: block;
        margin-bottom: 46px;
        color: #547187;
        font-size: 9px;
        font-weight: 800;
    }


    .erp-problem-card h3 {
        margin-bottom: 13px;
        color: white;
        font-size: 17px;
    }


    .erp-problem-card p {
        color: #899faf;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   ANALYSIS
========================================================= */

.erp-analysis-section {
    padding: 120px 0;
    color: #08182b;
    background: #f7f9fc;
}


.erp-analysis-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}


.erp-analysis-copy > p {
    margin-bottom: 20px;
    color: #68798a;
    font-size: 13px;
    line-height: 1.9;
}


.erp-analysis-checks {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
}


    .erp-analysis-checks > div {
        padding: 13px;
        display: flex;
        align-items: center;
        gap: 9px;
        border: 1px solid #d9e4ed;
        color: #475a6c;
        background: rgba(255,255,255,.6);
        font-size: 10px;
    }


    .erp-analysis-checks span {
        color: #0878d5;
    }


.erp-process-visual {
    padding: 26px;
    border: 1px solid #d5e3ed;
    background: white;
    box-shadow: 0 25px 60px rgba(8,39,67,.08);
}


.erp-process-header {
    padding-bottom: 17px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e4ebf1;
    color: #0877d1;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .12em;
}


    .erp-process-header i {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #40d6b5;
        box-shadow: 0 0 8px #40d6b5;
    }


.erp-process-row {
    min-height: 66px;
    display: grid;
    grid-template-columns: 45px 1fr 70px;
    align-items: center;
    border-bottom: 1px solid #e8eef3;
}


    .erp-process-row:last-child {
        border-bottom: 0;
    }


    .erp-process-row > span {
        color: #98a7b5;
        font-size: 9px;
    }


    .erp-process-row strong {
        color: #223649;
        font-size: 10px;
    }


    .erp-process-row small {
        color: #0877d1;
        font-size: 7px;
        font-weight: 800;
    }


/* =========================================================
   REQUIREMENTS
========================================================= */

.erp-requirement-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}


.erp-requirement-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}


.erp-requirement-card {
    min-height: 285px;
    padding: 30px;
    border: 1px solid #d7e3ed;
    background: rgba(255,255,255,.52);
}


    .erp-requirement-card > span {
        display: inline-flex;
        min-width: 63px;
        height: 31px;
        align-items: center;
        justify-content: center;
        margin-bottom: 55px;
        border: 1px solid #bdddf3;
        color: #0877d1;
        background: #f5fbff;
        font-size: 8px;
        font-weight: 800;
    }


    .erp-requirement-card h3 {
        margin-bottom: 14px;
        color: #14283b;
        font-size: 18px;
    }


    .erp-requirement-card p {
        color: #6d7e8e;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   MODULES
========================================================= */

.erp-modules-section {
    padding: 115px 0;
    background: #03101d;
}


.erp-module-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 1px solid rgba(255,255,255,.08);
}


.erp-module-card {
    min-height: 285px;
    padding: 27px;
    border-right: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.018);
    transition: transform .25s ease, background .25s ease;
}


    .erp-module-card:hover {
        position: relative;
        z-index: 2;
        transform: translateY(-5px);
        background: rgba(12,125,202,.08);
    }


    .erp-module-card > span {
        display: block;
        margin-bottom: 21px;
        color: #526f84;
        font-size: 9px;
        font-weight: 800;
    }


    .erp-module-card > div {
        width: 48px;
        height: 48px;
        margin-bottom: 25px;
        display: grid;
        place-items: center;
        border: 1px solid rgba(63,209,255,.22);
        color: #43d6ff;
        background: rgba(12,127,198,.06);
        font-size: 9px;
        font-weight: 800;
    }


    .erp-module-card h3 {
        margin-bottom: 12px;
        color: white;
        font-size: 17px;
    }


    .erp-module-card p {
        color: #899eaf;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   ERP SELECTION
========================================================= */

.erp-selection-section {
    padding: 120px 0;
    color: #08182b;
    background: #f7f9fc;
}


.erp-selection-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}


.erp-selection-visual {
    padding: 28px;
    border: 1px solid #d5e2ec;
    background: white;
    box-shadow: 0 25px 60px rgba(8,39,67,.08);
}


.erp-selection-title {
    padding-bottom: 18px;
    border-bottom: 1px solid #e4ebf1;
    color: #0877d1;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .13em;
}


.erp-selection-item {
    min-height: 68px;
    display: grid;
    grid-template-columns: 95px 1fr 35px;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #e8eef3;
}


    .erp-selection-item:last-child {
        border-bottom: 0;
    }


    .erp-selection-item > span {
        color: #798c9d;
        font-size: 8px;
    }


    .erp-selection-item > div {
        height: 5px;
        overflow: hidden;
        background: #e7eff5;
    }


    .erp-selection-item i {
        display: block;
        height: 100%;
        background: linear-gradient( 90deg, #087dd5, #40d5ff );
    }


    .erp-selection-item strong {
        color: #183247;
        font-size: 9px;
    }


.erp-selection-copy > p {
    margin-bottom: 19px;
    color: #68798a;
    font-size: 13px;
    line-height: 1.9;
}


.erp-selection-list {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}


    .erp-selection-list span {
        padding: 12px;
        border: 1px solid #d9e4ed;
        color: #4a5e70;
        background: rgba(255,255,255,.5);
        font-size: 9px;
    }


/* =========================================================
   DATA
========================================================= */

.erp-data-section {
    padding: 110px 0;
    background: linear-gradient( 115deg, #03101d, #071f35 );
}


.erp-data-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}


.erp-data-copy h2,
.erp-kpi-copy h2 {
    margin-bottom: 24px;
    color: white;
    font-size: clamp(39px, 4vw, 57px);
    line-height: 1.08;
    letter-spacing: -.05em;
}


    .erp-data-copy h2 span,
    .erp-kpi-copy h2 span {
        display: block;
        color: #49d4ff;
    }


.erp-data-copy > p,
.erp-kpi-copy > p {
    margin-bottom: 19px;
    color: #94a8b9;
    font-size: 13px;
    line-height: 1.9;
}


.erp-data-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}


    .erp-data-flow > div {
        width: 88px;
        height: 88px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(61,205,255,.19);
        background: rgba(255,255,255,.025);
    }


    .erp-data-flow span {
        margin-bottom: 7px;
        color: #57798f;
        font-size: 7px;
    }


    .erp-data-flow strong {
        color: #cadce7;
        font-size: 8px;
    }


    .erp-data-flow > i {
        color: #38d1ff;
        font-style: normal;
    }


/* =========================================================
   INTEGRATIONS
========================================================= */

.erp-integration-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}


.erp-integration-visual {
    position: relative;
    max-width: 750px;
    height: 430px;
    margin: 0 auto;
}


.erp-int-core,
.erp-int-node {
    position: absolute;
    display: grid;
    place-items: center;
    border: 1px solid #b8dbf1;
    border-radius: 50%;
    color: #0878d2;
    background: #f7fcff;
    font-size: 10px;
    font-weight: 800;
}


.erp-int-core {
    width: 115px;
    height: 115px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    border-color: transparent;
    background: linear-gradient( 145deg, #0a83d4, #07517e );
    box-shadow: 0 0 45px rgba(0,132,219,.17);
}


.erp-int-node {
    width: 75px;
    height: 75px;
}


.erp-int-1 {
    left: 5%;
    top: 10%;
}


.erp-int-2 {
    left: 5%;
    bottom: 10%;
}


.erp-int-3 {
    left: 45%;
    top: 0;
}


.erp-int-4 {
    right: 5%;
    top: 10%;
}


.erp-int-5 {
    right: 5%;
    bottom: 10%;
}


.erp-int-6 {
    left: 45%;
    bottom: 0;
}


.erp-integration-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}


    .erp-integration-tags span {
        padding: 9px 13px;
        border: 1px solid #d1e1ec;
        color: #536779;
        background: rgba(255,255,255,.55);
        font-size: 9px;
    }


/* =========================================================
   CUSTOMIZATION
========================================================= */

.erp-custom-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}


.erp-custom-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}


.erp-custom-copy > p {
    margin-bottom: 20px;
    color: #68798a;
    font-size: 13px;
    line-height: 1.9;
}


.erp-custom-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #d9e4ed;
    border-left: 1px solid #d9e4ed;
}


    .erp-custom-grid > div {
        min-height: 90px;
        padding: 20px;
        display: flex;
        align-items: center;
        border-right: 1px solid #d9e4ed;
        border-bottom: 1px solid #d9e4ed;
        color: #3f5467;
        font-size: 10px;
    }


/* =========================================================
   TEST
========================================================= */

.erp-test-section {
    padding: 115px 0;
    background: #03101d;
}


.erp-test-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 1px solid rgba(255,255,255,.08);
}


.erp-test-card {
    min-height: 230px;
    padding: 27px;
    border-right: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
}


    .erp-test-card > span {
        display: block;
        margin-bottom: 42px;
        color: #547087;
        font-size: 9px;
        font-weight: 800;
    }


    .erp-test-card h3 {
        margin-bottom: 12px;
        color: white;
        font-size: 16px;
    }


    .erp-test-card p {
        color: #8a9faf;
        font-size: 10px;
        line-height: 1.8;
    }


/* =========================================================
   TRAINING
========================================================= */

.erp-training-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}


.erp-training-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}


.erp-training-visual {
    position: relative;
    min-height: 400px;
}


.erp-training-core,
.erp-user {
    position: absolute;
    display: grid;
    place-items: center;
    border-radius: 50%;
}


.erp-training-core {
    width: 120px;
    height: 120px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    background: linear-gradient( 145deg, #0a82d2, #075079 );
    font-size: 24px;
    font-weight: 800;
}


.erp-user {
    width: 75px;
    height: 75px;
    border: 1px solid #b9dbf1;
    color: #0877d1;
    background: white;
    font-size: 8px;
    font-weight: 800;
}


.erp-user-one {
    left: 10%;
    top: 15%;
}


.erp-user-two {
    right: 10%;
    top: 15%;
}


.erp-user-three {
    left: 50%;
    bottom: 4%;
    transform: translateX(-50%);
}


.erp-training-copy > p {
    margin-bottom: 20px;
    color: #68798a;
    font-size: 13px;
    line-height: 1.9;
}


.erp-training-list {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}


    .erp-training-list span {
        padding: 9px 12px;
        border: 1px solid #d2e1ec;
        color: #526779;
        background: rgba(255,255,255,.55);
        font-size: 9px;
    }


/* =========================================================
   GO LIVE
========================================================= */

.erp-golive-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}


.erp-golive-timeline {
    max-width: 1000px;
    margin: 0 auto;
    border-top: 1px solid #d9e4ed;
}


.erp-golive-item {
    min-height: 105px;
    padding: 20px 0;
    display: grid;
    grid-template-columns: 110px 1fr;
    align-items: center;
    border-bottom: 1px solid #d9e4ed;
}


    .erp-golive-item > span {
        color: #0877d1;
        font-size: 11px;
        font-weight: 800;
    }


    .erp-golive-item strong {
        display: block;
        margin-bottom: 8px;
        color: #183247;
        font-size: 15px;
    }


    .erp-golive-item p {
        color: #6d7e8e;
        font-size: 11px;
        line-height: 1.7;
    }


/* =========================================================
   KPI
========================================================= */

.erp-kpi-section {
    padding: 110px 0;
    background: linear-gradient( 115deg, #03101d, #071f35 );
}


.erp-kpi-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}


.erp-kpi-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 1px solid rgba(255,255,255,.08);
}


    .erp-kpi-grid > div {
        min-height: 95px;
        padding: 18px;
        border-right: 1px solid rgba(255,255,255,.08);
        border-bottom: 1px solid rgba(255,255,255,.08);
    }


    .erp-kpi-grid span {
        display: block;
        margin-bottom: 8px;
        color: #43d4ff;
        font-size: 7px;
        font-weight: 800;
    }


    .erp-kpi-grid strong {
        color: #c8d7e2;
        font-size: 11px;
    }


/* =========================================================
   IMPROVEMENT
========================================================= */

.erp-improvement-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}


.erp-improvement-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #d9e4ed;
    border-left: 1px solid #d9e4ed;
}


.erp-improvement-card {
    min-height: 245px;
    padding: 27px;
    border-right: 1px solid #d9e4ed;
    border-bottom: 1px solid #d9e4ed;
}


    .erp-improvement-card > span {
        display: block;
        margin-bottom: 52px;
        color: #8ca0b1;
        font-size: 9px;
        font-weight: 800;
    }


    .erp-improvement-card h3 {
        margin-bottom: 12px;
        color: #14283a;
        font-size: 16px;
    }


    .erp-improvement-card p {
        color: #6d7e8e;
        font-size: 10px;
        line-height: 1.8;
    }


/* =========================================================
   PROCESS
========================================================= */

.erp-process-section {
    padding: 115px 0;
    background: #03101d;
}


.erp-project-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 1px solid rgba(255,255,255,.08);
}


.erp-project-card {
    min-height: 225px;
    padding: 23px;
    border-right: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.015);
}


    .erp-project-card > span {
        display: block;
        margin-bottom: 42px;
        color: #557187;
        font-size: 9px;
        font-weight: 800;
    }


    .erp-project-card h3 {
        margin-bottom: 11px;
        color: white;
        font-size: 15px;
    }


    .erp-project-card p {
        color: #899eaf;
        font-size: 9px;
        line-height: 1.8;
    }


/* =========================================================
   INDUSTRIES
========================================================= */

.erp-industries-section {
    padding: 110px 0;
    color: #08182b;
    background: #edf3f8;
}


.erp-industries-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}


.erp-industries-copy > p {
    margin-top: 22px;
    color: #68798a;
    font-size: 13px;
    line-height: 1.9;
}


.erp-industries-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #d8e3ed;
    border-left: 1px solid #d8e3ed;
}


    .erp-industries-grid > div {
        min-height: 85px;
        padding: 20px;
        display: flex;
        align-items: center;
        border-right: 1px solid #d8e3ed;
        border-bottom: 1px solid #d8e3ed;
        color: #405568;
        background: rgba(255,255,255,.4);
        font-size: 11px;
    }


/* =========================================================
   FAQ
========================================================= */

.erp-faq-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}


.erp-faq-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 100px;
}


.erp-faq-list {
    border-top: 1px solid #d9e4ed;
}


.erp-faq-item {
    border-bottom: 1px solid #d9e4ed;
}


    .erp-faq-item summary {
        min-height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 25px;
        cursor: pointer;
        color: #14293c;
        font-size: 13px;
        font-weight: 700;
        list-style: none;
    }


        .erp-faq-item summary::-webkit-details-marker {
            display: none;
        }


        .erp-faq-item summary span {
            color: #0876d0;
            font-size: 19px;
        }


    .erp-faq-item p {
        padding: 0 40px 28px 0;
        color: #6c7d8d;
        font-size: 12px;
        line-height: 1.9;
    }


/* =========================================================
   RELATED
========================================================= */

.erp-related-section {
    padding: 110px 0;
    color: #08182b;
    background: #edf3f8;
}


.erp-related-heading {
    margin-bottom: 50px;
}


.erp-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}


.erp-related-card {
    min-height: 280px;
    padding: 27px;
    display: flex;
    flex-direction: column;
    border: 1px solid #d4e1eb;
    background: rgba(255,255,255,.52);
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}


    .erp-related-card:hover {
        transform: translateY(-6px);
        background: white;
        box-shadow: 0 25px 55px rgba(8,40,68,.09);
    }


    .erp-related-card > span {
        margin-bottom: 45px;
        color: #8ca0b1;
        font-size: 9px;
        font-weight: 800;
    }


    .erp-related-card h3 {
        margin-bottom: 13px;
        color: #13273a;
        font-size: 18px;
    }


    .erp-related-card p {
        margin-bottom: 25px;
        color: #6d7f8f;
        font-size: 11px;
        line-height: 1.8;
    }


    .erp-related-card strong {
        margin-top: auto;
        color: #0877d1;
        font-size: 10px;
    }


/* =========================================================
   FINAL
========================================================= */

.erp-final-section {
    position: relative;
    padding: 95px 0;
    overflow: hidden;
    background: linear-gradient( 115deg, #065b9e, #087fce, #07508b );
}


.erp-final-grid {
    position: absolute;
    inset: 0;
    opacity: .1;
    background-image: linear-gradient( rgba(255,255,255,.3) 1px, transparent 1px ), linear-gradient( 90deg, rgba(255,255,255,.3) 1px, transparent 1px );
    background-size: 70px 70px;
}


.erp-final-layout {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}


    .erp-final-layout > div {
        max-width: 850px;
    }


        .erp-final-layout > div > span {
            display: block;
            margin-bottom: 13px;
            color: #c4edff;
            font-size: 8px;
            font-weight: 800;
            letter-spacing: .17em;
        }


    .erp-final-layout h2 {
        margin-bottom: 15px;
        color: white;
        font-size: clamp(30px, 4vw, 46px);
        line-height: 1.2;
        letter-spacing: -.04em;
    }


    .erp-final-layout p {
        max-width: 700px;
        color: rgba(255,255,255,.76);
        font-size: 12px;
        line-height: 1.8;
    }


    .erp-final-layout .button {
        flex-shrink: 0;
        background: #031827;
    }


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1150px) {

    .erp-hero-layout,
    .erp-intro-layout,
    .erp-analysis-layout,
    .erp-selection-layout,
    .erp-data-layout,
    .erp-custom-layout,
    .erp-training-layout,
    .erp-kpi-layout,
    .erp-industries-layout,
    .erp-faq-layout {
        grid-template-columns: 1fr;
        gap: 60px;
    }


    .erp-hero-layout {
        padding: 70px 0;
    }


    .erp-module-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .erp-project-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .erp-improvement-grid,
    .erp-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 800px) {

    .erp-problem-grid,
    .erp-test-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .erp-requirement-grid {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 700px) {

    .erp-hero {
        padding-top: 68px;
    }


        .erp-hero h1 {
            font-size: 46px;
        }


    .erp-hero-description {
        font-size: 14px;
    }


    .erp-hero-actions {
        flex-direction: column;
    }


    .erp-hero-visual {
        min-height: 410px;
    }


    .erp-core {
        width: 110px;
        height: 110px;
    }


        .erp-core strong {
            font-size: 28px;
        }


    .erp-module {
        width: 58px;
        height: 58px;
        font-size: 6px;
    }


    .erp-intro-section,
    .erp-problems-section,
    .erp-analysis-section,
    .erp-requirement-section,
    .erp-modules-section,
    .erp-selection-section,
    .erp-data-section,
    .erp-integration-section,
    .erp-custom-section,
    .erp-test-section,
    .erp-training-section,
    .erp-golive-section,
    .erp-kpi-section,
    .erp-improvement-section,
    .erp-process-section,
    .erp-industries-section,
    .erp-faq-section,
    .erp-related-section {
        padding: 80px 0;
    }


    .erp-problem-grid,
    .erp-module-grid,
    .erp-test-grid,
    .erp-project-grid,
    .erp-improvement-grid,
    .erp-related-grid {
        grid-template-columns: 1fr;
    }


    .erp-analysis-checks,
    .erp-selection-list,
    .erp-custom-grid,
    .erp-kpi-grid,
    .erp-industries-grid {
        grid-template-columns: 1fr;
    }


    .erp-data-flow {
        flex-direction: column;
    }


        .erp-data-flow > i {
            transform: rotate(90deg);
        }


    .erp-integration-visual {
        height: 380px;
    }


    .erp-golive-item {
        grid-template-columns: 75px 1fr;
    }


    .erp-final-layout {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* =========================================================
   ERP CARD DETAIL CONTENT
========================================================= */

.erp-card-list {
    margin: 22px 0 0;
    padding: 18px 0 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
    border-top: 1px solid rgba(255,255,255,.08);
    list-style: none;
}


    .erp-card-list li {
        position: relative;
        padding-left: 15px;
        color: #93a8b8;
        font-size: 9px;
        line-height: 1.6;
    }


        .erp-card-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 7px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #35d4ff;
            box-shadow: 0 0 8px rgba(53,212,255,.35);
        }


/* Açık arka planlı kartlar */

.erp-card-list-light {
    border-top: 1px solid #dce6ee;
}


    .erp-card-list-light li,
    .erp-requirement-card
    .erp-card-list li,
    .erp-improvement-card
    .erp-card-list li {
        color: #697c8e;
    }


.erp-requirement-card {
    min-height: 440px;
}


.erp-module-card {
    min-height: 415px;
}


.erp-test-card {
    min-height: 350px;
}


.erp-improvement-card {
    min-height: 360px;
}


.erp-project-card {
    min-height: 315px;
    display: flex;
    flex-direction: column;
}


    .erp-project-card > p {
        margin-bottom: 25px;
    }


    .erp-project-card > small {
        margin-top: auto;
        padding-top: 16px;
        border-top: 1px solid rgba(255,255,255,.08);
        color: #41d4ff;
        font-size: 7px;
        font-weight: 800;
        letter-spacing: .08em;
    }


@media (max-width: 700px) {

    .erp-requirement-card,
    .erp-module-card,
    .erp-test-card,
    .erp-improvement-card,
    .erp-project-card {
        min-height: auto;
    }
}