@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--bg-dark-1:#0d0d0d;--bg-dark-2:#1a1712;--bg-dark-3:#0f0e0c;--accent-gold-1:#d4a053;--accent-gold-2:#e8b86d;--accent-copper:#c47f5a;--text-main:#f5f0e8;--text-secondary:#d4cfc5;--text-muted:#a09a8e;--glass-bg:#d4a0530d;--glass-border:#d4a05326;--glass-glow:#d4a05340;--glass-hover-bg:#d4a05314;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--bg-dark-1);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2}a{color:inherit;text-decoration:none}ul{list-style:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-dark-1)}::-webkit-scrollbar-thumb{background:#d4a0534d;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#d4a05399}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:24px}.text-gradient-gold{background:linear-gradient(135deg, var(--accent-gold-2), var(--accent-gold-1), var(--accent-copper));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.app-container{flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.content-wrapper{z-index:10;flex-direction:column;gap:6rem;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem 4rem;display:flex;position:relative}@media (width<=768px){.content-wrapper{gap:4rem;padding:0 1.5rem 2rem}}.particle-container{z-index:1;background-color:var(--bg-dark-1);width:100%;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.film-grain{opacity:.05;pointer-events:none;z-index:5;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100%;height:100%;position:absolute;top:0;left:0}.orb{filter:blur(80px);opacity:.4;will-change:transform;border-radius:50%;animation:20s ease-in-out infinite alternate floatOrb;position:absolute}.orb-1{background:radial-gradient(circle, var(--accent-gold-1), transparent 70%);width:400px;height:400px;animation-duration:25s;top:-100px;left:-100px}.orb-2{background:radial-gradient(circle, var(--accent-copper), transparent 70%);width:500px;height:500px;animation-duration:30s;animation-delay:-5s;bottom:20%;right:-150px}.orb-3{background:radial-gradient(circle, var(--accent-gold-2), transparent 70%);opacity:.2;width:300px;height:300px;animation-duration:22s;animation-delay:-10s;top:40%;left:20%}@keyframes floatOrb{0%{transform:translate(0)scale(1)}33%{transform:translate(30px,-50px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}to{transform:translate(0)scale(1)}}.particles{z-index:2;width:100%;height:100%;position:absolute}.particle{background-color:var(--accent-gold-2);box-shadow:0 0 10px var(--accent-gold-1);will-change:transform, opacity;border-radius:50%;animation:linear infinite floatParticle;position:absolute}@keyframes floatParticle{0%{opacity:0;transform:translateY(0)scale(1)}10%{opacity:inherit}90%{opacity:inherit}to{opacity:0;transform:translateY(-100vh)scale(.5)}}.hero-section{text-align:center;z-index:10;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:4rem 1rem 2rem;display:flex;position:relative}.hero-content{flex-direction:column;align-items:center;width:100%;max-width:800px;display:flex}.logo-mark{background:linear-gradient(135deg, var(--accent-gold-2), var(--accent-copper));width:80px;height:80px;font-family:var(--font-heading);color:var(--bg-dark-1);border-radius:20px;justify-content:center;align-items:center;margin-bottom:2rem;font-size:3rem;font-weight:800;display:flex;box-shadow:0 10px 30px #d4a0534d}.hero-title{letter-spacing:-1px;margin-bottom:.5rem;font-size:clamp(2rem,6vw,4.5rem);line-height:1.1}.hero-subtitle{color:var(--text-secondary);letter-spacing:2px;text-transform:uppercase;margin-bottom:2rem;font-size:clamp(1rem,3vw,1.8rem);font-weight:400}.coming-soon-badge{border:1px solid var(--accent-gold-1);color:var(--accent-gold-2);letter-spacing:1px;background:#d4a05326;border-radius:50px;margin-bottom:3rem;padding:.75rem 1.5rem;font-size:clamp(1rem,2.5vw,1.2rem);font-weight:600;box-shadow:0 0 20px #d4a05333}.hero-description{width:100%;max-width:650px;padding:2rem}.hero-description p{color:var(--text-secondary);font-size:1.1rem;line-height:1.8}.scroll-indicator{color:var(--accent-gold-1);opacity:.7;font-size:2rem;position:absolute;bottom:20px}.bounce-icon{animation:2s infinite bounce}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-15px)}60%{transform:translateY(-7px)}}@media (width<=768px){.hero-section{padding-top:6rem}.logo-mark{width:60px;height:60px;margin-bottom:1.5rem;font-size:2rem}.hero-subtitle{letter-spacing:1px;margin-bottom:1.5rem}.coming-soon-badge{margin-bottom:2rem}.hero-description{padding:1.5rem}.hero-description p{font-size:1rem;line-height:1.6}}.services-section{flex-direction:column;align-items:center;width:100%;display:flex}.services-header{text-align:center;margin-bottom:4rem}.section-title{color:var(--text-main);margin-bottom:1rem;font-size:2.5rem}.title-underline{background:linear-gradient(90deg, var(--accent-gold-1), var(--accent-copper));border-radius:2px;width:60px;height:4px;margin:0 auto}.services-grid{flex-wrap:wrap;justify-content:center;gap:2rem;width:100%;display:flex}.service-card{text-align:center;cursor:default;flex-direction:column;flex:300px;align-items:center;max-width:400px;padding:2.5rem 2rem;transition:all .3s;display:flex}.service-card:hover{background:var(--glass-hover-bg);border-color:#d4a05366;box-shadow:0 15px 35px #d4a0531a}.service-icon-wrapper{border:1px solid var(--glass-border);background:linear-gradient(135deg,#d4a05333,#c47f5a1a);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;transition:all .3s;display:flex}.service-card:hover .service-icon-wrapper{background:linear-gradient(135deg,#d4a0534d,#c47f5a33);transform:scale(1.1)}.service-icon{color:var(--accent-gold-2);font-size:2rem}.service-title{color:var(--text-main);font-size:1.25rem;font-weight:500;line-height:1.4}@media (width<=768px){.services-section{padding-top:2rem}.services-grid{flex-direction:column;align-items:center;gap:1.5rem}.service-card{flex:none;width:100%;max-width:100%;padding:1.5rem 1rem}.section-title{font-size:2rem}}.status-banner-container{justify-content:center;width:100%;display:flex}.status-banner{border-left:4px solid var(--accent-gold-1);align-items:center;gap:2rem;width:100%;max-width:800px;padding:2rem 3rem;display:flex}.status-indicator{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:relative}.status-dot{z-index:2;background-color:#22c55e;border-radius:50%;width:12px;height:12px;box-shadow:0 0 10px #22c55e80}.status-pulse{z-index:1;background-color:#22c55e66;border-radius:50%;width:100%;height:100%;animation:2s infinite pulse;position:absolute}@keyframes pulse{0%{opacity:1;transform:scale(.5)}to{opacity:0;transform:scale(2.5)}}.status-content{flex-direction:column;gap:.5rem;display:flex}.status-title{font-size:1.5rem;font-weight:600}.status-subtitle{color:var(--text-secondary);font-size:1.1rem}@media (width<=768px){.status-banner{text-align:center;border-left:none;border-top:4px solid var(--accent-gold-1);flex-direction:column;gap:1rem;padding:2rem 1.5rem}.status-title{font-size:1.25rem}.status-subtitle{font-size:1rem}}.contact-section{justify-content:center;width:100%;display:flex}.contact-grid{flex-wrap:wrap;justify-content:center;gap:2rem;width:100%;display:flex}.contact-card{flex:300px;align-items:center;gap:1.5rem;max-width:380px;padding:1.5rem 2rem;transition:all .3s;display:flex}.contact-card:hover{background:var(--glass-hover-bg);border-color:#d4a05380;box-shadow:0 10px 25px #d4a05326}.contact-icon{width:50px;height:50px;color:var(--accent-gold-2);background:#d4a05326;border-radius:12px;justify-content:center;align-items:center;font-size:1.25rem;transition:all .3s;display:flex}.contact-card:hover .contact-icon{background:var(--accent-gold-1);color:var(--bg-dark-1);transform:scale(1.1)rotate(5deg)}.contact-info{flex-direction:column;display:flex}.contact-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:.2rem;font-size:.9rem}.contact-value{color:var(--text-main);font-size:1.1rem;font-weight:500;transition:color .3s}.contact-card:hover .contact-value{color:var(--accent-gold-2)}@media (width<=768px){.contact-grid{flex-direction:column;align-items:center;gap:1rem}.contact-card{flex:none;width:100%;max-width:100%;padding:1.25rem 1.5rem}}.footer-section{flex-direction:column;align-items:center;width:100%;margin-top:auto;padding-top:4rem;display:flex}.footer-line{background:linear-gradient(90deg,#0000,#d4a0534d,#0000);width:100%;height:1px;margin-bottom:2rem}.footer-content{text-align:center;color:var(--text-muted);padding-bottom:2rem;font-size:.9rem}@media (width<=768px){.footer-section{padding-top:2rem}}
