/* ========================================
   ZENRIN DataCom - Vision Page Styles
   ======================================== */

/* Vision Hero Section */
.vision-hero {
    background:
        linear-gradient(to right, rgb(32 127 221/1) 0%, rgb(32 127 221/1) 35%, rgb(32 127 221/0) 60%, rgb(32 127 221/0) 100%),
        linear-gradient(to left, transparent 0%, transparent 70%, rgb(32 127 221/1) 100%),
        url("../images/vision-mv.png")no-repeat center right/auto 150%;
    background-color: #207fdd;
    border-radius: 0 0 50px 50px;
    padding: 150px 0 100px;
    margin-top: -100px;
    position: relative;
    overflow: hidden;
}

.vision-text-hero {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

/* Representative Section */
.representative {
    padding: 50px 0;
}

.representative-title {
    font-size: 50px;
    font-weight: 900;
    color: #333;
    line-height: 1.4;
    margin-bottom: 40px;
}

.representative-text {
    font-size: 16px;
    color: #555;
    line-height: 1.9;
}

.representative-image {
    position: relative;
    max-width: 385px;
}

.representative-image img {
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.representative-name-tag {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    padding: 15px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.representative-position {
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
}

.representative-name {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

/* Vision Content Sections */
.vision-content-section {}

.philosophy-section {}

.future-section {}

.elements-section {}

.vision-content-title {
    font-size: 42px;
    font-weight: 900;
    color: #207fdd;
    line-height: 1.4;
    margin-bottom: 40px;
}

.vision-content-text {
    font-size: 16px;
    color: #555;
    line-height: 1.9;
}

.vision-content-image img {
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.background-zone {
    background: url("../images/hero-bg.png")no-repeat top left/100%;
    background-color: #f3f9fb;
}

.my-margin {
    padding: 100px 0;
    margin: -50px auto;
}

/* Responsive Design */
@media (max-width: 991px) {
    .vision-hero {
        background:
            linear-gradient(to right, rgb(32 127 221/1) 0%, rgb(32 127 221/1) 45%, rgb(32 127 221/0) 60%, rgb(32 127 221/0) 100%),
            url("../images/vision-mv.png")no-repeat center right/cover;
        padding: 150px 0 80px;
    }

    .vision-text-hero {
        min-height: auto;
        padding: 0 30px 40px;
    }

    .representative-title {
        font-size: 36px;
    }

    .vision-content-title {
        font-size: 32px;
    }

    .vision-content-section {
        padding: 60px 0;
    }

    .representative {
        padding: 60px 0;
    }
}

@media (max-width: 768px) {
    .vision-hero {
        background:
            linear-gradient(to right, rgb(32 127 221/1) 0%, rgb(32 127 221/.7) 50%, rgb(32 127 221/.5) 60%, rgb(32 127 221/.3) 100%),
            url("../images/vision-mv.png")no-repeat top right 50%/cover;
        padding: 150px 0 50px;
        border-radius: 0 0 25px 25px;
    }

    .representative-title {
        font-size: 28px;
    }

    .vision-content-title {
        font-size: 26px;
    }

    .representative-text {
        line-height: 2.5;
    }

    .representative-name-tag {
        position: static;
        margin-top: 20px;
        display: inline-block;
    }
}

@media (max-width: 480px) {
    .representative-title {
        font-size: 24px;
    }

    .vision-content-title {
        font-size: 22px;
    }
}