.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{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:auto auto;align-items:center;width:100%}.logo{justify-self:start}.nav-logo{height:3rem;display:block;object-fit:contain;border-radius:20px}.contact-link{justify-self:end}.contact-link a{text-decoration:none;background:gold;color:#000;font-weight:600;padding:.5rem 1.2rem;border-radius:25px;transition:all .3s 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)}@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}}@media (max-width: 768px){.contact-link a{padding:.5rem 1rem;font-size:.9rem}}.home-wrapper{min-height:100vh;display:flex;flex-direction:column}.hero{flex:1;display:flex;align-items:center;justify-content:center;background:#000;color:gold;text-align:center;padding:0 2rem}.hero-content{max-width:900px}.subtitle{font-size:1.8rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:gold;margin-bottom:1rem}.title{font-size:3.5rem;font-weight:900;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(90deg,gold,orange);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.description{font-size:1.3rem;font-weight:500;line-height:1.8;color:gold;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;box-shadow:0 0 10px gold,0 0 20px orange}.cta-btn:hover{background:#000;color:gold;box-shadow:0 0 15px gold,0 0 25px orange;transform:translateY(-3px)}.cta-btn.secondary{background:transparent;border:2px solid #FFD700;color:gold}.cta-btn.secondary:hover{background:gold;color:#000;box-shadow:0 0 10px gold,0 0 20px orange}@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;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{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,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}.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{width:100%;overflow:hidden;background:#000;padding:1.5rem 0;position:relative;z-index:0;border-top:1px solid rgba(255,215,0,.1);border-bottom:1px solid rgba(255,215,0,.1)}.ticker-track{display:flex;gap:5rem;animation:scrollLeft 30s linear infinite}.ticker-slide{white-space:nowrap;font-weight:700;font-size:1.5rem;padding:.75rem 1.25rem;border-radius:12px;text-transform:uppercase;letter-spacing:1px;border:1px solid rgba(255,215,0,.3);background:#0006;box-shadow:0 0 8px #ffd70080;color:gold;transition:transform .3s ease,box-shadow .3s ease}.ticker-slide:hover{transform:translateY(-3px);box-shadow:0 0 14px #ffd700cc}.ticker-slide:nth-child(3n){color:#00fff0;border-color:#00fff04d;box-shadow:0 0 8px #00fff080}.ticker-slide:nth-child(5n){color:#f0f;border-color:#ff00ff4d;box-shadow:0 0 8px #ff00ff80}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}@media (max-width: 1024px){.ticker-track{gap:3rem}.ticker-slide{font-size:1.3rem;padding:.6rem 1rem}}@media (max-width: 768px){.ticker-slide{font-size:1.1rem;gap:2rem;padding:.5rem .8rem}}.who-section{height:auto;padding:2rem 6%;display:flex;flex-direction:column;justify-content:center;gap:2rem;background:#000;color:gold;overflow:hidden;position:relative}.who-title{font-size:clamp(2rem,4vw,2rem);font-weight:900;text-align:center;letter-spacing:1.5px;text-transform:uppercase;color:gold;line-height:1.1;margin-top:4rem;margin-bottom:1rem}.who-title:after{content:"";display:block;width:80px;height:4px;margin:1rem auto 0;background:linear-gradient(90deg,transparent,#FFD700,transparent);opacity:.8}.features-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.feature-item{display:flex;flex-direction:column;align-items:center}.feature-card{width:100%;box-sizing:border-box;background:#0a0a0a;border-radius:14px;padding:1.6rem;border:1px solid rgba(255,215,0,.25);transition:transform .3s ease,border-color .3s ease}.feature-card:hover{transform:translateY(-4px);border-color:gold}.feature-icon{font-size:2rem;text-align:center;margin-bottom:1rem;color:gold}.feature-text{list-style:none;padding:0;margin:0;text-align:center;display:flex;flex-direction:column;gap:.65rem;text-transform:uppercase}.feature-text li{font-size:.9rem;line-height:1.5;color:gold;font-weight:600;letter-spacing:.4px}.feature-label{margin-top:.9rem;font-size:.85rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:gold;text-align:center}@media (max-width: 1024px){.features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.features-grid{grid-template-columns:1fr}}.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}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}
