.contact-module__OuDtiq__container{background:#f2f2f7;flex-direction:column;justify-content:center;align-items:center;gap:2rem;min-height:100vh;padding:4rem 2rem;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;display:flex}.contact-module__OuDtiq__wrapper{background:#fff;border-radius:30px;width:100%;max-width:1100px;min-height:700px;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 60px #0000001f}.contact-module__OuDtiq__contentArea{background:linear-gradient(135deg,var(--primary)0%,var(--accent)100%);color:#fff;flex-direction:column;flex:1;justify-content:space-between;padding:4rem;display:flex;position:relative;overflow:hidden}.contact-module__OuDtiq__contentArea:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.contact-module__OuDtiq__brandLabel{text-transform:uppercase;letter-spacing:.2em;opacity:.8;margin-bottom:2rem;font-size:.85rem;font-weight:800}.contact-module__OuDtiq__heroText h1{letter-spacing:-2px;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1}.contact-module__OuDtiq__heroText p{opacity:.9;max-width:400px;font-size:1.2rem;line-height:1.6}.contact-module__OuDtiq__infoGrid{grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem;display:grid}.contact-module__OuDtiq__infoItem h3{text-transform:uppercase;letter-spacing:.1em;opacity:.7;margin-bottom:.5rem;font-size:.75rem}.contact-module__OuDtiq__infoItem p{font-size:.95rem;font-weight:500}.contact-module__OuDtiq__formHeader{margin-bottom:2.5rem}.contact-module__OuDtiq__formHeader h2{letter-spacing:-.5px;margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.contact-module__OuDtiq__formHeader p{color:#86868b;font-size:1rem}.contact-module__OuDtiq__formGroup{margin-bottom:1.5rem}.contact-module__OuDtiq__label{color:#1d1d1f;margin-bottom:.6rem;font-size:.85rem;font-weight:600;display:block}.contact-module__OuDtiq__input,.contact-module__OuDtiq__textarea{background:#f5f5f7;border:1px solid #d1d1d6;border-radius:12px;width:100%;padding:.9rem 1rem;font-size:1rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.contact-module__OuDtiq__input:focus,.contact-module__OuDtiq__textarea:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 4px #007aff1a}.contact-module__OuDtiq__textarea{resize:vertical;min-height:100px;max-height:200px}.contact-module__OuDtiq__charCount{text-align:right;color:#8e8e93;margin-top:.4rem;font-size:.75rem;display:block}.contact-module__OuDtiq__formSection{background:#fff;flex-direction:column;flex:1.2;justify-content:space-between;padding:4rem;display:flex}.contact-module__OuDtiq__submitWrapper{margin-top:auto;padding-top:2rem}.contact-module__OuDtiq__button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:16px;width:100%;padding:1.1rem;font-size:1.05rem;font-weight:700;transition:all .3s;box-shadow:0 10px 24px #007aff33}.contact-module__OuDtiq__button:hover{background:var(--primary);filter:brightness(.95);transform:translateY(-2px);box-shadow:0 14px 28px #007aff4d}.contact-module__OuDtiq__successMessage{color:#fff;text-align:center;background:#34c759;border-radius:14px;margin-bottom:2rem;padding:1rem;font-weight:600;animation:.5s ease-out contact-module__OuDtiq__slideDown}@keyframes contact-module__OuDtiq__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.contact-module__OuDtiq__footer{text-align:center;opacity:.6;color:#1d1d1f;max-width:600px;font-size:.8rem;line-height:1.6}.contact-module__OuDtiq__footer a{color:var(--primary);font-weight:600;text-decoration:underline}@media (max-width:900px){.contact-module__OuDtiq__wrapper{flex-direction:column;max-width:500px}.contact-module__OuDtiq__contentArea,.contact-module__OuDtiq__formSection{padding:3rem 2rem}.contact-module__OuDtiq__heroText h1{font-size:2.5rem}}
.page-module___8aEwW__container{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:0;display:flex;position:relative}.page-module___8aEwW__portalContainer{z-index:10;text-align:center;border-radius:12px;width:100%;max-width:600px;padding:3rem}.page-module___8aEwW__header{margin-bottom:3rem}.page-module___8aEwW__title{letter-spacing:-.04em;margin-bottom:.5rem;font-size:3.5rem;font-weight:800;line-height:1}.page-module___8aEwW__subtitle{color:#6b7280;font-size:.875rem;font-weight:500}.page-module___8aEwW__description{color:#4b5563;margin:2rem 0 3rem;font-size:1.125rem;line-height:1.6}.page-module___8aEwW__moduleGrid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:3rem;display:grid}.page-module___8aEwW__moduleCard{text-align:left;cursor:pointer;background:#fff;border:1px solid #00000014;border-radius:12px;padding:1.5rem;transition:all .2s}.page-module___8aEwW__moduleCard:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.page-module___8aEwW__moduleCard h3{color:#111827;margin-bottom:.5rem;font-size:.9rem;font-weight:700}.page-module___8aEwW__moduleCard p{color:#6b7280;font-size:.8rem;line-height:1.4}.page-module___8aEwW__footer{text-align:center;padding:0 2rem;position:absolute;bottom:2rem;left:0;right:0}.page-module___8aEwW__footer p{color:#9ca3af;margin:.25rem 0;font-size:.75rem}@keyframes page-module___8aEwW__bloomIn{0%{opacity:0;filter:blur(5px);transform:translateY(10px)scale(.99)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}.page-module___8aEwW__animatedContent{animation:1s cubic-bezier(.16,1,.3,1) forwards page-module___8aEwW__bloomIn}@keyframes page-module___8aEwW__portalOut{0%{opacity:1;filter:blur();transform:scale(1)}to{opacity:0;filter:blur(10px)brightness(1.5);transform:scale(1.05)}}.page-module___8aEwW__portalOut{pointer-events:none;animation:.6s cubic-bezier(.7,0,.3,1) forwards page-module___8aEwW__portalOut}
@keyframes LandingPage-module__CEBI7a__fadeInUp{0%{opacity:0;filter:blur(10px);transform:translate(-50%,30px)scale(.98)}to{opacity:1;filter:blur();transform:translate(-50%)scale(1)}}@keyframes LandingPage-module__CEBI7a__float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes LandingPage-module__CEBI7a__slowPan{0%{background-position:0 0}to{background-position:100% 100%}}@keyframes LandingPage-module__CEBI7a__generalFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.LandingPage-module__CEBI7a__main{color:#1d1d1f;background-color:#fff;background-image:radial-gradient(at 0 0,#007aff08 0,#0000 50%),radial-gradient(at 100% 100%,#5856d608 0,#0000 50%);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;flex-direction:column;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif;display:flex;overflow-x:hidden}.LandingPage-module__CEBI7a__nav{z-index:100;-webkit-backdrop-filter:blur(20px);background:#ffffffb3;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:1.5rem 2rem;animation:.8s cubic-bezier(.16,1,.3,1) forwards LandingPage-module__CEBI7a__fadeInUp;display:flex;position:fixed;top:0;left:50%;transform:translate(-50%)}.LandingPage-module__CEBI7a__logo{letter-spacing:-1px;color:#000;font-size:1.5rem;font-weight:800;transition:transform .3s}.LandingPage-module__CEBI7a__logo:hover{transform:scale(1.05)}.LandingPage-module__CEBI7a__navLinks{gap:2rem;display:flex}.LandingPage-module__CEBI7a__navLink{color:#86868b;font-size:.9rem;font-weight:500;transition:all .3s}.LandingPage-module__CEBI7a__navLink:hover{color:#1d1d1f;transform:translateY(-1px)}.LandingPage-module__CEBI7a__hero{text-align:center;width:100%;max-width:1200px;margin:0 auto;padding:12rem 20px 8rem}.LandingPage-module__CEBI7a__badge{color:#007aff;letter-spacing:1px;text-transform:uppercase;background:#f5f5f7;border-radius:100px;margin-bottom:2rem;padding:8px 16px;font-size:.8rem;font-weight:600;animation:.8s cubic-bezier(.16,1,.3,1) .1s both LandingPage-module__CEBI7a__generalFadeIn;display:inline-block}.LandingPage-module__CEBI7a__title{letter-spacing:-3px;margin-bottom:2rem;font-size:clamp(3rem,8vw,6rem);font-weight:800;line-height:1.05;animation:.8s cubic-bezier(.16,1,.3,1) .2s both LandingPage-module__CEBI7a__generalFadeIn}.LandingPage-module__CEBI7a__gradientText{background:linear-gradient(135deg,#007aff 0%,#5856d6 100%) 0 0/200% 200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:5s linear infinite alternate LandingPage-module__CEBI7a__slowPan}.LandingPage-module__CEBI7a__subtitle{color:#86868b;max-width:800px;margin:0 auto 3.5rem;font-size:1.5rem;font-weight:500;line-height:1.4;animation:.8s cubic-bezier(.16,1,.3,1) .3s both LandingPage-module__CEBI7a__generalFadeIn}.LandingPage-module__CEBI7a__cta{color:#fff;background:#000;border-radius:100px;padding:20px 40px;font-size:1.1rem;font-weight:600;transition:all .4s cubic-bezier(.16,1,.3,1);animation:.8s cubic-bezier(.16,1,.3,1) .4s both LandingPage-module__CEBI7a__generalFadeIn;display:inline-block;box-shadow:0 10px 20px #0000001a}.LandingPage-module__CEBI7a__cta:hover{background:#1d1d1f;transform:translateY(-4px)scale(1.02);box-shadow:0 20px 40px #0003}.LandingPage-module__CEBI7a__features{background:#fbfbfd;padding:8rem 20px}.LandingPage-module__CEBI7a__grid{flex-wrap:wrap;justify-content:center;gap:1.5rem;max-width:1000px;margin:0 auto;display:flex}.LandingPage-module__CEBI7a__featureCard{text-align:center;background:#fff;border:1px solid #0000000d;border-radius:20px;flex:1;min-width:250px;max-width:320px;padding:2.5rem 2rem;transition:all .4s cubic-bezier(.16,1,.3,1);animation:.8s cubic-bezier(.16,1,.3,1) both LandingPage-module__CEBI7a__generalFadeIn}.LandingPage-module__CEBI7a__featureCard:first-child{animation-delay:.5s}.LandingPage-module__CEBI7a__featureCard:nth-child(2){animation-delay:.6s}.LandingPage-module__CEBI7a__featureCard:nth-child(3){animation-delay:.7s}.LandingPage-module__CEBI7a__featureCard:hover{transform:translateY(-12px)scale(1.02);box-shadow:0 30px 60px #00000014}.LandingPage-module__CEBI7a__featureIcon{background:#f5f5f7;border-radius:12px;margin-bottom:1.5rem;padding:12px;font-size:1.5rem;animation:4s ease-in-out infinite LandingPage-module__CEBI7a__float;display:inline-flex}.LandingPage-module__CEBI7a__featureTitle{letter-spacing:-.3px;color:#000;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.LandingPage-module__CEBI7a__featureText{color:#86868b;font-size:.95rem;line-height:1.5}.LandingPage-module__CEBI7a__footer{text-align:center;padding:4rem 20px}.LandingPage-module__CEBI7a__footerContent{max-width:1100px;margin:0 auto}.LandingPage-module__CEBI7a__credit{color:#c5c5c7;font-size:.85rem;font-weight:500}.LandingPage-module__CEBI7a__credit a:hover{color:#86868b}.LandingPage-module__CEBI7a__unnoticeableLink{color:#f1f1f1;opacity:.3;cursor:default;font-size:.7rem;transition:opacity .5s;position:fixed;bottom:20px;right:20px}.LandingPage-module__CEBI7a__unnoticeableLink:hover{opacity:1;color:#86868b}@media (max-width:768px){.LandingPage-module__CEBI7a__title{font-size:3.5rem}.LandingPage-module__CEBI7a__subtitle{font-size:1.2rem}.LandingPage-module__CEBI7a__grid{flex-direction:column}}
.NotFound-module__IfqcAa__container{color:#1d1d1f;text-align:center;background:#fff;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif;display:flex}.NotFound-module__IfqcAa__card{width:100%;max-width:500px;padding:2rem;animation:1s cubic-bezier(.16,1,.3,1) NotFound-module__IfqcAa__fadeIn}@keyframes NotFound-module__IfqcAa__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.NotFound-module__IfqcAa__icon{opacity:.8;margin-bottom:2.5rem;font-size:2.5rem;display:block}.NotFound-module__IfqcAa__title{letter-spacing:-2px;color:#000;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1}.NotFound-module__IfqcAa__slug{color:#007aff}.NotFound-module__IfqcAa__description{color:#86868b;max-width:400px;margin-bottom:3.5rem;margin-left:auto;margin-right:auto;font-size:1.1rem;font-weight:500;line-height:1.5}.NotFound-module__IfqcAa__actions{justify-content:center;align-items:center;gap:1.5rem;display:flex}.NotFound-module__IfqcAa__primaryBtn{color:#fff;background:#000;border-radius:12px;padding:14px 28px;font-size:.95rem;font-weight:600;transition:all .2s}.NotFound-module__IfqcAa__primaryBtn:hover{background:#333;transform:translateY(-1px)}.NotFound-module__IfqcAa__secondaryBtn{color:#86868b;font-size:.95rem;font-weight:600;transition:color .2s}.NotFound-module__IfqcAa__secondaryBtn:hover{color:#000}.NotFound-module__IfqcAa__footer{color:#c5c5c7;letter-spacing:.2px;font-size:.8rem;font-weight:500;position:fixed;bottom:40px}.NotFound-module__IfqcAa__footer a{color:#86868b;font-weight:600;transition:color .2s}.NotFound-module__IfqcAa__footer a:hover{color:#000}
