.navbar{position:fixed;top:0;left:0;width:100%;background:#0000004d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 5px #0000004d;z-index:1000;font-family:Arial,sans-serif}.nav-container{width:100%;padding:0 2rem;padding:0rem 2rem;display:flex;align-items:center;max-width:1200px}.nav-logo{height:4rem;width:100vw;width:auto;display:block;transition:transform .3s ease,filter .5s ease;object-fit:contain;background:transparent;color:transparent;border-radius:20px;justify-self:start}.nav-links{display:flex;gap:2.5rem;list-style:none;flex:1;justify-content:center;align-items:center}.nav-links li a{text-decoration:none;color:#fff;font-weight:600;text-transform:uppercase;position:relative;transition:color .3s ease,transform .3s ease;letter-spacing:1px}.nav-links li a:hover{color:gold;transform:translateY(-3px)}.nav-links li a:after{content:"";position:absolute;width:0%;height:2px;left:0;bottom:-4px;background:gold;transition:width .3s ease}.nav-links li a:hover:after{width:100%}.nav-links li a:hover:before{content:"";position:absolute;inset:0;box-shadow:0 0 8px gold,0 0 12px #facc15;border-radius:4px;opacity:.6}.nav-links .mobile-contact{display:none}.logo{margin-right:auto}.contact-link{margin-left:auto}.contact-link a{text-decoration:none;background:gold;color:#000;font-weight:600;padding:.5rem 1.2rem;border-radius:25px;transition:all .7s ease,box-shadow .6s ease;text-transform:uppercase;letter-spacing:1px;animation:buttonGlow 3s infinite}.contact-link a:hover{background:#000;color:gold;border:2px solid #FFD700;transform:translateY(-3px)}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px}.hamburger span{height:3px;width:25px;background:#fff;transition:.3s}@media (max-width: 768px){.nav-links{position:absolute;top:60px;right:0;background:#000;width:200px;flex-direction:column;align-items:center;padding:1rem;gap:1rem;transform:translate(100%);transition:transform .3s ease-in-out}.nav-links.active{transform:translate(0);animation:slideIn .4s ease forwards}.hamburger{display:flex}.contact-link{display:none}.nav-links .mobile-contact{display:block}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes buttonGlow{0%,to{box-shadow:0 0 6px gold,0 0 8px #facc15,0 0 10px #facc15}50%{box-shadow:0 0 4px #fde047,0 0 6px gold,0 0 8px #facc15}}.home-wrapper{min-height:100vh;display:flex;flex-direction:column}.hero{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 2rem;position:relative;background:#000;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top left,rgba(200,238,9,.25) 0%,transparent 20%),radial-gradient(circle at top right,rgba(200,238,9,.25) 0%,transparent 20%);pointer-events:none;z-index:0}.hero-content{max-width:900px;margin-top:4rem}.subtitle{font-size:1.8rem;font-weight:700;text-transform:capitalize;letter-spacing:2px;color:gold;margin-bottom:1rem}.subtitle-1{color:#fff}.title{font-size:3.5rem;font-weight:900;line-height:1.2;margin-bottom:1.5rem;-webkit-background-clip:text;-webkit-text-fill-color:white}.description{font-size:1.3rem;font-weight:500;line-height:1.8;color:#fff;margin-bottom:2.5rem}.hero-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.cta-btn{text-decoration:none;padding:1rem 2rem;font-size:1.2rem;font-weight:700;text-transform:uppercase;border-radius:30px;background:gold;color:#000;transition:all .3s ease}.cta-btn:hover{background:#000;color:#fff;border:2px solid white;transform:translateY(-3px)}.cta-btn.secondary{background:transparent;border:2px solid #fff;color:#fff}.cta-btn.secondary:hover{background:gold;color:#000;border-color:gold}@media (max-width: 1024px){.title{font-size:3rem}.subtitle{font-size:1.5rem}.description{font-size:1.1rem}.cta-btn{font-size:1.1rem;padding:.9rem 1.8rem}}@media (max-width: 768px){.title{font-size:2.5rem}.subtitle{font-size:1.3rem}.description{font-size:1rem}.cta-btn{width:100%;max-width:300px}}.flex{display:flex;background-color:#000}.sidebar{position:fixed;top:0;left:0;height:100vh;width:16rem;background-color:#000;border-right:2px solid #FFD700;padding:2rem 1rem;display:flex;flex-direction:column;transition:width .3s ease;z-index:1000}.sidebar-collapsed{width:4rem}.home-btn{font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:.1rem;background:#000;color:#facc15;font-weight:800;transition:all .3s ease}.home-btn:hover{background:transparent;transform:scale(1.3)}.sidebar-logo{padding-bottom:1.5rem;border-bottom:1px solid rgba(255,215,0,.3)}.sidebar-logo h1{font-size:1.25rem;font-weight:700;color:gold;text-transform:uppercase}nav{margin-top:2rem;display:flex;flex-direction:column;gap:.5rem}nav a{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;border-radius:.5rem;color:gold;text-decoration:none;font-weight:700;text-transform:uppercase;transition:background-color .2s,color .2s}nav a:hover{background-color:#ffd70026;color:gold}nav a.active{background-color:#ffd70040;color:gold;font-weight:800}nav svg{width:1.25rem;height:1.25rem;color:gold}.sidebar-toggle{margin-top:auto;padding:.5rem .75rem;background-color:#ffd70026;color:gold;border-radius:.25rem;border:none;cursor:pointer;transition:background-color .2s}.sidebar-toggle:hover{background-color:#ffd70040}.sidebar-collapsed span{display:none}.sidebar-expanded span{display:inline}.flex-1{flex:1;margin-left:16rem;padding:2rem;transition:margin-left .3s ease}.sidebar.sidebar-collapsed+.flex-1,.sidebar.sidebar-collapsed~.flex-1{margin-left:4rem}.project-card{background-color:#000;border:2px solid #ffd700;border-radius:12px;padding:1rem;color:#fff;font-size:.95rem;display:flex;flex-direction:column;transition:transform .3s,box-shadow .3s}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #ffd70059}.project-header{text-align:center;text-transform:uppercase;font-weight:900;font-size:1rem;padding-bottom:.5rem;border-bottom:2px solid #ffd700;margin-bottom:.75rem;letter-spacing:1px;color:#fc0}.project-header h3{margin:0;font-size:1rem;letter-spacing:1px;text-shadow:0 0 1px #ffcc00}.project-details{display:flex;flex-direction:column;gap:.35rem}.project-details p{margin:0;font-size:.88rem;font-weight:600;display:flex;justify-content:space-between}.project-details .label{font-weight:700;text-transform:uppercase;color:gold}.project-details .value{font-weight:600;color:#00e6ff}.project-details p:nth-child(2) .value{color:#ff6f61}.project-details p:nth-child(3) .value{color:#7fff00}.project-details p:nth-child(4) .value{color:#ff69b4}.project-details p:nth-child(5) .value{color:#00ffae}.project-btn{margin-top:1rem;padding:.45rem .85rem;color:#fff;background:linear-gradient(45deg,gold,#fc0,orange);font-size:.87rem;font-weight:800;border:none;border-radius:8px;cursor:pointer;transition:background .3s,transform .2s,box-shadow .2s;text-transform:uppercase;letter-spacing:.5px}.project-btn:hover{background:linear-gradient(45deg,#fc0,gold,#ffb700);transform:translateY(-2px);color:#000;box-shadow:0 6px 12px #ffd70080}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:1rem 0}@media (max-width: 1024px){.project-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.project-grid{grid-template-columns:1fr}}.marketplace-page{background-color:#000;color:#fff;min-height:100vh;padding:0 2rem;gap:2rem;flex-direction:column}.marketplace-section h1{font-size:3rem;font-weight:900;text-transform:uppercase;color:gold;text-align:center;margin-bottom:.5rem;letter-spacing:2px;text-shadow:0 2px 8px rgba(255,215,0,.7)}.marketplace-section h4{font-size:1.25rem;font-weight:700;color:#ffec99;text-align:center;margin-bottom:2rem;letter-spacing:1px}.filter-container{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.filter-container label{font-weight:600;color:gold}.filter-container select{background-color:#1a1a1a;color:#fff;border:2px solid #FFD700;border-radius:8px;padding:.5rem 1rem;cursor:pointer;font-weight:500;transition:all .2s ease}.filter-container select:hover{border-color:#fff}.projects-list{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.overlay{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;justify-content:center;align-items:center;z-index:1000}.overlay-content{background:#0a0a0a;border:2px solid #facc15;padding:2rem;border-radius:12px;max-width:500px;width:90%;text-align:center}.overlay-content h2{color:#facc15;margin-bottom:1rem;font-size:1.8rem}.overlay-content p{color:#e0e0e0;margin-bottom:1.5rem}.overlay-buttons{display:flex;justify-content:center;gap:1rem}.yes-btn,.no-btn{padding:.8rem 1.5rem;border-radius:30px;font-weight:700;cursor:pointer;border:none;transition:all .25s}.yes-btn{background:#facc15;color:#000}.yes-btn:hover{background:#000;color:#facc15;box-shadow:0 0 10px #facc15,0 0 20px gold}.no-btn{background:transparent;color:#facc15;border:2px solid #facc15}.no-btn:hover{background:#facc15;color:#000}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(250px,1fr));gap:4rem}.project-card{background:linear-gradient(135deg,#0b0b0b 0% 70%,gold 85%,#fff);color:#fff;border-radius:16px;border:1px solid #ffd700;padding:1rem;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden}.project-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #ffd70059}.project-card h3{margin-top:0;font-size:1.1rem;line-height:1.3}.project-card p{font-size:.9rem;flex:1;overflow-y:auto;margin:.5rem 0}.project-card-buttons{display:flex;gap:.8rem;margin-top:auto}.flip-btn{background:transparent;color:gold;border:1px solid #ffd700;border-radius:6px;padding:.5rem 1rem;cursor:pointer;transition:all .3s ease}.flip-btn:hover{background:gold;color:#000}.acquire-btn{background:gold;color:#000;border:none;border-radius:6px;padding:.5rem 1rem;cursor:pointer;transition:all .3s ease}.acquire-btn:hover{background:#e6c200}.flipped-content{margin-top:1rem;background:#ffd7000d;padding:1rem;border-radius:12px;max-height:250px;overflow-y:auto;border:1px solid rgba(255,215,0,.25)}.flipped-content h4{margin-top:0;color:gold}.flipped-content ul{padding-left:1rem}.flipped-content li{margin-bottom:.5rem}.overlay{position:fixed;inset:0;background:#000000e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem}.overlay-content{background:#0b0b0b;border:2px solid #ffd700;border-radius:16px;max-width:800px;width:100%;max-height:85vh;overflow-y:auto;padding:2rem;box-shadow:0 0 20px #ffd7004d}.overlay-content h2{font-size:2rem;font-weight:900;color:gold;margin-bottom:1rem;text-align:center;text-transform:uppercase;letter-spacing:1px}.overlay-content p{color:#e0e0e0;font-size:1rem;line-height:1.5;margin-bottom:1.5rem;text-align:justify}.overlay-content h4{font-size:1.25rem;font-weight:700;color:#facc15;margin-top:1.5rem;margin-bottom:.5rem;border-bottom:1px solid rgba(255,215,0,.3);padding-bottom:.3rem}.overlay-content ul{padding-left:1.5rem;margin-bottom:1rem}.overlay-content li{margin-bottom:.5rem;font-size:.95rem;color:#e0e0e0}.overlay-buttons{display:flex;justify-content:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}.yes-btn{background:gold;color:#000;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:700;cursor:pointer;transition:all .2s ease-in-out}.yes-btn:hover{background:#e6c200;box-shadow:0 0 10px gold}.no-btn{background:transparent;color:gold;border:2px solid #ffd700;padding:.75rem 1.5rem;border-radius:8px;font-weight:700;cursor:pointer}.no-btn:hover{background:gold;color:#000}.overlay-section{background:#ffd7000d;border:1px solid rgba(255,215,0,.2);border-radius:12px;padding:1rem 1.5rem;margin-bottom:1.5rem}.overlay-section h4{color:#facc15;font-weight:700;margin-bottom:.75rem;border-bottom:1px solid rgba(255,215,0,.3);padding-bottom:.3rem}.overlay-section ul li{margin-bottom:.5rem;font-size:.95rem;color:#e0e0e0}.buy-section{background-color:#000;color:gold;padding:2rem 1.5rem;max-width:800px;margin:2rem auto;border:2px solid #ffd700;border-radius:12px;display:flex;flex-direction:column;gap:1rem;font-family:Arial,sans-serif;font-size:.95rem}.buy-section h2{font-size:1.5rem;font-weight:900;text-transform:uppercase;color:gold;margin-bottom:.3rem}.buy-section h3{font-size:1.2rem;font-weight:700;margin-top:.5rem;margin-bottom:.5rem;color:#ffe066}.buy-section p{line-height:1.5;color:#fff5b1;margin-bottom:1rem}.buy-section ol{padding-left:1.2rem;margin-bottom:1.5rem}.buy-section ol li{margin-bottom:.5rem;font-weight:600;color:gold}.gold-btn{background:linear-gradient(90deg,gold,#ffe066);color:#000;font-weight:700;padding:.6rem 1.5rem;border:none;border-radius:8px;cursor:pointer;font-size:.95rem;transition:all .3s ease;align-self:flex-start}.gold-btn:hover{background:linear-gradient(90deg,#e6c200,#ffd633);transform:translateY(-2px) scale(1.02)}.buyer-form-section{background:#000;color:gold;border-radius:16px;display:flex;flex-direction:column;gap:2rem;position:relative;overflow:hidden}.buyer-form-section:before{content:"";position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:#000;border-radius:50%;filter:blur(80px)}.buyer-form-section h2{font-size:2.5rem;font-weight:900;text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;color:gold;text-shadow:0 0 10px rgba(255,215,0,.5)}.buyer-form-section p{font-size:1.1rem;color:#fff8d6;margin-bottom:2rem;line-height:1.6}.buyer-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:flex;gap:1rem}.form-row>div{flex:1;display:flex;flex-direction:column}label{font-weight:700;margin-bottom:.4rem;color:#ffe066;text-transform:uppercase;font-size:.9rem}input,textarea,select{background-color:#111;border:2px solid #ffd700;border-radius:8px;padding:.6rem 1rem;color:gold;font-weight:600;font-size:.95rem;outline:none;transition:all .2s ease-in-out}input:focus,textarea:focus,select:focus{border-color:#fff;box-shadow:0 0 10px #ffd70066}textarea{min-height:80px;resize:vertical}.checkbox-row{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.checkbox-row label{font-weight:700;color:#ffe066;text-transform:none}.gold-btn{background:linear-gradient(90deg,gold,#ffe066);color:#000;font-weight:800;padding:.9rem 2rem;border:none;border-radius:12px;cursor:pointer;font-size:1rem;align-self:flex-start;transition:all .3s ease;box-shadow:0 5px 15px #ffd7004d}.gold-btn:hover{background:linear-gradient(90deg,#e6c200,#ffd633);transform:translateY(-3px) scale(1.03);box-shadow:0 8px 20px #ffd70080}.status-text{margin-top:1rem;font-weight:700;color:#fff;font-size:.95rem}.sell-section{background-color:#000;color:gold;padding:0rem 3rem;border-radius:16px;margin:1rem auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.sell-section h2{font-size:2.5rem;font-weight:900;text-transform:uppercase;margin-bottom:.5rem;letter-spacing:2px;color:gold}.sell-section h3{font-size:1.3rem;font-weight:700;margin-bottom:1rem;color:#fff700}.sell-section p{font-size:1.1rem;line-height:1.8;color:#ffe066;margin-bottom:2rem}#sellForm{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem 2rem;margin:2rem auto;width:100%}#sellForm label{font-weight:800;margin-bottom:.5rem;display:block;color:gold;text-transform:uppercase;letter-spacing:.5px}#sellForm input,#sellForm textarea,#sellForm select{width:100%;padding:.65rem 1rem;border:2px solid #ffd700;border-radius:10px;background-color:#000;color:gold;font-size:1rem;transition:border .2s,box-shadow .2s}#sellForm input:focus,#sellForm textarea:focus,#sellForm select:focus{outline:none;border-color:#fff700;box-shadow:0 0 12px #ffd70066}#sellForm textarea{grid-column:span 2;min-height:100px;font-family:inherit}#sellForm #founderPhone,#sellForm #projectDescription,#sellForm #listingPrice,#sellForm #projectValue,#sellForm #communitySize{width:100%}.usecase-filter{cursor:pointer}.gold-btn{grid-column:span 2;padding:.8rem 2rem;background-color:gold;color:#000;font-weight:900;border:none;border-radius:12px;cursor:pointer;font-size:1.1rem;text-transform:uppercase;letter-spacing:1.5px;transition:background-color .2s,transform .2s;justify-self:center;margin-top:1rem}.gold-btn:hover{background-color:#e6c200;transform:translateY(-3px)}.status-text{grid-column:span 2;margin-top:1rem;font-weight:700;color:#ffeb99;text-align:center}@media screen and (max-width: 992px){#sellForm{grid-template-columns:1fr}.gold-btn{grid-column:span 1;width:100%}#sellForm textarea{grid-column:span 1}}.pricing-page{padding:1rem;background:#000;color:gold;font-family:Inter,sans-serif}.pricing-section{max-width:1200px;margin:0 auto}.pricing-section h1{font-size:2.5rem;margin-bottom:2rem;text-align:center;color:gold}.pricing-section h2{font-size:2rem;margin-top:3rem;margin-bottom:1rem;border-bottom:2px solid #FFD700;padding-bottom:.5rem;color:gold}.pricing-section h3{font-size:1.5rem;margin-top:2rem;margin-bottom:.5rem;color:gold}.pricing-section h4{font-size:1.25rem;margin-top:1.5rem;margin-bottom:.5rem;color:gold}.pricing-section p{line-height:1.8;margin-bottom:1.5rem;color:gold}.commission-container{display:flex;flex-wrap:wrap;gap:1.5rem;margin:2rem 0;justify-content:center}.tier-card{background:#111;padding:2rem 1.5rem;border-radius:1rem;min-width:250px;flex:1 1 250px;color:gold;text-align:center;border:2px solid #FFD700;transition:transform .3s ease,box-shadow .3s ease,border .3s ease;cursor:pointer;font-weight:600}.tier-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #ffd70080;border-color:gold}.pricing-section ul,.pricing-section ol{margin-left:1.5rem;margin-bottom:1.5rem}.pricing-section li{margin-bottom:.5rem;line-height:1.6;color:gold}dl{margin-top:2rem;border-top:1px solid #FFD700}dt{cursor:pointer;padding:1rem;background:#111;margin-top:1px;transition:background .3s ease,color .3s ease;font-weight:600;border-radius:.5rem .5rem 0 0;color:gold}dt:hover{background:#222}dt.active{background:gold;color:#000}dd{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 1rem;background:#111;border-radius:0 0 .5rem .5rem;margin-bottom:.5rem;color:gold}dd.show{max-height:500px;padding:1rem}.subheading{color:gold;font-weight:600;margin-top:2.5rem;margin-bottom:1rem}@media (max-width: 768px){.commission-container{flex-direction:column;gap:1rem}.tier-card{min-width:100%}.pricing-section h1{font-size:2rem}.pricing-section h2{font-size:1.75rem}.pricing-section h3{font-size:1.25rem}.pricing-section h4{font-size:1.1rem}}.buyer-financing-cards{display:flex;flex-wrap:nowrap;gap:1.5rem;margin:2rem 0;justify-content:center}.buyer-financing-card{background:#111;border:2px solid #FFD700;border-radius:1rem;padding:2rem;color:gold;flex:0 0 30%;box-sizing:border-box;min-width:250px;box-shadow:0 5px 20px #ffd70033;transition:transform .3s ease,box-shadow .3s ease}.buyer-financing-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #ffd70080}.buyer-financing-card>ol,.buyer-financing-card>ul{max-width:200px;width:auto}.buyer-financing-card h4{margin-bottom:1rem;color:gold;text-transform:uppercase;text-align:center;max-width:200rem;letter-spacing:1px;font-weight:700;position:relative;padding-bottom:.5rem}.buyer-financing-card h4:after{content:"";display:block;width:50px;margin-left:auto;margin-right:auto;height:3px;background:gold;margin-top:.5rem;border-radius:2px}.buyer-financing-card ul,.buyer-financing-card ol{margin-left:0rem;margin-bottom:auto}.buyer-financing-card li{margin-bottom:.7rem;line-height:1.8;color:gold}@media (max-width: 1024px){.buyer-financing-cards{flex-wrap:wrap}}@media (max-width: 768px){.buyer-financing-cards{flex-direction:column;align-items:center}.buyer-financing-card{flex:0 0 90%}}.footer{background:linear-gradient(180deg,#050505,#000);padding:3.5rem 6%;color:#d6d6d6;font-family:Inter,sans-serif}.footer:before{content:"";display:block;width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(250,204,21,.6),transparent);margin-bottom:2.5rem}.footer-top{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;gap:2rem;max-width:1200px;margin:0 auto}.footer-logo{display:flex;align-items:center;gap:1rem;flex:0 0 auto}.logo-img{width:50px;height:50px;object-fit:contain}.logo-name{font-weight:900;font-size:1.25rem;color:#facc15;text-transform:uppercase}.logo-tagline{font-size:.8rem;color:#d6d6d6;text-transform:uppercase;margin-top:.2rem}.footer-section{display:flex;flex-direction:column;gap:.6rem;flex:1 1 auto}.footer-section-title{font-weight:800;font-size:.8rem;letter-spacing:2px;text-transform:uppercase;color:#facc15}.footer-section a{font-size:.8rem;color:#bfbfbf;text-decoration:none;transition:color .2s ease}.footer-section a:hover{color:#facc15}.footer-bottom{text-align:center;font-size:.7rem;letter-spacing:.05em;color:#9a9a9a;border-top:1px solid rgba(250,204,21,.15);padding-top:1.2rem;margin-top:2.5rem}@media (max-width: 900px){.footer-top{flex-wrap:wrap}}.policy-consent-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.policy-consent-box{background:#fff;padding:20px;border-radius:8px;max-width:500px;width:90%;text-align:center;box-shadow:0 4px 12px #0003}.policy-consent-box h2{margin-bottom:15px;font-size:20px;color:#333}.policy-consent-box p{margin-bottom:15px;color:#444;font-size:14px}.policy-consent-box a{color:#06c;text-decoration:none}.policy-consent-box a:hover{text-decoration:underline}.checkboxes{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:15px}.checkboxes label{margin:5px 0;font-size:14px;color:#333}.accept-btn{background:#06c;color:#fff;border:none;padding:10px 20px;font-size:14px;border-radius:5px;cursor:pointer;transition:background .2s ease}.accept-btn:disabled{background:#bbb;cursor:not-allowed}.accept-btn:not(:disabled):hover{background:#004999}.cookie-consent{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background:#1a1a1a;color:#fff;padding:1rem 1.5rem;border-radius:10px;display:flex;align-items:center;gap:1rem;box-shadow:0 4px 12px #0000004d;z-index:9999;max-width:90%;opacity:0}.accept-btn{background:#f1c40f;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-weight:700;transition:background .2s;color:#000}.accept-btn:hover{background:#d4ac0d;color:#000}.slide-up{animation:slideUpFade .6s forwards}@keyframes slideUpFade{0%{transform:translate(-50%) translateY(100%);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}.ticker-section{display:flex;flex-direction:column;align-items:center;gap:1.5rem;background:#000;padding:1.5rem 0;color:#fff;font-family:Arial,sans-serif}.ticker-header{font-weight:700;font-size:.8rem;letter-spacing:1px;color:#fff}.ticker-track{display:flex;gap:3rem;justify-content:center;flex-wrap:wrap}.ticker-slide{font-weight:600;font-size:2.5rem;color:#fff}.who-section{background:#000;color:#fff;padding:3rem 0rem}.who-title{text-align:center;font-size:2.2rem;margin-bottom:3rem;font-weight:700;letter-spacing:.5px}.who-title-h4-box{display:inline-flex;align-items:center;justify-content:center;margin-bottom:.8rem;padding:.6rem 1.6rem;border:1px solid #fff;border-radius:30px;background:transparent;position:relative}.who-title-h4-box:before,.who-title-h4-box:after{content:"";position:absolute;background:#fff;border-radius:1px}.who-title-h4-box:before{top:0;right:1;width:35px;height:1px;clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 50%);transform-origin:top right;border-radius:20px}.who-title-h4-box:after{bottom:0;left:1;width:40px;height:1px;clip-path:polygon(0% 50%,100% 100%,100% 0%,0% 0%);transform-origin:bottom left;border-radius:20px}.who-title-h4{font-size:.9rem;font-weight:700;letter-spacing:.6px;margin:0}.features-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-item{display:flex;flex-direction:column;align-items:center}.feature-card-wrapper{perspective:1400px;width:100%}.feature-card{position:relative;width:100%;aspect-ratio:16 / 9;min-height:260px;transform-style:preserve-3d;transition:transform 3s cubic-bezier(.22,1,.36,1);color:#000}.feature-card:hover{transform:rotateY(180deg) translateZ(1px) scale(1.02)}.card-face{position:absolute;inset:0;backface-visibility:hidden;background:linear-gradient(135deg,#0b0b0b,gold,#fff);border:1px solid rgba(255,215,0,.25);border-radius:18px;padding:1.8rem;display:flex;flex-direction:column;overflow:hidden;transition:background-color .6s ease,border-color .6s ease}.feature-card-wrapper:hover .card-face{border-color:#ffd70073}.card-front{z-index:2}.card-back{transform:rotateY(180deg)}.feature-icon{font-size:2.2rem;margin-bottom:1rem;flex-shrink:0}.feature-text{list-style:none;padding:0;margin:0;flex:1;overflow-y:auto}.feature-text li{font-size:.87rem;font-weight:700;line-height:1.5;margin-bottom:.7rem;color:#000}.flip-hint{opacity:.7;transition:opacity .4s ease,transform .4s ease}.feature-card-wrapper:hover .flip-hint{opacity:1;transform:translate(4px)}.feature-text::-webkit-scrollbar{width:4px}.feature-text::-webkit-scrollbar-thumb{background:#ffd70066;border-radius:4px}.feature-label{margin-bottom:1.2rem;font-weight:600;letter-spacing:.6px;color:gold;margin-left:auto;margin-right:auto}@media (max-width: 1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.features-grid{grid-template-columns:1fr}.feature-card{height:380px}}.partnerships-media{padding:5rem 2rem;background:#000;display:flex;flex-direction:column;gap:4rem;font-family:Inter,Helvetica Neue,sans-serif;color:gold}.card{border:2px solid #FFD700;border-radius:1rem;padding:3rem 2.5rem;display:flex;flex-direction:column;gap:1.5rem;max-width:900px;margin:0 auto;background:#111}.partnerships-media h2{font-size:2.5rem;text-transform:uppercase;font-weight:900;letter-spacing:2px;position:relative;padding-bottom:.7rem;color:gold;line-height:1.2}.partnerships-media h2:after{content:"";display:block;width:70px;height:3px;background:linear-gradient(90deg,gold,#e6c200);margin-top:.5rem;border-radius:2px}.partnerships-media h3{font-size:1.6rem;text-transform:uppercase;letter-spacing:1px;color:gold;border-bottom:1px solid #FFD700;padding-bottom:.3rem;margin-bottom:1rem;line-height:1.3}.premium-text{font-size:1.05rem;line-height:1.9;color:gold;max-width:700px;letter-spacing:.5px}.highlight{color:gold;font-weight:700;text-transform:uppercase}.partnerships-media ul{margin-left:2rem;display:flex;flex-direction:column;gap:.9rem}.partnerships-media ul li{position:relative;padding-left:1.8rem;color:gold;line-height:1.7;font-weight:500;font-size:1rem}.partnerships-media ul li:before{content:"•";position:absolute;left:0;color:gold;font-size:1.2rem}.media-list li:before{content:"➤";font-weight:700}.gold-btn{display:inline-block;padding:.85rem 2.5rem;margin-top:1rem;background:gold;color:#000;text-transform:uppercase;font-weight:800;border-radius:.6rem;text-decoration:none;align-self:flex-start;transition:all .3s ease}.gold-btn:hover{background:#e6c200;cursor:pointer}@media (max-width: 1024px){.card{padding:2.5rem 2rem}.partnerships-media h2{font-size:2.2rem}.partnerships-media h3{font-size:1.4rem}}@media (max-width: 768px){.partnerships-media{padding:3rem 1rem;gap:3rem}.card{width:100%}.gold-btn{width:100%;text-align:center}}.aboutus-page{background:#000;min-height:100vh}.aboutus-section{background:radial-gradient(circle at top,#0b0b0b,#000 60%);color:#d4d4d4;padding:4.5rem 6%;max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:2.2rem;border-left:1px solid rgba(250,204,21,.25)}.aboutus-section h1{font-size:clamp(2.8rem,5vw,3.2rem);font-weight:900;color:#facc15;letter-spacing:3px;text-transform:uppercase;text-align:left;position:relative;padding-bottom:1.2rem}.aboutus-section h1:after{content:"";position:absolute;left:0;bottom:0;width:140px;height:3px;background:linear-gradient(90deg,#facc15,transparent)}.aboutus-section h2{font-size:1.6rem;font-weight:800;color:#facc15;letter-spacing:2px;text-transform:uppercase;margin-top:1.5rem}.aboutus-section p{font-size:.95rem;line-height:1.8;letter-spacing:.04em;text-transform:uppercase;max-width:760px;color:#cfcfcf}.aboutus-section ul{list-style:none;padding-left:0;margin:1rem 0;display:flex;flex-direction:column;gap:1.2rem}.aboutus-section ul li{font-size:.95rem;line-height:1.7;letter-spacing:.04em;color:#d6d6d6;padding-left:1.6rem;position:relative;text-transform:uppercase;max-width:800px}.aboutus-section ul li:before{content:"";position:absolute;left:0;top:.55rem;width:8px;height:8px;background:#facc15}.aboutus-section ul li strong{color:#facc15;font-weight:700}.aboutus-statement{position:relative;max-width:780px;padding:1.8rem 2rem;margin:1.5rem 0 2.5rem;border-left:3px solid #facc15;font-size:1rem;line-height:1.9;letter-spacing:.05em;text-transform:uppercase;color:#e5e5e5;background:linear-gradient(90deg,rgba(250,204,21,.08),transparent 60%)}.aboutus-statement:before{content:"";position:absolute;top:0;left:0;width:100px;height:1px;background:#facc15;opacity:.7}.aboutus-mission{position:relative;max-width:720px;margin:1.5rem 0 3rem;padding:2rem 2.2rem;font-size:1.05rem;font-weight:700;line-height:1.9;letter-spacing:.06em;text-transform:uppercase;color:#facc15;border:1px solid rgba(250,204,21,.35);background:linear-gradient(180deg,#facc150f,#0000)}.aboutus-mission:before{content:"";position:absolute;top:0;left:2.2rem;width:120px;height:2px;background:#facc15}.aboutus-mission:after{content:"";position:absolute;bottom:0;right:2.2rem;width:80px;height:1px;background:#facc1599}@media (max-width: 768px){.aboutus-section{padding:3.5rem 1.5rem;border-left:none}.aboutus-section h1{font-size:2.4rem}}.support-page{background:#050505;min-height:100vh;padding:4rem 6%;color:#fff;font-family:Inter,sans-serif}.support-section{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.support-section h1{font-size:clamp(2.5rem,5vw,3rem);font-weight:900;color:#facc15;text-transform:uppercase;text-align:center;letter-spacing:2px;position:relative}.support-section h1:after{content:"";display:block;width:120px;height:4px;margin:1rem auto 0;background:linear-gradient(90deg,transparent,#facc15,transparent);opacity:.9}.support-section p{font-size:1rem;color:#d6d6d6;text-align:center;line-height:1.6}.support-form{display:flex;flex-direction:column;gap:2rem}.support-form label{font-weight:700;font-size:.9rem;color:#facc15;text-transform:uppercase;margin-bottom:.5rem}.support-form input,.support-form textarea{width:100%;padding:1rem 1.2rem;border:2px solid #facc15;border-radius:12px;background:#0a0a0a;color:#fff;font-size:1rem;font-family:Inter,sans-serif;transition:all .25s ease;display:block}.support-form input:focus,.support-form textarea:focus{outline:none;border-color:gold;box-shadow:0 0 12px gold}.support-form textarea{min-height:180px;resize:vertical}.gold-btn{background:#facc15;color:#000;font-weight:700;font-size:1rem;text-transform:uppercase;padding:1rem 2rem;border-radius:30px;border:none;cursor:pointer;transition:all .3s ease;align-self:flex-start}.gold-btn:hover{background:#000;color:#facc15;box-shadow:0 0 15px gold,0 0 25px #facc15;transform:translateY(-2px)}.status-msg{font-size:.95rem;color:gold;font-weight:600;text-align:center;animation:fadeIn .4s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.support-page{padding:3rem 4%}.gold-btn{width:100%;text-align:center}}.construction-overlay{position:fixed;inset:0;background:linear-gradient(135deg,#0a1b2f,#051016);color:gold;display:flex;align-items:center;justify-content:center;text-align:center;z-index:9999;padding:2rem}.construction-content h1{font-size:2.5rem;font-weight:900;margin-bottom:1rem}.construction-content p{font-size:1.2rem;line-height:1.6;color:#fff}.contact-page{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:3rem 5%;background:#050505;color:#fff;overflow-x:hidden}#contact{max-width:800px;width:100%;background:#0a0a0a;border-radius:12px;padding:2.5rem 2rem;box-shadow:0 0 25px #facc1580;display:flex;flex-direction:column;gap:1.5rem;animation:fadeScale .8s ease forwards}#contact h1{text-align:center;font-size:2.2rem;color:gold;border-bottom:2px solid gold;padding-bottom:.5rem;margin-bottom:1rem;display:inline-block}#contact p{font-size:1.05rem;line-height:1.6;color:#ddd;text-align:center}#contact a{color:gold;text-decoration:none;transition:all .3s ease}#contact a:hover{color:#fff;text-shadow:0 0 8px gold}#contactForm{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}#contactForm label{font-weight:700;color:#facc15}#contactForm input,#contactForm textarea{padding:.6rem;border-radius:5px;border:1px solid gold;background:#222;color:gold;font-size:1rem;resize:vertical;transition:all .3s ease}#contactForm input:focus,#contactForm textarea:focus{border-color:#facc15;box-shadow:0 0 6px gold;outline:none}#contactForm button{width:180px;background:gold;color:#000;font-weight:700;border:none;border-radius:5px;padding:.7rem;cursor:pointer;align-self:flex-start;transition:all .3s ease}#contactForm button:hover{background:#daa520;transform:translateY(-3px);box-shadow:0 0 12px gold,0 0 20px #facc1580}@media (max-width: 768px){.contact-page{padding:2rem 1rem}#contact h2{font-size:1.8rem}#contact p,#contactForm input,#contactForm textarea{font-size:.95rem}#contactForm button{width:140px}}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,sans-serif}section{display:flex;flex-direction:column;justify-content:center;align-items:center}.blurred-page{filter:blur(6px);pointer-events:none;-webkit-user-select:none;user-select:none;transition:filter .3s ease}
