/* ===== 8x8x8x水蜜桃 - 桃子少女风主题 ===== */
:root {
    --peach-pink: #FF9EAA;
    --peach-deep: #FF7281;
    --peach-soft: #FFD4D9;
    --peach-cream: #FFF5F0;
    --peach-white: #FFFCFA;
    --leaf-green: #88C285;
    --leaf-deep: #5A9D57;
    --yellow-core: #FFE082;
    --candy-yellow: #FFD54F;
    --bg-pink: #FFF0F3;
    --text-dark: #4A2D38;
    --text-body: #6B4855;
    --text-muted: #9B7D88;
    --border-soft: #FFE0E6;
    --shadow-pink: rgba(255, 114, 129, 0.18);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", sans-serif;
    background: var(--bg-pink);
    color: var(--text-body);
    line-height: 1.7;
    overflow-x: hidden;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

/* ===== 桃子图标 ===== */
.peach-icon {
    width: 48px;
    height: 48px;
    position: relative;
    display: inline-block;
}
.peach-icon::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 2px;
    width: 44px;
    height: 40px;
    background: radial-gradient(circle at 35% 35%, var(--peach-soft) 0%, var(--peach-pink) 60%, var(--peach-deep) 100%);
    border-radius: 50% 50% 45% 45%;
    box-shadow: inset -4px -6px 0 rgba(255, 114, 129, 0.25);
}
.peach-icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 22px;
    width: 8px;
    height: 14px;
    background: var(--leaf-green);
    border-radius: 50% 10% 50% 10%;
    transform: rotate(20deg);
}
.peach-icon .leaf2 {
    position: absolute;
    top: 2px;
    left: 28px;
    width: 10px;
    height: 12px;
    background: var(--leaf-deep);
    border-radius: 50% 10% 50% 10%;
    transform: rotate(-30deg);
}

/* ===== 顶部 ===== */
.mt-header {
    background: linear-gradient(135deg, var(--peach-pink) 0%, var(--peach-deep) 100%);
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 4px 20px var(--shadow-pink);
}
.mt-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mt-logo {
    display: flex;
    align-items: center;
    gap: 14px;
}
.mt-logo-text .brand {
    font-size: 24px;
    font-weight: 800;
    color: var(--peach-white);
    letter-spacing: 1px;
}
.mt-logo-text .brand .num {
    color: var(--yellow-core);
    font-weight: 900;
    margin-right: 4px;
}
.mt-logo-text .tagline {
    font-size: 11px;
    color: var(--peach-soft);
    letter-spacing: 3px;
    text-transform: uppercase;
}
.mt-user-btns { display: flex; gap: 12px; }
.mt-user-btns a {
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    transition: all 0.3s;
}
.mt-btn-login {
    color: var(--peach-white);
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.mt-btn-login:hover { background: rgba(255, 255, 255, 0.18); }
.mt-btn-vip {
    background: var(--yellow-core);
    color: var(--text-dark);
}
.mt-btn-vip:hover { background: #ffca28; transform: translateY(-2px); }

/* ===== 主导航 ===== */
.mt-nav {
    background: var(--peach-white);
    border-bottom: 3px solid var(--peach-soft);
    box-shadow: 0 2px 10px rgba(255, 158, 170, 0.1);
}
.mt-nav ul {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.mt-nav a {
    display: block;
    padding: 16px 22px;
    color: var(--text-dark);
    font-weight: 700;
    font-size: 15px;
    transition: all 0.25s;
    position: relative;
}
.mt-nav a:hover {
    color: var(--peach-deep);
    background: var(--bg-pink);
}
.mt-nav a.active { color: var(--peach-deep); }
.mt-nav a.active::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 3px;
    background: var(--peach-deep);
    border-radius: 2px;
}

/* ===== HERO ===== */
.mt-hero {
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 224, 130, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 85% 80%, rgba(136, 194, 133, 0.2) 0%, transparent 50%),
        linear-gradient(180deg, var(--bg-pink) 0%, var(--peach-cream) 100%);
    padding: 100px 0 120px;
    position: relative;
    overflow: hidden;
}
.mt-hero::before {
    content: "🍑";
    position: absolute;
    font-size: 100px;
    opacity: 0.15;
    top: 80px;
    left: 6%;
    transform: rotate(-20deg);
}
.mt-hero::after {
    content: "🍑";
    position: absolute;
    font-size: 80px;
    opacity: 0.15;
    bottom: 100px;
    right: 8%;
    transform: rotate(25deg);
}
.mt-hero-content {
    text-align: center;
    position: relative;
    z-index: 2;
}
.mt-hero-badge {
    display: inline-block;
    background: var(--peach-white);
    color: var(--peach-deep);
    padding: 10px 24px;
    border-radius: 24px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 28px;
    border: 2px solid var(--peach-pink);
    box-shadow: 0 6px 16px var(--shadow-pink);
}
.mt-hero-title {
    font-size: 76px;
    font-weight: 900;
    color: var(--peach-deep);
    line-height: 1.05;
    letter-spacing: 2px;
    margin-bottom: 8px;
    text-shadow: 4px 4px 0 var(--peach-soft);
}
.mt-hero-title .num {
    color: var(--candy-yellow);
    font-size: 64px;
    display: inline-block;
    text-shadow: 3px 3px 0 #FFE082;
}
.mt-hero-title .word {
    color: var(--leaf-deep);
    font-size: 56px;
    display: block;
    margin-top: 8px;
    text-shadow: 3px 3px 0 #C8E6C8;
}
.mt-hero-sub {
    font-size: 20px;
    color: var(--text-body);
    margin: 24px 0 36px;
    font-weight: 600;
}
.mt-hero-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.mt-btn {
    padding: 14px 36px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 800;
    transition: all 0.3s;
    display: inline-block;
}
.mt-btn-primary {
    background: var(--peach-deep);
    color: var(--peach-white);
    box-shadow: 0 8px 22px var(--shadow-pink);
}
.mt-btn-primary:hover {
    background: #ff5a6c;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px var(--shadow-pink);
}
.mt-btn-ghost {
    background: transparent;
    color: var(--leaf-deep);
    border: 2px solid var(--leaf-green);
}
.mt-btn-ghost:hover {
    background: var(--leaf-green);
    color: var(--peach-white);
}

/* ===== 数据统计 ===== */
.mt-stats {
    background: linear-gradient(135deg, var(--peach-pink) 0%, var(--peach-deep) 100%);
    padding: 40px 0;
    color: var(--peach-white);
}
.mt-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}
.mt-stat-num {
    font-size: 38px;
    font-weight: 900;
    color: var(--yellow-core);
    margin-bottom: 4px;
}
.mt-stat-label {
    font-size: 14px;
    opacity: 0.95;
}

/* ===== 板块通用 ===== */
.mt-section { padding: 80px 0; }
.mt-section-title {
    font-size: 36px;
    font-weight: 800;
    color: var(--text-dark);
    text-align: center;
    margin-bottom: 8px;
}
.mt-section-title span { color: var(--peach-deep); }
.mt-section-sub {
    text-align: center;
    color: var(--text-muted);
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 48px;
}

/* ===== 卡片网格 ===== */
.mt-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.mt-card {
    background: var(--peach-white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 6px 20px var(--shadow-pink);
    transition: all 0.3s;
    border: 2px solid var(--border-soft);
}
.mt-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px var(--shadow-pink);
    border-color: var(--peach-pink);
}
.mt-card-cover {
    height: 180px;
    background: linear-gradient(135deg, var(--peach-pink), var(--peach-deep));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--peach-white);
    font-size: 64px;
    position: relative;
}
.mt-card:nth-child(2n) .mt-card-cover { background: linear-gradient(135deg, var(--leaf-green), var(--leaf-deep)); }
.mt-card:nth-child(3n) .mt-card-cover { background: linear-gradient(135deg, var(--candy-yellow), var(--peach-pink)); }
.mt-card:nth-child(4n) .mt-card-cover { background: linear-gradient(135deg, var(--peach-soft), var(--peach-pink)); }
.mt-card-cover .badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--peach-deep);
    padding: 4px 12px;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 800;
}
.mt-card-cover .duration {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(74, 45, 56, 0.7);
    color: var(--peach-white);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
}
.mt-card-info { padding: 18px; }
.mt-card-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mt-card-meta {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: var(--text-muted);
}
.mt-card-meta .views::before { content: "🍑 "; }

/* ===== 特色板块 ===== */
.mt-feature {
    background: linear-gradient(135deg, var(--peach-cream) 0%, var(--peach-soft) 100%);
    padding: 80px 0;
    position: relative;
}
.mt-feature::before {
    content: "🍑";
    position: absolute;
    font-size: 180px;
    opacity: 0.1;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-15deg);
}
.mt-feature-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}
.mt-feature-title {
    font-size: 38px;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 20px;
    line-height: 1.3;
}
.mt-feature-title span { color: var(--peach-deep); }
.mt-feature-text {
    font-size: 16px;
    line-height: 1.9;
    color: var(--text-body);
    margin-bottom: 28px;
}
.mt-feature-list { margin-bottom: 32px; }
.mt-feature-list li {
    padding: 10px 0 10px 32px;
    position: relative;
    font-size: 15px;
    color: var(--text-body);
}
.mt-feature-list li::before {
    content: "🍑";
    position: absolute;
    left: 0;
    top: 10px;
}
.mt-feature-visual {
    background: var(--peach-white);
    border-radius: 30px;
    padding: 70px 40px;
    text-align: center;
    box-shadow: 0 10px 30px var(--shadow-pink);
    border: 3px dashed var(--peach-pink);
}
.mt-feature-visual .big-peach {
    font-size: 140px;
    display: block;
    margin-bottom: 16px;
}
.mt-feature-visual .visual-text {
    font-size: 18px;
    color: var(--peach-deep);
    font-weight: 800;
    letter-spacing: 2px;
}

/* ===== 分类圆 ===== */
.mt-cat-circle {
    background: var(--peach-white);
    padding: 60px 0;
}
.mt-cat-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
}
.mt-cat-item {
    background: var(--peach-cream);
    border: 2px solid var(--border-soft);
    border-radius: 50% 50% 20px 20px;
    padding: 30px 12px;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
}
.mt-cat-item:hover {
    background: var(--peach-pink);
    border-color: var(--peach-pink);
    transform: translateY(-6px) scale(1.05);
}
.mt-cat-item:hover .mt-cat-icon,
.mt-cat-item:hover .mt-cat-name {
    color: var(--peach-white);
}
.mt-cat-icon {
    font-size: 38px;
    display: block;
    margin-bottom: 8px;
}
.mt-cat-name {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-dark);
}

/* ===== CTA ===== */
.mt-cta {
    background: linear-gradient(135deg, var(--leaf-green) 0%, var(--leaf-deep) 100%);
    color: var(--peach-white);
    padding: 60px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.mt-cta::before {
    content: "🍑";
    position: absolute;
    font-size: 200px;
    opacity: 0.12;
    left: -30px;
    top: -60px;
    transform: rotate(-20deg);
}
.mt-cta::after {
    content: "🍑";
    position: absolute;
    font-size: 160px;
    opacity: 0.12;
    right: 5%;
    bottom: -50px;
    transform: rotate(20deg);
}
.mt-cta h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 14px;
    position: relative;
    z-index: 2;
}
.mt-cta p {
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 28px;
    position: relative;
    z-index: 2;
}
.mt-cta .mt-btn {
    background: var(--peach-deep);
    color: var(--peach-white);
    position: relative;
    z-index: 2;
}
.mt-cta .mt-btn:hover {
    background: #ff5a6c;
    transform: translateY(-3px);
}

/* ===== 页脚 ===== */
.mt-footer {
    background: var(--text-dark);
    color: var(--peach-soft);
    padding: 60px 0 24px;
}
.mt-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}
.mt-footer-col h4 {
    font-size: 16px;
    margin-bottom: 18px;
    color: var(--yellow-core);
}
.mt-footer-col p {
    font-size: 14px;
    opacity: 0.85;
    line-height: 1.8;
}
.mt-footer-col ul li { margin-bottom: 10px; }
.mt-footer-col ul li a {
    font-size: 14px;
    opacity: 0.85;
    transition: all 0.2s;
}
.mt-footer-col ul li a:hover {
    opacity: 1;
    color: var(--yellow-core);
    padding-left: 4px;
}
.mt-footer-bottom {
    border-top: 1px solid rgba(255, 209, 217, 0.2);
    padding-top: 20px;
    text-align: center;
    font-size: 13px;
    opacity: 0.7;
}

/* ===== 页面横幅 ===== */
.mt-page-banner {
    background:
        radial-gradient(circle at 30% 50%, rgba(255, 224, 130, 0.25) 0%, transparent 60%),
        linear-gradient(135deg, var(--peach-pink) 0%, var(--peach-deep) 100%);
    padding: 60px 0;
    text-align: center;
    color: var(--peach-white);
    position: relative;
    overflow: hidden;
}
.mt-page-banner::before {
    content: "🍑";
    position: absolute;
    font-size: 220px;
    opacity: 0.1;
    right: -30px;
    top: -50px;
    transform: rotate(15deg);
}
.mt-page-banner h1 {
    font-size: 44px;
    font-weight: 900;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}
.mt-page-banner p {
    font-size: 16px;
    opacity: 0.95;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
}

/* ===== 内容卡片 ===== */
.mt-content-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 40px;
}
.mt-content-card {
    background: var(--peach-white);
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 6px 20px var(--shadow-pink);
    transition: all 0.3s;
    border-top: 5px solid var(--peach-pink);
}
.mt-content-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px var(--shadow-pink);
}
.mt-content-card .card-icon {
    font-size: 40px;
    margin-bottom: 16px;
}
.mt-content-card h3 {
    font-size: 20px;
    color: var(--text-dark);
    margin-bottom: 12px;
    font-weight: 800;
}
.mt-content-card p {
    font-size: 14px;
    color: var(--text-body);
    line-height: 1.8;
}

/* ===== 时间线 ===== */
.mt-timeline {
    position: relative;
    padding-left: 40px;
    margin-top: 40px;
}
.mt-timeline::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--peach-pink);
    border-radius: 2px;
}
.mt-timeline-item {
    position: relative;
    padding-bottom: 36px;
}
.mt-timeline-item::before {
    content: "🍑";
    position: absolute;
    left: -34px;
    top: 0;
    font-size: 24px;
    background: var(--bg-pink);
    padding: 2px;
    border-radius: 50%;
}
.mt-timeline-year {
    font-size: 18px;
    font-weight: 800;
    color: var(--peach-deep);
    margin-bottom: 8px;
}
.mt-timeline-content h4 {
    font-size: 17px;
    color: var(--text-dark);
    margin-bottom: 6px;
}
.mt-timeline-content p {
    font-size: 14px;
    color: var(--text-body);
}

/* ===== 团队 ===== */
.mt-team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px;
}
.mt-team-card {
    background: var(--peach-white);
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 6px 18px var(--shadow-pink);
    transition: all 0.3s;
}
.mt-team-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 26px var(--shadow-pink);
}
.mt-team-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--peach-pink), var(--peach-deep));
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: var(--peach-white);
    font-weight: 800;
}
.mt-team-card h4 {
    font-size: 17px;
    color: var(--text-dark);
    margin-bottom: 4px;
}
.mt-team-card .role {
    font-size: 13px;
    color: var(--peach-deep);
    margin-bottom: 10px;
    font-weight: 700;
}
.mt-team-card p {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.6;
}

/* ===== 表单 ===== */
.mt-form {
    background: var(--peach-white);
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 8px 28px var(--shadow-pink);
    border: 2px solid var(--border-soft);
}
.mt-form-row { margin-bottom: 20px; }
.mt-form-row label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
}
.mt-form-row label .req { color: var(--peach-deep); }
.mt-form-row input,
.mt-form-row textarea,
.mt-form-row select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid var(--border-soft);
    border-radius: 12px;
    font-size: 14px;
    font-family: inherit;
    background: var(--peach-cream);
    color: var(--text-dark);
    transition: all 0.2s;
}
.mt-form-row input:focus,
.mt-form-row textarea:focus,
.mt-form-row select:focus {
    outline: none;
    border-color: var(--peach-pink);
    background: #fff;
}
.mt-form-row textarea { resize: vertical; min-height: 120px; }
.mt-form-submit {
    background: var(--peach-deep);
    color: var(--peach-white);
    border: none;
    padding: 14px 40px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s;
    font-family: inherit;
}
.mt-form-submit:hover {
    background: #ff5a6c;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px var(--shadow-pink);
}

/* ===== 联系 ===== */
.mt-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-top: 40px;
}
.mt-contact-info { padding: 30px 0; }
.mt-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 22px;
    padding: 20px;
    background: var(--peach-white);
    border-radius: 16px;
    border-left: 4px solid var(--peach-pink);
    box-shadow: 0 4px 12px var(--shadow-pink);
}
.mt-contact-item .icon {
    font-size: 28px;
    flex-shrink: 0;
}
.mt-contact-item h4 {
    font-size: 16px;
    color: var(--text-dark);
    margin-bottom: 4px;
}
.mt-contact-item p {
    font-size: 14px;
    color: var(--text-body);
}

/* ===== 案例 ===== */
.mt-case-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}
.mt-case-card {
    background: var(--peach-white);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 6px 22px var(--shadow-pink);
    transition: all 0.3s;
}
.mt-case-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px var(--shadow-pink);
}
.mt-case-banner {
    height: 180px;
    background: linear-gradient(135deg, var(--peach-pink), var(--peach-deep));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--peach-white);
    font-size: 64px;
}
.mt-case-card:nth-child(2n) .mt-case-banner { background: linear-gradient(135deg, var(--leaf-green), var(--leaf-deep)); }
.mt-case-card:nth-child(3n) .mt-case-banner { background: linear-gradient(135deg, var(--candy-yellow), var(--peach-pink)); }
.mt-case-card:nth-child(4n) .mt-case-banner { background: linear-gradient(135deg, var(--peach-soft), var(--peach-deep)); }
.mt-case-body { padding: 24px; }
.mt-case-body .case-tag {
    display: inline-block;
    background: rgba(255, 158, 170, 0.15);
    color: var(--peach-deep);
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 12px;
}
.mt-case-body h3 {
    font-size: 19px;
    color: var(--text-dark);
    margin-bottom: 10px;
    font-weight: 800;
}
.mt-case-body p {
    font-size: 14px;
    color: var(--text-body);
    line-height: 1.8;
    margin-bottom: 14px;
}
.mt-case-stats {
    display: flex;
    gap: 24px;
    padding-top: 14px;
    border-top: 1px solid var(--border-soft);
}
.mt-case-stats div { font-size: 13px; }
.mt-case-stats strong {
    display: block;
    font-size: 20px;
    color: var(--peach-deep);
    font-weight: 800;
}

/* ===== 新闻列表 ===== */
.mt-news-list { margin-top: 40px; }
.mt-news-item {
    background: var(--peach-white);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 18px;
    display: flex;
    gap: 24px;
    box-shadow: 0 4px 14px var(--shadow-pink);
    transition: all 0.3s;
    border-left: 4px solid transparent;
}
.mt-news-item:hover {
    border-left-color: var(--peach-pink);
    transform: translateX(6px);
    box-shadow: 0 8px 22px var(--shadow-pink);
}
.mt-news-date {
    flex-shrink: 0;
    text-align: center;
    background: var(--peach-cream);
    border-radius: 14px;
    padding: 14px 18px;
    min-width: 80px;
}
.mt-news-date .day {
    font-size: 28px;
    font-weight: 900;
    color: var(--peach-deep);
    line-height: 1;
}
.mt-news-date .month {
    font-size: 12px;
    color: var(--text-muted);
    margin-top: 4px;
}
.mt-news-content { flex: 1; }
.mt-news-content .news-tag {
    display: inline-block;
    background: var(--leaf-green);
    color: var(--peach-white);
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 12px;
    margin-bottom: 8px;
    font-weight: 700;
}
.mt-news-content h3 {
    font-size: 18px;
    color: var(--text-dark);
    margin-bottom: 8px;
    font-weight: 700;
}
.mt-news-content p {
    font-size: 14px;
    color: var(--text-body);
    line-height: 1.7;
}

/* ===== 响应式 ===== */
@media (max-width: 968px) {
    .mt-card-grid, .mt-cat-grid, .mt-team-grid { grid-template-columns: repeat(2, 1fr); }
    .mt-content-grid, .mt-case-grid, .mt-contact-grid, .mt-feature-inner, .mt-footer-grid { grid-template-columns: 1fr; }
    .mt-stats-grid { grid-template-columns: repeat(2, 1fr); }
    .mt-hero-title { font-size: 52px; }
    .mt-nav ul { overflow-x: auto; }
}
