*,*:before,*:after{box-sizing:border-box}:root{--color-bg: #0d1117;--color-bg-elevated: #161b22;--color-bg-card: #1c2128;--color-text: #e6edf3;--color-text-muted: #8b949e;--color-accent: #2ea043;--color-accent-hover: #3fb950;--color-border: #30363d;--color-border-subtle: #21262d;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .2);--shadow-md: 0 4px 12px rgba(0, 0, 0, .15);font-family:Inter,Outfit,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:var(--color-text);background-color:var(--color-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh}a{color:var(--color-accent);text-decoration:none}a:hover{color:var(--color-accent-hover);text-decoration:underline}h1,h2,h3{font-weight:600;line-height:1.25;letter-spacing:-.02em}img{max-width:100%;height:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.container{padding:0 2rem}}.page{min-height:100vh;overflow-x:hidden}.header{position:sticky;top:0;z-index:100;background:#0d1117eb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border-subtle)}.header-inner{display:flex;align-items:center;justify-content:space-between;max-width:1120px;margin:0 auto;padding:1rem 1.5rem}@media(min-width:768px){.header-inner{padding-left:2rem;padding-right:2rem}}.logo{display:flex;align-items:center;text-decoration:none;transition:opacity .2s}.logo:hover{text-decoration:none;opacity:.9}.logo-img{height:2rem;width:auto;object-fit:contain;display:block}.nav{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;font-size:.875rem;font-weight:500;letter-spacing:.01em}.nav a{color:var(--color-text-muted)}.nav a:hover{color:var(--color-text);text-decoration:none}.lang-switcher{display:flex;align-items:center;gap:.25rem;margin-left:.5rem}.lang-btn{background:none;border:none;padding:.25rem .5rem;font-size:.85rem;font-weight:600;font-family:inherit;color:var(--color-text-muted);cursor:pointer;border-radius:6px;transition:color .2s,background .2s}.lang-btn:hover{color:var(--color-text)}.lang-btn.active{color:var(--color-accent)}.lang-sep{color:var(--color-border);font-weight:400;-webkit-user-select:none;user-select:none}@media(max-width:640px){.nav{gap:.75rem;font-size:.85rem}}.hero{position:relative;padding:5rem 0 6rem;text-align:center}.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 70% 40% at 50% -10%,rgba(46,160,67,.12),transparent),radial-gradient(ellipse 50% 30% at 80% 40%,rgba(46,160,67,.06),transparent);pointer-events:none}.hero-inner{position:relative;max-width:720px;margin:0 auto}.hero-badge{display:inline-block;font-size:.8125rem;font-weight:500;letter-spacing:.03em;color:var(--color-text-muted);margin-bottom:1.25rem}.hero-badge-star{color:var(--color-accent);margin-right:.25rem}.hero-title{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;letter-spacing:-.03em;margin:0 0 1rem;line-height:1.15}.hero-title em{font-style:normal;font-weight:600;color:var(--color-accent)}.hero-subtitle{font-size:1.125rem;color:var(--color-text-muted);margin:0 0 2rem;line-height:1.6;max-width:540px;margin-left:auto;margin-right:auto}.hero-cta{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:1.25rem}.hero-tagline{font-size:.8125rem;font-weight:500;letter-spacing:.02em;color:var(--color-text-muted);margin:0 0 3rem;opacity:.9}.hero-phone-wrap{display:flex;justify-content:center;margin-top:2rem}.hero-phone{width:280px;padding:12px;background:linear-gradient(145deg,#1a1f26,#0d1117);border-radius:36px;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px var(--color-border),inset 0 1px #ffffff0d}.hero-phone-screen{aspect-ratio:9/19;background:var(--color-bg-card);border-radius:28px;overflow:hidden;border:1px solid var(--color-border)}.app-preview{height:100%;display:flex;flex-direction:column;padding:1.25rem 1rem;font-size:.75rem}.app-preview-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;font-weight:700;color:var(--color-text)}.app-preview-dot{width:8px;height:8px;background:var(--color-accent);border-radius:50%;box-shadow:0 0 12px var(--color-accent)}.app-preview-league{display:flex;flex-direction:column;gap:.5rem}.app-preview-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;background:var(--color-bg-elevated);border-radius:8px;color:var(--color-text-muted)}.app-preview-row.highlight{background:#3fb95026;color:var(--color-accent);border:1px solid rgba(63,185,80,.3)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.6875rem 1.375rem;font-size:.9375rem;font-weight:600;font-family:inherit;border-radius:var(--radius-md);border:none;cursor:pointer;transition:background .2s,color .2s,border-color .2s,box-shadow .2s;text-decoration:none;letter-spacing:.01em}.btn:hover{text-decoration:none}.btn-primary{background:var(--color-accent);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--color-accent-hover);color:#fff;box-shadow:0 2px 8px #2ea04340}.btn-secondary{background:transparent;color:var(--color-text);border:1px solid var(--color-border)}.btn-secondary:hover{border-color:var(--color-text-muted);color:var(--color-text)}.btn-large{padding:.875rem 1.5rem;font-size:.9375rem}.demo-cta{display:block;width:fit-content;margin:2rem auto 0}.section{padding:4.5rem 0}.section-title{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:600;text-align:center;margin:0 0 .5rem;letter-spacing:-.02em}.section-subtitle{text-align:center;color:var(--color-text-muted);margin:0 auto 2.5rem;font-size:.9375rem;line-height:1.55;max-width:520px}.section-intro{background:var(--color-bg-elevated)}.intro-inner{max-width:680px;margin:0 auto;text-align:center}.intro-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;margin:0 0 1rem;letter-spacing:-.02em}.intro-lead{font-size:1.15rem;line-height:1.65;color:var(--color-text);margin:0 0 1rem}.intro-lead strong{color:var(--color-accent)}.intro-body{font-size:1rem;line-height:1.65;color:var(--color-text-muted);margin:0 0 2rem}.intro-pillars{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem 2rem}.intro-pillars li{display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;color:var(--color-text)}.intro-pillar-icon{font-size:1.25rem;line-height:1}.section-proof{background:var(--color-bg)}.proof-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.proof-logo{padding:.75rem 1.25rem;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:12px;font-size:.9rem;font-weight:600;color:var(--color-text-muted)}.section-chat{background:var(--color-bg)}.chat-preview{max-width:520px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.chat-bubble{padding:1rem 1.25rem;border-radius:16px;text-align:left}.chat-user{align-self:flex-end;background:var(--color-bg-card);border:1px solid var(--color-border);margin-left:2rem}.chat-app{align-self:flex-start;background:var(--color-bg-elevated);border:1px solid var(--color-border);margin-right:2rem}.chat-label{display:block;font-size:.75rem;font-weight:600;color:var(--color-text-muted);margin-bottom:.35rem}.chat-app .chat-label{color:var(--color-text-muted)}.chat-bubble p{margin:0;font-size:.95rem;line-height:1.5}.chat-card{margin-top:.75rem;padding:.75rem;background:var(--color-bg-elevated);border-radius:10px;font-size:.85rem}.chat-card-row{display:flex;justify-content:space-between;color:var(--color-text-muted)}.chat-card-row+.chat-card-row{margin-top:.35rem}@media(max-width:640px){.chat-user{margin-left:.5rem}.chat-app{margin-right:.5rem}}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.feature{background:var(--color-bg-card);border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);padding:1.75rem;text-align:center;transition:border-color .2s}.feature:hover{border-color:var(--color-border)}.feature-icon{font-size:1.75rem;margin-bottom:.875rem;line-height:1;opacity:.9}.feature h3{font-size:1.0625rem;font-weight:600;margin:0 0 .375rem;letter-spacing:-.01em}.feature p{margin:0;font-size:.875rem;color:var(--color-text-muted);line-height:1.5}.feature-link{font-size:.9rem;font-weight:600;color:var(--color-accent)}.feature-link:hover{text-decoration:none;color:var(--color-accent-hover)}.section-steps{background:var(--color-bg-elevated)}.steps-two{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:2rem}.steps-block{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:20px;padding:2rem;text-align:center}.steps-block-title{font-size:1.15rem;font-weight:700;margin:0 0 1rem}.steps-row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;gap:.5rem 1rem;margin-bottom:1.25rem}.steps-block .step{max-width:none;flex:1 1 120px;min-width:100px;padding:.5rem 0}.steps-block .step-num{width:36px;height:36px;font-size:1rem;margin:0 auto .35rem}.steps-block .step p{margin:0;font-size:.9rem;color:var(--color-text-muted)}.steps-block .step-arrow{margin:.25rem 0}.steps-block .btn{margin-top:1.25rem}.steps{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;gap:1rem 2rem;margin-bottom:2rem}.step{flex:1 1 200px;max-width:260px;text-align:center;padding:1.5rem}.step-num{width:48px;height:48px;margin:0 auto 1rem;background:var(--color-accent);color:#0d1117;font-size:1.25rem;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center}.step h3{font-size:1.1rem;font-weight:700;margin:0 0 .35rem}.step p{margin:0;font-size:.9rem;color:var(--color-text-muted);line-height:1.5}.step-arrow{display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--color-text-muted)}@media(max-width:768px){.step-arrow{display:none}}.section-personas{background:var(--color-bg)}.personas-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.persona{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:16px;padding:1.75rem;text-align:center;transition:border-color .2s,transform .2s}.persona:hover{border-color:#3fb9504d;transform:translateY(-2px)}.persona-icon{font-size:2rem;display:block;margin-bottom:.75rem;line-height:1}.persona h3{font-size:1.15rem;font-weight:700;margin:0 0 .5rem}.persona p{margin:0;font-size:.9rem;color:var(--color-text-muted);line-height:1.5}.persona p em{font-style:italic;color:var(--color-text-muted)}.section-testimonials{background:var(--color-bg-elevated)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.25rem;margin-top:1rem}.testimonial{background:var(--color-bg-card);border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);padding:1.5rem;margin:0;text-align:left;transition:border-color .2s}.testimonial:hover{border-color:var(--color-border)}.testimonial p{margin:0 0 .75rem;font-size:.95rem;line-height:1.55;color:var(--color-text)}.testimonial cite{font-size:.85rem;color:var(--color-text-muted);font-style:normal;font-weight:500}.testimonial cite strong{color:var(--color-text)}.section-pricing{background:var(--color-bg-elevated)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:2.5rem}.pricing-card{background:var(--color-bg-card);border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);padding:1.75rem;text-align:center;transition:border-color .2s}.pricing-card:hover{border-color:var(--color-border)}.pricing-card-featured{border-color:var(--color-accent)}.pricing-name{font-size:1.0625rem;font-weight:600;margin:0 0 .75rem;letter-spacing:-.01em}.pricing-price{margin:0 0 1rem;font-size:1.375rem;font-weight:700;color:var(--color-accent);letter-spacing:-.02em}.pricing-amount{letter-spacing:-.02em}.pricing-currency,.pricing-period{font-size:1rem;font-weight:600;color:var(--color-text-muted)}.pricing-desc{margin:0 0 1.5rem;font-size:.95rem;color:var(--color-text-muted);line-height:1.5}.pricing-card .btn{width:100%}.pricing-addon{max-width:480px;margin:0 auto;padding:1.5rem 2rem;background:var(--color-bg-card);border:1px dashed var(--color-border);border-radius:16px;text-align:center}.pricing-addon h4{font-size:1rem;font-weight:600;margin:0 0 .35rem;color:var(--color-text-muted)}.pricing-addon p{margin:0;font-size:.95rem;color:var(--color-text-muted);line-height:1.5}.pricing-addon-price{margin-top:.5rem!important;font-size:1.1rem;font-weight:700;color:var(--color-text)!important}.section-demo{background:var(--color-bg)}.demo-form{max-width:480px;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem}.demo-label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:500;color:var(--color-text)}.demo-label span{color:var(--color-text-muted)}.demo-label input,.demo-label textarea{padding:.6875rem 1rem;font-size:.9375rem;font-family:inherit;color:var(--color-text);background:var(--color-bg-card);border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);transition:border-color .2s}.demo-label input::placeholder,.demo-label textarea::placeholder{color:var(--color-text-muted)}.demo-label input:focus,.demo-label textarea:focus{outline:none;border-color:var(--color-accent)}.demo-label textarea{resize:vertical;min-height:100px}.demo-success{max-width:480px;margin:0 auto;padding:1.75rem;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);text-align:center}.demo-success p{margin:0;font-size:1rem;color:var(--color-text);line-height:1.5}.demo-success-fallback{margin-top:.75rem!important;font-size:.9rem;color:var(--color-text-muted)}.demo-success-fallback a{color:var(--color-accent);font-weight:500}.demo-success-fallback a:hover{color:var(--color-accent-hover);text-decoration:none}.demo-error{margin-top:1rem;font-size:.9rem;color:#f85149}.section-faq{background:var(--color-bg)}.faq-list{max-width:640px;margin:0 auto}.faq-item{border:1px solid var(--color-border);border-radius:12px;margin-bottom:.75rem;overflow:hidden;transition:border-color .2s}.faq-item:hover,.faq-item.open{border-color:var(--color-border)}.faq-question{width:100%;padding:1.25rem 1.5rem;background:transparent;border:none;color:var(--color-text);font-size:1rem;font-weight:600;font-family:inherit;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.faq-question:after{content:"+";font-size:1.25rem;color:var(--color-text-muted);transition:transform .2s}.faq-item.open .faq-question:after{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.open .faq-answer{max-height:280px}.faq-answer p{margin:0;padding:0 1.5rem 1.25rem;font-size:.95rem;color:var(--color-text-muted);line-height:1.6}.section-cta{position:relative;padding:4.5rem 0 5rem;text-align:center}.cta-bg{position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 50% 100%,rgba(46,160,67,.08),transparent);pointer-events:none}.section-cta .container{position:relative}.section-cta-organizers .btn-secondary{border-color:var(--color-accent);color:var(--color-accent)}.section-cta-organizers .btn-secondary:hover{background:#3fb9501a;color:var(--color-accent-hover);border-color:var(--color-accent-hover)}.cta-title{font-size:clamp(1.75rem,4vw,2.5rem)}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.footer{padding:3rem 0 2rem;border-top:1px solid var(--color-border-subtle);background:var(--color-bg-elevated)}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem;margin-bottom:2rem;text-align:left}@media(max-width:640px){.footer-grid{grid-template-columns:1fr;text-align:center}}.footer-brand{font-size:1.25rem;font-weight:800;margin:0 0 .5rem}.footer-tagline{font-size:.9rem;color:var(--color-text-muted);margin:0;line-height:1.5;max-width:280px}@media(max-width:640px){.footer-tagline{max-width:none}}.footer-col h4{font-size:.75rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;margin:0 0 .75rem}.footer-col a{display:block;font-size:.8125rem;color:var(--color-text-muted);margin-bottom:.375rem}.footer-col a:hover{color:var(--color-accent);text-decoration:none}.footer-copy{font-size:.75rem;color:var(--color-text-muted);margin:0;text-align:center;padding-top:1.5rem;border-top:1px solid var(--color-border-subtle)}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.hero-badge{animation:fadeUp .5s ease-out}.hero-title{animation:fadeUp .5s ease-out .06s both}.hero-subtitle{animation:fadeUp .5s ease-out .12s both}.hero-cta{animation:fadeUp .5s ease-out .18s both}.hero-tagline{animation:fadeUp .5s ease-out .2s both}.hero-phone-wrap{animation:fadeUp .7s ease-out .35s both}.legal-page{min-height:100vh;display:flex;flex-direction:column}.legal-header{position:sticky;top:0;z-index:100;background:#0d1117e6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--color-border)}.legal-header-inner{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;padding-bottom:1rem}.legal-header .logo{display:flex;align-items:center;text-decoration:none;transition:opacity .2s}.legal-header .logo:hover{text-decoration:none;opacity:.9}.legal-header .logo-img{height:2rem;width:auto;object-fit:contain;display:block}.legal-nav{display:flex;align-items:center;gap:1.5rem;font-size:.9rem;font-weight:500}.legal-back{color:var(--color-accent)}.legal-back:hover{color:var(--color-accent-hover);text-decoration:none}.legal-nav a:not(.legal-back){color:var(--color-text-muted)}.legal-nav a:not(.legal-back):hover{color:var(--color-text);text-decoration:none}.legal-main{flex:1;padding:3rem 0 4rem}.legal-content{max-width:720px;margin:0 auto}.legal-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;margin:0 0 2rem;letter-spacing:-.02em}.legal-article{font-size:.95rem;line-height:1.65}.legal-section{margin-bottom:2rem}.legal-section-title{font-size:1.15rem;font-weight:700;margin:0 0 .75rem;color:var(--color-text)}.legal-section-body p{margin:0 0 .5rem;color:var(--color-text-muted)}.legal-section-body p:last-child{margin-bottom:0}.legal-footer{padding:2rem 0;border-top:1px solid var(--color-border);background:var(--color-bg-elevated);text-align:center}.legal-footer-link{display:inline-block;margin-bottom:.75rem;font-weight:500;color:var(--color-accent)}.legal-footer-link:hover{color:var(--color-accent-hover);text-decoration:none}.legal-footer-copy{margin:0;font-size:.85rem;color:var(--color-text-muted)}
