html{scroll-behavior:smooth}#root{flex-direction:column;min-height:100vh;display:flex}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--surface:#080c14;--surface-low:#0b1120;--surface-container:#101828;--surface-high:#172035;--surface-lowest:#050810;--primary:#00c2e0;--primary-dim:#00a8c4;--primary-glow:#00c2e040;--primary-subtle:#00c2e01a;--accent:#0ea5e9;--accent-dim:#0284c7;--secondary:#7dd3fc;--secondary-dim:#bae6fd;--on-surface:#e8f4fc;--on-surface-variant:#94b8cc;--outline:#3a6278;--outline-variant:#1e3a4a;--font-serif:"Noto Serif", "Georgia", serif;--font-sans:"Manrope", "Inter", sans-serif}html,body{height:100%;overflow-x:hidden}body{background:var(--surface);color:var(--on-surface);font-family:var(--font-sans);-webkit-font-smoothing:antialiased}.particle-canvas{z-index:0;pointer-events:none;opacity:.75;position:fixed;inset:0}.glow-top{z-index:1;pointer-events:none;background:radial-gradient(circle,#00c2e024 0%,#0ea5e90f 40%,#0000 70%);border-radius:50%;width:70vw;max-width:900px;height:70vw;animation:7s ease-in-out infinite glowPulse;position:fixed;top:-25%;left:50%;transform:translate(-50%)}.glow-mid{z-index:1;pointer-events:none;background:radial-gradient(circle,#0ea5e914 0%,#0000 65%);border-radius:50%;width:50vw;max-width:600px;height:50vw;position:fixed;bottom:0;left:20%}@keyframes glowPulse{0%,to{opacity:.8;transform:translate(-50%)scale(1)}50%{opacity:1;transform:translate(-50%)scale(1.06)}}.page{z-index:2;flex-direction:column;justify-content:space-between;align-items:center;min-height:100vh;display:flex;position:relative}.content{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1.6rem;width:100%;max-width:900px;margin:0 auto;padding:3rem 1.5rem;display:flex}.brand-hero{width:100%;max-width:520px;animation:.9s both fadeInDown}.brand-hero-img{object-fit:contain;mix-blend-mode:screen;filter:drop-shadow(0 0 30px #00c2e04d);width:100%;height:auto;transition:filter .4s}.brand-hero-img:hover{filter:drop-shadow(0 0 45px #00c2e080)}.headline{font-family:var(--font-serif);letter-spacing:-.02em;flex-direction:column;align-items:center;gap:.08em;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1;animation:1s .35s both fadeInUp;display:flex}.coming{color:var(--on-surface)}.soon{background:linear-gradient(135deg,#00c2e0 0%,#0ea5e9 45%,#7dd3fc 75%,#00c2e0 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 28px #00c2e08c);-webkit-background-clip:text;background-clip:text}.tagline{font-family:var(--font-sans);color:var(--on-surface-variant);letter-spacing:.06em;font-size:clamp(.9rem,2.5vw,1.1rem);font-weight:300;animation:1s .5s both fadeInUp}.divider{align-items:center;gap:.75rem;animation:1s .6s both fadeInUp;display:flex}.divider-line{background:linear-gradient(90deg, transparent, var(--primary-dim), transparent);width:90px;height:1px}.divider-diamond{color:var(--primary);font-size:.5rem}.divider-dot{background:var(--primary-dim);border-radius:50%;width:4px;height:4px}.contact-section{flex-direction:column;align-items:center;gap:1rem;animation:1s .75s both fadeInUp;display:flex}.contact-label{font-family:var(--font-sans);letter-spacing:.35em;color:var(--outline);text-transform:uppercase;font-size:.65rem;font-weight:700}.contact-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.contact-btn{cursor:pointer;font-family:var(--font-sans);background:var(--surface-container);border:none;border-radius:12px;align-items:center;gap:.85rem;min-width:230px;padding:.95rem 1.5rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.contact-btn:after{content:"";opacity:.4;height:1px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.contact-btn:hover{transform:translateY(-3px)}.contact-btn:active{transform:translateY(-1px)}.btn-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.btn-icon svg{width:20px;height:20px}.btn-text{flex-direction:column;align-items:flex-start;gap:.1rem;display:flex}.btn-top{letter-spacing:.14em;text-transform:uppercase;opacity:.65;font-size:.62rem;font-weight:700}.btn-bottom{font-size:.82rem;font-weight:600}.btn-phone{color:var(--primary);box-shadow:0 4px 24px #0006,inset 0 0 0 1px #00c2e026}.btn-phone:after{background:var(--primary)}.btn-phone .btn-icon{color:var(--primary);background:#00c2e01a}.btn-phone:hover{background:var(--surface-high);box-shadow:0 8px 32px #00c2e033,inset 0 0 0 1px #00c2e040}.btn-email{color:var(--secondary);box-shadow:0 4px 24px #0006,inset 0 0 0 1px #7dd3fc1f}.btn-email:after{background:var(--secondary)}.btn-email .btn-icon{color:var(--secondary);background:#7dd3fc1a}.btn-email:hover{background:var(--surface-high);box-shadow:0 8px 32px #7dd3fc26,inset 0 0 0 1px #7dd3fc33}.btn-instagram{color:#f77737;box-shadow:0 4px 24px #0006,inset 0 0 0 1px #e1306c33}.btn-instagram:after{background:linear-gradient(90deg,#405de6,#e1306c,#fd1d1d)}.btn-instagram .btn-icon{color:#e1306c;background:linear-gradient(135deg,#405de61f,#e1306c1f)}.btn-instagram:hover{background:var(--surface-high);box-shadow:0 8px 32px #e1306c33,inset 0 0 0 1px #e1306c40}.footer{text-align:center;z-index:2;padding:1.5rem;animation:1s .9s both fadeInUp}.footer p{font-family:var(--font-sans);letter-spacing:.22em;color:var(--outline);font-size:.62rem;font-weight:500}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=640px){.contact-btn{min-width:100%;max-width:340px}.divider-line{width:45px}}
