.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s}.logo-img{height:50px;width:auto;transition:transform .3s ease;filter:brightness(0) invert(1)}.logo:hover .logo-img{transform:scale(1.05)}.logo-prefix{font-family:Space Grotesk,sans-serif;font-size:1.2rem;font-weight:400;color:var(--orange);opacity:.8;font-style:italic;transition:all .3s}.logo:hover .logo-prefix{opacity:1;transform:scale(1.1)}.logo-text{font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:600;color:var(--white);letter-spacing:-.5px;text-transform:lowercase;transition:all .3s}.logo:hover .logo-text{color:var(--orange)}.nav-links{display:flex;list-style:none;gap:2rem;align-items:center}.nav-links li{display:flex;align-items:center}.nav-links a{color:var(--text-gray);text-decoration:none;font-weight:500;transition:color .3s;position:relative;cursor:pointer;display:flex;align-items:center;height:100%}.nav-links a:hover{color:var(--orange)}.nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--orange);transition:width .3s}.nav-links a:hover:after{width:100%}.nav-contact{display:flex;align-items:center;gap:1rem}.nav-contact>a{display:flex;align-items:center;height:auto}.social-icons{display:flex;align-items:center;gap:.75rem;margin-left:.5rem}.social-icons a{color:var(--text-gray);transition:all .3s;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#ff6b351a}.social-icons a:hover{color:var(--orange);background:#ff6b3533;transform:translateY(-2px)}.social-icons svg{width:18px;height:18px}.cta-button{background:var(--orange);color:var(--white);border:none;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s;font-family:Inter,sans-serif}.cta-button:hover{background:var(--orange-dark);box-shadow:0 5px 20px #ff6b3566}.mobile-menu-button{display:none}.mobile-menu{width:100%}.mobile-menu ul li a:hover{color:var(--orange);transition:color .3s}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding:8rem 2rem 4rem;overflow:hidden}.hero-content{position:relative;z-index:3;max-width:1200px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text{position:relative;z-index:1}.hero-title{font-family:Space Grotesk,sans-serif;font-size:clamp(1.75rem,6vw,4.75rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:var(--white)}.gradient-text{background:linear-gradient(135deg,var(--orange) 0%,var(--orange-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;font-weight:700;color:var(--text-gray);margin-bottom:2rem;line-height:1.8;max-width:500px}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{background:var(--orange);color:var(--white);border:none;padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s;font-family:Inter,sans-serif}.btn-primary:hover{background:var(--orange-dark);box-shadow:0 10px 30px #ff6b3566}.btn-secondary{background:transparent;color:var(--orange);border:2px solid var(--orange);padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s;font-family:Inter,sans-serif}.btn-secondary:hover{background:var(--orange);color:var(--white)}.hero-visual{position:relative;height:500px;border-radius:20px;overflow:hidden}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-gray);font-size:.875rem;z-index:2}.scroll-line{width:2px;height:30px;background:linear-gradient(to bottom,var(--orange),transparent)}.section-label{text-align:center;color:var(--text-gray);font-size:.875rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:2rem}.section-title{font-family:Space Grotesk,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2;margin-bottom:2rem;color:var(--white)}.section-title.center{text-align:center}.orange-text{color:var(--orange)}.section-text{font-size:1.125rem;color:var(--text-gray);line-height:1.8;margin-bottom:2rem}.section-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.section-content.reverse{direction:rtl}.section-content.reverse>*{direction:ltr}.wave-decoration{width:100%;height:400px;position:relative;background:var(--gray-dark);border-radius:20px;overflow:hidden}.partners{padding:4rem 0;background:var(--gray-dark);border-top:1px solid rgba(255,107,53,.2);border-bottom:1px solid rgba(255,107,53,.2);overflow:hidden}.partners-slider{display:flex;gap:3rem;overflow-x:auto;scroll-behavior:auto;scroll-snap-type:none;scrollbar-width:none;-ms-overflow-style:none;padding:1rem 0;will-change:scroll-position}.partners-slider::-webkit-scrollbar{display:none}.partner-item{min-width:200px;height:100px;display:flex;align-items:center;justify-content:center;background:var(--gray-light);border-radius:10px;color:var(--text-gray);font-weight:500;flex-shrink:0;transition:all .3s ease;padding:.75rem;border:1px solid rgba(255,107,53,.1)}.partner-item:hover{transform:scale(1.05);border-color:#ff6b354d}.partner-item-monochrome{background:var(--gray-light)}.partner-item-monochrome:hover{background:var(--orange);color:var(--white);border-color:var(--orange)}.partner-item-colored{background:var(--gray-light)}.partner-item-colored:hover{background:var(--gray-light);border-color:var(--orange)}.partner-logo-wrapper-colored{background:var(--white);border-radius:6px;padding:.4rem .6rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 8px #0000001a;max-width:85%;max-height:75%;width:fit-content;height:fit-content}.partner-item-colored:hover .partner-logo-wrapper-colored{box-shadow:0 4px 12px #ff6b3533;transform:scale(1.02)}.partner-logo-colored{transition:opacity .3s ease}.partner-item-colored:hover .partner-logo-colored{opacity:.95}.partner-logo-ikea{maxWidth:95%!important;maxHeight:85%!important;transform:scale(1.15)}.problem-section,.solution-section{padding:8rem 0;position:relative}.events-section{padding:8rem 0;background:var(--gray-dark);overflow:hidden}.events-carousel-wrapper{margin-top:3rem;overflow:hidden;padding:.5rem 0}.events-carousel{display:flex;gap:2rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:1rem;-webkit-overflow-scrolling:touch}.events-carousel::-webkit-scrollbar{height:8px}.events-carousel::-webkit-scrollbar-track{background:var(--gray-light);border-radius:4px}.events-carousel::-webkit-scrollbar-thumb{background:var(--orange);border-radius:4px}.events-carousel .event-card{flex:0 0 min(340px,85vw);scroll-snap-align:start}.events-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.event-card{background:var(--gray-light);border-radius:20px;overflow:hidden;transition:all .3s;border:1px solid rgba(255,107,53,.2);position:relative;z-index:2;display:flex;flex-direction:column;height:100%}.event-card:hover{transform:translateY(-10px);border-color:var(--orange);box-shadow:0 20px 40px #ff6b3533}.event-image{width:100%;height:250px;background:linear-gradient(135deg,var(--orange) 0%,var(--orange-dark) 100%);position:relative;display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:600}.event-badge{position:absolute;top:1rem;right:1rem;background:var(--orange);color:var(--white);padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600}.event-badge.past{background:var(--gray-light);color:var(--text-gray)}.event-content{padding:2rem;display:flex;flex-direction:column;flex-grow:1;min-width:0}.event-title-row{min-width:0}.event-content h3{font-family:Space Grotesk,sans-serif;font-size:1.5rem;margin-bottom:.5rem;color:var(--white);min-width:0;overflow-wrap:break-word;word-wrap:break-word}.event-content p{color:var(--text-gray);margin-bottom:1rem;flex-grow:1}.event-edition{display:inline-block;color:var(--orange);font-weight:600;font-size:.875rem;margin-bottom:.5rem;padding:.25rem .75rem;background:#ff6b351a;border-radius:20px;flex-shrink:0}.event-date{color:var(--orange);font-weight:600;font-size:.875rem;flex-shrink:0}.stats-section{padding:8rem 0;background:var(--black);overflow:hidden}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-top:3rem}.stat-item{text-align:center;padding:2rem;background:var(--gray-dark);border-radius:20px;border:1px solid rgba(255,107,53,.2);position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:200px}.stat-number{font-family:Space Grotesk,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:var(--orange);margin-bottom:1rem;line-height:1}.stat-label{font-size:1.125rem;font-weight:600;color:var(--white);margin-bottom:.75rem}.stat-description{color:var(--text-gray);font-size:.875rem;margin-top:auto}.stats-message{text-align:center;margin-top:3rem;font-size:1.25rem;color:var(--text-gray);font-style:italic}.media-section{padding:4rem 0;background:var(--gray-dark);overflow:hidden;position:relative}.media-slider{display:flex;gap:2rem;overflow-x:auto;overflow-y:hidden;scroll-behavior:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;touch-action:pan-x;will-change:scroll-position}.media-slider::-webkit-scrollbar{display:none}.media-item{min-width:300px;height:400px;background:var(--gray-light);border-radius:20px;display:flex;align-items:center;justify-content:center;color:var(--text-gray);font-weight:500;flex-shrink:0;border:1px solid rgba(255,107,53,.2);position:relative;z-index:2;overflow:hidden;scroll-snap-align:start;scroll-snap-stop:always;touch-action:pan-x}.media-item img{touch-action:pan-x;pointer-events:none}.testimonials-section{padding:8rem 0;background:var(--black);overflow:hidden}.testimonials-slider{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.testimonial-card{background:var(--gray-dark);padding:2.5rem;border-radius:20px;border:1px solid rgba(255,107,53,.2);position:relative;transition:all .3s;z-index:2}.testimonial-card:hover{border-color:var(--orange);transform:translateY(-5px);box-shadow:0 10px 30px #ff6b3533}.quote-mark{font-family:Space Grotesk,sans-serif;font-size:5rem;color:var(--orange);line-height:1;opacity:.3;position:absolute;top:1rem;left:1.5rem}.testimonial-text{font-size:1.125rem;color:var(--text-gray);line-height:1.8;margin-bottom:2rem;margin-top:2rem}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;border-radius:50%;background:var(--orange)}.author-name{font-weight:600;color:var(--white);margin-bottom:.25rem}.author-role{font-size:.875rem;color:var(--text-gray)}.faq-section{padding:8rem 0;background:var(--gray-dark);overflow:hidden}.faq-list{max-width:800px;margin:3rem auto 0}.faq-item{background:var(--gray-light);border-radius:10px;margin-bottom:1rem;overflow:hidden;border:1px solid rgba(255,107,53,.2);transition:all .3s;position:relative;z-index:2}.faq-item:hover,.faq-item.active{border-color:var(--orange)}.faq-question{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:600;color:var(--white);transition:color .3s}.faq-question:hover{color:var(--orange)}.faq-toggle{font-size:1.5rem;color:var(--orange);transition:transform .3s}.faq-item.active .faq-toggle{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.faq-item.active .faq-answer{max-height:500px}.faq-answer p{padding:0 1.5rem 1.5rem;color:var(--text-gray);line-height:1.8}.contact-form-section{padding:8rem 0;background:var(--gray-dark);position:relative;overflow:hidden}.contact-form{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.contact-form .form-input{width:100%;padding:1rem 1.5rem;border:2px solid rgba(255,107,53,.2);border-radius:15px;background:var(--gray-light);color:var(--white);font-size:1rem;font-family:Inter,sans-serif;transition:all .3s}.contact-form .form-input::placeholder{color:var(--text-gray)}.contact-form .form-input:focus{outline:none;border-color:var(--orange);background:var(--gray-light);box-shadow:0 0 0 3px #ff6b351a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-textarea{padding:1.5rem;border:2px solid rgba(255,107,53,.2);border-radius:15px;background:var(--gray-light);color:var(--white);font-size:1rem;font-family:Inter,sans-serif;transition:all .3s;resize:vertical;min-height:150px}.form-textarea::placeholder{color:var(--text-gray)}.form-textarea:focus{outline:none;border-color:var(--orange);background:var(--gray-light);box-shadow:0 0 0 3px #ff6b351a}@media (max-width: 768px){.form-row{grid-template-columns:1fr}}.newsletter-section{padding:8rem 0;background:var(--orange);position:relative;overflow:hidden}.newsletter-content{position:relative;z-index:1;max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.newsletter-title{font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--white);margin-bottom:1rem}.newsletter-description{font-size:1.125rem;color:#ffffffe6;line-height:1.8}.newsletter-form{display:flex;flex-direction:column;gap:1rem}.form-input{padding:1rem 1.5rem;border:2px solid rgba(255,255,255,.3);border-radius:50px;background:#ffffff1a;color:var(--white);font-size:1rem;font-family:Inter,sans-serif;transition:all .3s}.form-input::placeholder{color:#ffffffb3}.form-input:focus{outline:none;border-color:var(--white);background:#fff3}.btn-submit{background:var(--black);color:var(--white);border:none;padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s;font-family:Inter,sans-serif}.btn-submit:hover{background:var(--gray-dark);transform:translateY(-2px);box-shadow:0 5px 20px #0000004d}.form-disclaimer{font-size:.875rem;color:#fffc;text-align:center}.form-disclaimer a{color:var(--white);text-decoration:underline}.footer{padding:4rem 0 2rem;background:var(--black);border-top:1px solid rgba(255,107,53,.2)}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:3rem}.footer-brand{max-width:300px}.footer-tagline{color:var(--text-gray);margin-top:.5rem;font-style:italic}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column h4{color:var(--white);font-weight:600;margin-bottom:1rem;font-family:Space Grotesk,sans-serif}.footer-column ul{list-style:none}.footer-column ul li{margin-bottom:.75rem}.footer-column ul li a{color:var(--text-gray);text-decoration:none;transition:color .3s}.footer-column ul li a:hover{color:var(--orange)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,107,53,.2);color:var(--text-gray);font-size:.875rem}@media (max-width: 1200px){.container{padding:0 1.5rem}.hero-content{gap:3rem}}@media (max-width: 968px){.nav-container{padding:0 1.5rem}.hero-content{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-description{max-width:100%;margin:0 auto 2rem}.hero-visual{height:300px;margin-top:2rem}.section-content{grid-template-columns:1fr;gap:3rem}.section-content.reverse{direction:ltr}.wave-decoration{height:300px}.newsletter-content,.footer-content{grid-template-columns:1fr;gap:2rem}.footer-links{grid-template-columns:1fr;gap:1.5rem}.nav-links{display:none}.nav-contact{flex-direction:column;gap:.5rem}.social-icons{margin-left:0}.mobile-menu-button{display:block!important}.partners-slider{gap:2rem}.partner-item{min-width:150px;height:80px}.events-grid{grid-template-columns:1fr}.events-carousel .event-card{flex:0 0 min(300px,88vw)}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.testimonials-slider{grid-template-columns:1fr}.media-item{min-width:250px;height:350px}}@media (max-width: 640px){.container,.nav-container{padding:0 1rem}.hero{padding:5rem 1rem 3rem;min-height:90vh}.hero-title{font-size:clamp(2rem,10vw,3.5rem)}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column;gap:.75rem}.btn-primary,.btn-secondary{width:100%;padding:.875rem 1.5rem}.hero-visual{height:250px}.stats-grid{grid-template-columns:1fr;gap:1.5rem}.stat-item{padding:1.5rem;min-height:180px}.stat-number{font-size:clamp(2rem,8vw,3rem);margin-bottom:.75rem}.stat-label{font-size:1rem;margin-bottom:.5rem}.stat-description{font-size:.8125rem}.testimonials-slider{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:2rem}.event-card{margin-bottom:1rem}.event-content{padding:1.5rem}.section-title{font-size:clamp(2rem,8vw,3rem)}.section-text{font-size:1rem}.problem-section,.solution-section,.events-section,.stats-section,.testimonials-section,.faq-section{padding:4rem 0}.partners,.media-section{padding:3rem 0}.newsletter-section{padding:4rem 0}.newsletter-title{font-size:clamp(1.5rem,6vw,2.5rem)}.newsletter-description{font-size:1rem}.form-input{padding:.875rem 1.25rem;font-size:.9375rem}.faq-item{margin-bottom:.75rem}.faq-question{padding:1.25rem;font-size:.9375rem}.footer{padding:3rem 0 1.5rem}.footer-content{gap:2rem}.media-item{min-width:200px;height:300px}}@media (max-width: 480px){.hero{min-height:85vh}.hero-title{font-size:clamp(1.75rem,12vw,2.5rem);margin-bottom:1rem}.hero-description{font-size:.9375rem;margin-bottom:1.5rem}.section-title{font-size:clamp(1.75rem,10vw,2.5rem);margin-bottom:1.5rem}.partner-item{min-width:120px;height:70px;font-size:.875rem}.stat-number{font-size:clamp(1.75rem,10vw,2.5rem)}.stat-label{font-size:1rem}.stat-description{font-size:.8125rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--black: #000000;--orange: #FF6B35;--orange-dark: #E55A2B;--orange-light: #FF8C5A;--white: #FFFFFF;--gray-dark: #1A1A1A;--gray-light: #2A2A2A;--text-gray: #CCCCCC}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--black);color:var(--white);line-height:1.6;overflow-x:hidden}#root{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 640px){.container{padding:0 1rem}}
