:root{--color-bg: #050505;--color-surface: #121212;--color-surface-hover: #1a1a1a;--color-surface-card: #161616;--color-text: #ffffff;--color-text-muted: #9ca3af;--color-primary: #ff5500;--color-primary-hover: #ff7733;--color-secondary: #ffffff;--color-border: #2a2a2a;--color-border-hover: #404040;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-display: "Outfit", system-ui, -apple-system, sans-serif;--container-width: 1280px;--header-height: 80px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:600;line-height:1.1;color:#fff;margin-bottom:1rem}a{text-decoration:none;color:inherit;transition:all .2s ease}ul{list-style:none}img{max-width:100%;display:block;border-radius:var(--radius-sm)}.container{max-width:var(--container-width);margin:0 auto;padding:0 2rem}.animate-fade-up{opacity:0;transform:translateY(20px);animation:fadeUp .8s cubic-bezier(.16,1,.3,1) forwards}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;border-radius:var(--radius-sm);font-weight:500;cursor:pointer;transition:all .2s ease;font-family:var(--font-sans);font-size:.95rem;border:1px solid transparent;gap:.5rem;text-transform:uppercase;letter-spacing:.05em}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-hover);transform:translateY(-1px)}.btn-secondary{background:transparent;border-color:#fff3;color:#fff}.btn-secondary:hover{background:#ffffff0d;border-color:#fff}.full-width{width:100%}.navbar{height:var(--header-height);position:fixed;top:0;left:0;right:0;z-index:100;background:#050505cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.05);display:flex;align-items:center}.navbar .container{display:flex;justify-content:space-between;align-items:center;width:100%}.logo-img{height:24px}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}.nav-link:hover{color:#fff}.nav-link-cta{color:var(--color-primary)!important;border:1px solid rgba(255,85,0,.3);padding:.5rem 1rem;border-radius:var(--radius-sm);background:#ff55000d}.nav-link-cta:hover{background:#ff550026;border-color:var(--color-primary)}.nav-toggle{display:none;background:none;border:none;cursor:pointer}.nav-toggle span{display:block;width:24px;height:2px;background:#fff;margin:5px 0}.hero{min-height:90vh;position:relative;display:flex;align-items:center;padding-top:var(--header-height)}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#050505,#050505d9 40%,#05050533);z-index:1}.hero-container{position:relative;z-index:2;width:100%}.hero-content{max-width:700px}.hero-title{font-size:4.5rem;line-height:1.05;margin-bottom:1.5rem;letter-spacing:-.03em}.hero-subtitle{font-size:1.5rem;color:#e5e5e5;margin-bottom:1.5rem;font-weight:400;line-height:1.4}.hero-value-prop{font-size:1.125rem;color:var(--color-text-muted);margin-bottom:2.5rem;line-height:1.6;max-width:650px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.marquee-container{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:3rem 0;background:#000;overflow:hidden}.marquee-tooltip{text-align:center;color:var(--color-text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.marquee-content{display:flex;width:max-content;animation:marquee 40s linear infinite}.logo-wrapper{padding:0 1.5rem;opacity:.5;transition:opacity .3s;height:70px;display:flex;align-items:center;justify-content:center}.logo-wrapper:hover{opacity:1}.logo-wrapper img{height:55px;width:150px;object-fit:contain}@keyframes marquee{to{transform:translate(-50%)}}.section{padding:6rem 0}.section-header{text-align:center;max-width:800px;margin:0 auto 4rem}.section-title{font-size:3rem;margin-bottom:1rem;letter-spacing:-.02em}.section-subtitle{font-size:1.25rem;color:var(--color-text-muted)}.lead-text{font-size:1.25rem;color:var(--color-text-muted);line-height:1.6;margin-bottom:2rem}.problem-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.highlight-box{background:#ff55000d;border-left:3px solid var(--color-primary);padding:1.5rem 2rem;margin-top:2rem;font-size:1.1rem;color:#e5e5e5}.features-label{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-bottom:1.5rem;font-size:.875rem;font-weight:600}.features-grid{display:grid;gap:1rem}.feature-card{background:var(--color-surface-card);border:1px solid var(--color-border);padding:1.25rem;display:flex;align-items:flex-start;gap:1rem;border-radius:var(--radius-sm);transition:all .2s}.feature-card:hover{border-color:var(--color-border-hover);background:var(--color-surface-hover)}.feature-icon{color:var(--color-primary);font-size:1.5rem;flex-shrink:0;margin-top:2px}.feature-card span{font-size:1.05rem;color:#d4d4d4}.solutions{background:linear-gradient(to bottom,var(--color-bg),var(--color-surface));margin-top:4rem}.workshops-grid{display:grid;grid-template-columns:1fr;max-width:900px;margin:3rem auto 0;gap:3rem}.offering-card{background:#0e0e0e;border:1px solid var(--color-border);display:flex;flex-direction:column;height:100%;position:relative;overflow:hidden;transition:transform .3s ease,border-color .3s ease}.offering-card:hover{border-color:var(--color-border-hover);transform:translateY(-4px)}.offering-card.highlight{border-top:4px solid var(--color-primary)}.offering-header{padding:2.5rem;border-bottom:1px solid rgba(255,255,255,.05)}.badge{display:inline-block;padding:.25rem .75rem;background:#ffffff14;border-radius:100px;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;color:#fff}.offering-header h3{font-size:2rem;margin-bottom:1rem}.description{color:var(--color-text-muted);font-size:1.1rem;margin-bottom:1rem}.download-link{font-size:.875rem;color:var(--color-primary);opacity:.8}.download-link:hover{opacity:1;text-decoration:underline}.offering-body{padding:2.5rem;flex:1}.offering-image{margin:-1rem 0 2rem;border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--color-border);max-width:400px;margin-left:auto;margin-right:auto}.key-point{font-size:1.1rem;font-weight:500;color:#fff;margin-bottom:2rem;padding-left:1rem;border-left:2px solid var(--color-primary)}.check-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.check-list li{position:relative;padding-left:1.75rem;color:var(--color-text-muted);font-size:1rem}.check-list li:before{content:"→";position:absolute;left:0;color:var(--color-primary)}.outcome-box{background:#ffffff08;padding:1.5rem;border-radius:var(--radius-sm);font-size:.95rem;color:#ccc}.outcome-box strong{color:#fff;display:block;margin-bottom:.5rem;text-transform:uppercase;font-size:.8rem;letter-spacing:.05em}.offering-footer{padding:2rem 2.5rem;background:#0003;border-top:1px solid rgba(255,255,255,.05)}.meta-info{margin-bottom:1.5rem;font-size:.875rem;color:#888}.meta-info strong{color:#ccc}.pilot-support{border-top:1px solid var(--color-border)}.pilot-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}.pilot-card{background:var(--color-surface-card);padding:2rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);text-align:center;transition:all .2s}.pilot-card:hover{transform:translateY(-5px);border-color:var(--color-primary)}.pilot-icon{font-size:2.5rem;color:var(--color-primary);margin-bottom:1rem;display:inline-block}.pilot-card h3{font-size:1.25rem;margin-bottom:.75rem}.pilot-card p{font-size:.95rem;color:var(--color-text-muted);line-height:1.5}.pilot-cta{text-align:center;margin-top:4rem;max-width:600px;margin-left:auto;margin-right:auto}.pilot-cta p{color:#888;margin-bottom:2rem}.aixa-bg{background:radial-gradient(circle at 50% 50%,rgba(255,85,0,.05) 0%,transparent 70%)}.notice-card{background:#0a0a0a;border:1px dashed var(--color-border);border-left:4px solid var(--color-primary);display:flex;flex-direction:column;text-align:left;gap:2rem;padding:4rem;align-items:flex-start;max-width:900px;margin:0 auto}.notice-header h3{font-size:2.5rem;line-height:1.1;margin-top:1rem}.notice-content{color:var(--color-text-muted);font-size:1.1rem}.notice-content p{margin-bottom:1rem}.method{padding-bottom:8rem}.method-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:4rem}.step{padding:2rem;border-top:1px solid var(--color-border);position:relative;transition:border-color .3s}.step:hover{border-color:var(--color-primary)}.step-number{font-size:3rem;font-weight:700;color:#333;margin-bottom:1rem;display:block;font-family:var(--font-display)}.step:hover .step-number{color:var(--color-primary)}.step h3{font-size:1.5rem;margin-bottom:.75rem}.step p{color:var(--color-text-muted);font-size:1rem}.workshop-gallery{padding-bottom:0}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.gallery-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:all .4s ease;cursor:pointer}.gallery-grid img:hover{transform:scale(1.05);z-index:10;box-shadow:0 20px 40px #00000080}.next-steps{background:radial-gradient(circle at center,#ff550026,#050505 70%);padding:8rem 0;text-align:center;border-top:1px solid var(--color-border)}.footer{background:#000;border-top:1px solid #1a1a1a;padding:3rem 0;text-align:center;color:#666;font-size:.85rem}.footer-logo{height:24px;margin:0 auto 1.5rem;opacity:.5}.modal-overlay{position:fixed;inset:0;background:#000000e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-content{background:var(--color-surface);border:1px solid var(--color-border);width:100%;max-width:440px;padding:2.5rem;position:relative;border-radius:var(--radius-md)}.modal-close{position:absolute;top:1.25rem;right:1.25rem;background:none;border:none;color:#666;font-size:1.5rem;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.modal-close:hover{color:#fff;background:#ffffff1a;border-radius:50%}.form-group{margin-bottom:1.25rem}.form-group input{width:100%;padding:.875rem 1rem;background:#000;border:1px solid #333;color:#fff;margin-top:.5rem;border-radius:var(--radius-sm);font-size:1rem;transition:all .2s ease}.form-group input:focus{border-color:var(--color-primary);outline:none;background:#050505}.form-group label{font-size:.875rem;color:var(--color-text-muted);font-weight:500;display:block}.form-state{display:none}.form-state.active{display:block}.privacy-text{font-size:.75rem;color:#666;margin-top:1.5rem;line-height:1.6}.modal-header h3{margin:0;font-size:1.5rem;line-height:1.2;color:#fff}.modal-body{margin-top:2rem}.modal-body p{color:var(--color-text-muted);margin-bottom:1.5rem;line-height:1.6}.success-content{text-align:center;padding:2rem 0}.success-icon{width:60px;height:60px;border-radius:50%;background:#22c55e1a;color:#22c55e;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1.5rem}.success-content h3{color:#fff;margin-bottom:.75rem}.success-content p{color:var(--color-text-muted);margin-bottom:2rem}.success-content .btn{width:100%}.error-content{text-align:center;padding:2rem 0}.error-icon{width:60px;height:60px;border-radius:50%;background:#ef44441a;color:#ef4444;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 1.5rem}.error-content h3{color:#fff;margin-bottom:.75rem}.error-content p{color:var(--color-text-muted);margin-bottom:2rem}.error-actions{display:flex;flex-direction:column;gap:1rem}.error-actions .btn{width:100%}.waitlist-form{margin:0}.waitlist-form .btn{width:100%;margin-top:.5rem}@media(max-width:1024px){.hero-title{font-size:3.5rem}.problem-layout{grid-template-columns:1fr;gap:2rem}.workshops-grid{grid-template-columns:1fr}.pilot-grid{grid-template-columns:1fr 1fr}.notice-card{grid-template-columns:1fr;gap:2rem;padding:2rem}.method-steps{grid-template-columns:1fr 1fr}}@media(max-width:768px){:root{--header-height: 64px}.container{padding:0 1.25rem}.section{padding:4rem 0}.section-header{margin-bottom:2.5rem}.hero-title{font-size:2.25rem;margin-bottom:1rem}.hero-subtitle{font-size:1.125rem;margin-bottom:1rem}.hero-value-prop{font-size:1rem;margin-bottom:2rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.lead-text{font-size:1.1rem;margin-bottom:1.5rem}.btn{padding:.75rem 1.5rem;font-size:.9rem;width:100%;justify-content:center}.hero-actions{flex-direction:column;gap:.75rem}.highlight-box{padding:1.25rem;margin-top:1.5rem;font-size:1rem}.offering-header,.offering-body,.offering-footer{padding:1.5rem}.offering-header h3{font-size:1.5rem}.description{font-size:1rem}.key-point{font-size:1rem;margin-bottom:1.5rem}.pilot-grid{grid-template-columns:1fr;gap:1rem}.method-steps{grid-template-columns:1fr;gap:1rem;margin-top:2rem}.step{padding:1.5rem 0}.notice-card{padding:1.5rem}.notice-header h3{font-size:1.75rem}.nav-links{display:flex;flex-direction:column;position:absolute;top:var(--header-height);left:0;right:0;background:#000;padding:1.5rem;border-bottom:1px solid #333;transform:translateY(-10px);opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.16,1,.3,1);gap:1.25rem}.nav-toggle{display:block}.nav-links.open{transform:translateY(0);opacity:1;visibility:visible}.next-steps{padding:5rem 0}}
