@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";.app-layout{min-height:100vh;display:flex;flex-direction:column}.nav{position:sticky;top:0;z-index:100;padding:1rem 5%;display:flex;justify-content:space-between;align-items:center;background:#0a0a0ae6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color)}.nav-brand{font-size:1.4rem;font-weight:800;letter-spacing:-.5px}.nav-brand span{color:var(--accent-red)}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{color:var(--text-muted);font-weight:500;font-size:.95rem;transition:color .2s}.nav-links a:hover{color:var(--text-main)}.nav-cta{background:var(--accent-red);color:#fff;padding:.6rem 1.25rem;border-radius:6px;font-weight:600;font-size:.9rem;border:none;transition:all .2s}.nav-cta:hover{background:var(--accent-red-dark)}.nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:1px solid var(--border-color);border-radius:6px;padding:8px 10px;cursor:pointer}.nav-hamburger span{display:block;width:22px;height:2px;background:var(--text-main);transition:all .2s}.hero{padding:5rem 5% 6rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;left:50%;transform:translate(-50%);width:800px;height:800px;background:radial-gradient(circle,var(--accent-red-glow) 0%,transparent 70%);pointer-events:none;z-index:0}.hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto}.hero-badge{display:inline-block;background:#e639461a;border:1px solid rgba(230,57,70,.3);color:var(--accent-red);padding:.4rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.hero h1{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}.hero h1 .highlight{color:var(--accent-red)}.hero-sub{font-size:1.25rem;color:var(--text-muted);max-width:650px;margin:0 auto 2.5rem;line-height:1.7}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:var(--accent-red);color:#fff;padding:1rem 2rem;border-radius:8px;font-weight:700;font-size:1rem;border:none;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}.btn-primary:hover{background:var(--accent-red-dark);transform:translateY(-2px)}.btn-secondary{background:var(--bg-card);color:var(--text-main);padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;border:1px solid var(--border-color);transition:all .2s}.btn-secondary:hover{background:var(--bg-secondary);border-color:var(--border-light)}.stats-bar{background:var(--bg-secondary);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:2.5rem 5%}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1000px;margin:0 auto;text-align:center}.stat-item h3{font-size:2rem;font-weight:800;color:var(--accent-red);margin-bottom:.25rem}.stat-item p{color:var(--text-muted);font-size:.9rem}.services{padding:5rem 5%}.section-header{text-align:center;margin-bottom:3.5rem}.section-header h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;margin-bottom:.75rem}.section-header p{color:var(--text-muted);font-size:1.1rem;max-width:600px;margin:0 auto}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.pricing-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;padding:2rem;position:relative;transition:all .3s}.pricing-card:hover{border-color:var(--border-light);transform:translateY(-4px)}.pricing-card.featured{border-color:var(--accent-red);box-shadow:0 0 40px var(--accent-red-glow)}.pricing-card.featured:before{content:"MOST POPULAR";position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--accent-red);color:#fff;padding:.25rem 1rem;border-radius:20px;font-size:.7rem;font-weight:700;letter-spacing:.05em}.pricing-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.pricing-card .price{font-size:2.5rem;font-weight:800;color:var(--accent-red);margin-bottom:.25rem}.pricing-card .price-sub{color:var(--text-muted);font-size:.9rem;margin-bottom:1.5rem}.pricing-card ul{list-style:none;margin-bottom:1.5rem}.pricing-card li{padding:.5rem 0;color:var(--text-muted);font-size:.95rem;display:flex;align-items:flex-start;gap:.75rem}.pricing-card li:before{content:"✓";color:var(--accent-red);font-weight:700;flex-shrink:0}.pricing-card .btn-primary,.pricing-card .btn-secondary{width:100%;justify-content:center}.features{padding:5rem 5%;background:var(--bg-secondary)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}.feature-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;padding:1.75rem;transition:all .2s}.feature-card:hover{border-color:var(--border-light)}.feature-icon{font-size:1.75rem;margin-bottom:1rem}.feature-card h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.feature-card p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.mycelium-section{padding:5rem 5%;position:relative}.mycelium-card{max-width:900px;margin:0 auto;background:linear-gradient(135deg,var(--bg-card) 0%,rgba(230,57,70,.05) 100%);border:1px solid var(--accent-red);border-radius:20px;padding:3rem;display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}.mycelium-content h2{font-size:2rem;font-weight:800;margin-bottom:1rem}.mycelium-content h2 span{color:var(--accent-red)}.mycelium-content p{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.7}.mycelium-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.mycelium-stat{background:#e639461a;border-radius:8px;padding:1rem;text-align:center}.mycelium-stat h4{font-size:1.5rem;font-weight:800;color:var(--accent-red)}.mycelium-stat p{font-size:.8rem;color:var(--text-muted);margin:0}.mycelium-visual{background:var(--bg-color);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;font-family:Monaco,Menlo,monospace;font-size:.8rem;line-height:1.8;color:var(--text-muted)}.mycelium-visual .conflict-high{color:#ff6b6b}.mycelium-visual .conflict-med{color:#ffa94d}.mycelium-visual .header{color:var(--accent-red);font-weight:700;margin-bottom:.5rem}.contact-section{padding:5rem 5%;background:var(--bg-secondary)}.contact-card{max-width:600px;margin:0 auto;text-align:center}.contact-card h2{font-size:2rem;font-weight:800;margin-bottom:.75rem}.contact-card>p{color:var(--text-muted);margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1rem;text-align:left}.contact-form input,.contact-form select,.contact-form textarea{background:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;padding:.9rem 1rem;color:var(--text-main);font-size:1rem;font-family:inherit;transition:border-color .2s}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:var(--accent-red)}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--text-dim)}.contact-form textarea{resize:vertical;min-height:100px}.contact-form .btn-primary{margin-top:.5rem}.contact-info{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border-color);display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.contact-info a{color:var(--text-muted);font-size:.95rem;display:flex;align-items:center;gap:.5rem;transition:color .2s}.contact-info a:hover{color:var(--accent-red)}.footer{padding:3rem 5% 2rem;border-top:1px solid var(--border-color)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto 3rem}.footer-brand{font-size:1.3rem;font-weight:800;margin-bottom:.75rem}.footer-brand span{color:var(--accent-red)}.footer-desc{color:var(--text-muted);font-size:.9rem;line-height:1.6;max-width:280px}.footer-col h4{font-size:.9rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.6rem}.footer-col a{color:var(--text-muted);font-size:.9rem;transition:color .2s}.footer-col a:hover{color:var(--accent-red)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--border-color);color:var(--text-dim);font-size:.85rem}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:var(--text-dim);transition:color .2s}.footer-links a:hover{color:var(--text-muted)}@media (max-width: 1024px){.mycelium-card{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.nav-links{display:none}.nav-hamburger{display:flex}.hero{padding:3rem 5% 4rem}.hero h1{font-size:2rem}.hero-sub{font-size:1rem}.hero-actions{flex-direction:column;align-items:stretch}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-item h3{font-size:1.5rem}.pricing-grid,.features-grid{grid-template-columns:1fr}.mycelium-card{padding:2rem}.mycelium-content h2{font-size:1.5rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.contact-info{flex-direction:column;gap:1rem}}@media (max-width: 480px){.hero{padding:2rem 4% 3rem}.services,.features,.mycelium-section,.contact-section{padding:3rem 4%}.pricing-card{padding:1.5rem}.mycelium-stats{grid-template-columns:1fr}}.mobile-nav{position:absolute;top:100%;left:0;right:0;background:#0a0a0afa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);padding:1rem 5%;display:flex;flex-direction:column;z-index:200}.mobile-nav a{padding:1rem 0;border-bottom:1px solid var(--border-color);color:var(--text-main);font-weight:600}.mobile-nav a:last-child{border-bottom:none}.page-container{padding:4rem 5%;max-width:1000px;margin:0 auto}.page-container h1{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.page-container .subtitle{color:var(--text-muted);font-size:1.1rem;margin-bottom:3rem}:root{--bg-color: #0a0a0a;--bg-secondary: #111111;--bg-card: #141414;--text-main: #f0f0f0;--text-muted: #888888;--text-dim: #555555;--accent-red: #e63946;--accent-red-dark: #c62828;--accent-red-glow: rgba(230, 57, 70, .3);--accent-cyan: #00d4ff;--border-color: #1e1e1e;--border-light: #2a2a2a;--glass-bg: rgba(255, 255, 255, .02);--glass-border: rgba(255, 255, 255, .06)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;line-height:1.6}::selection{background:var(--accent-red);color:#fff}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}img{max-width:100%;height:auto}
