﻿
/* slide 背景色（依你的截圖調和柔色系） */
.hero-bg-cream {
    background: #faf5ef;
}

.hero-bg-lavender {
    background: #eae3f0;
}

.hero-bg-mint {
    background: #e6efe6;
}

/* slide 內層共用樣式 */
.hero-slide {
    padding: 56px 0;
}
/* 上下留白 */
.hero-title {
    font-weight: 800;
    line-height: 1.25;
}

.hero-desc {
    font-size: 1rem;
    color: #46525c;
}

.hero-img {
    max-height: 340px;
    object-fit: contain;
}

/* 大螢幕拉高圖尺寸 */
@media (min-width: 1200px) {
    .hero-slide {
        padding: 72px 0;
    }

    .hero-img {
        max-height: 380px;
    }
}
