:root{--bg:#f3f8f3;--surface:#ffffff;--text:#1f2937;--muted:#5f6b7a;--primary:#2ea91d;--primary-hover:#258918;--border:#d9e5d8;--danger:#b91c1c;--success:#15803d;--warning:#b45309}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Aptos,Montserrat,Segoe UI,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text)}a{color:var(--primary)}button,input,select,textarea{font:inherit}.container{max-width:1100px;margin:0 auto;padding:1.5rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem;box-shadow:0 1px 2px rgba(15,23,42,.06)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:8px;padding:.6rem 1rem;cursor:pointer;background:var(--primary);color:white;font-weight:600}.btn:hover{background:var(--primary-hover)}.btn.secondary{background:#e8f1e8;color:var(--text)}.btn.danger{background:var(--danger)}.field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.9rem}.field input,.field select,.field textarea{border:1px solid var(--border);border-radius:8px;padding:.55rem .7rem}.badge{display:inline-block;padding:.2rem .55rem;border-radius:999px;font-size:.75rem;font-weight:600;background:#e7f7e4;color:var(--primary)}.table{width:100%;border-collapse:collapse}.table td,.table th{text-align:left;padding:.65rem .5rem}.nav,.table td,.table th{border-bottom:1px solid var(--border)}.nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:#ffffff;box-shadow:0 1px 2px rgba(31,41,55,.05)}.alert{padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem}.alert.error{background:#fee2e2;color:var(--danger)}.alert.success{background:#dcfce7;color:var(--success)}.alert.info{background:#e0f2fe;color:#0369a1}.landing{min-height:100vh;display:flex;flex-direction:column;background:#ffffff;color:var(--text)}.landing-loading{align-items:center;justify-content:center;color:var(--muted);background:var(--bg)}.landing-text-green{color:var(--primary)}.landing-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.landing-header-inner{max-width:1200px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.landing-brand{text-decoration:none;flex-shrink:0}.landing-logo{height:40px;width:auto;display:block}.landing-nav{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex:1 1}.landing-nav a{color:var(--text);text-decoration:none;font-size:.9rem;font-weight:500;white-space:nowrap}.landing-nav a:hover{color:var(--primary)}.landing-nav-cta{text-decoration:none;padding:.55rem 1.1rem;border-radius:8px;font-size:.9rem;flex-shrink:0}.landing-hero{background:linear-gradient(180deg,#f4faf3,#ffffff);padding:2.5rem 0 4rem}.landing-hero-grid{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:center}.landing-hero-copy h1{margin:0 0 1rem;font-size:clamp(2rem,4.5vw,2.85rem);line-height:1.12;font-weight:700;letter-spacing:-.02em}.landing-lead{margin:0 0 1.5rem;font-size:1.05rem;line-height:1.65;color:var(--muted);max-width:46ch}.landing-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.landing-hero-btn-outline,.landing-hero-btn-primary{text-decoration:none;display:inline-flex;align-items:center;gap:.4rem;padding:.7rem 1.25rem;font-size:.95rem}.landing-hero-btn-outline{background:#ffffff;color:var(--primary);border:2px solid var(--primary);border-radius:8px;font-weight:600}.landing-hero-btn-outline:hover{background:#f0faf0}.landing-pill-features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.landing-pill-features li{display:flex;align-items:flex-start;gap:.75rem}.landing-pill-icon{width:40px;height:40px;border-radius:10px;background:#e8f5e6;color:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-pill-features strong{display:block;font-size:.95rem}.landing-pill-features li>div>span{font-size:.85rem;color:var(--muted)}.landing-hero-visual{position:relative}.landing-flow{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:600;color:var(--muted)}.landing-flow-node{display:flex;flex-direction:column;align-items:center;gap:.35rem}.landing-flow-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:white}.landing-flow-doctor{background:#3b82f6}.landing-flow-pharmacy{background:var(--primary)}.landing-flow-line{width:32px;height:2px;background:repeating-linear-gradient(90deg,var(--primary) 0 4px,transparent 4px 8px);opacity:.5}.landing-flow-logo img{width:44px;height:44px;object-fit:contain}.landing-dashboard{padding:0;overflow:hidden;box-shadow:0 12px 40px rgba(31,41,55,.12)}.landing-dashboard-layout{display:grid;grid-template-columns:48px 1fr 140px;min-height:220px}.landing-dash-sidebar{background:#1f2937;padding:.75rem .5rem;display:flex;flex-direction:column;gap:.5rem;align-items:center}.landing-dash-nav{width:24px;height:24px;border-radius:6px;background:rgba(255,255,255,.15)}.landing-dash-nav.active{background:var(--primary)}.landing-dash-main{padding:.85rem 1rem;border-right:1px solid var(--border)}.landing-dash-title{margin:0 0 .65rem;font-size:.8rem;font-weight:700}.landing-dash-rx-list{list-style:none;margin:0;padding:0}.landing-dash-rx-list li{display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding:.45rem 0;border-bottom:1px solid var(--border);font-size:.72rem}.landing-dash-rx-list li:last-child{border-bottom:none}.landing-dash-rx-list strong{display:block;font-size:.78rem}.landing-dash-rx-list span{color:var(--muted)}.landing-badge-delivered,.landing-badge-new{font-size:.65rem;font-weight:700;padding:.2rem .45rem;border-radius:999px;white-space:nowrap}.landing-badge-delivered{background:#dcfce7;color:var(--success)}.landing-badge-new{background:#e8f5e6;color:var(--primary)}.landing-dash-stats{padding:.65rem;display:flex;flex-direction:column;gap:.5rem;background:#f9fcf9}.landing-stat-card{background:white;border:1px solid var(--border);border-radius:8px;padding:.5rem;font-size:.65rem}.landing-stat-card p{margin:0 0 .2rem;color:var(--muted)}.landing-stat-card strong{font-size:1.25rem;color:var(--primary);display:block;line-height:1.1}.landing-mini-chart{height:28px;margin-top:.35rem;background:linear-gradient(180deg,transparent 60%,#dcfce7 60%),linear-gradient(135deg,var(--primary) 0,#86efac 100%);border-radius:4px;opacity:.85;-webkit-clip-path:polygon(0 80%,20% 50%,40% 65%,60% 30%,80% 45%,100% 15%,100% 100%,0 100%);clip-path:polygon(0 80%,20% 50%,40% 65%,60% 30%,80% 45%,100% 15%,100% 100%,0 100%)}.landing-progress{height:6px;background:#e8f1e8;border-radius:999px;margin-top:.35rem;overflow:hidden}.landing-progress span{display:block;height:100%;background:var(--primary);border-radius:999px}.landing-section{padding:4rem 0}.landing-section-alt{background:#f8fbf8}.landing-section-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem}.landing-center{text-align:center}.landing-center h2{margin:0 0 .75rem;font-size:clamp(1.5rem,3vw,2rem)}.landing-center-text{margin:0 auto 2.5rem;max-width:52ch}.landing-section-intro{color:var(--muted);line-height:1.65}.landing-icon-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;text-align:left}.landing-icon-card{padding:1.75rem 1.5rem}.landing-icon-card-icon{width:52px;height:52px;border-radius:12px;background:#e8f5e6;color:var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.landing-icon-card h3{margin:0 0 .5rem;font-size:1.05rem}.landing-icon-card p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.6}.landing-process{display:flex;align-items:flex-start;justify-content:center;gap:.5rem;margin-top:2rem}.landing-process-step{flex:1 1;max-width:280px;text-align:center;padding:0 .5rem}.landing-process-icon{width:64px;height:64px;margin:0 auto 1rem;border-radius:16px;background:#e8f5e6;color:var(--primary);display:flex;align-items:center;justify-content:center}.landing-process-step h3{margin:0 0 .5rem;font-size:1rem}.landing-process-step p{margin:0;font-size:.88rem;color:var(--muted);line-height:1.55}.landing-process-arrow{color:var(--primary);font-size:1.5rem;font-weight:700;padding-top:1.25rem;flex-shrink:0}.landing-audience-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem}.landing-audience-head{display:flex;align-items:center;gap:.65rem;margin-bottom:1.25rem}.landing-audience-head h2{margin:0;font-size:1.35rem}.landing-audience-icon{width:44px;height:44px;border-radius:12px;background:#e8f5e6;color:var(--primary);display:flex;align-items:center;justify-content:center}.landing-checklist{list-style:none;margin:0 0 1.5rem;padding:0}.landing-checklist li{display:flex;align-items:center;gap:.5rem;margin-bottom:.65rem;font-size:.95rem;color:var(--text)}.landing-ui-mockup{padding:1.25rem;box-shadow:0 8px 24px rgba(31,41,55,.08)}.landing-ui-mockup-title{margin:0 0 1rem;font-weight:700;font-size:.95rem}.landing-ui-mockup label{display:block;margin-bottom:.75rem}.landing-ui-mockup label span{display:block;font-size:.75rem;color:var(--muted);margin-bottom:.25rem}.landing-ui-field{border:1px solid var(--border);border-radius:8px;padding:.5rem .65rem;font-size:.88rem;background:#fafcfa}.landing-ui-send{width:100%;margin-top:.5rem}.landing-inbox-list{list-style:none;margin:0;padding:0}.landing-inbox-list li{display:flex;justify-content:space-between;align-items:center;padding:.65rem 0;border-bottom:1px solid var(--border);font-size:.88rem}.landing-inbox-list li:last-child{border-bottom:none}.landing-inbox-list strong{display:block}.landing-inbox-list span{color:var(--muted);font-size:.8rem}.landing-banner-cta{background:linear-gradient(135deg,#2ea91d,#1d7a12);padding:4rem 1.5rem;position:relative;overflow:hidden}.landing-banner-cta:after,.landing-banner-cta:before{content:"";position:absolute;width:120px;height:120px;border-radius:50%;background:rgba(255,255,255,.06);pointer-events:none}.landing-banner-cta:before{top:-40px;left:-20px}.landing-banner-cta:after{bottom:-50px;right:-10px;width:160px;height:160px}.landing-banner-inner{max-width:640px;margin:0 auto;text-align:center;position:relative;z-index:1}.landing-banner-inner h2{margin:0 0 .75rem;color:white;font-size:clamp(1.5rem,3vw,2rem)}.landing-banner-inner p{margin:0 0 1.75rem;color:rgba(255,255,255,.9);line-height:1.6}.landing-banner-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.landing-banner-btn-white{background:white;color:var(--primary);text-decoration:none;display:inline-flex;align-items:center;gap:.35rem;font-weight:600}.landing-banner-btn-white:hover{background:#f0faf0}.landing-banner-btn-ghost{background:transparent;color:white;border:2px solid rgba(255,255,255,.85);text-decoration:none;display:inline-flex;align-items:center;gap:.35rem;font-weight:600;border-radius:8px;padding:.6rem 1rem}.landing-banner-btn-ghost:hover{background:rgba(255,255,255,.12)}.landing-footer{background:#f8fbf8;border-top:1px solid var(--border);padding:3rem 1.5rem 2rem}.landing-footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.4fr repeat(3,1fr) 1.2fr;grid-gap:2rem;gap:2rem}.landing-footer-grid h4{margin:0 0 .75rem;font-size:.9rem}.landing-footer-grid ul{list-style:none;margin:0;padding:0}.landing-footer-grid li{margin-bottom:.4rem}.landing-footer-grid a{color:var(--muted);text-decoration:none;font-size:.88rem}.landing-footer-grid a:hover{color:var(--primary)}.landing-footer-logo{height:36px;width:auto;margin-bottom:.25rem}.landing-footer-about{font-size:.88rem;color:var(--muted);line-height:1.55;margin:.75rem 0;max-width:28ch}.landing-footer-copy,.landing-footer-portal{font-size:.8rem;color:var(--muted);margin:.35rem 0 0}.landing-footer-newsletter p{font-size:.85rem;color:var(--muted);margin:0 0 .75rem;line-height:1.5}.landing-newsletter-form{display:flex;gap:0;margin-bottom:1rem;text-decoration:none}.landing-newsletter-input{flex:1 1;border:1px solid var(--border);border-right:none;border-radius:8px 0 0 8px;padding:.55rem .75rem;font-size:.88rem;color:var(--muted);background:white}.landing-newsletter-btn{border-radius:0 8px 8px 0;padding:.55rem .9rem}.landing-social{display:flex;gap:.5rem}.landing-social a{width:36px;height:36px;border-radius:50%;border:1px solid var(--border);background:white;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--muted);text-decoration:none}.landing-social a:hover{border-color:var(--primary);color:var(--primary)}@media (max-width:1024px){.landing-hero-grid{grid-template-columns:1fr}.landing-hero-visual{max-width:520px;margin:0 auto}.landing-icon-cards{grid-template-columns:1fr}.landing-process{flex-direction:column;align-items:center}.landing-process-arrow{transform:rotate(90deg);padding:0}.landing-audience-grid{grid-template-columns:1fr}.landing-footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.landing-nav{display:none}.landing-footer-grid{grid-template-columns:1fr}}