/* ========================================
   ZENRIN DataCom - Sales Job Page Styles
   ======================================== */

body {
    background: url("../images/sales-bg.png")repeat-y top center/cover;
    background-color: #f3f9fb;
}

/* Sales Hero Section */
.sales-hero {
    background:
        url("../images/sales-mv.png")no-repeat bottom 1px right 20%/auto 70%,
        url("../images/sales-mv-bg.jpg")no-repeat bottom center /cover;
    background-color: #207fdd;
    border-radius: 0 0 50px 50px;
    padding: 150px 0 100px;
    margin-top: -100px;
    position: relative;
    overflow: hidden;
}

.sales-text-hero {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.sales-label {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.sales-hero-title {
    font-size: 42px;
    font-weight: 900;
    color: #fff;
    line-height: 1.3;
    position: relative;
    z-index: 1;
}

.sales-hero-image {
    position: relative;
    z-index: 1;
}

.sales-hero-image img {
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* Sales Introduction Section */
.sales-intro {
    padding: 100px 0;
}

.sales-intro-title {
    font-size: 36px;
    font-weight: 900;
    color: #207fdd;
    line-height: 1.6;
    margin-bottom: 40px;
}

.sales-intro-text {
    font-size: 16px;
    color: #555;
    line-height: 1.9;
    margin-bottom: 30px;
}

.sales-intro-subtext {
    font-size: 14px;
    color: #999;
    margin-bottom: 0;
}

/* Sales Content Sections */
.sales-content {}

.sales-content-section {
    padding: 80px 0;
}

.sales-content-section:nth-child(odd) {
    background: #FFF;
    border-radius: 50px;
}

.sales-content-text {
    padding: 0 20px;
}

.sales-content-title {
    font-size: 32px;
    font-weight: 900;
    color: #207fdd;
    line-height: 1.5;
    margin-bottom: 30px;
}

.sales-text {
    font-size: 16px;
    color: #555;
    line-height: 1.9;
    margin-bottom: 20px;
}

.sales-text:last-child {
    margin-bottom: 0;
}

.sales-content-image img {
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

/* Ideal Candidate Section */
.ideal-candidate {
    background: #207fdd;
    padding: 100px 0;
}

.ideal-candidate-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    padding: 20px 50px;
    position: relative;
    border-radius: 999px;
    border: 2px solid #fff;
    margin: auto;
    margin-bottom: 30px;
}

.ideal-candidate-title::before,
.ideal-candidate-title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.ideal-candidate-title::before {
    bottom: -28px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 14px 0 16px;
    border-color: #fff transparent transparent transparent;
}

.ideal-candidate-title::after {
    bottom: -23px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 14px 0 16px;
    border-color: #207FDD transparent transparent transparent;
}

.ideal-candidate-text {
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    opacity: 0.95;
}

.ideal-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
}

.ideal-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.ideal-icon {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.ideal-circle {
    width: 100%;
    max-width: 105px;
    height: auto;
    max-width: 96px;
}

.ideal-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 1.7;
    margin: 0;
}

/* Sales Interview Section */
.sales-interview {
    background: url("../images/hero-bg.png")no-repeat top left -20%/100%;
    padding: 100px 0;
}

.sales-interview-title {
    font-size: 50px;
    font-weight: 700;
    color: #333;
    text-align: left;
}

.sales-interview-card {
    display: block;
    text-decoration: none;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    height: 100%;
}

.sales-interview-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.sales-interview-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.sales-interview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sales-interview-content {
    padding: 25px;
}

.sales-interview-excerpt {
    font-size: 15px;
    font-weight: 600;
    color: #207fdd;
    line-height: 1.7;
    margin-bottom: 20px;
    min-height: 60px;
}

.sales-interview-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sales-interview-name {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
    .sales-hero {
        background:
            url("../images/sales-mv.png")no-repeat bottom 1px right 20%/auto 70%,
            url("../images/sales-mv-bg.jpg")no-repeat bottom center /cover;
        padding: 200px 0 100px;
        border-radius: 0 0 50px 50px;
        min-height: auto;
        overflow: hidden;
    }

    .sales-text-hero {
        min-height: auto;
        padding: 0 30px 40px;
    }

    .sales-intro {
        padding: 80px 0;
    }

    .sales-intro-title {
        font-size: 28px;
    }

    .sales-content-section {
        padding: 60px 0;
    }

    .sales-content-title {
        font-size: 26px;
    }

    .sales-content-text {
        padding: 0;
    }

    .ideal-candidate {
        padding: 80px 0;
    }

    .ideal-candidate-title {
        font-size: 28px;
    }

    .sales-interview {
        padding: 80px 0;
    }

    .sales-interview-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .sales-hero {
        background:
            linear-gradient(to right, rgb(32 127 221/1) 0%, rgb(32 127 221/.7) 40%, rgb(32 127 221/.3) 50%, rgb(32 127 221/0) 100%),
            url("../images/sales-mv.png")no-repeat bottom 1px right/auto 70%,
            url("../images/sales-mv-bg.jpg")no-repeat bottom center /cover;
        padding: 150px 0 50px;
        border-radius: 0 0 25px 25px;
    }

    .sales-intro {
        padding: 60px 0;
    }

    .sales-intro-title {
        font-size: 24px;
    }

    .sales-intro-text {
        font-size: 15px;
        line-height: 2.5;
    }

    .sales-content-section {
        padding: 40px 0;
    }

    .sales-content-title {
        font-size: 22px;
    }

    .sales-text {
        font-size: 15px;
    }

    .ideal-candidate {
        padding: 60px 0;
    }

    .ideal-candidate-title {
        font-size: 24px;
    }

    .ideal-candidate-text {
        font-size: 15px;
    }

    .ideal-card {
        padding: 30px 20px;
    }

    .ideal-card-title {
        font-size: 16px;
    }

    .sales-interview {
        padding: 60px 0;
    }

    .sales-interview-title {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .sales-hero-title {
        font-size: 28px;
    }

    .sales-intro-title {
        font-size: 20px;
    }

    .sales-content-title {
        font-size: 20px;
    }

    .ideal-candidate-title {
        font-size: 20px;
    }

    .sales-interview-title {
        font-size: 20px;
    }
}