*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden;max-width:100vw}body{min-height:100vh;margin:0;background:#000;color:#fff}#root{min-height:100vh;width:100vw;position:relative;overflow-x:hidden}.center-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);display:flex;justify-content:center;align-items:center;transition:all 3s ease;z-index:2000}.center-container.top-center,.center-container.final-state{top:50%;left:50%;transform:translate(-50%,-50%) scale(1)}.fade-text-container{background-color:#000;padding:1rem 2rem;display:inline-block;position:relative;border-bottom:0 solid #e26363;overflow:hidden;z-index:10;transform:translateZ(0);transition:all .4s ease-out}@media(max-width:1024px){.fade-text-container{padding:1rem;max-width:90vw}}@media(max-width:768px){.fade-text-container{padding:1rem .5rem;max-width:95vw}}.fade-text-container.borders-visible{border-bottom-width:3px}.fade-text-container.converged{transform:scale(.2) translateZ(0);opacity:0;z-index:5;transition:all .4s ease-out}.fade-text-container:before,.fade-text-container:after{content:"";position:absolute;width:0;background:#e26363;bottom:0;top:38%;transition:width .3s ease-out}.fade-text-container.borders-visible:before,.fade-text-container.borders-visible:after{width:3px}.fade-text-container:before{left:0}.fade-text-container:after{right:0}.fade-text{font-size:clamp(2.75rem,16.25vw,16.25rem);font-weight:700;background:linear-gradient(to bottom,red,#f003);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:fadeInDown 3.5s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .4s ease-out}.fade-text.converged{font-size:6rem;opacity:0;transition:all .4s ease-out}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}.black-div{position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;height:clamp(1.2rem,8vw,4rem);background:#000;z-index:1;opacity:0;animation:moveRight 5s cubic-bezier(.68,-.55,.27,1.55) 1s forwards;display:flex;justify-content:center;align-items:center;font-size:clamp(.45rem,3.2vw,1.75rem);font-family:Arial,sans-serif;font-weight:700;letter-spacing:.05em;text-align:center;text-shadow:0 0 0 rgb(198,49,49);white-space:nowrap}@keyframes moveRight{0%{left:0;opacity:0}80%{opacity:1}to{left:100%;transform:translate(-100%,-50%);opacity:1}}.Arka-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:clamp(120px,45vw,280px);height:clamp(120px,45vw,280px);opacity:0;z-index:15;transition:all .5s cubic-bezier(.68,-.55,.265,1.55)}.Arka-logo.visible{transform:translate(-50%,-50%) scale(1);opacity:1;animation:rotateIn .8s cubic-bezier(.68,-.55,.265,1.55) forwards,logo-spin 3s linear infinite .8s}.Arka-logo.moved-down{transform:translate(-50%,-30%) scale(.8);transition:transform 1s ease-out}.Arka-logo.fade-out{transform:translate(-50%,-50%) scale(.9);animation:ArkaLogoFade .9s ease forwards;pointer-events:none}@keyframes ArkaLogoFade{0%{opacity:1;transform:translate(-50%,-50%) scale(.95)}to{opacity:0;transform:translate(-50%,-50%) scale(.9)}}@keyframes rotateIn{0%{transform:translate(-50%,-50%) scale(0) rotate(-180deg);opacity:0}to{transform:translate(-50%,-50%) scale(1) rotate(0);opacity:1}}@keyframes logo-spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.Arka-logo svg{width:100%;height:100%;border-radius:50%}.tap-hint{position:absolute;bottom:15%;left:50%;transform:translate(-50%);font-family:Inter,sans-serif;font-size:.85rem;color:#fff6;letter-spacing:.1em;animation:tapPulse 2s ease-in-out infinite;z-index:20;pointer-events:none;white-space:nowrap}.tap-hint.hidden{opacity:0;transition:opacity .3s ease}@keyframes tapPulse{0%,to{opacity:.3}50%{opacity:.7}}@media(min-width:1025px){.tap-hint{display:none}}.main-content{opacity:0;visibility:hidden;height:0;overflow:hidden;transition:opacity 1s ease-in-out,visibility 1s ease-in-out}.main-content.visible{opacity:1;visibility:visible;height:auto;overflow:visible}.no-scroll{overflow:hidden!important;height:100vh!important}.navbar{position:fixed;top:0;left:0;right:0;background:#000c;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.nav-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 4rem}.nav-logo{display:flex;align-items:center;gap:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:-.02em}.nav-tagline{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.8rem;color:#666;font-weight:400;letter-spacing:-.01em}.nav-menu{display:flex;list-style:none;gap:3rem;margin:0}.nav-menu a{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#999;text-decoration:none;font-size:.9rem;font-weight:400;transition:color .3s ease;letter-spacing:-.01em}.nav-menu a:hover{color:#fff}.nav-cta{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:transparent;color:#fff;border:1.5px solid rgba(255,68,68,.4);padding:.6rem 1.4rem;border-radius:20px;cursor:pointer;font-weight:500;font-size:.85rem;transition:all .3s ease;letter-spacing:-.01em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-cta.desktop-only{display:block;justify-self:end}.mobile-only{display:none}@media(max-width:768px){.nav-container{display:flex;justify-content:space-between;padding:0 2rem}.nav-cta.desktop-only{display:none}.mobile-only{display:block}}.nav-cta:hover{background:#ff44441a;border-color:#ff4444b3;transform:translateY(-1px)}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.mobile-menu-toggle .bar{width:100%;height:2px;background-color:#fff;transition:all .3s ease}@media(max-width:768px){.mobile-menu-toggle{display:flex}.nav-menu{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:#000000f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;justify-content:center;align-items:center;gap:3rem;transition:right .4s cubic-bezier(.4,0,.2,1);z-index:1000}.nav-menu.active{right:0}.nav-menu a{font-size:1.5rem}.mobile-menu-toggle.active .bar:nth-child(1){transform:translateY(9.5px) rotate(45deg)}.mobile-menu-toggle.active .bar:nth-child(2){opacity:0}.mobile-menu-toggle.active .bar:nth-child(3){transform:translateY(-9.5px) rotate(-45deg)}}.hero{height:100vh;position:relative;display:flex;flex-direction:column;justify-content:space-between;background:#050509;overflow:hidden;padding:40px 2rem 60px;max-width:100vw}.hero-video-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;z-index:2;pointer-events:none}.hero-content{display:flex;justify-content:space-between;align-items:flex-start;padding-top:4rem;max-width:1400px;width:100%;margin:0 auto;z-index:10;position:relative;flex:1;overflow:hidden}.hero-left{flex:1;line-height:1.7;margin-top:2rem}.hero-right{flex:0 0 320px;display:flex;flex-direction:column;align-items:flex-start;margin-top:5rem}.hero-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:6rem;font-weight:800;line-height:1.2;color:#fff;margin:0 0 2rem;letter-spacing:-.04em;text-transform:uppercase}.hero-subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(1rem,2vw,1.2rem);font-weight:400;color:#a0a0a0;line-height:1.8;margin:0;letter-spacing:-.01em;max-width:600px}.hero-description{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.1rem;font-weight:400;color:#a0a0a0;line-height:1.8;margin-bottom:3rem;letter-spacing:-.01em;max-width:380px}.hero-description .highlight{color:#f44;font-weight:500}.hero-cta{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:linear-gradient(135deg,#f44,#f66);color:#fff;border:none;padding:1.2rem 2.5rem;font-size:1rem;font-weight:600;border-radius:30px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;min-width:180px;letter-spacing:-.01em;box-shadow:0 8px 25px #ff44444d}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 12px 35px #f446}.hero-bottom{display:flex;justify-content:space-between;align-items:center;max-width:1400px;width:100%;margin:0 auto;z-index:10;position:relative}.hero-tagline{flex:1;display:flex;justify-content:center}.hero-tagline p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:400;color:#888;margin:0;letter-spacing:-.01em}.hero-platforms{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;color:#888;font-size:1rem;font-weight:400;letter-spacing:-.01em;flex:0 0 auto}.platform-icons{display:flex;gap:1rem}.platform-icon{width:auto;height:auto;background:none;border-radius:0;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border:none}.platform-icon:hover{background:none;transform:translateY(-2px);box-shadow:none}.platform-svg{width:55px;height:55px;transition:all .3s ease}.platform-icon:hover .platform-svg{transform:scale(1.1)}.android-icon{filter:brightness(1.2) hue-rotate(90deg)}.linux-icon{filter:brightness(1.3) contrast(1.2)}.windows-icon{filter:brightness(1.2) saturate(1.1)}.version-info{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.8rem;font-weight:400;color:#666;letter-spacing:-.01em;flex:0 0 auto}.wave-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.wave-container canvas{display:block}.about{padding:5rem 0;background:#111}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.about h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:red}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-text p{font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem;color:#ccc}.about-features{display:grid;gap:2rem}.feature{padding:1.5rem;background:#ff00001a;border-radius:10px;border-left:4px solid #ff0000}.feature h3{color:red;margin-bottom:.5rem}.feature p{color:#ccc}.footer{background:#000;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{color:red;margin-bottom:1rem}.footer-section p,.footer-section li{color:#ccc;margin-bottom:.5rem}.footer-section ul{list-style:none}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #333;color:#666}@media(max-width:1024px){.hero-content{flex-direction:column;gap:4rem;text-align:center;align-items:center}.hero-left{max-width:none;padding-right:0;text-align:center}.hero-right{flex:none;max-width:none;align-items:center;text-align:center}.hero-title{font-size:4.5rem}.hero-subtitle{max-width:600px}.hero-description{max-width:500px;text-align:center}.hero-bottom{flex-direction:column;gap:2rem;text-align:center}}@media(max-width:768px){.hero{padding:56px 1.5rem 32px;height:auto;min-height:100vh;justify-content:center}.hero-content{flex-direction:column;gap:2.5rem;padding-top:0;flex:none}.hero-left{margin-top:0}.hero-left,.hero-right{text-align:center;align-items:center;flex:none;width:100%;margin-top:0}.hero-title{font-size:clamp(2.5rem,10vw,3.5rem);margin-bottom:1rem}.hero-subtitle,.hero-description{font-size:1rem;max-width:none}.hero-description{margin-bottom:1rem}.hero-bottom{flex-direction:column;gap:3rem;margin-top:4rem}.hero-platforms{order:1;align-items:center;width:100%}.hero-tagline{order:2;text-align:center}.version-info{order:3;width:100%;text-align:center}.platform-icons{justify-content:center}.nav-menu{display:flex}}@font-face{font-family:Sesbania;src:url(/fonts/sesbania-font-1762946819-0/sesbania-regular_fontlotc6e7.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Sesbania;src:url(/fonts/sesbania-font-1762946819-0/sesbania-italic_fontlot91b4.otf) format("opentype");font-weight:400;font-style:italic}@font-face{font-family:michroma;src:url(/fonts/michroma/Michroma.ttf) format("opentype");font-weight:400;font-style:normal}.section-wrapper{padding:3rem 1.25rem;background:#000;max-width:1400px;margin:0 auto}@media(min-width:768px){.section-wrapper{padding:6rem 2rem}}@media(min-width:1024px){.section-wrapper{padding:10rem 2rem}}.section-label{font-family:Outfit,sans-serif;font-weight:600;font-size:.85rem;letter-spacing:.3em;color:#9b8fc7;margin-bottom:1.5rem;display:block;text-transform:uppercase}.section-heading{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:clamp(2.5rem,5vw,4rem);color:#fff;margin-bottom:3rem;line-height:1.1;letter-spacing:-.03em}.section-tagline{padding:2.5rem 1.25rem;text-align:center}@media(min-width:768px){.section-tagline{padding:4rem 2rem}}.section-heading-tagline{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:clamp(1.75rem,5vw,3rem);color:#ffffffe6;margin:0;line-height:1.2;letter-spacing:-.02em}.about-text-new{font-size:1.5rem;color:#ffffffb3;max-width:900px;line-height:1.6;font-family:Inter,sans-serif}.problem-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:start}@media(min-width:768px){.problem-grid{grid-template-columns:1fr 1fr;gap:2rem}}.problem-card-link{text-decoration:none;color:inherit;display:block;cursor:pointer}.problem-card{background:#ffffff0d;padding:3rem;border-radius:20px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .4s cubic-bezier(.4,0,.2,1)}.problem-card:hover{background:#ffffff14;border-color:#ff4d4d4d;transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #0006}.problem-card h3{font-family:Outfit,sans-serif;font-weight:700;margin-bottom:1.5rem;color:#ff4d4d;font-size:1.25rem;letter-spacing:-.02em;display:flex;align-items:center;gap:.75rem}.solution-card h3{color:#9b8fc7}.features-grid-new{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card-new{padding:2.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .4s cubic-bezier(.4,0,.2,1)}.feature-card-new:hover{background:#9b8fc70d;border-color:#9b8fc733;transform:translateY(-5px)}.feature-card-new h4{font-family:Outfit,sans-serif;font-weight:600;margin-bottom:1.25rem;color:#fff;font-size:1.2rem;letter-spacing:-.01em;display:flex;align-items:center;gap:.75rem}.feature-icon,.release-icon{color:#ff4d4d;flex-shrink:0}.solution-card .release-icon{color:#9b8fc7}.problem-card p{font-family:Inter,sans-serif;font-weight:300;color:#fff9;line-height:1.7;font-size:.95rem;letter-spacing:.01em}.problem-card p strong{font-weight:600;color:#ff4d4d}.solution-card p strong{color:#9b8fc7}.feature-card-new p{font-family:Inter,sans-serif;font-weight:300;color:#fff9;line-height:1.7;font-size:.95rem;letter-spacing:.01em}.contact-section{min-height:100vh;background:#000;padding:6rem 2rem;display:flex;align-items:center}.contact-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;width:100%}.contact-left,.company-logo{display:flex;flex-direction:column;gap:1.5rem}.company-logo img{height:50px;width:auto}.company-logo h2{font-size:2.5rem;font-weight:400;color:#ff4d4d;letter-spacing:.5px;font-family:michroma,sans-serif}.company-details{display:flex;flex-direction:column;gap:3rem}.detail-item{display:flex;flex-direction:column;gap:.8rem}.detail-label{font-size:.85rem;color:#ffffff80;text-transform:capitalize}.detail-value{font-size:1.05rem;color:#fff;line-height:1.6}.contact-right{display:flex;flex-direction:column;padding-top:0}.form-title{font-size:2.5rem;font-weight:400;margin-bottom:3rem;color:#fff;font-family:michroma,sans-serif}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:1rem 0;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.2);color:#fff;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-bottom-color:#ffffff80}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#fff6}.contact-form select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='rgba(255,255,255,0.5)' d='M6 8L0 2h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right center;padding-right:30px}.contact-form select option{background:#1a1a1a;color:#fff}.contact-form textarea{resize:vertical;min-height:100px;padding-top:1rem}.form-submit-btn{margin-top:2rem;padding:1.2rem 3rem;background:linear-gradient(135deg,#ff4d4d,#c00);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;width:100%}.form-submit-btn:hover{background:linear-gradient(135deg,#f66,#e60000);transform:translateY(-2px);box-shadow:0 10px 30px #ff4d4d4d}.form-submit-btn:active{transform:translateY(0)}.team-list{list-style:none;padding:0;margin:0;width:100%;display:flex;flex-direction:column;gap:1rem}.team-list-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:8px;flex-wrap:wrap;gap:.5rem;transition:all .3s ease}.team-list-item:hover{background:#ffffff0d;border-color:#ff44444d}.team-list-item .dev-name{font-family:Sesbania,serif;font-size:3.2rem;color:#fff}.dev-role{font-family:Inter,sans-serif;font-size:.9rem;color:#ffffff73;font-weight:400;letter-spacing:.05em;display:block;margin-top:.3rem}.dev-social-links{display:flex;gap:1.5rem;align-items:center}.social-icon{width:60px;height:60px;opacity:.8;transition:all .3s ease;display:block}.social-icon:hover{opacity:1;transform:translateY(-3px)}.social-icon.instagram-icon{color:#fffc;fill:#fffc}.social-icon.instagram-icon:hover{color:#fff;fill:#fff}.github-link{position:absolute;top:10px;right:15px;width:40px;height:40px;background:#000;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s ease;z-index:10}.github-link span{color:#fff;font-size:2.2rem;font-family:Arial,sans-serif;position:relative;top:-3px}.github-link:hover{background:#333;transform:scale(1.1)}@media(max-width:1024px){.contact-section{padding:5rem 2rem}.contact-container{grid-template-columns:1fr;gap:4rem}.contact-left{gap:2rem}.contact-right{padding-top:0}.company-logo h2,.form-title{font-size:2rem}.team-list{gap:.75rem}.team-list-item{padding:1rem 1.25rem}.features-grid-new{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.contact-section{padding:4rem 1.5rem;min-height:auto}.team-list-item{padding:1rem 1.25rem}.team-list-item .dev-name{font-size:2.2rem}.dev-social-links{gap:1rem}.social-icon{width:40px;height:40px}.features-grid-new{grid-template-columns:1fr;gap:1.5rem}.section-heading{font-size:2.2rem;margin-bottom:2rem}.about-text-new{font-size:1.1rem}.problem-card,.feature-card-new{padding:2rem}.company-logo h2,.form-title{font-size:2rem;margin-bottom:2rem}.contact-container{gap:3rem}}.awards-carousel-wrapper{position:relative;margin-bottom:3rem;perspective:1200px;overflow:hidden;padding:.5rem;border:4px solid rgba(255,255,255,.4);border-radius:8px;box-shadow:8px 8px #ff4d4d40,0 0 20px #ff4d4d1a;background:#ffffff08}@media(min-width:768px){.awards-carousel-wrapper{margin-bottom:4rem}}.awards-grid-horizontal{display:flex;flex-direction:row;flex-wrap:nowrap;transition:transform .7s cubic-bezier(.4,0,.2,1);border-radius:6px;overflow:hidden;width:200%}.awards-card-3d{flex:0 0 50%;width:50%;min-width:50%;flex-shrink:0;opacity:0;transform:perspective(1200px) rotateX(-20deg) rotateY(-25deg) translateZ(-100px) scale(.85);transition:all .9s cubic-bezier(.34,1.56,.64,1)}.awards-card-3d.visible{opacity:1;transform:perspective(1200px) rotateX(0) rotateY(0) translateZ(0) scale(1);animation:awardsFloat 6s ease-in-out infinite}.awards-card-3d.visible:nth-child(2){animation-delay:1.5s}@keyframes awardsFloat{0%,to{transform:perspective(1200px) rotateX(0) rotateY(0) translateZ(0) scale(1)}50%{transform:perspective(1200px) rotateX(2deg) rotateY(3deg) translateZ(8px) scale(1.02)}}.awards-card-inner{position:relative;border-radius:8px;overflow:hidden;background:#ffffff0f;border:4px solid rgba(255,255,255,.35);box-shadow:8px 8px #ff4d4d59,0 0 0 2px #9b8fc726;transition:all .5s cubic-bezier(.4,0,.2,1);height:100%}.awards-card-3d:hover .awards-card-inner{border-color:#ff4d4d;box-shadow:12px 12px #ff4d4d80,0 0 30px #ff4d4d33;transform:translateY(-10px) scale(1.03);animation:none}.awards-card-front{position:relative;aspect-ratio:16 / 10}.awards-card-front img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.awards-card-3d:hover .awards-card-front img{transform:scale(1.08)}.awards-card-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.25rem 1.5rem;background:#000000d9;border-top:4px solid rgba(255,255,255,.3);color:#fff;opacity:0;transform:translateY(10px);transition:opacity .4s ease,transform .4s ease;text-transform:uppercase;letter-spacing:.05em;font-weight:700}.awards-card-3d:hover .awards-card-overlay{opacity:1;transform:translateY(0)}.awards-card-overlay h4{font-family:Outfit,sans-serif;font-size:1rem;font-weight:800;color:#ff4d4d;margin-bottom:.25rem;text-shadow:2px 2px 0 rgba(0,0,0,.9),0 0 12px rgba(255,77,77,.4)}.awards-card-overlay p{font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;color:#fffffff2}.awards-dots{display:flex;justify-content:center;gap:.75rem;margin-top:1.5rem}.awards-dot{width:12px;height:12px;border-radius:2px;border:3px solid rgba(255,255,255,.5);background:transparent;cursor:pointer;padding:0;transition:all .3s ease;box-shadow:3px 3px #ff4d4d40}.awards-dot:hover{background:#ff4d4d66;border-color:#ff4d4d;box-shadow:4px 4px #ff4d4d66}.awards-dot.active{background:#ff4d4d;border-color:#ffffff80;transform:scale(1.1);box-shadow:4px 4px #ff4d4d80,0 0 12px #ff4d4d4d}@media(max-width:768px){.awards-carousel-wrapper{margin-bottom:3rem}.awards-card-3d.visible{transform:perspective(800px) rotateX(0) rotateY(0) translateZ(0) scale(1)}.awards-card-front{aspect-ratio:16 / 10}.awards-card-overlay{opacity:1;transform:translateY(0)}}.footer{background:url(/footer.png) center center / cover no-repeat;color:#fff;padding:6rem 2rem 4rem;font-family:Inter,sans-serif;position:relative;border-top:1px solid rgba(255,255,255,.05)}.footer-header{max-width:1400px;margin:0 auto 4rem;border-bottom:2px solid rgba(255,255,255,.1);padding-bottom:3rem}.footer-subtitle{font-size:.85rem;letter-spacing:4px;color:#ffffff80;margin-bottom:1.5rem;text-transform:uppercase}.footer-title{font-family:michroma,sans-serif;font-size:clamp(2.5rem,6vw,4.5rem);color:#fff;display:flex;align-items:center;gap:2rem}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:5rem}.footer-logo-text{font-family:michroma,sans-serif;font-size:2rem;color:#fff;margin-bottom:2rem;display:flex;align-items:center;gap:1.2rem}.footer-column h3{font-family:michroma,sans-serif;font-size:1.2rem;color:#fff;margin-bottom:2rem;text-transform:uppercase;letter-spacing:1.5px}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:1.2rem}.footer-links a{color:#fff9!important;text-decoration:none!important;font-size:1rem;display:flex;justify-content:space-between;transition:all .3s ease}.footer-links a:hover{color:#fff!important;transform:translate(5px)}.newsletter-form{display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:.5rem;margin-top:.5rem}.newsletter-form input{flex:1;background:transparent!important;border:none!important;color:#fff!important;font-size:.95rem;padding:.5rem 0;outline:none}.newsletter-form input::placeholder{color:#fff6}.newsletter-form button{background:transparent;border:none;color:#fff;font-size:1.2rem;cursor:pointer;padding-left:1rem;transition:transform .3s ease}.newsletter-form button:hover{transform:translate(5px)}@media(max-width:900px){.footer-content{grid-template-columns:1fr;gap:3rem;text-align:left}.footer-header{text-align:left}.footer-title{flex-wrap:wrap;gap:1rem}}.page-header{padding:8rem 2rem 4rem;max-width:1400px;margin:0 auto;text-align:left}@media(max-width:768px){.page-header{padding:6rem 1.5rem 3rem}}.page-header .section-heading{margin-top:1rem}.app-container{height:100vh;width:100vw;position:relative}.form-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.form-container{background:#1a1a1a;border-radius:12px;border:1px solid #333;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.form-header{padding:30px 30px 20px;border-bottom:1px solid #333;position:relative}.form-header h2{color:#f44;font-size:28px;font-weight:700;margin:0 0 8px}.form-header p{color:#ccc;font-size:14px;margin:0;line-height:1.4}.form-close{position:absolute;top:20px;right:20px;background:none;border:none;color:#999;font-size:24px;cursor:pointer;padding:5px;line-height:1;transition:color .2s ease}.form-close:hover{color:#f44}.Arka-form{padding:30px}.form-group{margin-bottom:24px}.form-group label{display:flex;align-items:center;color:#fff;font-size:14px;font-weight:600;margin-bottom:8px;gap:8px}.form-icon{width:16px;height:16px;color:#f44}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;background:#2a2a2a;border:1px solid #444;border-radius:8px;color:#fff;font-size:14px;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#f44;box-shadow:0 0 0 2px #ff44441a}.form-group input::placeholder,.form-group textarea::placeholder{color:#888}.form-group select{cursor:pointer}.form-group textarea{resize:vertical;min-height:80px}.form-status{padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px;font-weight:500}.form-status.success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#22c55e}.form-status.error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:30px}.btn-secondary,.btn-primary{padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.btn-secondary{background:transparent;color:#ccc;border:1px solid #444}.btn-secondary:hover{background:#333;color:#fff}.btn-primary{background:#f44;color:#fff}.btn-primary:hover:not(:disabled){background:#f33;transform:translateY(-1px)}.btn-primary:disabled{background:#666;cursor:not-allowed;transform:none}@media(max-width:768px){.form-overlay{padding:10px}.form-container{max-height:95vh}.form-header,.Arka-form{padding:20px}.form-actions{flex-direction:column}.btn-secondary,.btn-primary{width:100%}}.admin-container{min-height:100vh;background:#0a0a0a;padding:40px 20px}.admin-header{max-width:1200px;margin:0 auto 40px}.admin-header h1{color:#f44;font-size:32px;font-weight:700;margin:0 0 30px;text-align:center}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:40px}.stat-card{background:#1a1a1a;border:1px solid #333;border-radius:12px;padding:24px;display:flex;align-items:center;gap:16px}.stat-icon{width:24px;height:24px;color:#f44}.stat-number{font-size:28px;font-weight:700;color:#fff;line-height:1}.stat-label{font-size:14px;color:#999;margin-top:4px}.requests-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:24px}.request-card{background:#1a1a1a;border:1px solid #333;border-radius:12px;padding:24px;position:relative}.request-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #333}.request-user{display:flex;align-items:center;gap:12px}.request-icon{width:16px;height:16px;color:#f44}.user-name{font-size:16px;font-weight:600;color:#fff;margin-bottom:4px}.user-email{font-size:14px;color:#999}.request-date{display:flex;align-items:center;gap:6px;font-size:12px;color:#999}.request-details{margin-bottom:20px}.detail-row{display:flex;align-items:center;gap:8px;margin-bottom:12px}.detail-icon{width:14px;height:14px;color:#666}.detail-label{font-size:14px;color:#999;min-width:80px}.detail-value{font-size:14px;color:#fff;font-weight:500}.premium-professional{color:#3b82f6}.premium-enterprise{color:#f59e0b}.purpose-row{align-items:flex-start;flex-direction:column;gap:8px}.purpose-row .detail-label{display:flex;align-items:center;gap:8px}.purpose-text{background:#2a2a2a;padding:12px;border-radius:6px;font-size:14px;color:#ccc;line-height:1.4;width:100%;box-sizing:border-box}.request-status{display:flex;justify-content:flex-end}.status-badge{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase}.status-pending{background:#fbbf241a;color:#fbbf24;border:1px solid rgba(251,191,36,.3)}.loading,.error,.no-requests{text-align:center;padding:60px 20px;color:#999;font-size:16px}.error{color:#ef4444}@media(max-width:768px){.admin-container{padding:20px 10px}.requests-grid{grid-template-columns:1fr}.request-header{flex-direction:column;gap:12px;align-items:flex-start}.admin-stats{grid-template-columns:1fr}}
