body{overflow-x:hidden;padding:0;background-color:#f9f9f9;font-family:Arial,sans-serif}.hero-section,body{box-sizing:border-box;margin:0}.hero-section{padding:50px 0;text-align:center;background:linear-gradient(135deg,#f9e5e5,#fbd7d7);width:100%}.hero-content{padding:0 20px;max-width:1200px;margin:0 auto}.hero-content h2{font-size:2.5em;margin-bottom:15px;color:#a70000}.hero-content p{font-size:1.2em;margin-bottom:30px;color:#555;line-height:1.6}.features{padding:0 20px;justify-content:center;flex-wrap:wrap;max-width:1200px;gap:20px;margin:0 auto;display:flex}.feature-box{padding:20px 15px;transition:transform .3s ease;text-align:center;box-shadow:0 4px 8px rgba(0,0,0,.1);border-radius:12px;background:#fff;width:300px}.feature-box:hover{transform:scale(1.05)}.feature-box i{height:50px;justify-content:center;font-size:2rem;border:2px solid #a70000;color:#a70000;margin:0 auto 10px;align-items:center;border-radius:50%;background:#fff;width:50px;display:flex}.feature-box h3{font-size:1.2em;color:#333}.container{padding:20px;max-width:1200px;margin:20px auto;box-shadow:0 4px 8px rgba(0,0,0,.1);border-radius:12px;background:#fff}.row{justify-content:space-between;flex-wrap:wrap;gap:20px;align-items:flex-start;display:flex}.text-section{flex:1;padding:20px;max-width:55%;margin:0}.text-section h2{font-size:1.8em;margin-bottom:15px;color:#a70000}.text-section p{margin-bottom:15px;color:#333;line-height:1.8}.buttons{justify-content:flex-start;gap:15px;margin-top:20px;display:flex}.buttons a{padding:15px 30px;font-size:1em;text-decoration:none;font-weight:700;color:#fff;transition:all .3s ease;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.1);border-radius:8px;background:linear-gradient(135deg,#a70000,#d80000);display:inline-block}.buttons a:hover{transform:scale(1.05);box-shadow:0 6px 12px rgba(0,0,0,.2)}.image-section{flex:1;padding:20px;max-width:40%;flex-direction:column;gap:20px;margin:0;display:flex}.image-section img{box-shadow:0 4px 8px rgba(0,0,0,.1);border-radius:8px;width:100%}.image-section a{text-decoration:none;font-weight:700;color:#a70000;transition:color .3s ease;text-align:center;margin-top:10px;display:inline-block}.image-section a:hover{color:#d80000}.footer{padding:20px;text-align:center;margin-top:50px}.footer h3{margin-bottom:20px;color:#a70000}.services{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;display:grid}.service{padding:20px;font-weight:700;color:#333;transition:transform .3s ease;text-align:center;border-radius:8px;background:#f5f5f5}.service:hover{transform:scale(1.05);box-shadow:0 4px 8px rgba(0,0,0,.1)}.service a{text-decoration:none;font-weight:700;color:#a70000;transition:color .3s ease}.service a:hover{color:#d80000}@media (max-width:768px){.features{gap:15px;align-items:center}.features,.row{flex-direction:column}.image-section,.text-section{padding:15px;max-width:100%}.buttons{flex-direction:column;gap:10px;align-items:center}}