@charset "utf-8";body{font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;margin:0;padding:0;color:#333;line-height:1.6}header{background-color:#2c3e50;color:#fff;padding:1rem 0}.header-container{width:90%;max-width:1000px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700}nav ul{list-style:none;padding:0;margin:0;display:flex}nav ul li{margin-left:20px}nav ul li a{color:#fff;text-decoration:none;font-weight:700}nav ul li a:hover{color:#e74c3c}.hero{background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(https://images.unsplash.com/photo-1492724441997-5dc865305da7?auto=format&fit=crop&w=1000&q=80);background-size:cover;background-position:center;height:500px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center}.hero h1{font-size:2.5rem;margin-bottom:10px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero p{font-size:1.2rem;margin-bottom:30px}.btn-primary{background-color:#e74c3c;color:#fff;padding:15px 30px;text-decoration:none;border-radius:5px;font-weight:700;transition:background 0.3s}.btn-primary:hover{background-color:#c0392b}section{padding:60px 20px;max-width:1000px;margin:0 auto;text-align:center}h2{font-size:2rem;margin-bottom:40px;position:relative;display:inline-block}h2::after{content:"";display:block;width:50px;height:3px;background:#e74c3c;margin:10px auto 0}.service-list{display:flex;flex-wrap:wrap;justify-content:space-around;gap:20px}.service-item{flex:1;min-width:250px;background:#f9f9f9;padding:20px;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.1)}.cta-section{background-color:#ecf0f1;padding:80px 20px}.cta-text{margin-bottom:30px}footer{background:#333;color:#ccc;text-align:center;padding:20px;font-size:.9rem}