html,body{margin:0;padding:0;width:100%;height:100%}#root{width:100%;height:100%}.app{width:100%;height:100vh}.hero{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:0 20px;background-color:#0a0a0a}.hero-card{background-color:#ff3c00;padding:80px 100px;color:#000;text-align:left;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;border-radius:12px}.hero-title{font-size:48px;font-weight:700;margin-bottom:20px}.hero-text{font-size:16px;letter-spacing:.5px;margin-bottom:40px}.span-x{font-weight:600;font-size:20px}.hero-tags{display:flex;gap:20px;font-weight:600;font-size:14px}.hero-tags-2{position:absolute;bottom:40px;left:0;width:100%;display:flex;justify-content:space-between;padding:0 40px;color:#ff3c00;font-weight:600;font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.link-with-tooltip{position:relative;display:inline-block;cursor:pointer}.tooltip{position:absolute;bottom:150%;left:50%;transform:translate(-50%);background-color:#ff3c00;color:#0f0f0f;font-size:12px;font-weight:400;text-align:center;padding:10px 15px;border-radius:6px;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease;width:max-content;white-space:nowrap;z-index:100;line-height:1.4}.tooltip-1{left:200%}.tooltip-3{left:0%}.tooltip:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:6px;border-style:solid;border-color:#0f0f0f transparent transparent transparent}.link-with-tooltip:hover .tooltip{opacity:1;transform:translate(-50%) translateY(-5px)}.link-with-tooltip div{transition:color .3s ease}.link-with-tooltip div:hover{color:#ff9c66}@media(max-width:900px){.hero-card{padding:50px 30px;text-align:center}.hero-title{font-size:36px}.hero-text{font-size:14px;margin-bottom:20px}.hero-tags-2{position:static;flex-direction:column;align-items:center;gap:25px;margin-top:40px;color:#ff3c00;font-size:13px;text-align:center}.tooltip{position:static;opacity:1;transform:none;background:none;color:#ff3c00;font-size:13px;font-weight:400;padding:5px 0 0;border-radius:0;text-align:center;line-height:1.5}.tooltip:after{display:none}.link-with-tooltip:hover .tooltip{opacity:1;transform:none}.link-with-tooltip{text-align:center}.tooltip-1,.tooltip-3{left:50%!important}}.contact-form-section{background-color:#0a0a0a;color:#fff;padding:80px 20px;text-align:center;font-family:Arial,sans-serif;display:flex;flex-direction:column;align-items:center}.contact-title{font-size:32px;color:#ff3c00;margin-bottom:10px;font-weight:700;letter-spacing:.5px}.contact-subtitle{color:#ccc;font-size:16px;margin-bottom:40px;max-width:420px;line-height:1.6}.contact-form{display:flex;flex-direction:column;align-items:center;gap:18px;width:100%;max-width:420px}.contact-input{width:100%;padding:14px 16px;border:1px solid #2a2a2a;border-radius:8px;background-color:#0a0a0a;color:#fff;font-size:14px;outline:none;transition:border-color .3s ease,background-color .3s ease}.contact-input:focus{border-color:#ff3c00;background-color:#141414}.contact-button{background-color:#ff3c00;color:#0f0f0f;border:none;padding:14px 20px;border-radius:8px;font-weight:600;font-size:15px;cursor:pointer;transition:background-color .3s ease,transform .2s ease;width:100%}.contact-button:hover{background-color:#f52;transform:translateY(-2px)}.form-message{margin-top:20px;font-size:14px;font-weight:500}.form-message.success{color:#4caf50}.form-message.error{color:#f44336}@media(max-width:600px){.contact-title{font-size:26px}.contact-subtitle{font-size:14px;margin-bottom:30px}}.navbar{position:fixed;top:0;left:0;width:100vw;box-sizing:border-box;padding:20px 40px;display:flex;justify-content:space-between;align-items:center;color:#ff3c00;font-family:Arial,sans-serif;font-size:14px;z-index:1500}.navbar-wrapper{width:100%;overflow:visible}.menu-container{position:relative;z-index:2000}.menu-icon{font-size:24px;cursor:pointer;transition:transform .3s ease;-webkit-user-select:none;user-select:none}.menu-icon.active{transform:rotate(90deg)}.menu-dropdown{position:absolute;top:130%;left:0;background-color:#0f0f0f;color:#fff;border-radius:8px;padding:10px 0;opacity:0;pointer-events:none;transform:translateY(-10px);transition:all .3s ease;min-width:180px;box-shadow:0 6px 15px #0000004d;z-index:3000}.menu-dropdown div{padding:12px 20px;cursor:pointer;transition:background .2s ease}.menu-dropdown div:hover{background-color:#ff3c00;color:#000}.menu-dropdown.show{opacity:1;pointer-events:all;transform:translateY(0)}.player{display:flex;align-items:center;gap:8px}.play-icon{font-size:18px}.time{font-weight:500;transition:color .3s ease}.time:hover{color:#ff9c66}.time-container{position:relative;display:inline-block}.tooltip-nav{position:absolute;top:130%;left:50%;transform:translate(-50%);background-color:#ff3c00;color:#0f0f0f;font-size:12px;font-weight:400;text-align:center;padding:10px 15px;border-radius:6px;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease;width:max-content;white-space:nowrap;z-index:200;line-height:1.4}.tooltip-nav:before{content:"";position:absolute;bottom:100%;right:-50%;margin-left:-5px;border-width:6px;border-style:solid;border-color:transparent transparent #0f0f0f transparent}.time-container:hover .tooltip-nav{opacity:1;transform:translate(-50%) translateY(5px)}.footer{background-color:#ff1a00;color:#000;padding:80px 100px 40px;display:flex;flex-direction:column;justify-content:space-between;font-family:Plus Jakarta Sans,sans-serif}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:60px}.footer-about{flex:1;min-width:300px;max-width:500px}.footer-about h2{font-size:38px;font-weight:700;line-height:1.2;margin-bottom:20px}.footer-about p{font-size:15px;line-height:1.6;font-weight:400}.footer-links{display:flex;justify-content:space-between;flex:1;gap:60px;flex-wrap:wrap}.footer-column{min-width:150px}.footer-column h4{font-weight:600;margin-bottom:15px;font-size:15px}.footer-column p,.footer-column a{font-size:14px;color:#000;text-decoration:none;display:block;margin-bottom:8px;transition:opacity .3s}.footer-column a:hover{opacity:.6}.footer-bottom{margin-top:100px;display:flex;flex-direction:column;align-items:center;text-align:center}.footer-brand{font-size:clamp(60px,18vw,280px);font-weight:900;letter-spacing:-10px;margin:0;line-height:1;word-break:break-word}.footer-bottom-row{width:100%;margin-top:40px;font-size:14px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.footer-thanks{text-decoration:underline;color:#000}.footer-backtop{color:#000;text-decoration:none;display:flex;align-items:center;gap:4px}.footer-backtop:hover{text-decoration:underline}.smiley{font-size:18px;margin-left:6px}@media(max-width:900px){.footer{padding:50px 20px 30px}.footer-top{flex-direction:column;gap:40px;align-items:center}.footer-about{max-width:100%;text-align:center}.footer-about h2{font-size:28px;line-height:36px}.footer-about p{font-size:14px}.footer-links{flex-direction:column;gap:30px;align-items:center;text-align:center}.footer-column{min-width:auto}.footer-column h4{font-size:14px}.footer-column p,.footer-column a{font-size:13px}.footer-brand{font-size:clamp(60px,20vw,120px);letter-spacing:-5px;margin-bottom:20px}.footer-bottom-row{flex-direction:column;gap:10px;font-size:13px;text-align:center}}body{width:100%;margin:0;padding:0;font-family:Poppins,sans-serif;background-color:#0a0a0a;color:#f5f5f5;overflow-x:hidden}.stack-area{width:100%;height:300vh;position:relative;display:flex;background:linear-gradient(180deg,#0a0a0a 0% 100%)}.left{height:100vh;flex-basis:50%;position:sticky;top:0;left:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:0 4rem;box-sizing:border-box;text-align:left}.right{height:100vh;flex-basis:50%;position:sticky;top:0;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:20px}.title{width:100%;max-width:420px;font-size:80px;font-weight:700;line-height:88px;color:#ff3c00;letter-spacing:-1px;margin-bottom:1rem}.sub-title{width:100%;max-width:420px;font-size:20px;font-weight:500;color:#dcdcdc;line-height:1.6}.sub-title .highlight{color:#ff3c00;font-weight:700}.sub-title button{font-size:15px;font-weight:700;padding:14px 28px;margin-top:30px;background:linear-gradient(135deg,#ff3c00,#0079c1);color:#fff;border-radius:30px;border:none;cursor:pointer;box-shadow:0 8px 25px #00acee59;transition:all .3s ease}.sub-title button:hover{transform:translateY(-3px);box-shadow:0 12px 35px #00acee73}.card{width:370px;height:370px;border-radius:20px;position:absolute;top:calc(50% - 185px);left:calc(50% - 185px);display:flex;flex-direction:column;justify-content:space-between;padding:35px;color:#fff;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);box-shadow:0 25px 50px #0006;transition:transform .6s ease-in-out,opacity .6s ease}.card:nth-child(1){background:linear-gradient(135deg,#003cff,#08f)}.card:nth-child(2){background:linear-gradient(135deg,#f04,#ff7b00)}.card:nth-child(3){background:linear-gradient(135deg,#7b2ff7,#f107a3)}.card:nth-child(4){background:linear-gradient(135deg,#00b09b,#96c93d)}.sub{font-size:18px;font-weight:600;opacity:.9;letter-spacing:.5px}.content{font-size:36px;font-weight:700;line-height:46px;letter-spacing:-.5px}.away{transform-origin:bottom left;opacity:.4;filter:blur(2px)}@media(max-width:900px){.stack-area{flex-direction:column;height:auto;padding-bottom:4rem}.left,.right{flex-basis:100%;position:relative;height:auto;padding:2rem;text-align:center}.title{font-size:48px;line-height:56px}.sub-title{font-size:16px}.right{display:flex;flex-direction:column;gap:2rem;top:0}.card{position:relative;width:90%;left:5%;top:0;transform:none!important;margin-bottom:2rem}.content{font-size:24px}}*{margin:0;padding:0;box-sizing:border-box}.scroll-section{background:#a19f94;font-family:PP Rader,sans-serif;overflow-x:hidden;width:100vw}.spacer{display:flex;justify-content:center;align-items:center;height:80vh;width:100%;overflow:hidden}.spacer-1,.spacer-2{font-size:2.5rem;font-weight:700;text-align:center;opacity:0;transform:translateY(50px);transition:opacity .6s ease,transform .6s ease}@supports (animation-timeline: scroll()){.spacer{animation:fade-in-out linear both;animation-timeline:view();animation-range:entry 20% exit 80%}@keyframes fade-in-out{0%,to{opacity:0;transform:translateY(50px)}50%{opacity:1;transform:translateY(0)}}}.spacer-1{font-size:clamp(60px,10vw,140px);font-weight:300;overflow:visible;color:#0f0f0f;text-transform:uppercase}.spacer-1-text{font-weight:500;font-size:clamp(80px,12vw,180px);color:#0f0f0f}.spacer-2{font-size:clamp(60px,10vw,140px);font-weight:300;overflow:visible;color:#0f0f0f;text-transform:uppercase}.spacer-2-word{font-size:clamp(80px,12vw,180px);font-weight:500;color:#0f0f0f}.marquee{position:relative;background:#0f0f0f;color:#eee;padding:40px 0;font-weight:600;font-size:clamp(24px,3vw,40px);text-transform:uppercase;overflow:hidden;width:100vw}.marquee_inner{display:flex;flex-direction:row;width:max-content;will-change:transform}.marquee_part{display:flex;align-items:center;flex-shrink:0;padding:0 2rem;white-space:nowrap}.arrow{width:60px;height:80px;color:#eee;margin-left:1em;transition:transform 1s cubic-bezier(.075,.82,.165,1)}.arrow.active{transform:rotate(-180deg)}@media(max-width:900px){.spacer{height:60vh;padding:0 20px}.spacer-1,.spacer-2{font-size:clamp(28px,8vw,48px);line-height:1.2;text-align:center;transform:none;opacity:1}.spacer-1-text,.spacer-2-word{font-size:clamp(40px,10vw,70px);display:block;margin-top:8px}.marquee{font-size:clamp(14px,4vw,20px);padding:25px 0}.marquee_inner{animation:none}.marquee_part{padding:0 1rem}.arrow{width:30px;height:40px;margin-left:.5em}}@media(max-width:500px){.spacer{height:auto;padding:80px 20px}.spacer-1,.spacer-2{font-size:clamp(24px,7vw,40px)}.spacer-1-text,.spacer-2-word{font-size:clamp(32px,9vw,60px)}.marquee{font-size:clamp(12px,3.5vw,16px);padding:20px 0}.marquee_part{padding:0 .8rem}.arrow{width:24px;height:32px;margin-left:.4em}}@media(max-width:900px){.spacer-1,.spacer-2{opacity:1!important;transform:none!important;transition:none!important}}
