:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.app{margin:0 auto;text-align:center}.navbar{background:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{height:50px;width:auto}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-item{margin:0}.nav-link{color:#213547;text-decoration:none;font-weight:500;font-size:1rem;transition:color .3s}.nav-link:hover{color:#667eea}.header{background:linear-gradient(135deg,#667eeacc,#764ba2cc),url(/bg1.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:6rem 2rem;margin-bottom:2rem}.header h1{font-size:2.5rem;margin-bottom:1rem}.header p{font-size:1.2rem;opacity:.95}.content{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;gap:2rem;text-align:left;margin-bottom:3rem}.section{background:#f9f9f9;padding:2rem;border-radius:10px;box-shadow:0 2px 4px #0000000d}.section h2{color:#667eea;margin-bottom:1rem}.section p{margin-bottom:.8rem;line-height:1.6}.benefits{list-style:none;padding:0}.benefits li{padding:.5rem 0 .5rem 1.5rem;position:relative}.benefits li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.gallery-section{max-width:1200px;margin:0 auto;padding:4rem 2rem;text-align:center;background:#f9f9f9}.gallery-section h2{font-size:2.5rem;color:#667eea;margin-bottom:.5rem}.gallery-intro{font-size:1.1rem;color:#666;margin-bottom:3rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.gallery-item{overflow:hidden;border-radius:10px;box-shadow:0 2px 8px #0000001a;transition:transform .3s,box-shadow .3s;aspect-ratio:4 / 3}.gallery-item:hover{transform:scale(1.05);box-shadow:0 4px 16px #667eea4d}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.testimonials-section{max-width:1200px;margin:0 auto;padding:4rem 2rem;text-align:center}.testimonials-section h2{font-size:2.5rem;color:#667eea;margin-bottom:.5rem}.testimonials-intro{font-size:1.1rem;color:#666;margin-bottom:3rem}.testimonials-category{margin-bottom:4rem}.testimonials-category h3{font-size:1.8rem;color:#213547;margin-bottom:2rem;text-align:center}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.testimonial-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 8px #0000001a;text-align:left;transition:transform .3s,box-shadow .3s}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px #667eea33}.testimonial-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-bottom:1rem}.testimonial-text{font-size:.95rem;line-height:1.6;color:#333;margin-bottom:1rem;font-style:italic}.testimonial-author{font-size:.9rem;font-weight:600;color:#667eea;text-align:right}.contact{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 6px #0000001a;max-width:1200px;margin:0 auto 2rem}.contact h2{color:#fff;margin-bottom:1.5rem}.contact-info{display:flex;flex-direction:column;gap:1rem;align-items:center}.contact-item{font-size:1.1rem;display:flex;align-items:center;gap:.5rem}.contact-item a{color:#fff;text-decoration:none;transition:opacity .3s}.contact-item a:hover{opacity:.8}@media(min-width:768px){.contact-info{flex-direction:row;justify-content:center;gap:3rem}}
