.card-nav-container{position:absolute;top:2em;left:50%;transform:translate(-50%);width:90%;max-width:800px;z-index:99;box-sizing:border-box}.card-nav{display:block;height:60px;padding:0;background-color:#fff;border:1px solid rgb(0,0,0);box-shadow:6px 6px #000;position:relative;overflow:hidden;will-change:height}.card-nav-top{position:absolute;top:0;left:0;right:0;height:60px;display:flex;align-items:center;justify-content:space-between;padding:.5rem .45rem .55rem 1.1rem;z-index:2}.hamburger-menu{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;gap:6px}.hamburger-menu:hover .hamburger-line{opacity:.75}.hamburger-line{width:30px;height:2px;background-color:currentColor;transition:transform .25s ease,opacity .2s ease,margin .3s ease;transform-origin:50% 50%}.hamburger-menu.open .hamburger-line:first-child{transform:translateY(4px) rotate(45deg)}.hamburger-menu.open .hamburger-line:last-child{transform:translateY(-4px) rotate(-45deg)}.logo-container{display:flex;align-items:center;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.logo{height:28px}.card-nav-cta-button{background-color:#000;color:#fff;border:none;padding:0 1rem;height:100%;font-weight:500;cursor:pointer;transition:background-color .3s ease}.card-nav-cta-button:hover{background-color:#333}.card-nav-content{position:absolute;left:0;right:0;top:60px;bottom:0;padding:.5rem;display:flex;align-items:flex-end;gap:12px;visibility:hidden;pointer-events:none;z-index:1}.card-nav.open .card-nav-content{visibility:visible;pointer-events:auto}.nav-card{height:100%;flex:1 1 0;min-width:0;border-radius:.55rem;position:relative;display:flex;flex-direction:column;padding:12px 16px;gap:8px;-webkit-user-select:none;user-select:none}.nav-card-label{font-weight:400;font-size:22px;letter-spacing:-.5px}.nav-card-links{margin-top:auto;display:flex;flex-direction:column;gap:2px}.nav-card-link{font-size:16px;cursor:pointer;text-decoration:none;transition:opacity .3s ease;display:inline-flex;align-items:center;gap:6px}.nav-card-link:hover{opacity:.75}@media (max-width: 768px){.card-nav-container{width:90%;top:1.2em}.card-nav-top{padding:.5rem 1rem;justify-content:space-between}.hamburger-menu{order:2}.logo-container{position:static;transform:none;order:1}.card-nav-cta-button{display:none}.card-nav-content{flex-direction:column;align-items:stretch;gap:8px;padding:.5rem;bottom:0;justify-content:flex-start}.nav-card{height:auto;min-height:60px;flex:1 1 auto;max-height:none}.nav-card-label{font-size:18px}.nav-card-link{font-size:15px}}.section{position:relative;overflow:hidden}.section.white{background:#fff;color:var(--foreground)}.section.beige{background:var(--gradient-hero)}.section.red{background:var(--hacked-red);color:#fff}.section.black{background:var(--hacked-black);color:#fff}.text-white{color:#fff}.text-black{color:var(--foreground)}.beige-overlay{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.container{position:relative;z-index:1}.dot-grid{display:flex;align-items:center;justify-content:center;height:100%;width:100%;position:relative}.dot-grid__wrap{width:100%;height:100%;position:relative}.dot-grid__canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.text-type{display:inline-block;white-space:pre-wrap}.text-type__cursor{margin-left:.25rem;display:inline-block;opacity:1}.text-type__cursor--hidden{display:none}.hero-section{position:relative;text-align:center;padding:12rem 0rem 02rem;width:100%;background-color:#f5f5da}.floating-shapes{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden;pointer-events:none}.hero-content{position:relative;z-index:1}.hero-title{font-size:clamp(2.5rem,8vw,4.5rem);font-weight:900;margin-bottom:1.5rem;justify-content:center;align-items:center;-webkit-background-clip:text;background-clip:text}.hero-title .highlight{color:red}.hero-subtitle{font-size:1.25rem;margin-bottom:3rem;max-width:48rem;margin:0 auto 3rem;color:var(--muted-foreground);animation-delay:.2s}.features-grid{display:flex;justify-content:center;align-items:center;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:7rem;margin-bottom:3rem;animation-delay:.4s;flex-wrap:wrap}.feature-card{display:flex;flex-direction:column;align-content:space-between;justify-content:space-between;align-items:center;text-align:center;width:400px;height:200px;padding:2rem;box-shadow:7px 7px #000;background:#ffffff15;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgb(0,0,0)}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.feature-card p{color:var(--muted-foreground)}.feature-icon{color:var(--electric-blue);margin:0 auto 1rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation-delay:.6s}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;text-decoration:none;background:#000;color:#fff;border:1px solid rgb(255,255,255);box-shadow:7px 7px red;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-primary:hover{transform:translateY(2px) scale(1.02);box-shadow:2.5px 2.5px red}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:500;text-decoration:none;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgb(0,0,0);box-shadow:8px 8px #000;color:#000;transition:all .3s ease}.btn-secondary:hover{background:#fff3;transform:translateY(2px) scale(1.02);box-shadow:2.5px 2.5px #000}@media (min-width: 360px) and (max-width: 480px){.hero-section{padding:6rem 1rem 1rem;height:auto}.hero-title{font-size:2.2rem;padding:6rem 0rem 0rem}.hero-subtitle{font-size:1rem;padding:0 1rem}.feature-card{width:100%;height:auto;padding:1.5rem}}@media (min-width: 481px) and (max-width: 767px){.hero-section{padding:8rem 1rem 1rem;height:auto}.hero-title{font-size:2.5rem}.feature-card{width:90%;height:auto}}@media (min-width: 768px) and (max-width: 991px){.hero-section{padding:10rem 2rem 1rem;height:auto}.hero-title{font-size:3rem}.feature-card{width:80%}}@media (min-width: 992px) and (max-width: 1199px){.hero-title{font-size:3.5rem}.feature-card{width:320px}}@media (min-width: 1200px) and (max-width: 1919px){.hero-title{font-size:4rem}.feature-card{width:360px}}@media (min-width: 1920px){.hero-section{padding:14rem 0}.hero-title{font-size:5rem}.feature-card{width:420px;height:220px}}.focus-container{position:relative;display:flex;gap:1em;justify-content:center;align-items:center;flex-wrap:wrap}.focus-word{position:relative;font-size:3rem;font-weight:900;cursor:pointer;transition:filter .3s ease,color .3s ease}.focus-word.active{filter:blur(0)}.focus-frame{position:absolute;top:0;left:0;pointer-events:none;box-sizing:content-box;border:none}.corner{position:absolute;width:1rem;height:1rem;border:3px solid var(--border-color, #fff);filter:drop-shadow(0px 0px 4px var(--border-color, #fff));border-radius:3px;transition:none}.top-left{top:-10px;left:-10px;border-right:none;border-bottom:none}.top-right{top:-10px;right:-10px;border-left:none;border-bottom:none}.bottom-left{bottom:-10px;left:-10px;border-right:none;border-top:none}.bottom-right{bottom:-10px;right:-10px;border-left:none;border-top:none}.about-section{text-align:center;padding:2rem}.about-title{font-size:clamp(2rem,6vw,3rem);font-weight:700;margin-top:3rem;margin-bottom:1.5rem;color:#000}.about-description{font-size:1.25rem;margin:0 auto 4rem;max-width:48rem;color:var(--muted-foreground)}.mission-card{background:var(--card);padding:3rem;border-radius:1.5rem;margin-bottom:2rem;box-shadow:var(--shadow-elegant);border:1px solid var(--border)}.mission-title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text}.mission-text{font-size:1.125rem;line-height:1.7;color:#000}.values-grid{display:flex;justify-content:center;align-items:center;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:6rem;gap:2rem;flex-wrap:wrap}.value-card{background:#f7f7f73c;width:300px;padding:2rem 1rem;box-shadow:12px 12px #000;translate:-6px -6px;text-align:center;border:3px solid #000000;transition:all .3s ease}.value-card:hover{translate:6px}.value-icon{color:#000;margin-bottom:1rem;display:flex;justify-content:center}.value-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--foreground)}.value-description{color:var(--muted-foreground);line-height:1.6}.stats-section{margin:3rem;padding:3rem;background:#000;box-shadow:12px 12px red;border:4px solid rgb(255,255,255)}.stats-title{font-size:2.35rem;font-weight:700;margin-bottom:2rem;color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2.5rem}.stat-card{text-align:center}.stat-number{font-size:2.5rem;font-weight:900;color:#fff;margin-bottom:.5rem}.stat-label{color:#fff;font-weight:500}@media (min-width: 360px) and (max-width: 480px){.about-title{font-size:1.75rem}.about-description{font-size:1rem;padding:0 1rem}.mission-card{padding:1.5rem}.mission-title{font-size:1.5rem}.mission-text{font-size:1rem}.value-card{width:100%}.stats-section{margin:1rem;padding:1.5rem}.stats-title{font-size:1.75rem}.stat-number{font-size:2rem}}@media (min-width: 481px) and (max-width: 767px){.about-title{font-size:2rem}.about-description{font-size:1.1rem;padding:0 1.5rem}.mission-card{padding:2rem}.value-card{width:90%}.stats-title{font-size:2rem}.stat-number{font-size:2.25rem}}@media (min-width: 768px) and (max-width: 991px){.about-title{font-size:2.25rem}.mission-title{font-size:1.75rem}.value-card{width:260px}.stats-title{font-size:2.25rem}}@media (min-width: 992px) and (max-width: 1199px){.about-title{font-size:2.5rem}.mission-title{font-size:1.85rem}.value-card{width:280px}.stats-title{font-size:2.5rem}}@media (min-width: 1200px) and (max-width: 1919px){.about-title{font-size:2.75rem}.mission-title{font-size:2rem}.value-card{width:300px}.stats-title{font-size:2.75rem}}@media (min-width: 1920px){.about-section{padding:4rem}.about-title{font-size:3.25rem}.about-description{font-size:1.35rem}.mission-card{padding:4rem}.mission-title{font-size:2.25rem}.value-card{width:340px}.stats-title,.stat-number{font-size:3rem}}.events-section{padding:2rem;text-align:center;background-color:red}.events-title{font-size:clamp(2.4rem,6vw,3rem);font-weight:700;margin-top:4rem;margin-bottom:1.5rem;color:#fff}.events-subtitle{font-size:1.25rem;margin:0 auto 4rem;max-width:48rem;color:#fffc}.events-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.event-card{display:flex;flex-direction:column;align-content:space-between;justify-content:space-between;background:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgb(0,0,0);box-shadow:9px 9px #000;padding:2rem;text-align:left;transition:all .3s ease}.event-badge{display:inline-block;background:#c8c8c8;color:#000;padding:.25rem .75rem;border-radius:1rem;border:1px solid black;box-shadow:3px 3px #000;font-size:.875rem;font-weight:500;margin-bottom:1rem}.event-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#000}.event-description{margin-bottom:1.5rem;color:#000c;line-height:1.6}.event-details{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.event-detail{display:flex;align-items:center;gap:.5rem;color:#000000e6;font-size:.875rem}.register-btn{width:100%;background:#000;border:1px solid rgba(255,255,255,.995);color:#fff;padding:.75rem 1rem;box-shadow:7px 7px red;font-weight:600;cursor:pointer;transition:all .3s ease}.register-btn:hover{background:#000;transform:translateY(2px) scale(1.02);box-shadow:2.5px 2.5px red}.cta-section{background:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgb(0,0,0);box-shadow:12px 12px #000;padding:3rem;text-align:center}.cta-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem;color:#000}.cta-text{margin-bottom:2rem;color:#000c;font-size:1.125rem}.host-event-btn{background:#000;border:1px solid rgb(255,255,255);box-shadow:5px 5px red;color:#fff;padding:1rem 2rem;font-weight:600;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.host-event-btn:hover{background:#000;transform:translateY(2px) scale(1.02);box-shadow:2.5px 2.5px red}@media (min-width: 360px) and (max-width: 480px){.events-title{font-size:1.75rem}.events-subtitle{font-size:1rem;padding:0 1rem}.events-grid{grid-template-columns:1fr}.event-card{padding:1.5rem}.event-title{font-size:1.25rem}.cta-title{font-size:1.5rem}.cta-text{font-size:1rem}.host-event-btn{width:100%;font-size:1rem}}@media (min-width: 481px) and (max-width: 767px){.events-title{font-size:2rem}.events-subtitle{font-size:1.1rem;padding:0 1.5rem}.events-grid{grid-template-columns:1fr}.event-card{padding:1.75rem}.event-title{font-size:1.35rem}.cta-title{font-size:1.65rem}.cta-text{font-size:1.05rem}}@media (min-width: 768px) and (max-width: 991px){.events-title{font-size:2.25rem}.events-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.event-title{font-size:1.4rem}.cta-title{font-size:1.75rem}}@media (min-width: 992px) and (max-width: 1199px){.events-title{font-size:2.5rem}.events-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.cta-title{font-size:1.85rem}}@media (min-width: 1200px) and (max-width: 1919px){.events-title{font-size:2.75rem}.events-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}.cta-title{font-size:2rem}}@media (min-width: 1920px){.events-section{padding:4rem}.events-title{font-size:3.25rem}.events-subtitle{font-size:1.35rem}.event-card{padding:2.5rem}.event-title{font-size:1.65rem}.cta-title{font-size:2.25rem}.cta-text{font-size:1.25rem}.host-event-btn{font-size:1.25rem;padding:1.25rem 2.5rem}}.blog-section{text-align:center;padding:2rem}.blog-title{font-size:clamp(2rem,6vw,3rem);font-weight:700;margin-top:2.5rem;margin-bottom:1.5rem;color:#000}.blog-subtitle{font-size:1.25rem;margin-bottom:4rem;max-width:48rem;margin:0 auto 4rem;color:#000}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.blog-card{display:flex;flex-direction:column;align-content:space-between;justify-content:space-around;background:var(--card);box-shadow:9px 9px #000;overflow:hidden;border:3px solid black;text-align:left;transition:all .3s ease}.blog-card:hover{translate:1.5px 1.5px;box-shadow:1.5px 1.5px #000}.blog-image{height:200px;background:linear-gradient(135deg,#2563eb1a,#3b82f61a);display:flex;align-items:center;justify-content:center;color:var(--electric-blue);font-size:3rem}.blog-content{padding:1.5rem}.category-badge{display:inline-block;background:#2563eb1a;color:var(--electric-blue);padding:.25rem .75rem;border-radius:1rem;font-size:.875rem;font-weight:500;margin-bottom:1rem}.blog-post-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--foreground);line-height:1.4}.blog-excerpt{margin-bottom:1.5rem;color:var(--muted-foreground);line-height:1.6}.blog-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;font-size:.875rem;color:var(--muted-foreground)}.meta-item{display:flex;align-items:center;gap:.25rem}.read-more-link{display:inline-flex;justify-content:center;background-color:#fff;width:8rem;height:3rem;box-shadow:5px 5px #000;border:3px solid #000000;align-items:center;gap:.5rem;color:#000;text-decoration:none;font-weight:600;transition:all .3s ease}.read-more-link:hover{gap:.75rem;translate:1.5px 1.5px;box-shadow:1.5px 1.5px #000}.view-all-btn{background-color:#fff;color:#000;border:1px solid black;padding:1rem 2rem;box-shadow:7px 7px #000;font-weight:600;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.view-all-btn:hover{transform:translateY(2px) scale(1.02);box-shadow:2.5px 2.5px #000}.newsletter-section{margin-top:4rem;padding:3rem;background:#ffffffd5;box-shadow:9px 9px #000;border:1px solid rgba(0,0,0,.572)}.newsletter-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem;color:#000}.newsletter-subtitle{margin-bottom:2rem;color:#000;font-size:1.125rem}.newsletter-form{display:flex;gap:1rem;max-width:400px;margin:0 auto;flex-wrap:wrap}.form-input{flex:1;min-width:250px;padding:.75rem 1rem;box-shadow:4px 4px #000;border:3px solid #000000}.form-input:focus{border-color:#000;box-shadow:0 0 0 1px #000;transform:translateY(-2px) scale(1.02);outline:none}.subscribe-btn{background-color:#000;color:#fff;border:.5px solid white;box-shadow:7px 7px red;padding:.75rem 1.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.subscribe-btn:hover{transform:translateY(2px) scale(1.02);box-shadow:2.5px 2.5px red}@media (min-width: 360px) and (max-width: 480px){.blog-section{padding:1rem}.blog-title{font-size:1.75rem}.blog-subtitle{font-size:1rem;margin-bottom:2rem}.blog-grid{grid-template-columns:1fr;gap:1.25rem}.blog-image{height:150px;font-size:2rem}.newsletter-section{padding:1.5rem}.newsletter-title{font-size:1.5rem}.newsletter-subtitle{font-size:1rem}.newsletter-form{flex-direction:column;align-items:center}}@media (min-width: 481px) and (max-width: 767px){.blog-section{padding:1.5rem}.blog-title{font-size:2rem}.blog-subtitle{font-size:1.125rem}.blog-grid{grid-template-columns:1fr}.blog-image{height:180px}.newsletter-form{flex-direction:column;align-items:center}}@media (min-width: 768px) and (max-width: 991px){.blog-section{padding:2rem}.blog-title{font-size:2.25rem}.blog-subtitle{font-size:1.125rem}.blog-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.blog-image{height:200px}}@media (min-width: 992px) and (max-width: 1199px){.blog-title{font-size:2.5rem}.blog-subtitle{font-size:1.25rem}.blog-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}@media (min-width: 1200px) and (max-width: 1919px){.blog-title{font-size:2.75rem}.blog-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.newsletter-form{max-width:500px}}@media (min-width: 1920px){.blog-title{font-size:3rem}.blog-subtitle{font-size:1.375rem;max-width:52rem}.blog-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2.5rem}.blog-image{height:240px;font-size:3.5rem}.newsletter-section{padding:4rem;max-width:1000px;margin:4rem auto 0}.newsletter-title{font-size:2rem}}.contact-form-container{max-width:600px;margin:0 auto}.form-grid{display:grid;gap:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#000;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:.5rem}.form-input,.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:3px solid rgb(0,0,0);box-shadow:7px 7px #000;background:#fff;color:#000;font-size:1rem;transition:all .3s ease;font-family:inherit}.form-group textarea{resize:vertical;min-height:120px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#000;box-shadow:0 0 0 1px #000;transform:translateY(-2px) scale(1.02);outline:none}.submit-btn{width:100%;background:red;color:#fff;border:5px solid rgb(0,0,0);padding:1rem 2rem;box-shadow:8px 8px #000;font-weight:600;font-size:1.125rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;gap:.5rem}.submit-btn:hover:not(:disabled){transform:translateY(2px) scale(1.02);box-shadow:2.5px 2.5px #000}.submit-btn.submitting{background:red;cursor:not-allowed;opacity:.7}.spinner{width:16px;height:16px;border:2px solid rgb(255,255,255);border-top:2px solid #000000;border-radius:50%;animation:spin 1s linear infinite}.success-message{max-width:500px;margin:0 auto;text-align:center;padding:3rem;background:#fff;border:3px solid rgb(0,0,0);box-shadow:7px 7px #000;margin-bottom:2rem;color:#000}.success-message .success-icon{font-size:3rem;margin-bottom:1rem}.success-message h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.success-message p{color:#000}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (min-width: 360px) and (max-width: 480px){.contact-form-container{max-width:90%;padding:0 1rem}.form-input,.form-group input,.form-group select,.form-group textarea{font-size:.9rem;padding:.6rem .8rem}.submit-btn{font-size:1rem;padding:.8rem 1rem}}@media (min-width: 481px) and (max-width: 767px){.contact-form-container{max-width:95%;padding:0 1.2rem}.form-input,.form-group input,.form-group select,.form-group textarea{font-size:.95rem}.submit-btn{font-size:1.05rem}}@media (min-width: 768px) and (max-width: 991px){.contact-form-container{max-width:85%}.form-input,.form-group input,.form-group select,.form-group textarea{font-size:1rem}.submit-btn{font-size:1.1rem}}@media (min-width: 992px) and (max-width: 1199px){.contact-form-container{max-width:80%}}@media (min-width: 1200px) and (max-width: 1919px){.contact-form-container{max-width:700px}}@media (min-width: 1920px){.contact-form-container{max-width:800px}.form-input,.form-group input,.form-group select,.form-group textarea{font-size:1.1rem;padding:1rem 1.2rem}.submit-btn{font-size:1.2rem;padding:1.2rem 2.5rem}}.footer{background:#000;color:#fff;padding:4rem 1rem 2rem;position:relative;overflow:hidden}.footer-background{position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 80%,rgba(0,0,0,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(20,20,20,.1) 0%,transparent 50%);pointer-events:none}.footer-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-brand{font-size:4rem;font-weight:700;margin-bottom:1rem}.footer-brand-highlight{color:red}.footer-description{margin-bottom:1.5rem;color:#cacacacc;line-height:1.6}.footer-contact{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem}.footer-contact div{display:flex;align-items:center;gap:.5rem;color:#cecececc}.footer-heading{font-size:1.125rem;font-weight:700;margin-bottom:1rem;color:silver}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem;padding:0}.footer-link{color:#d1d1d1cc;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#d1d1d1}.footer-socials{display:flex;gap:1rem;flex-wrap:wrap}.footer-social{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#5555555e;border:1px solid white;box-shadow:3px 3px #fff;color:#ffffffd9;text-decoration:none;transition:all .3s ease}.footer-social:hover{background:red;color:#fff;transform:translateY(2px);box-shadow:1.5px 1.5px #fff}.footer-newsletter{margin-top:1.5rem}.footer-newsletter p{font-size:.875rem;margin-bottom:1rem;color:#fffc}.footer-newsletter-form{display:flex;gap:.5rem}.footer-newsletter-form input{flex:1;padding:.5rem .75rem;border:1px solid rgb(255,255,255);box-shadow:3px 3px #fff;background:#000;color:#fff;font-size:.875rem}.footer-newsletter-form input:focus{border-color:#fff;box-shadow:0 0 0 1px #000;transform:translateY(2px) scale(1.02);outline:none}.footer-newsletter-form button{background:red;border:1px solid white;color:#fff;padding:.5rem 1rem;box-shadow:3px 3px #fff;font-weight:600;cursor:pointer;font-size:.875rem;transition:all .3s ease}.footer-newsletter-form button:hover{background:red;transform:translateY(2px) scale(1.02);box-shadow:1.5px 1.5px #fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#fff9;font-size:.875rem}.footer-bottom-links{display:flex;gap:1.5rem;font-size:.875rem}.footer-bottom-links a{color:#fff9;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:var(--electric-blue)}.notfound{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--gradient-hero);padding:2rem}.notfound-card{text-align:center;max-width:500px;background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:1.5rem;padding:3rem;box-shadow:var(--shadow-elegant)}.notfound-404{font-size:6rem;font-weight:900;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.notfound-title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--foreground)}.notfound-text{font-size:1.125rem;color:var(--muted-foreground);margin-bottom:2rem;line-height:1.6}.notfound-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-home{display:inline-flex;align-items:center;gap:.5rem;background:var(--gradient-primary);color:#fff;padding:.75rem 1.5rem;border-radius:.75rem;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:var(--shadow-button)}.btn-home:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 12px 40px #2563eb66}.btn-back{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:var(--foreground);padding:.75rem 1.5rem;border-radius:.75rem;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-back:hover{background:#fff3}.notfound-quote{margin-top:2rem;padding:1.5rem;background:#2563eb0d;border-radius:1rem;border:1px solid rgba(37,99,235,.1)}.notfound-quote p{font-size:.875rem;color:var(--muted-foreground);font-style:italic}.quote-highlight{color:var(--electric-blue);font-weight:500}.guideline-wrapper{height:auto}.guideline-body{display:flex;margin-top:13rem;justify-content:center}.guildeline-points{padding-top:1rem;padding-right:2rem;padding-left:6rem;font-size:2.3rem}.content-wrapper{height:auto;width:88%;padding-bottom:3rem;margin-bottom:8rem;background-color:#fff;border:3px solid #000000;box-shadow:12px 12px #000}.guideline-heading{padding:3rem 3rem 2rem;font-size:5rem;text-decoration:underline}.guildeline-points li{padding:1rem}.CodeOfConduct-body,.PrivacyPolicy-body,.TermsOfService-body{height:110vh}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background-color:#f5f5da}a{text-decoration:none;color:inherit}button{cursor:pointer}html{scroll-behavior:smooth}
