*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Poppins,sans-serif;line-height:1.6;color:#333;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;z-index:1000;transition:all .3s ease}.header.scrolled{background:#fffffffa;box-shadow:0 4px 30px #00000026}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}.nav-brand h1{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{text-decoration:none;color:#333;font-weight:500;transition:all .3s ease;position:relative}.nav-menu a:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .3s ease}.nav-menu a:hover:after{width:100%}.nav-toggle{display:none;flex-direction:column;cursor:pointer;gap:4px}.nav-toggle span{width:25px;height:3px;background:#333;transition:all .3s ease}.hero{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><path d="M0,0 Q500,200 1000,0 L1000,1000 L0,1000 Z" fill="rgba(255,255,255,0.05)"/></svg>');background-size:cover}.hero-content{position:relative;z-index:2;max-width:800px;padding:2rem}.hero-title{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:700;margin-bottom:1rem;animation:fadeInUp 1s ease}.hero-subtitle{font-size:1.3rem;margin-bottom:2rem;opacity:.9;animation:fadeInUp 1s ease .2s both}.hero-text{font-size:1rem;line-height:1.8;margin-bottom:2rem;opacity:.8;text-align:justify;animation:fadeInUp 1s ease .4s both}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp 1s ease .6s both}.btn-primary,.btn-secondary{padding:15px 30px;border:none;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;font-size:1rem}.btn-primary{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3)}.btn-primary:hover{background:#fff;color:#667eea;transform:translateY(-2px);box-shadow:0 10px 30px #0003}.btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}.btn-secondary:hover{background:#ffffff1a;transform:translateY(-2px)}.section{padding:80px 0}.alt-bg{background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.section h2{font-family:Playfair Display,serif;font-size:2.5rem;text-align:center;margin-bottom:3rem;color:#333}.section-content{max-width:900px;margin:0 auto;font-size:1.1rem;line-height:1.8;text-align:justify;color:#555}.section-content strong{color:#667eea;font-weight:600}.section-content em{color:#764ba2;font-style:italic}.section-content u{text-decoration:underline;text-decoration-color:#667eea;text-underline-offset:3px}.section-content a{color:#667eea;font-weight:600;text-decoration:none;transition:all .3s ease}.section-content a:hover{color:#764ba2;text-decoration:underline}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:#fff;border-radius:10px;margin-bottom:1rem;box-shadow:0 5px 15px #0000001a;overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 8px 25px #00000026}.faq-question{padding:1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.faq-question h3{font-size:1.1rem;font-weight:600;margin:0}.faq-toggle{font-size:1.5rem;font-weight:700;transition:transform .3s ease}.faq-item.active .faq-toggle{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease;background:#fff}.faq-answer p{padding:1.5rem;margin:0;color:#555;line-height:1.6}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.info-item{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #0000001a;transition:all .3s ease}.info-item:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.info-item h3{color:#667eea;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.info-item p{color:#555;line-height:1.6}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.contact-item{text-align:center;padding:2rem;background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;transition:all .3s ease}.contact-item:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.contact-item h3{color:#667eea;margin-bottom:1rem;font-size:1.2rem}.contact-item p{color:#555;font-weight:500}.footer{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:3rem 0 1rem}.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:#ecf0f1;font-size:1.2rem}.footer-section p{color:#bdc3c7;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#3498db}.social-links{display:flex;gap:1rem}.social-links a{color:#bdc3c7;text-decoration:none;transition:all .3s ease;padding:.5rem;border-radius:5px}.social-links a:hover{color:#3498db;background:#3498db1a}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #34495e;color:#95a5a6}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.nav-menu{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;box-shadow:0 5px 15px #0000001a;max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0}.nav-menu.active{max-height:300px;padding:1rem 0}.nav-menu li{text-align:center;padding:.5rem 0}.nav-toggle{display:flex}.nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:300px}.section{padding:60px 0}.section h2{font-size:2rem}.hero-text,.section-content{font-size:1rem;text-align:left}.info-grid,.contact-info{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}.social-links{justify-content:center}}@media (max-width: 480px){.hero-title{font-size:2rem}.nav-brand h1{font-size:1.5rem}.container{padding:0 15px}.nav{padding:1rem}.info-item,.contact-item{padding:1.5rem}}.text-center{text-align:center}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}*{transition:all .3s ease}a:focus,button:focus{outline:2px solid #667eea;outline-offset:2px}@media print{.header,.footer,.hero-buttons,.nav-toggle{display:none}.section{padding:2rem 0}.hero{min-height:auto;padding:2rem 0}}
