:root{--gray-900: #2d2d2d;--gray-700: #555555;--gray-600: #666666;--gray-500: #888888;--gray-400: #aaaaaa;--gray-300: #cccccc;--gray-200: #e5e5e5;--gray-100: #f2f2f2;--gray-50: #f8f8f8;--white: #ffffff;--accent: #3b82f6;--accent-hover: #2563eb;--accent-light: #dbeafe;--green: #22c55e;--green-light: #dcfce7;--orange: #f59e0b;--orange-light: #fef3c7;--red: #ef4444;--font: Arial, Helvetica, sans-serif;--max-width: 1100px;--radius: 12px;--radius-lg: 20px;--shadow: 0 2px 12px rgba(0,0,0,.08);--shadow-lg: 0 8px 32px rgba(0,0,0,.12)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:18px}body{font-family:var(--font);color:var(--gray-700);background:var(--white);line-height:1.7;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.site-nav{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:2px solid var(--gray-200);padding:0 24px}.nav-inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:72px}.nav-logo{display:flex;align-items:center}.nav-logo-img{height:52px;width:auto}.nav-logo:hover{opacity:.8}.nav-links{display:flex;align-items:center;gap:8px;list-style:none}.nav-links a{color:var(--gray-600);font-weight:600;font-size:.9rem;padding:8px 16px;border-radius:8px;transition:background .2s,color .2s}.nav-links a:hover{background:var(--gray-100);color:var(--gray-900);text-decoration:none}.nav-links .btn-connect{background:var(--accent);color:var(--white);padding:10px 28px;border-radius:50px;font-weight:700;font-size:.95rem;margin-left:8px;transition:background .2s,transform .1s}.nav-links .btn-connect:hover{background:var(--accent-hover);transform:translateY(-1px)}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px}.nav-toggle svg{width:28px;height:28px;stroke:var(--gray-700)}@media(max-width:768px){.nav-toggle{display:block}.nav-links{display:none;position:absolute;top:72px;left:0;right:0;background:var(--white);flex-direction:column;padding:16px 24px;border-bottom:2px solid var(--gray-200);gap:4px;box-shadow:var(--shadow-lg)}.nav-links.open{display:flex}.nav-links a{padding:14px 16px;font-size:1rem;width:100%}.nav-links .btn-connect{margin-left:0;text-align:center;margin-top:8px}}.hero{padding:80px 24px 60px;text-align:center;background:linear-gradient(180deg,var(--gray-50) 0%,var(--white) 100%)}.hero-inner{max-width:800px;margin:0 auto}.hero-badge{display:inline-block;background:var(--accent-light);color:var(--accent);font-size:.8rem;font-weight:700;padding:6px 16px;border-radius:50px;margin-bottom:24px;letter-spacing:.5px;text-transform:uppercase}.hero h1{font-size:2.8rem;font-weight:900;color:var(--gray-900);line-height:1.15;margin-bottom:20px;letter-spacing:-1px}.hero h1 span{color:var(--gray-500)}.hero p{font-size:1.2rem;color:var(--gray-600);max-width:600px;margin:0 auto 40px;line-height:1.6}.hero-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:10px;background:var(--accent);color:var(--white);font-family:var(--font);font-weight:800;font-size:1.15rem;padding:18px 44px;border-radius:60px;border:none;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 16px #3b82f64d}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 24px #3b82f666;text-decoration:none;color:var(--white)}.btn-primary svg{width:22px;height:22px;fill:currentColor}.btn-secondary{display:inline-flex;align-items:center;gap:8px;background:var(--white);color:var(--gray-700);font-family:var(--font);font-weight:700;font-size:1.05rem;padding:16px 36px;border-radius:60px;border:2px solid var(--gray-300);cursor:pointer;transition:all .2s}.btn-secondary:hover{border-color:var(--gray-500);background:var(--gray-50);text-decoration:none}@media(max-width:600px){.hero{padding:50px 20px 40px}.hero h1{font-size:2rem}.hero p{font-size:1.05rem}.btn-primary{font-size:1.05rem;padding:16px 36px;width:100%;justify-content:center}.btn-secondary{width:100%;justify-content:center}}.features-strip{padding:0 24px 80px}.features-grid{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card{background:var(--gray-50);border:2px solid var(--gray-200);border-radius:var(--radius-lg);padding:32px 28px;text-align:center;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.feature-icon{width:56px;height:56px;background:var(--accent-light);border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 18px}.feature-icon svg{width:28px;height:28px;stroke:var(--accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.feature-card h3{font-size:1.1rem;font-weight:800;color:var(--gray-900);margin-bottom:8px}.feature-card p{font-size:.9rem;color:var(--gray-600);line-height:1.5}@media(max-width:768px){.features-grid{grid-template-columns:1fr;gap:16px}}.how-section{padding:80px 24px;background:var(--white)}.how-inner{max-width:var(--max-width);margin:0 auto}.section-header{text-align:center;margin-bottom:48px}.section-header h2{font-size:2rem;font-weight:900;color:var(--gray-900);margin-bottom:12px;letter-spacing:-.5px}.section-header p{font-size:1.05rem;color:var(--gray-600);max-width:600px;margin:0 auto}.how-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:16px}.how-step{text-align:center;padding:28px 16px;position:relative}.how-step:after{content:"→";position:absolute;right:-12px;top:48px;font-size:1.5rem;color:var(--gray-300);font-weight:900}.how-step:last-child:after{display:none}.how-step-num{width:44px;height:44px;background:var(--accent);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.1rem;margin:0 auto 14px}.how-step h3{font-size:.95rem;font-weight:800;color:var(--gray-900);margin-bottom:6px}.how-step p{font-size:.82rem;color:var(--gray-600);line-height:1.5}@media(max-width:768px){.how-flow{grid-template-columns:1fr 1fr;gap:24px}.how-step:after{display:none}}@media(max-width:480px){.how-flow{grid-template-columns:1fr}}.demo-section{padding:80px 24px;background:var(--gray-50)}.demo-inner{max-width:var(--max-width);margin:0 auto}.screenshots{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.screenshot-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;border:2px solid var(--gray-200);box-shadow:var(--shadow)}.screenshot-img{width:100%;aspect-ratio:16 / 10;background:var(--gray-200);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.screenshot-caption{padding:20px 24px}.screenshot-caption h3{font-size:1.05rem;font-weight:800;color:var(--gray-900);margin-bottom:6px}.screenshot-caption p{font-size:.85rem;color:var(--gray-600);line-height:1.5}@media(max-width:768px){.screenshots{grid-template-columns:1fr}.demo-section{padding:50px 20px}}.tuto-section{padding:80px 24px}.tuto-section.alt{background:var(--gray-50)}.tuto-inner{max-width:var(--max-width);margin:0 auto}.tuto-steps{display:flex;flex-direction:column;gap:32px;margin-top:16px}.tuto-step{display:flex;gap:24px;align-items:flex-start;background:var(--white);border:2px solid var(--gray-200);border-radius:var(--radius-lg);padding:32px;transition:transform .2s,box-shadow .2s}.tuto-section.alt .tuto-step{background:var(--white)}.tuto-step:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.step-number{flex-shrink:0;width:52px;height:52px;background:var(--accent);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.3rem}.step-content h3{font-size:1.15rem;font-weight:800;color:var(--gray-900);margin-bottom:8px}.step-content p{font-size:.95rem;color:var(--gray-600);line-height:1.6}.step-tip{margin-top:12px;background:var(--accent-light);border-radius:10px;padding:12px 16px;font-size:.85rem;color:var(--accent);font-weight:600;display:flex;align-items:flex-start;gap:8px}.step-tip svg{flex-shrink:0;width:18px;height:18px;stroke:var(--accent);fill:none;stroke-width:2;margin-top:1px}@media(max-width:600px){.tuto-step{flex-direction:column;gap:16px;padding:24px}.tuto-section{padding:50px 20px}}.pricing-section{padding:80px 24px}.pricing-inner{max-width:800px;margin:0 auto}.pricing-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:16px}.pricing-card{background:var(--white);border:2px solid var(--gray-200);border-radius:var(--radius-lg);padding:36px 32px;text-align:center;transition:transform .2s,box-shadow .2s}.pricing-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.pricing-card.featured{border-color:var(--accent)}.pricing-label{font-size:.85rem;font-weight:700;color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.pricing-price{font-size:2.8rem;font-weight:900;color:var(--gray-900);line-height:1;margin-bottom:6px}.pricing-price-sub{font-size:.85rem;color:var(--gray-500);margin-bottom:24px}.pricing-features{text-align:left;list-style:none;margin-bottom:28px}.pricing-features li{font-size:.9rem;color:var(--gray-600);padding:8px 0;border-bottom:1px solid var(--gray-100);display:flex;align-items:center;gap:10px}.pricing-features li:last-child{border:none}.pricing-features svg{flex-shrink:0;width:18px;height:18px;stroke:var(--green);fill:none;stroke-width:2.5}.pricing-btn{display:block;width:100%;padding:14px;border-radius:50px;font-family:var(--font);font-weight:800;font-size:.95rem;border:2px solid var(--gray-300);background:var(--white);color:var(--gray-700);cursor:pointer;transition:all .2s}.pricing-btn:hover{border-color:var(--gray-500);background:var(--gray-50)}.pricing-card.featured .pricing-btn{background:var(--accent);color:var(--white);border-color:var(--accent)}.pricing-card.featured .pricing-btn:hover{background:var(--accent-hover)}.pricing-note{text-align:center;margin-top:32px;font-size:.85rem;color:var(--gray-500);line-height:1.6}@media(max-width:600px){.pricing-cards{grid-template-columns:1fr}.pricing-section{padding:50px 20px}}.site-footer{background:var(--gray-900);color:var(--gray-400);padding:48px 24px 32px}.footer-inner{max-width:var(--max-width);margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:32px}.footer-brand{max-width:320px}.footer-brand h3{font-size:1.2rem;font-weight:900;color:var(--white);margin-bottom:8px}.footer-brand p{font-size:.85rem;line-height:1.6}.footer-links h4{font-size:.8rem;font-weight:700;color:var(--gray-300);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.footer-links ul{list-style:none}.footer-links li{margin-bottom:8px}.footer-links a{color:var(--gray-400);font-size:.85rem;transition:color .2s}.footer-links a:hover{color:var(--white);text-decoration:none}.footer-bottom{max-width:var(--max-width);margin:32px auto 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:.8rem}.footer-bottom a{color:var(--gray-400)}.footer-bottom a:hover{color:var(--white)}@media(max-width:600px){.footer-inner{flex-direction:column}.footer-bottom{flex-direction:column;text-align:center}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}
