:root{--bg: #000000;--surface: #0c0c0c;--accent: #bcff00;--text: #ffffff;--text-dim: #888888;--border: rgba(255, 255, 255, .1);--grad: linear-gradient(135deg, #bcff00 0%, #00f0ff 100%)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden;transition:background 1.2s ease}.bg-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(188,255,0,.04) 0%,transparent 80%);z-index:-1;pointer-events:none}h1,h2,h3,.btn,.logo,.label{font-family:Unbounded,sans-serif;text-transform:uppercase}.container{max-width:1300px;margin:0 auto;padding:0 40px}.reveal{opacity:0;transform:translateY(40px);transition:all 1s cubic-bezier(.19,1,.22,1)}.reveal.active{opacity:1;transform:translateY(0)}nav{position:fixed;top:0;width:100%;z-index:1000;background:#000000d9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);padding:25px 0}.nav-content{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1rem;letter-spacing:2px;font-weight:700}.logo span{color:var(--accent)}.hero{height:100vh;display:flex;align-items:center}.hero-title{font-size:clamp(2.5rem,10vw,7rem);line-height:.9;font-weight:900;margin-bottom:40px;letter-spacing:-4px}.hero-title span{background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.btn{display:inline-block;padding:22px 50px;background:var(--accent);color:#000;text-decoration:none;font-weight:700;font-size:.9rem;transition:.4s;border:none;cursor:pointer}.btn:hover{transform:translateY(-5px);box-shadow:0 15px 40px #bcff0066}section{padding:100px 0}.air-top{margin-top:220px}.label{color:var(--accent);font-size:.8rem;letter-spacing:6px;display:block;margin-bottom:40px}h2{font-size:clamp(2.2rem,5vw,3.8rem);margin-bottom:70px;line-height:1;letter-spacing:-2px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.grid-item{background:#ffffff05;padding:50px 40px;border:1px solid var(--border);transition:.5s}.grid-item:hover{border-color:var(--accent);background:#bcff000a;transform:translateY(-5px)}.grid-item h3{font-size:1.1rem;margin-bottom:20px;color:var(--accent)}ul{list-style:none}li{margin-bottom:12px;display:flex;align-items:center;font-size:.9rem;color:var(--text-dim)}li:before{content:"";width:8px;height:1px;background:var(--accent);margin-right:12px}.info-block{background:#bcff000d;border:1px solid var(--accent);padding:30px;margin-bottom:50px;border-radius:4px}.info-block p{font-size:1.1rem;color:#fff;line-height:1.5}.timeline-section{position:relative;overflow:hidden;border-radius:30px;padding:100px 40px;background:#080808}.timeline-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:300px;background:radial-gradient(circle,rgba(188,255,0,.12) 0%,transparent 70%);filter:blur(60px);animation:pulse 8s infinite alternate;z-index:0}@keyframes pulse{0%{opacity:.3;transform:translate(-50%,-50%) scale(1)}to{opacity:.9;transform:translate(-40%,-60%) scale(1.3)}}.timeline-box{display:flex;justify-content:space-between;position:relative;z-index:1;padding-top:60px;border-top:1px solid rgba(255,255,255,.1)}.step{width:22%;position:relative}.step-date{color:var(--accent);font-family:Unbounded;font-size:.75rem;margin-bottom:15px;display:block}.step-title{font-size:1rem;font-weight:700;line-height:1.3}.jury-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:15px}.jury-card{background:#ffffff05;padding:30px;height:380px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;border:1px solid var(--border);transition:.4s}.jury-card:hover{border-color:var(--accent);background:#bcff0008}.jury-photo{width:140px;height:140px;border-radius:50%;object-fit:cover;margin-bottom:25px;border:2px solid var(--accent);filter:grayscale(100%);transition:.4s}.jury-card:hover .jury-photo{filter:grayscale(0%);transform:scale(1.05)}.jury-card h4{font-size:1rem;color:var(--accent);margin-bottom:8px}.jury-card p{font-size:.8rem;color:var(--text-dim);line-height:1.3}.price-box{background:var(--accent);color:#000;padding:80px 60px;text-align:center;border-radius:40px;box-shadow:0 40px 100px #bcff001a}.price-box .label{color:#0006;margin-bottom:20px}.price-box h2{color:#000;margin-bottom:50px;font-size:clamp(2rem,5vw,3.5rem)}.price-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin:40px 0;text-align:left}.price-col h3{font-size:.8rem;color:#000;margin-bottom:30px;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:15px;letter-spacing:1px}.price-item{display:flex;align-items:center;margin-bottom:18px;font-size:1rem}.price-val{font-family:Unbounded;font-weight:900;color:#000;margin-left:15px;font-size:1.1rem}.price-notice{color:#000000b3;font-size:.85rem;margin-top:40px;display:block;font-weight:600;text-transform:uppercase;letter-spacing:.5px;line-height:1.6;max-width:800px;margin-left:auto;margin-right:auto}.price-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:60px;max-width:600px;margin-left:auto;margin-right:auto}.price-actions .btn{flex:1;text-align:center;min-width:200px}.btn-main{background:#000;color:var(--accent);border-radius:100px}.btn-sub{background:transparent;color:#000;border:1.5px solid rgba(0,0,0,1);border-radius:100px}.btn-sub:hover{background:#000;color:var(--accent)}.doc-link-dark{display:inline-block;color:#000;text-decoration:none;font-size:.8rem;margin-top:40px;opacity:.5;border-bottom:1px solid rgba(0,0,0,.2);transition:.3s}footer{padding:80px 0;text-align:center;border-top:1px solid var(--border);opacity:.4;font-size:.8rem;letter-spacing:2px}.event-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:15px}.event-grid li{word-break:break-word}.nowrap{white-space:nowrap}.form-wrapper{background:#ffffff05;border:1px solid var(--border);border-radius:30px;padding:80px 60px;position:relative;overflow:hidden}.form-wrapper:before{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(188,255,0,.06) 0%,transparent 70%);filter:blur(80px);pointer-events:none}.form-title{font-size:clamp(1.4rem,3vw,2rem)!important;line-height:1.3!important;letter-spacing:-1px!important;margin-bottom:60px!important;max-width:800px;color:#fff;text-transform:none!important}.award-form{display:flex;flex-direction:column;gap:30px;max-width:700px}.form-group{display:flex;flex-direction:column;gap:10px;position:relative}.form-label{font-family:Unbounded,sans-serif;font-size:.75rem;letter-spacing:2px;text-transform:uppercase;color:var(--text-dim);transition:color .3s}.form-input{background:#ffffff0a;border:1px solid var(--border);border-radius:0;padding:18px 20px;font-family:Inter,sans-serif;font-size:1rem;color:var(--text);outline:none;transition:border-color .3s,background .3s,box-shadow .3s}.form-input::placeholder{color:#ffffff26}.form-input:focus{border-color:var(--accent);background:#bcff0008;box-shadow:0 0 0 3px #bcff0014}.form-group:focus-within .form-label{color:var(--accent)}.form-group.has-error .form-input{border-color:#f44;background:#ff44440a;box-shadow:0 0 0 3px #ff444414}.form-group.has-error .form-label{color:#f44}.form-phone-input{background:#ffffff0a;border:1px solid var(--border);border-radius:0;padding:14px 20px;transition:border-color .3s,background .3s,box-shadow .3s}.form-phone-input .PhoneInputInput{background:transparent;border:none;outline:none;color:var(--text);font-family:Inter,sans-serif;font-size:1rem;padding:4px 0}.form-phone-input .PhoneInputInput::placeholder{color:#ffffff26}.form-phone-input .PhoneInputCountry{margin-right:12px}.form-phone-input .PhoneInputCountrySelect{background:#111;color:var(--text);border:1px solid var(--border)}.form-phone-input:focus-within{border-color:var(--accent);background:#bcff0008;box-shadow:0 0 0 3px #bcff0014}.form-group.has-error .form-phone-input{border-color:#f44;background:#ff44440a;box-shadow:0 0 0 3px #ff444414}.form-error{font-size:.8rem;color:#f44;animation:errorSlide .3s ease}@keyframes errorSlide{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.form-checkbox-group{margin-top:10px}.form-checkbox-label{display:flex;align-items:flex-start;gap:14px;cursor:pointer;position:relative}.form-checkbox{position:absolute;opacity:0;width:0;height:0}.form-checkmark{flex-shrink:0;width:22px;height:22px;border:1.5px solid var(--border);background:#ffffff0a;display:flex;align-items:center;justify-content:center;transition:all .3s;margin-top:2px}.form-checkmark:after{content:"";width:12px;height:12px;background:var(--accent);transform:scale(0);transition:transform .25s cubic-bezier(.19,1,.22,1)}.form-checkbox:checked+.form-checkmark{border-color:var(--accent)}.form-checkbox:checked+.form-checkmark:after{transform:scale(1)}.form-checkbox-text{font-size:.85rem;color:var(--text-dim);line-height:1.5;transition:color .3s}.form-checkbox-group.has-error .form-checkbox-text{color:#f44}.form-checkbox-group.has-error .form-checkmark{border-color:#f44}.form-policy-link{color:var(--accent);text-decoration:none;border-bottom:1px solid rgba(188,255,0,.3);transition:border-color .3s}.form-policy-link:hover{border-bottom-color:var(--accent)}.form-btn{margin-top:20px;align-self:flex-start;font-family:Unbounded,sans-serif;text-transform:uppercase}.form-success{text-align:center;padding:60px 20px}.form-success-icon{width:90px;height:90px;border:3px solid var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:var(--accent);margin:0 auto 40px;animation:successPop .5s cubic-bezier(.19,1,.22,1)}@keyframes successPop{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.form-success h3{font-family:Unbounded,sans-serif;font-size:1.6rem;color:var(--accent);margin-bottom:15px;text-transform:none}.form-success p{font-size:1.1rem;color:var(--text-dim)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .35s ease;padding:40px 20px;overflow-y:auto}.modal-overlay.modal-open{opacity:1;pointer-events:all}.modal-container{background:#0a0a0a;border:1px solid var(--border);border-radius:24px;padding:60px;width:100%;max-width:680px;position:relative;transform:translateY(30px) scale(.97);transition:transform .4s cubic-bezier(.19,1,.22,1);box-shadow:0 40px 120px #0009;overflow:hidden;margin:auto}.modal-container:before{content:"";position:absolute;top:-80px;right:-80px;width:350px;height:350px;background:radial-gradient(circle,rgba(188,255,0,.06) 0%,transparent 70%);filter:blur(60px);pointer-events:none}.modal-open .modal-container{transform:translateY(0) scale(1)}.modal-close{position:absolute;top:24px;right:24px;background:#ffffff0d;border:1px solid var(--border);color:var(--text-dim);width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;border-radius:50%;z-index:1}.modal-close:hover{background:#ff44441a;border-color:#f44;color:#f44}.modal-container .form-title{padding-right:50px}.modal-container .award-form{max-width:100%}@media(max-width:900px){.timeline-box{flex-direction:column;gap:40px}.step{width:100%;border-left:1px solid var(--accent);padding-left:20px}.price-grid{grid-template-columns:1fr;gap:40px}.price-box{padding:60px 30px;border-radius:30px}.air-top{margin-top:100px}.form-wrapper{padding:50px 25px;border-radius:20px}.form-title{margin-bottom:40px!important}.form-btn{width:100%;text-align:center}.modal-overlay{padding:20px 12px}.modal-container{padding:40px 24px;border-radius:18px}.modal-close{top:16px;right:16px;width:38px;height:38px}}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}
