:root{--teal:#0d9488;--teal-dark:#0f766e;--teal-light:#e6f7f5;--teal-bg:#f0fafa;--navy:#134e4a;--dark-footer:#1a3a38;--text-dark:#111827;--text-mid:#374151;--text-muted:#6b7280;--border:#e5e7eb;--white:#ffffff;--font:Inter, sans-serif}*{box-sizing:border-box}body{margin:0;font-family:var(--font);color:var(--text-dark);background:var(--white);font-size:15px;line-height:1.6}a{text-decoration:none;color:inherit}button{font:inherit}svg{display:block}.app{min-height:100vh}.nav{display:flex;align-items:center;justify-content:space-between;padding:0 48px;height:68px;background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.logo{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:700;color:var(--text-dark);cursor:pointer}.logo-icon{width:36px;height:36px;background:var(--teal);border-radius:8px;display:flex;align-items:center;justify-content:center}.logo-icon svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:1.7}.nav-links{display:flex;align-items:center;gap:36px}.nav-links button{background:none;border:none;cursor:pointer;font-size:14px;font-weight:500;color:var(--text-mid)}.nav-links button.active{color:var(--teal);border-bottom:2px solid var(--teal);padding-bottom:2px}.nav-cta{background:var(--teal);color:#fff;padding:10px 22px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;border:none}.container{max-width:1160px;margin:0 auto;padding:0 48px}.section{padding:72px 0}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:12px}.section-title{font-size:36px;font-weight:800;color:var(--text-dark);line-height:1.2;margin:0 0 18px}.section-title span{color:var(--teal)}.section-sub{font-size:15px;color:var(--text-muted);max-width:460px;line-height:1.7}.page-text{font-size:14px;color:var(--text-muted);line-height:1.8;max-width:440px}.home-hero{padding:56px 0 64px;overflow:hidden}.hero-grid,.about-grid,.contact-grid{display:grid;grid-template-columns:1fr 1.4fr;align-items:center;gap:32px}.hero-left h1{font-size:46px;font-weight:800;line-height:1.1;color:var(--text-dark);margin:0 0 16px}.hero-left h1 span{color:var(--teal)}.hero-left p{font-size:16px;color:var(--text-muted);margin-bottom:32px;max-width:380px;line-height:1.7}.btn-primary{background:var(--teal);color:#fff;padding:14px 30px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;border:none}.hero-right{position:relative;display:flex;justify-content:center}.dashboard-wrap{background:#fff;border-radius:16px;box-shadow:0 8px 40px #0000001a;padding:0;overflow:hidden;width:520px;display:flex;flex-direction:column;border:1px solid var(--border)}.dashboard-wrap.compact{width:460px}.dash-header{background:#fff;padding:14px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px}.logo-sm{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700}.logo-sm .icon{width:22px;height:22px;background:var(--teal);border-radius:5px;display:flex;align-items:center;justify-content:center}.logo-sm .icon svg{width:12px;height:12px;stroke:#fff;fill:none;stroke-width:1.9}.dash-body{display:flex}.dash-sidebar{width:130px;padding:16px 0;border-right:1px solid var(--border);flex-shrink:0}.dash-sidebar ul{list-style:none;margin:0;padding:0}.dash-sidebar li{padding:7px 16px;font-size:12px;color:var(--text-muted);display:flex;align-items:center;gap:7px;border-radius:6px;margin:1px 6px}.dash-sidebar li svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2}.dash-sidebar li.active{background:var(--teal-light);color:var(--teal);font-weight:600}.dash-main{flex:1;padding:16px}.dash-greeting{font-size:13px;font-weight:700;color:var(--text-dark)}.dash-greeting-sub{font-size:11px;color:var(--text-muted);margin-bottom:12px}.dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.dash-card{background:#f9fafb;border:1px solid var(--border);border-radius:10px;padding:10px 12px}.dash-card-label{font-size:10px;color:var(--text-muted);margin-bottom:4px}.dash-card-value{font-size:22px;font-weight:800;color:var(--text-dark)}.dash-card-unit{font-size:10px;color:var(--text-muted)}.dash-card-status{font-size:10px;color:var(--teal);font-weight:600;margin-top:2px}.dash-card-chart{height:36px;background:linear-gradient(to right,#e6f7f5,#0d9488);border-radius:4px;margin-top:6px;opacity:.4}.reminder-item{display:flex;align-items:center;justify-content:space-between;padding:6px 0;border-bottom:1px solid var(--border);font-size:11px}.reminder-item:last-child{border-bottom:none}.reminder-name{font-weight:600;color:var(--text-dark)}.reminder-dose,.reminder-time{color:var(--text-muted);font-size:10px}.reminder-check{width:16px;height:16px;background:var(--teal);border-radius:50%;display:flex;align-items:center;justify-content:center}.reminder-check svg{width:8px;height:8px;stroke:#fff;fill:none;stroke-width:3}.progress-bar-wrap{margin-top:6px}.progress-bar-bg{background:var(--border);border-radius:99px;height:6px}.progress-bar-fill{background:var(--teal);height:6px;border-radius:99px;width:62%}.insight-badge{display:flex;gap:6px;align-items:flex-start;margin-top:6px}.insight-badge svg{width:14px;height:14px;stroke:var(--teal);fill:none;flex-shrink:0;margin-top:1px;stroke-width:2}.insight-text{font-size:10px;color:var(--text-muted)}.phone-mockup{position:absolute;right:-60px;top:-10px;width:155px;background:#111;border-radius:24px;padding:8px;box-shadow:0 12px 40px #00000040;border:2px solid #222}.phone-screen{background:#fff;border-radius:18px;overflow:hidden;min-height:260px}.phone-bar{background:#fff;padding:8px 10px 4px;display:flex;align-items:center;gap:6px;border-bottom:1px solid var(--border)}.phone-avatar{width:24px;height:24px;border-radius:50%;background:var(--teal);display:flex;align-items:center;justify-content:center;color:#fff;font-size:10px;font-weight:700}.phone-name{font-size:10px;font-weight:700;color:var(--text-dark)}.phone-role{font-size:9px;color:var(--text-muted)}.phone-msgs{padding:8px;display:flex;flex-direction:column;gap:6px}.msg-bubble{padding:7px 9px;border-radius:10px;font-size:9px;line-height:1.4;max-width:90%}.msg-user{background:var(--teal);color:#fff;align-self:flex-end;border-bottom-right-radius:2px}.msg-bot{background:#f3f4f6;color:var(--text-dark);align-self:flex-start;border-bottom-left-radius:2px}.msg-links{display:flex;flex-direction:column;gap:3px;margin-top:4px}.msg-link{font-size:8px;color:var(--text-muted);background:#fff;border:1px solid var(--border);border-radius:5px;padding:3px 5px;display:flex;align-items:center;gap:4px}.msg-link svg{width:8px;height:8px;stroke:var(--teal);fill:none;stroke-width:2}.phone-input{display:flex;align-items:center;padding:5px 8px;border-top:1px solid var(--border);gap:4px}.phone-input-field{flex:1;font-size:9px;color:var(--text-muted)}.phone-send{width:18px;height:18px;background:var(--teal);border-radius:50%;display:flex;align-items:center;justify-content:center}.phone-send svg{width:8px;height:8px;stroke:#fff;fill:#fff;stroke-width:1.5}.features-strip{background:#fff;padding:40px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.features-strip .container{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}.feat-item{display:flex;flex-direction:column;gap:8px}.feat-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center}.feat-icon svg{width:28px;height:28px;stroke:var(--teal);fill:none;stroke-width:1.5}.feat-title{font-size:13px;font-weight:700;color:var(--text-dark)}.feat-desc{font-size:12px;color:var(--text-muted);line-height:1.5}.features-section{padding:64px 0}.features-section h2{text-align:center;font-size:28px;font-weight:800;margin:0 0 36px}.features-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.fg-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:20px 16px}.icon-circle{width:40px;height:40px;background:var(--teal-light);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.icon-circle svg{width:20px;height:20px;stroke:var(--teal);fill:none;stroke-width:1.5}.fg-card h4{font-size:13px;font-weight:700;margin:0 0 6px}.fg-card p{font-size:11px;color:var(--text-muted);line-height:1.5;margin:0}.william-section{background:#f9fafb;border:1px solid var(--border);border-radius:16px;margin:0 48px;padding:40px 48px;display:grid;grid-template-columns:200px 1fr 320px;align-items:center;gap:32px}.william-img{width:180px;border-radius:12px;overflow:hidden}.william-avatar{width:180px;height:200px;background:linear-gradient(160deg,var(--teal-light),#b2dfdb);border-radius:12px;display:flex;align-items:center;justify-content:center}.william-svg{width:100px;height:120px;stroke:var(--teal);fill:none;opacity:.7;stroke-width:2.5}.william-info h3{font-size:22px;font-weight:800;color:var(--text-dark);margin:0 0 10px}.william-info p{font-size:13px;color:var(--text-muted);line-height:1.7;margin:0 0 20px}.william-feats{display:grid;grid-template-columns:1fr 1fr;gap:12px}.wf-item{display:flex;align-items:flex-start;gap:8px}.wf-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wf-icon svg{width:20px;height:20px;stroke:var(--teal);fill:none;stroke-width:1.5}.wf-text{font-size:11px;color:var(--text-muted);line-height:1.4}.william-quote{background:#fff;border-radius:12px;padding:24px;border:1px solid var(--border);position:relative}.william-quote:before{content:"“";font-size:64px;color:var(--teal);line-height:1;position:absolute;top:8px;left:20px;font-family:Georgia,serif}.william-quote p{font-size:13px;color:var(--text-mid);line-height:1.8;padding-top:28px;margin:0}.openlab-section{padding:52px 0;background:#f9fafb}.openlab-grid{display:grid;grid-template-columns:220px 1fr 1fr;align-items:center;gap:40px}.openlab-logo-block{display:flex;flex-direction:column;gap:6px}.openlab-label{font-size:12px;color:var(--text-muted);font-weight:500}.openlab-badge{display:flex;align-items:center;gap:10px}.openlab-hex{width:36px;height:36px;background:linear-gradient(135deg,#a855f7,#7c3aed);clip-path:polygon(50% 0,93% 25,93% 75,50% 100,7% 75,7% 25);display:flex;align-items:center;justify-content:center}.openlab-hex svg{width:20px;fill:#fff;stroke:none}.openlab-name{font-size:22px;font-weight:900;color:var(--text-dark);letter-spacing:-.02em}.openlab-sub{font-size:10px;color:var(--text-muted)}.openlab-desc{font-size:13px;color:var(--text-muted);line-height:1.7}.openlab-badges{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ol-badge{display:flex;align-items:center;gap:8px}.ol-badge-icon{width:32px;height:32px;border:2px solid var(--teal);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ol-badge-icon svg{width:16px;height:16px;stroke:var(--teal);fill:none;stroke-width:1.5}.ol-badge-text{font-size:12px;font-weight:700;color:var(--text-dark);line-height:1.3}.steps-section{padding:0 0 64px}.steps-section h2{text-align:center;font-size:28px;font-weight:800;margin:0 0 36px}.steps-row{display:flex;align-items:flex-start;gap:0}.step-item{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.step-num{width:36px;height:36px;background:var(--teal);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;flex-shrink:0;margin-bottom:10px}.step-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.step-icon svg{width:26px;height:26px;stroke:var(--teal);fill:none;stroke-width:1.5}.step-item h4{font-size:13px;font-weight:700;margin:0 0 4px}.step-item p{font-size:11px;color:var(--text-muted);line-height:1.5;max-width:140px;margin:0}.step-arrow{display:flex;align-items:center;padding-top:18px;color:var(--text-muted)}.step-arrow svg{width:20px;height:20px;stroke:var(--text-muted);fill:none;stroke-width:2}.about-hero{padding:64px 0}.about-hero-visual{display:flex;justify-content:center;align-items:center}.heart-circle{width:220px;height:220px;background:var(--teal-light);border-radius:50%;display:flex;align-items:center;justify-content:center}.heart-mark{width:120px;height:120px;stroke:var(--teal);fill:none;stroke-width:4}.team-section{padding:64px 0;background:#f9fafb}.team-section h2{text-align:center;font-size:30px;font-weight:800;margin:0 0 8px}.team-sub{text-align:center;font-size:14px;color:var(--text-muted);margin-bottom:48px}.team-sub a{color:var(--teal);border-bottom:1px solid var(--teal)}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:780px;margin:0 auto}.member-card{display:flex;flex-direction:column;align-items:center;text-align:center}.member-avatar{width:90px;height:90px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;margin-bottom:12px;border:3px solid var(--border);overflow:hidden}.member-avatar svg{width:50px;height:50px;fill:#9ca3af;stroke:none}.member-name{font-size:14px;font-weight:700;color:var(--text-dark);margin-bottom:3px}.member-role{font-size:12px;color:var(--teal);font-weight:600;margin-bottom:8px}.member-desc{font-size:11px;color:var(--text-muted);line-height:1.5;margin-bottom:10px;max-width:200px}.contact-hero{padding:64px 0}.contact-visual{display:flex;justify-content:center;align-items:center;gap:20px}.contact-icon-wrap{display:flex;flex-direction:column;align-items:center;gap:16px}.c-icon{width:70px;height:70px;background:var(--teal-light);border-radius:16px;display:flex;align-items:center;justify-content:center;border:2px solid var(--teal)}.c-icon svg{width:36px;height:36px;stroke:var(--teal);fill:none;stroke-width:1.5}.send-icon{width:50px;height:50px;background:var(--teal);border-radius:50%;display:flex;align-items:center;justify-content:center;align-self:flex-end}.send-icon svg{width:24px;height:24px;fill:none;stroke:#fff;stroke-width:2}.plant-icon{width:60px;height:80px;background:var(--teal-light);border-radius:12px;border:2px solid var(--teal);display:flex;align-items:center;justify-content:center}.plant-icon svg{width:30px;height:60px;fill:none;stroke:var(--teal);stroke-width:2}.contact-body{padding:0 0 64px}.contact-body-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px}.contact-info h3{font-size:18px;font-weight:700;margin-bottom:8px}.contact-info p{font-size:13px;color:var(--text-muted);margin-bottom:20px;line-height:1.6}.map-placeholder{border-radius:16px;overflow:hidden;height:280px;background:#e8f4f0;border:1px solid var(--border);position:relative;display:flex;align-items:center;justify-content:center}.map-placeholder-inner{text-align:center;color:var(--text-muted)}.map-placeholder-inner svg{width:40px;height:40px;stroke:var(--teal);fill:none;stroke-width:2;margin:0 auto 8px}.social-connect{background:#f9fafb;border:1px solid var(--border);border-radius:16px;margin:0 48px 48px;padding:28px 36px;display:flex;align-items:center;gap:24px}.social-connect-icon{width:48px;height:48px;background:var(--teal);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.social-connect-icon svg{width:24px;height:24px;fill:#fff;stroke:none}.social-connect-text{flex:1}.social-connect-text h4{font-size:15px;font-weight:700;margin:0 0 2px}.social-connect-text p{font-size:12px;color:var(--text-muted);margin:0}.social-icons{display:flex;gap:14px}.social-icon{width:36px;height:36px;border:1px solid var(--border);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;background:#fff}.social-icon svg{width:16px;height:16px;stroke:var(--text-mid);fill:none;stroke-width:1.5}.footer{background:var(--dark-footer);color:#fff;padding:56px 48px 32px}.footer-grid{display:grid;grid-template-columns:240px repeat(2,1fr) 200px;gap:24px;margin-bottom:40px;max-width:1160px;margin-left:auto;margin-right:auto}.footer-brand .logo{color:#fff;margin-bottom:10px}.footer-brand p{font-size:12px;color:#94a3b8;line-height:1.6;margin-bottom:16px}.footer-col h5{font-size:12px;font-weight:700;color:#fff;margin-bottom:14px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:8px;padding:0;margin:0}.footer-col button{font-size:12px;color:#94a3b8;background:none;border:none;cursor:pointer;text-align:left;padding:0}.footer-col button:hover{color:#fff}.footer-contact{font-size:12px;color:#94a3b8;line-height:1.8}.footer-contact p{margin-bottom:4px}.footer-bottom{border-top:1px solid #1e3a36;padding-top:20px;font-size:11px;color:#64748b;text-align:right;max-width:1160px;margin:0 auto}@media (max-width: 1100px){.hero-grid,.about-grid,.contact-grid,.openlab-grid,.contact-body-grid,.footer-grid{grid-template-columns:1fr}.features-grid,.features-strip .container,.team-grid{grid-template-columns:1fr 1fr}.william-section{grid-template-columns:1fr;justify-items:start}.steps-row{flex-wrap:wrap}}@media (max-width: 760px){.nav{padding:16px 20px;height:auto;flex-wrap:wrap;gap:12px}.nav-links{gap:14px;flex-wrap:wrap}.container{padding:0 20px}.features-grid,.features-strip .container,.team-grid{grid-template-columns:1fr}.home-hero h1{font-size:36px}.section-title{font-size:28px}.dashboard-wrap,.dashboard-wrap.compact{width:100%}.dash-body{flex-direction:column}.dash-sidebar{width:100%;border-right:none;border-bottom:1px solid var(--border)}.phone-mockup{display:none}.social-connect{margin:0 20px 40px;flex-direction:column;align-items:flex-start}.footer{padding:40px 20px 24px}}
