@import "https://fonts.googleapis.com/css?family=Inter:400,700|Montserrat:700&display=swap";@import "https://cdn.jsdelivr.net/npm/@n8n/chat/dist/style.css";body{font-family:Inter,Arial,sans-serif;margin:0;padding:0;background:#e0e7ef;color:#1a202c;line-height:1.6}.container{width:90%;max-width:1100px;margin:0 auto;padding:0 1rem}header.hero{background:linear-gradient(120deg,#0f172a,#2563eb);color:#fff;padding:0 0 60px;position:relative;overflow:hidden;min-height:420px}#hero-particles{position:absolute;top:0;left:0;width:100%;height:420px;z-index:0;pointer-events:none;overflow:hidden;background:rgba(56,189,248,.08)}.hero .container,.hero-content,.logo,nav{position:relative;z-index:1}.logo{font-family:Montserrat,Arial,sans-serif;font-size:2rem;font-weight:700;letter-spacing:1px;margin:.5rem 0}.logo-text{color:#fff}.logo-text .dot{color:#38bdf8}nav{justify-content:flex-end;align-items:center;margin-top:-2.5rem}nav,nav ul{display:flex}nav ul{list-style:none;gap:1.5rem;margin:0;padding:0}nav a{color:#e0e7ef;text-decoration:none;font-weight:500;font-size:1rem;transition:color .2s}nav a:hover{color:#38bdf8}.hero-content{text-align:center;margin-top:3rem;padding-bottom:2rem}.hero-content h1{font-family:Montserrat,Arial,sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.hero-content p{font-size:1.25rem;margin-bottom:2rem;color:#e0e7ef}.cta-btn{display:inline-block;background:#38bdf8;color:#fff;padding:.75rem 2rem;border-radius:30px;font-size:1.1rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:background .2s}.cta-btn:hover{background:#2563eb}.section{padding:60px 0 40px;background:#f8fafc;margin:.75rem;border-radius:12px;border:2px solid #ffffff;box-shadow:2px 4px 12px rgba(16,42,67,.5)}.section h2{font-family:Montserrat,Arial,sans-serif;font-size:2rem;color:#2563eb;margin-bottom:1.5rem;text-align:center}.about p{max-width:700px;margin:0 auto;text-align:center}.service-list{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.service{background:#e0e7ef;border-radius:10px;padding:2rem 1.5rem;flex:1 1 220px;max-width:260px;min-width:200px;border:2px solid #8c9bad;box-shadow:2px 4px 12px rgba(16,42,67,.5);text-align:center}.service h3{color:#0f172a;margin-bottom:.5rem;font-size:1.2rem}.benefits-list{list-style:none;padding:0;max-width:600px;margin:0 auto}.benefits-list li{background:#e0e7ef;color:#0f172a;border:2px solid #8c9bad;box-shadow:2px 4px 12px rgba(16,42,67,.5);margin-bottom:1rem;padding:.75rem 1.25rem;border-radius:8px;font-size:1.1rem;display:flex;align-items:center;gap:.5rem}.process-steps{max-width:700px;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;padding-left:2rem;font-size:1.1rem}.testimonials .placeholder{text-align:center;color:#64748b;font-style:italic;margin-top:1.5rem}.b2b-contact-form{border-radius:10px;box-sizing:border-box;max-width:600px;margin:0 auto 2rem;padding:2rem;background:#e0e7ef;border:2px solid #8c9bad;box-shadow:2px 4px 12px rgba(16,42,67,.5)}.form-group{margin-bottom:1.2rem}.form-row{display:flex;gap:1rem}label{display:block;margin-bottom:.4rem;color:#2563eb;font-weight:600}input[type=email],input[type=tel],input[type=text],input[type=url],textarea{width:100%;padding:.7rem;border:1px solid #cbd5e1;border-radius:6px;font-size:1rem;font-family:Inter,Arial,sans-serif;background:#fff;color:#1a202c;transition:border .2s;box-sizing:border-box}input[type=email]:focus,input[type=text]:focus,textarea:focus{border:1.5px solid #2563eb;outline:none}.form-submit-btn{background:#38bdf8;color:#fff;padding:.75rem 2rem;border:none;border-radius:4px;font-weight:600;font-size:1rem;cursor:pointer;box-shadow:0 1px 4px rgba(56,189,248,.08);transition:background .2s}.form-submit-btn:hover{background:#2563eb}#form-status{margin-top:1rem;font-size:1rem;min-height:1.2em}.contact-info{text-align:center;color:#64748b}footer{background:#0f172a;color:#e0e7ef;text-align:center;padding:1.2rem 0;font-size:1rem;margin-top:2rem;border-radius:0 0 12px 12px}@media (max-width:900px){.service-list{flex-direction:column;align-items:center}nav ul{gap:1rem}}@media (max-width:600px){.container{width:98%;padding:0 .5rem}.hero-content h1{font-size:1.5rem}.section h2{font-size:1.3rem}.service{padding:1.2rem .7rem;min-width:0;max-width:100%}.contact form{padding:1rem .5rem}nav ul{flex-direction:column;gap:.5rem;background:rgba(15,23,42,.95);position:absolute;right:1rem;top:3.5rem;border-radius:8px;padding:.5rem 1rem;display:none}}:root{--chat--color--primary:#38bdf8;--chat--color--primary-shade-50:#2563eb;--chat--color--primary--shade-100:#1d4ed8;--chat--color--secondary:#38bdf8;--chat--color-secondary-shade-50:#0ea5e9;--chat--color-white:#ffffff;--chat--color-light:#f8fafc;--chat--color-light-shade-50:#e0e7ef;--chat--color-light-shade-100:#cbd5e1;--chat--color-medium:#8c9bad;--chat--color-dark:#0f172a;--chat--color-disabled:#64748b;--chat--color-typing:#1a202c;--chat--spacing:1rem;--chat--border-radius:10px;--chat--transition-duration:0.2s;--chat--window--width:400px;--chat--window--height:600px;--chat--header-height:auto;--chat--header--padding:var(--chat--spacing);--chat--header--background:linear-gradient(120deg,#0f172a,#2563eb);--chat--header--color:#ffffff;--chat--header--border-top:none;--chat--header--border-bottom:2px solid #38bdf8;--chat--heading--font-size:1.5em;--chat--subtitle--font-size:0.9em;--chat--subtitle--line-height:1.6;--chat--textarea--height:50px;--chat--message--font-size:1rem;--chat--message--padding:var(--chat--spacing);--chat--message--border-radius:8px;--chat--message-line-height:1.6;--chat--message--bot--background:#e0e7ef;--chat--message--bot--color:#0f172a;--chat--message--bot--border:2px solid #8c9bad;--chat--message--user--background:#38bdf8;--chat--message--user--color:#ffffff;--chat--message--user--border:none;--chat--message--pre--background:rgba(15,23,42,0.1);--chat--toggle--background:#38bdf8;--chat--toggle--hover--background:#2563eb;--chat--toggle--active--background:#1d4ed8;--chat--toggle--color:#ffffff;--chat--toggle--size:64px}.chat-window-toggle{margin-bottom:75px}