.hero-section { position: relative; width: 100%; max-width: 980px; margin: 0 auto; line-height: 0; }
.hero-bg { width: 100%; height: auto; }
.hero-logo-wrap { position: absolute; bottom: 20px; left: 90%; transform: translateX(-50%); width: 100%; text-align: center; z-index: 10; }
.hero-logo { width: 180px; height: auto; }
.content-section { padding: 80px 20px; text-align: center; background-color: #f9f9f9; }
.content-section h2 { font-size: 40px; margin-bottom: 10px; color: #111; font-family: 'title-font', cursive; font-weight: 400; }
.goal-text { font-size: 24px; color: #ed5848; font-weight: bold; margin-bottom: 40px; word-break: keep-all; }
.main-text-box { max-width: 850px; margin: 0 auto; font-size: 19px; color: #555; text-align: left; background: transparent; padding: 0; box-shadow: none; }
.main-text-box p { margin-bottom: 25px; }
.image-grid { display: flex; justify-content: center; gap: 25px; margin-top: 50px; flex-wrap: wrap; }
.image-grid img { width: 300px; border-radius: 12px; box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
@media (max-width: 768px) { .content-section h2 { font-size: 28px; } .goal-text { font-size: 18px; } }
