:root{--brand-50: #eff8f2;--brand-100: #dcefe2;--brand-200: #bfe3ca;--brand-300: #96d4aa;--brand-400: #65c383;--brand-500: #3c9a5a;--brand-600: #215030;--brand-700: #1a3f26;--brand-800: #132f1c;--brand-900: #0e2014;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--success: #10b981;--radius: 14px;--shadow-sm: 0 1px 2px rgba(16,24,40,.06), 0 1px 3px rgba(16,24,40,.1);--shadow-md: 0 4px 6px -1px rgba(16,24,40,.08), 0 2px 4px -2px rgba(16,24,40,.06);--shadow-lg: 0 10px 15px -3px rgba(16,24,40,.1), 0 4px 6px -4px rgba(16,24,40,.05)}*{box-sizing:border-box}html,body,#root{margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--gray-800);background:#fff;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}h1,h2,h3,p{margin:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:10px;font-size:15px;font-weight:600;border:1px solid transparent;cursor:pointer;transition:all .15s ease;white-space:nowrap}.btn-lg{padding:14px 28px;font-size:16px}.btn-primary{background:var(--brand-600);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--brand-700);transform:translateY(-1px)}.btn-secondary{background:#fff;color:var(--gray-700);border-color:var(--gray-300)}.btn-secondary:hover{background:var(--gray-50);border-color:var(--gray-400)}.btn-ghost{background:transparent;color:var(--gray-600)}.btn-ghost:hover{color:var(--brand-600)}.btn-block{width:100%}.nav{position:sticky;top:0;z-index:100;background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-100)}.nav-inner{max-width:1200px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.nav-brand{display:flex;align-items:center;gap:10px}.nav-logo{height:80px;width:auto;display:block}.footer-logo{height:72px;width:auto;display:block;filter:brightness(0) invert(1)}.nav-name{font-size:18px;font-weight:800;color:var(--gray-900)}.nav-links{display:flex;gap:28px}.nav-links a{font-size:15px;font-weight:500;color:var(--gray-600)}.nav-links a:hover{color:var(--brand-600)}.nav-cta{display:flex;gap:10px}.lang-switch{display:inline-flex;align-items:center}.lang-select{appearance:none;-webkit-appearance:none;background-color:#fff;border:1px solid var(--gray-300);border-radius:8px;padding:7px 30px 7px 12px;font-size:13px;font-weight:600;color:var(--gray-700);cursor:pointer;line-height:1.2;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 9px center}.lang-select:focus{outline:2px solid var(--brand-500);outline-offset:1px;border-color:var(--brand-500)}.hero{background:linear-gradient(180deg,var(--brand-50) 0%,#fff 100%);padding:80px 24px 60px;text-align:center}.hero-inner{max-width:820px;margin:0 auto}.hero-badge{display:inline-block;background:#fff;border:1px solid var(--brand-200);color:var(--brand-700);font-size:13px;font-weight:600;padding:6px 14px;border-radius:999px;margin-bottom:24px}.hero-title{font-size:clamp(32px,6.5vw,52px);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--gray-900);margin-bottom:20px}.gradient{background:linear-gradient(135deg,var(--brand-500),var(--brand-700));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:19px;color:var(--gray-500);line-height:1.6;max-width:640px;margin:0 auto 32px}.hero-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.hero-stats{display:flex;justify-content:center;gap:48px;margin-top:56px;flex-wrap:wrap}.hero-stats div{text-align:center}.hero-stats strong{display:block;font-size:28px;font-weight:800;color:var(--gray-900)}.hero-stats span{font-size:14px;color:var(--gray-500)}.section{padding:80px 24px}.section-alt{background:var(--gray-50)}.section-inner{max-width:1100px;margin:0 auto;text-align:center}.section-title{font-size:clamp(26px,4.5vw,36px);font-weight:800;letter-spacing:-.02em;color:var(--gray-900);margin-bottom:12px}.section-subtitle{font-size:17px;color:var(--gray-500);margin-bottom:48px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;text-align:left}.feature-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow-sm);transition:all .2s ease}.feature-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.feature-icon{font-size:32px;margin-bottom:16px}.feature-card h3{font-size:18px;font-weight:700;margin-bottom:8px;color:var(--gray-900)}.feature-card p{font-size:15px;color:var(--gray-500);line-height:1.6}.demo-frame{max-width:900px;margin:0 auto;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid var(--gray-200)}.demo-iframe{display:block;width:100%;height:min(680px,88vh);border:none;border-radius:16px}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;text-align:left}.step-card{padding:24px}.step-num{font-size:40px;font-weight:800;color:var(--brand-200);margin-bottom:12px}.step-card h3{font-size:18px;font-weight:700;margin-bottom:8px;color:var(--gray-900)}.step-card p{font-size:15px;color:var(--gray-500);line-height:1.6}.billing-toggle{display:inline-flex;background:var(--gray-100);border-radius:999px;padding:4px;gap:4px;margin-bottom:40px}.billing-btn{border:none;background:transparent;padding:10px 22px;border-radius:999px;font-size:15px;font-weight:600;color:var(--gray-600);cursor:pointer;transition:all .2s ease}.billing-btn.active{background:#fff;color:var(--brand-700);box-shadow:var(--shadow-sm)}.save-badge{font-size:11px;font-weight:700;color:var(--success);background:#d1fae5;padding:2px 6px;border-radius:999px;margin-left:4px}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;max-width:1100px;margin:0 auto}.price-card{position:relative;background:#fff;border:2px solid var(--gray-200);border-radius:var(--radius);padding:32px 28px;text-align:left;display:flex;flex-direction:column;transition:all .2s ease}.price-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.price-card.popular{border-color:var(--brand-500);box-shadow:0 0 0 4px var(--brand-100)}.price-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--brand-600);color:#fff;font-size:12px;font-weight:700;padding:4px 14px;border-radius:999px;white-space:nowrap}.price-name{font-size:20px;font-weight:800;color:var(--gray-900)}.price-tagline{font-size:14px;color:var(--gray-500);margin-bottom:20px}.price-amount{margin-bottom:4px}.price-euro{font-size:40px;font-weight:800;color:var(--gray-900)}.price-per{font-size:15px;color:var(--gray-500)}.price-free{font-size:40px;font-weight:800;color:var(--gray-900)}.price-billed{font-size:13px;color:var(--gray-400);margin-bottom:8px}.price-limit{font-size:13px;font-weight:600;color:var(--brand-700);background:var(--brand-50);padding:4px 10px;border-radius:999px;display:inline-block;align-self:flex-start;margin-bottom:20px}.price-features{list-style:none;padding:0;margin:0 0 24px;flex:1}.price-features li{font-size:15px;color:var(--gray-700);padding:8px 0;border-bottom:1px solid var(--gray-50)}.price-features li:last-child{border-bottom:none}.why-mantis{background:linear-gradient(180deg,#fff 0%,var(--brand-50) 100%)}.why-grid{display:grid;grid-template-columns:320px 1fr;gap:40px;align-items:center;max-width:940px;margin:0 auto;text-align:left}.why-media img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow-lg);display:block}.why-text p{font-size:16px;color:var(--gray-600);line-height:1.7;margin-bottom:14px}.why-fact{margin-top:18px;background:#fff;border:1px solid var(--brand-200);border-left:4px solid var(--brand-500);border-radius:10px;padding:14px 18px}.why-fact-label{display:inline-block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--brand-700);margin-bottom:6px}.why-fact p{margin:0;font-size:14px;color:var(--gray-600);line-height:1.6}.cta{background:linear-gradient(135deg,var(--brand-700),var(--brand-500));padding:80px 24px;text-align:center;color:#fff}.cta-inner{max-width:640px;margin:0 auto}.cta h2{font-size:clamp(26px,4.5vw,36px);font-weight:800;margin-bottom:12px;color:#fff}.cta p{font-size:18px;opacity:.9;margin-bottom:32px}.cta .btn-primary{background:#fff;color:var(--brand-700)}.cta .btn-primary:hover{background:var(--gray-50)}.footer{background:var(--brand-800);color:var(--brand-100);padding:40px 24px}.footer-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-brand{display:flex;align-items:center;gap:10px;color:#fff;font-weight:700}.footer-text{font-size:14px}@media(max-width:768px){.nav-inner{padding:10px 18px;gap:12px}.nav-logo{height:52px}.nav-links{display:none}.hero{padding:56px 20px 48px}.hero-subtitle{font-size:16px}.hero-actions .btn-lg{width:100%;max-width:340px}.hero-stats{gap:24px}.section{padding:48px 16px}.section-subtitle{font-size:15px;margin-bottom:32px}.demo-iframe{height:min(480px,75vh)}.pricing-grid{gap:16px}.price-card{padding:24px 20px}.footer-inner{justify-content:center;text-align:center}.footer-brand{justify-content:center}}@media(max-width:480px){.nav-inner{padding:8px 14px;gap:8px}.nav-logo{height:40px}.nav-cta{gap:8px}.nav-cta .btn{padding:8px 14px;font-size:13px}.nav-cta .btn-ghost{display:none}.lang-select{padding:5px 26px 5px 10px;font-size:12px}.hero-stats{gap:20px}.hero-stats strong{font-size:22px}.hero-stats span{font-size:13px}.billing-btn{padding:8px 16px;font-size:14px}.price-euro,.price-free{font-size:32px}.cta{padding:56px 20px}.cta p{font-size:16px}.demo-iframe{height:min(420px,70vh)}.footer-logo{height:56px}.why-grid{grid-template-columns:1fr}.why-media{max-width:320px;margin:0 auto}}@media(max-width:400px){.nav-logo{height:34px}.lang-select{max-width:96px}.nav-cta .btn{padding:7px 10px;font-size:12px}}
