@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";@import "https://fonts.googleapis.com/css2?family=Caveat:wght@600&display=swap";:root{--bg-dark:#000;--bg-card:#111;--bg-light:#fff;--text-main:#fff;--text-muted:#888;--primary-yellow:#c3ff36;--primary-yellow-hover:#aee62e;--border-color:#222;--border-light:#333;--font-family:"DM Sans", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-dark);color:var(--text-main);-webkit-font-smoothing:antialiased;line-height:1.5}a{color:inherit;text-decoration:none}button{font-family:var(--font-family);cursor:pointer;background:0 0;border:none}.btn-primary{background-color:var(--primary-yellow);color:#000;border-radius:4px;padding:12px 24px;font-size:1rem;font-weight:600;transition:background-color .2s}.btn-primary:hover{background-color:var(--primary-yellow-hover)}.btn-secondary{background-color:var(--bg-light);color:#000;border-radius:4px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:background-color .2s}.btn-secondary:hover{background-color:#e0e0e0}.container{max-width:1200px;margin:0 auto;padding:0 24px}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.flex-col{flex-direction:column}.text-center{text-align:center}.w-full{width:100%}.navbar{z-index:100;border-bottom:1px solid #ffffff0d;width:100%;padding:20px 0;position:absolute;top:0;left:0}.navbar-logo a{letter-spacing:-.5px;font-size:1.5rem;font-weight:600}.navbar-links{gap:24px}.nav-link{color:#ccc;font-size:.9rem;font-weight:400;transition:color .2s}.nav-link:hover{color:#fff}.ml-4{margin-left:16px}.mobile-toggle{cursor:pointer;display:none}.mobile-menu{display:none}@media (width<=768px){.navbar-links{display:none}.mobile-toggle{display:block}.mobile-menu{background:#000;border-bottom:1px solid #ffffff1a;flex-direction:column;padding:20px;display:flex;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 30px #00000080}.mobile-link{color:#fff;border-bottom:1px solid #ffffff0d;padding:16px 0;font-size:1.1rem;font-weight:500}.mobile-link:last-child{border-bottom:none}.navbar-container{width:100%;flex-direction:row!important;justify-content:space-between!important;align-items:center!important}}.hero{background-blend-mode:luminosity;background-color:#000;background-image:url(https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?q=80&w=1920&auto=format&fit=crop);background-position:50%;background-size:cover;align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero-grid-line{z-index:1;pointer-events:none;background-color:#ffffff14;position:absolute}.hero-line-left{width:1px;top:0;bottom:0;left:8%}.hero-line-right{width:1px;top:0;bottom:0;right:8%}.hero-line-top{height:1px;top:80px;left:0;right:0}.hero-overlay{z-index:1;background:radial-gradient(circle,#0000004d 0%,#000000d9 100%);position:absolute;inset:0}.hero-content{z-index:2;width:100%;position:relative}.hero-text-wrapper{max-width:800px;padding-left:10%}.hero-title{color:#fff;letter-spacing:-.5px;margin-bottom:20px;font-size:3.5rem;font-weight:700;line-height:1.2}.hero-subtitle{color:#a0a0a0;max-width:500px;margin-bottom:40px;font-size:1.15rem;line-height:1.6}.hero-cta{gap:32px;margin-bottom:56px}.btn-lime{transition:opacity .2s;color:#000!important;box-shadow:none!important;background:#c3ff36!important;border:none!important;border-radius:4px!important;padding:14px 28px!important;font-size:1rem!important;font-weight:600!important}.btn-lime:hover{opacity:.9;box-shadow:none!important;transform:none!important}.cta-divider{background-color:#fff3;width:1px;height:36px}.hero-meta{gap:40px}.meta-item{flex-direction:column;display:flex}.meta-label{color:#888;margin-bottom:4px;font-size:.75rem;font-weight:500}.meta-value{color:#fff;font-size:.95rem;font-weight:700}.hero-stats{align-items:center;gap:48px;margin-top:24px;display:inline-flex}.stat-item{flex-direction:column;display:flex}.stat-value{color:#fff;margin-bottom:4px;font-size:1.8rem;font-weight:700}.stat-label{color:#888;font-size:.9rem}.stat-divider{background-color:#fff3;width:1px;height:40px}@media (width<=768px){.hero-grid-line{display:none}.hero-text-wrapper{padding-left:0}.hero-title{font-size:2.5rem}.hero-cta{flex-direction:column;align-items:flex-start;gap:24px}.cta-divider{display:none}.hero-meta{gap:24px}}.trust-section{background:linear-gradient(#000 0%,#050505 100%);border-bottom:1px solid #ffffff0d;padding:40px 0;position:relative;overflow:hidden}.trust-section:before{content:"";background:linear-gradient(90deg, transparent 0%, var(--primary-yellow) 50%, transparent 100%);opacity:.3;width:100vw;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.section-title{background:linear-gradient(90deg,#fff 0%,#aaa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:12px;font-size:2rem;font-weight:700}.section-subtitle{color:#888;margin-bottom:60px;font-size:1.1rem}.investors-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:24px;margin-bottom:80px;display:grid}.investor-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;transition:transform .3s,box-shadow .3s,border-color .3s;overflow:hidden}.investor-card:hover{border-color:#ffb3004d;transform:translateY(-8px);box-shadow:0 12px 30px #00000080}.investor-image-placeholder{background-image:linear-gradient(135deg,#222 0%,#0a0a0a 100%);height:180px;position:relative}.investor-image-placeholder:after{content:"";opacity:0;background:radial-gradient(circle,#ffb3001a 0%,#0000 70%);transition:opacity .3s;position:absolute;inset:0}.investor-card:hover .investor-image-placeholder:after{opacity:1}.investor-info{border-top:1px solid #ffffff05;padding:16px}.investor-name{color:#fff;margin-bottom:6px;font-size:1.05rem;font-weight:700}.investor-desc{color:#888;font-size:.85rem;line-height:1.5}.brands-header{margin-top:20px}.marquee-container{width:100%;padding:40px 0;display:flex;position:relative;overflow:hidden}.marquee-container:before,.marquee-container:after{content:"";z-index:2;width:150px;position:absolute;top:0;bottom:0}.marquee-container:before{background:linear-gradient(90deg,#050505 0%,#0000 100%);left:0}.marquee-container:after{background:linear-gradient(270deg,#050505 0%,#0000 100%);right:0}.brands-marquee{gap:60px;min-width:200%;animation:30s linear infinite scroll;display:flex}.brands-marquee:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.brand-item{color:#666;letter-spacing:-1px;filter:grayscale()opacity(.5);flex:none;font-size:1.8rem;font-weight:800;transition:color .3s}.brand-item:hover{color:#fff;filter:grayscale(0%)opacity()}.schedule-section{color:#000;background-color:#fff;flex-direction:column;justify-content:center;min-height:80vh;padding:80px 0;display:flex}.schedule-header{margin-bottom:40px}.schedule-kicker{letter-spacing:1.5px;text-transform:uppercase;color:#666;margin-bottom:12px;font-size:.8rem;font-weight:700}.schedule-title{letter-spacing:-1px;margin-bottom:12px;font-size:2.8rem;font-weight:800}.schedule-subtitle{color:#555;font-size:1.1rem}.schedule-layout{border-top:1px solid #eee;gap:40px;padding-top:30px;display:flex}.schedule-tabs{flex-direction:column;gap:8px;width:35%;display:flex}.schedule-tab{cursor:pointer;color:#666;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;padding:20px;transition:all .2s;display:flex}.schedule-tab:hover{color:#333;background:#f9f9f9}.schedule-tab.active{color:#000;background:#f0f0f0;border-color:#e0e0e0}.tab-number{color:#000;margin-right:16px;font-size:1.1rem;font-weight:700}.tab-title{font-size:1rem;font-weight:600;line-height:1.4}.schedule-content{width:65%}.content-hero{color:#fff;background-color:#0000;background-image:linear-gradient(135deg,#000000b3,#000000e6),url(https://images.unsplash.com/photo-1451187580459-43490279c0fa?q=80&w=1200&auto=format&fit=crop);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-radius:12px;margin-bottom:30px;padding:40px;box-shadow:0 10px 30px #00000026}.content-time{color:var(--primary-yellow);letter-spacing:.5px;background:#ffb30033;border-radius:4px;margin-bottom:20px;padding:4px 10px;font-size:.8rem;font-weight:700;display:inline-block}.content-title{margin-bottom:12px;font-size:1.8rem;font-weight:800;line-height:1.2}.content-desc{color:#ccc;font-size:1rem;line-height:1.5}.content-points{flex-direction:column;gap:16px;padding:0;display:flex}.point-item{background:#f9f9f9;border:1px solid #eee;border-radius:8px;align-items:flex-start;padding:16px 20px;transition:transform .2s,background .2s;display:flex}.point-item:hover{background:#f5f5f5;transform:translate(4px)}.point-icon{color:#000;flex-shrink:0;margin-top:2px;margin-right:16px}.point-text{color:#333;font-size:.95rem;line-height:1.5}@media (width<=900px){.schedule-layout{flex-direction:column}.schedule-tabs{flex-direction:row;width:100%;padding-bottom:16px;overflow-x:auto}.schedule-tab{min-width:200px}.schedule-content{width:100%}}@media (width<=600px){.schedule-title{font-size:2rem}.schedule-tabs{flex-direction:column;padding-bottom:0;overflow-x:visible}.schedule-tab{min-width:100%}.content-hero{padding:24px}.content-title{font-size:1.5rem}.point-item{padding:12px 16px}}.who-section{background-color:#050505;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px;min-height:800px;padding:100px 0;position:relative;overflow:hidden}.who-header{z-index:2;margin-bottom:60px;position:relative}.who-kicker{letter-spacing:2px;color:#888;text-transform:uppercase;margin-bottom:12px;font-size:.8rem;font-weight:700}.who-title{letter-spacing:-1px;color:#fff;font-size:3rem;font-weight:800}.timeline-wrapper{width:100%;height:500px;margin-top:40px;position:relative}.timeline-svg{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.timeline-point{z-index:5;position:absolute}.point-dot{background:#fff;border-radius:50%;width:8px;height:8px;position:absolute;top:0;left:0;transform:translate(-50%,-50%);box-shadow:0 0 12px #fffc}.point-line{background:#ffffff4d;width:1px;position:absolute;bottom:0;left:0;transform:translate(-50%)}.point-card{align-items:center;gap:20px;width:max-content;display:flex;position:absolute;left:-40px}.point-left{flex-direction:column;align-items:flex-start;min-width:80px;display:flex}.point-years{color:#fff;font-size:1.8rem;font-weight:800;line-height:1.1}.point-exp{color:#aaa;margin-top:4px;font-size:.85rem}.point-divider{background:#fff3;width:1px;height:40px}.point-right{color:#888;font-size:.95rem;line-height:1.5}@media (width<=900px){.who-section{min-height:auto;padding:60px 0}.timeline-wrapper{flex-direction:column;gap:40px;height:auto;display:flex}.timeline-svg{display:none}.timeline-point{position:relative;top:0!important;left:0!important}.point-line,.point-dot{display:none}.point-card{position:relative;left:0;bottom:0!important}}.tools-section{background-color:#fff;padding:80px 0}.tools-header{margin-bottom:40px}.tools-title{letter-spacing:-1px;color:#000;font-size:2.5rem;font-weight:800}.tools-grid{grid-template-columns:repeat(5,1fr);gap:16px;display:grid}.tool-card{background:#000;border-radius:4px;flex-direction:column;justify-content:flex-start;align-items:flex-start;min-height:140px;padding:16px;transition:transform .3s;display:flex;position:relative;overflow:hidden}.tool-bg-image{filter:grayscale();opacity:.8;z-index:1;background-position:50%;background-size:cover;transition:filter .4s,transform .4s;position:absolute;inset:0}.tool-card:hover .tool-bg-image{filter:grayscale(0%);transform:scale(1.05)}.tool-overlay{z-index:2;background:linear-gradient(#000000b3 0%,#0003 100%);transition:background .4s;position:absolute;inset:0}.tool-card:hover .tool-overlay{background:linear-gradient(#0006 0%,#0000 100%)}.tool-content{z-index:3;position:relative}.tool-header-row{margin-bottom:4px}.tool-icon{color:#fff;margin-right:8px;display:flex}.tool-name{color:#fff;font-size:1.05rem;font-weight:700}.tool-desc{color:#ddd;font-size:.75rem}.empty-card{background:0 0;border:1px solid #e0e0e0}.more-card{background:0 0;border:none}.more-text{color:#333;font-family:Caveat,cursive;font-size:1.8rem;transform:rotate(-5deg)}@media (width<=1200px){.tools-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=900px){.tools-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=600px){.tools-grid{grid-template-columns:1fr}.empty-card{display:none}}.faq-section{background-color:var(--bg-light);color:#000;border-top:1px solid #eee;padding:60px 0 80px}.faq-left{width:40%}.faq-kicker{letter-spacing:1.5px;color:#555;margin-bottom:16px;font-size:.8rem;font-weight:700}.faq-title{font-size:2.5rem;font-weight:700;line-height:1.2}.faq-right{width:55%}.faq-list{flex-direction:column;gap:12px;display:flex}.faq-item{cursor:pointer;background-color:#f8f8f8;border:1px solid #e0e0e0;padding:20px 24px;transition:all .2s}.faq-item:hover{background-color:#f0f0f0}.faq-question-row{width:100%}.faq-question{font-size:1rem;font-weight:500}.faq-toggle{color:#333}.faq-answer{color:#555;margin-top:16px;font-size:.95rem;line-height:1.6}.faq-action{justify-content:center;margin-top:24px;display:flex}.btn-load-more{color:#fff;background-color:#000;padding:12px 32px;font-size:.95rem;font-weight:600}.btn-load-more:hover{background-color:#222}@media (width<=768px){.faq-section{padding:40px 0 100px}.container.flex.justify-between{flex-direction:column;gap:32px}.faq-left,.faq-right{width:100%}.faq-title{font-size:2rem}.faq-item{padding:16px}.faq-question{font-size:.95rem}}.footer-section{color:#fff;background-color:#000;border-top:1px solid #222;padding:80px 0 120px}.footer-grid{border:1px solid #222;border-radius:4px}.footer-brand{border-right:1px solid #222;width:30%;padding:40px}.footer-logo{margin-bottom:12px;font-size:1.5rem;font-weight:600}.footer-copyright{color:#666;font-size:.75rem}.footer-social{gap:12px;margin-top:80px}.social-icon{color:#aaa;background-color:#111;border:1px solid #222;border-radius:4px;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;transition:all .2s;display:flex}.social-icon:hover{color:#fff;background-color:#222}.currency-select{color:#aaa;background-color:#111;border:1px solid #222;border-radius:4px;outline:none;padding:8px 12px}.footer-links-wrapper{width:70%}.footer-links-grid{border-bottom:1px solid #222;grid-template-columns:repeat(4,1fr);padding:40px;display:grid}.footer-col-title{letter-spacing:1px;color:#fff;margin-bottom:24px;font-size:.75rem;font-weight:700}.footer-link{color:#888;margin-bottom:12px;font-size:.85rem;transition:color .2s;display:block}.footer-link:hover{color:#fff}.footer-newsletter{padding:40px}.newsletter-title{margin-bottom:4px;font-size:1.1rem;font-weight:600}.newsletter-desc{color:#888;font-size:.85rem}.newsletter-input{width:300px;font-family:var(--font-family);background-color:#fff;border:none;border-radius:4px 0 0 4px;outline:none;padding:0 20px}.subscribe-btn{border-radius:0 4px 4px 0;padding:14px 24px}@media (width<=900px){.footer-grid{flex-direction:column}.footer-brand,.footer-links-wrapper{border-right:none;width:100%}.footer-brand{border-bottom:1px solid #222}.footer-links-grid{grid-template-columns:repeat(2,1fr);gap:32px;padding:30px}.footer-newsletter{flex-direction:column;align-items:flex-start;gap:24px;padding:30px}.newsletter-form{flex-direction:column;gap:12px;width:100%}.newsletter-input{border-radius:4px;width:100%;padding:14px 20px}.subscribe-btn{border-radius:4px;width:100%}}.sticky-footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--border-color);z-index:1000;background-color:#111111f2;width:100%;height:80px;position:fixed;bottom:0;left:0}.h-full{height:100%}.footer-title{font-size:1.25rem;font-weight:700}.footer-action{gap:24px}.join-btn{padding:14px 32px}.footer-price{justify-content:center;align-items:flex-start}.price-row{gap:6px;margin-bottom:2px}.price-strike{color:#aaa;font-size:1rem;font-weight:700;text-decoration:line-through}.price-free{color:#fff;font-size:1rem;font-weight:700}.price-timer{color:var(--text-muted);font-size:.75rem}@media (width<=768px){.footer-title{display:none}.sticky-footer .container{justify-content:center}.footer-action{justify-content:space-between;gap:12px;width:100%}.join-btn{text-align:center;flex:1;padding:12px 20px;font-size:.9rem}.footer-price{flex-shrink:0}}.register-container,.questionnaire-container{min-height:100vh;font-family:Inter,system-ui,sans-serif}.register-container{background-color:#fff;display:flex}.green-theme{background-color:#041006;flex-direction:column;width:50%;padding:60px;display:flex;position:relative;overflow:hidden}.bg-circles{pointer-events:none;z-index:0;position:absolute;inset:0}.circle{background:#78d28214;border-radius:50%;position:absolute}.circle-1{width:300px;height:300px;bottom:-100px;left:-100px}.circle-2{width:400px;height:400px;bottom:-150px;left:200px}.circle-3{width:250px;height:250px;top:30%;left:-50px}.circle-4{width:150px;height:150px;top:-50px;right:50px}.register-left-content{z-index:2;flex-direction:column;height:100%;display:flex;position:relative}.logo-light{color:#fff;align-items:center;gap:8px;font-size:1.8rem;font-weight:800;text-decoration:none;display:flex}.register-value-prop{max-width:500px;margin-top:80px}.green-title{color:#fff;letter-spacing:-1px;margin-bottom:24px;font-size:3.2rem;font-weight:700;line-height:1.15}.light-text{color:#a0bba5;margin-bottom:40px;font-size:1.05rem;line-height:1.6}.mentors-section h4{color:#fff;margin-bottom:20px;font-size:1.1rem}.mentors-grid{gap:32px}.mentor-item{gap:12px}.mentor-img{object-fit:cover;border-radius:8px;width:48px;height:48px}.mentor-name{color:#fff;font-size:.95rem;font-weight:700}.mentor-role{color:#a0bba5;margin-top:2px;font-size:.8rem}.light-theme{background-color:#fff;justify-content:center;align-items:center;width:50%;padding:40px;display:flex}.flat-wrapper{width:100%;max-width:420px}.light-group label{color:#111;margin-bottom:8px;font-size:.9rem;font-weight:500}.light-group input{color:#111;background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:14px 16px;font-size:1rem;transition:border-color .2s}.light-group input:focus{border-color:#111;outline:none}.phone-input-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;transition:border-color .2s;overflow:hidden}.phone-input-wrapper:focus-within{border-color:#111}.phone-prefix{color:#475569;background:#f8fafc;border-right:1px solid #e2e8f0;padding:14px 16px;font-size:.95rem;font-weight:500}.phone-input-wrapper input{border:none;border-radius:0;padding-left:12px}.phone-input-wrapper input:focus{box-shadow:none;border:none}.btn-solid-dark{color:#fff;cursor:pointer;background:#030712;border:none;border-radius:8px;width:100%;margin-top:24px;padding:16px;font-size:1rem;font-weight:600;transition:background .2s}.btn-solid-dark:hover{background:#1f2937}.btn-solid-dark:disabled{cursor:not-allowed;background:#9ca3af}.form-disclaimer.dark-text{text-align:left;color:#64748b;margin-top:16px;font-size:.8rem}.form-disclaimer.dark-text a{color:#1e293b;text-decoration:underline}.req{color:#ef4444}.questionnaire-container{background-color:#fff;flex-direction:column;display:flex}.q-nav{background:#fff;padding:24px 40px}.back-btn{color:#111;cursor:pointer;background:0 0;border:none;padding:8px;font-size:1rem;font-weight:500}.q-logo{color:#111;letter-spacing:-.5px;align-items:center;gap:8px;font-size:1.5rem;font-weight:800;display:flex}.nav-spacer{width:80px}.progress-bar-container{background:#f1f5f9;width:100%;height:3px}.progress-bar{background:#000;height:100%;transition:width .4s}.q-content-wrapper{width:100%;max-width:600px;margin:40px auto;padding:0 20px}.whatsapp-banner{background:#eafaf1;border:1px solid #b2e8c6;border-radius:8px;width:100%;margin-bottom:40px;padding:20px}.wa-header{margin-bottom:12px}.wa-title{color:#064e3b;margin-left:8px;font-size:.95rem;font-weight:700}.wa-desc{color:#064e3b;margin-bottom:8px;font-size:.9rem;line-height:1.5}.wa-list{color:#064e3b;margin:0;padding-left:16px;font-size:.85rem;line-height:1.6}.question-container{width:100%}.question-title{color:#111;margin-bottom:32px;font-size:1.8rem;font-weight:700;line-height:1.3}.options-list{gap:16px}.option-card{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:20px 24px;font-size:1rem;transition:all .2s}.option-card:hover{background:#f8fafc;border-color:#cbd5e1}.option-card.selected{background:#fff;border:2px solid #000;padding:19px 23px;font-weight:500}.next-btn{margin-top:40px}@media (width<=900px){.register-container{flex-direction:column}.green-theme,.light-theme{width:100%}.green-theme{padding:40px 20px}.register-value-prop{margin-top:40px}.green-title{font-size:2.2rem}.light-theme{padding:40px 20px}.q-nav{padding:16px 20px}}.white-navbar{z-index:100;background-color:#fff;border-bottom:1px solid #eee;width:100%;padding:20px 0;position:absolute;top:0;left:0}.white-nav-logo{color:#000;font-size:1.8rem;font-weight:700;text-decoration:none}.white-nav-links{gap:24px}.white-nav-link{color:#888;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.white-nav-link:hover{color:#000}.white-nav-link.explore-link{color:#000;margin-left:8px;font-weight:600}.legal-page-wrapper{color:#000;background-color:#fff;flex-direction:column;min-height:100vh;display:flex}.legal-main{flex-grow:1;justify-content:center;padding:140px 0 80px;display:flex}.legal-content-wrapper{width:100%;max-width:800px}.legal-breadcrumb{color:#666;margin-bottom:16px;font-size:.85rem}.legal-breadcrumb a{color:#666;text-decoration:none}.legal-breadcrumb a:hover{text-decoration:underline}.legal-title{text-align:left;margin-bottom:30px;font-size:2.5rem;font-weight:700}.legal-content{text-align:left}.legal-para{color:#444;margin-bottom:20px;font-size:.95rem;line-height:1.6}.legal-section-title{color:#111;margin-top:40px;margin-bottom:16px;font-size:1.4rem;font-weight:700}.legal-subsection-title{color:#111;margin-top:32px;margin-bottom:12px;font-size:1.15rem;font-weight:700}.legal-highlight-box{background-color:#f5f5f5;border-radius:8px;margin:24px 0;padding:24px}.legal-highlight-box .legal-para{color:#333;margin-bottom:0}.legal-list{margin-bottom:24px;padding-left:24px;list-style-type:disc}.legal-list li{color:#444;margin-bottom:12px;font-size:.95rem;line-height:1.6}.legal-ordered-list{margin-bottom:24px;padding-left:24px;list-style-type:decimal}.legal-ordered-list>li{color:#444;margin-bottom:24px;font-size:.95rem;line-height:1.6}.legal-ordered-list strong{color:#111;margin-bottom:4px;display:block}.legal-divider{border:0;border-top:1px solid #eee;margin:48px 0}.refund-faq-list{text-align:left;flex-direction:column;gap:12px;margin:40px 0;display:flex}.refund-faq-list .faq-item{cursor:pointer;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:16px 20px;transition:all .2s}.refund-faq-list .faq-item:hover{box-shadow:0 2px 8px #0000000d}.refund-faq-list .faq-question{color:#111;font-size:1rem;font-weight:600}.legal-table-container{border:1px solid #eee;border-radius:8px;margin:30px 0;overflow:hidden}.legal-table{border-collapse:collapse;width:100%}.legal-table th,.legal-table td{text-align:left;color:#444;vertical-align:top;border-bottom:1px solid #eee;padding:16px;font-size:.95rem}.legal-table th{color:#333;background-color:#f9f9f9;font-weight:600}.legal-table tr:last-child td{border-bottom:none}.app-container{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}
