:root{font-family:Inter,system-ui,Arial,sans-serif;color:#0f172a;background:#f8fafc;scroll-behavior:smooth}body{margin:0}a{text-decoration:none;color:inherit}.header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:10px 7%;background:#ffffffe0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #e2e8f0}.brand{display:flex;align-items:center;gap:10px;font-weight:800;color:#0f766e;max-width:180px;overflow:hidden}.brand svg{width:28px}.brandLogo{display:block;width:auto;height:40px;max-width:180px;object-fit:contain}.nav{display:flex;gap:24px}.nav a{font-weight:600;color:#334155}.nav a:hover{color:#0f766e}.menu{display:none;background:none;border:0}.section{padding:90px 7%}.hero{display:grid;grid-template-columns:1.3fr .7fr;gap:48px;align-items:center;min-height:70vh;background:linear-gradient(135deg,#ecfeff,#fff,#eff6ff)}.eyebrow{display:inline-block;padding:8px 12px;border-radius:999px;background:#ccfbf1;color:#0f766e;font-weight:700}.hero h1{font-size:clamp(42px,7vw,76px);line-height:1;margin:24px 0 12px}.hero p{font-size:20px;max-width:760px}.muted{color:#475569}.actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:30px}.btn{border-radius:12px;padding:14px 20px;font-weight:800;border:0;cursor:pointer}.primary{background:#0f766e;color:#fff}.secondary{background:#fff;color:#0f766e;border:1px solid #99f6e4}.heroCard,.service,.cards>div,.chat,.form{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:28px;box-shadow:0 18px 45px #0f172a14}.heroCard svg,.service svg{width:48px;height:48px;color:#0f766e}h2{font-size:clamp(30px,4vw,48px);margin:0 0 24px;display:flex;align-items:center;gap:12px}h3{font-size:24px}.split{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.cards{display:grid;gap:18px}.serviceGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service p,.split p{color:#475569;line-height:1.7}.chat{max-width:900px}.msg{padding:14px 16px;border-radius:16px;margin:10px 0;line-height:1.5}.msg.assistant{background:#f1f5f9}.msg.user{background:#ccfbf1;margin-left:auto;max-width:75%}.chatInput{display:flex;gap:10px;margin-top:20px}.chatInput input,.form input,.form textarea{width:100%;padding:14px;border:1px solid #cbd5e1;border-radius:12px;font:inherit}.chatInput button{padding:0 20px;border:0;border-radius:12px;background:#0f766e;color:#fff;font-weight:800}.small{font-size:14px;color:#64748b}.form{display:grid;gap:14px}.form textarea{min-height:140px}footer{text-align:center;padding:30px;background:#0f172a;color:#fff}@media(max-width:850px){.hero,.split,.serviceGrid{grid-template-columns:1fr}.brand{max-width:150px}.brandLogo{height:36px;max-width:150px}.menu{display:block}.nav{display:none;position:absolute;top:58px;left:0;right:0;flex-direction:column;background:#fff;padding:20px 7%;border-bottom:1px solid #e2e8f0}.nav.open{display:flex}}
