.header{background:#000;color:#fff;padding:1rem 0;box-shadow:0 2px 5px #0000001a}.header .container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{text-decoration:none;color:#fff}.logo h1{margin:0;font-size:1.8rem}.nav{display:flex;gap:2rem}.nav a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease}.nav a:hover{color:#ccc}.social-links{display:flex;gap:1rem;margin-left:2rem;align-items:center}.social-links a{font-size:1.2rem;transition:transform .3s ease,color .3s ease}.social-links a:hover{transform:translateY(-2px);color:#fff}.admin-link{font-size:1.2rem;opacity:.7;transition:opacity .3s ease,transform .3s ease}.admin-link:hover{opacity:1;transform:rotate(90deg)}.footer{background:#000;color:#fff;padding:2rem 0 1rem}.footer .container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{margin-bottom:1rem;color:#fff}.footer-section p{margin-bottom:.5rem;line-height:1.6}.footer-bottom{border-top:1px solid #333;padding-top:1rem;text-align:center}.footer-bottom p{margin:0;opacity:.8}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#000;background:#fff}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.logo-hero{background:linear-gradient(180deg,#1a1a1a,#2d2d2d,#f8f9fa);padding:3rem 2rem;display:flex;justify-content:center;align-items:center;min-height:40vh}.logo-container{max-width:1200px;width:100%;display:flex;justify-content:center;align-items:center}.logo-image{width:100%;max-width:800px;height:auto;opacity:.9;filter:drop-shadow(0 4px 6px rgba(0,0,0,.3));transition:all .3s ease}.logo-image:hover{transform:scale(1.02);filter:drop-shadow(0 6px 12px rgba(0,0,0,.4))}@media (max-width: 1024px){.logo-hero{min-height:35vh;padding:2.5rem 1.5rem}.logo-image{max-width:600px}}@media (max-width: 768px){.logo-hero{min-height:30vh;padding:2rem 1rem}.logo-image{max-width:90%;opacity:.95}}@media (max-width: 480px){.logo-hero{min-height:25vh;padding:1.5rem .5rem}.logo-image{max-width:95%}}.hero{background:linear-gradient(#000c,#000c),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><rect fill="%23f0f0f0" width="1200" height="600"/><circle cx="200" cy="150" r="80" fill="%23d0d0d0" opacity="0.5"/><circle cx="1000" cy="450" r="120" fill="%23b0b0b0" opacity="0.3"/><path d="M0 400 L300 300 L600 350 L900 280 L1200 320 L1200 600 L0 600 Z" fill="%23e0e0e0" opacity="0.4"/></svg>');background-size:cover;background-position:center;color:#fff;text-align:center;padding:8rem 2rem}.hero-content h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero-content p{font-size:1.2rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-button{display:inline-block;background:#000;color:#fff;padding:1rem 2rem;text-decoration:none;border-radius:5px;font-weight:600;transition:all .3s ease;border:2px solid #000}.cta-button:hover{background:#fff;color:#000;transform:translateY(-2px)}.features{padding:4rem 0;background:#f8f9fa}.features h2{text-align:center;margin-bottom:3rem;font-size:2.5rem;color:#000}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a;text-align:center}.feature-card h3{color:#000;margin-bottom:1rem}.about{padding:4rem 0}.about h1{text-align:center;margin-bottom:3rem;color:#000;font-size:2.5rem}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start}.about-text h2{color:#000;margin-bottom:1rem}.about-text p{margin-bottom:1.5rem;line-height:1.8}.about-stats{display:flex;flex-direction:column;gap:2rem}.stat{text-align:center;background:#f8f9fa;padding:2rem;border-radius:10px}.stat h3{font-size:2rem;color:#000;margin-bottom:.5rem}.services{padding:4rem 0}.services h1{text-align:center;margin-bottom:3rem;color:#000;font-size:2.5rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a;border-left:4px solid #000}.service-card h3{color:#000;margin-bottom:1rem}.service-card ul{list-style:none}.service-card li{padding:.5rem 0;border-bottom:1px solid #eee}.service-card li:before{content:"✓";color:#000;font-weight:700;margin-right:.5rem}.service-card li:last-child{border-bottom:none}.gallery{padding:4rem 0}.gallery h1{text-align:center;margin-bottom:1rem;color:#000;font-size:2.5rem}.gallery p{text-align:center;margin-bottom:3rem;font-size:1.1rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.gallery-item{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0000001a}.placeholder-image{height:250px;background:linear-gradient(135deg,#000,#333);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.1rem}.gallery-item p{padding:1rem;margin:0;text-align:center}.contact{padding:4rem 0}.contact h1{text-align:center;margin-bottom:3rem;color:#000;font-size:2.5rem}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h2{color:#000;margin-bottom:1rem}.contact-info p{margin-bottom:2rem;line-height:1.8}.contact-details{display:flex;flex-direction:column;gap:2rem}.contact-item h3{color:#000;margin-bottom:.5rem}.contact-form h2{color:#000;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e1e1e1;border-radius:5px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#000}.submit-button{background:#000;color:#fff;padding:1rem 2rem;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}.submit-button:hover{background:#333}@media (max-width: 768px){.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.about-content,.contact-content{grid-template-columns:1fr;gap:2rem}.header .container{flex-direction:column;gap:1rem}.nav{flex-wrap:wrap;justify-content:center}}.gallery-image{width:100%;height:200px;object-fit:cover;border-radius:8px;margin-bottom:10px}.gallery-item h3{margin:10px 0 5px;font-size:1.1em;color:#333;text-align:center}.gallery-item p{margin:0;font-size:.9em;color:#666}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#000;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}button{border:none;background:none;cursor:pointer;font-family:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}input,textarea,select{font-family:inherit}
