.harbor-master-page .hero-section{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-color-dark) 100%);padding:3rem 2rem;text-align:center;color:var(--light-text-color,#ffffff);margin-top:80px;min-height:380px;display:flex;align-items:center;justify-content:center}.harbor-master-page .hero-content{max-width:800px;margin:0 auto}.harbor-master-page .hero-icon{font-size:3rem;margin-bottom:1rem;color:var(--accent-color,var(--accent-color))}.harbor-master-page .hero-content h1{font-size:2.5rem;margin-bottom:1rem;font-weight:600;color:var(--light-text-color,#ffffff);text-shadow:2px 2px 4px var(--shadow-dark)}.harbor-master-page .hero-content p{font-size:1.1rem;margin-bottom:0;font-weight:500;color:var(--light-text-color,#ffffff);text-shadow:2px 2px 4px var(--shadow-dark)}.highlight-badges{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.badge{background:var(--glass-bg-hover);padding:0.75rem 1.25rem;border-radius:25px;color:#ffffff;font-size:1rem;backdrop-filter:blur(10px);border:1px solid var(--glass-border)}.modern-tabs{display:flex;gap:1rem;margin-bottom:2rem;min-height:50px;flex-wrap:wrap}.tab-button{min-height:44px;padding:0.75rem 1.5rem;border:none;background:var(--gray-100,var(--gray-50));color:var(--gray-800,var(--text-color));cursor:pointer;border-radius:8px;display:flex;align-items:center;gap:0.5rem}.tab-button.active{background:var(--accent-color,var(--accent-color));color:#ffffff}@media (width <=768px){.harbor-master-page .hero-section{padding:3rem 1.5rem;min-height:auto}.harbor-master-page .hero-content h1{font-size:2rem}.modern-tabs{gap:0.5rem}.tab-button{padding:0.75rem 1rem;font-size:0.9rem}}