.hero-section{border-bottom:1px solid var(--border-color);padding:2rem 0}.page-title{color:var(--dark-700);font-size:60px;font-weight:500;letter-spacing:-2px;line-height:1.1;margin-bottom:48px}.hero-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius);display:flex;overflow:hidden}.hero-image-side{flex-shrink:0;padding:16px;width:55%}.hero-image{aspect-ratio:16/9;border-radius:var(--radius-sm);height:100%;object-fit:cover;width:100%}.hero-content{border-left:1px solid var(--border-light);display:flex;flex:1}.hero-content-inner{display:flex;flex-direction:column;gap:32px;justify-content:space-between;padding:32px 40px;width:100%}.hero-text-block{display:flex;flex-direction:column;gap:16px}.hero-title{color:var(--dark-900);font-size:36px;font-weight:500;letter-spacing:-1px;line-height:1.15}.hero-title a:hover{color:var(--green-500)}.hero-excerpt{color:var(--dark-500);font-size:15px;font-weight:400;line-height:1.5}.carousel-controls,.hero-footer{align-items:center;display:flex;justify-content:space-between}.carousel-controls{margin-top:16px}.carousel-dots{align-items:center;display:flex;gap:8px}.dot{background:var(--border-color);border-radius:50%;cursor:pointer;height:10px;transition:var(--transition);width:10px}.dot.active{background:var(--green-500);border-radius:5px;width:28px}.carousel-arrows{display:flex;gap:8px}.arrow-btn{align-items:center;background:none;border:1px solid var(--border-light);border-radius:var(--radius-round);color:var(--dark-700);display:flex;height:44px;justify-content:center;transition:var(--transition);width:44px}.arrow-btn:hover{background:var(--bg-card);border-color:var(--border-color)}.arrow-btn .material-icons-outlined{font-size:20px}@media (max-width:1200px){.hero-card{flex-direction:column}.hero-image-side{width:100%}.hero-content{border-left:none;border-top:1px solid var(--border-light)}}@media (max-width:768px){.page-title{font-size:36px}.hero-title{font-size:26px}}