@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&family=Playfair+Display:wght@700;900&display=swap";
:root{--primary-color:#2d0b5a;--secondary-color:#9b5de5;--accent-color:#d4af37;--bg-dark:#0f041d;--bg-light:#f8f9fa;--text-white:#fff;--text-dark:#2d0b5a;--glass-bg:#ffffff0d;--glass-border:#ffffff1a;--aura-gradient:linear-gradient(135deg, #2d0b5a 0%, #9b5de5 50%, #d4af37 100%);--aura-glow:0 0 30px #9b5de54d}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-white);font-family:Montserrat,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:Playfair Display,serif}.container{width:90%;max-width:1200px;margin:0 auto}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:20px;padding:2rem;transition:transform .3s,box-shadow .3s}.glass-card:hover{box-shadow:var(--aura-glow);transform:translateY(-10px)}.btn{cursor:pointer;border:none;border-radius:50px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{background:var(--aura-gradient);color:var(--text-white)}.btn-primary:hover{transform:scale(1.05);box-shadow:0 5px 15px #d4af3766}.btn-outline{border:2px solid var(--accent-color);color:var(--accent-color);background:0 0}.btn-outline:hover{background:var(--accent-color);color:var(--bg-dark)}section{padding:5rem 0}.section-title{text-align:center;margin-bottom:2rem;font-size:2.5rem}.text-gradient{background:var(--aura-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text}nav{z-index:1000;justify-content:space-between;align-items:center;width:100%;padding:1rem 0;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;position:fixed;top:0;box-shadow:0 2px 10px #0000001a;background:#fff!important}nav.scrolled{padding:.8rem 0;background:#fff!important}.logo{color:var(--text-dark);align-items:center;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:900;text-decoration:none;display:flex}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--text-dark);letter-spacing:.5px;text-transform:uppercase;font-size:.9rem;font-weight:600;text-decoration:none}.nav-links a:hover{color:var(--accent-color)}.hamburger-menu{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:.35rem;padding:.5rem;display:flex}.hamburger-menu span{background-color:var(--text-dark);border-radius:2px;width:25px;height:3px;transition:all .3s}.side-menu-overlay{z-index:999;background:#00000080;animation:.3s fadeInOverlay;position:fixed;inset:0}.side-menu-drawer{z-index:1002;background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);flex-direction:column;width:100%;max-width:300px;height:100vh;padding:2rem 1.5rem;transition:transform .4s cubic-bezier(.25,.46,.45,.94);display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-5px 0 15px #0003}.side-menu-drawer.open{transform:translate(0)}.close-menu-btn{cursor:pointer;color:var(--text-dark);z-index:1003;background:0 0;border:none;padding:.5rem;font-size:1.8rem;transition:transform .2s;position:absolute;top:1.5rem;right:1.5rem}.close-menu-btn:hover{color:var(--accent-color);transform:scale(1.1)}.side-nav-links{flex-direction:column;flex:1;gap:0;margin-top:3rem;list-style:none;display:flex}.side-nav-links li{border-bottom:1px solid #2d0b5a1a}.side-nav-links a{color:var(--text-dark);letter-spacing:.5px;text-transform:uppercase;padding:1.2rem 0;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s;display:block}.side-nav-links a:hover{color:var(--accent-color)}.side-cta{text-align:center;width:100%;margin-top:auto;font-size:.85rem;padding:.8rem 1rem!important}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}@media (max-width:768px){nav{padding:.8rem 0}.container{width:95%}.hamburger-menu{z-index:1001;display:flex!important}.nav-links{display:none!important}.btn-primary:not(.side-cta){display:none}.logo img{height:35px!important}.hero{height:auto;min-height:100vh;overflow:visible}.hero-wrapper{flex-direction:column;justify-content:flex-start;gap:0;min-height:100vh;padding:45vh 1rem 8rem;position:relative}.hero-content{text-align:center;z-index:2;flex:1;padding:2rem 0;position:relative}.hero-content h1{margin-bottom:1.2rem;font-size:2.8rem}.hero-content p{max-width:100%;margin-bottom:1.5rem;font-size:1rem}.hero-image-container{z-index:1;pointer-events:none;opacity:.85;justify-content:center;align-items:flex-start;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.hero-image{object-fit:cover;object-position:top center;width:100%;height:100%}.hero-content>div{justify-content:center}}@media (max-width:480px){.container{width:100%;padding:0 1rem}nav{padding:.6rem 0}.logo img{height:30px!important}.side-nav-links a{font-size:.9rem}.hero-wrapper{padding:1.5rem 1rem}.hero-content h1{font-size:2rem}.hero-content p{font-size:.95rem}.section-title{font-size:1.8rem}.side-menu-drawer{max-width:100%}.hero-image{max-width:253px}.hero-content>div{flex-direction:column;gap:.75rem}.hero-content>div a{text-align:center;width:100%}}.hero{background:linear-gradient(135deg,#0f041d 0%,#2d0b5acc 50%,#0f041d 100%);align-items:stretch;height:100vh;display:flex;position:relative;overflow:hidden}.hero-wrapper{justify-content:space-between;align-items:center;gap:1.5rem;width:90%;max-width:1200px;margin:0 auto;display:flex}.hero-content{flex-direction:column;flex:0 0 55%;justify-content:center;padding:4rem 0;display:flex}.hero-image-container{flex:0 0 45%;justify-content:flex-end;align-items:flex-end;height:100%;display:flex}.hero-image{object-fit:contain;object-position:bottom right;width:100%;max-width:575px;height:auto;animation:.8s forwards slideInRight}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.hero-content h1{opacity:0;letter-spacing:-1px;margin-bottom:1.8rem;font-size:5rem;font-weight:900;line-height:1.15;animation:.8s .2s forwards fadeIn}.hero-content p{opacity:0;max-width:500px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6;animation:.8s .4s forwards fadeIn}.hero-content>div{opacity:0;flex-wrap:wrap;gap:1rem;animation:.8s .6s forwards fadeIn;display:flex}.grid{gap:2rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}@media (max-width:968px){.grid-3,.grid-2{grid-template-columns:1fr}.hero-content h1{font-size:3rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:1s forwards fadeIn}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-control{border:1px solid var(--glass-border);color:var(--text-white);background:#ffffff0d;border-radius:12px;padding:1rem;font-family:inherit;font-size:.9rem;transition:all .3s}.form-control:focus{border-color:var(--secondary-color);background:#ffffff1a;outline:none;box-shadow:0 0 10px #9b5de533}select.form-control{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1rem;padding-right:3rem}select.form-control option{background-color:var(--bg-dark);color:var(--text-white);padding:10px}textarea.form-control{resize:vertical}::placeholder{color:#ffffff4d}.footer-pattern{background-color:#05010a;background-image:linear-gradient(#05010af2,#05010af2),radial-gradient(circle at 30% 20%,#9b5de51f 0%,#0000 55%),radial-gradient(circle at 70% 80%,#d4af370f 0%,#0000 50%);background-position:50%;background-size:cover;background-attachment:fixed;padding:3rem 0;position:relative;overflow:hidden}.footer-pattern:before{content:"";background:linear-gradient(90deg, transparent, var(--accent-color), transparent);opacity:.3;height:1px;position:absolute;top:0;left:0;right:0}
