:root{--bg-primary: #0D0D0D;--bg-secondary: #111611;--green-deep: #1A3318;--green-primary: #2D5A27;--green-mid: #3B7D34;--green-light: #5CA352;--green-muted: #B0C4A8;--text-primary: #FFFFFF;--text-secondary: #C8D5C0;--accent-gold: #D4A044;--accent-orange: #E8833A;--radius: 12px;--radius-lg: 20px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Gordita,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--bg-primary);color:var(--text-secondary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.site-nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:var(--bg-secondary);border-bottom:1px solid rgba(59,125,52,.15);position:sticky;top:0;z-index:100;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.site-nav .brand{display:flex;align-items:center;gap:.5rem;font-size:1.35rem;font-weight:700;color:var(--text-primary);text-decoration:none;letter-spacing:-.02em}.brand-logo{height:28px;width:auto}.site-nav .brand:hover{color:var(--green-light)}.nav-links{display:flex;gap:1.5rem}.nav-links a{color:var(--text-secondary);text-decoration:none;font-size:.9rem;transition:color .2s}.nav-links a:hover{color:var(--green-light)}main{padding:1rem;margin:0 auto}a{color:var(--green-light);text-decoration:none;transition:color .2s}a:hover{color:var(--green-mid)}.hero-logo{width:120px;height:auto;margin-bottom:1rem}.hero{text-align:center;padding:5rem 2rem 3rem;max-width:800px;margin:0 auto;position:relative}.hero:before{content:"";position:absolute;top:-80px;left:50%;transform:translate(-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(45,90,39,.25) 0%,rgba(45,90,39,.08) 40%,transparent 70%);pointer-events:none;z-index:0}.hero>*{position:relative;z-index:1}.hero h1{font-size:4rem;font-weight:700;color:var(--text-primary);letter-spacing:-.03em;line-height:1;margin:0 0 1rem;text-transform:none;max-width:none}.hero .tagline{font-size:1.5rem;color:var(--green-muted);font-weight:300;margin:0 0 1rem;max-width:none}.hero .subtitle{font-size:1.05rem;color:var(--text-secondary);max-width:520px;margin:0 auto 2.5rem;line-height:1.6}.cta-btn{display:inline-block;padding:.85rem 2rem;background:var(--green-primary);color:var(--text-primary);font-size:1rem;font-weight:600;border-radius:50px;text-decoration:none;transition:background .2s,transform .15s;border:1px solid var(--green-mid)}.cta-btn:hover{background:var(--green-mid);color:var(--text-primary);transform:translateY(-1px)}.hero-screenshots{display:flex;justify-content:center;gap:1.5rem;margin:3rem auto 0;max-width:700px}.hero-screenshots img{width:220px;border-radius:var(--radius-lg);box-shadow:0 20px 60px #00000080,0 0 40px #2d5a2726;transition:transform .3s}.hero-screenshots img:hover{transform:translateY(-6px)}.hero-screenshots img:nth-child(2){transform:translateY(20px)}.hero-screenshots img:nth-child(2):hover{transform:translateY(14px)}.section{padding:4rem 2rem;max-width:1100px;margin:0 auto}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.2rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.section-header p{font-size:1.1rem;color:var(--green-muted);max-width:none;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{background:var(--green-deep);border:1px solid rgba(59,125,52,.2);border-radius:var(--radius-lg);padding:1.5rem;text-align:center;transition:border-color .3s,transform .25s}.feature-card:hover{border-color:var(--green-mid);transform:translateY(-4px)}.feature-card img{width:100%;max-width:240px;border-radius:var(--radius);margin-bottom:1.25rem;box-shadow:0 8px 30px #0006}.feature-card h3{font-size:1.15rem;font-weight:600;color:var(--text-primary);margin-bottom:.3rem}.feature-card p{font-size:.9rem;color:var(--green-muted);margin:0;max-width:none;line-height:1.4}.cta-section{text-align:center;padding:4rem 2rem 5rem;position:relative}.cta-section:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:500px;height:400px;background:radial-gradient(ellipse,rgba(45,90,39,.2) 0%,transparent 70%);pointer-events:none}.cta-section>*{position:relative;z-index:1}.cta-section h2{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.cta-section p{color:var(--green-muted);margin-bottom:2rem;font-size:1.05rem;max-width:none}.site-footer{text-align:center;padding:2rem;border-top:1px solid rgba(59,125,52,.15);color:var(--green-muted);font-size:.85rem}.site-footer a{color:var(--green-muted);text-decoration:none;margin:0 .75rem}.site-footer a:hover{color:var(--green-light)}.legal{text-align:left;max-width:720px;padding:2rem 1rem}.legal h1{font-size:2rem;font-weight:700;color:var(--text-primary);text-transform:none;max-width:none;margin:1rem auto;line-height:1.2}.legal h2{color:var(--green-light);font-size:1.25rem;font-weight:600;margin:2rem 0 .5rem}.legal h3{color:var(--green-light);font-size:1.1rem;font-weight:600;margin:1.5rem 0 .5rem}.legal p,.legal ul,.legal li{max-width:none;margin:.5rem 0;line-height:1.6;text-align:left;color:var(--text-secondary)}.legal ul{padding-left:1.5rem}.legal a{color:var(--green-light);text-decoration:underline}.legal a:hover{color:var(--green-mid)}.legal strong{color:var(--text-primary)}@media(max-width:860px){.features-grid{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:3rem}.hero-screenshots img{width:170px}}@media(max-width:600px){.site-nav{flex-direction:column;gap:.75rem;padding:1rem}.nav-links{gap:1rem}.hero{padding:3rem 1.5rem 2rem}.hero h1{font-size:2.5rem}.hero .tagline{font-size:1.2rem}.hero-screenshots{flex-direction:column;align-items:center;gap:1rem}.hero-screenshots img{width:200px}.hero-screenshots img:nth-child(2){transform:none}.hero-screenshots img:nth-child(2):hover{transform:translateY(-6px)}.features-grid{grid-template-columns:1fr;gap:1.5rem}.section{padding:3rem 1.5rem}.section-header h2{font-size:1.8rem}}
