/* 工业旅游页面样式 */
.industrial-tourism-page {
    background: #000;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

/* 页面容器 - 最大宽度1414px */
.page-container {
    position: relative;
    z-index: 1;
    max-width: 1414px;
    margin: 0 auto;
}

/* ==================== Hero Banner Section ==================== */
.hero-banner-section {
    position: relative;
    width: min(1414px, calc(1414 / 1414 * 100vw));
    height: min(723px, calc(723 / 1414 * 100vw));
    margin: 0 auto;
    overflow: visible;
}

/* Banner背景 */
.hero-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-bg-image {
    width: min(1414px, calc(1414 / 1414 * 100vw));
    height: min(723px, calc(723 / 1414 * 100vw));
    object-fit: cover;
}

/* Banner内容 */
.hero-banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 主标题 - 距离顶部153px，容器644*54，字体45px，渐变 */
.hero-main-title {
    margin-top: min(153px, calc(153 / 1414 * 100vw));
    width: min(644px, calc(644 / 1414 * 100vw));
    height: min(54px, calc(54 / 1414 * 100vw));
    line-height: min(54px, calc(54 / 1414 * 100vw));
    text-align: center;
    font-size: min(45px, calc(45 / 1414 * 100vw));
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-weight: 400;
    background: linear-gradient(90deg, #1F80FF 0%, #FFFFFF 67%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

/* 副标题 - 字体25px，容器458，渐变1F80FF 10% FFFFFF 75% */
.hero-subtitle {
    margin-top: min(10px, calc(10 / 1414 * 100vw));
    width: min(458px, calc(458 / 1414 * 100vw));
    text-align: center;
    font-size: min(25px, calc(25 / 1414 * 100vw));
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-weight: 400;
    background: linear-gradient(90deg, #1F80FF 10%, #FFFFFF 75%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

/* 描述文字 - 字体20px，白色，容器819，行高1.1，居中 */
.hero-description {
    margin-top: min(20px, calc(20 / 1414 * 100vw));
    width: min(819px, calc(819 / 1414 * 100vw));
    text-align: center;
    font-size: min(20px, calc(20 / 1414 * 100vw));
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.1;
}

/* ==================== 机器人图标和联系面板 - 位置样式 ==================== */
/* 注意: 基础样式已在 contact-panel.css 中定义，此处只保留位置相关样式 */

/* 机器人图标触发器 - 距离顶部667，右侧158 */
.industrial-tourism-page .robot-icon-trigger {
    position: absolute;
    top: min(667px, calc(667 / 1414 * 100vw));
    right: min(158px, calc(158 / 1414 * 100vw));
}

/* 联系信息面板位置 */
.industrial-tourism-page .contact-panel {
    position: absolute;
    top: min(732px, calc(732 / 1414 * 100vw));
    left: 50%;
    transform: translateX(-50%);
}

/* 初始状态为显示（active） */
.industrial-tourism-page .contact-panel.active {
    transform: translateX(-50%) translateY(0);
}

/* ==================== 所获荣誉 Section ==================== */
.honors-section {
    width: min(1414px, calc(1414 / 1414 * 100vw));
    margin: 0 auto;
    padding-top: min(194px, calc(194 / 1414 * 100vw));
    padding-bottom: min(53px, calc(53 / 1414 * 100vw));
    text-align: center;
}

/* 标题区域 */
.section-header {
    text-align: center;
    margin-bottom: min(77px, calc(77 / 1414 * 100vw));
}

.section-title {
    font-size: min(30px, calc(30 / 1414 * 100vw));
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: min(14px, calc(14 / 1414 * 100vw));
}

.section-subtitle {
    font-size: min(20px, calc(20 / 1414 * 100vw));
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-weight: 400;
    color: #A2A2A2;
    text-transform: uppercase;
}

/* Swiper容器 - 2行6个网格布局 */
.honors-swiper-container {
    width: min(1208px, calc(1208 / 1414 * 100vw));
    margin: 0 auto;
    overflow: hidden;
}

.honors-swiper-container .swiper-wrapper {
    align-items: center;
}

.honors-swiper-container .swiper-slide {
    width: 100% !important;
    margin-right: 0;
}

/* 荣誉网格 - 2行3列 */
.honors-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: min(44px, calc(44 / 1414 * 100vw)) min(44px, calc(44 / 1414 * 100vw));
    width: 100%;
}

/* 荣誉项 */
.honor-item {
    width: min(360px, calc(360 / 1414 * 100vw));
    height: min(200px, calc(200 / 1414 * 100vw));
    border-radius: min(10px, calc(10 / 1414 * 100vw));
    overflow: hidden;
    background: #1a1a1a;
    margin: 0 auto;
}

.honor-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 自定义分页器 - 正方形点 */
.honors-pagination {
    display: flex;
    justify-content: center;
    gap: min(31px, calc(31 / 1414 * 100vw));
    margin-top: min(53px, calc(53 / 1414 * 100vw));
}

.pagination-dot {
    width: min(10px, calc(10 / 1414 * 100vw));
    height: min(10px, calc(10 / 1414 * 100vw));
    background: #898989;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination-dot.active {
    background: #003CF1;
}

/* ==================== 响应式适配 ==================== */
@media (max-width: 1414px) {
    .page-container {
        width: 100%;
    }

    .hero-banner-section,
    .honors-section {
        width: 100%;
    }

    .hero-bg-image {
        width: 100%;
        height: auto;
        min-height: 500px;
    }

    .hero-banner-section {
        height: auto;
        min-height: 500px;
    }
}

@media (max-width: 1200px) {
    .hero-main-title {
        font-size: min(36px, calc(36 / 1414 * 100vw));
        width: auto;
        padding: 0 min(20px, calc(20 / 1414 * 100vw));
    }

    .hero-subtitle {
        font-size: min(20px, calc(20 / 1414 * 100vw));
        width: auto;
        padding: 0 min(20px, calc(20 / 1414 * 100vw));
    }

    .hero-description {
        font-size: min(16px, calc(16 / 1414 * 100vw));
        width: 90%;
        max-width: 700px;
    }

    /* 工业旅游页面特定的响应式位置调整 */
    .industrial-tourism-page .robot-icon-trigger {
        position: absolute;
        right: 5%;
        top: auto;
        bottom: min(20px, calc(20 / 1414 * 100vw));
    }

    .industrial-tourism-page .contact-panel {
        position: absolute;
        width: 95%;
        max-width: 800px;
    }

    .honors-swiper-container {
        width: 90%;
    }

    .honors-grid {
        gap: 30px 30px;
    }

    .honor-item {
        width: 100%;
        height: auto;
        aspect-ratio: 360 / 200;
    }
}

@media (max-width: 768px) {
    .hero-main-title {
        font-size: min(28px, calc(28 / 1414 * 100vw));
        margin-top: min(100px, calc(100 / 1414 * 100vw));
    }

    .hero-subtitle {
        font-size: min(16px, calc(16 / 1414 * 100vw));
    }

    .hero-description {
        font-size: min(14px, calc(14 / 1414 * 100vw));
        line-height: 1.4;
    }

    /* 工业旅游页面移动端位置调整 */
    .industrial-tourism-page .robot-icon-trigger {
        position: absolute;
        right: 3%;
        top: auto;
        bottom: min(30px, calc(30 / 1414 * 100vw));
    }

    .industrial-tourism-page .contact-panel {
        position: absolute;
        top: auto;
        bottom: min(60px, calc(60 / 1414 * 100vw));
        width: 95%;
        max-width: 500px;
    }

    .honors-section {
        padding-top: min(60px, calc(60 / 1414 * 100vw));
    }

    .section-title {
        font-size: min(24px, calc(24 / 1414 * 100vw));
    }

    .section-subtitle {
        font-size: min(16px, calc(16 / 1414 * 100vw));
    }

    .honors-swiper-container .swiper-slide {
        width: 100% !important;
    }

    .honors-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 20px;
    }

    .honor-item {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }
}
